Skip to content

Commit

Permalink
Merge pull request #245 from internxt/fix/PB-2940-keep-modification-date
Browse files Browse the repository at this point in the history
[PB-2904] fix/keep modification date
  • Loading branch information
rafijv authored Sep 24, 2024
2 parents 081b429 + 65816e9 commit bd9b069
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internxt/sdk",
"version": "1.5.17",
"version": "1.5.18",
"description": "An sdk for interacting with Internxt's services",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/drive/storage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ export class Storage {
size: fileEntry.size,
plainName: fileEntry.plain_name,
type: fileEntry.type,
modificationTime: fileEntry.modificationTime,
},
addResourcesTokenToHeaders(this.headers(), resourcesToken),
);
Expand Down
1 change: 1 addition & 0 deletions src/drive/storage/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ export interface FileEntryByUuid {
bucket: string;
folder_id: string;
encrypt_version: EncryptionVersion;
modificationTime: string;
}

export interface ThumbnailEntry {
Expand Down

0 comments on commit bd9b069

Please sign in to comment.