@botpress/api 1.35.0 → 1.35.1
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 +55 -76
- package/dist/src/gen/admin/state.d.ts +0 -10
- package/dist/src/gen/state.d.ts +0 -10
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +1 -11
- 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 +1 -11
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/src/gen/admin/state.ts
CHANGED
|
@@ -5014,10 +5014,6 @@ export const state = {
|
|
|
5014
5014
|
},
|
|
5015
5015
|
"description": "A mapping of plugin aliases to their configuration"
|
|
5016
5016
|
},
|
|
5017
|
-
"shouldMergePlugins": {
|
|
5018
|
-
"type": "boolean",
|
|
5019
|
-
"description": "If true, plugins will be merged into the bot and entity references will be resolved. If you are uncertain about this field, you should probably set it to true"
|
|
5020
|
-
},
|
|
5021
5017
|
"subscriptions": {
|
|
5022
5018
|
"type": "object",
|
|
5023
5019
|
"properties": {
|
|
@@ -5261,12 +5257,6 @@ export const state = {
|
|
|
5261
5257
|
"type": "string",
|
|
5262
5258
|
"description": "Bot ID",
|
|
5263
5259
|
"in": "path"
|
|
5264
|
-
},
|
|
5265
|
-
"shouldMergePlugins": {
|
|
5266
|
-
"in": "query",
|
|
5267
|
-
"type": "boolean",
|
|
5268
|
-
"required": false,
|
|
5269
|
-
"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."
|
|
5270
5260
|
}
|
|
5271
5261
|
},
|
|
5272
5262
|
"response": {
|
|
@@ -13965,7 +13955,7 @@ export const state = {
|
|
|
13965
13955
|
"title": "Botpress API",
|
|
13966
13956
|
"description": "API for Botpress Cloud",
|
|
13967
13957
|
"server": "https://api.botpress.cloud",
|
|
13968
|
-
"version": "1.35.
|
|
13958
|
+
"version": "1.35.1",
|
|
13969
13959
|
"prefix": "v1"
|
|
13970
13960
|
},
|
|
13971
13961
|
"errors": [
|