@botpress/api 0.32.1 → 0.32.3
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 +10 -9
- package/dist/src/gen/state.d.ts +4 -4
- package/package.json +2 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +10 -9
package/src/gen/state.ts
CHANGED
|
@@ -9178,6 +9178,10 @@ export const state = {
|
|
|
9178
9178
|
"type": "string",
|
|
9179
9179
|
"description": "Unique key for the file. Must be unique across the bot (and the integration, when applicable)."
|
|
9180
9180
|
},
|
|
9181
|
+
"url": {
|
|
9182
|
+
"type": "string",
|
|
9183
|
+
"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."
|
|
9184
|
+
},
|
|
9181
9185
|
"size": {
|
|
9182
9186
|
"type": "number",
|
|
9183
9187
|
"description": "File size in bytes. Non-null if file upload status is \"COMPLETE\".",
|
|
@@ -9243,6 +9247,7 @@ export const state = {
|
|
|
9243
9247
|
"id",
|
|
9244
9248
|
"botId",
|
|
9245
9249
|
"key",
|
|
9250
|
+
"url",
|
|
9246
9251
|
"size",
|
|
9247
9252
|
"contentType",
|
|
9248
9253
|
"tags",
|
|
@@ -9335,8 +9340,7 @@ export const state = {
|
|
|
9335
9340
|
},
|
|
9336
9341
|
"url": {
|
|
9337
9342
|
"type": "string",
|
|
9338
|
-
"description": "
|
|
9339
|
-
"nullable": true
|
|
9343
|
+
"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
9344
|
},
|
|
9341
9345
|
"size": {
|
|
9342
9346
|
"type": "number",
|
|
@@ -9466,8 +9470,7 @@ export const state = {
|
|
|
9466
9470
|
},
|
|
9467
9471
|
"url": {
|
|
9468
9472
|
"type": "string",
|
|
9469
|
-
"description": "
|
|
9470
|
-
"nullable": true
|
|
9473
|
+
"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
9474
|
},
|
|
9472
9475
|
"size": {
|
|
9473
9476
|
"type": "number",
|
|
@@ -9616,8 +9619,7 @@ export const state = {
|
|
|
9616
9619
|
},
|
|
9617
9620
|
"url": {
|
|
9618
9621
|
"type": "string",
|
|
9619
|
-
"description": "
|
|
9620
|
-
"nullable": true
|
|
9622
|
+
"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
9623
|
},
|
|
9622
9624
|
"size": {
|
|
9623
9625
|
"type": "number",
|
|
@@ -10703,7 +10705,7 @@ export const state = {
|
|
|
10703
10705
|
"title": "Botpress API",
|
|
10704
10706
|
"description": "API for Botpress Cloud",
|
|
10705
10707
|
"server": "https://api.botpress.cloud",
|
|
10706
|
-
"version": "0.32.
|
|
10708
|
+
"version": "0.32.3",
|
|
10707
10709
|
"prefix": "v1"
|
|
10708
10710
|
},
|
|
10709
10711
|
"errors": [
|
|
@@ -13414,8 +13416,7 @@ export const state = {
|
|
|
13414
13416
|
},
|
|
13415
13417
|
"url": {
|
|
13416
13418
|
"type": "string",
|
|
13417
|
-
"description": "
|
|
13418
|
-
"nullable": true
|
|
13419
|
+
"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
13420
|
},
|
|
13420
13421
|
"size": {
|
|
13421
13422
|
"type": "number",
|