Skip to content

Commit 86d730f

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 1.1.0 (#67)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.548.4 * 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 02a7d8e commit 86d730f

File tree

188 files changed

+3503
-12656
lines changed

Some content is hidden

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

188 files changed

+3503
-12656
lines changed

.speakeasy/gen.lock

Lines changed: 177 additions & 491 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: false
1717
oAuth2PasswordEnabled: false
1818
typescript:
19-
version: 1.0.0
19+
version: 1.1.0
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.544.0
1+
speakeasyVersion: 1.548.4
22
sources:
33
json-development:
44
sourceNamespace: json-development
5-
sourceRevisionDigest: sha256:c7e23564781ce0d5fa3dc584577ac94c9ccfa5a97391ecdd00db4ba8f037bb52
6-
sourceBlobDigest: sha256:12a85ff309375f464ff769ca76d75927290d0660c39298ceb416b48b3534a35a
5+
sourceRevisionDigest: sha256:1f31de583752dec582d8871ce58f7f45b0a13f3daac29ca17d74e5884fed6079
6+
sourceBlobDigest: sha256:f7e94c5fcea554a523e4313d00d1103e0b279a7805f24066efc07253d136d997
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747128569
10-
- 2.1.13
9+
- speakeasy-sdk-regen-1747786821
10+
- 2.2.0
1111
targets:
1212
my-first-target:
1313
source: json-development
1414
sourceNamespace: json-development
15-
sourceRevisionDigest: sha256:c7e23564781ce0d5fa3dc584577ac94c9ccfa5a97391ecdd00db4ba8f037bb52
16-
sourceBlobDigest: sha256:12a85ff309375f464ff769ca76d75927290d0660c39298ceb416b48b3534a35a
15+
sourceRevisionDigest: sha256:1f31de583752dec582d8871ce58f7f45b0a13f3daac29ca17d74e5884fed6079
16+
sourceBlobDigest: sha256:f7e94c5fcea554a523e4313d00d1103e0b279a7805f24066efc07253d136d997
1717
codeSamplesNamespace: code-samples-typescript
18-
codeSamplesRevisionDigest: sha256:8a7563af6428dbaa4916fd364b20b65f4c160bef59ce24d31f139e6e6ca96549
18+
codeSamplesRevisionDigest: sha256:ae2e4735ae3ca91c1cf90d5e15c15934e326d7382fc1c23a324a6a18c3f6b815
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

FUNCTIONS.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,8 @@ async function run() {
3838
"text": "string",
3939
},
4040
},
41-
overrides: {
42-
steps: {
43-
"email-step": {
44-
providers: {
45-
"sendgrid": {
46-
"templateId": "1234567890",
47-
},
48-
},
49-
},
50-
},
51-
providers: {
52-
"sendgrid": {
53-
"templateId": "1234567890",
54-
},
55-
},
56-
},
57-
to: {
58-
subscriberId: "<id>",
59-
},
41+
overrides: {},
42+
to: "SUBSCRIBER_ID",
6043
});
6144

6245
switch (true) {

README.md

Lines changed: 82 additions & 327 deletions
Large diffs are not rendered by default.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,14 @@ Based on:
168168
### Generated
169169
- [typescript v1.0.0] .
170170
### Releases
171-
- [NPM v1.0.0] https://www.npmjs.com/package/@novu/api/v/1.0.0 - .
171+
- [NPM v1.0.0] https://www.npmjs.com/package/@novu/api/v/1.0.0 - .
172+
173+
## 2025-05-22 00:19:39
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.548.4 (2.605.6) https://github.com/speakeasy-api/speakeasy
178+
### Generated
179+
- [typescript v1.1.0] .
180+
### Releases
181+
- [NPM v1.1.0] https://www.npmjs.com/package/@novu/api/v/1.1.0 - .

USAGE.md

Lines changed: 8 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,8 @@ async function run() {
1717
"text": "string",
1818
},
1919
},
20-
overrides: {
21-
steps: {
22-
"email-step": {
23-
providers: {
24-
"sendgrid": {
25-
"templateId": "1234567890",
26-
},
27-
},
28-
},
29-
},
30-
providers: {
31-
"sendgrid": {
32-
"templateId": "1234567890",
33-
},
34-
},
35-
},
36-
to: {
37-
subscriberId: "<id>",
38-
},
20+
overrides: {},
21+
to: "SUBSCRIBER_ID",
3922
});
4023

4124
// Handle the result
@@ -85,20 +68,6 @@ async function run() {
8568
},
8669
},
8770
overrides: {
88-
steps: {
89-
"email-step": {
90-
providers: {
91-
"sendgrid": {
92-
"templateId": "1234567890",
93-
},
94-
},
95-
},
96-
},
97-
providers: {
98-
"sendgrid": {
99-
"templateId": "1234567890",
100-
},
101-
},
10271
additionalProperties: {
10372
"fcm": {
10473
"data": {
@@ -137,25 +106,8 @@ async function run() {
137106
"text": "string",
138107
},
139108
},
140-
overrides: {
141-
steps: {
142-
"email-step": {
143-
providers: {
144-
"sendgrid": {
145-
"templateId": "1234567890",
146-
},
147-
},
148-
},
149-
},
150-
providers: {
151-
"sendgrid": {
152-
"templateId": "1234567890",
153-
},
154-
},
155-
},
156-
to: {
157-
subscriberId: "<id>",
158-
},
109+
overrides: {},
110+
to: "SUBSCRIBER_ID",
159111
},
160112
{
161113
workflowId: "workflow_identifier",
@@ -165,28 +117,8 @@ async function run() {
165117
"text": "string",
166118
},
167119
},
168-
overrides: {
169-
steps: {
170-
"email-step": {
171-
providers: {
172-
"sendgrid": {
173-
"templateId": "1234567890",
174-
},
175-
},
176-
},
177-
},
178-
providers: {
179-
"sendgrid": {
180-
"templateId": "1234567890",
181-
},
182-
},
183-
},
184-
to: [
185-
{
186-
topicKey: "<value>",
187-
type: "Subscriber",
188-
},
189-
],
120+
overrides: {},
121+
to: "SUBSCRIBER_ID",
190122
},
191123
{
192124
workflowId: "workflow_identifier",
@@ -196,26 +128,8 @@ async function run() {
196128
"text": "string",
197129
},
198130
},
199-
overrides: {
200-
steps: {
201-
"email-step": {
202-
providers: {
203-
"sendgrid": {
204-
"templateId": "1234567890",
205-
},
206-
},
207-
},
208-
},
209-
providers: {
210-
"sendgrid": {
211-
"templateId": "1234567890",
212-
},
213-
},
214-
},
215-
to: [
216-
"SUBSCRIBER_ID",
217-
"SUBSCRIBER_ID",
218-
],
131+
overrides: {},
132+
to: "SUBSCRIBER_ID",
219133
},
220134
],
221135
});

docs/models/components/activitygraphstatesresponse.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/models/components/activitystatsresponsedto.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/models/components/bulktriggereventdto.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ let value: BulkTriggerEventDto = {
1616
},
1717
},
1818
overrides: {},
19-
to: {
20-
subscriberId: "<id>",
21-
},
19+
to: "SUBSCRIBER_ID",
2220
},
2321
],
2422
};

0 commit comments

Comments
 (0)