@botpress/api 1.22.0 → 1.23.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 +662 -14
- package/dist/src/gen/admin/state.d.ts +32 -0
- package/dist/src/gen/files/state.d.ts +14 -0
- package/dist/src/gen/runtime/state.d.ts +14 -0
- package/dist/src/gen/state.d.ts +32 -0
- package/dist/src/gen/tables/state.d.ts +14 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +37 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +17 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +17 -1
- package/src/gen/state.ts +37 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +17 -1
package/src/gen/runtime/state.ts
CHANGED
|
@@ -2602,7 +2602,7 @@ export const state = {
|
|
|
2602
2602
|
"title": "Botpress API",
|
|
2603
2603
|
"description": "API for Botpress Cloud",
|
|
2604
2604
|
"server": "https://api.botpress.cloud",
|
|
2605
|
-
"version": "1.
|
|
2605
|
+
"version": "1.23.0",
|
|
2606
2606
|
"prefix": "v1"
|
|
2607
2607
|
},
|
|
2608
2608
|
"errors": [
|
|
@@ -3009,6 +3009,22 @@ export const state = {
|
|
|
3009
3009
|
"type": "object",
|
|
3010
3010
|
"additionalProperties": true
|
|
3011
3011
|
},
|
|
3012
|
+
"interfaces": {
|
|
3013
|
+
"type": "object",
|
|
3014
|
+
"additionalProperties": {
|
|
3015
|
+
"type": "object",
|
|
3016
|
+
"properties": {
|
|
3017
|
+
"integrationId": {
|
|
3018
|
+
"type": "string"
|
|
3019
|
+
}
|
|
3020
|
+
},
|
|
3021
|
+
"required": [
|
|
3022
|
+
"integrationId"
|
|
3023
|
+
],
|
|
3024
|
+
"additionalProperties": false
|
|
3025
|
+
},
|
|
3026
|
+
"description": "A mapping of plugin interface aliases to their backing integrations"
|
|
3027
|
+
},
|
|
3012
3028
|
"id": {
|
|
3013
3029
|
"type": "string",
|
|
3014
3030
|
"minLength": 28,
|
package/src/gen/state.ts
CHANGED
|
@@ -7124,6 +7124,22 @@ export const state = {
|
|
|
7124
7124
|
"configuration": {
|
|
7125
7125
|
"type": "object",
|
|
7126
7126
|
"additionalProperties": true
|
|
7127
|
+
},
|
|
7128
|
+
"interfaces": {
|
|
7129
|
+
"type": "object",
|
|
7130
|
+
"additionalProperties": {
|
|
7131
|
+
"type": "object",
|
|
7132
|
+
"properties": {
|
|
7133
|
+
"integrationId": {
|
|
7134
|
+
"type": "string"
|
|
7135
|
+
}
|
|
7136
|
+
},
|
|
7137
|
+
"required": [
|
|
7138
|
+
"integrationId"
|
|
7139
|
+
],
|
|
7140
|
+
"additionalProperties": false
|
|
7141
|
+
},
|
|
7142
|
+
"description": "A mapping of plugin interface aliases to their backing integrations"
|
|
7127
7143
|
}
|
|
7128
7144
|
},
|
|
7129
7145
|
"required": [
|
|
@@ -7134,6 +7150,10 @@ export const state = {
|
|
|
7134
7150
|
},
|
|
7135
7151
|
"description": "A mapping of plugin aliases to their configuration"
|
|
7136
7152
|
},
|
|
7153
|
+
"shouldMergePlugins": {
|
|
7154
|
+
"type": "boolean",
|
|
7155
|
+
"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"
|
|
7156
|
+
},
|
|
7137
7157
|
"subscriptions": {
|
|
7138
7158
|
"type": "object",
|
|
7139
7159
|
"properties": {
|
|
@@ -18659,7 +18679,7 @@ export const state = {
|
|
|
18659
18679
|
"title": "Botpress API",
|
|
18660
18680
|
"description": "API for Botpress Cloud",
|
|
18661
18681
|
"server": "https://api.botpress.cloud",
|
|
18662
|
-
"version": "1.
|
|
18682
|
+
"version": "1.23.0",
|
|
18663
18683
|
"prefix": "v1"
|
|
18664
18684
|
},
|
|
18665
18685
|
"errors": [
|
|
@@ -19245,6 +19265,22 @@ export const state = {
|
|
|
19245
19265
|
"type": "object",
|
|
19246
19266
|
"additionalProperties": true
|
|
19247
19267
|
},
|
|
19268
|
+
"interfaces": {
|
|
19269
|
+
"type": "object",
|
|
19270
|
+
"additionalProperties": {
|
|
19271
|
+
"type": "object",
|
|
19272
|
+
"properties": {
|
|
19273
|
+
"integrationId": {
|
|
19274
|
+
"type": "string"
|
|
19275
|
+
}
|
|
19276
|
+
},
|
|
19277
|
+
"required": [
|
|
19278
|
+
"integrationId"
|
|
19279
|
+
],
|
|
19280
|
+
"additionalProperties": false
|
|
19281
|
+
},
|
|
19282
|
+
"description": "A mapping of plugin interface aliases to their backing integrations"
|
|
19283
|
+
},
|
|
19248
19284
|
"id": {
|
|
19249
19285
|
"type": "string",
|
|
19250
19286
|
"minLength": 28,
|