@botpress/api 0.40.1 → 0.40.3

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
@@ -2623,6 +2623,11 @@ export const state = {
2623
2623
  "minLength": 28,
2624
2624
  "maxLength": 36
2625
2625
  },
2626
+ "name": {
2627
+ "type": "string",
2628
+ "maxLength": 200,
2629
+ "description": "Name of the interface"
2630
+ },
2626
2631
  "entities": {
2627
2632
  "type": "object",
2628
2633
  "additionalProperties": {
@@ -2674,6 +2679,7 @@ export const state = {
2674
2679
  },
2675
2680
  "required": [
2676
2681
  "id",
2682
+ "name",
2677
2683
  "entities",
2678
2684
  "actions",
2679
2685
  "events"
@@ -3249,6 +3255,11 @@ export const state = {
3249
3255
  "minLength": 28,
3250
3256
  "maxLength": 36
3251
3257
  },
3258
+ "name": {
3259
+ "type": "string",
3260
+ "maxLength": 200,
3261
+ "description": "Name of the interface"
3262
+ },
3252
3263
  "entities": {
3253
3264
  "type": "object",
3254
3265
  "additionalProperties": {
@@ -3300,6 +3311,7 @@ export const state = {
3300
3311
  },
3301
3312
  "required": [
3302
3313
  "id",
3314
+ "name",
3303
3315
  "entities",
3304
3316
  "actions",
3305
3317
  "events"
@@ -5627,17 +5639,12 @@ export const state = {
5627
5639
  "schema": {
5628
5640
  "type": "object",
5629
5641
  "properties": {
5630
- "id": {
5631
- "type": "string",
5632
- "description": "ID of the invoice."
5633
- },
5634
5642
  "total": {
5635
5643
  "type": "number",
5636
5644
  "description": "Total amount to pay of the invoice."
5637
5645
  }
5638
5646
  },
5639
5647
  "required": [
5640
- "id",
5641
5648
  "total"
5642
5649
  ],
5643
5650
  "title": "getUpcomingInvoiceResponse",
@@ -7455,74 +7462,6 @@ export const state = {
7455
7462
  "maxLength": 200,
7456
7463
  "description": "Version of the [Integration](#schema_integration)"
7457
7464
  },
7458
- "interfaces": {
7459
- "type": "object",
7460
- "additionalProperties": {
7461
- "type": "object",
7462
- "properties": {
7463
- "id": {
7464
- "type": "string",
7465
- "minLength": 28,
7466
- "maxLength": 36
7467
- },
7468
- "entities": {
7469
- "type": "object",
7470
- "additionalProperties": {
7471
- "type": "object",
7472
- "properties": {
7473
- "name": {
7474
- "type": "string",
7475
- "maxLength": 200
7476
- }
7477
- },
7478
- "required": [
7479
- "name"
7480
- ],
7481
- "additionalProperties": false
7482
- }
7483
- },
7484
- "actions": {
7485
- "type": "object",
7486
- "additionalProperties": {
7487
- "type": "object",
7488
- "properties": {
7489
- "name": {
7490
- "type": "string",
7491
- "maxLength": 200
7492
- }
7493
- },
7494
- "required": [
7495
- "name"
7496
- ],
7497
- "additionalProperties": false
7498
- }
7499
- },
7500
- "events": {
7501
- "type": "object",
7502
- "additionalProperties": {
7503
- "type": "object",
7504
- "properties": {
7505
- "name": {
7506
- "type": "string",
7507
- "maxLength": 200
7508
- }
7509
- },
7510
- "required": [
7511
- "name"
7512
- ],
7513
- "additionalProperties": false
7514
- }
7515
- }
7516
- },
7517
- "required": [
7518
- "id",
7519
- "entities",
7520
- "actions",
7521
- "events"
7522
- ],
7523
- "additionalProperties": false
7524
- }
7525
- },
7526
7465
  "configuration": {
7527
7466
  "type": "object",
7528
7467
  "properties": {
@@ -7883,6 +7822,74 @@ export const state = {
7883
7822
  },
7884
7823
  "additionalProperties": false
7885
7824
  },
7825
+ "interfaces": {
7826
+ "type": "object",
7827
+ "additionalProperties": {
7828
+ "type": "object",
7829
+ "properties": {
7830
+ "id": {
7831
+ "type": "string",
7832
+ "minLength": 28,
7833
+ "maxLength": 36
7834
+ },
7835
+ "entities": {
7836
+ "type": "object",
7837
+ "additionalProperties": {
7838
+ "type": "object",
7839
+ "properties": {
7840
+ "name": {
7841
+ "type": "string",
7842
+ "maxLength": 200
7843
+ }
7844
+ },
7845
+ "required": [
7846
+ "name"
7847
+ ],
7848
+ "additionalProperties": false
7849
+ }
7850
+ },
7851
+ "actions": {
7852
+ "type": "object",
7853
+ "additionalProperties": {
7854
+ "type": "object",
7855
+ "properties": {
7856
+ "name": {
7857
+ "type": "string",
7858
+ "maxLength": 200
7859
+ }
7860
+ },
7861
+ "required": [
7862
+ "name"
7863
+ ],
7864
+ "additionalProperties": false
7865
+ }
7866
+ },
7867
+ "events": {
7868
+ "type": "object",
7869
+ "additionalProperties": {
7870
+ "type": "object",
7871
+ "properties": {
7872
+ "name": {
7873
+ "type": "string",
7874
+ "maxLength": 200
7875
+ }
7876
+ },
7877
+ "required": [
7878
+ "name"
7879
+ ],
7880
+ "additionalProperties": false
7881
+ }
7882
+ }
7883
+ },
7884
+ "required": [
7885
+ "id",
7886
+ "entities",
7887
+ "actions",
7888
+ "events"
7889
+ ],
7890
+ "additionalProperties": false
7891
+ }
7892
+ },
7886
7893
  "secrets": {
7887
7894
  "type": "object",
7888
7895
  "additionalProperties": {
@@ -11342,7 +11349,7 @@ export const state = {
11342
11349
  "title": "Botpress API",
11343
11350
  "description": "API for Botpress Cloud",
11344
11351
  "server": "https://api.botpress.cloud",
11345
- "version": "0.40.1",
11352
+ "version": "0.40.3",
11346
11353
  "prefix": "v1"
11347
11354
  },
11348
11355
  "errors": [
@@ -12258,6 +12265,11 @@ export const state = {
12258
12265
  "minLength": 28,
12259
12266
  "maxLength": 36
12260
12267
  },
12268
+ "name": {
12269
+ "type": "string",
12270
+ "maxLength": 200,
12271
+ "description": "Name of the interface"
12272
+ },
12261
12273
  "entities": {
12262
12274
  "type": "object",
12263
12275
  "additionalProperties": {
@@ -12309,6 +12321,7 @@ export const state = {
12309
12321
  },
12310
12322
  "required": [
12311
12323
  "id",
12324
+ "name",
12312
12325
  "entities",
12313
12326
  "actions",
12314
12327
  "events"