@botpress/api 0.32.2 → 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 +6 -1
- package/dist/src/gen/state.d.ts +4 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +6 -1
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",
|
|
@@ -10700,7 +10705,7 @@ export const state = {
|
|
|
10700
10705
|
"title": "Botpress API",
|
|
10701
10706
|
"description": "API for Botpress Cloud",
|
|
10702
10707
|
"server": "https://api.botpress.cloud",
|
|
10703
|
-
"version": "0.32.
|
|
10708
|
+
"version": "0.32.3",
|
|
10704
10709
|
"prefix": "v1"
|
|
10705
10710
|
},
|
|
10706
10711
|
"errors": [
|