@botpress/api 0.40.2 → 0.40.4

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.
@@ -2393,6 +2393,11 @@ export declare const state: {
2393
2393
  minLength: number;
2394
2394
  maxLength: number;
2395
2395
  };
2396
+ name: {
2397
+ type: "string";
2398
+ maxLength: number;
2399
+ description: string;
2400
+ };
2396
2401
  entities: {
2397
2402
  type: "object";
2398
2403
  additionalProperties: {
@@ -2671,6 +2676,12 @@ export declare const state: {
2671
2676
  maxLength: number;
2672
2677
  description: string;
2673
2678
  };
2679
+ billable: {
2680
+ type: "boolean";
2681
+ };
2682
+ cacheable: {
2683
+ type: "boolean";
2684
+ };
2674
2685
  input: {
2675
2686
  type: "object";
2676
2687
  properties: {
@@ -2925,6 +2936,11 @@ export declare const state: {
2925
2936
  minLength: number;
2926
2937
  maxLength: number;
2927
2938
  };
2939
+ name: {
2940
+ type: "string";
2941
+ maxLength: number;
2942
+ description: string;
2943
+ };
2928
2944
  entities: {
2929
2945
  type: "object";
2930
2946
  additionalProperties: {
@@ -3203,6 +3219,12 @@ export declare const state: {
3203
3219
  maxLength: number;
3204
3220
  description: string;
3205
3221
  };
3222
+ billable: {
3223
+ type: "boolean";
3224
+ };
3225
+ cacheable: {
3226
+ type: "boolean";
3227
+ };
3206
3228
  input: {
3207
3229
  type: "object";
3208
3230
  properties: {
@@ -3494,6 +3516,12 @@ export declare const state: {
3494
3516
  maxLength: number;
3495
3517
  description: string;
3496
3518
  };
3519
+ billable: {
3520
+ type: "boolean";
3521
+ };
3522
+ cacheable: {
3523
+ type: "boolean";
3524
+ };
3497
3525
  input: {
3498
3526
  type: "object";
3499
3527
  properties: {
@@ -3843,6 +3871,12 @@ export declare const state: {
3843
3871
  maxLength: number;
3844
3872
  description: string;
3845
3873
  };
3874
+ billable: {
3875
+ type: "boolean";
3876
+ };
3877
+ cacheable: {
3878
+ type: "boolean";
3879
+ };
3846
3880
  input: {
3847
3881
  type: "object";
3848
3882
  properties: {
@@ -6498,63 +6532,6 @@ export declare const state: {
6498
6532
  maxLength: number;
6499
6533
  description: string;
6500
6534
  };
6501
- interfaces: {
6502
- type: "object";
6503
- additionalProperties: {
6504
- type: "object";
6505
- properties: {
6506
- id: {
6507
- type: "string";
6508
- minLength: number;
6509
- maxLength: number;
6510
- };
6511
- entities: {
6512
- type: "object";
6513
- additionalProperties: {
6514
- type: "object";
6515
- properties: {
6516
- name: {
6517
- type: "string";
6518
- maxLength: number;
6519
- };
6520
- };
6521
- required: string[];
6522
- additionalProperties: false;
6523
- };
6524
- };
6525
- actions: {
6526
- type: "object";
6527
- additionalProperties: {
6528
- type: "object";
6529
- properties: {
6530
- name: {
6531
- type: "string";
6532
- maxLength: number;
6533
- };
6534
- };
6535
- required: string[];
6536
- additionalProperties: false;
6537
- };
6538
- };
6539
- events: {
6540
- type: "object";
6541
- additionalProperties: {
6542
- type: "object";
6543
- properties: {
6544
- name: {
6545
- type: "string";
6546
- maxLength: number;
6547
- };
6548
- };
6549
- required: string[];
6550
- additionalProperties: false;
6551
- };
6552
- };
6553
- };
6554
- required: string[];
6555
- additionalProperties: false;
6556
- };
6557
- };
6558
6535
  configuration: {
6559
6536
  type: "object";
6560
6537
  properties: {
@@ -6669,6 +6646,12 @@ export declare const state: {
6669
6646
  maxLength: number;
6670
6647
  description: string;
6671
6648
  };
6649
+ billable: {
6650
+ type: "boolean";
6651
+ };
6652
+ cacheable: {
6653
+ type: "boolean";
6654
+ };
6672
6655
  input: {
6673
6656
  type: "object";
6674
6657
  properties: {
@@ -6887,6 +6870,63 @@ export declare const state: {
6887
6870
  };
6888
6871
  additionalProperties: false;
6889
6872
  };
6873
+ interfaces: {
6874
+ type: "object";
6875
+ additionalProperties: {
6876
+ type: "object";
6877
+ properties: {
6878
+ id: {
6879
+ type: "string";
6880
+ minLength: number;
6881
+ maxLength: number;
6882
+ };
6883
+ entities: {
6884
+ type: "object";
6885
+ additionalProperties: {
6886
+ type: "object";
6887
+ properties: {
6888
+ name: {
6889
+ type: "string";
6890
+ maxLength: number;
6891
+ };
6892
+ };
6893
+ required: string[];
6894
+ additionalProperties: false;
6895
+ };
6896
+ };
6897
+ actions: {
6898
+ type: "object";
6899
+ additionalProperties: {
6900
+ type: "object";
6901
+ properties: {
6902
+ name: {
6903
+ type: "string";
6904
+ maxLength: number;
6905
+ };
6906
+ };
6907
+ required: string[];
6908
+ additionalProperties: false;
6909
+ };
6910
+ };
6911
+ events: {
6912
+ type: "object";
6913
+ additionalProperties: {
6914
+ type: "object";
6915
+ properties: {
6916
+ name: {
6917
+ type: "string";
6918
+ maxLength: number;
6919
+ };
6920
+ };
6921
+ required: string[];
6922
+ additionalProperties: false;
6923
+ };
6924
+ };
6925
+ };
6926
+ required: string[];
6927
+ additionalProperties: false;
6928
+ };
6929
+ };
6890
6930
  secrets: {
6891
6931
  type: "object";
6892
6932
  additionalProperties: {
@@ -7165,6 +7205,12 @@ export declare const state: {
7165
7205
  maxLength: number;
7166
7206
  description: string;
7167
7207
  };
7208
+ billable: {
7209
+ type: "boolean";
7210
+ };
7211
+ cacheable: {
7212
+ type: "boolean";
7213
+ };
7168
7214
  input: {
7169
7215
  type: "object";
7170
7216
  properties: {
@@ -7780,6 +7826,12 @@ export declare const state: {
7780
7826
  maxLength: number;
7781
7827
  description: string;
7782
7828
  };
7829
+ billable: {
7830
+ type: "boolean";
7831
+ };
7832
+ cacheable: {
7833
+ type: "boolean";
7834
+ };
7783
7835
  input: {
7784
7836
  type: "object";
7785
7837
  properties: {
@@ -7974,6 +8026,12 @@ export declare const state: {
7974
8026
  maxLength: number;
7975
8027
  description: string;
7976
8028
  };
8029
+ billable: {
8030
+ type: "boolean";
8031
+ };
8032
+ cacheable: {
8033
+ type: "boolean";
8034
+ };
7977
8035
  input: {
7978
8036
  type: "object";
7979
8037
  properties: {
@@ -10294,6 +10352,11 @@ export declare const state: {
10294
10352
  type: "string";
10295
10353
  maxLength: number;
10296
10354
  };
10355
+ configurationType: {
10356
+ type: "string";
10357
+ maxLength: number;
10358
+ nullable: true;
10359
+ };
10297
10360
  configuration: {
10298
10361
  type: "object";
10299
10362
  additionalProperties: true;
@@ -10579,6 +10642,12 @@ export declare const state: {
10579
10642
  maxLength: number;
10580
10643
  description: string;
10581
10644
  };
10645
+ billable: {
10646
+ type: "boolean";
10647
+ };
10648
+ cacheable: {
10649
+ type: "boolean";
10650
+ };
10582
10651
  input: {
10583
10652
  type: "object";
10584
10653
  properties: {
@@ -10720,6 +10789,11 @@ export declare const state: {
10720
10789
  minLength: number;
10721
10790
  maxLength: number;
10722
10791
  };
10792
+ name: {
10793
+ type: "string";
10794
+ maxLength: number;
10795
+ description: string;
10796
+ };
10723
10797
  entities: {
10724
10798
  type: "object";
10725
10799
  additionalProperties: {
@@ -10998,6 +11072,12 @@ export declare const state: {
10998
11072
  maxLength: number;
10999
11073
  description: string;
11000
11074
  };
11075
+ billable: {
11076
+ type: "boolean";
11077
+ };
11078
+ cacheable: {
11079
+ type: "boolean";
11080
+ };
11001
11081
  input: {
11002
11082
  type: "object";
11003
11083
  properties: {
@@ -11213,6 +11293,12 @@ export declare const state: {
11213
11293
  maxLength: number;
11214
11294
  description: string;
11215
11295
  };
11296
+ billable: {
11297
+ type: "boolean";
11298
+ };
11299
+ cacheable: {
11300
+ type: "boolean";
11301
+ };
11216
11302
  input: {
11217
11303
  type: "object";
11218
11304
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.40.2",
3
+ "version": "0.40.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {