@botpress/api 1.7.0 → 1.8.0

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.
@@ -2608,7 +2608,7 @@ export const state = {
2608
2608
  "title": "Botpress API",
2609
2609
  "description": "API for Botpress Cloud",
2610
2610
  "server": "https://api.botpress.cloud",
2611
- "version": "1.7.0",
2611
+ "version": "1.8.0",
2612
2612
  "prefix": "v1"
2613
2613
  },
2614
2614
  "errors": [
@@ -3270,6 +3270,14 @@ export const state = {
3270
3270
  "schema"
3271
3271
  ],
3272
3272
  "additionalProperties": false
3273
+ },
3274
+ "attributes": {
3275
+ "type": "object",
3276
+ "additionalProperties": {
3277
+ "type": "string",
3278
+ "maxLength": 200
3279
+ },
3280
+ "description": "Optional attributes"
3273
3281
  }
3274
3282
  },
3275
3283
  "required": [
@@ -3846,6 +3854,14 @@ export const state = {
3846
3854
  "schema"
3847
3855
  ],
3848
3856
  "additionalProperties": false
3857
+ },
3858
+ "attributes": {
3859
+ "type": "object",
3860
+ "additionalProperties": {
3861
+ "type": "string",
3862
+ "maxLength": 200
3863
+ },
3864
+ "description": "Optional attributes"
3849
3865
  }
3850
3866
  },
3851
3867
  "required": [
@@ -4141,6 +4157,14 @@ export const state = {
4141
4157
  "schema"
4142
4158
  ],
4143
4159
  "additionalProperties": false
4160
+ },
4161
+ "attributes": {
4162
+ "type": "object",
4163
+ "additionalProperties": {
4164
+ "type": "string",
4165
+ "maxLength": 200
4166
+ },
4167
+ "description": "Optional attributes"
4144
4168
  }
4145
4169
  },
4146
4170
  "required": [
@@ -4386,6 +4410,14 @@ export const state = {
4386
4410
  "schema"
4387
4411
  ],
4388
4412
  "additionalProperties": false
4413
+ },
4414
+ "attributes": {
4415
+ "type": "object",
4416
+ "additionalProperties": {
4417
+ "type": "string",
4418
+ "maxLength": 200
4419
+ },
4420
+ "description": "Optional attributes"
4389
4421
  }
4390
4422
  },
4391
4423
  "required": [
package/src/gen/state.ts CHANGED
@@ -3746,6 +3746,14 @@ export const state = {
3746
3746
  "schema"
3747
3747
  ],
3748
3748
  "additionalProperties": false
3749
+ },
3750
+ "attributes": {
3751
+ "type": "object",
3752
+ "additionalProperties": {
3753
+ "type": "string",
3754
+ "maxLength": 200
3755
+ },
3756
+ "description": "Optional attributes"
3749
3757
  }
3750
3758
  },
3751
3759
  "required": [
@@ -4463,6 +4471,14 @@ export const state = {
4463
4471
  "schema"
4464
4472
  ],
4465
4473
  "additionalProperties": false
4474
+ },
4475
+ "attributes": {
4476
+ "type": "object",
4477
+ "additionalProperties": {
4478
+ "type": "string",
4479
+ "maxLength": 200
4480
+ },
4481
+ "description": "Optional attributes"
4466
4482
  }
4467
4483
  },
4468
4484
  "required": [
@@ -4975,6 +4991,14 @@ export const state = {
4975
4991
  "schema"
4976
4992
  ],
4977
4993
  "additionalProperties": false
4994
+ },
4995
+ "attributes": {
4996
+ "type": "object",
4997
+ "additionalProperties": {
4998
+ "type": "string",
4999
+ "maxLength": 200
5000
+ },
5001
+ "description": "Optional attributes"
4978
5002
  }
4979
5003
  },
4980
5004
  "required": [
@@ -5349,6 +5373,14 @@ export const state = {
5349
5373
  "schema"
5350
5374
  ],
5351
5375
  "additionalProperties": false
5376
+ },
5377
+ "attributes": {
5378
+ "type": "object",
5379
+ "additionalProperties": {
5380
+ "type": "string",
5381
+ "maxLength": 200
5382
+ },
5383
+ "description": "Optional attributes"
5352
5384
  }
5353
5385
  },
5354
5386
  "required": [
@@ -5752,6 +5784,14 @@ export const state = {
5752
5784
  "schema"
5753
5785
  ],
5754
5786
  "additionalProperties": false
5787
+ },
5788
+ "attributes": {
5789
+ "type": "object",
5790
+ "additionalProperties": {
5791
+ "type": "string",
5792
+ "maxLength": 200
5793
+ },
5794
+ "description": "Optional attributes"
5755
5795
  }
5756
5796
  },
5757
5797
  "required": [
@@ -6139,6 +6179,14 @@ export const state = {
6139
6179
  "schema"
6140
6180
  ],
6141
6181
  "additionalProperties": false
6182
+ },
6183
+ "attributes": {
6184
+ "type": "object",
6185
+ "additionalProperties": {
6186
+ "type": "string",
6187
+ "maxLength": 200
6188
+ },
6189
+ "description": "Optional attributes"
6142
6190
  }
6143
6191
  },
6144
6192
  "required": [
@@ -9828,6 +9876,14 @@ export const state = {
9828
9876
  "schema"
9829
9877
  ],
9830
9878
  "additionalProperties": false
9879
+ },
9880
+ "attributes": {
9881
+ "type": "object",
9882
+ "additionalProperties": {
9883
+ "type": "string",
9884
+ "maxLength": 200
9885
+ },
9886
+ "description": "Optional attributes"
9831
9887
  }
9832
9888
  },
9833
9889
  "required": [
@@ -10394,6 +10450,14 @@ export const state = {
10394
10450
  "schema"
10395
10451
  ],
10396
10452
  "additionalProperties": false
10453
+ },
10454
+ "attributes": {
10455
+ "type": "object",
10456
+ "additionalProperties": {
10457
+ "type": "string",
10458
+ "maxLength": 200
10459
+ },
10460
+ "description": "Optional attributes"
10397
10461
  }
10398
10462
  },
10399
10463
  "required": [
@@ -11027,13 +11091,21 @@ export const state = {
11027
11091
  "schema"
11028
11092
  ],
11029
11093
  "additionalProperties": false
11094
+ },
11095
+ "attributes": {
11096
+ "type": "object",
11097
+ "additionalProperties": {
11098
+ "type": "string",
11099
+ "maxLength": 200,
11100
+ "nullable": true
11101
+ },
11102
+ "description": "Optional attributes. Set attributes to null to remove them"
11030
11103
  }
11031
11104
  },
11032
11105
  "required": [
11033
11106
  "input",
11034
11107
  "output"
11035
11108
  ],
11036
- "description": "Action definition",
11037
11109
  "nullable": true,
11038
11110
  "additionalProperties": false
11039
11111
  }
@@ -11610,13 +11682,21 @@ export const state = {
11610
11682
  "schema"
11611
11683
  ],
11612
11684
  "additionalProperties": false
11685
+ },
11686
+ "attributes": {
11687
+ "type": "object",
11688
+ "additionalProperties": {
11689
+ "type": "string",
11690
+ "maxLength": 200,
11691
+ "nullable": true
11692
+ },
11693
+ "description": "Optional attributes. Set attributes to null to remove them"
11613
11694
  }
11614
11695
  },
11615
11696
  "required": [
11616
11697
  "input",
11617
11698
  "output"
11618
11699
  ],
11619
- "description": "Action definition",
11620
11700
  "nullable": true,
11621
11701
  "additionalProperties": false
11622
11702
  }
@@ -12501,6 +12581,14 @@ export const state = {
12501
12581
  "schema"
12502
12582
  ],
12503
12583
  "additionalProperties": false
12584
+ },
12585
+ "attributes": {
12586
+ "type": "object",
12587
+ "additionalProperties": {
12588
+ "type": "string",
12589
+ "maxLength": 200
12590
+ },
12591
+ "description": "Optional attributes"
12504
12592
  }
12505
12593
  },
12506
12594
  "required": [
@@ -12780,13 +12868,20 @@ export const state = {
12780
12868
  "schema"
12781
12869
  ],
12782
12870
  "additionalProperties": false
12871
+ },
12872
+ "attributes": {
12873
+ "type": "object",
12874
+ "additionalProperties": {
12875
+ "type": "string",
12876
+ "maxLength": 200,
12877
+ "nullable": true
12878
+ }
12783
12879
  }
12784
12880
  },
12785
12881
  "required": [
12786
12882
  "input",
12787
12883
  "output"
12788
12884
  ],
12789
- "description": "Action definition",
12790
12885
  "nullable": true,
12791
12886
  "additionalProperties": false
12792
12887
  }
@@ -13130,6 +13225,14 @@ export const state = {
13130
13225
  "schema"
13131
13226
  ],
13132
13227
  "additionalProperties": false
13228
+ },
13229
+ "attributes": {
13230
+ "type": "object",
13231
+ "additionalProperties": {
13232
+ "type": "string",
13233
+ "maxLength": 200
13234
+ },
13235
+ "description": "Optional attributes"
13133
13236
  }
13134
13237
  },
13135
13238
  "required": [
@@ -13521,6 +13624,14 @@ export const state = {
13521
13624
  "schema"
13522
13625
  ],
13523
13626
  "additionalProperties": false
13627
+ },
13628
+ "attributes": {
13629
+ "type": "object",
13630
+ "additionalProperties": {
13631
+ "type": "string",
13632
+ "maxLength": 200
13633
+ },
13634
+ "description": "Optional attributes"
13524
13635
  }
13525
13636
  },
13526
13637
  "required": [
@@ -17140,7 +17251,7 @@ export const state = {
17140
17251
  "title": "Botpress API",
17141
17252
  "description": "API for Botpress Cloud",
17142
17253
  "server": "https://api.botpress.cloud",
17143
- "version": "1.7.0",
17254
+ "version": "1.8.0",
17144
17255
  "prefix": "v1"
17145
17256
  },
17146
17257
  "errors": [
@@ -17972,6 +18083,14 @@ export const state = {
17972
18083
  "schema"
17973
18084
  ],
17974
18085
  "additionalProperties": false
18086
+ },
18087
+ "attributes": {
18088
+ "type": "object",
18089
+ "additionalProperties": {
18090
+ "type": "string",
18091
+ "maxLength": 200
18092
+ },
18093
+ "description": "Optional attributes"
17975
18094
  }
17976
18095
  },
17977
18096
  "required": [
@@ -18548,6 +18667,14 @@ export const state = {
18548
18667
  "schema"
18549
18668
  ],
18550
18669
  "additionalProperties": false
18670
+ },
18671
+ "attributes": {
18672
+ "type": "object",
18673
+ "additionalProperties": {
18674
+ "type": "string",
18675
+ "maxLength": 200
18676
+ },
18677
+ "description": "Optional attributes"
18551
18678
  }
18552
18679
  },
18553
18680
  "required": [
@@ -18843,6 +18970,14 @@ export const state = {
18843
18970
  "schema"
18844
18971
  ],
18845
18972
  "additionalProperties": false
18973
+ },
18974
+ "attributes": {
18975
+ "type": "object",
18976
+ "additionalProperties": {
18977
+ "type": "string",
18978
+ "maxLength": 200
18979
+ },
18980
+ "description": "Optional attributes"
18846
18981
  }
18847
18982
  },
18848
18983
  "required": [
@@ -19088,6 +19223,14 @@ export const state = {
19088
19223
  "schema"
19089
19224
  ],
19090
19225
  "additionalProperties": false
19226
+ },
19227
+ "attributes": {
19228
+ "type": "object",
19229
+ "additionalProperties": {
19230
+ "type": "string",
19231
+ "maxLength": 200
19232
+ },
19233
+ "description": "Optional attributes"
19091
19234
  }
19092
19235
  },
19093
19236
  "required": [