Skip to content

chore: 🐝 Update SDK - Generate 1.3.2 - #29

Merged
mezotv merged 2 commits into
mainfrom
speakeasy-sdk-regen-1783044171
Jul 31, 2026
Merged

chore: 🐝 Update SDK - Generate 1.3.2#29
mezotv merged 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
  • notra.agent.createAgentSession(): Added
  • notra.agent.sendAgentSessionMessage(): Added
  • notra.agent.streamAgentSessionEvents(): Added
  • notra.agent.listAgentChats(): Added
  • notra.chats.createChat():
    • request Changed
    • error.status[429] Added
  • notra.chats.postChatMessage():
    • request.body Changed
    • error.status[429] Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (1:89850)
│ ├──[+] path (1:94539)
│ ├──[+] path (1:92072)
│ ├──[+] path (1:96319)
│ ├──[+] path (1:63826)
│ ├──[+] path (1:70183)
│ ├─┬/v1/chats
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (1:78747)
│ ├─┬/v1/brand-identities/generate
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬429
│ │       └──[🔀] description (1:34385)
│ ├─┬/v1/posts/{postId}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬429
│ │       └──[🔀] description (1:21545)
│ ├─┬/v1/chats/{chatId}
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (1:83179)
│ ├─┬/v1/posts/generate
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬429
│ │       └──[🔀] description (1:26950)
│ └─┬/v1/integrations/github
│   └─┬POST
│     └─┬Responses
│       └─┬429
│         └──[🔀] description (1:49304)
├─┬Tags
│ └──[+] Event Triggers (1:582)
└─┬Components
  ├──[+] schemas (1:8849)
  ├──[+] schemas (1:9066)
  ├──[+] schemas (1:10053)
  ├──[+] schemas (1:3465)
  ├──[+] schemas (1:10220)
  ├──[+] schemas (1:9264)
  └─┬SendChatMessageRequest
    ├─┬context
    │ └─┬Schema
    │   └──[+] oneOf (1:6228)
    └─┬model
      ├──[+] enum (1:5442)
      └──[+] enum (1:5496)
Document Element Total Changes Breaking Changes
paths 12 0
tags 1 0
components 9 0

View full report

Linting Report 0 errors, 4 warnings, 4 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.791.0

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 7 times, most recently from c8c87c8 to 0d9985e Compare July 11, 2026 01:49
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783044171 branch 8 times, most recently from 231bf1d to 99bd5d9 Compare July 19, 2026 01:49
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783044171 branch 8 times, most recently from 9f52c7a to 0bb52ff Compare July 27, 2026 02:03
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783044171 branch 3 times, most recently from eadcc15 to 9aa54f2 Compare July 30, 2026 01:29
* `notra.eventTriggers.listEventTriggers()`: **Added**
* `notra.eventTriggers.createEventTrigger()`: **Added**
* `notra.eventTriggers.getEventTrigger()`: **Added**
* `notra.eventTriggers.deleteEventTrigger()`: **Added**
* `notra.eventTriggers.updateEventTrigger()`: **Added**
* `notra.agent.createAgentSession()`: **Added**
* `notra.agent.sendAgentSessionMessage()`: **Added**
* `notra.agent.streamAgentSessionEvents()`: **Added**
* `notra.agent.listAgentChats()`: **Added**
* `notra.chats.createChat()`: 
  *  `request` **Changed**
  *  `error.status[429]` **Added**
* `notra.chats.postChatMessage()`: 
  *  `request.body` **Changed**
  *  `error.status[429]` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1783044171 branch from c44c876 to 85c4b62 Compare July 31, 2026 01:57
@mezotv
mezotv merged commit e98423c into main Jul 31, 2026
3 of 4 checks passed
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.

3 participants