@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.
@@ -2604,7 +2604,7 @@ export const state = {
2604
2604
  "title": "Botpress API",
2605
2605
  "description": "API for Botpress Cloud",
2606
2606
  "server": "https://api.botpress.cloud",
2607
- "version": "1.16.0",
2607
+ "version": "1.17.0",
2608
2608
  "prefix": "v1"
2609
2609
  },
2610
2610
  "errors": [
@@ -4054,6 +4054,14 @@ export const state = {
4054
4054
  "additionalProperties": false
4055
4055
  }
4056
4056
  },
4057
+ "attributes": {
4058
+ "type": "object",
4059
+ "additionalProperties": {
4060
+ "type": "string",
4061
+ "maxLength": 200
4062
+ },
4063
+ "description": "Optional attributes"
4064
+ },
4057
4065
  "dev": {
4058
4066
  "type": "boolean",
4059
4067
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -4343,6 +4351,14 @@ export const state = {
4343
4351
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
4344
4352
  "additionalProperties": false
4345
4353
  },
4354
+ "attributes": {
4355
+ "type": "object",
4356
+ "additionalProperties": {
4357
+ "type": "string",
4358
+ "maxLength": 200
4359
+ },
4360
+ "description": "Optional attributes"
4361
+ },
4346
4362
  "title": {
4347
4363
  "type": "string",
4348
4364
  "minLength": 1,
@@ -4698,6 +4714,14 @@ export const state = {
4698
4714
  "description": "Conversation object configuration",
4699
4715
  "additionalProperties": false
4700
4716
  },
4717
+ "attributes": {
4718
+ "type": "object",
4719
+ "additionalProperties": {
4720
+ "type": "string",
4721
+ "maxLength": 200
4722
+ },
4723
+ "description": "Optional attributes"
4724
+ },
4701
4725
  "title": {
4702
4726
  "type": "string",
4703
4727
  "minLength": 1,
package/src/gen/state.ts CHANGED
@@ -3848,6 +3848,14 @@ export const state = {
3848
3848
  "additionalProperties": false
3849
3849
  }
3850
3850
  },
3851
+ "attributes": {
3852
+ "type": "object",
3853
+ "additionalProperties": {
3854
+ "type": "string",
3855
+ "maxLength": 200
3856
+ },
3857
+ "description": "Optional attributes"
3858
+ },
3851
3859
  "dev": {
3852
3860
  "type": "boolean",
3853
3861
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -4581,6 +4589,14 @@ export const state = {
4581
4589
  "additionalProperties": false
4582
4590
  }
4583
4591
  },
4592
+ "attributes": {
4593
+ "type": "object",
4594
+ "additionalProperties": {
4595
+ "type": "string",
4596
+ "maxLength": 200
4597
+ },
4598
+ "description": "Optional attributes"
4599
+ },
4584
4600
  "dev": {
4585
4601
  "type": "boolean",
4586
4602
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -5153,6 +5169,14 @@ export const state = {
5153
5169
  "description": "Conversation object configuration",
5154
5170
  "additionalProperties": false
5155
5171
  },
5172
+ "attributes": {
5173
+ "type": "object",
5174
+ "additionalProperties": {
5175
+ "type": "string",
5176
+ "maxLength": 200
5177
+ },
5178
+ "description": "Optional attributes"
5179
+ },
5156
5180
  "title": {
5157
5181
  "type": "string",
5158
5182
  "minLength": 1,
@@ -5543,6 +5567,14 @@ export const state = {
5543
5567
  "description": "Conversation object configuration",
5544
5568
  "additionalProperties": false
5545
5569
  },
5570
+ "attributes": {
5571
+ "type": "object",
5572
+ "additionalProperties": {
5573
+ "type": "string",
5574
+ "maxLength": 200
5575
+ },
5576
+ "description": "Optional attributes"
5577
+ },
5546
5578
  "title": {
5547
5579
  "type": "string",
5548
5580
  "minLength": 1,
@@ -5993,6 +6025,14 @@ export const state = {
5993
6025
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
5994
6026
  "additionalProperties": false
5995
6027
  },
6028
+ "attributes": {
6029
+ "type": "object",
6030
+ "additionalProperties": {
6031
+ "type": "string",
6032
+ "maxLength": 200
6033
+ },
6034
+ "description": "Optional attributes"
6035
+ },
5996
6036
  "title": {
5997
6037
  "type": "string",
5998
6038
  "minLength": 1,
@@ -6283,6 +6323,14 @@ export const state = {
6283
6323
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
6284
6324
  "additionalProperties": false
6285
6325
  },
6326
+ "attributes": {
6327
+ "type": "object",
6328
+ "additionalProperties": {
6329
+ "type": "string",
6330
+ "maxLength": 200
6331
+ },
6332
+ "description": "Optional attributes"
6333
+ },
6286
6334
  "title": {
6287
6335
  "type": "string",
6288
6336
  "minLength": 1,
@@ -6634,7 +6682,7 @@ export const state = {
6634
6682
  "type": "string",
6635
6683
  "maxLength": 500
6636
6684
  },
6637
- "description": "Tags of the [Bot](#schema_bot)"
6685
+ "description": "Optional attributes of the [Bot](#schema_bot)"
6638
6686
  },
6639
6687
  "code": {
6640
6688
  "type": "string",
@@ -6746,7 +6794,7 @@ export const state = {
6746
6794
  "type": "string",
6747
6795
  "maxLength": 500
6748
6796
  },
6749
- "description": "Tags of the [Bot](#schema_bot)"
6797
+ "description": "Optional attributes of the [Bot](#schema_bot)"
6750
6798
  },
6751
6799
  "blocked": {
6752
6800
  "type": "boolean"
@@ -10706,6 +10754,14 @@ export const state = {
10706
10754
  "additionalProperties": false
10707
10755
  }
10708
10756
  },
10757
+ "attributes": {
10758
+ "type": "object",
10759
+ "additionalProperties": {
10760
+ "type": "string",
10761
+ "maxLength": 200
10762
+ },
10763
+ "description": "Optional attributes"
10764
+ },
10709
10765
  "identifier": {
10710
10766
  "type": "object",
10711
10767
  "properties": {
@@ -11288,6 +11344,14 @@ export const state = {
11288
11344
  "additionalProperties": false
11289
11345
  }
11290
11346
  },
11347
+ "attributes": {
11348
+ "type": "object",
11349
+ "additionalProperties": {
11350
+ "type": "string",
11351
+ "maxLength": 200
11352
+ },
11353
+ "description": "Optional attributes"
11354
+ },
11291
11355
  "identifier": {
11292
11356
  "type": "object",
11293
11357
  "properties": {
@@ -12144,6 +12208,15 @@ export const state = {
12144
12208
  },
12145
12209
  "additionalProperties": false
12146
12210
  },
12211
+ "attributes": {
12212
+ "type": "object",
12213
+ "additionalProperties": {
12214
+ "type": "string",
12215
+ "maxLength": 200,
12216
+ "nullable": true
12217
+ },
12218
+ "description": "Optional attributes. Set attributes to null to remove them"
12219
+ },
12147
12220
  "secrets": {
12148
12221
  "type": "object",
12149
12222
  "additionalProperties": {
@@ -12743,6 +12816,15 @@ export const state = {
12743
12816
  },
12744
12817
  "additionalProperties": false
12745
12818
  },
12819
+ "attributes": {
12820
+ "type": "object",
12821
+ "additionalProperties": {
12822
+ "type": "string",
12823
+ "maxLength": 200,
12824
+ "nullable": true
12825
+ },
12826
+ "description": "Optional attributes. Set attributes to null to remove them"
12827
+ },
12746
12828
  "secrets": {
12747
12829
  "type": "object",
12748
12830
  "additionalProperties": {
@@ -13480,6 +13562,14 @@ export const state = {
13480
13562
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
13481
13563
  "additionalProperties": false
13482
13564
  },
13565
+ "attributes": {
13566
+ "type": "object",
13567
+ "additionalProperties": {
13568
+ "type": "string",
13569
+ "maxLength": 200
13570
+ },
13571
+ "description": "Optional attributes"
13572
+ },
13483
13573
  "icon": {
13484
13574
  "type": "string",
13485
13575
  "description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
@@ -13799,6 +13889,15 @@ export const state = {
13799
13889
  "nullable": true,
13800
13890
  "additionalProperties": false
13801
13891
  },
13892
+ "attributes": {
13893
+ "type": "object",
13894
+ "additionalProperties": {
13895
+ "type": "string",
13896
+ "maxLength": 200,
13897
+ "nullable": true
13898
+ },
13899
+ "description": "Optional attributes. Set attributes to null to remove them"
13900
+ },
13802
13901
  "icon": {
13803
13902
  "type": "string",
13804
13903
  "description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
@@ -14258,6 +14357,14 @@ export const state = {
14258
14357
  },
14259
14358
  "additionalProperties": false
14260
14359
  },
14360
+ "attributes": {
14361
+ "type": "object",
14362
+ "additionalProperties": {
14363
+ "type": "string",
14364
+ "maxLength": 200
14365
+ },
14366
+ "description": "Optional attributes"
14367
+ },
14261
14368
  "code": {
14262
14369
  "type": "object",
14263
14370
  "properties": {
@@ -14668,6 +14775,15 @@ export const state = {
14668
14775
  },
14669
14776
  "additionalProperties": false
14670
14777
  },
14778
+ "attributes": {
14779
+ "type": "object",
14780
+ "additionalProperties": {
14781
+ "type": "string",
14782
+ "maxLength": 200,
14783
+ "nullable": true
14784
+ },
14785
+ "description": "Optional attributes. Set attributes to null to remove them"
14786
+ },
14671
14787
  "code": {
14672
14788
  "type": "object",
14673
14789
  "properties": {
@@ -18278,7 +18394,7 @@ export const state = {
18278
18394
  "title": "Botpress API",
18279
18395
  "description": "API for Botpress Cloud",
18280
18396
  "server": "https://api.botpress.cloud",
18281
- "version": "1.16.0",
18397
+ "version": "1.17.0",
18282
18398
  "prefix": "v1"
18283
18399
  },
18284
18400
  "errors": [
@@ -19903,6 +20019,14 @@ export const state = {
19903
20019
  "additionalProperties": false
19904
20020
  }
19905
20021
  },
20022
+ "attributes": {
20023
+ "type": "object",
20024
+ "additionalProperties": {
20025
+ "type": "string",
20026
+ "maxLength": 200
20027
+ },
20028
+ "description": "Optional attributes"
20029
+ },
19906
20030
  "dev": {
19907
20031
  "type": "boolean",
19908
20032
  "description": "Indicates if the integration is a development integration; Dev integrations run locally"
@@ -20192,6 +20316,14 @@ export const state = {
20192
20316
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
20193
20317
  "additionalProperties": false
20194
20318
  },
20319
+ "attributes": {
20320
+ "type": "object",
20321
+ "additionalProperties": {
20322
+ "type": "string",
20323
+ "maxLength": 200
20324
+ },
20325
+ "description": "Optional attributes"
20326
+ },
20195
20327
  "title": {
20196
20328
  "type": "string",
20197
20329
  "minLength": 1,
@@ -20547,6 +20679,14 @@ export const state = {
20547
20679
  "description": "Conversation object configuration",
20548
20680
  "additionalProperties": false
20549
20681
  },
20682
+ "attributes": {
20683
+ "type": "object",
20684
+ "additionalProperties": {
20685
+ "type": "string",
20686
+ "maxLength": 200
20687
+ },
20688
+ "description": "Optional attributes"
20689
+ },
20550
20690
  "title": {
20551
20691
  "type": "string",
20552
20692
  "minLength": 1,