@botpress/api 0.78.0 → 0.79.0
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 +5 -3
- 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 +5 -3
package/src/gen/state.ts
CHANGED
|
@@ -8840,7 +8840,8 @@ export const state = {
|
|
|
8840
8840
|
"type": "object",
|
|
8841
8841
|
"additionalProperties": {
|
|
8842
8842
|
"type": "string",
|
|
8843
|
-
"maxLength": 20000
|
|
8843
|
+
"maxLength": 20000,
|
|
8844
|
+
"nullable": true
|
|
8844
8845
|
},
|
|
8845
8846
|
"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."
|
|
8846
8847
|
},
|
|
@@ -9405,7 +9406,8 @@ export const state = {
|
|
|
9405
9406
|
"type": "object",
|
|
9406
9407
|
"additionalProperties": {
|
|
9407
9408
|
"type": "string",
|
|
9408
|
-
"maxLength": 20000
|
|
9409
|
+
"maxLength": 20000,
|
|
9410
|
+
"nullable": true
|
|
9409
9411
|
},
|
|
9410
9412
|
"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."
|
|
9411
9413
|
},
|
|
@@ -15412,7 +15414,7 @@ export const state = {
|
|
|
15412
15414
|
"title": "Botpress API",
|
|
15413
15415
|
"description": "API for Botpress Cloud",
|
|
15414
15416
|
"server": "https://api.botpress.cloud",
|
|
15415
|
-
"version": "0.
|
|
15417
|
+
"version": "0.79.0",
|
|
15416
15418
|
"prefix": "v1"
|
|
15417
15419
|
},
|
|
15418
15420
|
"errors": [
|