@uug-ai/models 1.5.3 → 1.5.4

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 +6 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -30363,6 +30363,12 @@ export interface components {
30363
30363
  "models.Videowall": {
30364
30364
  assigned_users?: string[];
30365
30365
  cameras?: string[];
30366
+ /**
30367
+ * @description DefaultViewingMode chooses which stream quality the wall loads with:
30368
+ * "preview" (SD) or "live" (HD). Empty defaults to "live". Always clamped
30369
+ * to "preview" when Liveview only grants preview permission.
30370
+ */
30371
+ default_viewing_mode?: string;
30366
30372
  description?: string;
30367
30373
  expiration?: number;
30368
30374
  fingerprint?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",