@botpress/api 1.7.0 → 1.8.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.
@@ -1148,6 +1148,14 @@ export const state = {
1148
1148
  "schema"
1149
1149
  ],
1150
1150
  "additionalProperties": false
1151
+ },
1152
+ "attributes": {
1153
+ "type": "object",
1154
+ "additionalProperties": {
1155
+ "type": "string",
1156
+ "maxLength": 200
1157
+ },
1158
+ "description": "Optional attributes"
1151
1159
  }
1152
1160
  },
1153
1161
  "required": [
@@ -1865,6 +1873,14 @@ export const state = {
1865
1873
  "schema"
1866
1874
  ],
1867
1875
  "additionalProperties": false
1876
+ },
1877
+ "attributes": {
1878
+ "type": "object",
1879
+ "additionalProperties": {
1880
+ "type": "string",
1881
+ "maxLength": 200
1882
+ },
1883
+ "description": "Optional attributes"
1868
1884
  }
1869
1885
  },
1870
1886
  "required": [
@@ -2377,6 +2393,14 @@ export const state = {
2377
2393
  "schema"
2378
2394
  ],
2379
2395
  "additionalProperties": false
2396
+ },
2397
+ "attributes": {
2398
+ "type": "object",
2399
+ "additionalProperties": {
2400
+ "type": "string",
2401
+ "maxLength": 200
2402
+ },
2403
+ "description": "Optional attributes"
2380
2404
  }
2381
2405
  },
2382
2406
  "required": [
@@ -2751,6 +2775,14 @@ export const state = {
2751
2775
  "schema"
2752
2776
  ],
2753
2777
  "additionalProperties": false
2778
+ },
2779
+ "attributes": {
2780
+ "type": "object",
2781
+ "additionalProperties": {
2782
+ "type": "string",
2783
+ "maxLength": 200
2784
+ },
2785
+ "description": "Optional attributes"
2754
2786
  }
2755
2787
  },
2756
2788
  "required": [
@@ -3154,6 +3186,14 @@ export const state = {
3154
3186
  "schema"
3155
3187
  ],
3156
3188
  "additionalProperties": false
3189
+ },
3190
+ "attributes": {
3191
+ "type": "object",
3192
+ "additionalProperties": {
3193
+ "type": "string",
3194
+ "maxLength": 200
3195
+ },
3196
+ "description": "Optional attributes"
3157
3197
  }
3158
3198
  },
3159
3199
  "required": [
@@ -3541,6 +3581,14 @@ export const state = {
3541
3581
  "schema"
3542
3582
  ],
3543
3583
  "additionalProperties": false
3584
+ },
3585
+ "attributes": {
3586
+ "type": "object",
3587
+ "additionalProperties": {
3588
+ "type": "string",
3589
+ "maxLength": 200
3590
+ },
3591
+ "description": "Optional attributes"
3544
3592
  }
3545
3593
  },
3546
3594
  "required": [
@@ -7229,6 +7277,14 @@ export const state = {
7229
7277
  "schema"
7230
7278
  ],
7231
7279
  "additionalProperties": false
7280
+ },
7281
+ "attributes": {
7282
+ "type": "object",
7283
+ "additionalProperties": {
7284
+ "type": "string",
7285
+ "maxLength": 200
7286
+ },
7287
+ "description": "Optional attributes"
7232
7288
  }
7233
7289
  },
7234
7290
  "required": [
@@ -7795,6 +7851,14 @@ export const state = {
7795
7851
  "schema"
7796
7852
  ],
7797
7853
  "additionalProperties": false
7854
+ },
7855
+ "attributes": {
7856
+ "type": "object",
7857
+ "additionalProperties": {
7858
+ "type": "string",
7859
+ "maxLength": 200
7860
+ },
7861
+ "description": "Optional attributes"
7798
7862
  }
7799
7863
  },
7800
7864
  "required": [
@@ -8428,13 +8492,21 @@ export const state = {
8428
8492
  "schema"
8429
8493
  ],
8430
8494
  "additionalProperties": false
8495
+ },
8496
+ "attributes": {
8497
+ "type": "object",
8498
+ "additionalProperties": {
8499
+ "type": "string",
8500
+ "maxLength": 200,
8501
+ "nullable": true
8502
+ },
8503
+ "description": "Optional attributes. Set attributes to null to remove them"
8431
8504
  }
8432
8505
  },
8433
8506
  "required": [
8434
8507
  "input",
8435
8508
  "output"
8436
8509
  ],
8437
- "description": "Action definition",
8438
8510
  "nullable": true,
8439
8511
  "additionalProperties": false
8440
8512
  }
@@ -9011,13 +9083,21 @@ export const state = {
9011
9083
  "schema"
9012
9084
  ],
9013
9085
  "additionalProperties": false
9086
+ },
9087
+ "attributes": {
9088
+ "type": "object",
9089
+ "additionalProperties": {
9090
+ "type": "string",
9091
+ "maxLength": 200,
9092
+ "nullable": true
9093
+ },
9094
+ "description": "Optional attributes. Set attributes to null to remove them"
9014
9095
  }
9015
9096
  },
9016
9097
  "required": [
9017
9098
  "input",
9018
9099
  "output"
9019
9100
  ],
9020
- "description": "Action definition",
9021
9101
  "nullable": true,
9022
9102
  "additionalProperties": false
9023
9103
  }
@@ -9902,6 +9982,14 @@ export const state = {
9902
9982
  "schema"
9903
9983
  ],
9904
9984
  "additionalProperties": false
9985
+ },
9986
+ "attributes": {
9987
+ "type": "object",
9988
+ "additionalProperties": {
9989
+ "type": "string",
9990
+ "maxLength": 200
9991
+ },
9992
+ "description": "Optional attributes"
9905
9993
  }
9906
9994
  },
9907
9995
  "required": [
@@ -10181,13 +10269,20 @@ export const state = {
10181
10269
  "schema"
10182
10270
  ],
10183
10271
  "additionalProperties": false
10272
+ },
10273
+ "attributes": {
10274
+ "type": "object",
10275
+ "additionalProperties": {
10276
+ "type": "string",
10277
+ "maxLength": 200,
10278
+ "nullable": true
10279
+ }
10184
10280
  }
10185
10281
  },
10186
10282
  "required": [
10187
10283
  "input",
10188
10284
  "output"
10189
10285
  ],
10190
- "description": "Action definition",
10191
10286
  "nullable": true,
10192
10287
  "additionalProperties": false
10193
10288
  }
@@ -10531,6 +10626,14 @@ export const state = {
10531
10626
  "schema"
10532
10627
  ],
10533
10628
  "additionalProperties": false
10629
+ },
10630
+ "attributes": {
10631
+ "type": "object",
10632
+ "additionalProperties": {
10633
+ "type": "string",
10634
+ "maxLength": 200
10635
+ },
10636
+ "description": "Optional attributes"
10534
10637
  }
10535
10638
  },
10536
10639
  "required": [
@@ -10922,6 +11025,14 @@ export const state = {
10922
11025
  "schema"
10923
11026
  ],
10924
11027
  "additionalProperties": false
11028
+ },
11029
+ "attributes": {
11030
+ "type": "object",
11031
+ "additionalProperties": {
11032
+ "type": "string",
11033
+ "maxLength": 200
11034
+ },
11035
+ "description": "Optional attributes"
10925
11036
  }
10926
11037
  },
10927
11038
  "required": [
@@ -11766,7 +11877,7 @@ export const state = {
11766
11877
  "title": "Botpress API",
11767
11878
  "description": "API for Botpress Cloud",
11768
11879
  "server": "https://api.botpress.cloud",
11769
- "version": "1.7.0",
11880
+ "version": "1.8.0",
11770
11881
  "prefix": "v1"
11771
11882
  },
11772
11883
  "errors": [
@@ -12483,6 +12594,14 @@ export const state = {
12483
12594
  "schema"
12484
12595
  ],
12485
12596
  "additionalProperties": false
12597
+ },
12598
+ "attributes": {
12599
+ "type": "object",
12600
+ "additionalProperties": {
12601
+ "type": "string",
12602
+ "maxLength": 200
12603
+ },
12604
+ "description": "Optional attributes"
12486
12605
  }
12487
12606
  },
12488
12607
  "required": [
@@ -13059,6 +13178,14 @@ export const state = {
13059
13178
  "schema"
13060
13179
  ],
13061
13180
  "additionalProperties": false
13181
+ },
13182
+ "attributes": {
13183
+ "type": "object",
13184
+ "additionalProperties": {
13185
+ "type": "string",
13186
+ "maxLength": 200
13187
+ },
13188
+ "description": "Optional attributes"
13062
13189
  }
13063
13190
  },
13064
13191
  "required": [
@@ -13354,6 +13481,14 @@ export const state = {
13354
13481
  "schema"
13355
13482
  ],
13356
13483
  "additionalProperties": false
13484
+ },
13485
+ "attributes": {
13486
+ "type": "object",
13487
+ "additionalProperties": {
13488
+ "type": "string",
13489
+ "maxLength": 200
13490
+ },
13491
+ "description": "Optional attributes"
13357
13492
  }
13358
13493
  },
13359
13494
  "required": [
@@ -13599,6 +13734,14 @@ export const state = {
13599
13734
  "schema"
13600
13735
  ],
13601
13736
  "additionalProperties": false
13737
+ },
13738
+ "attributes": {
13739
+ "type": "object",
13740
+ "additionalProperties": {
13741
+ "type": "string",
13742
+ "maxLength": 200
13743
+ },
13744
+ "description": "Optional attributes"
13602
13745
  }
13603
13746
  },
13604
13747
  "required": [