@botpress/api 1.35.0 → 1.35.2
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 +65 -66
- package/dist/src/gen/admin/state.d.ts +4 -4
- package/dist/src/gen/state.d.ts +4 -4
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +6 -6
- 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 +6 -6
- 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
|
@@ -7614,10 +7614,6 @@ export const state = {
|
|
|
7614
7614
|
},
|
|
7615
7615
|
"description": "A mapping of plugin aliases to their configuration"
|
|
7616
7616
|
},
|
|
7617
|
-
"shouldMergePlugins": {
|
|
7618
|
-
"type": "boolean",
|
|
7619
|
-
"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"
|
|
7620
|
-
},
|
|
7621
7617
|
"subscriptions": {
|
|
7622
7618
|
"type": "object",
|
|
7623
7619
|
"properties": {
|
|
@@ -7669,6 +7665,10 @@ export const state = {
|
|
|
7669
7665
|
"items": {
|
|
7670
7666
|
"type": "string"
|
|
7671
7667
|
}
|
|
7668
|
+
},
|
|
7669
|
+
"shouldMergePlugins": {
|
|
7670
|
+
"type": "boolean",
|
|
7671
|
+
"description": "UNUSED. Please ignore this field. It will be removed in the near future."
|
|
7672
7672
|
}
|
|
7673
7673
|
},
|
|
7674
7674
|
"title": "updateBotBody",
|
|
@@ -7866,7 +7866,7 @@ export const state = {
|
|
|
7866
7866
|
"in": "query",
|
|
7867
7867
|
"type": "boolean",
|
|
7868
7868
|
"required": false,
|
|
7869
|
-
"description": "
|
|
7869
|
+
"description": "UNUSED. Please ignore this field. It will be removed in the near future."
|
|
7870
7870
|
}
|
|
7871
7871
|
},
|
|
7872
7872
|
"response": {
|
|
@@ -19548,7 +19548,7 @@ export const state = {
|
|
|
19548
19548
|
"title": "Botpress API",
|
|
19549
19549
|
"description": "API for Botpress Cloud",
|
|
19550
19550
|
"server": "https://api.botpress.cloud",
|
|
19551
|
-
"version": "1.35.
|
|
19551
|
+
"version": "1.35.2",
|
|
19552
19552
|
"prefix": "v1"
|
|
19553
19553
|
},
|
|
19554
19554
|
"errors": [
|