@botpress/api 0.33.0 → 0.33.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/gen/state.ts CHANGED
@@ -10892,7 +10892,7 @@ export const state = {
10892
10892
  "title": "Botpress API",
10893
10893
  "description": "API for Botpress Cloud",
10894
10894
  "server": "https://api.botpress.cloud",
10895
- "version": "0.33.0",
10895
+ "version": "0.33.1",
10896
10896
  "prefix": "v1"
10897
10897
  },
10898
10898
  "errors": [
@@ -13330,7 +13330,7 @@ export const state = {
13330
13330
  "type": "string",
13331
13331
  "enum": [
13332
13332
  "ai",
13333
- "code"
13333
+ "workflow"
13334
13334
  ]
13335
13335
  },
13336
13336
  "dependencies": {
@@ -13360,9 +13360,9 @@ export const state = {
13360
13360
  ],
13361
13361
  "description": "Model to use when action is \"ai\""
13362
13362
  },
13363
- "code": {
13363
+ "workflowId": {
13364
13364
  "type": "string",
13365
- "description": "Code to execute when action is \"code\""
13365
+ "description": "ID of Workflow to execute when action is \"workflow\""
13366
13366
  },
13367
13367
  "enabled": {
13368
13368
  "type": "boolean"
@@ -13496,7 +13496,7 @@ export const state = {
13496
13496
  "type": "string",
13497
13497
  "enum": [
13498
13498
  "ai",
13499
- "code"
13499
+ "workflow"
13500
13500
  ]
13501
13501
  },
13502
13502
  "dependencies": {
@@ -13526,9 +13526,9 @@ export const state = {
13526
13526
  ],
13527
13527
  "description": "Model to use when action is \"ai\""
13528
13528
  },
13529
- "code": {
13529
+ "workflowId": {
13530
13530
  "type": "string",
13531
- "description": "Code to execute when action is \"code\""
13531
+ "description": "ID of Workflow to execute when action is \"workflow\""
13532
13532
  },
13533
13533
  "enabled": {
13534
13534
  "type": "boolean"