Skip to content

Conversation

@github-actions
Copy link
Contributor

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

SDK update

Versioning

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

Php SDK Changes:

  • novu->translations->create():
    • request.createTranslationRequestDto->content Changed Breaking ⚠️
    • response.content Changed Breaking ⚠️
  • novu->translations->master->upload(): requestBody Added Breaking ⚠️
  • novu->translations->master->import():
    • request.importMasterJsonRequestDto->masterJson Changed Breaking ⚠️
  • novu->translations->master->retrieve(): response Changed Breaking ⚠️
  • novu->translations->upload(): request Changed Breaking ⚠️
  • novu->translations->retrieve(): response.content Changed Breaking ⚠️
  • novu->topics->subscriptions->create():
    • request.createTopicSubscriptionsRequestDto Changed
    • response.data->[] Changed
  • novu->topics->subscriptions->delete(): response.data->[]->identifier Added
  • novu->topics->subscriptions->update(): Added
  • novu->triggerbulk(): response.[]->jobData Added
  • novu->triggerbroadcast():
    • request.triggerEventToAllRequestDto->context Added
    • response.jobData Added
  • novu->trigger(): 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 (10018:3)
│ ├─┬/v2/contexts
│ │ ├─┬GET
│ │ │ └──[🔀] description (318:20)
│ │ └─┬POST
│ │   └──[🔀] description (7:20)
│ ├─┬/v2/translations/master-json/upload
│ │ └─┬POST
│ │   └──[+] requestBody (10637:9)❌ 
│ ├─┬/v2/translations/upload
│ │ └─┬POST
│ │   ├──[🔀] description (10666:20)
│ │   └─┬Requestbody
│ │     ├──[-] description (10342:30)
│ │     └─┬multipart/form-data
│ │       └─┬Schema
│ │         └──[🔀] $ref (10680:15)❌ 
│ ├─┬/v1/events/trigger/broadcast
│ │ └─┬POST
│ │   └──[🔀] description (15107:20)
│ └─┬/v2/topics/{topicKey}/subscriptions
│   └─┬POST
│     └─┬Responses
│       └─┬201
│         └─┬application/json
│           └─┬Schema
│             └──[🔀] $ref (28022:13)❌ 
└─┬Components
  ├──[-] schemas (27600:13)❌ 
  ├──[-] schemas (29817:13)❌ 
  ├──[+] schemas (28065:7)
  ├──[+] schemas (28084:7)
  ├──[+] schemas (28022:7)
  ├──[+] schemas (28107:7)
  ├──[+] schemas (28042:7)
  ├──[+] schemas (27913:7)
  ├──[+] schemas (27941:7)
  ├──[+] schemas (28257:7)
  ├─┬ImportMasterJsonRequestDto
  │ └─┬masterJson
  │   └──[+] additionalProperties (30550:33)❌ 
  ├─┬SubscriptionDto
  │ ├──[+] properties (28176:9)
  │ ├─┬topic
  │ │ ├──[🔀] description (28186:24)
  │ │ ├──[+] nullable (28185:21)❌ 
  │ │ └─┬ALLOF
  │ │   └──[🔀] $ref (27233:13)❌ 
  │ ├─┬subscriber
  │ │ ├──[+] type (28177:17)❌ 
  │ │ ├──[🔀] description (28178:24)
  │ │ ├──[-] nullable (27543:31)❌ 
  │ │ ├──[+] example (28179:20)
  │ │ └──[-] allOf (26852:13)❌ 
  │ └─┬updatedAt
  │   ├──[-] type (27552:27)❌ 
  │   ├──[🔀] description (28181:24)
  │   ├──[-] example (27554:30)
  │   └──[+] allOf (27894:7)
  ├─┬CreateTranslationRequestDto
  │ └─┬content
  │   └──[+] additionalProperties (30460:33)❌ 
  ├─┬GetMasterJsonResponseDto
  │ ├─┬workflows
  │ │ └──[+] additionalProperties (30519:33)❌ 
  │ └─┬layouts
  │   └──[+] additionalProperties (30527:33)❌ 
  ├─┬TranslationResponseDto
  │ └─┬content
  │   └──[+] additionalProperties (30490:33)❌ 
  ├─┬CreateTopicSubscriptionsRequestDto
  │ ├──[-] required (27631:19)❌ 
  │ ├──[+] properties (28150:9)
  │ ├──[+] properties (28154:9)
  │ ├──[+] properties (28137:9)
  │ └─┬subscriberIds
  │   ├──[🔀] description (28128:24)
  │   └──[+] deprecated (28133:23)
  ├─┬TriggerEventRequestDto
  │ └─┬actor
  │   └──[🔀] description (23873:24)
  ├─┬TriggerEventToAllRequestDto
  │ ├──[+] properties (23965:9)
  │ ├─┬overrides
  │ │ ├──[-] additionalProperties (23588:25)❌ 
  │ │ ├──[+] type (23927:17)❌ 
  │ │ ├──[🔀] description (23928:24)
  │ │ ├──[-] example (23584:25)
  │ │ └──[-] allOf (23408:13)❌ 
  │ ├─┬payload
  │ │ ├──[🔀] additionalProperties (23945:13)❌ 
  │ │ ├──[-] type (23574:27)❌ 
  │ │ ├──[🔀] description (23939:24)
  │ │ ├──[🔀] example (23941:13)
  │ │ └──[+] allOf (23766:7)
  │ ├─┬tenant
  │ │ ├──[+] additionalProperties (23937:33)❌ 
  │ │ ├──[+] type (23931:17)❌ 
  │ │ ├──[🔀] description (23936:24)
  │ │ ├──[+] example (23933:13)
  │ │ ├──[-] oneOf (23605:27)❌ 
  │ │ └──[-] oneOf (23339:13)❌ 
  │ ├─┬name
  │ │ ├──[+] additionalProperties (23968:13)❌ 
  │ │ ├──[🔀] type (23966:17)❌ 
  │ │ └──[-] description (23571:34)
  │ └─┬transactionId
  │   ├──[-] type (23593:27)❌ 
  │   ├──[🔀] description (23960:24)
  │   ├──[+] oneOf (23962:15)
  │   └──[+] oneOf (23697:7)
  ├─┬CredentialsDto
  │ ├──[+] properties (25248:9)
  │ ├─┬tlsOptions
  │ │ └──[🔀] type (25231:17)❌ 
  │ └─┬token
  │   └──[🔀] type (25199:17)❌ 
  └─┬TriggerEventResponseDto
    ├──[+] properties (23589:9)
    ├─┬status
    │ ├──[-] enum (23216:27)❌ 
    │ ├──[-] enum (23217:27)❌ 
    │ ├──[-] enum (23218:27)❌ 
    │ ├──[-] enum (23219:27)❌ 
    │ ├──[-] enum (23220:27)❌ 
    │ ├──[-] enum (23221:27)❌ 
    │ ├──[-] enum (23222:27)❌ 
    │ ├──[🔀] type (23590:17)❌ 
    │ └──[-] description (23224:34)
    └─┬transactionId
      ├──[+] enum (23578:15)
      ├──[+] enum (23572:15)
      ├──[+] enum (23573:15)
      ├──[+] enum (23574:15)
      ├──[+] enum (23575:15)
      ├──[+] enum (23576:15)
      ├──[+] enum (23577:15)
      └──[🔀] description (23580:24)
Document Element Total Changes Breaking Changes
paths 9 3
components 80 37

PHP CHANGELOG

core: 3.9.5 - 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.9.3 - 2025-11-11

🐛 Bug Fixes

  • Add class-string PHPDoc annotations to fix PHPStan type errors in PathParameters and QueryParameters (commit by @bradcypert)

Based on Speakeasy CLI 1.666.0

@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-1763597720 branch from 1fc7c95 to 466a9d0 Compare November 21, 2025 00:16
@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 force-pushed the speakeasy-sdk-regen-1763597720 branch 7 times, most recently from 7283a56 to 466a7cd Compare November 28, 2025 00:16
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1763597720 branch 3 times, most recently from e5e6a01 to 48cc9af Compare December 1, 2025 00:20
* `novu->translations->create()`: 
  *  `request.createTranslationRequestDto->content` **Changed** **Breaking** ⚠️
  *  `response.content` **Changed** **Breaking** ⚠️
* `novu->translations->master->upload()`:  `requestBody` **Added** **Breaking** ⚠️
* `novu->translations->master->import()`: 
  *  `request.importMasterJsonRequestDto->masterJson` **Changed** **Breaking** ⚠️
* `novu->translations->master->retrieve()`:  `response` **Changed** **Breaking** ⚠️
* `novu->translations->upload()`:  `request` **Changed** **Breaking** ⚠️
* `novu->translations->retrieve()`:  `response.content` **Changed** **Breaking** ⚠️
* `novu->topics->subscriptions->create()`: 
  *  `request.createTopicSubscriptionsRequestDto` **Changed**
  *  `response.data->[]` **Changed**
* `novu->topics->subscriptions->delete()`:  `response.data->[]->identifier` **Added**
* `novu->topics->subscriptions->update()`: **Added**
* `novu->triggerbulk()`:  `response.[]->jobData` **Added**
* `novu->triggerbroadcast()`: 
  *  `request.triggerEventToAllRequestDto->context` **Added**
  *  `response.jobData` **Added**
* `novu->trigger()`:  `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-1763597720 branch from 48cc9af to 399a5c0 Compare December 2, 2025 00:17
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.

2 participants