@botpress/api 0.40.5 → 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 +5 -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 +5 -1
package/src/gen/state.ts
CHANGED
|
@@ -9743,6 +9743,10 @@ export const state = {
|
|
|
9743
9743
|
"type": "string",
|
|
9744
9744
|
"format": "date-time",
|
|
9745
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."
|
|
9746
9750
|
}
|
|
9747
9751
|
},
|
|
9748
9752
|
"required": [
|
|
@@ -11477,7 +11481,7 @@ export const state = {
|
|
|
11477
11481
|
"title": "Botpress API",
|
|
11478
11482
|
"description": "API for Botpress Cloud",
|
|
11479
11483
|
"server": "https://api.botpress.cloud",
|
|
11480
|
-
"version": "0.
|
|
11484
|
+
"version": "0.41.0",
|
|
11481
11485
|
"prefix": "v1"
|
|
11482
11486
|
},
|
|
11483
11487
|
"errors": [
|