Skip to content

chore: 🐝 Update SDK - Generate 4.34.2#239

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1772443386
Open

chore: 🐝 Update SDK - Generate 4.34.2#239
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1772443386

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 2, 2026

SDK update

Versioning

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

Typescript SDK Changes:

  • stackone.actions.listActionsMeta(): response.data[].actions[].authentication[].support.guides.config.sections[] Changed
  • stackone.actions.rpcAction():
    • request.defenderEnabled Added
  • stackone.actions.searchActions():
    • request.minSimilarity Added

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├──[+] schemas (66522:25)
  ├─┬ActionsRpcRequestDto
  │ ├──[+] properties (66501:756)
  │ ├─┬headers
  │ │ ├──[-] additionalProperties (66507:608)❌ 
  │ │ ├──[🔀] type (66501:783)❌ 
  │ │ ├──[🔀] description (66501:807)
  │ │ └──[🔀] example (66501:880)
  │ ├─┬query
  │ │ ├──[+] type (66501:170)❌ 
  │ │ ├──[🔀] description (66501:193)
  │ │ ├──[+] example (66501:236)
  │ │ └──[-] allOf (66506:29)❌ 
  │ └─┬path
  │   ├──[🔀] description (66501:498)
  │   └──[🔀] example (66501:533)
  ├─┬GuideStepMeta
  │ ├──[+] properties (66525:432)
  │ ├──[+] properties (66525:323)
  │ ├──[+] properties (66525:571)
  │ ├─┬title
  │ │ ├──[🔀] type (66525:347)❌ 
  │ │ ├──[🔀] description (66525:371)
  │ │ └──[+] nullable (66525:426)❌ 
  │ ├─┬content
  │ │ ├──[+] items (66525:552)❌ 
  │ │ ├──[🔀] type (66525:536)❌ 
  │ │ ├──[🔀] description (66525:466)
  │ │ └──[+] nullable (66525:524)❌ 
  │ └─┬list
  │   ├──[-] items (66540:304)❌ 
  │   ├──[🔀] type (66525:137)❌ 
  │   ├──[🔀] description (66525:160)
  │   └──[-] nullable (66540:276)❌ 
  ├─┬ActionSearchDto
  │ ├──[+] properties (66495:367)
  │ ├─┬top_k
  │ │ ├──[🔀] type (66495:73)❌ 
  │ │ ├──[-] maximum (66501:362)❌ 
  │ │ ├──[-] minimum (66501:350)❌ 
  │ │ ├──[🔀] description (66495:96)
  │ │ ├──[-] default (66501:336)❌ 
  │ │ └──[+] example (66495:151)
  │ └─┬query
  │   ├──[🔀] type (66495:392)❌ 
  │   ├──[+] maximum (66495:552)❌ 
  │   ├──[+] minimum (66495:540)❌ 
  │   ├──[🔀] description (66495:415)
  │   ├──[+] default (66495:526)❌ 
  │   └──[🔀] example (66495:512)
  └─┬GuideSectionMeta
    ├──[+] properties (66524:478)
    ├──[+] properties (66524:620)
    ├─┬steps
    │ ├──[-] items (66539:431)❌ 
    │ ├──[-] type (66539:415)❌ 
    │ ├──[🔀] description (66524:643)
    │ └──[+] allOf (66522:25)
    ├─┬title
    │ ├──[+] items (66524:316)❌ 
    │ ├──[🔀] type (66524:300)❌ 
    │ ├──[🔀] description (66524:248)
    │ └──[+] nullable (66524:288)❌ 
    ├─┬content
    │ ├──[+] items (66524:601)❌ 
    │ ├──[🔀] type (66524:585)❌ 
    │ ├──[🔀] description (66524:512)
    │ └──[+] nullable (66524:573)❌ 
    └─┬list
      ├──[-] items (66539:316)❌ 
      ├──[🔀] type (66524:143)❌ 
      ├──[🔀] description (66524:166)
      └──[-] nullable (66539:288)❌ 
Document Element Total Changes Breaking Changes
components 57 31

View full report

Linting Report 0 errors, 8 warnings, 27 hints

View full report

TYPESCRIPT CHANGELOG

constsAndDefaults: 0.1.14 - 2026-02-21

🐛 Bug Fixes

  • coerce type-mismatched default values instead of clearing them to prevent invalid generated code (commit by @danielkov)

core: 3.26.43 - 2026-03-12

♻️ Refactors

  • use URL constructor for path resolution instead of manual string concatenation (commit by @AshGodfrey)

core: 3.26.42 - 2026-03-11

🐛 Bug Fixes

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

core: 3.26.41 - 2026-03-04

🐛 Bug Fixes

  • include global security in SDK Example Usage snippets and per-operation docs (commit by @mfbx9da4)

core: 3.26.40 - 2026-03-03

🐛 Bug Fixes

  • use --ignore-scripts for examples install to prevent EACCES errors with esbuild (commit by @tristanspeakeasy)

core: 3.26.39 - 2026-03-02

🐝 New Features

  • add useOxlint and useTsgo config flags for opt-in/out of oxlint and tsgo (commit by @danielkov)

core: 3.26.38 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 3.26.37 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

core: 3.26.35 - 2026-02-26

🐛 Bug Fixes

  • set NODE_OPTIONS --max-old-space-size=6144 for test commands to prevent OOM on large specs (commit by @AshGodfrey)

core: 3.26.34 - 2026-02-23

🐛 Bug Fixes

  • tighten .npmignore JSON include pattern to prevent .devcontainer and _speakeasy directories from leaking into published npm packages (commit by @vishalg0wda)

core: 3.26.33 - 2026-02-21

🐛 Bug Fixes

  • resolve multiple TypeScript build failures including duplicate barrel exports, sub-SDK field name collisions, function local variable shadowing, error type deduplication, multipart map body encoding, and sanitization improvements (commit by @danielkov)

examples: 2.82.5 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

globalServerURLs: 2.83.1 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

methodSecurity: 2.82.8 - 2026-03-09

🐛 Bug Fixes

  • allow method security hoisting when both global and operation-level security are optional (commit by @2ynn)

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.759.1

@github-actions github-actions bot requested a review from a team as a code owner March 2, 2026 09:26
@github-actions github-actions bot added the patch Patch version bump label Mar 2, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 12 files

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1772443386 branch from 2c8027a to 30f3a6f Compare March 9, 2026 09:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1772443386 branch from 8ddd7c3 to 6cd69bd Compare March 16, 2026 09:33
* `stackone.actions.listActionsMeta()`:  `response.data[].actions[].authentication[].support.guides.config.sections[]` **Changed**
* `stackone.actions.rpcAction()`: 
  *  `request.defenderEnabled` **Added**
* `stackone.actions.searchActions()`: 
  *  `request.minSimilarity` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1772443386 branch from 2e3a75a to b7174a4 Compare March 23, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant