@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 +105 -1
- package/dist/src/gen/state.d.ts +104 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +105 -1
package/src/gen/state.ts
CHANGED
|
@@ -2690,6 +2690,16 @@ export const state = {
|
|
|
2690
2690
|
"configuration": {
|
|
2691
2691
|
"type": "object",
|
|
2692
2692
|
"properties": {
|
|
2693
|
+
"title": {
|
|
2694
|
+
"type": "string",
|
|
2695
|
+
"maxLength": 64,
|
|
2696
|
+
"description": "Title of the configuration"
|
|
2697
|
+
},
|
|
2698
|
+
"description": {
|
|
2699
|
+
"type": "string",
|
|
2700
|
+
"maxLength": 256,
|
|
2701
|
+
"description": "Description of the configuration"
|
|
2702
|
+
},
|
|
2693
2703
|
"identifier": {
|
|
2694
2704
|
"type": "object",
|
|
2695
2705
|
"properties": {
|
|
@@ -2724,6 +2734,16 @@ export const state = {
|
|
|
2724
2734
|
"additionalProperties": {
|
|
2725
2735
|
"type": "object",
|
|
2726
2736
|
"properties": {
|
|
2737
|
+
"title": {
|
|
2738
|
+
"type": "string",
|
|
2739
|
+
"maxLength": 64,
|
|
2740
|
+
"description": "Title of the configuration"
|
|
2741
|
+
},
|
|
2742
|
+
"description": {
|
|
2743
|
+
"type": "string",
|
|
2744
|
+
"maxLength": 256,
|
|
2745
|
+
"description": "Description of the configuration"
|
|
2746
|
+
},
|
|
2727
2747
|
"identifier": {
|
|
2728
2748
|
"type": "object",
|
|
2729
2749
|
"properties": {
|
|
@@ -3328,6 +3348,16 @@ export const state = {
|
|
|
3328
3348
|
"configuration": {
|
|
3329
3349
|
"type": "object",
|
|
3330
3350
|
"properties": {
|
|
3351
|
+
"title": {
|
|
3352
|
+
"type": "string",
|
|
3353
|
+
"maxLength": 64,
|
|
3354
|
+
"description": "Title of the configuration"
|
|
3355
|
+
},
|
|
3356
|
+
"description": {
|
|
3357
|
+
"type": "string",
|
|
3358
|
+
"maxLength": 256,
|
|
3359
|
+
"description": "Description of the configuration"
|
|
3360
|
+
},
|
|
3331
3361
|
"identifier": {
|
|
3332
3362
|
"type": "object",
|
|
3333
3363
|
"properties": {
|
|
@@ -3362,6 +3392,16 @@ export const state = {
|
|
|
3362
3392
|
"additionalProperties": {
|
|
3363
3393
|
"type": "object",
|
|
3364
3394
|
"properties": {
|
|
3395
|
+
"title": {
|
|
3396
|
+
"type": "string",
|
|
3397
|
+
"maxLength": 64,
|
|
3398
|
+
"description": "Title of the configuration"
|
|
3399
|
+
},
|
|
3400
|
+
"description": {
|
|
3401
|
+
"type": "string",
|
|
3402
|
+
"maxLength": 256,
|
|
3403
|
+
"description": "Description of the configuration"
|
|
3404
|
+
},
|
|
3365
3405
|
"identifier": {
|
|
3366
3406
|
"type": "object",
|
|
3367
3407
|
"properties": {
|
|
@@ -7489,6 +7529,16 @@ export const state = {
|
|
|
7489
7529
|
"configuration": {
|
|
7490
7530
|
"type": "object",
|
|
7491
7531
|
"properties": {
|
|
7532
|
+
"title": {
|
|
7533
|
+
"type": "string",
|
|
7534
|
+
"maxLength": 64,
|
|
7535
|
+
"description": "Title of the configuration"
|
|
7536
|
+
},
|
|
7537
|
+
"description": {
|
|
7538
|
+
"type": "string",
|
|
7539
|
+
"maxLength": 256,
|
|
7540
|
+
"description": "Description of the configuration"
|
|
7541
|
+
},
|
|
7492
7542
|
"schema": {
|
|
7493
7543
|
"type": "object",
|
|
7494
7544
|
"additionalProperties": true,
|
|
@@ -7516,6 +7566,16 @@ export const state = {
|
|
|
7516
7566
|
"additionalProperties": {
|
|
7517
7567
|
"type": "object",
|
|
7518
7568
|
"properties": {
|
|
7569
|
+
"title": {
|
|
7570
|
+
"type": "string",
|
|
7571
|
+
"maxLength": 64,
|
|
7572
|
+
"description": "Title of the configuration"
|
|
7573
|
+
},
|
|
7574
|
+
"description": {
|
|
7575
|
+
"type": "string",
|
|
7576
|
+
"maxLength": 256,
|
|
7577
|
+
"description": "Description of the configuration"
|
|
7578
|
+
},
|
|
7519
7579
|
"schema": {
|
|
7520
7580
|
"type": "object",
|
|
7521
7581
|
"additionalProperties": true,
|
|
@@ -8010,6 +8070,16 @@ export const state = {
|
|
|
8010
8070
|
"configuration": {
|
|
8011
8071
|
"type": "object",
|
|
8012
8072
|
"properties": {
|
|
8073
|
+
"title": {
|
|
8074
|
+
"type": "string",
|
|
8075
|
+
"maxLength": 64,
|
|
8076
|
+
"description": "Title of the configuration"
|
|
8077
|
+
},
|
|
8078
|
+
"description": {
|
|
8079
|
+
"type": "string",
|
|
8080
|
+
"maxLength": 256,
|
|
8081
|
+
"description": "Description of the configuration"
|
|
8082
|
+
},
|
|
8013
8083
|
"schema": {
|
|
8014
8084
|
"type": "object",
|
|
8015
8085
|
"additionalProperties": true,
|
|
@@ -8038,6 +8108,16 @@ export const state = {
|
|
|
8038
8108
|
"additionalProperties": {
|
|
8039
8109
|
"type": "object",
|
|
8040
8110
|
"properties": {
|
|
8111
|
+
"title": {
|
|
8112
|
+
"type": "string",
|
|
8113
|
+
"maxLength": 64,
|
|
8114
|
+
"description": "Title of the configuration"
|
|
8115
|
+
},
|
|
8116
|
+
"description": {
|
|
8117
|
+
"type": "string",
|
|
8118
|
+
"maxLength": 256,
|
|
8119
|
+
"description": "Description of the configuration"
|
|
8120
|
+
},
|
|
8041
8121
|
"schema": {
|
|
8042
8122
|
"type": "object",
|
|
8043
8123
|
"additionalProperties": true,
|
|
@@ -9663,6 +9743,10 @@ export const state = {
|
|
|
9663
9743
|
"type": "string",
|
|
9664
9744
|
"format": "date-time",
|
|
9665
9745
|
"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."
|
|
9746
|
+
},
|
|
9747
|
+
"publicContentImmediatelyAccessible": {
|
|
9748
|
+
"type": "boolean",
|
|
9749
|
+
"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."
|
|
9666
9750
|
}
|
|
9667
9751
|
},
|
|
9668
9752
|
"required": [
|
|
@@ -11397,7 +11481,7 @@ export const state = {
|
|
|
11397
11481
|
"title": "Botpress API",
|
|
11398
11482
|
"description": "API for Botpress Cloud",
|
|
11399
11483
|
"server": "https://api.botpress.cloud",
|
|
11400
|
-
"version": "0.
|
|
11484
|
+
"version": "0.41.0",
|
|
11401
11485
|
"prefix": "v1"
|
|
11402
11486
|
},
|
|
11403
11487
|
"errors": [
|
|
@@ -12392,6 +12476,16 @@ export const state = {
|
|
|
12392
12476
|
"configuration": {
|
|
12393
12477
|
"type": "object",
|
|
12394
12478
|
"properties": {
|
|
12479
|
+
"title": {
|
|
12480
|
+
"type": "string",
|
|
12481
|
+
"maxLength": 64,
|
|
12482
|
+
"description": "Title of the configuration"
|
|
12483
|
+
},
|
|
12484
|
+
"description": {
|
|
12485
|
+
"type": "string",
|
|
12486
|
+
"maxLength": 256,
|
|
12487
|
+
"description": "Description of the configuration"
|
|
12488
|
+
},
|
|
12395
12489
|
"identifier": {
|
|
12396
12490
|
"type": "object",
|
|
12397
12491
|
"properties": {
|
|
@@ -12426,6 +12520,16 @@ export const state = {
|
|
|
12426
12520
|
"additionalProperties": {
|
|
12427
12521
|
"type": "object",
|
|
12428
12522
|
"properties": {
|
|
12523
|
+
"title": {
|
|
12524
|
+
"type": "string",
|
|
12525
|
+
"maxLength": 64,
|
|
12526
|
+
"description": "Title of the configuration"
|
|
12527
|
+
},
|
|
12528
|
+
"description": {
|
|
12529
|
+
"type": "string",
|
|
12530
|
+
"maxLength": 256,
|
|
12531
|
+
"description": "Description of the configuration"
|
|
12532
|
+
},
|
|
12429
12533
|
"identifier": {
|
|
12430
12534
|
"type": "object",
|
|
12431
12535
|
"properties": {
|