@camera.ui/browser 0.0.180 → 0.0.181

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/index.d.ts +3 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -85,6 +85,7 @@ import { SchemaConfig } from '@camera.ui/sdk';
85
85
  import { SecuritySystemProperties } from '@camera.ui/sdk';
86
86
  import { SecuritySystemProperty } from '@camera.ui/sdk';
87
87
  import { SecuritySystemState } from '@camera.ui/sdk';
88
+ import type { SensorSourceState } from '@camera.ui/sdk';
88
89
  import { SensorType } from '@camera.ui/sdk';
89
90
  import { ShallowRef } from 'vue';
90
91
  import { SirenControlProperties } from '@camera.ui/sdk';
@@ -1254,6 +1255,8 @@ export declare interface StoredSensorData {
1254
1255
  boundCameraId?: string;
1255
1256
  exposed: boolean;
1256
1257
  origin?: string;
1258
+ address?: string;
1259
+ sourceState?: SensorSourceState;
1257
1260
  connected: boolean;
1258
1261
  properties: Record<string, unknown>;
1259
1262
  capabilities: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camera.ui/browser",
3
- "version": "0.0.180",
3
+ "version": "0.0.181",
4
4
  "description": "camera.ui browser client",
5
5
  "author": "seydx (https://github.com/cameraui/clients)",
6
6
  "type": "module",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@camera.ui/logger": "file:../../packages/logger",
41
- "@camera.ui/rpc": "^1.0.11",
41
+ "@camera.ui/rpc": "^1.0.12",
42
42
  "@camera.ui/sdk": "~1.2.35",
43
43
  "@camera.ui/transport": "file:../../packages/transport",
44
44
  "@eneris/push-receiver": "^4.3.1",