@uug-ai/models 1.4.58 → 1.4.59
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/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -26273,6 +26273,7 @@ export interface components {
|
|
|
26273
26273
|
creation_date?: number;
|
|
26274
26274
|
creation_datetime?: string;
|
|
26275
26275
|
downloaded_files?: string[];
|
|
26276
|
+
expires_at?: number;
|
|
26276
26277
|
export_files_count?: number;
|
|
26277
26278
|
export_status?: string;
|
|
26278
26279
|
id?: string;
|