@botpress/api 1.8.0 → 1.9.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.8.0",
2611
+ "version": "1.9.0",
2612
2612
  "prefix": "v1"
2613
2613
  },
2614
2614
  "errors": [
@@ -3147,6 +3147,14 @@ export const state = {
3147
3147
  "schema": {
3148
3148
  "type": "object",
3149
3149
  "additionalProperties": true
3150
+ },
3151
+ "attributes": {
3152
+ "type": "object",
3153
+ "additionalProperties": {
3154
+ "type": "string",
3155
+ "maxLength": 200
3156
+ },
3157
+ "description": "Optional attributes"
3150
3158
  }
3151
3159
  },
3152
3160
  "required": [
@@ -3799,6 +3807,14 @@ export const state = {
3799
3807
  "schema": {
3800
3808
  "type": "object",
3801
3809
  "additionalProperties": true
3810
+ },
3811
+ "attributes": {
3812
+ "type": "object",
3813
+ "additionalProperties": {
3814
+ "type": "string",
3815
+ "maxLength": 200
3816
+ },
3817
+ "description": "Optional attributes"
3802
3818
  }
3803
3819
  },
3804
3820
  "required": [
@@ -4102,6 +4118,14 @@ export const state = {
4102
4118
  "schema": {
4103
4119
  "type": "object",
4104
4120
  "additionalProperties": true
4121
+ },
4122
+ "attributes": {
4123
+ "type": "object",
4124
+ "additionalProperties": {
4125
+ "type": "string",
4126
+ "maxLength": 200
4127
+ },
4128
+ "description": "Optional attributes"
4105
4129
  }
4106
4130
  },
4107
4131
  "required": [
@@ -4355,6 +4379,14 @@ export const state = {
4355
4379
  "schema": {
4356
4380
  "type": "object",
4357
4381
  "additionalProperties": true
4382
+ },
4383
+ "attributes": {
4384
+ "type": "object",
4385
+ "additionalProperties": {
4386
+ "type": "string",
4387
+ "maxLength": 200
4388
+ },
4389
+ "description": "Optional attributes"
4358
4390
  }
4359
4391
  },
4360
4392
  "required": [
package/src/gen/state.ts CHANGED
@@ -3691,6 +3691,14 @@ export const state = {
3691
3691
  "schema": {
3692
3692
  "type": "object",
3693
3693
  "additionalProperties": true
3694
+ },
3695
+ "attributes": {
3696
+ "type": "object",
3697
+ "additionalProperties": {
3698
+ "type": "string",
3699
+ "maxLength": 200
3700
+ },
3701
+ "description": "Optional attributes"
3694
3702
  }
3695
3703
  },
3696
3704
  "required": [
@@ -4416,6 +4424,14 @@ export const state = {
4416
4424
  "schema": {
4417
4425
  "type": "object",
4418
4426
  "additionalProperties": true
4427
+ },
4428
+ "attributes": {
4429
+ "type": "object",
4430
+ "additionalProperties": {
4431
+ "type": "string",
4432
+ "maxLength": 200
4433
+ },
4434
+ "description": "Optional attributes"
4419
4435
  }
4420
4436
  },
4421
4437
  "required": [
@@ -4936,6 +4952,14 @@ export const state = {
4936
4952
  "schema": {
4937
4953
  "type": "object",
4938
4954
  "additionalProperties": true
4955
+ },
4956
+ "attributes": {
4957
+ "type": "object",
4958
+ "additionalProperties": {
4959
+ "type": "string",
4960
+ "maxLength": 200
4961
+ },
4962
+ "description": "Optional attributes"
4939
4963
  }
4940
4964
  },
4941
4965
  "required": [
@@ -5318,6 +5342,14 @@ export const state = {
5318
5342
  "schema": {
5319
5343
  "type": "object",
5320
5344
  "additionalProperties": true
5345
+ },
5346
+ "attributes": {
5347
+ "type": "object",
5348
+ "additionalProperties": {
5349
+ "type": "string",
5350
+ "maxLength": 200
5351
+ },
5352
+ "description": "Optional attributes"
5321
5353
  }
5322
5354
  },
5323
5355
  "required": [
@@ -5674,6 +5706,14 @@ export const state = {
5674
5706
  "schema": {
5675
5707
  "type": "object",
5676
5708
  "additionalProperties": true
5709
+ },
5710
+ "attributes": {
5711
+ "type": "object",
5712
+ "additionalProperties": {
5713
+ "type": "string",
5714
+ "maxLength": 200
5715
+ },
5716
+ "description": "Optional attributes"
5677
5717
  }
5678
5718
  },
5679
5719
  "required": [
@@ -6123,12 +6163,20 @@ export const state = {
6123
6163
  "schema": {
6124
6164
  "type": "object",
6125
6165
  "additionalProperties": true
6166
+ },
6167
+ "attributes": {
6168
+ "type": "object",
6169
+ "additionalProperties": {
6170
+ "type": "string",
6171
+ "maxLength": 200,
6172
+ "nullable": true
6173
+ },
6174
+ "description": "Optional attributes. Set attributes to null to remove them"
6126
6175
  }
6127
6176
  },
6128
6177
  "required": [
6129
6178
  "schema"
6130
6179
  ],
6131
- "description": "Event Definition",
6132
6180
  "nullable": true,
6133
6181
  "additionalProperties": false
6134
6182
  }
@@ -6184,16 +6232,16 @@ export const state = {
6184
6232
  "type": "object",
6185
6233
  "additionalProperties": {
6186
6234
  "type": "string",
6187
- "maxLength": 200
6235
+ "maxLength": 200,
6236
+ "nullable": true
6188
6237
  },
6189
- "description": "Optional attributes"
6238
+ "description": "Optional attributes. Set attributes to null to remove them"
6190
6239
  }
6191
6240
  },
6192
6241
  "required": [
6193
6242
  "input",
6194
6243
  "output"
6195
6244
  ],
6196
- "description": "Action definition",
6197
6245
  "nullable": true,
6198
6246
  "additionalProperties": false
6199
6247
  }
@@ -9821,6 +9869,14 @@ export const state = {
9821
9869
  "schema": {
9822
9870
  "type": "object",
9823
9871
  "additionalProperties": true
9872
+ },
9873
+ "attributes": {
9874
+ "type": "object",
9875
+ "additionalProperties": {
9876
+ "type": "string",
9877
+ "maxLength": 200
9878
+ },
9879
+ "description": "Optional attributes"
9824
9880
  }
9825
9881
  },
9826
9882
  "required": [
@@ -10395,6 +10451,14 @@ export const state = {
10395
10451
  "schema": {
10396
10452
  "type": "object",
10397
10453
  "additionalProperties": true
10454
+ },
10455
+ "attributes": {
10456
+ "type": "object",
10457
+ "additionalProperties": {
10458
+ "type": "string",
10459
+ "maxLength": 200
10460
+ },
10461
+ "description": "Optional attributes"
10398
10462
  }
10399
10463
  },
10400
10464
  "required": [
@@ -11128,12 +11192,20 @@ export const state = {
11128
11192
  "schema": {
11129
11193
  "type": "object",
11130
11194
  "additionalProperties": true
11195
+ },
11196
+ "attributes": {
11197
+ "type": "object",
11198
+ "additionalProperties": {
11199
+ "type": "string",
11200
+ "maxLength": 200,
11201
+ "nullable": true
11202
+ },
11203
+ "description": "Optional attributes. Set attributes to null to remove them"
11131
11204
  }
11132
11205
  },
11133
11206
  "required": [
11134
11207
  "schema"
11135
11208
  ],
11136
- "description": "Event Definition",
11137
11209
  "nullable": true,
11138
11210
  "additionalProperties": false
11139
11211
  }
@@ -11719,12 +11791,20 @@ export const state = {
11719
11791
  "schema": {
11720
11792
  "type": "object",
11721
11793
  "additionalProperties": true
11794
+ },
11795
+ "attributes": {
11796
+ "type": "object",
11797
+ "additionalProperties": {
11798
+ "type": "string",
11799
+ "maxLength": 200,
11800
+ "nullable": true
11801
+ },
11802
+ "description": "Optional attributes. Set attributes to null to remove them"
11722
11803
  }
11723
11804
  },
11724
11805
  "required": [
11725
11806
  "schema"
11726
11807
  ],
11727
- "description": "Event Definition",
11728
11808
  "nullable": true,
11729
11809
  "additionalProperties": false
11730
11810
  }
@@ -12526,6 +12606,14 @@ export const state = {
12526
12606
  "schema": {
12527
12607
  "type": "object",
12528
12608
  "additionalProperties": true
12609
+ },
12610
+ "attributes": {
12611
+ "type": "object",
12612
+ "additionalProperties": {
12613
+ "type": "string",
12614
+ "maxLength": 200
12615
+ },
12616
+ "description": "Optional attributes"
12529
12617
  }
12530
12618
  },
12531
12619
  "required": [
@@ -12812,12 +12900,20 @@ export const state = {
12812
12900
  "schema": {
12813
12901
  "type": "object",
12814
12902
  "additionalProperties": true
12903
+ },
12904
+ "attributes": {
12905
+ "type": "object",
12906
+ "additionalProperties": {
12907
+ "type": "string",
12908
+ "maxLength": 200,
12909
+ "nullable": true
12910
+ },
12911
+ "description": "Optional attributes. Set attributes to null to remove them"
12815
12912
  }
12816
12913
  },
12817
12914
  "required": [
12818
12915
  "schema"
12819
12916
  ],
12820
- "description": "Event Definition",
12821
12917
  "nullable": true,
12822
12918
  "additionalProperties": false
12823
12919
  }
@@ -12875,7 +12971,8 @@ export const state = {
12875
12971
  "type": "string",
12876
12972
  "maxLength": 200,
12877
12973
  "nullable": true
12878
- }
12974
+ },
12975
+ "description": "Optional attributes. Set attributes to null to remove them"
12879
12976
  }
12880
12977
  },
12881
12978
  "required": [
@@ -13170,6 +13267,14 @@ export const state = {
13170
13267
  "schema": {
13171
13268
  "type": "object",
13172
13269
  "additionalProperties": true
13270
+ },
13271
+ "attributes": {
13272
+ "type": "object",
13273
+ "additionalProperties": {
13274
+ "type": "string",
13275
+ "maxLength": 200
13276
+ },
13277
+ "description": "Optional attributes"
13173
13278
  }
13174
13279
  },
13175
13280
  "required": [
@@ -13568,12 +13673,20 @@ export const state = {
13568
13673
  "schema": {
13569
13674
  "type": "object",
13570
13675
  "additionalProperties": true
13676
+ },
13677
+ "attributes": {
13678
+ "type": "object",
13679
+ "additionalProperties": {
13680
+ "type": "string",
13681
+ "maxLength": 200,
13682
+ "nullable": true
13683
+ },
13684
+ "description": "Optional attributes. Set attributes to null to remove them"
13571
13685
  }
13572
13686
  },
13573
13687
  "required": [
13574
13688
  "schema"
13575
13689
  ],
13576
- "description": "Event Definition",
13577
13690
  "nullable": true,
13578
13691
  "additionalProperties": false
13579
13692
  }
@@ -13629,16 +13742,16 @@ export const state = {
13629
13742
  "type": "object",
13630
13743
  "additionalProperties": {
13631
13744
  "type": "string",
13632
- "maxLength": 200
13745
+ "maxLength": 200,
13746
+ "nullable": true
13633
13747
  },
13634
- "description": "Optional attributes"
13748
+ "description": "Optional attributes. Set attributes to null to remove them"
13635
13749
  }
13636
13750
  },
13637
13751
  "required": [
13638
13752
  "input",
13639
13753
  "output"
13640
13754
  ],
13641
- "description": "Action definition",
13642
13755
  "nullable": true,
13643
13756
  "additionalProperties": false
13644
13757
  }
@@ -17251,7 +17364,7 @@ export const state = {
17251
17364
  "title": "Botpress API",
17252
17365
  "description": "API for Botpress Cloud",
17253
17366
  "server": "https://api.botpress.cloud",
17254
- "version": "1.8.0",
17367
+ "version": "1.9.0",
17255
17368
  "prefix": "v1"
17256
17369
  },
17257
17370
  "errors": [
@@ -17960,6 +18073,14 @@ export const state = {
17960
18073
  "schema": {
17961
18074
  "type": "object",
17962
18075
  "additionalProperties": true
18076
+ },
18077
+ "attributes": {
18078
+ "type": "object",
18079
+ "additionalProperties": {
18080
+ "type": "string",
18081
+ "maxLength": 200
18082
+ },
18083
+ "description": "Optional attributes"
17963
18084
  }
17964
18085
  },
17965
18086
  "required": [
@@ -18612,6 +18733,14 @@ export const state = {
18612
18733
  "schema": {
18613
18734
  "type": "object",
18614
18735
  "additionalProperties": true
18736
+ },
18737
+ "attributes": {
18738
+ "type": "object",
18739
+ "additionalProperties": {
18740
+ "type": "string",
18741
+ "maxLength": 200
18742
+ },
18743
+ "description": "Optional attributes"
18615
18744
  }
18616
18745
  },
18617
18746
  "required": [
@@ -18915,6 +19044,14 @@ export const state = {
18915
19044
  "schema": {
18916
19045
  "type": "object",
18917
19046
  "additionalProperties": true
19047
+ },
19048
+ "attributes": {
19049
+ "type": "object",
19050
+ "additionalProperties": {
19051
+ "type": "string",
19052
+ "maxLength": 200
19053
+ },
19054
+ "description": "Optional attributes"
18918
19055
  }
18919
19056
  },
18920
19057
  "required": [
@@ -19168,6 +19305,14 @@ export const state = {
19168
19305
  "schema": {
19169
19306
  "type": "object",
19170
19307
  "additionalProperties": true
19308
+ },
19309
+ "attributes": {
19310
+ "type": "object",
19311
+ "additionalProperties": {
19312
+ "type": "string",
19313
+ "maxLength": 200
19314
+ },
19315
+ "description": "Optional attributes"
19171
19316
  }
19172
19317
  },
19173
19318
  "required": [