@botpress/api 1.19.0 → 1.20.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 +9 -7
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +3 -2
- 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 +3 -2
- 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,8 @@ export const state = {
|
|
|
15467
15467
|
"type": "string",
|
|
15468
15468
|
"enum": [
|
|
15469
15469
|
"IntegrationAction",
|
|
15470
|
-
"FileIndexing"
|
|
15470
|
+
"FileIndexing",
|
|
15471
|
+
"WebSearch"
|
|
15471
15472
|
]
|
|
15472
15473
|
},
|
|
15473
15474
|
"subtype": {
|
|
@@ -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.20.0",
|
|
18634
18635
|
"prefix": "v1"
|
|
18635
18636
|
},
|
|
18636
18637
|
"errors": [
|