@botpress/api 1.39.0 → 1.41.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/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +1367 -52
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +2 -2
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +2 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +6 -4
- package/src/gen/state.ts +6 -4
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +2 -2
package/src/gen/admin/state.ts
CHANGED
|
@@ -13993,7 +13993,7 @@ export const state = {
|
|
|
13993
13993
|
"title": "Botpress API",
|
|
13994
13994
|
"description": "API for Botpress Cloud",
|
|
13995
13995
|
"server": "https://api.botpress.cloud",
|
|
13996
|
-
"version": "1.
|
|
13996
|
+
"version": "1.41.0",
|
|
13997
13997
|
"prefix": "v1"
|
|
13998
13998
|
},
|
|
13999
13999
|
"errors": [
|
|
@@ -14460,7 +14460,7 @@ export const state = {
|
|
|
14460
14460
|
],
|
|
14461
14461
|
"additionalProperties": false
|
|
14462
14462
|
},
|
|
14463
|
-
"description": "A mapping of integrations to their configuration"
|
|
14463
|
+
"description": "A mapping of integrations to their configuration. If the `x-multiple-integrations` header is present, this object is keyed by integration aliases. Otherwise, this object is keyed by integration ids."
|
|
14464
14464
|
},
|
|
14465
14465
|
"plugins": {
|
|
14466
14466
|
"type": "object",
|