@bytescale/sdk 3.31.1 → 3.33.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
@@ -187,7 +187,7 @@ export interface BeginMultipartUploadResponseUploadParts {
187
187
  */
188
188
  export interface CompleteUploadPartRequest {
189
189
  /**
190
- * File ETag.
190
+ * The file's ETag. An ETag (or entity tag) is an identifier for a specific version of a file.
191
191
  * @type {string}
192
192
  * @memberof CompleteUploadPartRequest
193
193
  */
@@ -630,6 +630,12 @@ export interface FileDetails {
630
630
  * @memberof FileDetails
631
631
  */
632
632
  accountId: string;
633
+ /**
634
+ *
635
+ * @type {string}
636
+ * @memberof FileDetails
637
+ */
638
+ etag: string | null;
633
639
  /**
634
640
  * The file metadata specified in the original upload request as a JSON object.
635
641
  * @type {{ [key: string]: any; }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytescale/sdk",
3
- "version": "3.31.1",
3
+ "version": "3.33.0",
4
4
  "description": "Bytescale JavaScript SDK",
5
5
  "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",
6
6
  "license": "MIT",