@uug-ai/models 1.4.45 → 1.4.46

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 +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -22159,9 +22159,9 @@ export interface components {
22159
22159
  tagNames?: string[];
22160
22160
  thumbnailFile?: string;
22161
22161
  thumbnailProvider?: string;
22162
+ videoBytesRangeOnTime?: components["schemas"]["models.VideoBytesRangeOnTime"][];
22162
22163
  videoFile?: string;
22163
22164
  videoProvider?: string;
22164
- videooBytesRangeOnTime?: components["schemas"]["models.VideoBytesRangeOnTime"][];
22165
22165
  };
22166
22166
  "models.MediaAtRuntimeMetadata": {
22167
22167
  analysis?: components["schemas"]["models.AnalysisWrapper"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.4.45",
3
+ "version": "1.4.46",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",