@botpress/api 0.40.3 → 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.
package/dist/index.js CHANGED
@@ -285539,6 +285539,12 @@ var state = {
285539
285539
  "maxLength": 256,
285540
285540
  "description": "Description of the action"
285541
285541
  },
285542
+ "billable": {
285543
+ "type": "boolean"
285544
+ },
285545
+ "cacheable": {
285546
+ "type": "boolean"
285547
+ },
285542
285548
  "input": {
285543
285549
  "type": "object",
285544
285550
  "properties": {
@@ -286171,6 +286177,12 @@ var state = {
286171
286177
  "maxLength": 256,
286172
286178
  "description": "Description of the action"
286173
286179
  },
286180
+ "billable": {
286181
+ "type": "boolean"
286182
+ },
286183
+ "cacheable": {
286184
+ "type": "boolean"
286185
+ },
286174
286186
  "input": {
286175
286187
  "type": "object",
286176
286188
  "properties": {
@@ -286532,6 +286544,12 @@ var state = {
286532
286544
  "maxLength": 256,
286533
286545
  "description": "Description of the action"
286534
286546
  },
286547
+ "billable": {
286548
+ "type": "boolean"
286549
+ },
286550
+ "cacheable": {
286551
+ "type": "boolean"
286552
+ },
286535
286553
  "input": {
286536
286554
  "type": "object",
286537
286555
  "properties": {
@@ -286897,6 +286915,12 @@ var state = {
286897
286915
  "maxLength": 256,
286898
286916
  "description": "Description of the action"
286899
286917
  },
286918
+ "billable": {
286919
+ "type": "boolean"
286920
+ },
286921
+ "cacheable": {
286922
+ "type": "boolean"
286923
+ },
286900
286924
  "input": {
286901
286925
  "type": "object",
286902
286926
  "properties": {
@@ -290175,6 +290199,12 @@ var state = {
290175
290199
  "maxLength": 256,
290176
290200
  "description": "Description of the action"
290177
290201
  },
290202
+ "billable": {
290203
+ "type": "boolean"
290204
+ },
290205
+ "cacheable": {
290206
+ "type": "boolean"
290207
+ },
290178
290208
  "input": {
290179
290209
  "type": "object",
290180
290210
  "properties": {
@@ -290768,6 +290798,12 @@ var state = {
290768
290798
  "maxLength": 256,
290769
290799
  "description": "Description of the action"
290770
290800
  },
290801
+ "billable": {
290802
+ "type": "boolean"
290803
+ },
290804
+ "cacheable": {
290805
+ "type": "boolean"
290806
+ },
290771
290807
  "input": {
290772
290808
  "type": "object",
290773
290809
  "properties": {
@@ -291450,6 +291486,12 @@ var state = {
291450
291486
  "maxLength": 256,
291451
291487
  "description": "Description of the action"
291452
291488
  },
291489
+ "billable": {
291490
+ "type": "boolean"
291491
+ },
291492
+ "cacheable": {
291493
+ "type": "boolean"
291494
+ },
291453
291495
  "input": {
291454
291496
  "type": "object",
291455
291497
  "properties": {
@@ -291667,6 +291709,12 @@ var state = {
291667
291709
  "maxLength": 256,
291668
291710
  "description": "Description of the action"
291669
291711
  },
291712
+ "billable": {
291713
+ "type": "boolean"
291714
+ },
291715
+ "cacheable": {
291716
+ "type": "boolean"
291717
+ },
291670
291718
  "input": {
291671
291719
  "type": "object",
291672
291720
  "properties": {
@@ -293939,7 +293987,7 @@ var state = {
293939
293987
  "title": "Botpress API",
293940
293988
  "description": "API for Botpress Cloud",
293941
293989
  "server": "https://api.botpress.cloud",
293942
- "version": "0.40.3",
293990
+ "version": "0.40.4",
293943
293991
  "prefix": "v1"
293944
293992
  },
293945
293993
  "errors": [
@@ -294338,6 +294386,11 @@ var state = {
294338
294386
  "type": "string",
294339
294387
  "maxLength": 2e3
294340
294388
  },
294389
+ "configurationType": {
294390
+ "type": "string",
294391
+ "maxLength": 200,
294392
+ "nullable": true
294393
+ },
294341
294394
  "configuration": {
294342
294395
  "type": "object",
294343
294396
  "additionalProperties": true
@@ -294410,6 +294463,7 @@ var state = {
294410
294463
  "version",
294411
294464
  "webhookUrl",
294412
294465
  "webhookId",
294466
+ "configurationType",
294413
294467
  "configuration",
294414
294468
  "status",
294415
294469
  "statusReason",
@@ -294681,6 +294735,12 @@ var state = {
294681
294735
  "maxLength": 256,
294682
294736
  "description": "Description of the action"
294683
294737
  },
294738
+ "billable": {
294739
+ "type": "boolean"
294740
+ },
294741
+ "cacheable": {
294742
+ "type": "boolean"
294743
+ },
294684
294744
  "input": {
294685
294745
  "type": "object",
294686
294746
  "properties": {
@@ -295181,6 +295241,12 @@ var state = {
295181
295241
  "maxLength": 256,
295182
295242
  "description": "Description of the action"
295183
295243
  },
295244
+ "billable": {
295245
+ "type": "boolean"
295246
+ },
295247
+ "cacheable": {
295248
+ "type": "boolean"
295249
+ },
295184
295250
  "input": {
295185
295251
  "type": "object",
295186
295252
  "properties": {
@@ -295443,6 +295509,12 @@ var state = {
295443
295509
  "maxLength": 256,
295444
295510
  "description": "Description of the action"
295445
295511
  },
295512
+ "billable": {
295513
+ "type": "boolean"
295514
+ },
295515
+ "cacheable": {
295516
+ "type": "boolean"
295517
+ },
295446
295518
  "input": {
295447
295519
  "type": "object",
295448
295520
  "properties": {
@@ -2676,6 +2676,12 @@ export declare const state: {
2676
2676
  maxLength: number;
2677
2677
  description: string;
2678
2678
  };
2679
+ billable: {
2680
+ type: "boolean";
2681
+ };
2682
+ cacheable: {
2683
+ type: "boolean";
2684
+ };
2679
2685
  input: {
2680
2686
  type: "object";
2681
2687
  properties: {
@@ -3213,6 +3219,12 @@ export declare const state: {
3213
3219
  maxLength: number;
3214
3220
  description: string;
3215
3221
  };
3222
+ billable: {
3223
+ type: "boolean";
3224
+ };
3225
+ cacheable: {
3226
+ type: "boolean";
3227
+ };
3216
3228
  input: {
3217
3229
  type: "object";
3218
3230
  properties: {
@@ -3504,6 +3516,12 @@ export declare const state: {
3504
3516
  maxLength: number;
3505
3517
  description: string;
3506
3518
  };
3519
+ billable: {
3520
+ type: "boolean";
3521
+ };
3522
+ cacheable: {
3523
+ type: "boolean";
3524
+ };
3507
3525
  input: {
3508
3526
  type: "object";
3509
3527
  properties: {
@@ -3853,6 +3871,12 @@ export declare const state: {
3853
3871
  maxLength: number;
3854
3872
  description: string;
3855
3873
  };
3874
+ billable: {
3875
+ type: "boolean";
3876
+ };
3877
+ cacheable: {
3878
+ type: "boolean";
3879
+ };
3856
3880
  input: {
3857
3881
  type: "object";
3858
3882
  properties: {
@@ -6622,6 +6646,12 @@ export declare const state: {
6622
6646
  maxLength: number;
6623
6647
  description: string;
6624
6648
  };
6649
+ billable: {
6650
+ type: "boolean";
6651
+ };
6652
+ cacheable: {
6653
+ type: "boolean";
6654
+ };
6625
6655
  input: {
6626
6656
  type: "object";
6627
6657
  properties: {
@@ -7175,6 +7205,12 @@ export declare const state: {
7175
7205
  maxLength: number;
7176
7206
  description: string;
7177
7207
  };
7208
+ billable: {
7209
+ type: "boolean";
7210
+ };
7211
+ cacheable: {
7212
+ type: "boolean";
7213
+ };
7178
7214
  input: {
7179
7215
  type: "object";
7180
7216
  properties: {
@@ -7790,6 +7826,12 @@ export declare const state: {
7790
7826
  maxLength: number;
7791
7827
  description: string;
7792
7828
  };
7829
+ billable: {
7830
+ type: "boolean";
7831
+ };
7832
+ cacheable: {
7833
+ type: "boolean";
7834
+ };
7793
7835
  input: {
7794
7836
  type: "object";
7795
7837
  properties: {
@@ -7984,6 +8026,12 @@ export declare const state: {
7984
8026
  maxLength: number;
7985
8027
  description: string;
7986
8028
  };
8029
+ billable: {
8030
+ type: "boolean";
8031
+ };
8032
+ cacheable: {
8033
+ type: "boolean";
8034
+ };
7987
8035
  input: {
7988
8036
  type: "object";
7989
8037
  properties: {
@@ -10304,6 +10352,11 @@ export declare const state: {
10304
10352
  type: "string";
10305
10353
  maxLength: number;
10306
10354
  };
10355
+ configurationType: {
10356
+ type: "string";
10357
+ maxLength: number;
10358
+ nullable: true;
10359
+ };
10307
10360
  configuration: {
10308
10361
  type: "object";
10309
10362
  additionalProperties: true;
@@ -10589,6 +10642,12 @@ export declare const state: {
10589
10642
  maxLength: number;
10590
10643
  description: string;
10591
10644
  };
10645
+ billable: {
10646
+ type: "boolean";
10647
+ };
10648
+ cacheable: {
10649
+ type: "boolean";
10650
+ };
10592
10651
  input: {
10593
10652
  type: "object";
10594
10653
  properties: {
@@ -11013,6 +11072,12 @@ export declare const state: {
11013
11072
  maxLength: number;
11014
11073
  description: string;
11015
11074
  };
11075
+ billable: {
11076
+ type: "boolean";
11077
+ };
11078
+ cacheable: {
11079
+ type: "boolean";
11080
+ };
11016
11081
  input: {
11017
11082
  type: "object";
11018
11083
  properties: {
@@ -11228,6 +11293,12 @@ export declare const state: {
11228
11293
  maxLength: number;
11229
11294
  description: string;
11230
11295
  };
11296
+ billable: {
11297
+ type: "boolean";
11298
+ };
11299
+ cacheable: {
11300
+ type: "boolean";
11301
+ };
11231
11302
  input: {
11232
11303
  type: "object";
11233
11304
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.40.3",
3
+ "version": "0.40.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {