Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.469.12 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Jan 22, 2025
1 parent 0cbe8fb commit e25cb41
Show file tree
Hide file tree
Showing 52 changed files with 2,059 additions and 799 deletions.
815 changes: 264 additions & 551 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 0.1.0
version: 0.1.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
15 changes: 8 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
speakeasyVersion: 1.469.0
speakeasyVersion: 1.469.12
sources:
json-development:
sourceNamespace: json-development
sourceRevisionDigest: sha256:f86a7c4644f11cb6d3c8f6f55be75b5176a72b6796ffb020f3f74e4f56ba39d4
sourceBlobDigest: sha256:9f11c13a8f35483564a47ef29be554048b0cc6c518f6bc21ec2ce8995e9b59bb
sourceRevisionDigest: sha256:fce0b7834d55907e3b8d01d1486c6fc6cbb0bcf94ffd7cfbd898846dd39cf80b
sourceBlobDigest: sha256:00b66cd55839a01404e2056d1e3bd93db169ec0df788e1b7c65517b6626028e4
tags:
- latest
- speakeasy-sdk-regen-1737549251
- "1.0"
targets:
my-first-target:
source: json-development
sourceNamespace: json-development
sourceRevisionDigest: sha256:f86a7c4644f11cb6d3c8f6f55be75b5176a72b6796ffb020f3f74e4f56ba39d4
sourceBlobDigest: sha256:9f11c13a8f35483564a47ef29be554048b0cc6c518f6bc21ec2ce8995e9b59bb
sourceRevisionDigest: sha256:fce0b7834d55907e3b8d01d1486c6fc6cbb0bcf94ffd7cfbd898846dd39cf80b
sourceBlobDigest: sha256:00b66cd55839a01404e2056d1e3bd93db169ec0df788e1b7c65517b6626028e4
codeSamplesNamespace: code-samples-typescript
codeSamplesRevisionDigest: sha256:d2ee210eda22dfe3f16ea4c82effabf47936ef8afad1ff6403e12b0de808a03a
codeSamplesRevisionDigest: sha256:dde878b566b18bcb16813f72494e9bfb4d0d3105fc700521fc9a228348a28c34
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
json-development:
inputs:
- location: http://127.0.0.1:3000/openapi.sdk.yaml
- location: https://api.novu.co/openapi.sdk.yaml
overlays:
- location: .speakeasy/speakeasy-modifications-overlay.yaml
output: sources/json-development.json
Expand Down
23 changes: 15 additions & 8 deletions FUNCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,23 @@ const novu = new NovuCore({
async function run() {
const res = await trigger(novu, {
name: "workflow_identifier",
to: [
{
topicKey: "<value>",
type: "Topic",
payload: {
"comment_id": "string",
"post": {
"text": "string",
},
{
topicKey: "<value>",
type: "Topic",
},
bridgeUrl: "https://example.com/bridge",
overrides: {
"fcm": {
"data": {
"key": "value",
},
},
],
},
to: {
subscriberId: "<id>",
},
});

switch (true) {
Expand Down
Loading

0 comments on commit e25cb41

Please sign in to comment.