@botpress/api 0.40.3 → 0.40.5
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 +173 -1
- package/dist/src/gen/state.d.ts +171 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +173 -1
package/dist/index.js
CHANGED
|
@@ -285280,6 +285280,16 @@ var state = {
|
|
|
285280
285280
|
"configuration": {
|
|
285281
285281
|
"type": "object",
|
|
285282
285282
|
"properties": {
|
|
285283
|
+
"title": {
|
|
285284
|
+
"type": "string",
|
|
285285
|
+
"maxLength": 64,
|
|
285286
|
+
"description": "Title of the configuration"
|
|
285287
|
+
},
|
|
285288
|
+
"description": {
|
|
285289
|
+
"type": "string",
|
|
285290
|
+
"maxLength": 256,
|
|
285291
|
+
"description": "Description of the configuration"
|
|
285292
|
+
},
|
|
285283
285293
|
"identifier": {
|
|
285284
285294
|
"type": "object",
|
|
285285
285295
|
"properties": {
|
|
@@ -285314,6 +285324,16 @@ var state = {
|
|
|
285314
285324
|
"additionalProperties": {
|
|
285315
285325
|
"type": "object",
|
|
285316
285326
|
"properties": {
|
|
285327
|
+
"title": {
|
|
285328
|
+
"type": "string",
|
|
285329
|
+
"maxLength": 64,
|
|
285330
|
+
"description": "Title of the configuration"
|
|
285331
|
+
},
|
|
285332
|
+
"description": {
|
|
285333
|
+
"type": "string",
|
|
285334
|
+
"maxLength": 256,
|
|
285335
|
+
"description": "Description of the configuration"
|
|
285336
|
+
},
|
|
285317
285337
|
"identifier": {
|
|
285318
285338
|
"type": "object",
|
|
285319
285339
|
"properties": {
|
|
@@ -285539,6 +285559,12 @@ var state = {
|
|
|
285539
285559
|
"maxLength": 256,
|
|
285540
285560
|
"description": "Description of the action"
|
|
285541
285561
|
},
|
|
285562
|
+
"billable": {
|
|
285563
|
+
"type": "boolean"
|
|
285564
|
+
},
|
|
285565
|
+
"cacheable": {
|
|
285566
|
+
"type": "boolean"
|
|
285567
|
+
},
|
|
285542
285568
|
"input": {
|
|
285543
285569
|
"type": "object",
|
|
285544
285570
|
"properties": {
|
|
@@ -285912,6 +285938,16 @@ var state = {
|
|
|
285912
285938
|
"configuration": {
|
|
285913
285939
|
"type": "object",
|
|
285914
285940
|
"properties": {
|
|
285941
|
+
"title": {
|
|
285942
|
+
"type": "string",
|
|
285943
|
+
"maxLength": 64,
|
|
285944
|
+
"description": "Title of the configuration"
|
|
285945
|
+
},
|
|
285946
|
+
"description": {
|
|
285947
|
+
"type": "string",
|
|
285948
|
+
"maxLength": 256,
|
|
285949
|
+
"description": "Description of the configuration"
|
|
285950
|
+
},
|
|
285915
285951
|
"identifier": {
|
|
285916
285952
|
"type": "object",
|
|
285917
285953
|
"properties": {
|
|
@@ -285946,6 +285982,16 @@ var state = {
|
|
|
285946
285982
|
"additionalProperties": {
|
|
285947
285983
|
"type": "object",
|
|
285948
285984
|
"properties": {
|
|
285985
|
+
"title": {
|
|
285986
|
+
"type": "string",
|
|
285987
|
+
"maxLength": 64,
|
|
285988
|
+
"description": "Title of the configuration"
|
|
285989
|
+
},
|
|
285990
|
+
"description": {
|
|
285991
|
+
"type": "string",
|
|
285992
|
+
"maxLength": 256,
|
|
285993
|
+
"description": "Description of the configuration"
|
|
285994
|
+
},
|
|
285949
285995
|
"identifier": {
|
|
285950
285996
|
"type": "object",
|
|
285951
285997
|
"properties": {
|
|
@@ -286171,6 +286217,12 @@ var state = {
|
|
|
286171
286217
|
"maxLength": 256,
|
|
286172
286218
|
"description": "Description of the action"
|
|
286173
286219
|
},
|
|
286220
|
+
"billable": {
|
|
286221
|
+
"type": "boolean"
|
|
286222
|
+
},
|
|
286223
|
+
"cacheable": {
|
|
286224
|
+
"type": "boolean"
|
|
286225
|
+
},
|
|
286174
286226
|
"input": {
|
|
286175
286227
|
"type": "object",
|
|
286176
286228
|
"properties": {
|
|
@@ -286532,6 +286584,12 @@ var state = {
|
|
|
286532
286584
|
"maxLength": 256,
|
|
286533
286585
|
"description": "Description of the action"
|
|
286534
286586
|
},
|
|
286587
|
+
"billable": {
|
|
286588
|
+
"type": "boolean"
|
|
286589
|
+
},
|
|
286590
|
+
"cacheable": {
|
|
286591
|
+
"type": "boolean"
|
|
286592
|
+
},
|
|
286535
286593
|
"input": {
|
|
286536
286594
|
"type": "object",
|
|
286537
286595
|
"properties": {
|
|
@@ -286897,6 +286955,12 @@ var state = {
|
|
|
286897
286955
|
"maxLength": 256,
|
|
286898
286956
|
"description": "Description of the action"
|
|
286899
286957
|
},
|
|
286958
|
+
"billable": {
|
|
286959
|
+
"type": "boolean"
|
|
286960
|
+
},
|
|
286961
|
+
"cacheable": {
|
|
286962
|
+
"type": "boolean"
|
|
286963
|
+
},
|
|
286900
286964
|
"input": {
|
|
286901
286965
|
"type": "object",
|
|
286902
286966
|
"properties": {
|
|
@@ -290055,6 +290119,16 @@ var state = {
|
|
|
290055
290119
|
"configuration": {
|
|
290056
290120
|
"type": "object",
|
|
290057
290121
|
"properties": {
|
|
290122
|
+
"title": {
|
|
290123
|
+
"type": "string",
|
|
290124
|
+
"maxLength": 64,
|
|
290125
|
+
"description": "Title of the configuration"
|
|
290126
|
+
},
|
|
290127
|
+
"description": {
|
|
290128
|
+
"type": "string",
|
|
290129
|
+
"maxLength": 256,
|
|
290130
|
+
"description": "Description of the configuration"
|
|
290131
|
+
},
|
|
290058
290132
|
"schema": {
|
|
290059
290133
|
"type": "object",
|
|
290060
290134
|
"additionalProperties": true,
|
|
@@ -290082,6 +290156,16 @@ var state = {
|
|
|
290082
290156
|
"additionalProperties": {
|
|
290083
290157
|
"type": "object",
|
|
290084
290158
|
"properties": {
|
|
290159
|
+
"title": {
|
|
290160
|
+
"type": "string",
|
|
290161
|
+
"maxLength": 64,
|
|
290162
|
+
"description": "Title of the configuration"
|
|
290163
|
+
},
|
|
290164
|
+
"description": {
|
|
290165
|
+
"type": "string",
|
|
290166
|
+
"maxLength": 256,
|
|
290167
|
+
"description": "Description of the configuration"
|
|
290168
|
+
},
|
|
290085
290169
|
"schema": {
|
|
290086
290170
|
"type": "object",
|
|
290087
290171
|
"additionalProperties": true,
|
|
@@ -290175,6 +290259,12 @@ var state = {
|
|
|
290175
290259
|
"maxLength": 256,
|
|
290176
290260
|
"description": "Description of the action"
|
|
290177
290261
|
},
|
|
290262
|
+
"billable": {
|
|
290263
|
+
"type": "boolean"
|
|
290264
|
+
},
|
|
290265
|
+
"cacheable": {
|
|
290266
|
+
"type": "boolean"
|
|
290267
|
+
},
|
|
290178
290268
|
"input": {
|
|
290179
290269
|
"type": "object",
|
|
290180
290270
|
"properties": {
|
|
@@ -290570,6 +290660,16 @@ var state = {
|
|
|
290570
290660
|
"configuration": {
|
|
290571
290661
|
"type": "object",
|
|
290572
290662
|
"properties": {
|
|
290663
|
+
"title": {
|
|
290664
|
+
"type": "string",
|
|
290665
|
+
"maxLength": 64,
|
|
290666
|
+
"description": "Title of the configuration"
|
|
290667
|
+
},
|
|
290668
|
+
"description": {
|
|
290669
|
+
"type": "string",
|
|
290670
|
+
"maxLength": 256,
|
|
290671
|
+
"description": "Description of the configuration"
|
|
290672
|
+
},
|
|
290573
290673
|
"schema": {
|
|
290574
290674
|
"type": "object",
|
|
290575
290675
|
"additionalProperties": true,
|
|
@@ -290598,6 +290698,16 @@ var state = {
|
|
|
290598
290698
|
"additionalProperties": {
|
|
290599
290699
|
"type": "object",
|
|
290600
290700
|
"properties": {
|
|
290701
|
+
"title": {
|
|
290702
|
+
"type": "string",
|
|
290703
|
+
"maxLength": 64,
|
|
290704
|
+
"description": "Title of the configuration"
|
|
290705
|
+
},
|
|
290706
|
+
"description": {
|
|
290707
|
+
"type": "string",
|
|
290708
|
+
"maxLength": 256,
|
|
290709
|
+
"description": "Description of the configuration"
|
|
290710
|
+
},
|
|
290601
290711
|
"schema": {
|
|
290602
290712
|
"type": "object",
|
|
290603
290713
|
"additionalProperties": true,
|
|
@@ -290768,6 +290878,12 @@ var state = {
|
|
|
290768
290878
|
"maxLength": 256,
|
|
290769
290879
|
"description": "Description of the action"
|
|
290770
290880
|
},
|
|
290881
|
+
"billable": {
|
|
290882
|
+
"type": "boolean"
|
|
290883
|
+
},
|
|
290884
|
+
"cacheable": {
|
|
290885
|
+
"type": "boolean"
|
|
290886
|
+
},
|
|
290771
290887
|
"input": {
|
|
290772
290888
|
"type": "object",
|
|
290773
290889
|
"properties": {
|
|
@@ -291450,6 +291566,12 @@ var state = {
|
|
|
291450
291566
|
"maxLength": 256,
|
|
291451
291567
|
"description": "Description of the action"
|
|
291452
291568
|
},
|
|
291569
|
+
"billable": {
|
|
291570
|
+
"type": "boolean"
|
|
291571
|
+
},
|
|
291572
|
+
"cacheable": {
|
|
291573
|
+
"type": "boolean"
|
|
291574
|
+
},
|
|
291453
291575
|
"input": {
|
|
291454
291576
|
"type": "object",
|
|
291455
291577
|
"properties": {
|
|
@@ -291667,6 +291789,12 @@ var state = {
|
|
|
291667
291789
|
"maxLength": 256,
|
|
291668
291790
|
"description": "Description of the action"
|
|
291669
291791
|
},
|
|
291792
|
+
"billable": {
|
|
291793
|
+
"type": "boolean"
|
|
291794
|
+
},
|
|
291795
|
+
"cacheable": {
|
|
291796
|
+
"type": "boolean"
|
|
291797
|
+
},
|
|
291670
291798
|
"input": {
|
|
291671
291799
|
"type": "object",
|
|
291672
291800
|
"properties": {
|
|
@@ -293939,7 +294067,7 @@ var state = {
|
|
|
293939
294067
|
"title": "Botpress API",
|
|
293940
294068
|
"description": "API for Botpress Cloud",
|
|
293941
294069
|
"server": "https://api.botpress.cloud",
|
|
293942
|
-
"version": "0.40.
|
|
294070
|
+
"version": "0.40.5",
|
|
293943
294071
|
"prefix": "v1"
|
|
293944
294072
|
},
|
|
293945
294073
|
"errors": [
|
|
@@ -294338,6 +294466,11 @@ var state = {
|
|
|
294338
294466
|
"type": "string",
|
|
294339
294467
|
"maxLength": 2e3
|
|
294340
294468
|
},
|
|
294469
|
+
"configurationType": {
|
|
294470
|
+
"type": "string",
|
|
294471
|
+
"maxLength": 200,
|
|
294472
|
+
"nullable": true
|
|
294473
|
+
},
|
|
294341
294474
|
"configuration": {
|
|
294342
294475
|
"type": "object",
|
|
294343
294476
|
"additionalProperties": true
|
|
@@ -294410,6 +294543,7 @@ var state = {
|
|
|
294410
294543
|
"version",
|
|
294411
294544
|
"webhookUrl",
|
|
294412
294545
|
"webhookId",
|
|
294546
|
+
"configurationType",
|
|
294413
294547
|
"configuration",
|
|
294414
294548
|
"status",
|
|
294415
294549
|
"statusReason",
|
|
@@ -294681,6 +294815,12 @@ var state = {
|
|
|
294681
294815
|
"maxLength": 256,
|
|
294682
294816
|
"description": "Description of the action"
|
|
294683
294817
|
},
|
|
294818
|
+
"billable": {
|
|
294819
|
+
"type": "boolean"
|
|
294820
|
+
},
|
|
294821
|
+
"cacheable": {
|
|
294822
|
+
"type": "boolean"
|
|
294823
|
+
},
|
|
294684
294824
|
"input": {
|
|
294685
294825
|
"type": "object",
|
|
294686
294826
|
"properties": {
|
|
@@ -294922,6 +295062,16 @@ var state = {
|
|
|
294922
295062
|
"configuration": {
|
|
294923
295063
|
"type": "object",
|
|
294924
295064
|
"properties": {
|
|
295065
|
+
"title": {
|
|
295066
|
+
"type": "string",
|
|
295067
|
+
"maxLength": 64,
|
|
295068
|
+
"description": "Title of the configuration"
|
|
295069
|
+
},
|
|
295070
|
+
"description": {
|
|
295071
|
+
"type": "string",
|
|
295072
|
+
"maxLength": 256,
|
|
295073
|
+
"description": "Description of the configuration"
|
|
295074
|
+
},
|
|
294925
295075
|
"identifier": {
|
|
294926
295076
|
"type": "object",
|
|
294927
295077
|
"properties": {
|
|
@@ -294956,6 +295106,16 @@ var state = {
|
|
|
294956
295106
|
"additionalProperties": {
|
|
294957
295107
|
"type": "object",
|
|
294958
295108
|
"properties": {
|
|
295109
|
+
"title": {
|
|
295110
|
+
"type": "string",
|
|
295111
|
+
"maxLength": 64,
|
|
295112
|
+
"description": "Title of the configuration"
|
|
295113
|
+
},
|
|
295114
|
+
"description": {
|
|
295115
|
+
"type": "string",
|
|
295116
|
+
"maxLength": 256,
|
|
295117
|
+
"description": "Description of the configuration"
|
|
295118
|
+
},
|
|
294959
295119
|
"identifier": {
|
|
294960
295120
|
"type": "object",
|
|
294961
295121
|
"properties": {
|
|
@@ -295181,6 +295341,12 @@ var state = {
|
|
|
295181
295341
|
"maxLength": 256,
|
|
295182
295342
|
"description": "Description of the action"
|
|
295183
295343
|
},
|
|
295344
|
+
"billable": {
|
|
295345
|
+
"type": "boolean"
|
|
295346
|
+
},
|
|
295347
|
+
"cacheable": {
|
|
295348
|
+
"type": "boolean"
|
|
295349
|
+
},
|
|
295184
295350
|
"input": {
|
|
295185
295351
|
"type": "object",
|
|
295186
295352
|
"properties": {
|
|
@@ -295443,6 +295609,12 @@ var state = {
|
|
|
295443
295609
|
"maxLength": 256,
|
|
295444
295610
|
"description": "Description of the action"
|
|
295445
295611
|
},
|
|
295612
|
+
"billable": {
|
|
295613
|
+
"type": "boolean"
|
|
295614
|
+
},
|
|
295615
|
+
"cacheable": {
|
|
295616
|
+
"type": "boolean"
|
|
295617
|
+
},
|
|
295446
295618
|
"input": {
|
|
295447
295619
|
"type": "object",
|
|
295448
295620
|
"properties": {
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -2448,6 +2448,16 @@ export declare const state: {
|
|
|
2448
2448
|
configuration: {
|
|
2449
2449
|
type: "object";
|
|
2450
2450
|
properties: {
|
|
2451
|
+
title: {
|
|
2452
|
+
type: "string";
|
|
2453
|
+
maxLength: number;
|
|
2454
|
+
description: string;
|
|
2455
|
+
};
|
|
2456
|
+
description: {
|
|
2457
|
+
type: "string";
|
|
2458
|
+
maxLength: number;
|
|
2459
|
+
description: string;
|
|
2460
|
+
};
|
|
2451
2461
|
identifier: {
|
|
2452
2462
|
type: "object";
|
|
2453
2463
|
properties: {
|
|
@@ -2478,6 +2488,16 @@ export declare const state: {
|
|
|
2478
2488
|
additionalProperties: {
|
|
2479
2489
|
type: "object";
|
|
2480
2490
|
properties: {
|
|
2491
|
+
title: {
|
|
2492
|
+
type: "string";
|
|
2493
|
+
maxLength: number;
|
|
2494
|
+
description: string;
|
|
2495
|
+
};
|
|
2496
|
+
description: {
|
|
2497
|
+
type: "string";
|
|
2498
|
+
maxLength: number;
|
|
2499
|
+
description: string;
|
|
2500
|
+
};
|
|
2481
2501
|
identifier: {
|
|
2482
2502
|
type: "object";
|
|
2483
2503
|
properties: {
|
|
@@ -2676,6 +2696,12 @@ export declare const state: {
|
|
|
2676
2696
|
maxLength: number;
|
|
2677
2697
|
description: string;
|
|
2678
2698
|
};
|
|
2699
|
+
billable: {
|
|
2700
|
+
type: "boolean";
|
|
2701
|
+
};
|
|
2702
|
+
cacheable: {
|
|
2703
|
+
type: "boolean";
|
|
2704
|
+
};
|
|
2679
2705
|
input: {
|
|
2680
2706
|
type: "object";
|
|
2681
2707
|
properties: {
|
|
@@ -2985,6 +3011,16 @@ export declare const state: {
|
|
|
2985
3011
|
configuration: {
|
|
2986
3012
|
type: "object";
|
|
2987
3013
|
properties: {
|
|
3014
|
+
title: {
|
|
3015
|
+
type: "string";
|
|
3016
|
+
maxLength: number;
|
|
3017
|
+
description: string;
|
|
3018
|
+
};
|
|
3019
|
+
description: {
|
|
3020
|
+
type: "string";
|
|
3021
|
+
maxLength: number;
|
|
3022
|
+
description: string;
|
|
3023
|
+
};
|
|
2988
3024
|
identifier: {
|
|
2989
3025
|
type: "object";
|
|
2990
3026
|
properties: {
|
|
@@ -3015,6 +3051,16 @@ export declare const state: {
|
|
|
3015
3051
|
additionalProperties: {
|
|
3016
3052
|
type: "object";
|
|
3017
3053
|
properties: {
|
|
3054
|
+
title: {
|
|
3055
|
+
type: "string";
|
|
3056
|
+
maxLength: number;
|
|
3057
|
+
description: string;
|
|
3058
|
+
};
|
|
3059
|
+
description: {
|
|
3060
|
+
type: "string";
|
|
3061
|
+
maxLength: number;
|
|
3062
|
+
description: string;
|
|
3063
|
+
};
|
|
3018
3064
|
identifier: {
|
|
3019
3065
|
type: "object";
|
|
3020
3066
|
properties: {
|
|
@@ -3213,6 +3259,12 @@ export declare const state: {
|
|
|
3213
3259
|
maxLength: number;
|
|
3214
3260
|
description: string;
|
|
3215
3261
|
};
|
|
3262
|
+
billable: {
|
|
3263
|
+
type: "boolean";
|
|
3264
|
+
};
|
|
3265
|
+
cacheable: {
|
|
3266
|
+
type: "boolean";
|
|
3267
|
+
};
|
|
3216
3268
|
input: {
|
|
3217
3269
|
type: "object";
|
|
3218
3270
|
properties: {
|
|
@@ -3504,6 +3556,12 @@ export declare const state: {
|
|
|
3504
3556
|
maxLength: number;
|
|
3505
3557
|
description: string;
|
|
3506
3558
|
};
|
|
3559
|
+
billable: {
|
|
3560
|
+
type: "boolean";
|
|
3561
|
+
};
|
|
3562
|
+
cacheable: {
|
|
3563
|
+
type: "boolean";
|
|
3564
|
+
};
|
|
3507
3565
|
input: {
|
|
3508
3566
|
type: "object";
|
|
3509
3567
|
properties: {
|
|
@@ -3853,6 +3911,12 @@ export declare const state: {
|
|
|
3853
3911
|
maxLength: number;
|
|
3854
3912
|
description: string;
|
|
3855
3913
|
};
|
|
3914
|
+
billable: {
|
|
3915
|
+
type: "boolean";
|
|
3916
|
+
};
|
|
3917
|
+
cacheable: {
|
|
3918
|
+
type: "boolean";
|
|
3919
|
+
};
|
|
3856
3920
|
input: {
|
|
3857
3921
|
type: "object";
|
|
3858
3922
|
properties: {
|
|
@@ -6511,6 +6575,16 @@ export declare const state: {
|
|
|
6511
6575
|
configuration: {
|
|
6512
6576
|
type: "object";
|
|
6513
6577
|
properties: {
|
|
6578
|
+
title: {
|
|
6579
|
+
type: "string";
|
|
6580
|
+
maxLength: number;
|
|
6581
|
+
description: string;
|
|
6582
|
+
};
|
|
6583
|
+
description: {
|
|
6584
|
+
type: "string";
|
|
6585
|
+
maxLength: number;
|
|
6586
|
+
description: string;
|
|
6587
|
+
};
|
|
6514
6588
|
schema: {
|
|
6515
6589
|
type: "object";
|
|
6516
6590
|
additionalProperties: true;
|
|
@@ -6538,6 +6612,16 @@ export declare const state: {
|
|
|
6538
6612
|
additionalProperties: {
|
|
6539
6613
|
type: "object";
|
|
6540
6614
|
properties: {
|
|
6615
|
+
title: {
|
|
6616
|
+
type: "string";
|
|
6617
|
+
maxLength: number;
|
|
6618
|
+
description: string;
|
|
6619
|
+
};
|
|
6620
|
+
description: {
|
|
6621
|
+
type: "string";
|
|
6622
|
+
maxLength: number;
|
|
6623
|
+
description: string;
|
|
6624
|
+
};
|
|
6541
6625
|
schema: {
|
|
6542
6626
|
type: "object";
|
|
6543
6627
|
additionalProperties: true;
|
|
@@ -6622,6 +6706,12 @@ export declare const state: {
|
|
|
6622
6706
|
maxLength: number;
|
|
6623
6707
|
description: string;
|
|
6624
6708
|
};
|
|
6709
|
+
billable: {
|
|
6710
|
+
type: "boolean";
|
|
6711
|
+
};
|
|
6712
|
+
cacheable: {
|
|
6713
|
+
type: "boolean";
|
|
6714
|
+
};
|
|
6625
6715
|
input: {
|
|
6626
6716
|
type: "object";
|
|
6627
6717
|
properties: {
|
|
@@ -6982,6 +7072,16 @@ export declare const state: {
|
|
|
6982
7072
|
configuration: {
|
|
6983
7073
|
type: "object";
|
|
6984
7074
|
properties: {
|
|
7075
|
+
title: {
|
|
7076
|
+
type: "string";
|
|
7077
|
+
maxLength: number;
|
|
7078
|
+
description: string;
|
|
7079
|
+
};
|
|
7080
|
+
description: {
|
|
7081
|
+
type: "string";
|
|
7082
|
+
maxLength: number;
|
|
7083
|
+
description: string;
|
|
7084
|
+
};
|
|
6985
7085
|
schema: {
|
|
6986
7086
|
type: "object";
|
|
6987
7087
|
additionalProperties: true;
|
|
@@ -7010,6 +7110,16 @@ export declare const state: {
|
|
|
7010
7110
|
additionalProperties: {
|
|
7011
7111
|
type: "object";
|
|
7012
7112
|
properties: {
|
|
7113
|
+
title: {
|
|
7114
|
+
type: "string";
|
|
7115
|
+
maxLength: number;
|
|
7116
|
+
description: string;
|
|
7117
|
+
};
|
|
7118
|
+
description: {
|
|
7119
|
+
type: "string";
|
|
7120
|
+
maxLength: number;
|
|
7121
|
+
description: string;
|
|
7122
|
+
};
|
|
7013
7123
|
schema: {
|
|
7014
7124
|
type: "object";
|
|
7015
7125
|
additionalProperties: true;
|
|
@@ -7175,6 +7285,12 @@ export declare const state: {
|
|
|
7175
7285
|
maxLength: number;
|
|
7176
7286
|
description: string;
|
|
7177
7287
|
};
|
|
7288
|
+
billable: {
|
|
7289
|
+
type: "boolean";
|
|
7290
|
+
};
|
|
7291
|
+
cacheable: {
|
|
7292
|
+
type: "boolean";
|
|
7293
|
+
};
|
|
7178
7294
|
input: {
|
|
7179
7295
|
type: "object";
|
|
7180
7296
|
properties: {
|
|
@@ -7790,6 +7906,12 @@ export declare const state: {
|
|
|
7790
7906
|
maxLength: number;
|
|
7791
7907
|
description: string;
|
|
7792
7908
|
};
|
|
7909
|
+
billable: {
|
|
7910
|
+
type: "boolean";
|
|
7911
|
+
};
|
|
7912
|
+
cacheable: {
|
|
7913
|
+
type: "boolean";
|
|
7914
|
+
};
|
|
7793
7915
|
input: {
|
|
7794
7916
|
type: "object";
|
|
7795
7917
|
properties: {
|
|
@@ -7984,6 +8106,12 @@ export declare const state: {
|
|
|
7984
8106
|
maxLength: number;
|
|
7985
8107
|
description: string;
|
|
7986
8108
|
};
|
|
8109
|
+
billable: {
|
|
8110
|
+
type: "boolean";
|
|
8111
|
+
};
|
|
8112
|
+
cacheable: {
|
|
8113
|
+
type: "boolean";
|
|
8114
|
+
};
|
|
7987
8115
|
input: {
|
|
7988
8116
|
type: "object";
|
|
7989
8117
|
properties: {
|
|
@@ -10304,6 +10432,11 @@ export declare const state: {
|
|
|
10304
10432
|
type: "string";
|
|
10305
10433
|
maxLength: number;
|
|
10306
10434
|
};
|
|
10435
|
+
configurationType: {
|
|
10436
|
+
type: "string";
|
|
10437
|
+
maxLength: number;
|
|
10438
|
+
nullable: true;
|
|
10439
|
+
};
|
|
10307
10440
|
configuration: {
|
|
10308
10441
|
type: "object";
|
|
10309
10442
|
additionalProperties: true;
|
|
@@ -10589,6 +10722,12 @@ export declare const state: {
|
|
|
10589
10722
|
maxLength: number;
|
|
10590
10723
|
description: string;
|
|
10591
10724
|
};
|
|
10725
|
+
billable: {
|
|
10726
|
+
type: "boolean";
|
|
10727
|
+
};
|
|
10728
|
+
cacheable: {
|
|
10729
|
+
type: "boolean";
|
|
10730
|
+
};
|
|
10592
10731
|
input: {
|
|
10593
10732
|
type: "object";
|
|
10594
10733
|
properties: {
|
|
@@ -10785,6 +10924,16 @@ export declare const state: {
|
|
|
10785
10924
|
configuration: {
|
|
10786
10925
|
type: "object";
|
|
10787
10926
|
properties: {
|
|
10927
|
+
title: {
|
|
10928
|
+
type: "string";
|
|
10929
|
+
maxLength: number;
|
|
10930
|
+
description: string;
|
|
10931
|
+
};
|
|
10932
|
+
description: {
|
|
10933
|
+
type: "string";
|
|
10934
|
+
maxLength: number;
|
|
10935
|
+
description: string;
|
|
10936
|
+
};
|
|
10788
10937
|
identifier: {
|
|
10789
10938
|
type: "object";
|
|
10790
10939
|
properties: {
|
|
@@ -10815,6 +10964,16 @@ export declare const state: {
|
|
|
10815
10964
|
additionalProperties: {
|
|
10816
10965
|
type: "object";
|
|
10817
10966
|
properties: {
|
|
10967
|
+
title: {
|
|
10968
|
+
type: "string";
|
|
10969
|
+
maxLength: number;
|
|
10970
|
+
description: string;
|
|
10971
|
+
};
|
|
10972
|
+
description: {
|
|
10973
|
+
type: "string";
|
|
10974
|
+
maxLength: number;
|
|
10975
|
+
description: string;
|
|
10976
|
+
};
|
|
10818
10977
|
identifier: {
|
|
10819
10978
|
type: "object";
|
|
10820
10979
|
properties: {
|
|
@@ -11013,6 +11172,12 @@ export declare const state: {
|
|
|
11013
11172
|
maxLength: number;
|
|
11014
11173
|
description: string;
|
|
11015
11174
|
};
|
|
11175
|
+
billable: {
|
|
11176
|
+
type: "boolean";
|
|
11177
|
+
};
|
|
11178
|
+
cacheable: {
|
|
11179
|
+
type: "boolean";
|
|
11180
|
+
};
|
|
11016
11181
|
input: {
|
|
11017
11182
|
type: "object";
|
|
11018
11183
|
properties: {
|
|
@@ -11228,6 +11393,12 @@ export declare const state: {
|
|
|
11228
11393
|
maxLength: number;
|
|
11229
11394
|
description: string;
|
|
11230
11395
|
};
|
|
11396
|
+
billable: {
|
|
11397
|
+
type: "boolean";
|
|
11398
|
+
};
|
|
11399
|
+
cacheable: {
|
|
11400
|
+
type: "boolean";
|
|
11401
|
+
};
|
|
11231
11402
|
input: {
|
|
11232
11403
|
type: "object";
|
|
11233
11404
|
properties: {
|