@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 CHANGED
@@ -292333,6 +292333,10 @@ var state = {
292333
292333
  "type": "string",
292334
292334
  "format": "date-time",
292335
292335
  "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."
292336
+ },
292337
+ "publicContentImmediatelyAccessible": {
292338
+ "type": "boolean",
292339
+ "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.'
292336
292340
  }
292337
292341
  },
292338
292342
  "required": [
@@ -294067,7 +294071,7 @@ var state = {
294067
294071
  "title": "Botpress API",
294068
294072
  "description": "API for Botpress Cloud",
294069
294073
  "server": "https://api.botpress.cloud",
294070
- "version": "0.40.5",
294074
+ "version": "0.41.0",
294071
294075
  "prefix": "v1"
294072
294076
  },
294073
294077
  "errors": [
@@ -8583,6 +8583,10 @@ export declare const state: {
8583
8583
  format: string;
8584
8584
  description: string;
8585
8585
  };
8586
+ publicContentImmediatelyAccessible: {
8587
+ type: "boolean";
8588
+ description: string;
8589
+ };
8586
8590
  };
8587
8591
  required: string[];
8588
8592
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.40.5",
3
+ "version": "0.41.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {