@uug-ai/models 1.7.40 → 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.
Files changed (2) hide show
  1. package/dist/types.d.ts +5 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -35576,8 +35576,10 @@ 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[];
35582
+ forwardedAt?: number;
35581
35583
  groupId?: string;
35582
35584
  /** @description Unique identifier for the media file */
35583
35585
  id?: string;
@@ -36028,7 +36030,9 @@ export interface components {
36028
36030
  deviceId?: string;
36029
36031
  deviceName?: string;
36030
36032
  duration?: string;
36033
+ encrypted?: boolean;
36031
36034
  fileSize?: number;
36035
+ forwardedAt?: number;
36032
36036
  /** @description MP4 fragmentation */
36033
36037
  is_fragmented?: boolean;
36034
36038
  key?: string;
@@ -36972,6 +36976,7 @@ export interface components {
36972
36976
  finished?: boolean;
36973
36977
  forward_timestamp?: number;
36974
36978
  forwarded?: boolean;
36979
+ forwarded_at?: number;
36975
36980
  forwarder_id?: string;
36976
36981
  forwarder_type?: string;
36977
36982
  forwarder_worker?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.7.40",
3
+ "version": "1.7.42",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",