Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 20, 2025

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Typescript SDK Changes:

  • novu.translations.create():
    • request.createtranslationrequestdto.content Changed Breaking ⚠️
    • response.content Changed Breaking ⚠️
  • novu.translations.retrieve(): response.content Changed Breaking ⚠️
  • novu.translations.master.upload(): requestbody Added Breaking ⚠️
  • novu.translations.master.import():
    • request.importmasterjsonrequestdto.masterJson Changed Breaking ⚠️
  • novu.contexts.list(): response.data.[].data Changed Breaking ⚠️
  • novu.contexts.create():
    • request.createcontextrequestdto.data Changed Breaking ⚠️
    • response.data Changed Breaking ⚠️
  • novu.contexts.retrieve(): response.data Changed Breaking ⚠️
  • novu.contexts.update():
    • request.updateContextRequestDto.data Changed Breaking ⚠️
    • response.data Changed Breaking ⚠️
  • novu.translations.master.retrieve(): response Changed Breaking ⚠️
  • novu.translations.upload(): request Changed Breaking ⚠️
  • novu.trigger(): response.jobdata Added
  • novu.topics.subscriptions.update(): Added
  • novu.topics.subscriptions.delete(): response.data.[].identifier Added
  • novu.topics.subscriptions.create():
    • request.createtopicsubscriptionsrequestdto Changed
    • response.data.[] Changed
  • novu.triggerBulk(): response.[].jobData Added
  • novu.triggerBroadcast():
    • request.triggereventtoallrequestdto.context Added
    • response.jobdata Added
  • novu.integrations.list(): response.[].credentials.tenantId Added
  • novu.integrations.create():
    • request.createintegrationrequestdto.credentials.tenantId Added
    • response.credentials.tenantId Added
  • novu.integrations.update():
    • request.updateintegrationrequestdto.credentials.tenantId Added
    • response.credentials.tenantId Added
  • novu.integrations.delete(): response.[].credentials.tenantId Added
  • novu.integrations.setAsPrimary(): response.credentials.tenantId Added
  • novu.integrations.listActive(): response.[].credentials.tenantId Added
OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (15606:5)
│ ├─┬/v2/workflows
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[+] example (17184:24)
│ │   └─┬Parameters
│ │     └──[+] example (17194:24)
│ ├─┬/v1/subscribers/{subscriberId}/notifications/feed
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[+] example (33525:24)
│ │   └─┬Parameters
│ │     └──[+] example (33534:24)
│ ├─┬/v2/contexts
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[+] example (516:24)
│ ├─┬/v2/translations/upload
│ │ └─┬POST
│ │   ├──[🔀] description (16613:24)
│ │   └─┬Requestbody
│ │     ├──[-] description (1:310686)
│ │     └─┬multipart/form-data
│ │       └─┬Schema
│ │         └──[🔀] $ref (16629:25)❌ 
│ ├─┬/v2/topics/{topicKey}/subscriptions
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[+] example (14103:24)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (42875:17)❌ 
│ ├─┬/v2/translations/master-json/upload
│ │ └─┬POST
│ │   └──[+] requestBody (16563:24)❌ 
│ ├─┬/v2/subscribers/{subscriberId}/subscriptions
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[+] example (11009:24)
│ ├─┬/v2/layouts
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └──[+] example (3546:24)
│ │   └─┬Parameters
│ │     └──[+] example (3556:24)
│ ├─┬/v2/subscribers
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[+] example (6987:24)
│ └─┬/v2/topics
│   └─┬GET
│     └─┬Parameters
│       └──[+] example (11554:24)
└─┬Components
  ├──[+] schemas (43229:44)
  ├──[-] schemas (1:804241)❌ 
  ├──[-] schemas (1:860224)❌ 
  ├──[+] schemas (42940:42)
  ├──[+] schemas (42967:35)
  ├──[+] schemas (42874:41)
  ├──[+] schemas (42763:34)
  ├──[+] schemas (42718:36)
  ├──[+] schemas (43005:39)
  ├──[+] schemas (42905:39)
  ├─┬SubscriptionDto
  │ ├──[+] properties (43113:11)
  │ ├─┬topic
  │ │ ├──[🔀] description (43128:28)
  │ │ ├──[+] nullable (43127:25)❌ 
  │ │ └─┬ALLOF
  │ │   └──[🔀] $ref (41780:17)❌ 
  │ ├─┬subscriber
  │ │ ├──[+] type (43114:21)❌ 
  │ │ ├──[🔀] description (43115:28)
  │ │ ├──[-] nullable (1:802876)❌ 
  │ │ ├──[+] example (43116:24)
  │ │ └──[-] allOf (1:786382)❌ 
  │ └─┬updatedAt
  │   ├──[-] type (1:803133)❌ 
  │   ├──[🔀] description (43119:28)
  │   ├──[-] example (1:803213)
  │   └──[+] allOf (42694:19)
  ├─┬ImportMasterJsonRequestDto
  │ └─┬masterJson
  │   └──[+] additionalProperties (46694:37)❌ 
  ├─┬TriggerEventToAllRequestDto
  │ ├──[+] properties (37295:11)
  │ ├─┬overrides
  │ │ ├──[-] additionalProperties (1:710561)❌ 
  │ │ ├──[+] type (37234:21)❌ 
  │ │ ├──[🔀] description (37235:28)
  │ │ ├──[-] example (1:710500)
  │ │ └──[-] allOf (1:704870)❌ 
  │ ├─┬transactionId
  │ │ ├──[-] type (1:710700)❌ 
  │ │ ├──[🔀] description (37284:28)
  │ │ ├──[+] oneOf (37286:15)
  │ │ └──[+] oneOf (36898:27)
  │ ├─┬payload
  │ │ ├──[🔀] additionalProperties (37257:37)❌ 
  │ │ ├──[-] type (1:710051)❌ 
  │ │ ├──[🔀] description (37249:28)
  │ │ ├──[🔀] example (37250:24)
  │ │ └──[+] allOf (36999:27)
  │ ├─┬name
  │ │ ├──[+] additionalProperties (37297:37)❌ 
  │ │ ├──[🔀] type (37296:21)❌ 
  │ │ └──[-] description (1:709907)
  │ └─┬tenant
  │   ├──[+] additionalProperties (37246:37)❌ 
  │   ├──[+] type (37238:21)❌ 
  │   ├──[🔀] description (37245:28)
  │   ├──[+] example (37239:24)
  │   ├──[-] oneOf (1:711352)❌ 
  │   └──[-] oneOf (1:703305)❌ 
  ├─┬CreateContextRequestDto
  │ └─┬data
  │   └──[+] additionalProperties (39286:37)❌ 
  ├─┬GetMasterJsonResponseDto
  │ ├─┬layouts
  │ │ └──[+] additionalProperties (46663:37)❌ 
  │ └─┬workflows
  │   └──[+] additionalProperties (46652:37)❌ 
  ├─┬CredentialsDto
  │ ├──[+] properties (38992:11)
  │ ├─┬token
  │ │ └──[🔀] type (38918:21)❌ 
  │ └─┬tlsOptions
  │   └──[🔀] type (38966:21)❌ 
  ├─┬TriggerEventResponseDto
  │ ├──[+] properties (36759:11)
  │ ├─┬transactionId
  │ │ ├──[+] enum (36740:15)
  │ │ ├──[+] enum (36741:15)
  │ │ ├──[+] enum (36742:15)
  │ │ ├──[+] enum (36743:15)
  │ │ ├──[+] enum (36737:15)
  │ │ ├──[+] enum (36738:15)
  │ │ ├──[+] enum (36739:15)
  │ │ └──[🔀] description (36746:28)
  │ └─┬status
  │   ├──[-] enum (1:700496)❌ 
  │   ├──[-] enum (1:700515)❌ 
  │   ├──[-] enum (1:700387)❌ 
  │   ├──[-] enum (1:700396)❌ 
  │   ├──[-] enum (1:700418)❌ 
  │   ├──[-] enum (1:700454)❌ 
  │   ├──[-] enum (1:700483)❌ 
  │   ├──[🔀] type (36760:21)❌ 
  │   └──[-] description (1:700571)
  ├─┬TranslationResponseDto
  │ └─┬content
  │   └──[+] additionalProperties (46614:37)❌ 
  ├─┬UpdateContextRequestDto
  │ └─┬data
  │   └──[+] additionalProperties (39307:37)❌ 
  ├─┬CreateTranslationRequestDto
  │ └─┬content
  │   └──[+] additionalProperties (46575:37)❌ 
  ├─┬CreateTopicSubscriptionsRequestDto
  │ ├──[-] required (1:805015)❌ 
  │ ├──[+] properties (43068:11)
  │ ├──[+] properties (43073:11)
  │ ├──[+] properties (43044:11)
  │ └─┬subscriberIds
  │   ├──[🔀] description (43033:28)
  │   └──[+] deprecated (43038:27)
  └─┬GetContextResponseDto
    ├─┬data
    │ ├──[+] additionalProperties (39238:37)❌ 
    │ └──[+] description (39237:28)
    ├─┬id
    │ └──[+] description (39233:28)
    ├─┬updatedAt
    │ └──[+] description (39246:28)
    ├─┬createdAt
    │ └──[+] description (39242:28)
    └─┬type
      └──[+] description (39229:28)
Document Element Total Changes Breaking Changes
paths 17 3
components 87 40

TYPESCRIPT CHANGELOG

core: 3.26.14 - 2025-12-02

🐛 Bug Fixes

  • no longer skip build if no source changes (commit by @danielkov)

core: 3.26.13 - 2025-11-28

🐛 Bug Fixes

  • move .tsBuildInfo to outDir location to avoid false positive cache hit when transpiling TypeScript (commit by @mfbx9da4)

core: 3.26.11 - 2025-11-25

🐝 New Features

  • allow inclusion of empty array query parameter (commit by @idbentley)

core: 3.26.10 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 3.26.9 - 2025-11-20

🐝 New Features

  • forwardCompatibleEnumsByDefault is now configurable via gen.yaml. When true, any enum which is used on a response will be automatically open/forward compatible - i.e. unknown values will be tolerated. Single value enums won't be automatically opened. Individual enums can be controlled with x-speakeasy-unknown-values: allow/disallow. (commit by @mfbx9da4)

core: 3.26.8 - 2025-11-18

🐝 New Features

  • Support for lax mode deserialization. Configurable via gen.yaml laxMode: lax | strict. Missing required fields will not throw zod response validation errors but instead fallback to a zero value. eg for a string the zero value is "". Lax mode also introduces non-lossy coercion where possible eg a boolean field will tolerate the string "true". (commit by @mfbx9da4)

core: 3.26.6 - 2025-11-12

🐛 Bug Fixes

  • regression to date/datetime deserialization (commit by @mfbx9da4)
  • handle application/* encoding in multipart forms (commit by @danielkov)

sdkHooks: 0.4.0 - 2025-10-15

🐝 New Features

  • expose available OAuth 2.0 scopes for use in custom hooks (commit by @2ynn)

unions: 2.86.3 - 2025-12-01

🐝 New Features

  • pre-apply union discriminators onto union members when the type is only used under a discriminated union. Configurable via gen.yaml preApplyUnionDiscriminators (commit by @mfbx9da4)

unions: 2.86.2 - 2025-11-27

🐝 New Features

  • New gen.yaml flag forwardCompatibleUnionsByDefault controls forward compatibility for discriminated unions in responses. 'tagged-only' makes only discriminated unions open to unknown values. 'false' disables forward compatibility. Unknown discriminator values are returned as an object with the discriminator field set to a special 'UNKNOWN' string and a raw field containing the original input. Individual unions can be controlled with x-speakeasy-unknown-values: allow/disallow. (commit by @mfbx9da4)

unions: 2.86.1 - 2025-11-27

🐛 Bug Fixes

  • improve picking with nested unions (commit by @mfbx9da4)

Based on Speakeasy CLI 1.669.1

@github-actions github-actions bot added the patch Patch version bump label Nov 20, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763598033 branch from 5d018c3 to d5b37df Compare November 21, 2025 00:21
@coderabbitai
Copy link

coderabbitai bot commented Nov 21, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 3.11.1 chore: 🐝 Update SDK - Generate 3.12.0 Nov 21, 2025
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Nov 21, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763598033 branch 7 times, most recently from cfbe7cd to cbe80d1 Compare November 28, 2025 00:21
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763598033 branch 7 times, most recently from 6d64a76 to bb8b229 Compare December 5, 2025 00:22
* `novu.translations.create()`: 
  *  `request.createtranslationrequestdto.content` **Changed** **Breaking** ⚠️
  *  `response.content` **Changed** **Breaking** ⚠️
* `novu.translations.retrieve()`:  `response.content` **Changed** **Breaking** ⚠️
* `novu.translations.master.upload()`:  `requestbody` **Added** **Breaking** ⚠️
* `novu.translations.master.import()`: 
  *  `request.importmasterjsonrequestdto.masterJson` **Changed** **Breaking** ⚠️
* `novu.contexts.list()`:  `response.data.[].data` **Changed** **Breaking** ⚠️
* `novu.contexts.create()`: 
  *  `request.createcontextrequestdto.data` **Changed** **Breaking** ⚠️
  *  `response.data` **Changed** **Breaking** ⚠️
* `novu.contexts.retrieve()`:  `response.data` **Changed** **Breaking** ⚠️
* `novu.contexts.update()`: 
  *  `request.updateContextRequestDto.data` **Changed** **Breaking** ⚠️
  *  `response.data` **Changed** **Breaking** ⚠️
* `novu.translations.master.retrieve()`:  `response` **Changed** **Breaking** ⚠️
* `novu.translations.upload()`:  `request` **Changed** **Breaking** ⚠️
* `novu.trigger()`:  `response.jobdata` **Added**
* `novu.topics.subscriptions.update()`: **Added**
* `novu.topics.subscriptions.delete()`:  `response.data.[].identifier` **Added**
* `novu.topics.subscriptions.create()`: 
  *  `request.createtopicsubscriptionsrequestdto` **Changed**
  *  `response.data.[]` **Changed**
* `novu.triggerBulk()`:  `response.[].jobData` **Added**
* `novu.triggerBroadcast()`: 
  *  `request.triggereventtoallrequestdto.context` **Added**
  *  `response.jobdata` **Added**
* `novu.integrations.list()`:  `response.[].credentials.tenantId` **Added**
* `novu.integrations.create()`: 
  *  `request.createintegrationrequestdto.credentials.tenantId` **Added**
  *  `response.credentials.tenantId` **Added**
* `novu.integrations.update()`: 
  *  `request.updateintegrationrequestdto.credentials.tenantId` **Added**
  *  `response.credentials.tenantId` **Added**
* `novu.integrations.delete()`:  `response.[].credentials.tenantId` **Added**
* `novu.integrations.setAsPrimary()`:  `response.credentials.tenantId` **Added**
* `novu.integrations.listActive()`:  `response.[].credentials.tenantId` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763598033 branch from 5a1ebae to c653f1d Compare December 6, 2025 00:21
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.

2 participants