@uug-ai/models 1.4.42 → 1.4.43
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 +6 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -18640,8 +18640,11 @@ export interface components {
|
|
|
18640
18640
|
downloaded_files?: string[];
|
|
18641
18641
|
export_files?: components["schemas"]["models.ExportFile"][];
|
|
18642
18642
|
export_files_count?: number;
|
|
18643
|
+
export_in_progress?: boolean;
|
|
18643
18644
|
/** @description "0% -> 100%" */
|
|
18644
18645
|
export_progress?: number;
|
|
18646
|
+
export_requested?: boolean;
|
|
18647
|
+
export_revision?: number;
|
|
18645
18648
|
/** @description An export task, is containing multiple video in a compressed file format (.zip) */
|
|
18646
18649
|
export_status?: string;
|
|
18647
18650
|
id?: string;
|
|
@@ -22788,8 +22791,11 @@ export interface components {
|
|
|
22788
22791
|
downloaded_files?: string[];
|
|
22789
22792
|
export_files?: components["schemas"]["models.ExportFile"][];
|
|
22790
22793
|
export_files_count?: number;
|
|
22794
|
+
export_in_progress?: boolean;
|
|
22791
22795
|
/** @description "0% -> 100%" */
|
|
22792
22796
|
export_progress?: number;
|
|
22797
|
+
export_requested?: boolean;
|
|
22798
|
+
export_revision?: number;
|
|
22793
22799
|
/** @description An export task, is containing multiple video in a compressed file format (.zip) */
|
|
22794
22800
|
export_status?: string;
|
|
22795
22801
|
id?: string;
|