@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.
@@ -2604,7 +2604,7 @@ export const state = {
2604
2604
  "title": "Botpress API",
2605
2605
  "description": "API for Botpress Cloud",
2606
2606
  "server": "https://api.botpress.cloud",
2607
- "version": "1.11.0",
2607
+ "version": "1.12.0",
2608
2608
  "prefix": "v1"
2609
2609
  },
2610
2610
  "errors": [
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.11.0",
17467
+ "version": "1.12.0",
17438
17468
  "prefix": "v1"
17439
17469
  },
17440
17470
  "errors": [