Skip to content

chore: 🐝 Update SDK - Generate [next] 3.15.1#147

Open
github-actions[bot] wants to merge 2 commits intonextfrom
speakeasy-sdk-regen-next-1776125755
Open

chore: 🐝 Update SDK - Generate [next] 3.15.1#147
github-actions[bot] wants to merge 2 commits intonextfrom
speakeasy-sdk-regen-next-1776125755

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 14, 2026

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.

Java SDK Changes:

  • novu.layouts.duplicate():
    • request.body.layoutId Added
  • novu.channelConnections.create():
    • request.body.connectionMode Added
  • novu.integrations.generateChatOAuthUrl(): request.body Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/v2/contexts
│ │ ├─┬GET
│ │ │ └──[🔀] description (319:20)
│ │ └─┬POST
│ │   └──[🔀] description (7:20)
│ └─┬/v1/events/trigger/broadcast
│   └─┬POST
│     └──[🔀] description (26725:20)
└─┬Components
  ├─┬TriggerEventRequestDto
  │ └─┬actor
  │   └──[🔀] description (35814:24)
  ├─┬CreateChannelConnectionRequestDto
  │ ├──[+] properties (43839:9)
  │ ├─┬subscriberId
  │ │ ├──[🔀] description (43849:24)
  │ │ └──[🔀] example (43851:20)
  │ ├─┬workspace
  │ │ └──[🔀] $ref (43814:11)❌ 
  │ ├─┬integrationIdentifier
  │ │ ├──[🔀] description (43810:24)
  │ │ └──[🔀] example (43812:20)
  │ ├─┬context
  │ │ ├──[-] additionalProperties (43796:13)❌ 
  │ │ ├──[+] enum (43844:15)
  │ │ ├──[+] enum (43845:15)
  │ │ ├──[🔀] type (43840:17)❌ 
  │ │ ├──[+] description (43841:24)
  │ │ └──[+] example (43846:20)
  │ └─┬identifier
  │   ├──[+] additionalProperties (43820:13)❌ 
  │   ├──[🔀] type (43818:17)❌ 
  │   ├──[-] description (43786:24)
  │   └──[-] example (43788:20)
  ├─┬GenerateChatOauthUrlRequestDto
  │ ├──[+] properties (37497:9)
  │ ├──[+] properties (37489:9)
  │ ├──[+] properties (37481:9)
  │ ├─┬context
  │ │ ├──[-] additionalProperties (37452:13)❌ 
  │ │ ├──[+] enum (37502:15)
  │ │ ├──[+] enum (37503:15)
  │ │ ├──[🔀] type (37498:17)❌ 
  │ │ ├──[+] description (37499:24)
  │ │ └──[+] example (37504:20)
  │ ├─┬subscriberId
  │ │ ├──[+] enum (37494:15)
  │ │ ├──[+] enum (37495:15)
  │ │ ├──[🔀] description (37491:24)
  │ │ └──[🔀] example (37496:20)
  │ ├─┬integrationIdentifier
  │ │ ├──[+] additionalProperties (37448:13)❌ 
  │ │ ├──[🔀] type (37446:17)❌ 
  │ │ └──[-] description (37443:24)
  │ └─┬scope
  │   ├──[-] items (37484:13)❌ 
  │   ├──[🔀] type (37438:17)❌ 
  │   ├──[🔀] description (37439:24)
  │   └──[-] example (37475:13)
  ├─┬SmsStepUpsertDto
  │ └─┬stepId
  │   └──[🔀] pattern (42425:20)❌ 
  ├─┬ThrottleStepUpsertDto
  │ └─┬stepId
  │   └──[🔀] pattern (42545:20)❌ 
  ├─┬InAppStepUpsertDto
  │ └─┬stepId
  │   └──[🔀] pattern (42377:20)❌ 
  ├─┬DigestStepUpsertDto
  │ └─┬stepId
  │   └──[🔀] pattern (42521:20)❌ 
  ├─┬HttpRequestStepUpsertDto
  │ └─┬stepId
  │   └──[🔀] pattern (42593:20)❌ 
  ├─┬CreateWorkflowDto
  │ └─┬workflowId
  │   └──[🔀] pattern (42670:20)❌ 
  ├─┬EmailStepUpsertDto
  │ └─┬stepId
  │   └──[🔀] pattern (42401:20)❌ 
  ├─┬CustomStepUpsertDto
  │ └─┬stepId
  │   └──[🔀] pattern (42569:20)❌ 
  ├─┬PushStepUpsertDto
  │ └─┬stepId
  │   └──[🔀] pattern (42449:20)❌ 
  ├─┬ChatStepUpsertDto
  │ └─┬stepId
  │   └──[🔀] pattern (42473:20)❌ 
  ├─┬DuplicateLayoutDto
  │ ├──[+] properties (39992:9)
  │ └─┬name
  │   └──[🔀] description (39994:24)
  ├─┬DelayStepUpsertDto
  │ └─┬stepId
  │   └──[🔀] pattern (42497:20)❌ 
  └─┬DuplicateWorkflowDto
    └─┬workflowId
      └──[🔀] pattern (42908:20)❌ 
Document Element Total Changes Breaking Changes
paths 3 0
components 51 23

View full report

Linting Report 0 errors, 19 warnings, 41 hints

View full report

JAVA CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.761.9

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Apr 14, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-next-1776125755 branch 8 times, most recently from 400a107 to 0eb0082 Compare April 22, 2026 00:14
* `novu.layouts.duplicate()`: 
  *  `request.body.layoutId` **Added**
* `novu.channelConnections.create()`: 
  *  `request.body.connectionMode` **Added**
* `novu.integrations.generateChatOAuthUrl()`:  `request.body` **Changed**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-next-1776125755 branch from 1bd30fd to 6930302 Compare April 23, 2026 00:19
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