@botpress/api 0.34.2 → 0.35.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
@@ -9999,7 +9999,9 @@ export const state = {
9999
9999
  "subtitle",
10000
10000
  "paragraph",
10001
10001
  "list",
10002
- "note"
10002
+ "blockquote",
10003
+ "table",
10004
+ "code"
10003
10005
  ],
10004
10006
  "description": "The subtype of passage, if any."
10005
10007
  },
@@ -10960,7 +10962,7 @@ export const state = {
10960
10962
  "title": "Botpress API",
10961
10963
  "description": "API for Botpress Cloud",
10962
10964
  "server": "https://api.botpress.cloud",
10963
- "version": "0.34.2",
10965
+ "version": "0.35.1",
10964
10966
  "prefix": "v1"
10965
10967
  },
10966
10968
  "errors": [
@@ -13415,21 +13417,12 @@ export const state = {
13415
13417
  "model": {
13416
13418
  "default": "gpt-4o",
13417
13419
  "type": "string",
13418
- "enum": [
13419
- "gpt-3.5-turbo",
13420
- "gpt-3.5-turbo-0125",
13421
- "gpt-3.5-turbo-1106",
13422
- "gpt-3.5-turbo-16k",
13423
- "gpt-4o",
13424
- "gpt-4",
13425
- "gpt-4-turbo",
13426
- "gpt-4-0125-preview",
13427
- "gpt-4-1106-preview"
13428
- ],
13420
+ "maxLength": 80,
13429
13421
  "description": "Model to use when action is \"ai\""
13430
13422
  },
13431
13423
  "workflowId": {
13432
13424
  "type": "string",
13425
+ "maxLength": 20,
13433
13426
  "description": "ID of Workflow to execute when action is \"workflow\""
13434
13427
  },
13435
13428
  "enabled": {
@@ -13581,21 +13574,12 @@ export const state = {
13581
13574
  "model": {
13582
13575
  "default": "gpt-4o",
13583
13576
  "type": "string",
13584
- "enum": [
13585
- "gpt-3.5-turbo",
13586
- "gpt-3.5-turbo-0125",
13587
- "gpt-3.5-turbo-1106",
13588
- "gpt-3.5-turbo-16k",
13589
- "gpt-4o",
13590
- "gpt-4",
13591
- "gpt-4-turbo",
13592
- "gpt-4-0125-preview",
13593
- "gpt-4-1106-preview"
13594
- ],
13577
+ "maxLength": 80,
13595
13578
  "description": "Model to use when action is \"ai\""
13596
13579
  },
13597
13580
  "workflowId": {
13598
13581
  "type": "string",
13582
+ "maxLength": 20,
13599
13583
  "description": "ID of Workflow to execute when action is \"workflow\""
13600
13584
  },
13601
13585
  "enabled": {