diff --git a/package.json b/package.json index f6494a2..19ad26c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@internxt/sdk", "author": "Internxt ", - "version": "1.13.0", + "version": "1.13.1", "description": "An sdk for interacting with Internxt's services", "repository": { "type": "git", diff --git a/src/schema.ts b/src/schema.ts index ff6c037..c51989f 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -3156,6 +3156,11 @@ export interface components { size: string; /** @enum {string} */ status: 'EXISTS' | 'DELETED'; + /** + * Format: date-time + * @description Date when the file was last modified before this version was created + */ + modificationTime: string; /** Format: date-time */ createdAt: string; /** Format: date-time */