@uug-ai/models 1.6.12 → 1.6.13

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 +2 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -33200,6 +33200,8 @@ export interface components {
33200
33200
  bytes_range_on_time?: components["schemas"]["models.FragmentedBytesRangeOnTime"][];
33201
33201
  bytes_ranges?: string;
33202
33202
  duration?: number;
33203
+ /** @description frames per second, derived from the parsed MP4 samples */
33204
+ fps?: number;
33203
33205
  is_fragmented?: boolean;
33204
33206
  timescale?: number;
33205
33207
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.6.12",
3
+ "version": "1.6.13",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",