@uug-ai/models 1.5.0 → 1.5.1

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
@@ -27990,6 +27990,8 @@ export interface components {
27990
27990
  /** @description 0=none, 1=read, 2=write, 3=admin */
27991
27991
  devices?: components["schemas"]["models.AccessLevel"];
27992
27992
  /** @description 0=none, 1=read, 2=write, 3=admin */
27993
+ download_recordings?: components["schemas"]["models.AccessLevel"];
27994
+ /** @description 0=none, 1=read, 2=write, 3=admin */
27993
27995
  export?: components["schemas"]["models.AccessLevel"];
27994
27996
  /** @description 0=none, 1=read, 2=write, 3=admin */
27995
27997
  floorPlans?: components["schemas"]["models.AccessLevel"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uug-ai/models",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "TypeScript type definitions for Go models",
5
5
  "main": "dist/types.js",
6
6
  "types": "dist/types.d.ts",