From a70581b3ea8389bc35b578e7b7d32c512bba4291 Mon Sep 17 00:00:00 2001 From: Francis Terrero Date: Thu, 12 Feb 2026 11:50:03 -0400 Subject: [PATCH] chore: bump version to 1.13.1 and update schema with file version modificationTime field --- package.json | 2 +- src/schema.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 */