Skip to content

Commit 54649dc

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 3.12.0 (#103)
* ## Typescript SDK Changes: * `novu.topics.subscriptions.getSubscription()`: `request` **Changed** **Breaking** ⚠️ * `novu.topics.subscriptions.update()`: `request` **Changed** **Breaking** ⚠️ * `novu.subscribers.notifications.feed()`: `response.data.[].archived` **Added** * `novu.notifications.list()`: * `request.subscriptionId` **Added** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent c84b1fc commit 54649dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+361
-288
lines changed

.speakeasy/gen.lock

Lines changed: 97 additions & 94 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ generation:
2626
generateNewTests: false
2727
skipResponseBodyAssertions: false
2828
typescript:
29-
version: 3.11.2
29+
version: 3.12.0
3030
acceptHeaderEnum: true
3131
additionalDependencies:
3232
dependencies: {}
@@ -46,6 +46,7 @@ typescript:
4646
enableReactQuery: false
4747
enumFormat: union
4848
exportZodModelNamespace: false
49+
flatAdditionalProperties: false
4950
flattenGlobalSecurity: true
5051
flatteningOrder: body-first
5152
formStringArrayEncodeMode: encoded-string
@@ -72,6 +73,7 @@ typescript:
7273
outputModelSuffix: output
7374
packageName: '@novu/api'
7475
preApplyUnionDiscriminators: true
76+
preserveModelFieldNames: false
7577
responseFormat: flat
7678
sseFlatResponse: false
7779
templateVersion: v2

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.680.4
1+
speakeasyVersion: 1.683.0
22
sources:
33
json-development:
44
sourceNamespace: json-development
5-
sourceRevisionDigest: sha256:a68e804d93075f5d347f4d533ec3198c96bdf0c2595721c968d93623f5858723
6-
sourceBlobDigest: sha256:90aab4aada26ab85bb65d795e821844350366f3cda97f2d6bd95fedaa2c1a29e
5+
sourceRevisionDigest: sha256:dfe9ecf4fd9d1b90f4b8f41ca4e99178d94e19848f9faaf7a6fe67da4b166833
6+
sourceBlobDigest: sha256:e7621709e3846cb6db269a344c371c61dabf15f82821ff706bae4ac9ce6552f8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1766483913
9+
- speakeasy-sdk-regen-1767140565
1010
- 3.11.0
1111
targets:
1212
my-first-target:
1313
source: json-development
1414
sourceNamespace: json-development
15-
sourceRevisionDigest: sha256:a68e804d93075f5d347f4d533ec3198c96bdf0c2595721c968d93623f5858723
16-
sourceBlobDigest: sha256:90aab4aada26ab85bb65d795e821844350366f3cda97f2d6bd95fedaa2c1a29e
15+
sourceRevisionDigest: sha256:dfe9ecf4fd9d1b90f4b8f41ca4e99178d94e19848f9faaf7a6fe67da4b166833
16+
sourceBlobDigest: sha256:e7621709e3846cb6db269a344c371c61dabf15f82821ff706bae4ac9ce6552f8
1717
codeSamplesNamespace: code-samples-typescript
18-
codeSamplesRevisionDigest: sha256:07158903d7e4debbb08a463a929382b0534046ee4f67f655f3dbebde80ccf75a
18+
codeSamplesRevisionDigest: sha256:680378d0be31f9da20495434e97f6988a04908b3bff53cc542b83ddb84a43a8f
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -273,19 +273,19 @@ run();
273273

274274
### [ChannelConnections](docs/sdks/channelconnections/README.md)
275275

276-
* [list](docs/sdks/channelconnections/README.md#list) - List channel connections
277-
* [create](docs/sdks/channelconnections/README.md#create) - Create channel connection for a resource and integration
278-
* [retrieve](docs/sdks/channelconnections/README.md#retrieve) - Retrieve channel connection by identifier
279-
* [update](docs/sdks/channelconnections/README.md#update) - Update channel connection
280-
* [delete](docs/sdks/channelconnections/README.md#delete) - Delete channel connection
276+
* [list](docs/sdks/channelconnections/README.md#list) - List all channel connections
277+
* [create](docs/sdks/channelconnections/README.md#create) - Create a channel connection
278+
* [retrieve](docs/sdks/channelconnections/README.md#retrieve) - Retrieve a channel connection
279+
* [update](docs/sdks/channelconnections/README.md#update) - Update a channel connection
280+
* [delete](docs/sdks/channelconnections/README.md#delete) - Delete a channel connection
281281

282282
### [ChannelEndpoints](docs/sdks/channelendpoints/README.md)
283283

284-
* [list](docs/sdks/channelendpoints/README.md#list) - List channel endpoints
285-
* [create](docs/sdks/channelendpoints/README.md#create) - Create channel endpoint for a resource
286-
* [retrieve](docs/sdks/channelendpoints/README.md#retrieve) - Retrieve channel endpoint by identifier
287-
* [update](docs/sdks/channelendpoints/README.md#update) - Update channel endpoint
288-
* [delete](docs/sdks/channelendpoints/README.md#delete) - Delete channel endpoint by identifier
284+
* [list](docs/sdks/channelendpoints/README.md#list) - List all channel endpoints
285+
* [create](docs/sdks/channelendpoints/README.md#create) - Create a channel endpoint
286+
* [retrieve](docs/sdks/channelendpoints/README.md#retrieve) - Retrieve a channel endpoint
287+
* [update](docs/sdks/channelendpoints/README.md#update) - Update a channel endpoint
288+
* [delete](docs/sdks/channelendpoints/README.md#delete) - Delete a channel endpoint
289289

290290
### [Contexts](docs/sdks/contexts/README.md)
291291

@@ -448,16 +448,16 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
448448

449449
- [`activityTrack`](docs/sdks/activity/README.md#track) - Track activity and engagement events
450450
- [`cancel`](docs/sdks/novu/README.md#cancel) - Cancel triggered event
451-
- [`channelConnectionsCreate`](docs/sdks/channelconnections/README.md#create) - Create channel connection for a resource and integration
452-
- [`channelConnectionsDelete`](docs/sdks/channelconnections/README.md#delete) - Delete channel connection
453-
- [`channelConnectionsList`](docs/sdks/channelconnections/README.md#list) - List channel connections
454-
- [`channelConnectionsRetrieve`](docs/sdks/channelconnections/README.md#retrieve) - Retrieve channel connection by identifier
455-
- [`channelConnectionsUpdate`](docs/sdks/channelconnections/README.md#update) - Update channel connection
456-
- [`channelEndpointsCreate`](docs/sdks/channelendpoints/README.md#create) - Create channel endpoint for a resource
457-
- [`channelEndpointsDelete`](docs/sdks/channelendpoints/README.md#delete) - Delete channel endpoint by identifier
458-
- [`channelEndpointsList`](docs/sdks/channelendpoints/README.md#list) - List channel endpoints
459-
- [`channelEndpointsRetrieve`](docs/sdks/channelendpoints/README.md#retrieve) - Retrieve channel endpoint by identifier
460-
- [`channelEndpointsUpdate`](docs/sdks/channelendpoints/README.md#update) - Update channel endpoint
451+
- [`channelConnectionsCreate`](docs/sdks/channelconnections/README.md#create) - Create a channel connection
452+
- [`channelConnectionsDelete`](docs/sdks/channelconnections/README.md#delete) - Delete a channel connection
453+
- [`channelConnectionsList`](docs/sdks/channelconnections/README.md#list) - List all channel connections
454+
- [`channelConnectionsRetrieve`](docs/sdks/channelconnections/README.md#retrieve) - Retrieve a channel connection
455+
- [`channelConnectionsUpdate`](docs/sdks/channelconnections/README.md#update) - Update a channel connection
456+
- [`channelEndpointsCreate`](docs/sdks/channelendpoints/README.md#create) - Create a channel endpoint
457+
- [`channelEndpointsDelete`](docs/sdks/channelendpoints/README.md#delete) - Delete a channel endpoint
458+
- [`channelEndpointsList`](docs/sdks/channelendpoints/README.md#list) - List all channel endpoints
459+
- [`channelEndpointsRetrieve`](docs/sdks/channelendpoints/README.md#retrieve) - Retrieve a channel endpoint
460+
- [`channelEndpointsUpdate`](docs/sdks/channelendpoints/README.md#update) - Update a channel endpoint
461461
- [`contextsCreate`](docs/sdks/contexts/README.md#create) - Create a context
462462
- [`contextsDelete`](docs/sdks/contexts/README.md#delete) - Delete a context
463463
- [`contextsList`](docs/sdks/contexts/README.md#list) - List all contexts

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,14 @@ Based on:
318318
### Generated
319319
- [typescript v3.11.2] .
320320
### Releases
321-
- [NPM v3.11.2] https://www.npmjs.com/package/@novu/api/v/3.11.2 - .
321+
- [NPM v3.11.2] https://www.npmjs.com/package/@novu/api/v/3.11.2 - .
322+
323+
## 2026-01-08 20:59:54
324+
### Changes
325+
Based on:
326+
- OpenAPI Doc
327+
- Speakeasy CLI 1.683.0 (2.792.0) https://github.com/speakeasy-api/speakeasy
328+
### Generated
329+
- [typescript v3.12.0] .
330+
### Releases
331+
- [NPM v3.12.0] https://www.npmjs.com/package/@novu/api/v/3.12.0 - .

0 commit comments

Comments
 (0)