@internxt/sdk 1.11.18 → 1.11.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -431,4 +431,5 @@ export interface FileVersion {
431
431
  status: FileVersionStatus;
432
432
  createdAt: Date;
433
433
  updatedAt: Date;
434
+ expiresAt: Date | null;
434
435
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@internxt/sdk",
3
3
  "author": "Internxt <hello@internxt.com>",
4
- "version": "1.11.18",
4
+ "version": "1.11.19",
5
5
  "description": "An sdk for interacting with Internxt's services",
6
6
  "repository": {
7
7
  "type": "git",