@botpress/api 0.32.1 → 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 +5 -9
- package/dist/src/gen/state.d.ts +0 -4
- package/package.json +2 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +5 -9
package/src/gen/state.ts
CHANGED
|
@@ -9335,8 +9335,7 @@ export const state = {
|
|
|
9335
9335
|
},
|
|
9336
9336
|
"url": {
|
|
9337
9337
|
"type": "string",
|
|
9338
|
-
"description": "
|
|
9339
|
-
"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."
|
|
9340
9339
|
},
|
|
9341
9340
|
"size": {
|
|
9342
9341
|
"type": "number",
|
|
@@ -9466,8 +9465,7 @@ export const state = {
|
|
|
9466
9465
|
},
|
|
9467
9466
|
"url": {
|
|
9468
9467
|
"type": "string",
|
|
9469
|
-
"description": "
|
|
9470
|
-
"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."
|
|
9471
9469
|
},
|
|
9472
9470
|
"size": {
|
|
9473
9471
|
"type": "number",
|
|
@@ -9616,8 +9614,7 @@ export const state = {
|
|
|
9616
9614
|
},
|
|
9617
9615
|
"url": {
|
|
9618
9616
|
"type": "string",
|
|
9619
|
-
"description": "
|
|
9620
|
-
"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."
|
|
9621
9618
|
},
|
|
9622
9619
|
"size": {
|
|
9623
9620
|
"type": "number",
|
|
@@ -10703,7 +10700,7 @@ export const state = {
|
|
|
10703
10700
|
"title": "Botpress API",
|
|
10704
10701
|
"description": "API for Botpress Cloud",
|
|
10705
10702
|
"server": "https://api.botpress.cloud",
|
|
10706
|
-
"version": "0.32.
|
|
10703
|
+
"version": "0.32.2",
|
|
10707
10704
|
"prefix": "v1"
|
|
10708
10705
|
},
|
|
10709
10706
|
"errors": [
|
|
@@ -13414,8 +13411,7 @@ export const state = {
|
|
|
13414
13411
|
},
|
|
13415
13412
|
"url": {
|
|
13416
13413
|
"type": "string",
|
|
13417
|
-
"description": "
|
|
13418
|
-
"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."
|
|
13419
13415
|
},
|
|
13420
13416
|
"size": {
|
|
13421
13417
|
"type": "number",
|