@botpress/api 0.68.2 → 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 +4 -2
- 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 +4 -2
package/src/gen/state.ts
CHANGED
|
@@ -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": [
|