@internxt/sdk 1.13.0 → 1.13.1

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.
Files changed (2) hide show
  1. package/dist/schema.d.ts +5 -0
  2. package/package.json +1 -1
package/dist/schema.d.ts CHANGED
@@ -3155,6 +3155,11 @@ export interface components {
3155
3155
  size: string;
3156
3156
  /** @enum {string} */
3157
3157
  status: 'EXISTS' | 'DELETED';
3158
+ /**
3159
+ * Format: date-time
3160
+ * @description Date when the file was last modified before this version was created
3161
+ */
3162
+ modificationTime: string;
3158
3163
  /** Format: date-time */
3159
3164
  createdAt: string;
3160
3165
  /** Format: date-time */
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.13.0",
4
+ "version": "1.13.1",
5
5
  "description": "An sdk for interacting with Internxt's services",
6
6
  "repository": {
7
7
  "type": "git",