@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.
- package/dist/schema.d.ts +5 -0
- 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 */
|