@botpress/api 1.16.0 → 1.17.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
@@ -284126,7 +284126,7 @@ var state = {
284126
284126
  "title": "Botpress API",
284127
284127
  "description": "API for Botpress Cloud",
284128
284128
  "server": "https://api.botpress.cloud",
284129
- "version": "1.16.0",
284129
+ "version": "1.17.0",
284130
284130
  "prefix": "v1"
284131
284131
  },
284132
284132
  "errors": [
@@ -285576,6 +285576,14 @@ var state = {
285576
285576
  "additionalProperties": false
285577
285577
  }
285578
285578
  },
285579
+ "attributes": {
285580
+ "type": "object",
285581
+ "additionalProperties": {
285582
+ "type": "string",
285583
+ "maxLength": 200
285584
+ },
285585
+ "description": "Optional attributes"
285586
+ },
285579
285587
  "dev": {
285580
285588
  "type": "boolean",
285581
285589
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -285865,6 +285873,14 @@ var state = {
285865
285873
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
285866
285874
  "additionalProperties": false
285867
285875
  },
285876
+ "attributes": {
285877
+ "type": "object",
285878
+ "additionalProperties": {
285879
+ "type": "string",
285880
+ "maxLength": 200
285881
+ },
285882
+ "description": "Optional attributes"
285883
+ },
285868
285884
  "title": {
285869
285885
  "type": "string",
285870
285886
  "minLength": 1,
@@ -286220,6 +286236,14 @@ var state = {
286220
286236
  "description": "Conversation object configuration",
286221
286237
  "additionalProperties": false
286222
286238
  },
286239
+ "attributes": {
286240
+ "type": "object",
286241
+ "additionalProperties": {
286242
+ "type": "string",
286243
+ "maxLength": 200
286244
+ },
286245
+ "description": "Optional attributes"
286246
+ },
286223
286247
  "title": {
286224
286248
  "type": "string",
286225
286249
  "minLength": 1,
@@ -289225,6 +289249,14 @@ var state2 = {
289225
289249
  "additionalProperties": false
289226
289250
  }
289227
289251
  },
289252
+ "attributes": {
289253
+ "type": "object",
289254
+ "additionalProperties": {
289255
+ "type": "string",
289256
+ "maxLength": 200
289257
+ },
289258
+ "description": "Optional attributes"
289259
+ },
289228
289260
  "dev": {
289229
289261
  "type": "boolean",
289230
289262
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -289958,6 +289990,14 @@ var state2 = {
289958
289990
  "additionalProperties": false
289959
289991
  }
289960
289992
  },
289993
+ "attributes": {
289994
+ "type": "object",
289995
+ "additionalProperties": {
289996
+ "type": "string",
289997
+ "maxLength": 200
289998
+ },
289999
+ "description": "Optional attributes"
290000
+ },
289961
290001
  "dev": {
289962
290002
  "type": "boolean",
289963
290003
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -290530,6 +290570,14 @@ var state2 = {
290530
290570
  "description": "Conversation object configuration",
290531
290571
  "additionalProperties": false
290532
290572
  },
290573
+ "attributes": {
290574
+ "type": "object",
290575
+ "additionalProperties": {
290576
+ "type": "string",
290577
+ "maxLength": 200
290578
+ },
290579
+ "description": "Optional attributes"
290580
+ },
290533
290581
  "title": {
290534
290582
  "type": "string",
290535
290583
  "minLength": 1,
@@ -290920,6 +290968,14 @@ var state2 = {
290920
290968
  "description": "Conversation object configuration",
290921
290969
  "additionalProperties": false
290922
290970
  },
290971
+ "attributes": {
290972
+ "type": "object",
290973
+ "additionalProperties": {
290974
+ "type": "string",
290975
+ "maxLength": 200
290976
+ },
290977
+ "description": "Optional attributes"
290978
+ },
290923
290979
  "title": {
290924
290980
  "type": "string",
290925
290981
  "minLength": 1,
@@ -291370,6 +291426,14 @@ var state2 = {
291370
291426
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
291371
291427
  "additionalProperties": false
291372
291428
  },
291429
+ "attributes": {
291430
+ "type": "object",
291431
+ "additionalProperties": {
291432
+ "type": "string",
291433
+ "maxLength": 200
291434
+ },
291435
+ "description": "Optional attributes"
291436
+ },
291373
291437
  "title": {
291374
291438
  "type": "string",
291375
291439
  "minLength": 1,
@@ -291660,6 +291724,14 @@ var state2 = {
291660
291724
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
291661
291725
  "additionalProperties": false
291662
291726
  },
291727
+ "attributes": {
291728
+ "type": "object",
291729
+ "additionalProperties": {
291730
+ "type": "string",
291731
+ "maxLength": 200
291732
+ },
291733
+ "description": "Optional attributes"
291734
+ },
291663
291735
  "title": {
291664
291736
  "type": "string",
291665
291737
  "minLength": 1,
@@ -292011,7 +292083,7 @@ var state2 = {
292011
292083
  "type": "string",
292012
292084
  "maxLength": 500
292013
292085
  },
292014
- "description": "Tags of the [Bot](#schema_bot)"
292086
+ "description": "Optional attributes of the [Bot](#schema_bot)"
292015
292087
  },
292016
292088
  "code": {
292017
292089
  "type": "string",
@@ -292123,7 +292195,7 @@ var state2 = {
292123
292195
  "type": "string",
292124
292196
  "maxLength": 500
292125
292197
  },
292126
- "description": "Tags of the [Bot](#schema_bot)"
292198
+ "description": "Optional attributes of the [Bot](#schema_bot)"
292127
292199
  },
292128
292200
  "blocked": {
292129
292201
  "type": "boolean"
@@ -296082,6 +296154,14 @@ var state2 = {
296082
296154
  "additionalProperties": false
296083
296155
  }
296084
296156
  },
296157
+ "attributes": {
296158
+ "type": "object",
296159
+ "additionalProperties": {
296160
+ "type": "string",
296161
+ "maxLength": 200
296162
+ },
296163
+ "description": "Optional attributes"
296164
+ },
296085
296165
  "identifier": {
296086
296166
  "type": "object",
296087
296167
  "properties": {
@@ -296664,6 +296744,14 @@ var state2 = {
296664
296744
  "additionalProperties": false
296665
296745
  }
296666
296746
  },
296747
+ "attributes": {
296748
+ "type": "object",
296749
+ "additionalProperties": {
296750
+ "type": "string",
296751
+ "maxLength": 200
296752
+ },
296753
+ "description": "Optional attributes"
296754
+ },
296667
296755
  "identifier": {
296668
296756
  "type": "object",
296669
296757
  "properties": {
@@ -297520,6 +297608,15 @@ var state2 = {
297520
297608
  },
297521
297609
  "additionalProperties": false
297522
297610
  },
297611
+ "attributes": {
297612
+ "type": "object",
297613
+ "additionalProperties": {
297614
+ "type": "string",
297615
+ "maxLength": 200,
297616
+ "nullable": true
297617
+ },
297618
+ "description": "Optional attributes. Set attributes to null to remove them"
297619
+ },
297523
297620
  "secrets": {
297524
297621
  "type": "object",
297525
297622
  "additionalProperties": {
@@ -298119,6 +298216,15 @@ var state2 = {
298119
298216
  },
298120
298217
  "additionalProperties": false
298121
298218
  },
298219
+ "attributes": {
298220
+ "type": "object",
298221
+ "additionalProperties": {
298222
+ "type": "string",
298223
+ "maxLength": 200,
298224
+ "nullable": true
298225
+ },
298226
+ "description": "Optional attributes. Set attributes to null to remove them"
298227
+ },
298122
298228
  "secrets": {
298123
298229
  "type": "object",
298124
298230
  "additionalProperties": {
@@ -298856,6 +298962,14 @@ var state2 = {
298856
298962
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
298857
298963
  "additionalProperties": false
298858
298964
  },
298965
+ "attributes": {
298966
+ "type": "object",
298967
+ "additionalProperties": {
298968
+ "type": "string",
298969
+ "maxLength": 200
298970
+ },
298971
+ "description": "Optional attributes"
298972
+ },
298859
298973
  "icon": {
298860
298974
  "type": "string",
298861
298975
  "description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
@@ -299175,6 +299289,15 @@ var state2 = {
299175
299289
  "nullable": true,
299176
299290
  "additionalProperties": false
299177
299291
  },
299292
+ "attributes": {
299293
+ "type": "object",
299294
+ "additionalProperties": {
299295
+ "type": "string",
299296
+ "maxLength": 200,
299297
+ "nullable": true
299298
+ },
299299
+ "description": "Optional attributes. Set attributes to null to remove them"
299300
+ },
299178
299301
  "icon": {
299179
299302
  "type": "string",
299180
299303
  "description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
@@ -299634,6 +299757,14 @@ var state2 = {
299634
299757
  },
299635
299758
  "additionalProperties": false
299636
299759
  },
299760
+ "attributes": {
299761
+ "type": "object",
299762
+ "additionalProperties": {
299763
+ "type": "string",
299764
+ "maxLength": 200
299765
+ },
299766
+ "description": "Optional attributes"
299767
+ },
299637
299768
  "code": {
299638
299769
  "type": "object",
299639
299770
  "properties": {
@@ -300044,6 +300175,15 @@ var state2 = {
300044
300175
  },
300045
300176
  "additionalProperties": false
300046
300177
  },
300178
+ "attributes": {
300179
+ "type": "object",
300180
+ "additionalProperties": {
300181
+ "type": "string",
300182
+ "maxLength": 200,
300183
+ "nullable": true
300184
+ },
300185
+ "description": "Optional attributes. Set attributes to null to remove them"
300186
+ },
300047
300187
  "code": {
300048
300188
  "type": "object",
300049
300189
  "properties": {
@@ -300809,7 +300949,7 @@ var state2 = {
300809
300949
  "title": "Botpress API",
300810
300950
  "description": "API for Botpress Cloud",
300811
300951
  "server": "https://api.botpress.cloud",
300812
- "version": "1.16.0",
300952
+ "version": "1.17.0",
300813
300953
  "prefix": "v1"
300814
300954
  },
300815
300955
  "errors": [
@@ -302317,6 +302457,14 @@ var state2 = {
302317
302457
  "additionalProperties": false
302318
302458
  }
302319
302459
  },
302460
+ "attributes": {
302461
+ "type": "object",
302462
+ "additionalProperties": {
302463
+ "type": "string",
302464
+ "maxLength": 200
302465
+ },
302466
+ "description": "Optional attributes"
302467
+ },
302320
302468
  "dev": {
302321
302469
  "type": "boolean",
302322
302470
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -302606,6 +302754,14 @@ var state2 = {
302606
302754
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
302607
302755
  "additionalProperties": false
302608
302756
  },
302757
+ "attributes": {
302758
+ "type": "object",
302759
+ "additionalProperties": {
302760
+ "type": "string",
302761
+ "maxLength": 200
302762
+ },
302763
+ "description": "Optional attributes"
302764
+ },
302609
302765
  "title": {
302610
302766
  "type": "string",
302611
302767
  "minLength": 1,
@@ -302961,6 +303117,14 @@ var state2 = {
302961
303117
  "description": "Conversation object configuration",
302962
303118
  "additionalProperties": false
302963
303119
  },
303120
+ "attributes": {
303121
+ "type": "object",
303122
+ "additionalProperties": {
303123
+ "type": "string",
303124
+ "maxLength": 200
303125
+ },
303126
+ "description": "Optional attributes"
303127
+ },
302964
303128
  "title": {
302965
303129
  "type": "string",
302966
303130
  "minLength": 1,
@@ -306415,7 +306579,7 @@ var state3 = {
306415
306579
  "title": "Botpress API",
306416
306580
  "description": "API for Botpress Cloud",
306417
306581
  "server": "https://api.botpress.cloud",
306418
- "version": "1.16.0",
306582
+ "version": "1.17.0",
306419
306583
  "prefix": "v1"
306420
306584
  },
306421
306585
  "errors": [
@@ -307818,6 +307982,14 @@ var state3 = {
307818
307982
  "additionalProperties": false
307819
307983
  }
307820
307984
  },
307985
+ "attributes": {
307986
+ "type": "object",
307987
+ "additionalProperties": {
307988
+ "type": "string",
307989
+ "maxLength": 200
307990
+ },
307991
+ "description": "Optional attributes"
307992
+ },
307821
307993
  "dev": {
307822
307994
  "type": "boolean",
307823
307995
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -308107,6 +308279,14 @@ var state3 = {
308107
308279
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
308108
308280
  "additionalProperties": false
308109
308281
  },
308282
+ "attributes": {
308283
+ "type": "object",
308284
+ "additionalProperties": {
308285
+ "type": "string",
308286
+ "maxLength": 200
308287
+ },
308288
+ "description": "Optional attributes"
308289
+ },
308110
308290
  "title": {
308111
308291
  "type": "string",
308112
308292
  "minLength": 1,
@@ -308462,6 +308642,14 @@ var state3 = {
308462
308642
  "description": "Conversation object configuration",
308463
308643
  "additionalProperties": false
308464
308644
  },
308645
+ "attributes": {
308646
+ "type": "object",
308647
+ "additionalProperties": {
308648
+ "type": "string",
308649
+ "maxLength": 200
308650
+ },
308651
+ "description": "Optional attributes"
308652
+ },
308465
308653
  "title": {
308466
308654
  "type": "string",
308467
308655
  "minLength": 1,
@@ -311395,7 +311583,7 @@ var state4 = {
311395
311583
  "title": "Botpress API",
311396
311584
  "description": "API for Botpress Cloud",
311397
311585
  "server": "https://api.botpress.cloud",
311398
- "version": "1.16.0",
311586
+ "version": "1.17.0",
311399
311587
  "prefix": "v1"
311400
311588
  },
311401
311589
  "errors": [
@@ -312805,6 +312993,14 @@ var state4 = {
312805
312993
  "additionalProperties": false
312806
312994
  }
312807
312995
  },
312996
+ "attributes": {
312997
+ "type": "object",
312998
+ "additionalProperties": {
312999
+ "type": "string",
313000
+ "maxLength": 200
313001
+ },
313002
+ "description": "Optional attributes"
313003
+ },
312808
313004
  "dev": {
312809
313005
  "type": "boolean",
312810
313006
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -313094,6 +313290,14 @@ var state4 = {
313094
313290
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
313095
313291
  "additionalProperties": false
313096
313292
  },
313293
+ "attributes": {
313294
+ "type": "object",
313295
+ "additionalProperties": {
313296
+ "type": "string",
313297
+ "maxLength": 200
313298
+ },
313299
+ "description": "Optional attributes"
313300
+ },
313097
313301
  "title": {
313098
313302
  "type": "string",
313099
313303
  "minLength": 1,
@@ -313449,6 +313653,14 @@ var state4 = {
313449
313653
  "description": "Conversation object configuration",
313450
313654
  "additionalProperties": false
313451
313655
  },
313656
+ "attributes": {
313657
+ "type": "object",
313658
+ "additionalProperties": {
313659
+ "type": "string",
313660
+ "maxLength": 200
313661
+ },
313662
+ "description": "Optional attributes"
313663
+ },
313452
313664
  "title": {
313453
313665
  "type": "string",
313454
313666
  "minLength": 1,
@@ -319012,6 +319224,14 @@ var state5 = {
319012
319224
  "additionalProperties": false
319013
319225
  }
319014
319226
  },
319227
+ "attributes": {
319228
+ "type": "object",
319229
+ "additionalProperties": {
319230
+ "type": "string",
319231
+ "maxLength": 200
319232
+ },
319233
+ "description": "Optional attributes"
319234
+ },
319015
319235
  "dev": {
319016
319236
  "type": "boolean",
319017
319237
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -319745,6 +319965,14 @@ var state5 = {
319745
319965
  "additionalProperties": false
319746
319966
  }
319747
319967
  },
319968
+ "attributes": {
319969
+ "type": "object",
319970
+ "additionalProperties": {
319971
+ "type": "string",
319972
+ "maxLength": 200
319973
+ },
319974
+ "description": "Optional attributes"
319975
+ },
319748
319976
  "dev": {
319749
319977
  "type": "boolean",
319750
319978
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -320317,6 +320545,14 @@ var state5 = {
320317
320545
  "description": "Conversation object configuration",
320318
320546
  "additionalProperties": false
320319
320547
  },
320548
+ "attributes": {
320549
+ "type": "object",
320550
+ "additionalProperties": {
320551
+ "type": "string",
320552
+ "maxLength": 200
320553
+ },
320554
+ "description": "Optional attributes"
320555
+ },
320320
320556
  "title": {
320321
320557
  "type": "string",
320322
320558
  "minLength": 1,
@@ -320707,6 +320943,14 @@ var state5 = {
320707
320943
  "description": "Conversation object configuration",
320708
320944
  "additionalProperties": false
320709
320945
  },
320946
+ "attributes": {
320947
+ "type": "object",
320948
+ "additionalProperties": {
320949
+ "type": "string",
320950
+ "maxLength": 200
320951
+ },
320952
+ "description": "Optional attributes"
320953
+ },
320710
320954
  "title": {
320711
320955
  "type": "string",
320712
320956
  "minLength": 1,
@@ -321157,6 +321401,14 @@ var state5 = {
321157
321401
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
321158
321402
  "additionalProperties": false
321159
321403
  },
321404
+ "attributes": {
321405
+ "type": "object",
321406
+ "additionalProperties": {
321407
+ "type": "string",
321408
+ "maxLength": 200
321409
+ },
321410
+ "description": "Optional attributes"
321411
+ },
321160
321412
  "title": {
321161
321413
  "type": "string",
321162
321414
  "minLength": 1,
@@ -321447,6 +321699,14 @@ var state5 = {
321447
321699
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
321448
321700
  "additionalProperties": false
321449
321701
  },
321702
+ "attributes": {
321703
+ "type": "object",
321704
+ "additionalProperties": {
321705
+ "type": "string",
321706
+ "maxLength": 200
321707
+ },
321708
+ "description": "Optional attributes"
321709
+ },
321450
321710
  "title": {
321451
321711
  "type": "string",
321452
321712
  "minLength": 1,
@@ -321798,7 +322058,7 @@ var state5 = {
321798
322058
  "type": "string",
321799
322059
  "maxLength": 500
321800
322060
  },
321801
- "description": "Tags of the [Bot](#schema_bot)"
322061
+ "description": "Optional attributes of the [Bot](#schema_bot)"
321802
322062
  },
321803
322063
  "code": {
321804
322064
  "type": "string",
@@ -321910,7 +322170,7 @@ var state5 = {
321910
322170
  "type": "string",
321911
322171
  "maxLength": 500
321912
322172
  },
321913
- "description": "Tags of the [Bot](#schema_bot)"
322173
+ "description": "Optional attributes of the [Bot](#schema_bot)"
321914
322174
  },
321915
322175
  "blocked": {
321916
322176
  "type": "boolean"
@@ -325870,6 +326130,14 @@ var state5 = {
325870
326130
  "additionalProperties": false
325871
326131
  }
325872
326132
  },
326133
+ "attributes": {
326134
+ "type": "object",
326135
+ "additionalProperties": {
326136
+ "type": "string",
326137
+ "maxLength": 200
326138
+ },
326139
+ "description": "Optional attributes"
326140
+ },
325873
326141
  "identifier": {
325874
326142
  "type": "object",
325875
326143
  "properties": {
@@ -326452,6 +326720,14 @@ var state5 = {
326452
326720
  "additionalProperties": false
326453
326721
  }
326454
326722
  },
326723
+ "attributes": {
326724
+ "type": "object",
326725
+ "additionalProperties": {
326726
+ "type": "string",
326727
+ "maxLength": 200
326728
+ },
326729
+ "description": "Optional attributes"
326730
+ },
326455
326731
  "identifier": {
326456
326732
  "type": "object",
326457
326733
  "properties": {
@@ -327308,6 +327584,15 @@ var state5 = {
327308
327584
  },
327309
327585
  "additionalProperties": false
327310
327586
  },
327587
+ "attributes": {
327588
+ "type": "object",
327589
+ "additionalProperties": {
327590
+ "type": "string",
327591
+ "maxLength": 200,
327592
+ "nullable": true
327593
+ },
327594
+ "description": "Optional attributes. Set attributes to null to remove them"
327595
+ },
327311
327596
  "secrets": {
327312
327597
  "type": "object",
327313
327598
  "additionalProperties": {
@@ -327907,6 +328192,15 @@ var state5 = {
327907
328192
  },
327908
328193
  "additionalProperties": false
327909
328194
  },
328195
+ "attributes": {
328196
+ "type": "object",
328197
+ "additionalProperties": {
328198
+ "type": "string",
328199
+ "maxLength": 200,
328200
+ "nullable": true
328201
+ },
328202
+ "description": "Optional attributes. Set attributes to null to remove them"
328203
+ },
327910
328204
  "secrets": {
327911
328205
  "type": "object",
327912
328206
  "additionalProperties": {
@@ -328644,6 +328938,14 @@ var state5 = {
328644
328938
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
328645
328939
  "additionalProperties": false
328646
328940
  },
328941
+ "attributes": {
328942
+ "type": "object",
328943
+ "additionalProperties": {
328944
+ "type": "string",
328945
+ "maxLength": 200
328946
+ },
328947
+ "description": "Optional attributes"
328948
+ },
328647
328949
  "icon": {
328648
328950
  "type": "string",
328649
328951
  "description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
@@ -328963,6 +329265,15 @@ var state5 = {
328963
329265
  "nullable": true,
328964
329266
  "additionalProperties": false
328965
329267
  },
329268
+ "attributes": {
329269
+ "type": "object",
329270
+ "additionalProperties": {
329271
+ "type": "string",
329272
+ "maxLength": 200,
329273
+ "nullable": true
329274
+ },
329275
+ "description": "Optional attributes. Set attributes to null to remove them"
329276
+ },
328966
329277
  "icon": {
328967
329278
  "type": "string",
328968
329279
  "description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
@@ -329422,6 +329733,14 @@ var state5 = {
329422
329733
  },
329423
329734
  "additionalProperties": false
329424
329735
  },
329736
+ "attributes": {
329737
+ "type": "object",
329738
+ "additionalProperties": {
329739
+ "type": "string",
329740
+ "maxLength": 200
329741
+ },
329742
+ "description": "Optional attributes"
329743
+ },
329425
329744
  "code": {
329426
329745
  "type": "object",
329427
329746
  "properties": {
@@ -329832,6 +330151,15 @@ var state5 = {
329832
330151
  },
329833
330152
  "additionalProperties": false
329834
330153
  },
330154
+ "attributes": {
330155
+ "type": "object",
330156
+ "additionalProperties": {
330157
+ "type": "string",
330158
+ "maxLength": 200,
330159
+ "nullable": true
330160
+ },
330161
+ "description": "Optional attributes. Set attributes to null to remove them"
330162
+ },
329835
330163
  "code": {
329836
330164
  "type": "object",
329837
330165
  "properties": {
@@ -333442,7 +333770,7 @@ var state5 = {
333442
333770
  "title": "Botpress API",
333443
333771
  "description": "API for Botpress Cloud",
333444
333772
  "server": "https://api.botpress.cloud",
333445
- "version": "1.16.0",
333773
+ "version": "1.17.0",
333446
333774
  "prefix": "v1"
333447
333775
  },
333448
333776
  "errors": [
@@ -335067,6 +335395,14 @@ var state5 = {
335067
335395
  "additionalProperties": false
335068
335396
  }
335069
335397
  },
335398
+ "attributes": {
335399
+ "type": "object",
335400
+ "additionalProperties": {
335401
+ "type": "string",
335402
+ "maxLength": 200
335403
+ },
335404
+ "description": "Optional attributes"
335405
+ },
335070
335406
  "dev": {
335071
335407
  "type": "boolean",
335072
335408
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -335356,6 +335692,14 @@ var state5 = {
335356
335692
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
335357
335693
  "additionalProperties": false
335358
335694
  },
335695
+ "attributes": {
335696
+ "type": "object",
335697
+ "additionalProperties": {
335698
+ "type": "string",
335699
+ "maxLength": 200
335700
+ },
335701
+ "description": "Optional attributes"
335702
+ },
335359
335703
  "title": {
335360
335704
  "type": "string",
335361
335705
  "minLength": 1,
@@ -335711,6 +336055,14 @@ var state5 = {
335711
336055
  "description": "Conversation object configuration",
335712
336056
  "additionalProperties": false
335713
336057
  },
336058
+ "attributes": {
336059
+ "type": "object",
336060
+ "additionalProperties": {
336061
+ "type": "string",
336062
+ "maxLength": 200
336063
+ },
336064
+ "description": "Optional attributes"
336065
+ },
335714
336066
  "title": {
335715
336067
  "type": "string",
335716
336068
  "minLength": 1,