@botpress/api 0.32.0 → 0.32.2
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 +23 -9
- package/dist/src/gen/state.d.ts +12 -4
- package/package.json +2 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +23 -9
package/src/gen/state.ts
CHANGED
|
@@ -4380,6 +4380,24 @@ export const state = {
|
|
|
4380
4380
|
"in": "query",
|
|
4381
4381
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
4382
4382
|
"type": "string"
|
|
4383
|
+
},
|
|
4384
|
+
"sortField": {
|
|
4385
|
+
"in": "query",
|
|
4386
|
+
"description": "Sort results by this field",
|
|
4387
|
+
"type": "string",
|
|
4388
|
+
"enum": [
|
|
4389
|
+
"createdAt",
|
|
4390
|
+
"updatedAt"
|
|
4391
|
+
]
|
|
4392
|
+
},
|
|
4393
|
+
"sortDirection": {
|
|
4394
|
+
"in": "query",
|
|
4395
|
+
"description": "Sort results in this direction",
|
|
4396
|
+
"type": "string",
|
|
4397
|
+
"enum": [
|
|
4398
|
+
"asc",
|
|
4399
|
+
"desc"
|
|
4400
|
+
]
|
|
4383
4401
|
}
|
|
4384
4402
|
},
|
|
4385
4403
|
"section": "bot",
|
|
@@ -9317,8 +9335,7 @@ export const state = {
|
|
|
9317
9335
|
},
|
|
9318
9336
|
"url": {
|
|
9319
9337
|
"type": "string",
|
|
9320
|
-
"description": "
|
|
9321
|
-
"nullable": true
|
|
9338
|
+
"description": "URL to retrieve the file content. This URL will be ready to use once the file is uploaded.\n\nIf the file has a `public_content` policy, this will contain the permanent public URL to retrieve the file, otherwise this will contain a temporary pre-signed URL to download the file which should be used shortly after retrieving and should not be stored long-term as the URL will expire after a short timeframe."
|
|
9322
9339
|
},
|
|
9323
9340
|
"size": {
|
|
9324
9341
|
"type": "number",
|
|
@@ -9448,8 +9465,7 @@ export const state = {
|
|
|
9448
9465
|
},
|
|
9449
9466
|
"url": {
|
|
9450
9467
|
"type": "string",
|
|
9451
|
-
"description": "
|
|
9452
|
-
"nullable": true
|
|
9468
|
+
"description": "URL to retrieve the file content. This URL will be ready to use once the file is uploaded.\n\nIf the file has a `public_content` policy, this will contain the permanent public URL to retrieve the file, otherwise this will contain a temporary pre-signed URL to download the file which should be used shortly after retrieving and should not be stored long-term as the URL will expire after a short timeframe."
|
|
9453
9469
|
},
|
|
9454
9470
|
"size": {
|
|
9455
9471
|
"type": "number",
|
|
@@ -9598,8 +9614,7 @@ export const state = {
|
|
|
9598
9614
|
},
|
|
9599
9615
|
"url": {
|
|
9600
9616
|
"type": "string",
|
|
9601
|
-
"description": "
|
|
9602
|
-
"nullable": true
|
|
9617
|
+
"description": "URL to retrieve the file content. This URL will be ready to use once the file is uploaded.\n\nIf the file has a `public_content` policy, this will contain the permanent public URL to retrieve the file, otherwise this will contain a temporary pre-signed URL to download the file which should be used shortly after retrieving and should not be stored long-term as the URL will expire after a short timeframe."
|
|
9603
9618
|
},
|
|
9604
9619
|
"size": {
|
|
9605
9620
|
"type": "number",
|
|
@@ -10685,7 +10700,7 @@ export const state = {
|
|
|
10685
10700
|
"title": "Botpress API",
|
|
10686
10701
|
"description": "API for Botpress Cloud",
|
|
10687
10702
|
"server": "https://api.botpress.cloud",
|
|
10688
|
-
"version": "0.32.
|
|
10703
|
+
"version": "0.32.2",
|
|
10689
10704
|
"prefix": "v1"
|
|
10690
10705
|
},
|
|
10691
10706
|
"errors": [
|
|
@@ -13396,8 +13411,7 @@ export const state = {
|
|
|
13396
13411
|
},
|
|
13397
13412
|
"url": {
|
|
13398
13413
|
"type": "string",
|
|
13399
|
-
"description": "
|
|
13400
|
-
"nullable": true
|
|
13414
|
+
"description": "URL to retrieve the file content. This URL will be ready to use once the file is uploaded.\n\nIf the file has a `public_content` policy, this will contain the permanent public URL to retrieve the file, otherwise this will contain a temporary pre-signed URL to download the file which should be used shortly after retrieving and should not be stored long-term as the URL will expire after a short timeframe."
|
|
13401
13415
|
},
|
|
13402
13416
|
"size": {
|
|
13403
13417
|
"type": "number",
|