@bytescale/sdk 3.32.0 → 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.
@@ -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.32.0",
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",