@botpress/api 0.40.4 → 0.41.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
@@ -285280,6 +285280,16 @@ var state = {
285280
285280
  "configuration": {
285281
285281
  "type": "object",
285282
285282
  "properties": {
285283
+ "title": {
285284
+ "type": "string",
285285
+ "maxLength": 64,
285286
+ "description": "Title of the configuration"
285287
+ },
285288
+ "description": {
285289
+ "type": "string",
285290
+ "maxLength": 256,
285291
+ "description": "Description of the configuration"
285292
+ },
285283
285293
  "identifier": {
285284
285294
  "type": "object",
285285
285295
  "properties": {
@@ -285314,6 +285324,16 @@ var state = {
285314
285324
  "additionalProperties": {
285315
285325
  "type": "object",
285316
285326
  "properties": {
285327
+ "title": {
285328
+ "type": "string",
285329
+ "maxLength": 64,
285330
+ "description": "Title of the configuration"
285331
+ },
285332
+ "description": {
285333
+ "type": "string",
285334
+ "maxLength": 256,
285335
+ "description": "Description of the configuration"
285336
+ },
285317
285337
  "identifier": {
285318
285338
  "type": "object",
285319
285339
  "properties": {
@@ -285918,6 +285938,16 @@ var state = {
285918
285938
  "configuration": {
285919
285939
  "type": "object",
285920
285940
  "properties": {
285941
+ "title": {
285942
+ "type": "string",
285943
+ "maxLength": 64,
285944
+ "description": "Title of the configuration"
285945
+ },
285946
+ "description": {
285947
+ "type": "string",
285948
+ "maxLength": 256,
285949
+ "description": "Description of the configuration"
285950
+ },
285921
285951
  "identifier": {
285922
285952
  "type": "object",
285923
285953
  "properties": {
@@ -285952,6 +285982,16 @@ var state = {
285952
285982
  "additionalProperties": {
285953
285983
  "type": "object",
285954
285984
  "properties": {
285985
+ "title": {
285986
+ "type": "string",
285987
+ "maxLength": 64,
285988
+ "description": "Title of the configuration"
285989
+ },
285990
+ "description": {
285991
+ "type": "string",
285992
+ "maxLength": 256,
285993
+ "description": "Description of the configuration"
285994
+ },
285955
285995
  "identifier": {
285956
285996
  "type": "object",
285957
285997
  "properties": {
@@ -290079,6 +290119,16 @@ var state = {
290079
290119
  "configuration": {
290080
290120
  "type": "object",
290081
290121
  "properties": {
290122
+ "title": {
290123
+ "type": "string",
290124
+ "maxLength": 64,
290125
+ "description": "Title of the configuration"
290126
+ },
290127
+ "description": {
290128
+ "type": "string",
290129
+ "maxLength": 256,
290130
+ "description": "Description of the configuration"
290131
+ },
290082
290132
  "schema": {
290083
290133
  "type": "object",
290084
290134
  "additionalProperties": true,
@@ -290106,6 +290156,16 @@ var state = {
290106
290156
  "additionalProperties": {
290107
290157
  "type": "object",
290108
290158
  "properties": {
290159
+ "title": {
290160
+ "type": "string",
290161
+ "maxLength": 64,
290162
+ "description": "Title of the configuration"
290163
+ },
290164
+ "description": {
290165
+ "type": "string",
290166
+ "maxLength": 256,
290167
+ "description": "Description of the configuration"
290168
+ },
290109
290169
  "schema": {
290110
290170
  "type": "object",
290111
290171
  "additionalProperties": true,
@@ -290600,6 +290660,16 @@ var state = {
290600
290660
  "configuration": {
290601
290661
  "type": "object",
290602
290662
  "properties": {
290663
+ "title": {
290664
+ "type": "string",
290665
+ "maxLength": 64,
290666
+ "description": "Title of the configuration"
290667
+ },
290668
+ "description": {
290669
+ "type": "string",
290670
+ "maxLength": 256,
290671
+ "description": "Description of the configuration"
290672
+ },
290603
290673
  "schema": {
290604
290674
  "type": "object",
290605
290675
  "additionalProperties": true,
@@ -290628,6 +290698,16 @@ var state = {
290628
290698
  "additionalProperties": {
290629
290699
  "type": "object",
290630
290700
  "properties": {
290701
+ "title": {
290702
+ "type": "string",
290703
+ "maxLength": 64,
290704
+ "description": "Title of the configuration"
290705
+ },
290706
+ "description": {
290707
+ "type": "string",
290708
+ "maxLength": 256,
290709
+ "description": "Description of the configuration"
290710
+ },
290631
290711
  "schema": {
290632
290712
  "type": "object",
290633
290713
  "additionalProperties": true,
@@ -292253,6 +292333,10 @@ var state = {
292253
292333
  "type": "string",
292254
292334
  "format": "date-time",
292255
292335
  "description": "Expiry timestamp in ISO 8601 format with UTC timezone. After expiry, the File will be deleted. Must be in the future. Cannot be more than 90 days from now. The value up to minutes is considered. Seconds and milliseconds are ignored."
292336
+ },
292337
+ "publicContentImmediatelyAccessible": {
292338
+ "type": "boolean",
292339
+ "description": 'Use when your file has "public_content" in its access policy and you need the file\\\'s content to be immediately accessible through its URL after the file has been uploaded without having to wait for the upload to be processed by our system.\n\nIf set to `true`, the `x-amz-tagging` HTTP header with a value of `public=true` will need to be sent in the HTTP PUT request to the `uploadUrl` in order for the upload request to work.'
292256
292340
  }
292257
292341
  },
292258
292342
  "required": [
@@ -293987,7 +294071,7 @@ var state = {
293987
294071
  "title": "Botpress API",
293988
294072
  "description": "API for Botpress Cloud",
293989
294073
  "server": "https://api.botpress.cloud",
293990
- "version": "0.40.4",
294074
+ "version": "0.41.0",
293991
294075
  "prefix": "v1"
293992
294076
  },
293993
294077
  "errors": [
@@ -294982,6 +295066,16 @@ var state = {
294982
295066
  "configuration": {
294983
295067
  "type": "object",
294984
295068
  "properties": {
295069
+ "title": {
295070
+ "type": "string",
295071
+ "maxLength": 64,
295072
+ "description": "Title of the configuration"
295073
+ },
295074
+ "description": {
295075
+ "type": "string",
295076
+ "maxLength": 256,
295077
+ "description": "Description of the configuration"
295078
+ },
294985
295079
  "identifier": {
294986
295080
  "type": "object",
294987
295081
  "properties": {
@@ -295016,6 +295110,16 @@ var state = {
295016
295110
  "additionalProperties": {
295017
295111
  "type": "object",
295018
295112
  "properties": {
295113
+ "title": {
295114
+ "type": "string",
295115
+ "maxLength": 64,
295116
+ "description": "Title of the configuration"
295117
+ },
295118
+ "description": {
295119
+ "type": "string",
295120
+ "maxLength": 256,
295121
+ "description": "Description of the configuration"
295122
+ },
295019
295123
  "identifier": {
295020
295124
  "type": "object",
295021
295125
  "properties": {
@@ -2448,6 +2448,16 @@ export declare const state: {
2448
2448
  configuration: {
2449
2449
  type: "object";
2450
2450
  properties: {
2451
+ title: {
2452
+ type: "string";
2453
+ maxLength: number;
2454
+ description: string;
2455
+ };
2456
+ description: {
2457
+ type: "string";
2458
+ maxLength: number;
2459
+ description: string;
2460
+ };
2451
2461
  identifier: {
2452
2462
  type: "object";
2453
2463
  properties: {
@@ -2478,6 +2488,16 @@ export declare const state: {
2478
2488
  additionalProperties: {
2479
2489
  type: "object";
2480
2490
  properties: {
2491
+ title: {
2492
+ type: "string";
2493
+ maxLength: number;
2494
+ description: string;
2495
+ };
2496
+ description: {
2497
+ type: "string";
2498
+ maxLength: number;
2499
+ description: string;
2500
+ };
2481
2501
  identifier: {
2482
2502
  type: "object";
2483
2503
  properties: {
@@ -2991,6 +3011,16 @@ export declare const state: {
2991
3011
  configuration: {
2992
3012
  type: "object";
2993
3013
  properties: {
3014
+ title: {
3015
+ type: "string";
3016
+ maxLength: number;
3017
+ description: string;
3018
+ };
3019
+ description: {
3020
+ type: "string";
3021
+ maxLength: number;
3022
+ description: string;
3023
+ };
2994
3024
  identifier: {
2995
3025
  type: "object";
2996
3026
  properties: {
@@ -3021,6 +3051,16 @@ export declare const state: {
3021
3051
  additionalProperties: {
3022
3052
  type: "object";
3023
3053
  properties: {
3054
+ title: {
3055
+ type: "string";
3056
+ maxLength: number;
3057
+ description: string;
3058
+ };
3059
+ description: {
3060
+ type: "string";
3061
+ maxLength: number;
3062
+ description: string;
3063
+ };
3024
3064
  identifier: {
3025
3065
  type: "object";
3026
3066
  properties: {
@@ -6535,6 +6575,16 @@ export declare const state: {
6535
6575
  configuration: {
6536
6576
  type: "object";
6537
6577
  properties: {
6578
+ title: {
6579
+ type: "string";
6580
+ maxLength: number;
6581
+ description: string;
6582
+ };
6583
+ description: {
6584
+ type: "string";
6585
+ maxLength: number;
6586
+ description: string;
6587
+ };
6538
6588
  schema: {
6539
6589
  type: "object";
6540
6590
  additionalProperties: true;
@@ -6562,6 +6612,16 @@ export declare const state: {
6562
6612
  additionalProperties: {
6563
6613
  type: "object";
6564
6614
  properties: {
6615
+ title: {
6616
+ type: "string";
6617
+ maxLength: number;
6618
+ description: string;
6619
+ };
6620
+ description: {
6621
+ type: "string";
6622
+ maxLength: number;
6623
+ description: string;
6624
+ };
6565
6625
  schema: {
6566
6626
  type: "object";
6567
6627
  additionalProperties: true;
@@ -7012,6 +7072,16 @@ export declare const state: {
7012
7072
  configuration: {
7013
7073
  type: "object";
7014
7074
  properties: {
7075
+ title: {
7076
+ type: "string";
7077
+ maxLength: number;
7078
+ description: string;
7079
+ };
7080
+ description: {
7081
+ type: "string";
7082
+ maxLength: number;
7083
+ description: string;
7084
+ };
7015
7085
  schema: {
7016
7086
  type: "object";
7017
7087
  additionalProperties: true;
@@ -7040,6 +7110,16 @@ export declare const state: {
7040
7110
  additionalProperties: {
7041
7111
  type: "object";
7042
7112
  properties: {
7113
+ title: {
7114
+ type: "string";
7115
+ maxLength: number;
7116
+ description: string;
7117
+ };
7118
+ description: {
7119
+ type: "string";
7120
+ maxLength: number;
7121
+ description: string;
7122
+ };
7043
7123
  schema: {
7044
7124
  type: "object";
7045
7125
  additionalProperties: true;
@@ -8503,6 +8583,10 @@ export declare const state: {
8503
8583
  format: string;
8504
8584
  description: string;
8505
8585
  };
8586
+ publicContentImmediatelyAccessible: {
8587
+ type: "boolean";
8588
+ description: string;
8589
+ };
8506
8590
  };
8507
8591
  required: string[];
8508
8592
  title: string;
@@ -10844,6 +10928,16 @@ export declare const state: {
10844
10928
  configuration: {
10845
10929
  type: "object";
10846
10930
  properties: {
10931
+ title: {
10932
+ type: "string";
10933
+ maxLength: number;
10934
+ description: string;
10935
+ };
10936
+ description: {
10937
+ type: "string";
10938
+ maxLength: number;
10939
+ description: string;
10940
+ };
10847
10941
  identifier: {
10848
10942
  type: "object";
10849
10943
  properties: {
@@ -10874,6 +10968,16 @@ export declare const state: {
10874
10968
  additionalProperties: {
10875
10969
  type: "object";
10876
10970
  properties: {
10971
+ title: {
10972
+ type: "string";
10973
+ maxLength: number;
10974
+ description: string;
10975
+ };
10976
+ description: {
10977
+ type: "string";
10978
+ maxLength: number;
10979
+ description: string;
10980
+ };
10877
10981
  identifier: {
10878
10982
  type: "object";
10879
10983
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.40.4",
3
+ "version": "0.41.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {