@bytescale/sdk 3.31.0 → 3.32.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.
@@ -7,7 +7,7 @@ export declare type AccountJobStatus = "Created" | "Pending" | "Running" | "Roll
7
7
  * Job type.
8
8
  * @export
9
9
  */
10
- export declare type AccountJobType = "ProcessVideoJob" | "ProcessAudioJob" | "AntivirusJob" | "DeleteFolderBatchJob" | "DeleteFileBatchJob" | "CopyFolderBatchJob" | "CopyFileBatchJob";
10
+ export declare type AccountJobType = "ProcessImageJob" | "ProcessVideoJob" | "ProcessAudioJob" | "AntivirusJob" | "DeleteFolderBatchJob" | "DeleteFileBatchJob" | "CopyFolderBatchJob" | "CopyFileBatchJob";
11
11
  /**
12
12
  * Response body from an API endpoint that performs work asynchronously (i.e. does not complete the work immediately).
13
13
  * @export
@@ -51,7 +51,7 @@ export declare type AsyncResponseJobDocsEnum = "https://www.bytescale.com/docs/j
51
51
  * AWS Region.
52
52
  * @export
53
53
  */
54
- export declare type AwsRegion = "us-east-2" | "us-east-1" | "us-west-1" | "us-west-2" | "af-south-1" | "ap-east-1" | "ap-southeast-3" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "ca-central-1" | "eu-central-1" | "eu-west-1" | "eu-west-2" | "eu-south-1" | "eu-west-3" | "eu-north-1" | "me-south-1" | "sa-east-1";
54
+ export declare type AwsRegion = "us-east-2" | "us-east-1" | "us-west-1" | "us-west-2" | "af-south-1" | "ap-east-1" | "ap-south-2" | "ap-southeast-3" | "ap-southeast-4" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "ca-central-1" | "ca-west-1" | "eu-central-1" | "eu-west-1" | "eu-west-2" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-north-1" | "eu-central-2" | "il-central-1" | "me-south-1" | "me-central-1" | "sa-east-1";
55
55
  /**
56
56
  * Response body for BasicUpload.
57
57
  * @export
@@ -503,9 +503,11 @@ export interface DigitalOceanStorageCredentials {
503
503
  spacesAccessKey: string;
504
504
  }
505
505
  /**
506
- * An object containing a `fileName` and/or `folderPath`.
506
+ * An object containing a `fileName` and/or `folderPath` field.
507
507
  *
508
- * Both fields are optional: omitted fields will use the API key's default values, which are configured per API key via the Bytescale Dashboard.
508
+ * The `folderPath` may be relative or absolute; paths are relative to the API key's default folder (configured per API key in the Bytescale Dashboard).
509
+ *
510
+ * If a field is omitted, the API key's default values will be used for that field. These are configured per API key via the Bytescale Dashboard.
509
511
  *
510
512
  * Supports path variables.
511
513
  * @export
@@ -1905,7 +1907,7 @@ export declare type TransformationParamValue = boolean | number | string;
1905
1907
  *
1906
1908
  * Bytescale URLs have a maximum total length of 1000 bytes (excluding the hostname and protocol).
1907
1909
  *
1908
- * To provide a longer list of parameters to a Bytescale File Processing API, you must use ProcessFileAndSave (POST) instead of ProcessFile (GET). This allows you to specify parameters via the ProcessFileAndSave HTTP request body (via the `extendedParams` field) instead of via the querystring.
1910
+ * To provide a longer parameter list to a Bytescale File Processing API, you must use ProcessFileAndSave (POST) instead of ProcessFile (GET). This allows you to specify parameters via the ProcessFileAndSave HTTP request body (via the `extendedParams` field).
1909
1911
  *
1910
1912
  * The `extendedParams` field supports up to 400KB of transformation parameter data.
1911
1913
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytescale/sdk",
3
- "version": "3.31.0",
3
+ "version": "3.32.0",
4
4
  "description": "Bytescale JavaScript SDK",
5
5
  "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",
6
6
  "license": "MIT",