@bytescale/sdk
Advanced tools
Comparing version 3.32.0 to 3.33.0
@@ -190,3 +190,3 @@ /** | ||
/** | ||
* File ETag. | ||
* The file's ETag. An ETag (or entity tag) is an identifier for a specific version of a file. | ||
* @type {string} | ||
@@ -635,2 +635,8 @@ * @memberof CompleteUploadPartRequest | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof FileDetails | ||
*/ | ||
etag: string | null; | ||
/** | ||
* The file metadata specified in the original upload request as a JSON object. | ||
@@ -637,0 +643,0 @@ * @type {{ [key: string]: any; }} |
{ | ||
"name": "@bytescale/sdk", | ||
"version": "3.32.0", | ||
"version": "3.33.0", | ||
"description": "Bytescale JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", |
1062666
21602