@botpress/api 1.11.0 → 1.12.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 +65 -5
- package/dist/src/gen/admin/state.d.ts +22 -0
- package/dist/src/gen/state.d.ts +22 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +31 -1
- 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 +31 -1
- 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
|
@@ -14481,14 +14481,44 @@ export const state = {
|
|
|
14481
14481
|
"items": {
|
|
14482
14482
|
"type": "object",
|
|
14483
14483
|
"properties": {
|
|
14484
|
+
"key": {
|
|
14485
|
+
"type": "string"
|
|
14486
|
+
},
|
|
14484
14487
|
"date": {
|
|
14485
14488
|
"type": "string"
|
|
14486
14489
|
},
|
|
14487
14490
|
"value": {
|
|
14488
14491
|
"type": "number"
|
|
14492
|
+
},
|
|
14493
|
+
"metadata": {
|
|
14494
|
+
"type": "object",
|
|
14495
|
+
"properties": {
|
|
14496
|
+
"botId": {
|
|
14497
|
+
"type": "string"
|
|
14498
|
+
},
|
|
14499
|
+
"type": {
|
|
14500
|
+
"type": "string",
|
|
14501
|
+
"enum": [
|
|
14502
|
+
"IntegrationAction",
|
|
14503
|
+
"FileIndexing"
|
|
14504
|
+
]
|
|
14505
|
+
},
|
|
14506
|
+
"subtype": {
|
|
14507
|
+
"type": "string"
|
|
14508
|
+
},
|
|
14509
|
+
"source": {
|
|
14510
|
+
"type": "string"
|
|
14511
|
+
}
|
|
14512
|
+
},
|
|
14513
|
+
"required": [
|
|
14514
|
+
"botId",
|
|
14515
|
+
"type",
|
|
14516
|
+
"subtype"
|
|
14517
|
+
]
|
|
14489
14518
|
}
|
|
14490
14519
|
},
|
|
14491
14520
|
"required": [
|
|
14521
|
+
"key",
|
|
14492
14522
|
"date",
|
|
14493
14523
|
"value"
|
|
14494
14524
|
]
|
|
@@ -17434,7 +17464,7 @@ export const state = {
|
|
|
17434
17464
|
"title": "Botpress API",
|
|
17435
17465
|
"description": "API for Botpress Cloud",
|
|
17436
17466
|
"server": "https://api.botpress.cloud",
|
|
17437
|
-
"version": "1.
|
|
17467
|
+
"version": "1.12.0",
|
|
17438
17468
|
"prefix": "v1"
|
|
17439
17469
|
},
|
|
17440
17470
|
"errors": [
|