Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
368 changes: 192 additions & 176 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 @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
typescript:
version: 3.19.0
version: 3.20.0
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.791.4
speakeasyVersion: 1.795.1
sources:
json-development:
sourceNamespace: json-development
sourceRevisionDigest: sha256:5945d797de323fc0885e2431c455fd26995ec47bfffd8d62bc4a7186d8506c43
sourceBlobDigest: sha256:29edafbafff36354f1bfe89796fe380e195247e2f4ee7d272ef38d436b160110
sourceRevisionDigest: sha256:5a55d1a8864cf1deaa01884442a48446a20d727edbe73255b216c20145480e35
sourceBlobDigest: sha256:68f7ad7a45c9a3b828489e03f4bc000b152f208945e41d5da2882e974569f975
tags:
- latest
- 3.18.1
- 3.19.0
targets:
my-first-target:
source: json-development
sourceNamespace: json-development
sourceRevisionDigest: sha256:5945d797de323fc0885e2431c455fd26995ec47bfffd8d62bc4a7186d8506c43
sourceBlobDigest: sha256:29edafbafff36354f1bfe89796fe380e195247e2f4ee7d272ef38d436b160110
sourceRevisionDigest: sha256:5a55d1a8864cf1deaa01884442a48446a20d727edbe73255b216c20145480e35
sourceBlobDigest: sha256:68f7ad7a45c9a3b828489e03f4bc000b152f208945e41d5da2882e974569f975
codeSamplesNamespace: code-samples-typescript
codeSamplesRevisionDigest: sha256:8aa79b87289002b605f2dcd58228917605e42b8b535184fbc2f2282650ab56ae
codeSamplesRevisionDigest: sha256:97c3383ac77fe6ffe781954fd3b3c48cd332564a43d0e7ade787d7d404b82eec
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,4 +488,14 @@ Based on:
### Generated
- [typescript v3.19.0] .
### Releases
- [NPM v3.19.0] https://www.npmjs.com/package/@novu/api/v/3.19.0 - .
- [NPM v3.19.0] https://www.npmjs.com/package/@novu/api/v/3.19.0 - .

## 2026-08-24 00:14:13
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.795.1 (2.932.9) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v3.20.0] .
### Releases
- [NPM v3.20.0] https://www.npmjs.com/package/@novu/api/v/3.20.0 - .
3 changes: 3 additions & 0 deletions docs/models/components/agentreplypayloaddto.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ let value: AgentReplyPayloadDto = {
"orderId": "ORD-42",
"amountCents": 2500,
},
approveActionId: "tool-approval:approve:apr_01HZX",
denyActionId: "tool-approval:deny:apr_01HZX",
mcpServerName: "GitHub",
},
edit: {
messageId: "1712345678.123456",
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/apikeydto.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { ApiKeyDto } from "@novu/api/models/components";

let value: ApiKeyDto = {
key: "sk_test_1234567890abcdef",
key: "api-key-1234567890abcdef",
userId: "60d5ecb8b3b3a30015f3e1a4",
hash: "hash_value_here",
};
Expand All @@ -16,6 +16,6 @@ let value: ApiKeyDto = {

| Field | Type | Required | Description | Example |
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| `key` | *string* | :heavy_check_mark: | API key | sk_test_1234567890abcdef |
| `key` | *string* | :heavy_check_mark: | API key | api-key-1234567890abcdef |
| `userId` | *string* | :heavy_check_mark: | User ID associated with the API key | 60d5ecb8b3b3a30015f3e1a4 |
| `hash` | *string* | :heavy_minus_sign: | Hashed representation of the API key | hash_value_here |
3 changes: 2 additions & 1 deletion docs/models/components/chatcontroldto.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ let value: ChatControlDto = {
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `skip` | Record<string, *any*> | :heavy_minus_sign: | JSONLogic filter conditions for conditionally skipping the step execution. Supports complex logical operations with AND, OR, and comparison operators. See https://jsonlogic.com/ for full typing reference. | {<br/>"and": [<br/>{<br/>"==": [<br/>{<br/>"var": "payload.tier"<br/>},<br/>"pro"<br/>]<br/>},<br/>{<br/>"==": [<br/>{<br/>"var": "subscriber.data.role"<br/>},<br/>"admin"<br/>]<br/>},<br/>{<br/>"\u003e": [<br/>{<br/>"var": "payload.amount"<br/>},<br/>"4"<br/>]<br/>}<br/>]<br/>} |
| `body` | *string* | :heavy_minus_sign: | Content of the chat message. | |
| `body` | *string* | :heavy_minus_sign: | Content of the chat message. | |
| `editorType` | [components.ChatControlDtoEditorType](../../models/components/chatcontroldtoeditortype.md) | :heavy_minus_sign: | Type of editor to use for the body. When omitted, inferred from the body: Maily JSON is "block", otherwise "text". | |
17 changes: 17 additions & 0 deletions docs/models/components/chatcontroldtoeditortype.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ChatControlDtoEditorType

Type of editor to use for the body. When omitted, inferred from the body: Maily JSON is "block", otherwise "text".

## Example Usage

```typescript
import { ChatControlDtoEditorType } from "@novu/api/models/components";

let value: ChatControlDtoEditorType = "block";
```

## Values

```typescript
"block" | "text"
```
2 changes: 1 addition & 1 deletion docs/models/components/chatorpushproviderenum.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ let value: ChatOrPushProviderEnum = "telegram";
## Values

```typescript
"slack" | "discord" | "msteams" | "webex-messaging" | "mattermost" | "ryver" | "zulip" | "grafana-on-call" | "getstream" | "rocket-chat" | "whatsapp-business" | "line" | "chat-webhook" | "novu-slack" | "telegram" | "sendblue" | "novu-web-chat" | "fcm" | "apns" | "expo" | "one-signal" | "pushpad" | "push-webhook" | "pusher-beams" | "appio"
"slack" | "discord" | "msteams" | "webex-messaging" | "mattermost" | "ryver" | "zulip" | "grafana-on-call" | "getstream" | "rocket-chat" | "whatsapp-business" | "line" | "chat-webhook" | "novu-slack" | "telegram" | "sendblue" | "novu-agent-chat" | "fcm" | "apns" | "expo" | "one-signal" | "pushpad" | "push-webhook" | "pusher-beams" | "appio"
```
1 change: 1 addition & 0 deletions docs/models/components/chatstepresponsedtocontrolvalues.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ let value: ChatStepResponseDtoControlValues = {
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `skip` | Record<string, *any*> | :heavy_minus_sign: | JSONLogic filter conditions for conditionally skipping the step execution. Supports complex logical operations with AND, OR, and comparison operators. See https://jsonlogic.com/ for full typing reference. | {<br/>"and": [<br/>{<br/>"==": [<br/>{<br/>"var": "payload.tier"<br/>},<br/>"pro"<br/>]<br/>},<br/>{<br/>"==": [<br/>{<br/>"var": "subscriber.data.role"<br/>},<br/>"admin"<br/>]<br/>},<br/>{<br/>"\u003e": [<br/>{<br/>"var": "payload.amount"<br/>},<br/>"4"<br/>]<br/>}<br/>]<br/>} |
| `body` | *string* | :heavy_minus_sign: | Content of the chat message. | |
| `editorType` | [components.ChatStepResponseDtoEditorType](../../models/components/chatstepresponsedtoeditortype.md) | :heavy_minus_sign: | Type of editor to use for the body. When omitted, inferred from the body: Maily JSON is "block", otherwise "text". | |
| `additionalProperties` | Record<string, *any*> | :heavy_minus_sign: | N/A | |
17 changes: 17 additions & 0 deletions docs/models/components/chatstepresponsedtoeditortype.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ChatStepResponseDtoEditorType

Type of editor to use for the body. When omitted, inferred from the body: Maily JSON is "block", otherwise "text".

## Example Usage

```typescript
import { ChatStepResponseDtoEditorType } from "@novu/api/models/components";

let value: ChatStepResponseDtoEditorType = "block";
```

## Values

```typescript
"block" | "text"
```
4 changes: 2 additions & 2 deletions docs/models/components/contentissueenum.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Type of step content issue
```typescript
import { ContentIssueEnum } from "@novu/api/models/components";

let value: ContentIssueEnum = "UNSUPPORTED_PROPERTY";
let value: ContentIssueEnum = "CHAT_CARD_INVALID_BUTTON";
```

## Values

```typescript
"ILLEGAL_VARIABLE_IN_CONTROL_VALUE" | "INVALID_FILTER_ARG_IN_VARIABLE" | "INVALID_URL" | "MISSING_VALUE" | "TIER_LIMIT_EXCEEDED" | "UNSUPPORTED_PROPERTY"
"ILLEGAL_VARIABLE_IN_CONTROL_VALUE" | "INVALID_FILTER_ARG_IN_VARIABLE" | "INVALID_URL" | "MISSING_VALUE" | "TIER_LIMIT_EXCEEDED" | "UNSUPPORTED_PROPERTY" | "CHAT_CARD_LIMIT_EXCEEDED" | "CHAT_CARD_INVALID_BUTTON"
```
Loading