Skip to content

chore: 🐝 Update SDK - Generate OUTPOST-TS 0.9.0#759

Merged
leggetter merged 1 commit intomainfrom
speakeasy-sdk-regen-1773406932
Mar 13, 2026
Merged

chore: 🐝 Update SDK - Generate OUTPOST-TS 0.9.0#759
leggetter merged 1 commit intomainfrom
speakeasy-sdk-regen-1773406932

Conversation

@github-actions
Copy link
Contributor

SDK update

Versioning

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

Typescript SDK Changes:

  • outpost.events.list(): request Changed (Breaking ⚠️)
  • outpost.attempts.list(): request Changed (Breaking ⚠️)
  • outpost.destinations.listAttempts(): request Changed (Breaking ⚠️)
  • outpost.tenants.list(): Added
  • outpost.tenants.listTenants(): Removed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
└─┬Paths
  ├─┬/tenants
  │ └─┬GET
  │   ├──[+] parameters (2208:17)❌ 
  │   └─┬Extensions
  │     ├──[+] x-speakeasy-name-override (2288:34)
  │     ├──[+] x-speakeasy-max-method-params (2289:38)
  │     └──[+] x-speakeasy-pagination (2293:9)
  ├─┬/events
  │ └─┬GET
  │   ├──[+] parameters (2451:17)❌ 
  │   ├──[+] parameters (2397:17)❌ 
  │   ├──[+] parameters (2444:17)❌ 
  │   ├─┬Parameters
  │   │ └──[🔀] description (2429:24)
  │   ├─┬Parameters
  │   │ ├──[🔀] description (2416:24)
  │   │ └─┬Schema
  │   │   ├──[-] type (2340:19)❌ 
  │   │   ├──[+] oneOf (2412:17)
  │   │   └──[+] oneOf (2413:17)
  │   └─┬Extensions
  │     └──[+] x-speakeasy-pagination (2532:9)
  ├─┬/tenants/{tenant_id}/destinations
  │ └─┬GET
  │   ├─┬Parameters
  │   │ └──[🔀] description (2986:24)
  │   └─┬Parameters
  │     └──[🔀] description (2976:24)
  ├─┬/attempts/{attempt_id}
  │ └─┬GET
  │   └─┬Parameters
  │     └──[🔀] description (2823:24)
  ├─┬/tenants/{tenant_id}/destinations/{destination_id}/attempts
  │ └─┬GET
  │   ├──[+] parameters (3356:17)❌ 
  │   ├──[+] parameters (3363:17)❌ 
  │   ├─┬Parameters
  │   │ ├──[🔀] description (3324:24)
  │   │ └─┬Schema
  │   │   ├──[-] type (3174:19)❌ 
  │   │   ├──[+] oneOf (3320:17)
  │   │   └──[+] oneOf (3321:17)
  │   ├─┬Parameters
  │   │ └──[🔀] description (3341:24)
  │   ├─┬Parameters
  │   │ └──[🔀] description (3400:24)
  │   └─┬Extensions
  │     └──[+] x-speakeasy-pagination (3460:9)
  ├─┬/tenants/{tenant_id}/destinations/{destination_id}/attempts/{attempt_id}
  │ └─┬GET
  │   └─┬Parameters
  │     └──[🔀] description (3506:24)
  └─┬/attempts
    └─┬GET
      ├──[+] parameters (2658:17)❌ 
      ├──[+] parameters (2665:17)❌ 
      ├─┬Parameters
      │ └──[🔀] description (2643:24)
      ├─┬Parameters
      │ ├──[🔀] description (2616:24)
      │ └─┬Schema
      │   ├──[-] type (2500:19)❌ 
      │   ├──[+] oneOf (2612:17)
      │   └──[+] oneOf (2613:17)
      ├─┬Parameters
      │ ├──[🔀] description (2626:24)
      │ └─┬Schema
      │   ├──[-] type (2506:19)❌ 
      │   ├──[+] oneOf (2622:17)
      │   └──[+] oneOf (2623:17)
      ├─┬Parameters
      │ └──[🔀] description (2702:24)
      ├─┬Parameters
      │ ├──[🔀] description (2603:24)
      │ └─┬Schema
      │   ├──[-] type (2494:19)❌ 
      │   ├──[+] oneOf (2599:17)
      │   └──[+] oneOf (2600:17)
      └─┬Extensions
        └──[+] x-speakeasy-pagination (2785:9)
Document Element Total Changes Breaking Changes
paths 43 13

View full report

Linting Report 0 errors, 1 warnings, 3 hints

View full report

TYPESCRIPT CHANGELOG

core: 3.26.42 - 2026-03-11

🐛 Bug Fixes

  • resolve collision-resistant import aliases for model namespaces (commit by @bradcypert)

pagination: 2.83.2 - 2026-02-21

🐛 Bug Fixes

  • resolve pagination next-call request spreading and optional input handling (commit by @danielkov)

Based on Speakeasy CLI 1.753.0

* `outpost.events.list()`:  `request` **Changed** (Breaking ⚠️)
* `outpost.attempts.list()`:  `request` **Changed** (Breaking ⚠️)
* `outpost.destinations.listAttempts()`:  `request` **Changed** (Breaking ⚠️)
* `outpost.tenants.list()`: **Added**
* `outpost.tenants.listTenants()`: **Removed** (Breaking ⚠️)
@github-actions github-actions bot added the minor Minor version bump label Mar 13, 2026
@vercel
Copy link

vercel bot commented Mar 13, 2026

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

Project Deployment Actions Updated (UTC)
outpost-docs Ready Ready Preview, Comment Mar 13, 2026 1:03pm
outpost-website Ready Ready Preview, Comment Mar 13, 2026 1:03pm

Request Review

@leggetter leggetter merged commit 524f4f8 into main Mar 13, 2026
3 checks passed
@leggetter leggetter deleted the speakeasy-sdk-regen-1773406932 branch March 13, 2026 13:09
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