@uug-ai/models 1.4.39 → 1.4.41
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 +4 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -20051,6 +20051,7 @@ export interface components {
|
|
|
20051
20051
|
id?: string;
|
|
20052
20052
|
is_private?: boolean;
|
|
20053
20053
|
status?: string;
|
|
20054
|
+
thumbnail_url?: string;
|
|
20054
20055
|
title?: string;
|
|
20055
20056
|
};
|
|
20056
20057
|
"api.TaskFilter": {
|
|
@@ -21131,12 +21132,15 @@ export interface components {
|
|
|
21131
21132
|
key?: string;
|
|
21132
21133
|
provider?: string;
|
|
21133
21134
|
source?: string;
|
|
21135
|
+
sprite_url?: string;
|
|
21134
21136
|
spriteFile?: string;
|
|
21135
21137
|
spriteInterval?: number;
|
|
21136
21138
|
spriteProvider?: string;
|
|
21139
|
+
thumbnail_url?: string;
|
|
21137
21140
|
thumbnailFile?: string;
|
|
21138
21141
|
thumbnailProvider?: string;
|
|
21139
21142
|
timestamp?: number;
|
|
21143
|
+
video_url?: string;
|
|
21140
21144
|
};
|
|
21141
21145
|
"models.FaceRedaction": {
|
|
21142
21146
|
id?: string;
|