Skip to content

chore: 🐝 Update SDK - Generate 3.20.0 - #127

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

chore: 🐝 Update SDK - Generate 3.20.0#127
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786148350

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 8, 2026

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:

  • novu.workflows.update():
    • request.updateWorkflowDto.steps[].union(chat).controlValues.union(ChatControlDto).editorType Added
    • response.steps[] Changed (Breaking ⚠️)
  • novu.channelConnections.update(): response.providerId Changed (Breaking ⚠️)
  • novu.triggerBulk():
    • request.bulkTriggerEventDto.events[].to.union(Array<1>)[].union(SubscriberPayloadDto).channels[].providerId Changed (Breaking ⚠️)
  • novu.notifications.retrieve(): response.jobs[].executionDetails[].providerId Changed (Breaking ⚠️)
  • novu.notifications.list(): response.data[].jobs[].executionDetails[].providerId Changed (Breaking ⚠️)
  • novu.messages.retrieve(): response.data[].subscriber.channels[].providerId Changed (Breaking ⚠️)
  • novu.channelEndpoints.update(): response.providerId Changed (Breaking ⚠️)
  • novu.channelEndpoints.retrieve(): response.providerId Changed (Breaking ⚠️)
  • novu.channelEndpoints.create(): response.providerId Changed (Breaking ⚠️)
  • novu.trigger():
    • request.triggerEventRequestDto.to.union(Array<1>)[].union(SubscriberPayloadDto).channels[].providerId Changed (Breaking ⚠️)
  • novu.workflows.list(): response.workflows[].steps[].issues Changed (Breaking ⚠️)
  • novu.channelEndpoints.list():
    • request.providerId Changed (Breaking ⚠️)
    • response.data[].providerId Changed (Breaking ⚠️)
  • novu.layouts.generatePreview():
    • request.layoutPreviewRequestDto.previewPayload.subscriber.channels[].providerId Changed (Breaking ⚠️)
    • response.previewPayloadExample.subscriber.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.search(): response.data[].channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.create():
    • response.channels[].providerId Changed (Breaking ⚠️)
    • error.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.retrieve(): response.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.patch(): response.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.credentials.update():
    • request.updateSubscriberChannelRequestDto.providerId Changed (Breaking ⚠️)
    • response.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.credentials.append():
    • request.updateSubscriberChannelRequestDto.providerId Changed (Breaking ⚠️)
    • response.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.messages.updateAsSeen(): response.subscriber.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.messages.markAllAs(): response.[].subscriber.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.properties.updateOnlineFlag(): response.channels[].providerId Changed (Breaking ⚠️)
  • novu.triggerBroadcast():
    • request.triggerEventToAllRequestDto.actor.union(SubscriberPayloadDto).channels[].providerId Changed (Breaking ⚠️)
  • novu.workflows.create():
    • request.createWorkflowDto.steps[].union(chat).controlValues.union(ChatControlDto).editorType Added
    • response.steps[] Changed (Breaking ⚠️)
  • novu.channelConnections.retrieve(): response.providerId Changed (Breaking ⚠️)
  • novu.workflows.get(): response.steps[] Changed (Breaking ⚠️)
  • novu.workflows.patch(): response.steps[] Changed (Breaking ⚠️)
  • novu.workflows.sync(): response.steps[] Changed (Breaking ⚠️)
  • novu.workflows.steps.generatePreview():
    • request.generatePreviewRequestDto.previewPayload.subscriber.channels[].providerId Changed (Breaking ⚠️)
    • response.previewPayloadExample.subscriber.channels[].providerId Changed (Breaking ⚠️)
  • novu.workflows.steps.retrieve(): response Changed (Breaking ⚠️)
  • novu.channelConnections.create(): response.providerId Changed (Breaking ⚠️)
  • novu.channelConnections.list():
    • request.providerId Changed (Breaking ⚠️)
    • response.data[].providerId Changed (Breaking ⚠️)
  • novu.integrations.create():
    • request.createIntegrationRequestDto.credentials.configurationSetName Added
    • response.credentials.configurationSetName Added
  • novu.integrations.list(): response.[].credentials.configurationSetName Added
  • novu.layouts.retrieve(): response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect) Added
  • novu.layouts.duplicate(): response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect) Added
  • novu.layouts.list(): response.layouts[].controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect) Added
  • novu.layouts.create(): response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect) Added
  • novu.layouts.update(): response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect) Added
  • novu.contexts.retrieve(): response.bridgeUrl Added
  • novu.integrations.update():
    • request.updateIntegrationRequestDto.credentials.configurationSetName Added
    • response.credentials.configurationSetName Added
  • novu.agents.sendReply():
    • request.agentReplyPayloadDto.toolApprovalRequest Changed
  • novu.integrations.delete(): response.[].credentials.configurationSetName Added
  • novu.integrations.setAsPrimary(): response.credentials.configurationSetName Added
  • novu.integrations.listActive(): response.[].credentials.configurationSetName Added
  • novu.contexts.update():
    • request.updateContextRequestDto.bridgeUrl Added
    • response.bridgeUrl Added
  • novu.contexts.list(): response.data[].bridgeUrl Added
  • novu.contexts.create():
    • request.createContextRequestDto.bridgeUrl Added
    • response.bridgeUrl Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (70184:16)
├─┬Paths
│ ├─┬/v1/events/trigger
│ │ └─┬POST
│ │   └──[🔀] description (53795:24)
│ ├─┬/v1/channel-endpoints
│ │ └─┬GET
│ │   └──Parameters
│ └─┬/v1/channel-connections
│   └─┬GET
│     └──Parameters
└─┬Components
  ├──[+] schemas (80764:32)
  ├─┬SubscriberChannelDto
  │ └─┬providerId
  │   ├──[+] enum (70989:15)
  │   └──[-] enum (70989:15)❌ 
  ├─┬CreateContextRequestDto
  │ ├──[+] properties (75956:11)
  │ ├─┬id
  │ │ ├──[+] additionalProperties (75954:37)❌ 
  │ │ ├──[🔀] type (75945:21)❌ 
  │ │ ├──[-] maxLength (75917:26)❌ 
  │ │ ├──[-] minLength (75916:26)❌ 
  │ │ ├──[-] pattern (75918:24)❌ 
  │ │ ├──[🔀] description (75946:28)
  │ │ └──[🔀] example (75947:24)
  │ ├─┬type
  │ │ ├──[🔀] description (75941:28)
  │ │ └──[🔀] example (75942:24)
  │ └─┬data
  │   ├──[-] additionalProperties (75932:37)❌ 
  │   ├──[🔀] type (75957:21)❌ 
  │   ├──[🔀] description (75958:28)
  │   └──[🔀] example (75959:24)
  ├─┬ProvidersIdEnum
  │ ├──[+] enum (71959:11)
  │ └──[-] enum (71959:11)❌ 
  ├─┬GetContextResponseDto
  │ ├──[+] properties (75904:11)
  │ ├─┬type
  │ │ └──[🔀] description (75897:28)
  │ ├─┬updatedAt
  │ │ └──[🔀] description (75893:28)
  │ ├─┬createdAt
  │ │ └──[🔀] description (75906:28)
  │ ├─┬id
  │ │ ├──[+] additionalProperties (75902:37)❌ 
  │ │ ├──[🔀] type (75900:21)❌ 
  │ │ └──[🔀] description (75901:28)
  │ └─┬data
  │   ├──[-] additionalProperties (75884:37)❌ 
  │   ├──[🔀] type (75909:21)❌ 
  │   └──[🔀] description (75910:28)
  ├─┬StepContentIssueDto
  │ ├──[+] properties (80786:11)
  │ └─┬variableName
  │   └──[🔀] $ref (80765:17)❌ 
  ├─┬ToolApprovalRequestPayloadDto
  │ ├──[+] properties (73957:11)
  │ ├──[+] properties (73962:11)
  │ ├──[+] properties (73967:11)
  │ ├─┬input
  │ │ ├──[-] additionalProperties (73951:37)❌ 
  │ │ ├──[🔀] type (73958:21)❌ 
  │ │ ├──[🔀] description (73959:28)
  │ │ └──[🔀] example (73960:24)
  │ ├─┬toolCallId
  │ │ ├──[+] additionalProperties (73951:37)❌ 
  │ │ ├──[🔀] type (73949:21)❌ 
  │ │ ├──[🔀] description (73950:28)
  │ │ └──[🔀] example (73952:24)
  │ └─┬name
  │   ├──[🔀] description (73964:28)
  │   └──[🔀] example (73965:24)
  ├─┬CredentialsDto
  │ ├──[+] properties (75137:11)
  │ ├─┬hmac
  │ │ └──[🔀] type (75217:21)❌ 
  │ ├─┬imageUrl
  │ │ └──[🔀] type (75114:21)❌ 
  │ ├─┬ignoreTls
  │ │ └──[🔀] type (75147:21)❌ 
  │ ├─┬requireTls
  │ │ └──[🔀] type (75084:21)❌ 
  │ ├─┬host
  │ │ └──[🔀] type (75129:21)❌ 
  │ ├─┬emailSlugPrefix
  │ │ └──[-] description (75203:28)
  │ ├─┬externalWorkspaceId
  │ │ └──[🔀] description (75229:28)
  │ ├─┬externalLink
  │ │ └──[+] description (75225:28)
  │ ├─┬externalEnvironmentId
  │ │ └──[🔀] description (75221:28)
  │ ├─┬token
  │ │ └──[🔀] type (75117:21)❌ 
  │ ├─┬tlsOptions
  │ │ └──[🔀] type (75168:21)❌ 
  │ ├─┬externalVaultId
  │ │ └──[-] description (75211:28)
  │ ├─┬user
  │ │ └──[🔀] type (75214:21)❌ 
  │ ├─┬secure
  │ │ └──[🔀] type (75144:21)❌ 
  │ ├─┬useFromAddressOverride
  │ │ └──[🔀] type (75093:21)❌ 
  │ ├─┬from
  │ │ └──[+] description (75233:28)
  │ ├─┬whatsNextCompletedAt
  │ │ └──[-] description (75193:28)
  │ ├─┬secretKey
  │ │ └──[🔀] type (75111:21)❌ 
  │ └─┬senderId
  │   └──[🔀] type (75081:21)❌ 
  ├─┬GetChannelEndpointResponseDto
  │ └─┬providerId
  │   ├──[+] enum (87464:15)
  │   └──[-] enum (87406:15)❌ 
  ├─┬ChatControlDto
  │ ├──[+] properties (81611:11)
  │ └─┬skip
  │   ├──[-] additionalProperties (81555:37)❌ 
  │   ├──[+] enum (81615:15)
  │   ├──[+] enum (81616:15)
  │   ├──[🔀] type (81612:21)❌ 
  │   ├──[🔀] description (81613:28)
  │   └──[-] example (81527:24)
  ├─┬UpdateContextRequestDto
  │ ├──[+] properties (75982:11)
  │ └─┬data
  │   ├──[-] additionalProperties (75953:37)❌ 
  │   ├──[🔀] type (75983:21)❌ 
  │   ├──[🔀] description (75985:28)
  │   ├──[+] nullable (75984:25)❌ 
  │   └──[🔀] example (75986:24)
  ├─┬UiComponentEnum
  │ └──[+] enum (79118:11)
  ├─┬GetChannelConnectionResponseDto
  │ └─┬providerId
  │   ├──[+] enum (85715:15)
  │   └──[-] enum (85657:15)❌ 
  ├─┬ChatOrPushProviderEnum
  │ ├──[+] enum (76193:11)
  │ └──[-] enum (76160:11)❌ 
  ├─┬StepIntegrationIssue
  │ ├──[+] properties (80817:11)
  │ └─┬variableName
  │   └──[🔀] $ref (80765:17)❌ 
  ├─┬ContentIssueEnum
  │ ├──[+] enum (80760:11)
  │ └──[+] enum (80761:11)
  └─┬ApiKeyDto
    └─┬key
      └──[🔀] example (70578:24)
Document Element Total Changes Breaking Changes
info 1 0
paths 1 0
components 89 39

View full report

Linting Report 0 errors, 21 warnings, 48 hints

View full report

TYPESCRIPT CHANGELOG

core: 3.31.5 - 2026-08-12

🐝 New Features

unions: 2.86.5 - 2026-08-13

🐛 Bug Fixes

  • collapse primitive-only unions in path parameters instead of dropping the operation (commit by @AshGodfrey)

Based on Speakeasy CLI 1.795.1

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Aug 8, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786148350 branch 3 times, most recently from 39b2c84 to c925bd0 Compare August 11, 2026 00:21
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 3.19.1 chore: 🐝 Update SDK - Generate 3.20.0 Aug 11, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Aug 11, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786148350 branch 8 times, most recently from e5443fe to 9105fab Compare August 19, 2026 00:15
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786148350 branch 3 times, most recently from f781712 to 02ada0c Compare August 22, 2026 00:15
* `novu.workflows.update()`: 
  *  `request.updateWorkflowDto.steps[].union(chat).controlValues.union(ChatControlDto).editorType` **Added**
  *  `response.steps[]` **Changed** (Breaking ⚠️)
* `novu.channelConnections.update()`:  `response.providerId` **Changed** (Breaking ⚠️)
* `novu.triggerBulk()`: 
  *  `request.bulkTriggerEventDto.events[].to.union(Array<1>)[].union(SubscriberPayloadDto).channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.notifications.retrieve()`:  `response.jobs[].executionDetails[].providerId` **Changed** (Breaking ⚠️)
* `novu.notifications.list()`:  `response.data[].jobs[].executionDetails[].providerId` **Changed** (Breaking ⚠️)
* `novu.messages.retrieve()`:  `response.data[].subscriber.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.channelEndpoints.update()`:  `response.providerId` **Changed** (Breaking ⚠️)
* `novu.channelEndpoints.retrieve()`:  `response.providerId` **Changed** (Breaking ⚠️)
* `novu.channelEndpoints.create()`:  `response.providerId` **Changed** (Breaking ⚠️)
* `novu.trigger()`: 
  *  `request.triggerEventRequestDto.to.union(Array<1>)[].union(SubscriberPayloadDto).channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.workflows.list()`:  `response.workflows[].steps[].issues` **Changed** (Breaking ⚠️)
* `novu.channelEndpoints.list()`: 
  *  `request.providerId` **Changed** (Breaking ⚠️)
  *  `response.data[].providerId` **Changed** (Breaking ⚠️)
* `novu.layouts.generatePreview()`: 
  *  `request.layoutPreviewRequestDto.previewPayload.subscriber.channels[].providerId` **Changed** (Breaking ⚠️)
  *  `response.previewPayloadExample.subscriber.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.search()`:  `response.data[].channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.create()`: 
  *  `response.channels[].providerId` **Changed** (Breaking ⚠️)
  *  `error.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.retrieve()`:  `response.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.patch()`:  `response.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.credentials.update()`: 
  *  `request.updateSubscriberChannelRequestDto.providerId` **Changed** (Breaking ⚠️)
  *  `response.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.credentials.append()`: 
  *  `request.updateSubscriberChannelRequestDto.providerId` **Changed** (Breaking ⚠️)
  *  `response.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.messages.updateAsSeen()`:  `response.subscriber.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.messages.markAllAs()`:  `response.[].subscriber.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.properties.updateOnlineFlag()`:  `response.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.triggerBroadcast()`: 
  *  `request.triggerEventToAllRequestDto.actor.union(SubscriberPayloadDto).channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.workflows.create()`: 
  *  `request.createWorkflowDto.steps[].union(chat).controlValues.union(ChatControlDto).editorType` **Added**
  *  `response.steps[]` **Changed** (Breaking ⚠️)
* `novu.channelConnections.retrieve()`:  `response.providerId` **Changed** (Breaking ⚠️)
* `novu.workflows.get()`:  `response.steps[]` **Changed** (Breaking ⚠️)
* `novu.workflows.patch()`:  `response.steps[]` **Changed** (Breaking ⚠️)
* `novu.workflows.sync()`:  `response.steps[]` **Changed** (Breaking ⚠️)
* `novu.workflows.steps.generatePreview()`: 
  *  `request.generatePreviewRequestDto.previewPayload.subscriber.channels[].providerId` **Changed** (Breaking ⚠️)
  *  `response.previewPayloadExample.subscriber.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.workflows.steps.retrieve()`:  `response` **Changed** (Breaking ⚠️)
* `novu.channelConnections.create()`:  `response.providerId` **Changed** (Breaking ⚠️)
* `novu.channelConnections.list()`: 
  *  `request.providerId` **Changed** (Breaking ⚠️)
  *  `response.data[].providerId` **Changed** (Breaking ⚠️)
* `novu.integrations.create()`: 
  *  `request.createIntegrationRequestDto.credentials.configurationSetName` **Added**
  *  `response.credentials.configurationSetName` **Added**
* `novu.integrations.list()`:  `response.[].credentials.configurationSetName` **Added**
* `novu.layouts.retrieve()`:  `response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect)` **Added**
* `novu.layouts.duplicate()`:  `response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect)` **Added**
* `novu.layouts.list()`:  `response.layouts[].controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect)` **Added**
* `novu.layouts.create()`:  `response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect)` **Added**
* `novu.layouts.update()`:  `response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect)` **Added**
* `novu.contexts.retrieve()`:  `response.bridgeUrl` **Added**
* `novu.integrations.update()`: 
  *  `request.updateIntegrationRequestDto.credentials.configurationSetName` **Added**
  *  `response.credentials.configurationSetName` **Added**
* `novu.agents.sendReply()`: 
  *  `request.agentReplyPayloadDto.toolApprovalRequest` **Changed**
* `novu.integrations.delete()`:  `response.[].credentials.configurationSetName` **Added**
* `novu.integrations.setAsPrimary()`:  `response.credentials.configurationSetName` **Added**
* `novu.integrations.listActive()`:  `response.[].credentials.configurationSetName` **Added**
* `novu.contexts.update()`: 
  *  `request.updateContextRequestDto.bridgeUrl` **Added**
  *  `response.bridgeUrl` **Added**
* `novu.contexts.list()`:  `response.data[].bridgeUrl` **Added**
* `novu.contexts.create()`: 
  *  `request.createContextRequestDto.bridgeUrl` **Added**
  *  `response.bridgeUrl` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786148350 branch from cf22561 to be6ce7f Compare August 23, 2026 00:15
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.

1 participant