@uug-ai/models 1.4.40 → 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 +3 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -21132,12 +21132,15 @@ export interface components {
|
|
|
21132
21132
|
key?: string;
|
|
21133
21133
|
provider?: string;
|
|
21134
21134
|
source?: string;
|
|
21135
|
+
sprite_url?: string;
|
|
21135
21136
|
spriteFile?: string;
|
|
21136
21137
|
spriteInterval?: number;
|
|
21137
21138
|
spriteProvider?: string;
|
|
21139
|
+
thumbnail_url?: string;
|
|
21138
21140
|
thumbnailFile?: string;
|
|
21139
21141
|
thumbnailProvider?: string;
|
|
21140
21142
|
timestamp?: number;
|
|
21143
|
+
video_url?: string;
|
|
21141
21144
|
};
|
|
21142
21145
|
"models.FaceRedaction": {
|
|
21143
21146
|
id?: string;
|