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