@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.
package/dist/index.js CHANGED
@@ -284644,7 +284644,7 @@ var state = {
284644
284644
  "title": "Botpress API",
284645
284645
  "description": "API for Botpress Cloud",
284646
284646
  "server": "https://api.botpress.cloud",
284647
- "version": "1.8.0",
284647
+ "version": "1.9.0",
284648
284648
  "prefix": "v1"
284649
284649
  },
284650
284650
  "errors": [
@@ -285183,6 +285183,14 @@ var state = {
285183
285183
  "schema": {
285184
285184
  "type": "object",
285185
285185
  "additionalProperties": true
285186
+ },
285187
+ "attributes": {
285188
+ "type": "object",
285189
+ "additionalProperties": {
285190
+ "type": "string",
285191
+ "maxLength": 200
285192
+ },
285193
+ "description": "Optional attributes"
285186
285194
  }
285187
285195
  },
285188
285196
  "required": [
@@ -285835,6 +285843,14 @@ var state = {
285835
285843
  "schema": {
285836
285844
  "type": "object",
285837
285845
  "additionalProperties": true
285846
+ },
285847
+ "attributes": {
285848
+ "type": "object",
285849
+ "additionalProperties": {
285850
+ "type": "string",
285851
+ "maxLength": 200
285852
+ },
285853
+ "description": "Optional attributes"
285838
285854
  }
285839
285855
  },
285840
285856
  "required": [
@@ -286138,6 +286154,14 @@ var state = {
286138
286154
  "schema": {
286139
286155
  "type": "object",
286140
286156
  "additionalProperties": true
286157
+ },
286158
+ "attributes": {
286159
+ "type": "object",
286160
+ "additionalProperties": {
286161
+ "type": "string",
286162
+ "maxLength": 200
286163
+ },
286164
+ "description": "Optional attributes"
286141
286165
  }
286142
286166
  },
286143
286167
  "required": [
@@ -286391,6 +286415,14 @@ var state = {
286391
286415
  "schema": {
286392
286416
  "type": "object",
286393
286417
  "additionalProperties": true
286418
+ },
286419
+ "attributes": {
286420
+ "type": "object",
286421
+ "additionalProperties": {
286422
+ "type": "string",
286423
+ "maxLength": 200
286424
+ },
286425
+ "description": "Optional attributes"
286394
286426
  }
286395
286427
  },
286396
286428
  "required": [
@@ -289432,6 +289464,14 @@ var state2 = {
289432
289464
  "schema": {
289433
289465
  "type": "object",
289434
289466
  "additionalProperties": true
289467
+ },
289468
+ "attributes": {
289469
+ "type": "object",
289470
+ "additionalProperties": {
289471
+ "type": "string",
289472
+ "maxLength": 200
289473
+ },
289474
+ "description": "Optional attributes"
289435
289475
  }
289436
289476
  },
289437
289477
  "required": [
@@ -290157,6 +290197,14 @@ var state2 = {
290157
290197
  "schema": {
290158
290198
  "type": "object",
290159
290199
  "additionalProperties": true
290200
+ },
290201
+ "attributes": {
290202
+ "type": "object",
290203
+ "additionalProperties": {
290204
+ "type": "string",
290205
+ "maxLength": 200
290206
+ },
290207
+ "description": "Optional attributes"
290160
290208
  }
290161
290209
  },
290162
290210
  "required": [
@@ -290677,6 +290725,14 @@ var state2 = {
290677
290725
  "schema": {
290678
290726
  "type": "object",
290679
290727
  "additionalProperties": true
290728
+ },
290729
+ "attributes": {
290730
+ "type": "object",
290731
+ "additionalProperties": {
290732
+ "type": "string",
290733
+ "maxLength": 200
290734
+ },
290735
+ "description": "Optional attributes"
290680
290736
  }
290681
290737
  },
290682
290738
  "required": [
@@ -291059,6 +291115,14 @@ var state2 = {
291059
291115
  "schema": {
291060
291116
  "type": "object",
291061
291117
  "additionalProperties": true
291118
+ },
291119
+ "attributes": {
291120
+ "type": "object",
291121
+ "additionalProperties": {
291122
+ "type": "string",
291123
+ "maxLength": 200
291124
+ },
291125
+ "description": "Optional attributes"
291062
291126
  }
291063
291127
  },
291064
291128
  "required": [
@@ -291415,6 +291479,14 @@ var state2 = {
291415
291479
  "schema": {
291416
291480
  "type": "object",
291417
291481
  "additionalProperties": true
291482
+ },
291483
+ "attributes": {
291484
+ "type": "object",
291485
+ "additionalProperties": {
291486
+ "type": "string",
291487
+ "maxLength": 200
291488
+ },
291489
+ "description": "Optional attributes"
291418
291490
  }
291419
291491
  },
291420
291492
  "required": [
@@ -291864,12 +291936,20 @@ var state2 = {
291864
291936
  "schema": {
291865
291937
  "type": "object",
291866
291938
  "additionalProperties": true
291939
+ },
291940
+ "attributes": {
291941
+ "type": "object",
291942
+ "additionalProperties": {
291943
+ "type": "string",
291944
+ "maxLength": 200,
291945
+ "nullable": true
291946
+ },
291947
+ "description": "Optional attributes. Set attributes to null to remove them"
291867
291948
  }
291868
291949
  },
291869
291950
  "required": [
291870
291951
  "schema"
291871
291952
  ],
291872
- "description": "Event Definition",
291873
291953
  "nullable": true,
291874
291954
  "additionalProperties": false
291875
291955
  }
@@ -291925,16 +292005,16 @@ var state2 = {
291925
292005
  "type": "object",
291926
292006
  "additionalProperties": {
291927
292007
  "type": "string",
291928
- "maxLength": 200
292008
+ "maxLength": 200,
292009
+ "nullable": true
291929
292010
  },
291930
- "description": "Optional attributes"
292011
+ "description": "Optional attributes. Set attributes to null to remove them"
291931
292012
  }
291932
292013
  },
291933
292014
  "required": [
291934
292015
  "input",
291935
292016
  "output"
291936
292017
  ],
291937
- "description": "Action definition",
291938
292018
  "nullable": true,
291939
292019
  "additionalProperties": false
291940
292020
  }
@@ -295561,6 +295641,14 @@ var state2 = {
295561
295641
  "schema": {
295562
295642
  "type": "object",
295563
295643
  "additionalProperties": true
295644
+ },
295645
+ "attributes": {
295646
+ "type": "object",
295647
+ "additionalProperties": {
295648
+ "type": "string",
295649
+ "maxLength": 200
295650
+ },
295651
+ "description": "Optional attributes"
295564
295652
  }
295565
295653
  },
295566
295654
  "required": [
@@ -296135,6 +296223,14 @@ var state2 = {
296135
296223
  "schema": {
296136
296224
  "type": "object",
296137
296225
  "additionalProperties": true
296226
+ },
296227
+ "attributes": {
296228
+ "type": "object",
296229
+ "additionalProperties": {
296230
+ "type": "string",
296231
+ "maxLength": 200
296232
+ },
296233
+ "description": "Optional attributes"
296138
296234
  }
296139
296235
  },
296140
296236
  "required": [
@@ -296868,12 +296964,20 @@ var state2 = {
296868
296964
  "schema": {
296869
296965
  "type": "object",
296870
296966
  "additionalProperties": true
296967
+ },
296968
+ "attributes": {
296969
+ "type": "object",
296970
+ "additionalProperties": {
296971
+ "type": "string",
296972
+ "maxLength": 200,
296973
+ "nullable": true
296974
+ },
296975
+ "description": "Optional attributes. Set attributes to null to remove them"
296871
296976
  }
296872
296977
  },
296873
296978
  "required": [
296874
296979
  "schema"
296875
296980
  ],
296876
- "description": "Event Definition",
296877
296981
  "nullable": true,
296878
296982
  "additionalProperties": false
296879
296983
  }
@@ -297459,12 +297563,20 @@ var state2 = {
297459
297563
  "schema": {
297460
297564
  "type": "object",
297461
297565
  "additionalProperties": true
297566
+ },
297567
+ "attributes": {
297568
+ "type": "object",
297569
+ "additionalProperties": {
297570
+ "type": "string",
297571
+ "maxLength": 200,
297572
+ "nullable": true
297573
+ },
297574
+ "description": "Optional attributes. Set attributes to null to remove them"
297462
297575
  }
297463
297576
  },
297464
297577
  "required": [
297465
297578
  "schema"
297466
297579
  ],
297467
- "description": "Event Definition",
297468
297580
  "nullable": true,
297469
297581
  "additionalProperties": false
297470
297582
  }
@@ -298266,6 +298378,14 @@ var state2 = {
298266
298378
  "schema": {
298267
298379
  "type": "object",
298268
298380
  "additionalProperties": true
298381
+ },
298382
+ "attributes": {
298383
+ "type": "object",
298384
+ "additionalProperties": {
298385
+ "type": "string",
298386
+ "maxLength": 200
298387
+ },
298388
+ "description": "Optional attributes"
298269
298389
  }
298270
298390
  },
298271
298391
  "required": [
@@ -298552,12 +298672,20 @@ var state2 = {
298552
298672
  "schema": {
298553
298673
  "type": "object",
298554
298674
  "additionalProperties": true
298675
+ },
298676
+ "attributes": {
298677
+ "type": "object",
298678
+ "additionalProperties": {
298679
+ "type": "string",
298680
+ "maxLength": 200,
298681
+ "nullable": true
298682
+ },
298683
+ "description": "Optional attributes. Set attributes to null to remove them"
298555
298684
  }
298556
298685
  },
298557
298686
  "required": [
298558
298687
  "schema"
298559
298688
  ],
298560
- "description": "Event Definition",
298561
298689
  "nullable": true,
298562
298690
  "additionalProperties": false
298563
298691
  }
@@ -298615,7 +298743,8 @@ var state2 = {
298615
298743
  "type": "string",
298616
298744
  "maxLength": 200,
298617
298745
  "nullable": true
298618
- }
298746
+ },
298747
+ "description": "Optional attributes. Set attributes to null to remove them"
298619
298748
  }
298620
298749
  },
298621
298750
  "required": [
@@ -298910,6 +299039,14 @@ var state2 = {
298910
299039
  "schema": {
298911
299040
  "type": "object",
298912
299041
  "additionalProperties": true
299042
+ },
299043
+ "attributes": {
299044
+ "type": "object",
299045
+ "additionalProperties": {
299046
+ "type": "string",
299047
+ "maxLength": 200
299048
+ },
299049
+ "description": "Optional attributes"
298913
299050
  }
298914
299051
  },
298915
299052
  "required": [
@@ -299308,12 +299445,20 @@ var state2 = {
299308
299445
  "schema": {
299309
299446
  "type": "object",
299310
299447
  "additionalProperties": true
299448
+ },
299449
+ "attributes": {
299450
+ "type": "object",
299451
+ "additionalProperties": {
299452
+ "type": "string",
299453
+ "maxLength": 200,
299454
+ "nullable": true
299455
+ },
299456
+ "description": "Optional attributes. Set attributes to null to remove them"
299311
299457
  }
299312
299458
  },
299313
299459
  "required": [
299314
299460
  "schema"
299315
299461
  ],
299316
- "description": "Event Definition",
299317
299462
  "nullable": true,
299318
299463
  "additionalProperties": false
299319
299464
  }
@@ -299369,16 +299514,16 @@ var state2 = {
299369
299514
  "type": "object",
299370
299515
  "additionalProperties": {
299371
299516
  "type": "string",
299372
- "maxLength": 200
299517
+ "maxLength": 200,
299518
+ "nullable": true
299373
299519
  },
299374
- "description": "Optional attributes"
299520
+ "description": "Optional attributes. Set attributes to null to remove them"
299375
299521
  }
299376
299522
  },
299377
299523
  "required": [
299378
299524
  "input",
299379
299525
  "output"
299380
299526
  ],
299381
- "description": "Action definition",
299382
299527
  "nullable": true,
299383
299528
  "additionalProperties": false
299384
299529
  }
@@ -300216,7 +300361,7 @@ var state2 = {
300216
300361
  "title": "Botpress API",
300217
300362
  "description": "API for Botpress Cloud",
300218
300363
  "server": "https://api.botpress.cloud",
300219
- "version": "1.8.0",
300364
+ "version": "1.9.0",
300220
300365
  "prefix": "v1"
300221
300366
  },
300222
300367
  "errors": [
@@ -300810,6 +300955,14 @@ var state2 = {
300810
300955
  "schema": {
300811
300956
  "type": "object",
300812
300957
  "additionalProperties": true
300958
+ },
300959
+ "attributes": {
300960
+ "type": "object",
300961
+ "additionalProperties": {
300962
+ "type": "string",
300963
+ "maxLength": 200
300964
+ },
300965
+ "description": "Optional attributes"
300813
300966
  }
300814
300967
  },
300815
300968
  "required": [
@@ -301462,6 +301615,14 @@ var state2 = {
301462
301615
  "schema": {
301463
301616
  "type": "object",
301464
301617
  "additionalProperties": true
301618
+ },
301619
+ "attributes": {
301620
+ "type": "object",
301621
+ "additionalProperties": {
301622
+ "type": "string",
301623
+ "maxLength": 200
301624
+ },
301625
+ "description": "Optional attributes"
301465
301626
  }
301466
301627
  },
301467
301628
  "required": [
@@ -301765,6 +301926,14 @@ var state2 = {
301765
301926
  "schema": {
301766
301927
  "type": "object",
301767
301928
  "additionalProperties": true
301929
+ },
301930
+ "attributes": {
301931
+ "type": "object",
301932
+ "additionalProperties": {
301933
+ "type": "string",
301934
+ "maxLength": 200
301935
+ },
301936
+ "description": "Optional attributes"
301768
301937
  }
301769
301938
  },
301770
301939
  "required": [
@@ -302018,6 +302187,14 @@ var state2 = {
302018
302187
  "schema": {
302019
302188
  "type": "object",
302020
302189
  "additionalProperties": true
302190
+ },
302191
+ "attributes": {
302192
+ "type": "object",
302193
+ "additionalProperties": {
302194
+ "type": "string",
302195
+ "maxLength": 200
302196
+ },
302197
+ "description": "Optional attributes"
302021
302198
  }
302022
302199
  },
302023
302200
  "required": [
@@ -305596,7 +305773,7 @@ var state3 = {
305596
305773
  "title": "Botpress API",
305597
305774
  "description": "API for Botpress Cloud",
305598
305775
  "server": "https://api.botpress.cloud",
305599
- "version": "1.8.0",
305776
+ "version": "1.9.0",
305600
305777
  "prefix": "v1"
305601
305778
  },
305602
305779
  "errors": [
@@ -306086,6 +306263,14 @@ var state3 = {
306086
306263
  "schema": {
306087
306264
  "type": "object",
306088
306265
  "additionalProperties": true
306266
+ },
306267
+ "attributes": {
306268
+ "type": "object",
306269
+ "additionalProperties": {
306270
+ "type": "string",
306271
+ "maxLength": 200
306272
+ },
306273
+ "description": "Optional attributes"
306089
306274
  }
306090
306275
  },
306091
306276
  "required": [
@@ -306738,6 +306923,14 @@ var state3 = {
306738
306923
  "schema": {
306739
306924
  "type": "object",
306740
306925
  "additionalProperties": true
306926
+ },
306927
+ "attributes": {
306928
+ "type": "object",
306929
+ "additionalProperties": {
306930
+ "type": "string",
306931
+ "maxLength": 200
306932
+ },
306933
+ "description": "Optional attributes"
306741
306934
  }
306742
306935
  },
306743
306936
  "required": [
@@ -307041,6 +307234,14 @@ var state3 = {
307041
307234
  "schema": {
307042
307235
  "type": "object",
307043
307236
  "additionalProperties": true
307237
+ },
307238
+ "attributes": {
307239
+ "type": "object",
307240
+ "additionalProperties": {
307241
+ "type": "string",
307242
+ "maxLength": 200
307243
+ },
307244
+ "description": "Optional attributes"
307044
307245
  }
307045
307246
  },
307046
307247
  "required": [
@@ -307294,6 +307495,14 @@ var state3 = {
307294
307495
  "schema": {
307295
307496
  "type": "object",
307296
307497
  "additionalProperties": true
307498
+ },
307499
+ "attributes": {
307500
+ "type": "object",
307501
+ "additionalProperties": {
307502
+ "type": "string",
307503
+ "maxLength": 200
307504
+ },
307505
+ "description": "Optional attributes"
307297
307506
  }
307298
307507
  },
307299
307508
  "required": [
@@ -310423,7 +310632,7 @@ var state4 = {
310423
310632
  "title": "Botpress API",
310424
310633
  "description": "API for Botpress Cloud",
310425
310634
  "server": "https://api.botpress.cloud",
310426
- "version": "1.8.0",
310635
+ "version": "1.9.0",
310427
310636
  "prefix": "v1"
310428
310637
  },
310429
310638
  "errors": [
@@ -310922,6 +311131,14 @@ var state4 = {
310922
311131
  "schema": {
310923
311132
  "type": "object",
310924
311133
  "additionalProperties": true
311134
+ },
311135
+ "attributes": {
311136
+ "type": "object",
311137
+ "additionalProperties": {
311138
+ "type": "string",
311139
+ "maxLength": 200
311140
+ },
311141
+ "description": "Optional attributes"
310925
311142
  }
310926
311143
  },
310927
311144
  "required": [
@@ -311574,6 +311791,14 @@ var state4 = {
311574
311791
  "schema": {
311575
311792
  "type": "object",
311576
311793
  "additionalProperties": true
311794
+ },
311795
+ "attributes": {
311796
+ "type": "object",
311797
+ "additionalProperties": {
311798
+ "type": "string",
311799
+ "maxLength": 200
311800
+ },
311801
+ "description": "Optional attributes"
311577
311802
  }
311578
311803
  },
311579
311804
  "required": [
@@ -311877,6 +312102,14 @@ var state4 = {
311877
312102
  "schema": {
311878
312103
  "type": "object",
311879
312104
  "additionalProperties": true
312105
+ },
312106
+ "attributes": {
312107
+ "type": "object",
312108
+ "additionalProperties": {
312109
+ "type": "string",
312110
+ "maxLength": 200
312111
+ },
312112
+ "description": "Optional attributes"
311880
312113
  }
311881
312114
  },
311882
312115
  "required": [
@@ -312130,6 +312363,14 @@ var state4 = {
312130
312363
  "schema": {
312131
312364
  "type": "object",
312132
312365
  "additionalProperties": true
312366
+ },
312367
+ "attributes": {
312368
+ "type": "object",
312369
+ "additionalProperties": {
312370
+ "type": "string",
312371
+ "maxLength": 200
312372
+ },
312373
+ "description": "Optional attributes"
312133
312374
  }
312134
312375
  },
312135
312376
  "required": [
@@ -317733,6 +317974,14 @@ var state5 = {
317733
317974
  "schema": {
317734
317975
  "type": "object",
317735
317976
  "additionalProperties": true
317977
+ },
317978
+ "attributes": {
317979
+ "type": "object",
317980
+ "additionalProperties": {
317981
+ "type": "string",
317982
+ "maxLength": 200
317983
+ },
317984
+ "description": "Optional attributes"
317736
317985
  }
317737
317986
  },
317738
317987
  "required": [
@@ -318458,6 +318707,14 @@ var state5 = {
318458
318707
  "schema": {
318459
318708
  "type": "object",
318460
318709
  "additionalProperties": true
318710
+ },
318711
+ "attributes": {
318712
+ "type": "object",
318713
+ "additionalProperties": {
318714
+ "type": "string",
318715
+ "maxLength": 200
318716
+ },
318717
+ "description": "Optional attributes"
318461
318718
  }
318462
318719
  },
318463
318720
  "required": [
@@ -318978,6 +319235,14 @@ var state5 = {
318978
319235
  "schema": {
318979
319236
  "type": "object",
318980
319237
  "additionalProperties": true
319238
+ },
319239
+ "attributes": {
319240
+ "type": "object",
319241
+ "additionalProperties": {
319242
+ "type": "string",
319243
+ "maxLength": 200
319244
+ },
319245
+ "description": "Optional attributes"
318981
319246
  }
318982
319247
  },
318983
319248
  "required": [
@@ -319360,6 +319625,14 @@ var state5 = {
319360
319625
  "schema": {
319361
319626
  "type": "object",
319362
319627
  "additionalProperties": true
319628
+ },
319629
+ "attributes": {
319630
+ "type": "object",
319631
+ "additionalProperties": {
319632
+ "type": "string",
319633
+ "maxLength": 200
319634
+ },
319635
+ "description": "Optional attributes"
319363
319636
  }
319364
319637
  },
319365
319638
  "required": [
@@ -319716,6 +319989,14 @@ var state5 = {
319716
319989
  "schema": {
319717
319990
  "type": "object",
319718
319991
  "additionalProperties": true
319992
+ },
319993
+ "attributes": {
319994
+ "type": "object",
319995
+ "additionalProperties": {
319996
+ "type": "string",
319997
+ "maxLength": 200
319998
+ },
319999
+ "description": "Optional attributes"
319719
320000
  }
319720
320001
  },
319721
320002
  "required": [
@@ -320165,12 +320446,20 @@ var state5 = {
320165
320446
  "schema": {
320166
320447
  "type": "object",
320167
320448
  "additionalProperties": true
320449
+ },
320450
+ "attributes": {
320451
+ "type": "object",
320452
+ "additionalProperties": {
320453
+ "type": "string",
320454
+ "maxLength": 200,
320455
+ "nullable": true
320456
+ },
320457
+ "description": "Optional attributes. Set attributes to null to remove them"
320168
320458
  }
320169
320459
  },
320170
320460
  "required": [
320171
320461
  "schema"
320172
320462
  ],
320173
- "description": "Event Definition",
320174
320463
  "nullable": true,
320175
320464
  "additionalProperties": false
320176
320465
  }
@@ -320226,16 +320515,16 @@ var state5 = {
320226
320515
  "type": "object",
320227
320516
  "additionalProperties": {
320228
320517
  "type": "string",
320229
- "maxLength": 200
320518
+ "maxLength": 200,
320519
+ "nullable": true
320230
320520
  },
320231
- "description": "Optional attributes"
320521
+ "description": "Optional attributes. Set attributes to null to remove them"
320232
320522
  }
320233
320523
  },
320234
320524
  "required": [
320235
320525
  "input",
320236
320526
  "output"
320237
320527
  ],
320238
- "description": "Action definition",
320239
320528
  "nullable": true,
320240
320529
  "additionalProperties": false
320241
320530
  }
@@ -323863,6 +324152,14 @@ var state5 = {
323863
324152
  "schema": {
323864
324153
  "type": "object",
323865
324154
  "additionalProperties": true
324155
+ },
324156
+ "attributes": {
324157
+ "type": "object",
324158
+ "additionalProperties": {
324159
+ "type": "string",
324160
+ "maxLength": 200
324161
+ },
324162
+ "description": "Optional attributes"
323866
324163
  }
323867
324164
  },
323868
324165
  "required": [
@@ -324437,6 +324734,14 @@ var state5 = {
324437
324734
  "schema": {
324438
324735
  "type": "object",
324439
324736
  "additionalProperties": true
324737
+ },
324738
+ "attributes": {
324739
+ "type": "object",
324740
+ "additionalProperties": {
324741
+ "type": "string",
324742
+ "maxLength": 200
324743
+ },
324744
+ "description": "Optional attributes"
324440
324745
  }
324441
324746
  },
324442
324747
  "required": [
@@ -325170,12 +325475,20 @@ var state5 = {
325170
325475
  "schema": {
325171
325476
  "type": "object",
325172
325477
  "additionalProperties": true
325478
+ },
325479
+ "attributes": {
325480
+ "type": "object",
325481
+ "additionalProperties": {
325482
+ "type": "string",
325483
+ "maxLength": 200,
325484
+ "nullable": true
325485
+ },
325486
+ "description": "Optional attributes. Set attributes to null to remove them"
325173
325487
  }
325174
325488
  },
325175
325489
  "required": [
325176
325490
  "schema"
325177
325491
  ],
325178
- "description": "Event Definition",
325179
325492
  "nullable": true,
325180
325493
  "additionalProperties": false
325181
325494
  }
@@ -325761,12 +326074,20 @@ var state5 = {
325761
326074
  "schema": {
325762
326075
  "type": "object",
325763
326076
  "additionalProperties": true
326077
+ },
326078
+ "attributes": {
326079
+ "type": "object",
326080
+ "additionalProperties": {
326081
+ "type": "string",
326082
+ "maxLength": 200,
326083
+ "nullable": true
326084
+ },
326085
+ "description": "Optional attributes. Set attributes to null to remove them"
325764
326086
  }
325765
326087
  },
325766
326088
  "required": [
325767
326089
  "schema"
325768
326090
  ],
325769
- "description": "Event Definition",
325770
326091
  "nullable": true,
325771
326092
  "additionalProperties": false
325772
326093
  }
@@ -326568,6 +326889,14 @@ var state5 = {
326568
326889
  "schema": {
326569
326890
  "type": "object",
326570
326891
  "additionalProperties": true
326892
+ },
326893
+ "attributes": {
326894
+ "type": "object",
326895
+ "additionalProperties": {
326896
+ "type": "string",
326897
+ "maxLength": 200
326898
+ },
326899
+ "description": "Optional attributes"
326571
326900
  }
326572
326901
  },
326573
326902
  "required": [
@@ -326854,12 +327183,20 @@ var state5 = {
326854
327183
  "schema": {
326855
327184
  "type": "object",
326856
327185
  "additionalProperties": true
327186
+ },
327187
+ "attributes": {
327188
+ "type": "object",
327189
+ "additionalProperties": {
327190
+ "type": "string",
327191
+ "maxLength": 200,
327192
+ "nullable": true
327193
+ },
327194
+ "description": "Optional attributes. Set attributes to null to remove them"
326857
327195
  }
326858
327196
  },
326859
327197
  "required": [
326860
327198
  "schema"
326861
327199
  ],
326862
- "description": "Event Definition",
326863
327200
  "nullable": true,
326864
327201
  "additionalProperties": false
326865
327202
  }
@@ -326917,7 +327254,8 @@ var state5 = {
326917
327254
  "type": "string",
326918
327255
  "maxLength": 200,
326919
327256
  "nullable": true
326920
- }
327257
+ },
327258
+ "description": "Optional attributes. Set attributes to null to remove them"
326921
327259
  }
326922
327260
  },
326923
327261
  "required": [
@@ -327212,6 +327550,14 @@ var state5 = {
327212
327550
  "schema": {
327213
327551
  "type": "object",
327214
327552
  "additionalProperties": true
327553
+ },
327554
+ "attributes": {
327555
+ "type": "object",
327556
+ "additionalProperties": {
327557
+ "type": "string",
327558
+ "maxLength": 200
327559
+ },
327560
+ "description": "Optional attributes"
327215
327561
  }
327216
327562
  },
327217
327563
  "required": [
@@ -327610,12 +327956,20 @@ var state5 = {
327610
327956
  "schema": {
327611
327957
  "type": "object",
327612
327958
  "additionalProperties": true
327959
+ },
327960
+ "attributes": {
327961
+ "type": "object",
327962
+ "additionalProperties": {
327963
+ "type": "string",
327964
+ "maxLength": 200,
327965
+ "nullable": true
327966
+ },
327967
+ "description": "Optional attributes. Set attributes to null to remove them"
327613
327968
  }
327614
327969
  },
327615
327970
  "required": [
327616
327971
  "schema"
327617
327972
  ],
327618
- "description": "Event Definition",
327619
327973
  "nullable": true,
327620
327974
  "additionalProperties": false
327621
327975
  }
@@ -327671,16 +328025,16 @@ var state5 = {
327671
328025
  "type": "object",
327672
328026
  "additionalProperties": {
327673
328027
  "type": "string",
327674
- "maxLength": 200
328028
+ "maxLength": 200,
328029
+ "nullable": true
327675
328030
  },
327676
- "description": "Optional attributes"
328031
+ "description": "Optional attributes. Set attributes to null to remove them"
327677
328032
  }
327678
328033
  },
327679
328034
  "required": [
327680
328035
  "input",
327681
328036
  "output"
327682
328037
  ],
327683
- "description": "Action definition",
327684
328038
  "nullable": true,
327685
328039
  "additionalProperties": false
327686
328040
  }
@@ -331293,7 +331647,7 @@ var state5 = {
331293
331647
  "title": "Botpress API",
331294
331648
  "description": "API for Botpress Cloud",
331295
331649
  "server": "https://api.botpress.cloud",
331296
- "version": "1.8.0",
331650
+ "version": "1.9.0",
331297
331651
  "prefix": "v1"
331298
331652
  },
331299
331653
  "errors": [
@@ -332002,6 +332356,14 @@ var state5 = {
332002
332356
  "schema": {
332003
332357
  "type": "object",
332004
332358
  "additionalProperties": true
332359
+ },
332360
+ "attributes": {
332361
+ "type": "object",
332362
+ "additionalProperties": {
332363
+ "type": "string",
332364
+ "maxLength": 200
332365
+ },
332366
+ "description": "Optional attributes"
332005
332367
  }
332006
332368
  },
332007
332369
  "required": [
@@ -332654,6 +333016,14 @@ var state5 = {
332654
333016
  "schema": {
332655
333017
  "type": "object",
332656
333018
  "additionalProperties": true
333019
+ },
333020
+ "attributes": {
333021
+ "type": "object",
333022
+ "additionalProperties": {
333023
+ "type": "string",
333024
+ "maxLength": 200
333025
+ },
333026
+ "description": "Optional attributes"
332657
333027
  }
332658
333028
  },
332659
333029
  "required": [
@@ -332957,6 +333327,14 @@ var state5 = {
332957
333327
  "schema": {
332958
333328
  "type": "object",
332959
333329
  "additionalProperties": true
333330
+ },
333331
+ "attributes": {
333332
+ "type": "object",
333333
+ "additionalProperties": {
333334
+ "type": "string",
333335
+ "maxLength": 200
333336
+ },
333337
+ "description": "Optional attributes"
332960
333338
  }
332961
333339
  },
332962
333340
  "required": [
@@ -333210,6 +333588,14 @@ var state5 = {
333210
333588
  "schema": {
333211
333589
  "type": "object",
333212
333590
  "additionalProperties": true
333591
+ },
333592
+ "attributes": {
333593
+ "type": "object",
333594
+ "additionalProperties": {
333595
+ "type": "string",
333596
+ "maxLength": 200
333597
+ },
333598
+ "description": "Optional attributes"
333213
333599
  }
333214
333600
  },
333215
333601
  "required": [