@botpress/api 1.19.0 → 1.21.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 +13 -11
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +5 -4
- 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 +5 -4
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -284123,7 +284123,7 @@ var state = {
|
|
|
284123
284123
|
"title": "Botpress API",
|
|
284124
284124
|
"description": "API for Botpress Cloud",
|
|
284125
284125
|
"server": "https://api.botpress.cloud",
|
|
284126
|
-
"version": "1.
|
|
284126
|
+
"version": "1.21.0",
|
|
284127
284127
|
"prefix": "v1"
|
|
284128
284128
|
},
|
|
284129
284129
|
"errors": [
|
|
@@ -300893,7 +300893,9 @@ var state2 = {
|
|
|
300893
300893
|
"type": "string",
|
|
300894
300894
|
"enum": [
|
|
300895
300895
|
"IntegrationAction",
|
|
300896
|
-
"FileIndexing"
|
|
300896
|
+
"FileIndexing",
|
|
300897
|
+
"BingSearch",
|
|
300898
|
+
"WebSearch"
|
|
300897
300899
|
]
|
|
300898
300900
|
},
|
|
300899
300901
|
"subtype": {
|
|
@@ -300905,8 +300907,7 @@ var state2 = {
|
|
|
300905
300907
|
},
|
|
300906
300908
|
"required": [
|
|
300907
300909
|
"botId",
|
|
300908
|
-
"type"
|
|
300909
|
-
"subtype"
|
|
300910
|
+
"type"
|
|
300910
300911
|
]
|
|
300911
300912
|
}
|
|
300912
300913
|
},
|
|
@@ -301082,7 +301083,7 @@ var state2 = {
|
|
|
301082
301083
|
"title": "Botpress API",
|
|
301083
301084
|
"description": "API for Botpress Cloud",
|
|
301084
301085
|
"server": "https://api.botpress.cloud",
|
|
301085
|
-
"version": "1.
|
|
301086
|
+
"version": "1.21.0",
|
|
301086
301087
|
"prefix": "v1"
|
|
301087
301088
|
},
|
|
301088
301089
|
"errors": [
|
|
@@ -306871,7 +306872,7 @@ var state3 = {
|
|
|
306871
306872
|
"title": "Botpress API",
|
|
306872
306873
|
"description": "API for Botpress Cloud",
|
|
306873
306874
|
"server": "https://api.botpress.cloud",
|
|
306874
|
-
"version": "1.
|
|
306875
|
+
"version": "1.21.0",
|
|
306875
306876
|
"prefix": "v1"
|
|
306876
306877
|
},
|
|
306877
306878
|
"errors": [
|
|
@@ -311901,7 +311902,7 @@ var state4 = {
|
|
|
311901
311902
|
"title": "Botpress API",
|
|
311902
311903
|
"description": "API for Botpress Cloud",
|
|
311903
311904
|
"server": "https://api.botpress.cloud",
|
|
311904
|
-
"version": "1.
|
|
311905
|
+
"version": "1.21.0",
|
|
311905
311906
|
"prefix": "v1"
|
|
311906
311907
|
},
|
|
311907
311908
|
"errors": [
|
|
@@ -331187,7 +331188,9 @@ var state5 = {
|
|
|
331187
331188
|
"type": "string",
|
|
331188
331189
|
"enum": [
|
|
331189
331190
|
"IntegrationAction",
|
|
331190
|
-
"FileIndexing"
|
|
331191
|
+
"FileIndexing",
|
|
331192
|
+
"BingSearch",
|
|
331193
|
+
"WebSearch"
|
|
331191
331194
|
]
|
|
331192
331195
|
},
|
|
331193
331196
|
"subtype": {
|
|
@@ -331199,8 +331202,7 @@ var state5 = {
|
|
|
331199
331202
|
},
|
|
331200
331203
|
"required": [
|
|
331201
331204
|
"botId",
|
|
331202
|
-
"type"
|
|
331203
|
-
"subtype"
|
|
331205
|
+
"type"
|
|
331204
331206
|
]
|
|
331205
331207
|
}
|
|
331206
331208
|
},
|
|
@@ -334350,7 +334352,7 @@ var state5 = {
|
|
|
334350
334352
|
"title": "Botpress API",
|
|
334351
334353
|
"description": "API for Botpress Cloud",
|
|
334352
334354
|
"server": "https://api.botpress.cloud",
|
|
334353
|
-
"version": "1.
|
|
334355
|
+
"version": "1.21.0",
|
|
334354
334356
|
"prefix": "v1"
|
|
334355
334357
|
},
|
|
334356
334358
|
"errors": [
|