@botpress/api 0.59.1 → 0.60.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/src/gen/state.ts CHANGED
@@ -10407,6 +10407,42 @@ export const state = {
10407
10407
  },
10408
10408
  "code": {
10409
10409
  "type": "string"
10410
+ },
10411
+ "dependencies": {
10412
+ "type": "object",
10413
+ "properties": {
10414
+ "interfaces": {
10415
+ "type": "object",
10416
+ "additionalProperties": {
10417
+ "type": "object",
10418
+ "properties": {
10419
+ "id": {
10420
+ "type": "string"
10421
+ }
10422
+ },
10423
+ "required": [
10424
+ "id"
10425
+ ],
10426
+ "additionalProperties": false
10427
+ }
10428
+ },
10429
+ "integrations": {
10430
+ "type": "object",
10431
+ "additionalProperties": {
10432
+ "type": "object",
10433
+ "properties": {
10434
+ "id": {
10435
+ "type": "string"
10436
+ }
10437
+ },
10438
+ "required": [
10439
+ "id"
10440
+ ],
10441
+ "additionalProperties": false
10442
+ }
10443
+ }
10444
+ },
10445
+ "additionalProperties": false
10410
10446
  }
10411
10447
  },
10412
10448
  "required": [
@@ -10696,6 +10732,44 @@ export const state = {
10696
10732
  },
10697
10733
  "code": {
10698
10734
  "type": "string"
10735
+ },
10736
+ "dependencies": {
10737
+ "type": "object",
10738
+ "properties": {
10739
+ "interfaces": {
10740
+ "type": "object",
10741
+ "additionalProperties": {
10742
+ "type": "object",
10743
+ "properties": {
10744
+ "id": {
10745
+ "type": "string"
10746
+ }
10747
+ },
10748
+ "required": [
10749
+ "id"
10750
+ ],
10751
+ "nullable": true,
10752
+ "additionalProperties": false
10753
+ }
10754
+ },
10755
+ "integrations": {
10756
+ "type": "object",
10757
+ "additionalProperties": {
10758
+ "type": "object",
10759
+ "properties": {
10760
+ "id": {
10761
+ "type": "string"
10762
+ }
10763
+ },
10764
+ "required": [
10765
+ "id"
10766
+ ],
10767
+ "nullable": true,
10768
+ "additionalProperties": false
10769
+ }
10770
+ }
10771
+ },
10772
+ "additionalProperties": false
10699
10773
  }
10700
10774
  },
10701
10775
  "title": "updatePluginBody",
@@ -13481,7 +13555,7 @@ export const state = {
13481
13555
  "title": "Botpress API",
13482
13556
  "description": "API for Botpress Cloud",
13483
13557
  "server": "https://api.botpress.cloud",
13484
- "version": "0.59.1",
13558
+ "version": "0.60.0",
13485
13559
  "prefix": "v1"
13486
13560
  },
13487
13561
  "errors": [
@@ -15394,6 +15468,70 @@ export const state = {
15394
15468
  "additionalProperties": false
15395
15469
  }
15396
15470
  },
15471
+ "dependencies": {
15472
+ "type": "object",
15473
+ "properties": {
15474
+ "interfaces": {
15475
+ "type": "object",
15476
+ "additionalProperties": {
15477
+ "type": "object",
15478
+ "properties": {
15479
+ "id": {
15480
+ "type": "string",
15481
+ "minLength": 28,
15482
+ "maxLength": 36
15483
+ },
15484
+ "name": {
15485
+ "type": "string",
15486
+ "maxLength": 200
15487
+ },
15488
+ "version": {
15489
+ "type": "string",
15490
+ "maxLength": 200
15491
+ }
15492
+ },
15493
+ "required": [
15494
+ "id",
15495
+ "name",
15496
+ "version"
15497
+ ],
15498
+ "additionalProperties": false
15499
+ }
15500
+ },
15501
+ "integrations": {
15502
+ "type": "object",
15503
+ "additionalProperties": {
15504
+ "type": "object",
15505
+ "properties": {
15506
+ "id": {
15507
+ "type": "string",
15508
+ "minLength": 28,
15509
+ "maxLength": 36
15510
+ },
15511
+ "name": {
15512
+ "type": "string",
15513
+ "maxLength": 200
15514
+ },
15515
+ "version": {
15516
+ "type": "string",
15517
+ "maxLength": 200
15518
+ }
15519
+ },
15520
+ "required": [
15521
+ "id",
15522
+ "name",
15523
+ "version"
15524
+ ],
15525
+ "additionalProperties": false
15526
+ }
15527
+ }
15528
+ },
15529
+ "required": [
15530
+ "interfaces",
15531
+ "integrations"
15532
+ ],
15533
+ "additionalProperties": false
15534
+ },
15397
15535
  "user": {
15398
15536
  "type": "object",
15399
15537
  "properties": {
@@ -15438,6 +15576,7 @@ export const state = {
15438
15576
  "states",
15439
15577
  "events",
15440
15578
  "actions",
15579
+ "dependencies",
15441
15580
  "user",
15442
15581
  "code"
15443
15582
  ],