@botpress/api 1.75.0 → 1.76.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
@@ -279095,7 +279095,7 @@ var state = {
279095
279095
  "title": "Botpress Runtime API",
279096
279096
  "description": "API for Botpress Runtime",
279097
279097
  "server": "https://api.botpress.cloud",
279098
- "version": "1.75.0",
279098
+ "version": "1.76.0",
279099
279099
  "prefix": "v1"
279100
279100
  },
279101
279101
  "defaultParameters": {
@@ -282729,6 +282729,36 @@ var state2 = {
282729
282729
  "description": "Conversation object configuration",
282730
282730
  "additionalProperties": false
282731
282731
  },
282732
+ "message": {
282733
+ "type": "object",
282734
+ "properties": {
282735
+ "tags": {
282736
+ "type": "object",
282737
+ "additionalProperties": {
282738
+ "type": "object",
282739
+ "properties": {
282740
+ "title": {
282741
+ "type": "string",
282742
+ "maxLength": 64,
282743
+ "description": "Title of the tag"
282744
+ },
282745
+ "description": {
282746
+ "type": "string",
282747
+ "maxLength": 256,
282748
+ "description": "Description of the tag"
282749
+ }
282750
+ },
282751
+ "description": "Definition of a tag that can be provided on the object",
282752
+ "additionalProperties": false
282753
+ }
282754
+ }
282755
+ },
282756
+ "required": [
282757
+ "tags"
282758
+ ],
282759
+ "description": "Message object configuration",
282760
+ "additionalProperties": false
282761
+ },
282732
282762
  "attributes": {
282733
282763
  "type": "object",
282734
282764
  "additionalProperties": {
@@ -282792,6 +282822,7 @@ var state2 = {
282792
282822
  "dependencies",
282793
282823
  "user",
282794
282824
  "conversation",
282825
+ "message",
282795
282826
  "title",
282796
282827
  "description",
282797
282828
  "iconUrl",
@@ -283161,6 +283192,36 @@ var state2 = {
283161
283192
  "description": "Conversation object configuration",
283162
283193
  "additionalProperties": false
283163
283194
  },
283195
+ "message": {
283196
+ "type": "object",
283197
+ "properties": {
283198
+ "tags": {
283199
+ "type": "object",
283200
+ "additionalProperties": {
283201
+ "type": "object",
283202
+ "properties": {
283203
+ "title": {
283204
+ "type": "string",
283205
+ "maxLength": 64,
283206
+ "description": "Title of the tag"
283207
+ },
283208
+ "description": {
283209
+ "type": "string",
283210
+ "maxLength": 256,
283211
+ "description": "Description of the tag"
283212
+ }
283213
+ },
283214
+ "description": "Definition of a tag that can be provided on the object",
283215
+ "additionalProperties": false
283216
+ }
283217
+ }
283218
+ },
283219
+ "required": [
283220
+ "tags"
283221
+ ],
283222
+ "description": "Message object configuration",
283223
+ "additionalProperties": false
283224
+ },
283164
283225
  "attributes": {
283165
283226
  "type": "object",
283166
283227
  "additionalProperties": {
@@ -283224,6 +283285,7 @@ var state2 = {
283224
283285
  "dependencies",
283225
283286
  "user",
283226
283287
  "conversation",
283288
+ "message",
283227
283289
  "title",
283228
283290
  "description",
283229
283291
  "iconUrl",
@@ -283584,6 +283646,36 @@ var state2 = {
283584
283646
  "description": "Conversation object configuration",
283585
283647
  "additionalProperties": false
283586
283648
  },
283649
+ "message": {
283650
+ "type": "object",
283651
+ "properties": {
283652
+ "tags": {
283653
+ "type": "object",
283654
+ "additionalProperties": {
283655
+ "type": "object",
283656
+ "properties": {
283657
+ "title": {
283658
+ "type": "string",
283659
+ "maxLength": 64,
283660
+ "description": "Title of the tag"
283661
+ },
283662
+ "description": {
283663
+ "type": "string",
283664
+ "maxLength": 256,
283665
+ "description": "Description of the tag"
283666
+ }
283667
+ },
283668
+ "description": "Definition of a tag that can be provided on the object",
283669
+ "additionalProperties": false
283670
+ }
283671
+ }
283672
+ },
283673
+ "required": [
283674
+ "tags"
283675
+ ],
283676
+ "description": "Message object configuration",
283677
+ "additionalProperties": false
283678
+ },
283587
283679
  "attributes": {
283588
283680
  "type": "object",
283589
283681
  "additionalProperties": {
@@ -283647,6 +283739,7 @@ var state2 = {
283647
283739
  "dependencies",
283648
283740
  "user",
283649
283741
  "conversation",
283742
+ "message",
283650
283743
  "title",
283651
283744
  "description",
283652
283745
  "iconUrl",
@@ -294012,6 +294105,36 @@ var state2 = {
294012
294105
  "description": "Conversation object configuration",
294013
294106
  "additionalProperties": false
294014
294107
  },
294108
+ "message": {
294109
+ "type": "object",
294110
+ "properties": {
294111
+ "tags": {
294112
+ "type": "object",
294113
+ "additionalProperties": {
294114
+ "type": "object",
294115
+ "properties": {
294116
+ "title": {
294117
+ "type": "string",
294118
+ "maxLength": 64,
294119
+ "description": "Title of the tag"
294120
+ },
294121
+ "description": {
294122
+ "type": "string",
294123
+ "maxLength": 256,
294124
+ "description": "Description of the tag"
294125
+ }
294126
+ },
294127
+ "description": "Definition of a tag that can be provided on the object",
294128
+ "additionalProperties": false
294129
+ }
294130
+ }
294131
+ },
294132
+ "required": [
294133
+ "tags"
294134
+ ],
294135
+ "description": "Message object configuration",
294136
+ "additionalProperties": false
294137
+ },
294015
294138
  "attributes": {
294016
294139
  "type": "object",
294017
294140
  "additionalProperties": {
@@ -294547,6 +294670,36 @@ var state2 = {
294547
294670
  ],
294548
294671
  "additionalProperties": false
294549
294672
  },
294673
+ "message": {
294674
+ "type": "object",
294675
+ "properties": {
294676
+ "tags": {
294677
+ "type": "object",
294678
+ "additionalProperties": {
294679
+ "type": "object",
294680
+ "properties": {
294681
+ "title": {
294682
+ "type": "string",
294683
+ "maxLength": 64,
294684
+ "description": "Title of the tag"
294685
+ },
294686
+ "description": {
294687
+ "type": "string",
294688
+ "maxLength": 256,
294689
+ "description": "Description of the tag"
294690
+ }
294691
+ },
294692
+ "description": "Definition of a tag that can be provided on the object",
294693
+ "nullable": true,
294694
+ "additionalProperties": false
294695
+ }
294696
+ }
294697
+ },
294698
+ "required": [
294699
+ "tags"
294700
+ ],
294701
+ "additionalProperties": false
294702
+ },
294550
294703
  "attributes": {
294551
294704
  "type": "object",
294552
294705
  "additionalProperties": {
@@ -295532,7 +295685,7 @@ var state2 = {
295532
295685
  "title": "Botpress Admin API",
295533
295686
  "description": "API for Botpress Cloud Manager",
295534
295687
  "server": "https://api.botpress.cloud",
295535
- "version": "1.75.0",
295688
+ "version": "1.76.0",
295536
295689
  "prefix": "v1"
295537
295690
  },
295538
295691
  "defaultParameters": {
@@ -297865,6 +298018,36 @@ var state2 = {
297865
298018
  "description": "Conversation object configuration",
297866
298019
  "additionalProperties": false
297867
298020
  },
298021
+ "message": {
298022
+ "type": "object",
298023
+ "properties": {
298024
+ "tags": {
298025
+ "type": "object",
298026
+ "additionalProperties": {
298027
+ "type": "object",
298028
+ "properties": {
298029
+ "title": {
298030
+ "type": "string",
298031
+ "maxLength": 64,
298032
+ "description": "Title of the tag"
298033
+ },
298034
+ "description": {
298035
+ "type": "string",
298036
+ "maxLength": 256,
298037
+ "description": "Description of the tag"
298038
+ }
298039
+ },
298040
+ "description": "Definition of a tag that can be provided on the object",
298041
+ "additionalProperties": false
298042
+ }
298043
+ }
298044
+ },
298045
+ "required": [
298046
+ "tags"
298047
+ ],
298048
+ "description": "Message object configuration",
298049
+ "additionalProperties": false
298050
+ },
297868
298051
  "attributes": {
297869
298052
  "type": "object",
297870
298053
  "additionalProperties": {
@@ -297928,6 +298111,7 @@ var state2 = {
297928
298111
  "dependencies",
297929
298112
  "user",
297930
298113
  "conversation",
298114
+ "message",
297931
298115
  "title",
297932
298116
  "description",
297933
298117
  "iconUrl",
@@ -301051,7 +301235,7 @@ var state3 = {
301051
301235
  "title": "Botpress Files API",
301052
301236
  "description": "API for Botpress Files",
301053
301237
  "server": "https://api.botpress.cloud",
301054
- "version": "1.75.0",
301238
+ "version": "1.76.0",
301055
301239
  "prefix": "v1"
301056
301240
  },
301057
301241
  "defaultParameters": {
@@ -303385,7 +303569,7 @@ var state4 = {
303385
303569
  "title": "Botpress Tables API",
303386
303570
  "description": "API for Botpress Tables",
303387
303571
  "server": "https://api.botpress.cloud",
303388
- "version": "1.75.0",
303572
+ "version": "1.76.0",
303389
303573
  "prefix": "v1"
303390
303574
  },
303391
303575
  "defaultParameters": {
@@ -309685,6 +309869,36 @@ var state5 = {
309685
309869
  "description": "Conversation object configuration",
309686
309870
  "additionalProperties": false
309687
309871
  },
309872
+ "message": {
309873
+ "type": "object",
309874
+ "properties": {
309875
+ "tags": {
309876
+ "type": "object",
309877
+ "additionalProperties": {
309878
+ "type": "object",
309879
+ "properties": {
309880
+ "title": {
309881
+ "type": "string",
309882
+ "maxLength": 64,
309883
+ "description": "Title of the tag"
309884
+ },
309885
+ "description": {
309886
+ "type": "string",
309887
+ "maxLength": 256,
309888
+ "description": "Description of the tag"
309889
+ }
309890
+ },
309891
+ "description": "Definition of a tag that can be provided on the object",
309892
+ "additionalProperties": false
309893
+ }
309894
+ }
309895
+ },
309896
+ "required": [
309897
+ "tags"
309898
+ ],
309899
+ "description": "Message object configuration",
309900
+ "additionalProperties": false
309901
+ },
309688
309902
  "attributes": {
309689
309903
  "type": "object",
309690
309904
  "additionalProperties": {
@@ -309748,6 +309962,7 @@ var state5 = {
309748
309962
  "dependencies",
309749
309963
  "user",
309750
309964
  "conversation",
309965
+ "message",
309751
309966
  "title",
309752
309967
  "description",
309753
309968
  "iconUrl",
@@ -310111,6 +310326,36 @@ var state5 = {
310111
310326
  "description": "Conversation object configuration",
310112
310327
  "additionalProperties": false
310113
310328
  },
310329
+ "message": {
310330
+ "type": "object",
310331
+ "properties": {
310332
+ "tags": {
310333
+ "type": "object",
310334
+ "additionalProperties": {
310335
+ "type": "object",
310336
+ "properties": {
310337
+ "title": {
310338
+ "type": "string",
310339
+ "maxLength": 64,
310340
+ "description": "Title of the tag"
310341
+ },
310342
+ "description": {
310343
+ "type": "string",
310344
+ "maxLength": 256,
310345
+ "description": "Description of the tag"
310346
+ }
310347
+ },
310348
+ "description": "Definition of a tag that can be provided on the object",
310349
+ "additionalProperties": false
310350
+ }
310351
+ }
310352
+ },
310353
+ "required": [
310354
+ "tags"
310355
+ ],
310356
+ "description": "Message object configuration",
310357
+ "additionalProperties": false
310358
+ },
310114
310359
  "attributes": {
310115
310360
  "type": "object",
310116
310361
  "additionalProperties": {
@@ -310174,6 +310419,7 @@ var state5 = {
310174
310419
  "dependencies",
310175
310420
  "user",
310176
310421
  "conversation",
310422
+ "message",
310177
310423
  "title",
310178
310424
  "description",
310179
310425
  "iconUrl",
@@ -310528,6 +310774,36 @@ var state5 = {
310528
310774
  "description": "Conversation object configuration",
310529
310775
  "additionalProperties": false
310530
310776
  },
310777
+ "message": {
310778
+ "type": "object",
310779
+ "properties": {
310780
+ "tags": {
310781
+ "type": "object",
310782
+ "additionalProperties": {
310783
+ "type": "object",
310784
+ "properties": {
310785
+ "title": {
310786
+ "type": "string",
310787
+ "maxLength": 64,
310788
+ "description": "Title of the tag"
310789
+ },
310790
+ "description": {
310791
+ "type": "string",
310792
+ "maxLength": 256,
310793
+ "description": "Description of the tag"
310794
+ }
310795
+ },
310796
+ "description": "Definition of a tag that can be provided on the object",
310797
+ "additionalProperties": false
310798
+ }
310799
+ }
310800
+ },
310801
+ "required": [
310802
+ "tags"
310803
+ ],
310804
+ "description": "Message object configuration",
310805
+ "additionalProperties": false
310806
+ },
310531
310807
  "attributes": {
310532
310808
  "type": "object",
310533
310809
  "additionalProperties": {
@@ -310591,6 +310867,7 @@ var state5 = {
310591
310867
  "dependencies",
310592
310868
  "user",
310593
310869
  "conversation",
310870
+ "message",
310594
310871
  "title",
310595
310872
  "description",
310596
310873
  "iconUrl",
@@ -320134,6 +320411,36 @@ var state5 = {
320134
320411
  "description": "Conversation object configuration",
320135
320412
  "additionalProperties": false
320136
320413
  },
320414
+ "message": {
320415
+ "type": "object",
320416
+ "properties": {
320417
+ "tags": {
320418
+ "type": "object",
320419
+ "additionalProperties": {
320420
+ "type": "object",
320421
+ "properties": {
320422
+ "title": {
320423
+ "type": "string",
320424
+ "maxLength": 64,
320425
+ "description": "Title of the tag"
320426
+ },
320427
+ "description": {
320428
+ "type": "string",
320429
+ "maxLength": 256,
320430
+ "description": "Description of the tag"
320431
+ }
320432
+ },
320433
+ "description": "Definition of a tag that can be provided on the object",
320434
+ "additionalProperties": false
320435
+ }
320436
+ }
320437
+ },
320438
+ "required": [
320439
+ "tags"
320440
+ ],
320441
+ "description": "Message object configuration",
320442
+ "additionalProperties": false
320443
+ },
320137
320444
  "attributes": {
320138
320445
  "type": "object",
320139
320446
  "additionalProperties": {
@@ -320621,6 +320928,36 @@ var state5 = {
320621
320928
  ],
320622
320929
  "additionalProperties": false
320623
320930
  },
320931
+ "message": {
320932
+ "type": "object",
320933
+ "properties": {
320934
+ "tags": {
320935
+ "type": "object",
320936
+ "additionalProperties": {
320937
+ "type": "object",
320938
+ "properties": {
320939
+ "title": {
320940
+ "type": "string",
320941
+ "maxLength": 64,
320942
+ "description": "Title of the tag"
320943
+ },
320944
+ "description": {
320945
+ "type": "string",
320946
+ "maxLength": 256,
320947
+ "description": "Description of the tag"
320948
+ }
320949
+ },
320950
+ "description": "Definition of a tag that can be provided on the object",
320951
+ "nullable": true,
320952
+ "additionalProperties": false
320953
+ }
320954
+ }
320955
+ },
320956
+ "required": [
320957
+ "tags"
320958
+ ],
320959
+ "additionalProperties": false
320960
+ },
320624
320961
  "attributes": {
320625
320962
  "type": "object",
320626
320963
  "additionalProperties": {
@@ -324744,7 +325081,7 @@ var state5 = {
324744
325081
  "title": "Botpress API",
324745
325082
  "description": "API for Botpress Cloud",
324746
325083
  "server": "https://api.botpress.cloud",
324747
- "version": "1.75.0",
325084
+ "version": "1.76.0",
324748
325085
  "prefix": "v1"
324749
325086
  },
324750
325087
  "errors": [
@@ -327190,6 +327527,36 @@ var state5 = {
327190
327527
  "description": "Conversation object configuration",
327191
327528
  "additionalProperties": false
327192
327529
  },
327530
+ "message": {
327531
+ "type": "object",
327532
+ "properties": {
327533
+ "tags": {
327534
+ "type": "object",
327535
+ "additionalProperties": {
327536
+ "type": "object",
327537
+ "properties": {
327538
+ "title": {
327539
+ "type": "string",
327540
+ "maxLength": 64,
327541
+ "description": "Title of the tag"
327542
+ },
327543
+ "description": {
327544
+ "type": "string",
327545
+ "maxLength": 256,
327546
+ "description": "Description of the tag"
327547
+ }
327548
+ },
327549
+ "description": "Definition of a tag that can be provided on the object",
327550
+ "additionalProperties": false
327551
+ }
327552
+ }
327553
+ },
327554
+ "required": [
327555
+ "tags"
327556
+ ],
327557
+ "description": "Message object configuration",
327558
+ "additionalProperties": false
327559
+ },
327193
327560
  "attributes": {
327194
327561
  "type": "object",
327195
327562
  "additionalProperties": {
@@ -327253,6 +327620,7 @@ var state5 = {
327253
327620
  "dependencies",
327254
327621
  "user",
327255
327622
  "conversation",
327623
+ "message",
327256
327624
  "title",
327257
327625
  "description",
327258
327626
  "iconUrl",
@@ -331530,7 +331898,7 @@ var state6 = {
331530
331898
  "title": "Botpress Billing Public API",
331531
331899
  "description": "API for Botpress Billing",
331532
331900
  "server": "https://api.botpress.cloud",
331533
- "version": "1.75.0",
331901
+ "version": "1.76.0",
331534
331902
  "prefix": "v2"
331535
331903
  },
331536
331904
  "defaultParameters": {
@@ -2435,6 +2435,34 @@ export declare const state: {
2435
2435
  description: string;
2436
2436
  additionalProperties: false;
2437
2437
  };
2438
+ message: {
2439
+ type: "object";
2440
+ properties: {
2441
+ tags: {
2442
+ type: "object";
2443
+ additionalProperties: {
2444
+ type: "object";
2445
+ properties: {
2446
+ title: {
2447
+ type: "string";
2448
+ maxLength: number;
2449
+ description: string;
2450
+ };
2451
+ description: {
2452
+ type: "string";
2453
+ maxLength: number;
2454
+ description: string;
2455
+ };
2456
+ };
2457
+ description: string;
2458
+ additionalProperties: false;
2459
+ };
2460
+ };
2461
+ };
2462
+ required: string[];
2463
+ description: string;
2464
+ additionalProperties: false;
2465
+ };
2438
2466
  attributes: {
2439
2467
  type: "object";
2440
2468
  additionalProperties: {
@@ -2805,6 +2833,34 @@ export declare const state: {
2805
2833
  description: string;
2806
2834
  additionalProperties: false;
2807
2835
  };
2836
+ message: {
2837
+ type: "object";
2838
+ properties: {
2839
+ tags: {
2840
+ type: "object";
2841
+ additionalProperties: {
2842
+ type: "object";
2843
+ properties: {
2844
+ title: {
2845
+ type: "string";
2846
+ maxLength: number;
2847
+ description: string;
2848
+ };
2849
+ description: {
2850
+ type: "string";
2851
+ maxLength: number;
2852
+ description: string;
2853
+ };
2854
+ };
2855
+ description: string;
2856
+ additionalProperties: false;
2857
+ };
2858
+ };
2859
+ };
2860
+ required: string[];
2861
+ description: string;
2862
+ additionalProperties: false;
2863
+ };
2808
2864
  attributes: {
2809
2865
  type: "object";
2810
2866
  additionalProperties: {
@@ -3166,6 +3222,34 @@ export declare const state: {
3166
3222
  description: string;
3167
3223
  additionalProperties: false;
3168
3224
  };
3225
+ message: {
3226
+ type: "object";
3227
+ properties: {
3228
+ tags: {
3229
+ type: "object";
3230
+ additionalProperties: {
3231
+ type: "object";
3232
+ properties: {
3233
+ title: {
3234
+ type: "string";
3235
+ maxLength: number;
3236
+ description: string;
3237
+ };
3238
+ description: {
3239
+ type: "string";
3240
+ maxLength: number;
3241
+ description: string;
3242
+ };
3243
+ };
3244
+ description: string;
3245
+ additionalProperties: false;
3246
+ };
3247
+ };
3248
+ };
3249
+ required: string[];
3250
+ description: string;
3251
+ additionalProperties: false;
3252
+ };
3169
3253
  attributes: {
3170
3254
  type: "object";
3171
3255
  additionalProperties: {
@@ -12430,6 +12514,34 @@ export declare const state: {
12430
12514
  description: string;
12431
12515
  additionalProperties: false;
12432
12516
  };
12517
+ message: {
12518
+ type: "object";
12519
+ properties: {
12520
+ tags: {
12521
+ type: "object";
12522
+ additionalProperties: {
12523
+ type: "object";
12524
+ properties: {
12525
+ title: {
12526
+ type: "string";
12527
+ maxLength: number;
12528
+ description: string;
12529
+ };
12530
+ description: {
12531
+ type: "string";
12532
+ maxLength: number;
12533
+ description: string;
12534
+ };
12535
+ };
12536
+ description: string;
12537
+ additionalProperties: false;
12538
+ };
12539
+ };
12540
+ };
12541
+ required: string[];
12542
+ description: string;
12543
+ additionalProperties: false;
12544
+ };
12433
12545
  attributes: {
12434
12546
  type: "object";
12435
12547
  additionalProperties: {
@@ -12924,6 +13036,34 @@ export declare const state: {
12924
13036
  required: string[];
12925
13037
  additionalProperties: false;
12926
13038
  };
13039
+ message: {
13040
+ type: "object";
13041
+ properties: {
13042
+ tags: {
13043
+ type: "object";
13044
+ additionalProperties: {
13045
+ type: "object";
13046
+ properties: {
13047
+ title: {
13048
+ type: "string";
13049
+ maxLength: number;
13050
+ description: string;
13051
+ };
13052
+ description: {
13053
+ type: "string";
13054
+ maxLength: number;
13055
+ description: string;
13056
+ };
13057
+ };
13058
+ description: string;
13059
+ nullable: true;
13060
+ additionalProperties: false;
13061
+ };
13062
+ };
13063
+ };
13064
+ required: string[];
13065
+ additionalProperties: false;
13066
+ };
12927
13067
  attributes: {
12928
13068
  type: "object";
12929
13069
  additionalProperties: {
@@ -15722,6 +15862,34 @@ export declare const state: {
15722
15862
  description: string;
15723
15863
  additionalProperties: false;
15724
15864
  };
15865
+ message: {
15866
+ type: "object";
15867
+ properties: {
15868
+ tags: {
15869
+ type: "object";
15870
+ additionalProperties: {
15871
+ type: "object";
15872
+ properties: {
15873
+ title: {
15874
+ type: "string";
15875
+ maxLength: number;
15876
+ description: string;
15877
+ };
15878
+ description: {
15879
+ type: "string";
15880
+ maxLength: number;
15881
+ description: string;
15882
+ };
15883
+ };
15884
+ description: string;
15885
+ additionalProperties: false;
15886
+ };
15887
+ };
15888
+ };
15889
+ required: string[];
15890
+ description: string;
15891
+ additionalProperties: false;
15892
+ };
15725
15893
  attributes: {
15726
15894
  type: "object";
15727
15895
  additionalProperties: {
@@ -4902,6 +4902,34 @@ export declare const state: {
4902
4902
  description: string;
4903
4903
  additionalProperties: false;
4904
4904
  };
4905
+ message: {
4906
+ type: "object";
4907
+ properties: {
4908
+ tags: {
4909
+ type: "object";
4910
+ additionalProperties: {
4911
+ type: "object";
4912
+ properties: {
4913
+ title: {
4914
+ type: "string";
4915
+ maxLength: number;
4916
+ description: string;
4917
+ };
4918
+ description: {
4919
+ type: "string";
4920
+ maxLength: number;
4921
+ description: string;
4922
+ };
4923
+ };
4924
+ description: string;
4925
+ additionalProperties: false;
4926
+ };
4927
+ };
4928
+ };
4929
+ required: string[];
4930
+ description: string;
4931
+ additionalProperties: false;
4932
+ };
4905
4933
  attributes: {
4906
4934
  type: "object";
4907
4935
  additionalProperties: {
@@ -5266,6 +5294,34 @@ export declare const state: {
5266
5294
  description: string;
5267
5295
  additionalProperties: false;
5268
5296
  };
5297
+ message: {
5298
+ type: "object";
5299
+ properties: {
5300
+ tags: {
5301
+ type: "object";
5302
+ additionalProperties: {
5303
+ type: "object";
5304
+ properties: {
5305
+ title: {
5306
+ type: "string";
5307
+ maxLength: number;
5308
+ description: string;
5309
+ };
5310
+ description: {
5311
+ type: "string";
5312
+ maxLength: number;
5313
+ description: string;
5314
+ };
5315
+ };
5316
+ description: string;
5317
+ additionalProperties: false;
5318
+ };
5319
+ };
5320
+ };
5321
+ required: string[];
5322
+ description: string;
5323
+ additionalProperties: false;
5324
+ };
5269
5325
  attributes: {
5270
5326
  type: "object";
5271
5327
  additionalProperties: {
@@ -5621,6 +5677,34 @@ export declare const state: {
5621
5677
  description: string;
5622
5678
  additionalProperties: false;
5623
5679
  };
5680
+ message: {
5681
+ type: "object";
5682
+ properties: {
5683
+ tags: {
5684
+ type: "object";
5685
+ additionalProperties: {
5686
+ type: "object";
5687
+ properties: {
5688
+ title: {
5689
+ type: "string";
5690
+ maxLength: number;
5691
+ description: string;
5692
+ };
5693
+ description: {
5694
+ type: "string";
5695
+ maxLength: number;
5696
+ description: string;
5697
+ };
5698
+ };
5699
+ description: string;
5700
+ additionalProperties: false;
5701
+ };
5702
+ };
5703
+ };
5704
+ required: string[];
5705
+ description: string;
5706
+ additionalProperties: false;
5707
+ };
5624
5708
  attributes: {
5625
5709
  type: "object";
5626
5710
  additionalProperties: {
@@ -14063,6 +14147,34 @@ export declare const state: {
14063
14147
  description: string;
14064
14148
  additionalProperties: false;
14065
14149
  };
14150
+ message: {
14151
+ type: "object";
14152
+ properties: {
14153
+ tags: {
14154
+ type: "object";
14155
+ additionalProperties: {
14156
+ type: "object";
14157
+ properties: {
14158
+ title: {
14159
+ type: "string";
14160
+ maxLength: number;
14161
+ description: string;
14162
+ };
14163
+ description: {
14164
+ type: "string";
14165
+ maxLength: number;
14166
+ description: string;
14167
+ };
14168
+ };
14169
+ description: string;
14170
+ additionalProperties: false;
14171
+ };
14172
+ };
14173
+ };
14174
+ required: string[];
14175
+ description: string;
14176
+ additionalProperties: false;
14177
+ };
14066
14178
  attributes: {
14067
14179
  type: "object";
14068
14180
  additionalProperties: {
@@ -14509,6 +14621,34 @@ export declare const state: {
14509
14621
  required: string[];
14510
14622
  additionalProperties: false;
14511
14623
  };
14624
+ message: {
14625
+ type: "object";
14626
+ properties: {
14627
+ tags: {
14628
+ type: "object";
14629
+ additionalProperties: {
14630
+ type: "object";
14631
+ properties: {
14632
+ title: {
14633
+ type: "string";
14634
+ maxLength: number;
14635
+ description: string;
14636
+ };
14637
+ description: {
14638
+ type: "string";
14639
+ maxLength: number;
14640
+ description: string;
14641
+ };
14642
+ };
14643
+ description: string;
14644
+ nullable: true;
14645
+ additionalProperties: false;
14646
+ };
14647
+ };
14648
+ };
14649
+ required: string[];
14650
+ additionalProperties: false;
14651
+ };
14512
14652
  attributes: {
14513
14653
  type: "object";
14514
14654
  additionalProperties: {
@@ -20052,6 +20192,34 @@ export declare const state: {
20052
20192
  description: string;
20053
20193
  additionalProperties: false;
20054
20194
  };
20195
+ message: {
20196
+ type: "object";
20197
+ properties: {
20198
+ tags: {
20199
+ type: "object";
20200
+ additionalProperties: {
20201
+ type: "object";
20202
+ properties: {
20203
+ title: {
20204
+ type: "string";
20205
+ maxLength: number;
20206
+ description: string;
20207
+ };
20208
+ description: {
20209
+ type: "string";
20210
+ maxLength: number;
20211
+ description: string;
20212
+ };
20213
+ };
20214
+ description: string;
20215
+ additionalProperties: false;
20216
+ };
20217
+ };
20218
+ };
20219
+ required: string[];
20220
+ description: string;
20221
+ additionalProperties: false;
20222
+ };
20055
20223
  attributes: {
20056
20224
  type: "object";
20057
20225
  additionalProperties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.75.0",
3
+ "version": "1.76.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "dependencies": {
@@ -11,9 +11,9 @@
11
11
  "esbuild": "0.27.1",
12
12
  "typescript": "5.9.3",
13
13
  "zod": "^3.24.4",
14
- "@botpress/cloud-manager": "0.2.0",
15
- "@botpress/common": "0.5.0",
16
14
  "@botpress/bridge": "1.8.1",
15
+ "@botpress/common": "0.5.0",
16
+ "@botpress/cloud-manager": "0.2.0",
17
17
  "@botpress/files-api": "0.18.0",
18
18
  "@botpress/smaug": "1.0.1",
19
19
  "@bpinternal/const": "0.4.2",