@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 +73 -1
- package/dist/src/gen/state.d.ts +71 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +73 -1
package/src/gen/state.ts
CHANGED
|
@@ -2949,6 +2949,12 @@ export const state = {
|
|
|
2949
2949
|
"maxLength": 256,
|
|
2950
2950
|
"description": "Description of the action"
|
|
2951
2951
|
},
|
|
2952
|
+
"billable": {
|
|
2953
|
+
"type": "boolean"
|
|
2954
|
+
},
|
|
2955
|
+
"cacheable": {
|
|
2956
|
+
"type": "boolean"
|
|
2957
|
+
},
|
|
2952
2958
|
"input": {
|
|
2953
2959
|
"type": "object",
|
|
2954
2960
|
"properties": {
|
|
@@ -3581,6 +3587,12 @@ export const state = {
|
|
|
3581
3587
|
"maxLength": 256,
|
|
3582
3588
|
"description": "Description of the action"
|
|
3583
3589
|
},
|
|
3590
|
+
"billable": {
|
|
3591
|
+
"type": "boolean"
|
|
3592
|
+
},
|
|
3593
|
+
"cacheable": {
|
|
3594
|
+
"type": "boolean"
|
|
3595
|
+
},
|
|
3584
3596
|
"input": {
|
|
3585
3597
|
"type": "object",
|
|
3586
3598
|
"properties": {
|
|
@@ -3942,6 +3954,12 @@ export const state = {
|
|
|
3942
3954
|
"maxLength": 256,
|
|
3943
3955
|
"description": "Description of the action"
|
|
3944
3956
|
},
|
|
3957
|
+
"billable": {
|
|
3958
|
+
"type": "boolean"
|
|
3959
|
+
},
|
|
3960
|
+
"cacheable": {
|
|
3961
|
+
"type": "boolean"
|
|
3962
|
+
},
|
|
3945
3963
|
"input": {
|
|
3946
3964
|
"type": "object",
|
|
3947
3965
|
"properties": {
|
|
@@ -4307,6 +4325,12 @@ export const state = {
|
|
|
4307
4325
|
"maxLength": 256,
|
|
4308
4326
|
"description": "Description of the action"
|
|
4309
4327
|
},
|
|
4328
|
+
"billable": {
|
|
4329
|
+
"type": "boolean"
|
|
4330
|
+
},
|
|
4331
|
+
"cacheable": {
|
|
4332
|
+
"type": "boolean"
|
|
4333
|
+
},
|
|
4310
4334
|
"input": {
|
|
4311
4335
|
"type": "object",
|
|
4312
4336
|
"properties": {
|
|
@@ -7585,6 +7609,12 @@ export const state = {
|
|
|
7585
7609
|
"maxLength": 256,
|
|
7586
7610
|
"description": "Description of the action"
|
|
7587
7611
|
},
|
|
7612
|
+
"billable": {
|
|
7613
|
+
"type": "boolean"
|
|
7614
|
+
},
|
|
7615
|
+
"cacheable": {
|
|
7616
|
+
"type": "boolean"
|
|
7617
|
+
},
|
|
7588
7618
|
"input": {
|
|
7589
7619
|
"type": "object",
|
|
7590
7620
|
"properties": {
|
|
@@ -8178,6 +8208,12 @@ export const state = {
|
|
|
8178
8208
|
"maxLength": 256,
|
|
8179
8209
|
"description": "Description of the action"
|
|
8180
8210
|
},
|
|
8211
|
+
"billable": {
|
|
8212
|
+
"type": "boolean"
|
|
8213
|
+
},
|
|
8214
|
+
"cacheable": {
|
|
8215
|
+
"type": "boolean"
|
|
8216
|
+
},
|
|
8181
8217
|
"input": {
|
|
8182
8218
|
"type": "object",
|
|
8183
8219
|
"properties": {
|
|
@@ -8860,6 +8896,12 @@ export const state = {
|
|
|
8860
8896
|
"maxLength": 256,
|
|
8861
8897
|
"description": "Description of the action"
|
|
8862
8898
|
},
|
|
8899
|
+
"billable": {
|
|
8900
|
+
"type": "boolean"
|
|
8901
|
+
},
|
|
8902
|
+
"cacheable": {
|
|
8903
|
+
"type": "boolean"
|
|
8904
|
+
},
|
|
8863
8905
|
"input": {
|
|
8864
8906
|
"type": "object",
|
|
8865
8907
|
"properties": {
|
|
@@ -9077,6 +9119,12 @@ export const state = {
|
|
|
9077
9119
|
"maxLength": 256,
|
|
9078
9120
|
"description": "Description of the action"
|
|
9079
9121
|
},
|
|
9122
|
+
"billable": {
|
|
9123
|
+
"type": "boolean"
|
|
9124
|
+
},
|
|
9125
|
+
"cacheable": {
|
|
9126
|
+
"type": "boolean"
|
|
9127
|
+
},
|
|
9080
9128
|
"input": {
|
|
9081
9129
|
"type": "object",
|
|
9082
9130
|
"properties": {
|
|
@@ -11349,7 +11397,7 @@ export const state = {
|
|
|
11349
11397
|
"title": "Botpress API",
|
|
11350
11398
|
"description": "API for Botpress Cloud",
|
|
11351
11399
|
"server": "https://api.botpress.cloud",
|
|
11352
|
-
"version": "0.40.
|
|
11400
|
+
"version": "0.40.4",
|
|
11353
11401
|
"prefix": "v1"
|
|
11354
11402
|
},
|
|
11355
11403
|
"errors": [
|
|
@@ -11748,6 +11796,11 @@ export const state = {
|
|
|
11748
11796
|
"type": "string",
|
|
11749
11797
|
"maxLength": 2000
|
|
11750
11798
|
},
|
|
11799
|
+
"configurationType": {
|
|
11800
|
+
"type": "string",
|
|
11801
|
+
"maxLength": 200,
|
|
11802
|
+
"nullable": true
|
|
11803
|
+
},
|
|
11751
11804
|
"configuration": {
|
|
11752
11805
|
"type": "object",
|
|
11753
11806
|
"additionalProperties": true
|
|
@@ -11820,6 +11873,7 @@ export const state = {
|
|
|
11820
11873
|
"version",
|
|
11821
11874
|
"webhookUrl",
|
|
11822
11875
|
"webhookId",
|
|
11876
|
+
"configurationType",
|
|
11823
11877
|
"configuration",
|
|
11824
11878
|
"status",
|
|
11825
11879
|
"statusReason",
|
|
@@ -12091,6 +12145,12 @@ export const state = {
|
|
|
12091
12145
|
"maxLength": 256,
|
|
12092
12146
|
"description": "Description of the action"
|
|
12093
12147
|
},
|
|
12148
|
+
"billable": {
|
|
12149
|
+
"type": "boolean"
|
|
12150
|
+
},
|
|
12151
|
+
"cacheable": {
|
|
12152
|
+
"type": "boolean"
|
|
12153
|
+
},
|
|
12094
12154
|
"input": {
|
|
12095
12155
|
"type": "object",
|
|
12096
12156
|
"properties": {
|
|
@@ -12591,6 +12651,12 @@ export const state = {
|
|
|
12591
12651
|
"maxLength": 256,
|
|
12592
12652
|
"description": "Description of the action"
|
|
12593
12653
|
},
|
|
12654
|
+
"billable": {
|
|
12655
|
+
"type": "boolean"
|
|
12656
|
+
},
|
|
12657
|
+
"cacheable": {
|
|
12658
|
+
"type": "boolean"
|
|
12659
|
+
},
|
|
12594
12660
|
"input": {
|
|
12595
12661
|
"type": "object",
|
|
12596
12662
|
"properties": {
|
|
@@ -12853,6 +12919,12 @@ export const state = {
|
|
|
12853
12919
|
"maxLength": 256,
|
|
12854
12920
|
"description": "Description of the action"
|
|
12855
12921
|
},
|
|
12922
|
+
"billable": {
|
|
12923
|
+
"type": "boolean"
|
|
12924
|
+
},
|
|
12925
|
+
"cacheable": {
|
|
12926
|
+
"type": "boolean"
|
|
12927
|
+
},
|
|
12856
12928
|
"input": {
|
|
12857
12929
|
"type": "object",
|
|
12858
12930
|
"properties": {
|