Skip to content

Commit

Permalink
Update to latest API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed Mar 11, 2024
1 parent b0cd4b2 commit 70a3ee1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/public/shared/generated/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export interface BeginMultipartUploadResponseUploadParts {
*/
export interface CompleteUploadPartRequest {
/**
* File ETag.
* The file's ETag. An ETag (or entity tag) is an identifier for a specific version of a file.
* @type {string}
* @memberof CompleteUploadPartRequest
*/
Expand Down Expand Up @@ -675,6 +675,12 @@ export interface FileDetails {
* @memberof FileDetails
*/
accountId: string;
/**
*
* @type {string}
* @memberof FileDetails
*/
etag: string | null;
/**
* The file metadata specified in the original upload request as a JSON object.
* @type {{ [key: string]: any; }}
Expand Down

0 comments on commit 70a3ee1

Please sign in to comment.