@uug-ai/models 1.0.37 → 1.0.39
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 +2 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -5670,6 +5670,8 @@ export interface components {
|
|
|
5670
5670
|
videoFile?: string;
|
|
5671
5671
|
};
|
|
5672
5672
|
"models.MediaAtRuntimeMetadata": {
|
|
5673
|
+
/** @description Timestamp when the runtime metadata was cached. */
|
|
5674
|
+
cacheTimestamp?: number;
|
|
5673
5675
|
redactionUrl?: string;
|
|
5674
5676
|
spriteUrl?: string;
|
|
5675
5677
|
thumbnailUrl?: string;
|