@uug-ai/models 1.3.3 → 1.3.4
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 +1 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -11458,6 +11458,7 @@ export interface components {
|
|
|
11458
11458
|
/** @description Timestamp when the runtime metadata was cached. */
|
|
11459
11459
|
cachedTimestamp?: number;
|
|
11460
11460
|
device?: components["schemas"]["models.Device"];
|
|
11461
|
+
durationFormatted?: string;
|
|
11461
11462
|
redactionUrl?: string;
|
|
11462
11463
|
spriteUrl?: string;
|
|
11463
11464
|
thumbnailUrl?: string;
|