@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/src/gen/admin/state.ts
CHANGED
|
@@ -12875,7 +12875,9 @@ export const state = {
|
|
|
12875
12875
|
"type": "string",
|
|
12876
12876
|
"enum": [
|
|
12877
12877
|
"IntegrationAction",
|
|
12878
|
-
"FileIndexing"
|
|
12878
|
+
"FileIndexing",
|
|
12879
|
+
"BingSearch",
|
|
12880
|
+
"WebSearch"
|
|
12879
12881
|
]
|
|
12880
12882
|
},
|
|
12881
12883
|
"subtype": {
|
|
@@ -12887,8 +12889,7 @@ export const state = {
|
|
|
12887
12889
|
},
|
|
12888
12890
|
"required": [
|
|
12889
12891
|
"botId",
|
|
12890
|
-
"type"
|
|
12891
|
-
"subtype"
|
|
12892
|
+
"type"
|
|
12892
12893
|
]
|
|
12893
12894
|
}
|
|
12894
12895
|
},
|
|
@@ -13064,7 +13065,7 @@ export const state = {
|
|
|
13064
13065
|
"title": "Botpress API",
|
|
13065
13066
|
"description": "API for Botpress Cloud",
|
|
13066
13067
|
"server": "https://api.botpress.cloud",
|
|
13067
|
-
"version": "1.
|
|
13068
|
+
"version": "1.21.0",
|
|
13068
13069
|
"prefix": "v1"
|
|
13069
13070
|
},
|
|
13070
13071
|
"errors": [
|