@uug-ai/models 1.7.41 → 1.7.42
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
|
@@ -35576,6 +35576,7 @@ export interface components {
|
|
|
35576
35576
|
/** @description Name of the device that uploaded media */
|
|
35577
35577
|
deviceName?: string;
|
|
35578
35578
|
duration?: number;
|
|
35579
|
+
encrypted?: boolean;
|
|
35579
35580
|
endTimestamp?: number;
|
|
35580
35581
|
eventNames?: string[];
|
|
35581
35582
|
forwardedAt?: number;
|
|
@@ -36029,6 +36030,7 @@ export interface components {
|
|
|
36029
36030
|
deviceId?: string;
|
|
36030
36031
|
deviceName?: string;
|
|
36031
36032
|
duration?: string;
|
|
36033
|
+
encrypted?: boolean;
|
|
36032
36034
|
fileSize?: number;
|
|
36033
36035
|
forwardedAt?: number;
|
|
36034
36036
|
/** @description MP4 fragmentation */
|