Skip to content

chore: 🐝 Update SDK - Generate [next] 3.18.0#149

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 2, 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.subscribers.markAllMessages(): Deprecated
  • novu.subscribers.notifications.getUnseenCount(): Deprecated
  • novu.subscribers.messages.updateActionStatus(): Deprecated
  • novu.workflows.update():
    • request.body.steps[].union(throttle) Added
  • novu.subscribersMessages.markAllAs(): Deprecated
  • novu.subscribersNotifications.getFeed(): Deprecated

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (40466:12)
├─┬Paths
│ ├─┬/v1/integrations/active
│ │ └─┬GET
│ │   └──[🔀] description (34019:20)
│ ├─┬/v1/events/trigger/broadcast
│ │ └─┬POST
│ │   └──[🔀] description (31517:20)
│ ├─┬/v1/integrations/{integrationId}/set-primary
│ │ └─┬POST
│ │   └──[🔀] description (33713:20)
│ ├─┬/v1/subscribers/{subscriberId}/messages/mark-as
│ │ └─┬POST
│ │   ├──[🔀] description (38534:20)
│ │   └──[+] deprecated (38535:19)
│ ├─┬/v1/subscribers/{subscriberId}/notifications/unseen
│ │ └─┬GET
│ │   ├──[🔀] description (39198:20)
│ │   └──[+] deprecated (39200:19)
│ ├─┬/v2/contexts
│ │ ├─┬GET
│ │ │ └──[🔀] description (319:20)
│ │ └─┬POST
│ │   └──[🔀] description (7:20)
│ ├─┬/v1/subscribers/{subscriberId}/messages/{messageId}/actions/{type}
│ │ └─┬POST
│ │   ├──[🔀] description (37890:20)
│ │   └──[+] deprecated (37891:19)
│ ├─┬/v1/integrations/{integrationId}/auto-configure
│ │ └─┬POST
│ │   └──[🔀] description (33406:20)
│ ├─┬/v1/integrations/{integrationId}
│ │ ├─┬PUT
│ │ │ └──[🔀] description (32784:20)
│ │ └─┬DELETE
│ │   └──[🔀] description (33095:20)
│ ├─┬/v1/subscribers/{subscriberId}/messages/mark-all
│ │ └─┬POST
│ │   ├──[🔀] description (38216:20)
│ │   └──[+] deprecated (38218:19)
│ ├─┬/v1/subscribers/{subscriberId}/notifications/feed
│ │ └─┬GET
│ │   ├──[🔀] description (38853:20)
│ │   └──[+] deprecated (38855:19)
│ └─┬/v1/integrations
│   ├─┬GET
│   │ └──[🔀] description (32167:20)
│   └─┬POST
│     └──[🔀] description (32474:20)
└─┬Components
  ├─┬RequestLogResponseDto
  │ ├──[+] required (42122:11)❌ 
  │ ├──[+] properties (42097:9)
  │ ├─┬statusCode
  │ │ ├──[+] enum (42102:15)
  │ │ ├──[+] enum (42103:15)
  │ │ ├──[🔀] type (42098:17)❌ 
  │ │ └──[🔀] description (42099:24)
  │ ├─┬transactionId
  │ │ ├──[🔀] type (42058:17)❌ 
  │ │ ├──[🔀] description (42059:24)
  │ │ └──[-] nullable (42065:21)❌ 
  │ ├─┬urlPattern
  │ │ └──[🔀] description (42050:24)
  │ ├─┬url
  │ │ ├──[🔀] type (42067:17)❌ 
  │ │ ├──[🔀] description (42069:24)
  │ │ └──[+] nullable (42068:21)❌ 
  │ ├─┬userAgent
  │ │ └──[🔀] description (42053:24)
  │ └─┬userId
  │   └──[🔀] description (42075:24)
  ├─┬TriggerEventRequestDto
  │ └─┬actor
  │   └──[🔀] description (41244:24)
  └─┬UpdateWorkflowDto
    └─┬steps
      └─┬Schema
        ├──[+] oneOf (48621:7)
        ├──Discriminator
        ├─┬ONEOF
        │ └──[🔀] $ref (48573:13)❌ 
        └─┬ONEOF
          └──[🔀] $ref (48597:13)❌ 
Document Element Total Changes Breaking Changes
paths 20 0
components 20 8
info 1 0

View full report

Linting Report 0 errors, 21 warnings, 46 hints

View full report

JAVA CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.778.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the minor Minor version bump label Jun 2, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-next-1780360252 branch 8 times, most recently from d9192ce to bfa6c18 Compare June 10, 2026 00:31
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-next-1780360252 branch 5 times, most recently from 68849c7 to 4d6741d Compare June 15, 2026 00:31
* `novu.subscribers.markAllMessages()`: **Deprecated**
* `novu.subscribers.notifications.getUnseenCount()`: **Deprecated**
* `novu.subscribers.messages.updateActionStatus()`: **Deprecated**
* `novu.workflows.update()`: 
  *  `request.body.steps[].union(throttle)` **Added**
* `novu.subscribersMessages.markAllAs()`: **Deprecated**
* `novu.subscribersNotifications.getFeed()`: **Deprecated**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-next-1780360252 branch from 272cf5a to 3bf0088 Compare June 16, 2026 00:37
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