Skip to content

chore: 🐝 Update SDK - Generate 1.3.2#29

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1783044171
Open

chore: 🐝 Update SDK - Generate 1.3.2#29
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1783044171

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (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:

  • notra.eventTriggers.listEventTriggers(): Added
  • notra.eventTriggers.createEventTrigger(): Added
  • notra.eventTriggers.getEventTrigger(): Added
  • notra.eventTriggers.deleteEventTrigger(): Added
  • notra.eventTriggers.updateEventTrigger(): Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (1:61848)
│ └──[+] path (1:68205)
├─┬Tags
│ └──[+] Event Triggers (1:582)
└─┬Components
  └──[+] schemas (1:3465)
Document Element Total Changes Breaking Changes
paths 2 0
tags 1 0
components 1 0

View full report

Linting Report 0 errors, 3 warnings, 3 hints

View full report

TYPESCRIPT CHANGELOG

core: 3.31.4 - 2026-07-09

🐛 Bug Fixes

  • emit erasable TypeScript syntax in http and security lib so SDKs type-check under erasableSyntaxOnly (commit by @AshGodfrey)

core: 3.31.3 - 2026-07-02

🐝 New Features

  • omit gen.lock checksums under versioningStrategy manual and persistentEdits never to prevent merge conflicts (commit by @ThomasRooney)

core: 3.31.1 - 2026-06-11

🔧 Chores

  • remove third-party isPlainObject helper from runtime (commit by @2ynn)

core: 3.31.0 - 2026-06-11

🐝 New Features

  • replace runtime dlv helper with generation-time inlined property access (commit by @ThomasRooney)

core: 3.30.0 - 2026-06-10

🐝 New Features

  • add opt-in APIPromise helpers for accessing the raw Response object alongside the parsed body (commit by @2ynn)

core: 3.29.0 - 2026-06-10

🐛 Bug Fixes

  • preserve server URL query params and apply deterministic query precedence (server URL, then operation params, then security) replacing duplicate keys instead of sending both (commit by @ThomasRooney)

core: 3.28.0 - 2026-06-10

🐝 New Features

  • add opt-in requestExtras config with extraQuery and extraBody request options (commit by @TristanSpeakEasy)

core: 3.27.1 - 2026-06-10

🐛 Bug Fixes

  • only emit env-var fallbacks for string-typed custom security scheme fields (commit by @ThomasRooney)

core: 3.26.53 - 2026-05-26

🐝 New Features

  • capability to directly control casing (acronym) rules (commit by @ThomasRooney)

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

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jul 3, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783044171 branch 5 times, most recently from a247090 to 2b63dcd Compare July 9, 2026 02:03
* `notra.eventTriggers.listEventTriggers()`: **Added**
* `notra.eventTriggers.createEventTrigger()`: **Added**
* `notra.eventTriggers.getEventTrigger()`: **Added**
* `notra.eventTriggers.deleteEventTrigger()`: **Added**
* `notra.eventTriggers.updateEventTrigger()`: **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1783044171 branch from bbc757d to d1b0930 Compare July 10, 2026 02:02
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.

2 participants