Skip to content

Commit

Permalink
sdk init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Jun 14, 2024
1 parent 8e22b13 commit 549e814
Show file tree
Hide file tree
Showing 244 changed files with 4,178 additions and 4,330 deletions.
704 changes: 352 additions & 352 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
configVersion: 2.0.0
generation:
sdkClassName: Novu
maintainOpenAPIOrder: false
usageSnippets:
optionalPropertyRendering: withExample
useClassNamesForArrayFields: true
Expand All @@ -12,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.0.1-alpha.1
version: 0.0.1-alpha.2
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
speakeasyVersion: 1.308.0
speakeasyVersion: 1.308.1
sources:
json-development:
sourceNamespace: json-development
sourceRevisionDigest: sha256:dbb34fad20704425aa5f3bebd44c342a26ec51304ca8f3e42ec4fee1864b3ae6
sourceBlobDigest: sha256:a1a2c7e9a5d6f2b7ed85c22c521d573f7bf43259dc66e1a2d7fc0cdb64ee1358
sourceRevisionDigest: sha256:5dce7a6bba8b99f7be22ce80c2bb074e61aac4a930cdd1139124d2fb72166852
sourceBlobDigest: sha256:8bfbf39247b9510f916783be29abd7f814f07787477ae0c10816a5219a97ecf9
tags:
- latest
targets:
my-first-target:
source: json-development
sourceNamespace: json-development
sourceRevisionDigest: sha256:dbb34fad20704425aa5f3bebd44c342a26ec51304ca8f3e42ec4fee1864b3ae6
sourceBlobDigest: sha256:a1a2c7e9a5d6f2b7ed85c22c521d573f7bf43259dc66e1a2d7fc0cdb64ee1358
sourceRevisionDigest: sha256:5dce7a6bba8b99f7be22ce80c2bb074e61aac4a930cdd1139124d2fb72166852
sourceBlobDigest: sha256:8bfbf39247b9510f916783be29abd7f814f07787477ae0c10816a5219a97ecf9
outLocation: /Users/galtidhar/Documents/GitHub/novu-ts-sdk
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
json-development:
inputs:
- location: http://127.0.0.1:3000/openapi.sdk.json
- location: ./sources/openapi.sdk.json
overlays:
- location: /Users/galtidhar/WebstormProjects/novu-sdk/sources/remove-headers-overlay.yaml
- location: ./sources/remove-headers-overlay.yaml
registry:
location: registry.speakeasyapi.dev/novu/novu/json-development
targets:
Expand Down
5 changes: 3 additions & 2 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ speakeasyVersion: latest
sources:
json-development:
inputs:
- location: http://127.0.0.1:3000/openapi.sdk.json
# - location: http://api.novu.co/openapi.sdk.json
- location: ./sources/openapi.sdk.json
overlays:
- location: /Users/galtidhar/WebstormProjects/novu-sdk/sources/remove-headers-overlay.yaml
- location: ./sources/remove-headers-overlay.yaml
registry:
location: registry.speakeasyapi.dev/novu/novu/json-development
targets:
Expand Down
212 changes: 106 additions & 106 deletions README.md

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions RELEASES.md

This file was deleted.

2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const novu = new Novu({
async function run() {
const result = await novu.events.trigger({
name: "workflow_identifier",
payload: {},
overrides: {},
payload: {},
to: [
{
topicKey: "topic_key",
Expand Down
6 changes: 3 additions & 3 deletions docs/models/components/activitiesresponsedto.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `hasMore` | *boolean* | :heavy_check_mark: | N/A |
| `data` | [components.ActivityNotificationResponseDto](../../models/components/activitynotificationresponsedto.md)[] | :heavy_check_mark: | N/A |
| `pageSize` | *number* | :heavy_check_mark: | N/A |
| `page` | *number* | :heavy_check_mark: | N/A |
| `hasMore` | *boolean* | :heavy_check_mark: | N/A |
| `page` | *number* | :heavy_check_mark: | N/A |
| `pageSize` | *number* | :heavy_check_mark: | N/A |
12 changes: 6 additions & 6 deletions docs/models/components/activitygraphstatesresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
| `id` | *string* | :heavy_check_mark: | N/A |
| `count` | *number* | :heavy_check_mark: | N/A |
| `templates` | *string*[] | :heavy_check_mark: | N/A |
| `channels` | [components.ActivityGraphStatesResponseChannels](../../models/components/activitygraphstatesresponsechannels.md)[] | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| `id` | *string* | :heavy_check_mark: | N/A |
| `channels` | [components.Channels](../../models/components/channels.md)[] | :heavy_check_mark: | N/A |
| `count` | *number* | :heavy_check_mark: | N/A |
| `templates` | *string*[] | :heavy_check_mark: | N/A |
12 changes: 0 additions & 12 deletions docs/models/components/activitygraphstatesresponsechannels.md

This file was deleted.

Loading

0 comments on commit 549e814

Please sign in to comment.