@uug-ai/models 1.4.44 → 1.4.45

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
@@ -20248,6 +20248,7 @@ export interface components {
20248
20248
  };
20249
20249
  "api.MediaPatch": {
20250
20250
  metadata?: components["schemas"]["api.MediaMetadataPatch"];
20251
+ star?: boolean;
20251
20252
  };
20252
20253
  "api.Metadata": {
20253
20254
  /** @description Name of the application */
@@ -22147,6 +22148,7 @@ export interface components {
22147
22148
  siteId?: string;
22148
22149
  spriteFile?: string;
22149
22150
  spriteProvider?: string;
22151
+ star?: boolean;
22150
22152
  /** @description Time window of media file. */
22151
22153
  startTimestamp?: number;
22152
22154
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.4.44",
3
+ "version": "1.4.45",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",