Skip to content

chore: 🐝 Update SDK - Generate [next] 3.20.0 - #153

Open
github-actions[bot] wants to merge 2 commits into
nextfrom
speakeasy-sdk-regen-next-1786147780
Open

chore: 🐝 Update SDK - Generate [next] 3.20.0#153
github-actions[bot] wants to merge 2 commits into
nextfrom
speakeasy-sdk-regen-next-1786147780

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.

Java SDK Changes:

  • novu.channelEndpoints.update(): response.providerId Changed (Breaking ⚠️)
  • novu.channelEndpoints.create(): response.providerId Changed (Breaking ⚠️)
  • novu.triggerBulk():
    • request.body.events[].to.union(Array<>)[].union(SubscriberPayloadDto).channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribersProperties.updateOnlineStatus(): response.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribersMessages.markAllAs(): response.[].subscriber.channels[].providerId Changed (Breaking ⚠️)
  • novu.notifications.get(): response.jobs[].executionDetails[].providerId Changed (Breaking ⚠️)
  • novu.notifications.list(): response.data[].jobs[].executionDetails[].providerId Changed (Breaking ⚠️)
  • novu.messages.list(): response.data[].subscriber.channels[].providerId Changed (Breaking ⚠️)
  • novu.trigger():
    • request.body.to.union(Array<>)[].union(SubscriberPayloadDto).channels[].providerId Changed (Breaking ⚠️)
  • novu.channelEndpoints.get(): response.providerId Changed (Breaking ⚠️)
  • novu.channelEndpoints.list():
    • request.providerId Changed (Breaking ⚠️)
    • response.data[].providerId Changed (Breaking ⚠️)
  • novu.channelConnections.update(): response.providerId Changed (Breaking ⚠️)
  • novu.layouts.generatePreview():
    • request.body.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.get(): response.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.update(): response.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.updateCredentials():
    • request.body.providerId Changed (Breaking ⚠️)
    • response.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.credentials.upsert():
    • request.body.providerId Changed (Breaking ⚠️)
    • response.channels[].providerId Changed (Breaking ⚠️)
  • novu.subscribers.messages.updateActionStatus(): response.subscriber.channels[].providerId Changed (Breaking ⚠️)
  • novu.channelConnections.retrieve(): response.providerId Changed (Breaking ⚠️)
  • novu.channelConnections.create(): response.providerId Changed (Breaking ⚠️)
  • novu.broadcast():
    • request.body.actor.union(SubscriberPayloadDto).channels[].providerId Changed (Breaking ⚠️)
  • novu.channelConnections.list():
    • request.providerId Changed (Breaking ⚠️)
    • response.data[].providerId Changed (Breaking ⚠️)
  • novu.workflowsSteps.generatePreview():
    • request.body.previewPayload.subscriber.channels[].providerId Changed (Breaking ⚠️)
    • response.previewPayloadExample.subscriber.channels[].providerId Changed (Breaking ⚠️)
  • novu.workflows.list(): response.workflows[].steps[].issues Changed
  • novu.workflows.workflowDetails(): response.steps[] Changed
  • novu.layouts.update(): response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect) Added
  • novu.agents.sendReply():
    • request.body.toolApprovalRequest Changed
  • novu.layouts.get(): response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect) Added
  • novu.workflows.modify(): response.steps[] Changed
  • novu.workflows.create():
    • request.body.steps[].union(chat).controlValues.union(ChatControlDto).editorType Added
    • response.steps[] Changed
  • novu.integrations.list(): response.[].credentials.configurationSetName Added
  • novu.integrations.delete(): response.[].credentials.configurationSetName Added
  • novu.workflows.sync(): response.steps[].union(chat) Changed
  • novu.workflows.steps.get(): response Changed
  • novu.workflows.update():
    • request.body.steps[].union(chat).controlValues.union(ChatControlDto).editorType Added
    • response.steps[] Changed
  • novu.layouts.duplicate(): response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect) Added
  • novu.integrations.create():
    • request.body.credentials.configurationSetName Added
    • response.credentials.configurationSetName Added
  • novu.integrations.update():
    • request.body.credentials.configurationSetName Added
    • response.credentials.configurationSetName Added
  • novu.layouts.list(): response.layouts[].controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect) Added
  • novu.integrations.setPrimary(): response.credentials.configurationSetName Added
  • novu.integrations.listActive(): response.[].credentials.configurationSetName Added
  • novu.layouts.create(): response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect) Added
  • novu.contexts.get(): response.bridgeUrl Added
  • novu.contexts.update():
    • request.body.bridgeUrl Added
    • response.bridgeUrl Added
  • novu.contexts.list(): response.data[].bridgeUrl Added
  • novu.contexts.create():
    • request.body.bridgeUrl Added
    • response.bridgeUrl Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (45174:12)
├─┬Paths
│ ├─┬/v1/integrations/channel-connections/oauth
│ │ └─┬POST
│ │   └──[🔀] description (38716:20)
│ ├─┬/v1/channel-endpoints
│ │ └─┬GET
│ │   └──Parameters
│ ├─┬/v1/channel-connections
│ │ └─┬GET
│ │   └──Parameters
│ ├─┬/v1/integrations/channel-endpoints/oauth
│ │ └─┬POST
│ │   └──[🔀] description (39341:20)
│ ├─┬/v2/contexts
│ │ ├─┬GET
│ │ │ └──[🔀] description (319:20)
│ │ └─┬POST
│ │   └──[🔀] description (7:20)
│ └─┬/v1/events/trigger/broadcast
│   └─┬POST
│     └──[🔀] description (35281:20)
└─┬Components
  ├──[+] schemas (52849:7)
  ├─┬SubscriberChannelDto
  │ └─┬providerId
  │   ├──[+] enum (45706:15)
  │   └──[-] enum (45711:15)❌ 
  ├─┬UpdateContextRequestDto
  │ ├──[+] properties (49459:9)
  │ └─┬data
  │   ├──[-] additionalProperties (49439:33)❌ 
  │   ├──[🔀] type (49460:17)❌ 
  │   ├──[🔀] description (49462:24)
  │   ├──[+] nullable (49461:21)❌ 
  │   └──[🔀] example (49464:20)
  ├─┬GetContextResponseDto
  │ ├──[+] properties (49396:9)
  │ ├─┬data
  │ │ ├──[-] additionalProperties (49384:33)❌ 
  │ │ ├──[🔀] type (49400:17)❌ 
  │ │ └──[🔀] description (49401:24)
  │ ├─┬type
  │ │ └──[🔀] description (49391:24)
  │ ├─┬id
  │ │ ├──[+] additionalProperties (49395:33)❌ 
  │ │ ├──[🔀] type (49393:17)❌ 
  │ │ └──[🔀] description (49394:24)
  │ ├─┬createdAt
  │ │ └──[🔀] description (49398:24)
  │ └─┬updatedAt
  │   └──[🔀] description (49388:24)
  ├─┬ProvidersIdEnum
  │ ├──[+] enum (46433:11)
  │ └──[-] enum (46439:11)❌ 
  ├─┬ApiKeyDto
  │ └─┬key
  │   └──[🔀] example (45423:20)
  ├─┬ContentIssueEnum
  │ ├──[+] enum (52846:11)
  │ └──[+] enum (52847:11)
  ├─┬TriggerEventRequestDto
  │ └─┬actor
  │   └──[🔀] description (45972:24)
  ├─┬GetChannelEndpointResponseDto
  │ └─┬providerId
  │   ├──[+] enum (57518:15)
  │   └──[-] enum (57472:15)❌ 
  ├─┬ToolApprovalRequestPayloadDto
  │ ├──[+] properties (47952:9)
  │ ├──[+] properties (47957:9)
  │ ├──[+] properties (47962:9)
  │ ├─┬toolCallId
  │ │ ├──[+] additionalProperties (47948:33)❌ 
  │ │ ├──[🔀] type (47946:17)❌ 
  │ │ ├──[🔀] description (47947:24)
  │ │ └──[🔀] example (47950:13)
  │ ├─┬name
  │ │ ├──[🔀] description (47959:24)
  │ │ └──[🔀] example (47961:20)
  │ └─┬input
  │   ├──[-] additionalProperties (47954:33)❌ 
  │   ├──[🔀] type (47953:17)❌ 
  │   ├──[🔀] description (47954:24)
  │   └──[🔀] example (47956:20)
  ├─┬StepIntegrationIssue
  │ ├──[+] properties (52888:9)
  │ └─┬variableName
  │   └──[🔀] $ref (52849:13)❌ 
  ├─┬CreateContextRequestDto
  │ ├──[+] properties (49439:9)
  │ ├─┬id
  │ │ ├──[+] additionalProperties (49438:33)❌ 
  │ │ ├──[🔀] type (49431:17)❌ 
  │ │ ├──[-] maxLength (49411:22)❌ 
  │ │ ├──[-] minLength (49410:22)❌ 
  │ │ ├──[-] pattern (49412:20)❌ 
  │ │ ├──[🔀] description (49432:24)
  │ │ └──[🔀] example (49434:13)
  │ ├─┬data
  │ │ ├──[-] additionalProperties (49424:33)❌ 
  │ │ ├──[🔀] type (49440:17)❌ 
  │ │ ├──[🔀] description (49441:24)
  │ │ └──[🔀] example (49443:20)
  │ └─┬type
  │   ├──[🔀] description (49427:24)
  │   └──[🔀] example (49429:20)
  ├─┬CredentialsDto
  │ ├──[+] properties (48805:9)
  │ ├─┬emailSlugPrefix
  │ │ └──[-] description (48852:24)
  │ ├─┬token
  │ │ └──[🔀] type (48792:17)❌ 
  │ ├─┬externalEnvironmentId
  │ │ └──[🔀] description (48863:24)
  │ ├─┬externalWorkspaceId
  │ │ └──[🔀] description (48871:24)
  │ ├─┬from
  │ │ └──[+] description (48875:24)
  │ ├─┬senderId
  │ │ └──[🔀] type (48768:17)❌ 
  │ ├─┬externalVaultId
  │ │ └──[-] description (48860:24)
  │ ├─┬whatsNextCompletedAt
  │ │ └──[-] description (48844:24)
  │ ├─┬secretKey
  │ │ └──[🔀] type (48788:17)❌ 
  │ ├─┬ignoreTls
  │ │ └──[🔀] type (48812:17)❌ 
  │ ├─┬secure
  │ │ └──[🔀] type (48810:17)❌ 
  │ ├─┬user
  │ │ └──[🔀] type (48858:17)❌ 
  │ ├─┬externalLink
  │ │ └──[+] description (48867:24)
  │ ├─┬tlsOptions
  │ │ └──[🔀] type (48826:17)❌ 
  │ ├─┬imageUrl
  │ │ └──[🔀] type (48790:17)❌ 
  │ ├─┬useFromAddressOverride
  │ │ └──[🔀] type (48776:17)❌ 
  │ ├─┬host
  │ │ └──[🔀] type (48800:17)❌ 
  │ ├─┬hmac
  │ │ └──[🔀] type (48860:17)❌ 
  │ └─┬requireTls
  │   └──[🔀] type (48770:17)❌ 
  ├─┬StepContentIssueDto
  │ ├──[+] properties (52866:9)
  │ └─┬variableName
  │   └──[🔀] $ref (52849:13)❌ 
  ├─┬ChatOrPushProviderEnum
  │ ├──[+] enum (49624:11)
  │ └──[-] enum (49599:11)❌ 
  ├─┬UiComponentEnum
  │ └──[+] enum (51685:11)
  ├─┬ChatControlDto
  │ ├──[+] properties (53409:9)
  │ └─┬skip
  │   ├──[-] additionalProperties (53366:33)❌ 
  │   ├──[+] enum (53414:15)
  │   ├──[+] enum (53415:15)
  │   ├──[🔀] type (53410:17)❌ 
  │   ├──[🔀] description (53411:24)
  │   └──[-] example (53356:13)
  └─┬GetChannelConnectionResponseDto
    └─┬providerId
      ├──[+] enum (56190:15)
      └──[-] enum (56144:15)❌ 
Document Element Total Changes Breaking Changes
paths 5 0
components 90 39
info 1 0

View full report

Linting Report 0 errors, 21 warnings, 48 hints

View full report

JAVA CHANGELOG

core: 3.57.0 - 2026-08-13

🐝 New Features

  • make OkHttp SDKs AutoCloseable, close clients on Spring shutdown, and require compatible public close methods on custom clients (commit by @2ynn)

core: 3.56.2 - 2026-08-12

🐝 New Features

unions: 0.3.8 - 2026-08-13

🐛 Bug Fixes

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

unions: 0.3.7 - 2026-08-04

🐛 Bug Fixes

  • prevent forwardCompatibleUnionsByDefault: false to silently enable open unions (commit by @2ynn)

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-next-1786147780 branch 3 times, most recently from 2cd5e04 to 72248ef Compare August 11, 2026 00:11
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate [next] 3.19.1 chore: 🐝 Update SDK - Generate [next] 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-next-1786147780 branch 8 times, most recently from 6686854 to e55fb95 Compare August 19, 2026 00:07
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-next-1786147780 branch 2 times, most recently from 4f89196 to 8c13fb6 Compare August 21, 2026 00:08
* `novu.channelEndpoints.update()`:  `response.providerId` **Changed** (Breaking ⚠️)
* `novu.channelEndpoints.create()`:  `response.providerId` **Changed** (Breaking ⚠️)
* `novu.triggerBulk()`: 
  *  `request.body.events[].to.union(Array<>)[].union(SubscriberPayloadDto).channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribersProperties.updateOnlineStatus()`:  `response.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribersMessages.markAllAs()`:  `response.[].subscriber.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.notifications.get()`:  `response.jobs[].executionDetails[].providerId` **Changed** (Breaking ⚠️)
* `novu.notifications.list()`:  `response.data[].jobs[].executionDetails[].providerId` **Changed** (Breaking ⚠️)
* `novu.messages.list()`:  `response.data[].subscriber.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.trigger()`: 
  *  `request.body.to.union(Array<>)[].union(SubscriberPayloadDto).channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.channelEndpoints.get()`:  `response.providerId` **Changed** (Breaking ⚠️)
* `novu.channelEndpoints.list()`: 
  *  `request.providerId` **Changed** (Breaking ⚠️)
  *  `response.data[].providerId` **Changed** (Breaking ⚠️)
* `novu.channelConnections.update()`:  `response.providerId` **Changed** (Breaking ⚠️)
* `novu.layouts.generatePreview()`: 
  *  `request.body.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.get()`:  `response.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.update()`:  `response.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.updateCredentials()`: 
  *  `request.body.providerId` **Changed** (Breaking ⚠️)
  *  `response.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.credentials.upsert()`: 
  *  `request.body.providerId` **Changed** (Breaking ⚠️)
  *  `response.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.subscribers.messages.updateActionStatus()`:  `response.subscriber.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.channelConnections.retrieve()`:  `response.providerId` **Changed** (Breaking ⚠️)
* `novu.channelConnections.create()`:  `response.providerId` **Changed** (Breaking ⚠️)
* `novu.broadcast()`: 
  *  `request.body.actor.union(SubscriberPayloadDto).channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.channelConnections.list()`: 
  *  `request.providerId` **Changed** (Breaking ⚠️)
  *  `response.data[].providerId` **Changed** (Breaking ⚠️)
* `novu.workflowsSteps.generatePreview()`: 
  *  `request.body.previewPayload.subscriber.channels[].providerId` **Changed** (Breaking ⚠️)
  *  `response.previewPayloadExample.subscriber.channels[].providerId` **Changed** (Breaking ⚠️)
* `novu.workflows.list()`:  `response.workflows[].steps[].issues` **Changed**
* `novu.workflows.workflowDetails()`:  `response.steps[]` **Changed**
* `novu.layouts.update()`:  `response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect)` **Added**
* `novu.agents.sendReply()`: 
  *  `request.body.toolApprovalRequest` **Changed**
* `novu.layouts.get()`:  `response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect)` **Added**
* `novu.workflows.modify()`:  `response.steps[]` **Changed**
* `novu.workflows.create()`: 
  *  `request.body.steps[].union(chat).controlValues.union(ChatControlDto).editorType` **Added**
  *  `response.steps[]` **Changed**
* `novu.integrations.list()`:  `response.[].credentials.configurationSetName` **Added**
* `novu.integrations.delete()`:  `response.[].credentials.configurationSetName` **Added**
* `novu.workflows.sync()`:  `response.steps[].union(chat)` **Changed**
* `novu.workflows.steps.get()`:  `response` **Changed**
* `novu.workflows.update()`: 
  *  `request.body.steps[].union(chat).controlValues.union(ChatControlDto).editorType` **Added**
  *  `response.steps[]` **Changed**
* `novu.layouts.duplicate()`:  `response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect)` **Added**
* `novu.integrations.create()`: 
  *  `request.body.credentials.configurationSetName` **Added**
  *  `response.credentials.configurationSetName` **Added**
* `novu.integrations.update()`: 
  *  `request.body.credentials.configurationSetName` **Added**
  *  `response.credentials.configurationSetName` **Added**
* `novu.layouts.list()`:  `response.layouts[].controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect)` **Added**
* `novu.integrations.setPrimary()`:  `response.credentials.configurationSetName` **Added**
* `novu.integrations.listActive()`:  `response.[].credentials.configurationSetName` **Added**
* `novu.layouts.create()`:  `response.controls.uiSchema.properties.Map<UiSchemaProperty>.component.enum(chatEditorSelect)` **Added**
* `novu.contexts.get()`:  `response.bridgeUrl` **Added**
* `novu.contexts.update()`: 
  *  `request.body.bridgeUrl` **Added**
  *  `response.bridgeUrl` **Added**
* `novu.contexts.list()`:  `response.data[].bridgeUrl` **Added**
* `novu.contexts.create()`: 
  *  `request.body.bridgeUrl` **Added**
  *  `response.bridgeUrl` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-next-1786147780 branch from 12327ed to c69ab6e Compare August 22, 2026 00:06
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