Skip to content

chore: 🐝 Update SDK - Generate OUTPOST-TS 1.4.0#938

Merged
alexluong merged 1 commit into
mainfrom
speakeasy-sdk-regen-1780080843
May 29, 2026
Merged

chore: 🐝 Update SDK - Generate OUTPOST-TS 1.4.0#938
alexluong merged 1 commit into
mainfrom
speakeasy-sdk-regen-1780080843

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

SDK update

Versioning

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

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Typescript SDK Changes:

  • outpost.destinations.update(): request.body Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/tenants
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[-] x-speakeasy-pagination (3065:9)❌ 
│ ├─┬/events
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[-] x-speakeasy-pagination (3323:9)❌ 
│ ├─┬/attempts
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[-] x-speakeasy-pagination (3575:9)❌ 
│ └─┬/tenants/{tenant_id}/destinations/{destination_id}/attempts
│   └─┬GET
│     └─┬Extensions
│       └──[-] x-speakeasy-pagination (4254:9)❌ 
└─┬Components
  ├──[+] schemas (1819:7)
  ├──[+] schemas (1843:7)
  ├──[+] schemas (1792:7)
  ├──[+] schemas (1833:7)
  ├──[+] schemas (1894:7)
  ├──[+] schemas (1887:7)
  ├──[+] schemas (1880:7)
  ├──[+] schemas (1924:7)
  ├──[+] schemas (1937:7)
  ├──[+] schemas (1911:7)
  ├──[+] schemas (1965:7)
  ├──[+] schemas (1850:7)
  ├──[+] schemas (1762:7)
  ├──[+] schemas (1867:7)
  ├──[+] schemas (1806:7)
  ├──[+] schemas (1944:7)
  ├─┬DestinationUpdateAWSS3
  │ ├──[+] required (2253:18)❌ 
  │ ├──[+] properties (2255:9)
  │ ├─┬credentials
  │ │ └──[🔀] $ref (1911:13)❌ 
  │ └─┬config
  │   └──[🔀] $ref (1894:13)❌ 
  ├─┬DestinationUpdateKafka
  │ ├──[+] required (2345:18)❌ 
  │ ├──[+] properties (2347:9)
  │ ├─┬credentials
  │ │ └──[🔀] $ref (1965:13)❌ 
  │ └─┬config
  │   └──[🔀] $ref (1944:13)❌ 
  ├─┬DestinationUpdateHookdeck
  │ ├──[+] required (2117:18)❌ 
  │ ├──[-] properties (1903:9)❌ 
  │ ├──[+] properties (2119:9)
  │ └─┬credentials
  │   └──[🔀] $ref (1843:13)❌ 
  ├─┬DestinationUpdateRabbitMQ
  │ ├──[+] required (2070:18)❌ 
  │ ├──[+] properties (2072:9)
  │ ├─┬credentials
  │ │ └──[🔀] $ref (1833:13)❌ 
  │ └─┬config
  │   └──[🔀] $ref (1819:13)❌ 
  ├─┬DestinationUpdateAWSSQS
  │ ├──[+] required (2024:18)❌ 
  │ ├──[+] properties (2026:9)
  │ ├─┬config
  │ │ └──[🔀] $ref (1792:13)❌ 
  │ └─┬credentials
  │   └──[🔀] $ref (1806:13)❌ 
  ├─┬DestinationUpdateAWSKinesis
  │ ├──[+] required (2161:18)❌ 
  │ ├──[+] properties (2163:9)
  │ ├─┬config
  │ │ └──[🔀] $ref (1850:13)❌ 
  │ └─┬credentials
  │   └──[🔀] $ref (1867:13)❌ 
  ├─┬DestinationUpdateWebhook
  │ ├──[+] required (1978:18)❌ 
  │ ├──[+] properties (1980:9)
  │ └─┬config
  │   └──[🔀] $ref (1762:13)❌ 
  ├─┬WebhookCredentialsUpdate
  │ └──[+] description (1776:20)
  ├─┬DestinationUpdate
  │ └──[+] discriminator (2400:9)❌ 
  ├─┬DestinationUpdateGCPPubSub
  │ ├──[+] required (2299:18)❌ 
  │ ├──[+] properties (2301:9)
  │ ├─┬config
  │ │ └──[🔀] $ref (1924:13)❌ 
  │ └─┬credentials
  │   └──[🔀] $ref (1937:13)❌ 
  └─┬DestinationUpdateAzureServiceBus
    ├──[+] required (2207:18)❌ 
    ├──[+] properties (2209:9)
    ├─┬config
    │ └──[🔀] $ref (1880:13)❌ 
    └─┬credentials
      └──[🔀] $ref (1887:13)❌ 
Document Element Total Changes Breaking Changes
paths 4 0
components 53 27

View full report

Linting Report 0 errors, 1 warnings, 12 hints

View full report

TYPESCRIPT CHANGELOG

core: 3.27.0 - 2026-05-22

🐝 New Features

  • add zodVersion="none" no-zod variant that emits SDK with passthrough schemas, no validation/transforms, JSON.parse/stringify only (commit by @mfbx9da4)

core: 3.26.52 - 2026-05-22

🐝 New Features

  • add privateIdentifierPrefix gen.yaml option to override the prefix used for ECMAScript private fields (default '#') (commit by @2ynn)

core: 3.26.51 - 2026-05-19

🐛 Bug Fixes

  • prevent unhandled rejection when an APIPromise rejects but the caller does not call .catch (commit by @AshGodfrey)

Based on Speakeasy CLI 1.768.2

* `outpost.destinations.update()`:  `request.body` **Changed** (Breaking ⚠️)
@github-actions github-actions Bot added the minor Minor version bump label May 29, 2026
@alexluong alexluong merged commit 08c270a into main May 29, 2026
1 check passed
@alexluong alexluong deleted the speakeasy-sdk-regen-1780080843 branch May 29, 2026 18:59
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.

2 participants