@botpress/api 0.68.1 → 0.68.3
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/dist/index.js +9 -7
- package/dist/src/gen/state.d.ts +2 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +9 -7
package/src/gen/state.ts
CHANGED
|
@@ -6585,7 +6585,7 @@ export const state = {
|
|
|
6585
6585
|
"community",
|
|
6586
6586
|
"team",
|
|
6587
6587
|
"enterprise",
|
|
6588
|
-
"
|
|
6588
|
+
"plus"
|
|
6589
6589
|
]
|
|
6590
6590
|
},
|
|
6591
6591
|
"blocked": {
|
|
@@ -6768,7 +6768,7 @@ export const state = {
|
|
|
6768
6768
|
"community",
|
|
6769
6769
|
"team",
|
|
6770
6770
|
"enterprise",
|
|
6771
|
-
"
|
|
6771
|
+
"plus"
|
|
6772
6772
|
]
|
|
6773
6773
|
},
|
|
6774
6774
|
"blocked": {
|
|
@@ -7284,7 +7284,7 @@ export const state = {
|
|
|
7284
7284
|
"community",
|
|
7285
7285
|
"team",
|
|
7286
7286
|
"enterprise",
|
|
7287
|
-
"
|
|
7287
|
+
"plus"
|
|
7288
7288
|
]
|
|
7289
7289
|
},
|
|
7290
7290
|
"blocked": {
|
|
@@ -7455,7 +7455,7 @@ export const state = {
|
|
|
7455
7455
|
"community",
|
|
7456
7456
|
"team",
|
|
7457
7457
|
"enterprise",
|
|
7458
|
-
"
|
|
7458
|
+
"plus"
|
|
7459
7459
|
]
|
|
7460
7460
|
},
|
|
7461
7461
|
"blocked": {
|
|
@@ -8723,7 +8723,8 @@ export const state = {
|
|
|
8723
8723
|
"secrets": {
|
|
8724
8724
|
"type": "object",
|
|
8725
8725
|
"additionalProperties": {
|
|
8726
|
-
"type": "string"
|
|
8726
|
+
"type": "string",
|
|
8727
|
+
"maxLength": 20000
|
|
8727
8728
|
},
|
|
8728
8729
|
"description": "Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing."
|
|
8729
8730
|
},
|
|
@@ -9297,6 +9298,7 @@ export const state = {
|
|
|
9297
9298
|
"type": "object",
|
|
9298
9299
|
"additionalProperties": {
|
|
9299
9300
|
"type": "string",
|
|
9301
|
+
"maxLength": 20000,
|
|
9300
9302
|
"nullable": true
|
|
9301
9303
|
},
|
|
9302
9304
|
"description": "Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing."
|
|
@@ -14118,7 +14120,7 @@ export const state = {
|
|
|
14118
14120
|
"title": "Botpress API",
|
|
14119
14121
|
"description": "API for Botpress Cloud",
|
|
14120
14122
|
"server": "https://api.botpress.cloud",
|
|
14121
|
-
"version": "0.68.
|
|
14123
|
+
"version": "0.68.3",
|
|
14122
14124
|
"prefix": "v1"
|
|
14123
14125
|
},
|
|
14124
14126
|
"errors": [
|
|
@@ -16218,7 +16220,7 @@ export const state = {
|
|
|
16218
16220
|
"community",
|
|
16219
16221
|
"team",
|
|
16220
16222
|
"enterprise",
|
|
16221
|
-
"
|
|
16223
|
+
"plus"
|
|
16222
16224
|
]
|
|
16223
16225
|
},
|
|
16224
16226
|
"blocked": {
|