Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 3, 2025

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Typescript SDK Changes Detected:

  • outpost.events.list():
    • request Changed
    • response Changed Breaking ⚠️
  • outpost.events.listByDestination():
    • request Changed
    • response Changed Breaking ⚠️
  • outpost.destinations.list():
    • request.type Changed
    • response.[].[awsS3] Added
  • outpost.destinations.create():
    • request.destinationCreate.[awsS3] Added
    • response.[aws_s3] Added
  • outpost.destinations.get(): response.[aws_s3] Added
  • outpost.destinations.update():
    • request.destinationUpdate.[destinationUpdateAwss3] Added
    • response.[destination].[awsS3] Added
  • outpost.destinations.enable(): response.[aws_s3] Added
  • outpost.destinations.disable(): response.[aws_s3] Added
  • outpost.schemas.get():
    • request.type Changed
  • outpost.schemas.getDestinationTypeJwt():
    • request.type Changed
OpenAPI Change Summary
├─┬Paths
│ ├─┬/{tenant_id}/destinations/{destination_id}/events
│ │ └─┬GET
│ │   ├──[+] parameters (2981:17)❌ 
│ │   ├──[+] parameters (2988:17)❌ 
│ │   ├──[+] parameters (2960:17)❌ 
│ │   ├──[+] parameters (2966:17)❌ 
│ │   ├──[+] parameters (2972:17)❌ 
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   ├──[🔀] description (2997:24)
│ │   │   └─┬application/json
│ │   │     ├─┬Schema
│ │   │     │ ├──[-] items (2742:37)❌ 
│ │   │     │ ├──[-] type (2740:39)❌ 
│ │   │     │ ├──[+] allOf (82:7)
│ │   │     │ └──[+] allOf (3003:21)
│ │   │     └─┬EventsListExample
│ │   │       └──[🔀] value (3012:21)
│ │   └─┬Extensions
│ │     └──[+] x-speakeasy-pagination (3078:9)
│ ├─┬/{tenant_id}/destination-types/{type}
│ │ └─┬Parameters
│ │   └─┬Schema
│ │     └──[+] enum (2454:69)
│ ├─┬/{tenant_id}/destination-types
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬DestinationTypesExample
│ │           └──[🔀] value (2364:21)
│ ├─┬/{tenant_id}/events
│ │ └─┬GET
│ │   ├──[+] parameters (2638:17)❌ 
│ │   ├──[+] parameters (2644:17)❌ 
│ │   ├──[+] parameters (2653:17)❌ 
│ │   ├──[+] parameters (2660:17)❌ 
│ │   ├──[+] parameters (2632:17)❌ 
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   ├──[🔀] description (2669:24)
│ │   │   └─┬application/json
│ │   │     ├─┬Schema
│ │   │     │ ├──[-] items (2469:37)❌ 
│ │   │     │ ├──[-] type (2467:39)❌ 
│ │   │     │ ├──[+] allOf (82:7)
│ │   │     │ └──[+] allOf (2675:21)
│ │   │     └─┬EventsListExample
│ │   │       └──[🔀] value (2684:21)
│ │   └─┬Extensions
│ │     └──[+] x-speakeasy-pagination (2751:9)
│ ├─┬/{tenant_id}/destinations
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├─┬ONEOF
│ │   │   │ └──[+] enum (1669:75)
│ │   │   └─┬ONEOF
│ │   │     └─┬Schema
│ │   │       └──[+] enum (1673:77)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬DestinationsListExample
│ │           └──[🔀] value (1697:21)
│ └─┬/destination-types/{type}
│   └─┬Parameters
│     └─┬Schema
│       └──[+] enum (3349:69)
└─┬Components
  ├──[+] schemas (795:7)
  ├──[+] schemas (899:7)
  ├──[+] schemas (612:7)
  ├──[+] schemas (82:7)
  ├──[+] schemas (250:7)
  ├──[+] schemas (271:7)
  ├─┬DestinationUpdate
  │ └──[+] oneOf (899:7)
  ├─┬Destination
  │ ├──[+] oneOf (612:7)
  │ └──Discriminator
  └─┬DestinationCreate
    ├──[+] oneOf (795:7)
    └──Discriminator
Document Element Total Changes Breaking Changes
paths 30 14
components 11 0

TYPESCRIPT CHANGELOG

constsAndDefaults: 0.1.12 - 2025-06-11

🐛 Bug Fixes

  • fix to const handling (commit by @mfbx9da4)

core: 3.21.22 - 2025-09-02

🐛 Bug Fixes

  • enabled empty strings to be used as end cursor values in pagination (commit by @GorshkovIvan)

core: 3.21.21 - 2025-09-01

🔧 Chores

  • added support for lowercase Bearer tokens in Authorization headers (commit by @GorshkovIvan)

core: 3.21.20 - 2025-08-06

🐛 Bug Fixes

  • Prevent dependency version mismatch between typescript 5.8 and typescript-eslint versions earlier than 8.26.0 (commit by @bflad)

core: 3.21.19 - 2025-08-01

🐛 Bug Fixes

  • referencing models before declaration (commit by @mfbx9da4)

core: 3.21.18 - 2025-07-31

🐛 Bug Fixes

  • potential issue using enum before declaration in model file (commit by @mfbx9da4)

pagination: 2.83.0 - 2025-02-13

🐝 New Features

  • introduce rfc9535 compliant jsonpath library (commit by @disintegrator)

Based on Speakeasy CLI 1.609.0

* `outpost.events.list()`: 
  *  `request` **Changed**
  *  `response` **Changed** **Breaking** ⚠️
* `outpost.events.listByDestination()`: 
  *  `request` **Changed**
  *  `response` **Changed** **Breaking** ⚠️
* `outpost.destinations.list()`: 
  *  `request.type` **Changed**
  *  `response.[].[awsS3]` **Added**
* `outpost.destinations.create()`: 
  *  `request.destinationCreate.[awsS3]` **Added**
  *  `response.[aws_s3]` **Added**
* `outpost.destinations.get()`:  `response.[aws_s3]` **Added**
* `outpost.destinations.update()`: 
  *  `request.destinationUpdate.[destinationUpdateAwss3]` **Added**
  *  `response.[destination].[awsS3]` **Added**
* `outpost.destinations.enable()`:  `response.[aws_s3]` **Added**
* `outpost.destinations.disable()`:  `response.[aws_s3]` **Added**
* `outpost.schemas.get()`: 
  *  `request.type` **Changed**
* `outpost.schemas.getDestinationTypeJwt()`: 
  *  `request.type` **Changed**
@github-actions github-actions bot added the minor Minor version bump label Sep 3, 2025
@vercel
Copy link

vercel bot commented Sep 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
outpost-docs Ready Ready Preview Comment Sep 3, 2025 6:05pm
outpost-website Building Building Preview Sep 3, 2025 6:05pm

@leggetter leggetter merged commit d53a1c2 into main Sep 3, 2025
3 checks passed
@leggetter leggetter deleted the speakeasy-sdk-regen-1756922597 branch September 3, 2025 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants