@botpress/api 1.26.0 → 1.28.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 +968 -274
- package/dist/src/gen/admin/state.d.ts +10 -0
- package/dist/src/gen/state.d.ts +10 -0
- package/package.json +4 -2
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +11 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +11 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/src/gen/runtime/state.ts
CHANGED
package/src/gen/state.ts
CHANGED
|
@@ -7495,6 +7495,10 @@ export const state = {
|
|
|
7495
7495
|
"enabled": {
|
|
7496
7496
|
"type": "boolean"
|
|
7497
7497
|
},
|
|
7498
|
+
"integrationId": {
|
|
7499
|
+
"type": "string",
|
|
7500
|
+
"description": "Integration's definition ID. If defined, the record's key is treated as an alias for the integration instance."
|
|
7501
|
+
},
|
|
7498
7502
|
"configurationType": {
|
|
7499
7503
|
"type": "string",
|
|
7500
7504
|
"nullable": true,
|
|
@@ -7804,6 +7808,12 @@ export const state = {
|
|
|
7804
7808
|
"type": "string",
|
|
7805
7809
|
"description": "Bot ID",
|
|
7806
7810
|
"in": "path"
|
|
7811
|
+
},
|
|
7812
|
+
"shouldMergePlugins": {
|
|
7813
|
+
"in": "query",
|
|
7814
|
+
"type": "boolean",
|
|
7815
|
+
"required": false,
|
|
7816
|
+
"description": "If true, indicates that the client has support for server-side plugins. Enabling this option returns the bot without any plugins merged into it. You probably want to set this option to true, as it will soon become the default behavior."
|
|
7807
7817
|
}
|
|
7808
7818
|
},
|
|
7809
7819
|
"response": {
|
|
@@ -19207,7 +19217,7 @@ export const state = {
|
|
|
19207
19217
|
"title": "Botpress API",
|
|
19208
19218
|
"description": "API for Botpress Cloud",
|
|
19209
19219
|
"server": "https://api.botpress.cloud",
|
|
19210
|
-
"version": "1.
|
|
19220
|
+
"version": "1.28.0",
|
|
19211
19221
|
"prefix": "v1"
|
|
19212
19222
|
},
|
|
19213
19223
|
"errors": [
|