@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.
Files changed (2) hide show
  1. package/dist/types.d.ts +6 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.4.42",
3
+ "version": "1.4.43",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",