@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/src/gen/state.ts CHANGED
@@ -2690,6 +2690,16 @@ export const state = {
2690
2690
  "configuration": {
2691
2691
  "type": "object",
2692
2692
  "properties": {
2693
+ "title": {
2694
+ "type": "string",
2695
+ "maxLength": 64,
2696
+ "description": "Title of the configuration"
2697
+ },
2698
+ "description": {
2699
+ "type": "string",
2700
+ "maxLength": 256,
2701
+ "description": "Description of the configuration"
2702
+ },
2693
2703
  "identifier": {
2694
2704
  "type": "object",
2695
2705
  "properties": {
@@ -2724,6 +2734,16 @@ export const state = {
2724
2734
  "additionalProperties": {
2725
2735
  "type": "object",
2726
2736
  "properties": {
2737
+ "title": {
2738
+ "type": "string",
2739
+ "maxLength": 64,
2740
+ "description": "Title of the configuration"
2741
+ },
2742
+ "description": {
2743
+ "type": "string",
2744
+ "maxLength": 256,
2745
+ "description": "Description of the configuration"
2746
+ },
2727
2747
  "identifier": {
2728
2748
  "type": "object",
2729
2749
  "properties": {
@@ -2949,6 +2969,12 @@ export const state = {
2949
2969
  "maxLength": 256,
2950
2970
  "description": "Description of the action"
2951
2971
  },
2972
+ "billable": {
2973
+ "type": "boolean"
2974
+ },
2975
+ "cacheable": {
2976
+ "type": "boolean"
2977
+ },
2952
2978
  "input": {
2953
2979
  "type": "object",
2954
2980
  "properties": {
@@ -3322,6 +3348,16 @@ export const state = {
3322
3348
  "configuration": {
3323
3349
  "type": "object",
3324
3350
  "properties": {
3351
+ "title": {
3352
+ "type": "string",
3353
+ "maxLength": 64,
3354
+ "description": "Title of the configuration"
3355
+ },
3356
+ "description": {
3357
+ "type": "string",
3358
+ "maxLength": 256,
3359
+ "description": "Description of the configuration"
3360
+ },
3325
3361
  "identifier": {
3326
3362
  "type": "object",
3327
3363
  "properties": {
@@ -3356,6 +3392,16 @@ export const state = {
3356
3392
  "additionalProperties": {
3357
3393
  "type": "object",
3358
3394
  "properties": {
3395
+ "title": {
3396
+ "type": "string",
3397
+ "maxLength": 64,
3398
+ "description": "Title of the configuration"
3399
+ },
3400
+ "description": {
3401
+ "type": "string",
3402
+ "maxLength": 256,
3403
+ "description": "Description of the configuration"
3404
+ },
3359
3405
  "identifier": {
3360
3406
  "type": "object",
3361
3407
  "properties": {
@@ -3581,6 +3627,12 @@ export const state = {
3581
3627
  "maxLength": 256,
3582
3628
  "description": "Description of the action"
3583
3629
  },
3630
+ "billable": {
3631
+ "type": "boolean"
3632
+ },
3633
+ "cacheable": {
3634
+ "type": "boolean"
3635
+ },
3584
3636
  "input": {
3585
3637
  "type": "object",
3586
3638
  "properties": {
@@ -3942,6 +3994,12 @@ export const state = {
3942
3994
  "maxLength": 256,
3943
3995
  "description": "Description of the action"
3944
3996
  },
3997
+ "billable": {
3998
+ "type": "boolean"
3999
+ },
4000
+ "cacheable": {
4001
+ "type": "boolean"
4002
+ },
3945
4003
  "input": {
3946
4004
  "type": "object",
3947
4005
  "properties": {
@@ -4307,6 +4365,12 @@ export const state = {
4307
4365
  "maxLength": 256,
4308
4366
  "description": "Description of the action"
4309
4367
  },
4368
+ "billable": {
4369
+ "type": "boolean"
4370
+ },
4371
+ "cacheable": {
4372
+ "type": "boolean"
4373
+ },
4310
4374
  "input": {
4311
4375
  "type": "object",
4312
4376
  "properties": {
@@ -7465,6 +7529,16 @@ export const state = {
7465
7529
  "configuration": {
7466
7530
  "type": "object",
7467
7531
  "properties": {
7532
+ "title": {
7533
+ "type": "string",
7534
+ "maxLength": 64,
7535
+ "description": "Title of the configuration"
7536
+ },
7537
+ "description": {
7538
+ "type": "string",
7539
+ "maxLength": 256,
7540
+ "description": "Description of the configuration"
7541
+ },
7468
7542
  "schema": {
7469
7543
  "type": "object",
7470
7544
  "additionalProperties": true,
@@ -7492,6 +7566,16 @@ export const state = {
7492
7566
  "additionalProperties": {
7493
7567
  "type": "object",
7494
7568
  "properties": {
7569
+ "title": {
7570
+ "type": "string",
7571
+ "maxLength": 64,
7572
+ "description": "Title of the configuration"
7573
+ },
7574
+ "description": {
7575
+ "type": "string",
7576
+ "maxLength": 256,
7577
+ "description": "Description of the configuration"
7578
+ },
7495
7579
  "schema": {
7496
7580
  "type": "object",
7497
7581
  "additionalProperties": true,
@@ -7585,6 +7669,12 @@ export const state = {
7585
7669
  "maxLength": 256,
7586
7670
  "description": "Description of the action"
7587
7671
  },
7672
+ "billable": {
7673
+ "type": "boolean"
7674
+ },
7675
+ "cacheable": {
7676
+ "type": "boolean"
7677
+ },
7588
7678
  "input": {
7589
7679
  "type": "object",
7590
7680
  "properties": {
@@ -7980,6 +8070,16 @@ export const state = {
7980
8070
  "configuration": {
7981
8071
  "type": "object",
7982
8072
  "properties": {
8073
+ "title": {
8074
+ "type": "string",
8075
+ "maxLength": 64,
8076
+ "description": "Title of the configuration"
8077
+ },
8078
+ "description": {
8079
+ "type": "string",
8080
+ "maxLength": 256,
8081
+ "description": "Description of the configuration"
8082
+ },
7983
8083
  "schema": {
7984
8084
  "type": "object",
7985
8085
  "additionalProperties": true,
@@ -8008,6 +8108,16 @@ export const state = {
8008
8108
  "additionalProperties": {
8009
8109
  "type": "object",
8010
8110
  "properties": {
8111
+ "title": {
8112
+ "type": "string",
8113
+ "maxLength": 64,
8114
+ "description": "Title of the configuration"
8115
+ },
8116
+ "description": {
8117
+ "type": "string",
8118
+ "maxLength": 256,
8119
+ "description": "Description of the configuration"
8120
+ },
8011
8121
  "schema": {
8012
8122
  "type": "object",
8013
8123
  "additionalProperties": true,
@@ -8178,6 +8288,12 @@ export const state = {
8178
8288
  "maxLength": 256,
8179
8289
  "description": "Description of the action"
8180
8290
  },
8291
+ "billable": {
8292
+ "type": "boolean"
8293
+ },
8294
+ "cacheable": {
8295
+ "type": "boolean"
8296
+ },
8181
8297
  "input": {
8182
8298
  "type": "object",
8183
8299
  "properties": {
@@ -8860,6 +8976,12 @@ export const state = {
8860
8976
  "maxLength": 256,
8861
8977
  "description": "Description of the action"
8862
8978
  },
8979
+ "billable": {
8980
+ "type": "boolean"
8981
+ },
8982
+ "cacheable": {
8983
+ "type": "boolean"
8984
+ },
8863
8985
  "input": {
8864
8986
  "type": "object",
8865
8987
  "properties": {
@@ -9077,6 +9199,12 @@ export const state = {
9077
9199
  "maxLength": 256,
9078
9200
  "description": "Description of the action"
9079
9201
  },
9202
+ "billable": {
9203
+ "type": "boolean"
9204
+ },
9205
+ "cacheable": {
9206
+ "type": "boolean"
9207
+ },
9080
9208
  "input": {
9081
9209
  "type": "object",
9082
9210
  "properties": {
@@ -11349,7 +11477,7 @@ export const state = {
11349
11477
  "title": "Botpress API",
11350
11478
  "description": "API for Botpress Cloud",
11351
11479
  "server": "https://api.botpress.cloud",
11352
- "version": "0.40.3",
11480
+ "version": "0.40.5",
11353
11481
  "prefix": "v1"
11354
11482
  },
11355
11483
  "errors": [
@@ -11748,6 +11876,11 @@ export const state = {
11748
11876
  "type": "string",
11749
11877
  "maxLength": 2000
11750
11878
  },
11879
+ "configurationType": {
11880
+ "type": "string",
11881
+ "maxLength": 200,
11882
+ "nullable": true
11883
+ },
11751
11884
  "configuration": {
11752
11885
  "type": "object",
11753
11886
  "additionalProperties": true
@@ -11820,6 +11953,7 @@ export const state = {
11820
11953
  "version",
11821
11954
  "webhookUrl",
11822
11955
  "webhookId",
11956
+ "configurationType",
11823
11957
  "configuration",
11824
11958
  "status",
11825
11959
  "statusReason",
@@ -12091,6 +12225,12 @@ export const state = {
12091
12225
  "maxLength": 256,
12092
12226
  "description": "Description of the action"
12093
12227
  },
12228
+ "billable": {
12229
+ "type": "boolean"
12230
+ },
12231
+ "cacheable": {
12232
+ "type": "boolean"
12233
+ },
12094
12234
  "input": {
12095
12235
  "type": "object",
12096
12236
  "properties": {
@@ -12332,6 +12472,16 @@ export const state = {
12332
12472
  "configuration": {
12333
12473
  "type": "object",
12334
12474
  "properties": {
12475
+ "title": {
12476
+ "type": "string",
12477
+ "maxLength": 64,
12478
+ "description": "Title of the configuration"
12479
+ },
12480
+ "description": {
12481
+ "type": "string",
12482
+ "maxLength": 256,
12483
+ "description": "Description of the configuration"
12484
+ },
12335
12485
  "identifier": {
12336
12486
  "type": "object",
12337
12487
  "properties": {
@@ -12366,6 +12516,16 @@ export const state = {
12366
12516
  "additionalProperties": {
12367
12517
  "type": "object",
12368
12518
  "properties": {
12519
+ "title": {
12520
+ "type": "string",
12521
+ "maxLength": 64,
12522
+ "description": "Title of the configuration"
12523
+ },
12524
+ "description": {
12525
+ "type": "string",
12526
+ "maxLength": 256,
12527
+ "description": "Description of the configuration"
12528
+ },
12369
12529
  "identifier": {
12370
12530
  "type": "object",
12371
12531
  "properties": {
@@ -12591,6 +12751,12 @@ export const state = {
12591
12751
  "maxLength": 256,
12592
12752
  "description": "Description of the action"
12593
12753
  },
12754
+ "billable": {
12755
+ "type": "boolean"
12756
+ },
12757
+ "cacheable": {
12758
+ "type": "boolean"
12759
+ },
12594
12760
  "input": {
12595
12761
  "type": "object",
12596
12762
  "properties": {
@@ -12853,6 +13019,12 @@ export const state = {
12853
13019
  "maxLength": 256,
12854
13020
  "description": "Description of the action"
12855
13021
  },
13022
+ "billable": {
13023
+ "type": "boolean"
13024
+ },
13025
+ "cacheable": {
13026
+ "type": "boolean"
13027
+ },
12856
13028
  "input": {
12857
13029
  "type": "object",
12858
13030
  "properties": {