@botpress/api 1.15.0 → 1.17.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.
@@ -3460,6 +3460,14 @@ export declare const state: {
3460
3460
  additionalProperties: false;
3461
3461
  };
3462
3462
  };
3463
+ attributes: {
3464
+ type: "object";
3465
+ additionalProperties: {
3466
+ type: "string";
3467
+ maxLength: number;
3468
+ };
3469
+ description: string;
3470
+ };
3463
3471
  dev: {
3464
3472
  type: "boolean";
3465
3473
  description: string;
@@ -4088,6 +4096,14 @@ export declare const state: {
4088
4096
  additionalProperties: false;
4089
4097
  };
4090
4098
  };
4099
+ attributes: {
4100
+ type: "object";
4101
+ additionalProperties: {
4102
+ type: "string";
4103
+ maxLength: number;
4104
+ };
4105
+ description: string;
4106
+ };
4091
4107
  dev: {
4092
4108
  type: "boolean";
4093
4109
  description: string;
@@ -4571,6 +4587,14 @@ export declare const state: {
4571
4587
  description: string;
4572
4588
  additionalProperties: false;
4573
4589
  };
4590
+ attributes: {
4591
+ type: "object";
4592
+ additionalProperties: {
4593
+ type: "string";
4594
+ maxLength: number;
4595
+ };
4596
+ description: string;
4597
+ };
4574
4598
  title: {
4575
4599
  type: "string";
4576
4600
  minLength: number;
@@ -4907,6 +4931,14 @@ export declare const state: {
4907
4931
  description: string;
4908
4932
  additionalProperties: false;
4909
4933
  };
4934
+ attributes: {
4935
+ type: "object";
4936
+ additionalProperties: {
4937
+ type: "string";
4938
+ maxLength: number;
4939
+ };
4940
+ description: string;
4941
+ };
4910
4942
  title: {
4911
4943
  type: "string";
4912
4944
  minLength: number;
@@ -5300,6 +5332,14 @@ export declare const state: {
5300
5332
  description: string;
5301
5333
  additionalProperties: false;
5302
5334
  };
5335
+ attributes: {
5336
+ type: "object";
5337
+ additionalProperties: {
5338
+ type: "string";
5339
+ maxLength: number;
5340
+ };
5341
+ description: string;
5342
+ };
5303
5343
  title: {
5304
5344
  type: "string";
5305
5345
  minLength: number;
@@ -5555,6 +5595,14 @@ export declare const state: {
5555
5595
  description: string;
5556
5596
  additionalProperties: false;
5557
5597
  };
5598
+ attributes: {
5599
+ type: "object";
5600
+ additionalProperties: {
5601
+ type: "string";
5602
+ maxLength: number;
5603
+ };
5604
+ description: string;
5605
+ };
5558
5606
  title: {
5559
5607
  type: "string";
5560
5608
  minLength: number;
@@ -6237,6 +6285,28 @@ export declare const state: {
6237
6285
  additionalProperties: false;
6238
6286
  };
6239
6287
  };
6288
+ plugins: {
6289
+ type: "object";
6290
+ additionalProperties: {
6291
+ type: "object";
6292
+ properties: {
6293
+ id: {
6294
+ type: "string";
6295
+ };
6296
+ enabled: {
6297
+ type: "boolean";
6298
+ };
6299
+ configuration: {
6300
+ type: "object";
6301
+ additionalProperties: true;
6302
+ };
6303
+ };
6304
+ required: string[];
6305
+ nullable: true;
6306
+ additionalProperties: false;
6307
+ };
6308
+ description: string;
6309
+ };
6240
6310
  subscriptions: {
6241
6311
  type: "object";
6242
6312
  properties: {
@@ -9336,6 +9406,14 @@ export declare const state: {
9336
9406
  additionalProperties: false;
9337
9407
  };
9338
9408
  };
9409
+ attributes: {
9410
+ type: "object";
9411
+ additionalProperties: {
9412
+ type: "string";
9413
+ maxLength: number;
9414
+ };
9415
+ description: string;
9416
+ };
9339
9417
  identifier: {
9340
9418
  type: "object";
9341
9419
  properties: {
@@ -9875,6 +9953,14 @@ export declare const state: {
9875
9953
  additionalProperties: false;
9876
9954
  };
9877
9955
  };
9956
+ attributes: {
9957
+ type: "object";
9958
+ additionalProperties: {
9959
+ type: "string";
9960
+ maxLength: number;
9961
+ };
9962
+ description: string;
9963
+ };
9878
9964
  identifier: {
9879
9965
  type: "object";
9880
9966
  properties: {
@@ -10672,6 +10758,15 @@ export declare const state: {
10672
10758
  };
10673
10759
  additionalProperties: false;
10674
10760
  };
10761
+ attributes: {
10762
+ type: "object";
10763
+ additionalProperties: {
10764
+ type: "string";
10765
+ maxLength: number;
10766
+ nullable: true;
10767
+ };
10768
+ description: string;
10769
+ };
10675
10770
  secrets: {
10676
10771
  type: "object";
10677
10772
  additionalProperties: {
@@ -11233,6 +11328,15 @@ export declare const state: {
11233
11328
  };
11234
11329
  additionalProperties: false;
11235
11330
  };
11331
+ attributes: {
11332
+ type: "object";
11333
+ additionalProperties: {
11334
+ type: "string";
11335
+ maxLength: number;
11336
+ nullable: true;
11337
+ };
11338
+ description: string;
11339
+ };
11236
11340
  secrets: {
11237
11341
  type: "object";
11238
11342
  additionalProperties: {
@@ -11900,6 +12004,14 @@ export declare const state: {
11900
12004
  description: string;
11901
12005
  additionalProperties: false;
11902
12006
  };
12007
+ attributes: {
12008
+ type: "object";
12009
+ additionalProperties: {
12010
+ type: "string";
12011
+ maxLength: number;
12012
+ };
12013
+ description: string;
12014
+ };
11903
12015
  icon: {
11904
12016
  type: "string";
11905
12017
  description: string;
@@ -12194,6 +12306,15 @@ export declare const state: {
12194
12306
  nullable: true;
12195
12307
  additionalProperties: false;
12196
12308
  };
12309
+ attributes: {
12310
+ type: "object";
12311
+ additionalProperties: {
12312
+ type: "string";
12313
+ maxLength: number;
12314
+ nullable: true;
12315
+ };
12316
+ description: string;
12317
+ };
12197
12318
  icon: {
12198
12319
  type: "string";
12199
12320
  description: string;
@@ -12610,6 +12731,14 @@ export declare const state: {
12610
12731
  };
12611
12732
  additionalProperties: false;
12612
12733
  };
12734
+ attributes: {
12735
+ type: "object";
12736
+ additionalProperties: {
12737
+ type: "string";
12738
+ maxLength: number;
12739
+ };
12740
+ description: string;
12741
+ };
12613
12742
  code: {
12614
12743
  type: "object";
12615
12744
  properties: {
@@ -12980,6 +13109,15 @@ export declare const state: {
12980
13109
  };
12981
13110
  additionalProperties: false;
12982
13111
  };
13112
+ attributes: {
13113
+ type: "object";
13114
+ additionalProperties: {
13115
+ type: "string";
13116
+ maxLength: number;
13117
+ nullable: true;
13118
+ };
13119
+ description: string;
13120
+ };
12983
13121
  code: {
12984
13122
  type: "object";
12985
13123
  properties: {
@@ -16544,6 +16682,73 @@ export declare const state: {
16544
16682
  };
16545
16683
  description: string;
16546
16684
  };
16685
+ plugins: {
16686
+ type: "object";
16687
+ additionalProperties: {
16688
+ type: "object";
16689
+ properties: {
16690
+ enabled: {
16691
+ type: "boolean";
16692
+ };
16693
+ name: {
16694
+ type: "string";
16695
+ maxLength: number;
16696
+ description: string;
16697
+ };
16698
+ version: {
16699
+ type: "string";
16700
+ maxLength: number;
16701
+ description: string;
16702
+ };
16703
+ configuration: {
16704
+ type: "object";
16705
+ additionalProperties: true;
16706
+ };
16707
+ id: {
16708
+ type: "string";
16709
+ minLength: number;
16710
+ maxLength: number;
16711
+ description: string;
16712
+ };
16713
+ createdAt: {
16714
+ type: "string";
16715
+ format: string;
16716
+ description: string;
16717
+ };
16718
+ updatedAt: {
16719
+ type: "string";
16720
+ format: string;
16721
+ description: string;
16722
+ };
16723
+ title: {
16724
+ type: "string";
16725
+ minLength: number;
16726
+ maxLength: number;
16727
+ description: string;
16728
+ };
16729
+ description: {
16730
+ type: "string";
16731
+ maxLength: number;
16732
+ description: string;
16733
+ };
16734
+ iconUrl: {
16735
+ type: "string";
16736
+ description: string;
16737
+ };
16738
+ readmeUrl: {
16739
+ type: "string";
16740
+ description: string;
16741
+ };
16742
+ public: {
16743
+ type: "boolean";
16744
+ description: string;
16745
+ };
16746
+ };
16747
+ required: string[];
16748
+ additionalProperties: false;
16749
+ };
16750
+ description: string;
16751
+ };
16547
16752
  user: {
16548
16753
  type: "object";
16549
16754
  properties: {
@@ -17401,6 +17606,14 @@ export declare const state: {
17401
17606
  additionalProperties: false;
17402
17607
  };
17403
17608
  };
17609
+ attributes: {
17610
+ type: "object";
17611
+ additionalProperties: {
17612
+ type: "string";
17613
+ maxLength: number;
17614
+ };
17615
+ description: string;
17616
+ };
17404
17617
  dev: {
17405
17618
  type: "boolean";
17406
17619
  description: string;
@@ -17642,6 +17855,14 @@ export declare const state: {
17642
17855
  description: string;
17643
17856
  additionalProperties: false;
17644
17857
  };
17858
+ attributes: {
17859
+ type: "object";
17860
+ additionalProperties: {
17861
+ type: "string";
17862
+ maxLength: number;
17863
+ };
17864
+ description: string;
17865
+ };
17645
17866
  title: {
17646
17867
  type: "string";
17647
17868
  minLength: number;
@@ -17948,6 +18169,14 @@ export declare const state: {
17948
18169
  description: string;
17949
18170
  additionalProperties: false;
17950
18171
  };
18172
+ attributes: {
18173
+ type: "object";
18174
+ additionalProperties: {
18175
+ type: "string";
18176
+ maxLength: number;
18177
+ };
18178
+ description: string;
18179
+ };
17951
18180
  title: {
17952
18181
  type: "string";
17953
18182
  minLength: number;
@@ -1325,6 +1325,73 @@ export declare const state: {
1325
1325
  };
1326
1326
  description: string;
1327
1327
  };
1328
+ plugins: {
1329
+ type: "object";
1330
+ additionalProperties: {
1331
+ type: "object";
1332
+ properties: {
1333
+ enabled: {
1334
+ type: "boolean";
1335
+ };
1336
+ name: {
1337
+ type: "string";
1338
+ maxLength: number;
1339
+ description: string;
1340
+ };
1341
+ version: {
1342
+ type: "string";
1343
+ maxLength: number;
1344
+ description: string;
1345
+ };
1346
+ configuration: {
1347
+ type: "object";
1348
+ additionalProperties: true;
1349
+ };
1350
+ id: {
1351
+ type: "string";
1352
+ minLength: number;
1353
+ maxLength: number;
1354
+ description: string;
1355
+ };
1356
+ createdAt: {
1357
+ type: "string";
1358
+ format: string;
1359
+ description: string;
1360
+ };
1361
+ updatedAt: {
1362
+ type: "string";
1363
+ format: string;
1364
+ description: string;
1365
+ };
1366
+ title: {
1367
+ type: "string";
1368
+ minLength: number;
1369
+ maxLength: number;
1370
+ description: string;
1371
+ };
1372
+ description: {
1373
+ type: "string";
1374
+ maxLength: number;
1375
+ description: string;
1376
+ };
1377
+ iconUrl: {
1378
+ type: "string";
1379
+ description: string;
1380
+ };
1381
+ readmeUrl: {
1382
+ type: "string";
1383
+ description: string;
1384
+ };
1385
+ public: {
1386
+ type: "boolean";
1387
+ description: string;
1388
+ };
1389
+ };
1390
+ required: string[];
1391
+ additionalProperties: false;
1392
+ };
1393
+ description: string;
1394
+ };
1328
1395
  user: {
1329
1396
  type: "object";
1330
1397
  properties: {
@@ -2182,6 +2249,14 @@ export declare const state: {
2182
2249
  additionalProperties: false;
2183
2250
  };
2184
2251
  };
2252
+ attributes: {
2253
+ type: "object";
2254
+ additionalProperties: {
2255
+ type: "string";
2256
+ maxLength: number;
2257
+ };
2258
+ description: string;
2259
+ };
2185
2260
  dev: {
2186
2261
  type: "boolean";
2187
2262
  description: string;
@@ -2423,6 +2498,14 @@ export declare const state: {
2423
2498
  description: string;
2424
2499
  additionalProperties: false;
2425
2500
  };
2501
+ attributes: {
2502
+ type: "object";
2503
+ additionalProperties: {
2504
+ type: "string";
2505
+ maxLength: number;
2506
+ };
2507
+ description: string;
2508
+ };
2426
2509
  title: {
2427
2510
  type: "string";
2428
2511
  minLength: number;
@@ -2729,6 +2812,14 @@ export declare const state: {
2729
2812
  description: string;
2730
2813
  additionalProperties: false;
2731
2814
  };
2815
+ attributes: {
2816
+ type: "object";
2817
+ additionalProperties: {
2818
+ type: "string";
2819
+ maxLength: number;
2820
+ };
2821
+ description: string;
2822
+ };
2732
2823
  title: {
2733
2824
  type: "string";
2734
2825
  minLength: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.15.0",
3
+ "version": "1.17.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {