Skip to content

Commit e25cb41

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.469.12 (#45)
Co-authored-by: speakeasybot <[email protected]>
1 parent 0cbe8fb commit e25cb41

File tree

52 files changed

+2059
-799
lines changed

Some content is hidden

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

52 files changed

+2059
-799
lines changed

.speakeasy/gen.lock

Lines changed: 264 additions & 551 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
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: false
1414
oAuth2PasswordEnabled: false
1515
typescript:
16-
version: 0.1.0
16+
version: 0.1.1
1717
additionalDependencies:
1818
dependencies: {}
1919
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
1-
speakeasyVersion: 1.469.0
1+
speakeasyVersion: 1.469.12
22
sources:
33
json-development:
44
sourceNamespace: json-development
5-
sourceRevisionDigest: sha256:f86a7c4644f11cb6d3c8f6f55be75b5176a72b6796ffb020f3f74e4f56ba39d4
6-
sourceBlobDigest: sha256:9f11c13a8f35483564a47ef29be554048b0cc6c518f6bc21ec2ce8995e9b59bb
5+
sourceRevisionDigest: sha256:fce0b7834d55907e3b8d01d1486c6fc6cbb0bcf94ffd7cfbd898846dd39cf80b
6+
sourceBlobDigest: sha256:00b66cd55839a01404e2056d1e3bd93db169ec0df788e1b7c65517b6626028e4
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1737549251
910
- "1.0"
1011
targets:
1112
my-first-target:
1213
source: json-development
1314
sourceNamespace: json-development
14-
sourceRevisionDigest: sha256:f86a7c4644f11cb6d3c8f6f55be75b5176a72b6796ffb020f3f74e4f56ba39d4
15-
sourceBlobDigest: sha256:9f11c13a8f35483564a47ef29be554048b0cc6c518f6bc21ec2ce8995e9b59bb
15+
sourceRevisionDigest: sha256:fce0b7834d55907e3b8d01d1486c6fc6cbb0bcf94ffd7cfbd898846dd39cf80b
16+
sourceBlobDigest: sha256:00b66cd55839a01404e2056d1e3bd93db169ec0df788e1b7c65517b6626028e4
1617
codeSamplesNamespace: code-samples-typescript
17-
codeSamplesRevisionDigest: sha256:d2ee210eda22dfe3f16ea4c82effabf47936ef8afad1ff6403e12b0de808a03a
18+
codeSamplesRevisionDigest: sha256:dde878b566b18bcb16813f72494e9bfb4d0d3105fc700521fc9a228348a28c34
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest
2122
sources:
2223
json-development:
2324
inputs:
24-
- location: http://127.0.0.1:3000/openapi.sdk.yaml
25+
- location: https://api.novu.co/openapi.sdk.yaml
2526
overlays:
2627
- location: .speakeasy/speakeasy-modifications-overlay.yaml
2728
output: sources/json-development.json

FUNCTIONS.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,23 @@ const novu = new NovuCore({
3232
async function run() {
3333
const res = await trigger(novu, {
3434
name: "workflow_identifier",
35-
to: [
36-
{
37-
topicKey: "<value>",
38-
type: "Topic",
35+
payload: {
36+
"comment_id": "string",
37+
"post": {
38+
"text": "string",
3939
},
40-
{
41-
topicKey: "<value>",
42-
type: "Topic",
40+
},
41+
bridgeUrl: "https://example.com/bridge",
42+
overrides: {
43+
"fcm": {
44+
"data": {
45+
"key": "value",
46+
},
4347
},
44-
],
48+
},
49+
to: {
50+
subscriberId: "<id>",
51+
},
4552
});
4653

4754
switch (true) {

0 commit comments

Comments
 (0)