@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/runtime/state.ts
CHANGED
package/src/gen/state.ts
CHANGED
|
@@ -15467,7 +15467,9 @@ export const state = {
|
|
|
15467
15467
|
"type": "string",
|
|
15468
15468
|
"enum": [
|
|
15469
15469
|
"IntegrationAction",
|
|
15470
|
-
"FileIndexing"
|
|
15470
|
+
"FileIndexing",
|
|
15471
|
+
"BingSearch",
|
|
15472
|
+
"WebSearch"
|
|
15471
15473
|
]
|
|
15472
15474
|
},
|
|
15473
15475
|
"subtype": {
|
|
@@ -15479,8 +15481,7 @@ export const state = {
|
|
|
15479
15481
|
},
|
|
15480
15482
|
"required": [
|
|
15481
15483
|
"botId",
|
|
15482
|
-
"type"
|
|
15483
|
-
"subtype"
|
|
15484
|
+
"type"
|
|
15484
15485
|
]
|
|
15485
15486
|
}
|
|
15486
15487
|
},
|
|
@@ -18630,7 +18631,7 @@ export const state = {
|
|
|
18630
18631
|
"title": "Botpress API",
|
|
18631
18632
|
"description": "API for Botpress Cloud",
|
|
18632
18633
|
"server": "https://api.botpress.cloud",
|
|
18633
|
-
"version": "1.
|
|
18634
|
+
"version": "1.21.0",
|
|
18634
18635
|
"prefix": "v1"
|
|
18635
18636
|
},
|
|
18636
18637
|
"errors": [
|