@botpress/api 1.36.0 → 1.38.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.
@@ -11188,38 +11188,6 @@ export declare const state: {
11188
11188
  description: string;
11189
11189
  additionalProperties: false;
11190
11190
  };
11191
- dependencies: {
11192
- type: "object";
11193
- properties: {
11194
- interfaces: {
11195
- type: "object";
11196
- additionalProperties: {
11197
- type: "object";
11198
- properties: {
11199
- id: {
11200
- type: "string";
11201
- };
11202
- };
11203
- required: string[];
11204
- additionalProperties: false;
11205
- };
11206
- };
11207
- integrations: {
11208
- type: "object";
11209
- additionalProperties: {
11210
- type: "object";
11211
- properties: {
11212
- id: {
11213
- type: "string";
11214
- };
11215
- };
11216
- required: string[];
11217
- additionalProperties: false;
11218
- };
11219
- };
11220
- };
11221
- additionalProperties: false;
11222
- };
11223
11191
  attributes: {
11224
11192
  type: "object";
11225
11193
  additionalProperties: {
@@ -11266,6 +11234,56 @@ export declare const state: {
11266
11234
  type: "boolean";
11267
11235
  description: string;
11268
11236
  };
11237
+ dependencies: {
11238
+ type: "object";
11239
+ properties: {
11240
+ interfaces: {
11241
+ type: "object";
11242
+ additionalProperties: {
11243
+ type: "object";
11244
+ properties: {
11245
+ id: {
11246
+ type: "string";
11247
+ description: string;
11248
+ };
11249
+ name: {
11250
+ type: "string";
11251
+ description: string;
11252
+ };
11253
+ version: {
11254
+ type: "string";
11255
+ description: string;
11256
+ };
11257
+ };
11258
+ additionalProperties: false;
11259
+ };
11260
+ description: string;
11261
+ };
11262
+ integrations: {
11263
+ type: "object";
11264
+ additionalProperties: {
11265
+ type: "object";
11266
+ properties: {
11267
+ id: {
11268
+ type: "string";
11269
+ description: string;
11270
+ };
11271
+ name: {
11272
+ type: "string";
11273
+ description: string;
11274
+ };
11275
+ version: {
11276
+ type: "string";
11277
+ description: string;
11278
+ };
11279
+ };
11280
+ additionalProperties: false;
11281
+ };
11282
+ description: string;
11283
+ };
11284
+ };
11285
+ additionalProperties: false;
11286
+ };
11269
11287
  };
11270
11288
  required: string[];
11271
11289
  title: string;
@@ -11606,40 +11624,6 @@ export declare const state: {
11606
11624
  required: string[];
11607
11625
  additionalProperties: false;
11608
11626
  };
11609
- dependencies: {
11610
- type: "object";
11611
- properties: {
11612
- interfaces: {
11613
- type: "object";
11614
- additionalProperties: {
11615
- type: "object";
11616
- properties: {
11617
- id: {
11618
- type: "string";
11619
- };
11620
- };
11621
- required: string[];
11622
- nullable: true;
11623
- additionalProperties: false;
11624
- };
11625
- };
11626
- integrations: {
11627
- type: "object";
11628
- additionalProperties: {
11629
- type: "object";
11630
- properties: {
11631
- id: {
11632
- type: "string";
11633
- };
11634
- };
11635
- required: string[];
11636
- nullable: true;
11637
- additionalProperties: false;
11638
- };
11639
- };
11640
- };
11641
- additionalProperties: false;
11642
- };
11643
11627
  attributes: {
11644
11628
  type: "object";
11645
11629
  additionalProperties: {
@@ -11686,6 +11670,58 @@ export declare const state: {
11686
11670
  type: "boolean";
11687
11671
  description: string;
11688
11672
  };
11673
+ dependencies: {
11674
+ type: "object";
11675
+ properties: {
11676
+ interfaces: {
11677
+ type: "object";
11678
+ additionalProperties: {
11679
+ type: "object";
11680
+ properties: {
11681
+ id: {
11682
+ type: "string";
11683
+ description: string;
11684
+ };
11685
+ name: {
11686
+ type: "string";
11687
+ description: string;
11688
+ };
11689
+ version: {
11690
+ type: "string";
11691
+ description: string;
11692
+ };
11693
+ };
11694
+ nullable: true;
11695
+ additionalProperties: false;
11696
+ };
11697
+ description: string;
11698
+ };
11699
+ integrations: {
11700
+ type: "object";
11701
+ additionalProperties: {
11702
+ type: "object";
11703
+ properties: {
11704
+ id: {
11705
+ type: "string";
11706
+ description: string;
11707
+ };
11708
+ name: {
11709
+ type: "string";
11710
+ description: string;
11711
+ };
11712
+ version: {
11713
+ type: "string";
11714
+ description: string;
11715
+ };
11716
+ };
11717
+ nullable: true;
11718
+ additionalProperties: false;
11719
+ };
11720
+ description: string;
11721
+ };
11722
+ };
11723
+ additionalProperties: false;
11724
+ };
11689
11725
  };
11690
11726
  title: string;
11691
11727
  additionalProperties: false;
@@ -15425,6 +15461,11 @@ export declare const state: {
15425
15461
  required: string[];
15426
15462
  additionalProperties: false;
15427
15463
  };
15464
+ indexingStack: {
15465
+ type: "string";
15466
+ enum: string[];
15467
+ description: string;
15468
+ };
15428
15469
  };
15429
15470
  required: string[];
15430
15471
  additionalProperties: false;
@@ -267,6 +267,11 @@ export declare const state: {
267
267
  required: string[];
268
268
  additionalProperties: false;
269
269
  };
270
+ indexingStack: {
271
+ type: "string";
272
+ enum: string[];
273
+ description: string;
274
+ };
270
275
  uploadUrl: {
271
276
  type: "string";
272
277
  description: string;
@@ -449,6 +454,11 @@ export declare const state: {
449
454
  };
450
455
  required: string[];
451
456
  };
457
+ indexingStack: {
458
+ type: "string";
459
+ enum: string[];
460
+ description: string;
461
+ };
452
462
  };
453
463
  required: string[];
454
464
  };
@@ -583,6 +593,11 @@ export declare const state: {
583
593
  required: string[];
584
594
  additionalProperties: false;
585
595
  };
596
+ indexingStack: {
597
+ type: "string";
598
+ enum: string[];
599
+ description: string;
600
+ };
586
601
  };
587
602
  required: string[];
588
603
  additionalProperties: false;
@@ -743,6 +758,11 @@ export declare const state: {
743
758
  required: string[];
744
759
  additionalProperties: false;
745
760
  };
761
+ indexingStack: {
762
+ type: "string";
763
+ enum: string[];
764
+ description: string;
765
+ };
746
766
  };
747
767
  required: string[];
748
768
  additionalProperties: false;
@@ -891,6 +911,11 @@ export declare const state: {
891
911
  required: string[];
892
912
  additionalProperties: false;
893
913
  };
914
+ indexingStack: {
915
+ type: "string";
916
+ enum: string[];
917
+ description: string;
918
+ };
894
919
  };
895
920
  required: string[];
896
921
  additionalProperties: false;
@@ -4538,6 +4563,11 @@ export declare const state: {
4538
4563
  required: string[];
4539
4564
  additionalProperties: false;
4540
4565
  };
4566
+ indexingStack: {
4567
+ type: "string";
4568
+ enum: string[];
4569
+ description: string;
4570
+ };
4541
4571
  };
4542
4572
  required: string[];
4543
4573
  additionalProperties: false;
@@ -5416,6 +5416,11 @@ export declare const state: {
5416
5416
  required: string[];
5417
5417
  additionalProperties: false;
5418
5418
  };
5419
+ indexingStack: {
5420
+ type: "string";
5421
+ enum: string[];
5422
+ description: string;
5423
+ };
5419
5424
  };
5420
5425
  required: string[];
5421
5426
  additionalProperties: false;
@@ -13544,38 +13544,6 @@ export declare const state: {
13544
13544
  description: string;
13545
13545
  additionalProperties: false;
13546
13546
  };
13547
- dependencies: {
13548
- type: "object";
13549
- properties: {
13550
- interfaces: {
13551
- type: "object";
13552
- additionalProperties: {
13553
- type: "object";
13554
- properties: {
13555
- id: {
13556
- type: "string";
13557
- };
13558
- };
13559
- required: string[];
13560
- additionalProperties: false;
13561
- };
13562
- };
13563
- integrations: {
13564
- type: "object";
13565
- additionalProperties: {
13566
- type: "object";
13567
- properties: {
13568
- id: {
13569
- type: "string";
13570
- };
13571
- };
13572
- required: string[];
13573
- additionalProperties: false;
13574
- };
13575
- };
13576
- };
13577
- additionalProperties: false;
13578
- };
13579
13547
  attributes: {
13580
13548
  type: "object";
13581
13549
  additionalProperties: {
@@ -13622,6 +13590,56 @@ export declare const state: {
13622
13590
  type: "boolean";
13623
13591
  description: string;
13624
13592
  };
13593
+ dependencies: {
13594
+ type: "object";
13595
+ properties: {
13596
+ interfaces: {
13597
+ type: "object";
13598
+ additionalProperties: {
13599
+ type: "object";
13600
+ properties: {
13601
+ id: {
13602
+ type: "string";
13603
+ description: string;
13604
+ };
13605
+ name: {
13606
+ type: "string";
13607
+ description: string;
13608
+ };
13609
+ version: {
13610
+ type: "string";
13611
+ description: string;
13612
+ };
13613
+ };
13614
+ additionalProperties: false;
13615
+ };
13616
+ description: string;
13617
+ };
13618
+ integrations: {
13619
+ type: "object";
13620
+ additionalProperties: {
13621
+ type: "object";
13622
+ properties: {
13623
+ id: {
13624
+ type: "string";
13625
+ description: string;
13626
+ };
13627
+ name: {
13628
+ type: "string";
13629
+ description: string;
13630
+ };
13631
+ version: {
13632
+ type: "string";
13633
+ description: string;
13634
+ };
13635
+ };
13636
+ additionalProperties: false;
13637
+ };
13638
+ description: string;
13639
+ };
13640
+ };
13641
+ additionalProperties: false;
13642
+ };
13625
13643
  };
13626
13644
  required: string[];
13627
13645
  title: string;
@@ -13962,40 +13980,6 @@ export declare const state: {
13962
13980
  required: string[];
13963
13981
  additionalProperties: false;
13964
13982
  };
13965
- dependencies: {
13966
- type: "object";
13967
- properties: {
13968
- interfaces: {
13969
- type: "object";
13970
- additionalProperties: {
13971
- type: "object";
13972
- properties: {
13973
- id: {
13974
- type: "string";
13975
- };
13976
- };
13977
- required: string[];
13978
- nullable: true;
13979
- additionalProperties: false;
13980
- };
13981
- };
13982
- integrations: {
13983
- type: "object";
13984
- additionalProperties: {
13985
- type: "object";
13986
- properties: {
13987
- id: {
13988
- type: "string";
13989
- };
13990
- };
13991
- required: string[];
13992
- nullable: true;
13993
- additionalProperties: false;
13994
- };
13995
- };
13996
- };
13997
- additionalProperties: false;
13998
- };
13999
13983
  attributes: {
14000
13984
  type: "object";
14001
13985
  additionalProperties: {
@@ -14042,6 +14026,58 @@ export declare const state: {
14042
14026
  type: "boolean";
14043
14027
  description: string;
14044
14028
  };
14029
+ dependencies: {
14030
+ type: "object";
14031
+ properties: {
14032
+ interfaces: {
14033
+ type: "object";
14034
+ additionalProperties: {
14035
+ type: "object";
14036
+ properties: {
14037
+ id: {
14038
+ type: "string";
14039
+ description: string;
14040
+ };
14041
+ name: {
14042
+ type: "string";
14043
+ description: string;
14044
+ };
14045
+ version: {
14046
+ type: "string";
14047
+ description: string;
14048
+ };
14049
+ };
14050
+ nullable: true;
14051
+ additionalProperties: false;
14052
+ };
14053
+ description: string;
14054
+ };
14055
+ integrations: {
14056
+ type: "object";
14057
+ additionalProperties: {
14058
+ type: "object";
14059
+ properties: {
14060
+ id: {
14061
+ type: "string";
14062
+ description: string;
14063
+ };
14064
+ name: {
14065
+ type: "string";
14066
+ description: string;
14067
+ };
14068
+ version: {
14069
+ type: "string";
14070
+ description: string;
14071
+ };
14072
+ };
14073
+ nullable: true;
14074
+ additionalProperties: false;
14075
+ };
14076
+ description: string;
14077
+ };
14078
+ };
14079
+ additionalProperties: false;
14080
+ };
14045
14081
  };
14046
14082
  title: string;
14047
14083
  additionalProperties: false;
@@ -14914,6 +14950,11 @@ export declare const state: {
14914
14950
  required: string[];
14915
14951
  additionalProperties: false;
14916
14952
  };
14953
+ indexingStack: {
14954
+ type: "string";
14955
+ enum: string[];
14956
+ description: string;
14957
+ };
14917
14958
  uploadUrl: {
14918
14959
  type: "string";
14919
14960
  description: string;
@@ -15096,6 +15137,11 @@ export declare const state: {
15096
15137
  };
15097
15138
  required: string[];
15098
15139
  };
15140
+ indexingStack: {
15141
+ type: "string";
15142
+ enum: string[];
15143
+ description: string;
15144
+ };
15099
15145
  };
15100
15146
  required: string[];
15101
15147
  };
@@ -15230,6 +15276,11 @@ export declare const state: {
15230
15276
  required: string[];
15231
15277
  additionalProperties: false;
15232
15278
  };
15279
+ indexingStack: {
15280
+ type: "string";
15281
+ enum: string[];
15282
+ description: string;
15283
+ };
15233
15284
  };
15234
15285
  required: string[];
15235
15286
  additionalProperties: false;
@@ -15390,6 +15441,11 @@ export declare const state: {
15390
15441
  required: string[];
15391
15442
  additionalProperties: false;
15392
15443
  };
15444
+ indexingStack: {
15445
+ type: "string";
15446
+ enum: string[];
15447
+ description: string;
15448
+ };
15393
15449
  };
15394
15450
  required: string[];
15395
15451
  additionalProperties: false;
@@ -15538,6 +15594,11 @@ export declare const state: {
15538
15594
  required: string[];
15539
15595
  additionalProperties: false;
15540
15596
  };
15597
+ indexingStack: {
15598
+ type: "string";
15599
+ enum: string[];
15600
+ description: string;
15601
+ };
15541
15602
  };
15542
15603
  required: string[];
15543
15604
  additionalProperties: false;
@@ -20503,6 +20564,11 @@ export declare const state: {
20503
20564
  required: string[];
20504
20565
  additionalProperties: false;
20505
20566
  };
20567
+ indexingStack: {
20568
+ type: "string";
20569
+ enum: string[];
20570
+ description: string;
20571
+ };
20506
20572
  };
20507
20573
  required: string[];
20508
20574
  additionalProperties: false;
@@ -4104,6 +4104,11 @@ export declare const state: {
4104
4104
  required: string[];
4105
4105
  additionalProperties: false;
4106
4106
  };
4107
+ indexingStack: {
4108
+ type: "string";
4109
+ enum: string[];
4110
+ description: string;
4111
+ };
4107
4112
  };
4108
4113
  required: string[];
4109
4114
  additionalProperties: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.36.0",
3
+ "version": "1.38.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {