@botpress/api 1.39.0 → 1.40.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 +10 -10
- 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 +2 -2
- package/src/gen/state.ts +2 -2
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +2 -2
package/src/gen/files/state.ts
CHANGED
|
@@ -1868,7 +1868,7 @@ export const state = {
|
|
|
1868
1868
|
"title": "Botpress API",
|
|
1869
1869
|
"description": "API for Botpress Cloud",
|
|
1870
1870
|
"server": "https://api.botpress.cloud",
|
|
1871
|
-
"version": "1.
|
|
1871
|
+
"version": "1.40.0",
|
|
1872
1872
|
"prefix": "v1"
|
|
1873
1873
|
},
|
|
1874
1874
|
"errors": [
|
|
@@ -2215,7 +2215,7 @@ export const state = {
|
|
|
2215
2215
|
],
|
|
2216
2216
|
"additionalProperties": false
|
|
2217
2217
|
},
|
|
2218
|
-
"description": "A mapping of integrations to their configuration"
|
|
2218
|
+
"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."
|
|
2219
2219
|
},
|
|
2220
2220
|
"plugins": {
|
|
2221
2221
|
"type": "object",
|