@seamapi/types 1.53.0 → 1.54.0
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.
- package/dist/connect.cjs +9 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +40 -18
- package/dist/devicedb.cjs +5 -5
- package/dist/devicedb.cjs.map +1 -1
- package/dist/devicedb.d.cts +80 -80
- package/lib/seam/connect/openapi.d.ts +15 -0
- package/lib/seam/connect/openapi.js +9 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +25 -18
- package/lib/seam/connect/unstable/models/acs/user.d.ts +3 -0
- package/lib/seam/connect/unstable/models/acs/user.js +1 -0
- package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.js +2 -2
- package/lib/seam/connect/unstable/models/devices/managed-device.js.map +1 -1
- package/lib/seam/devicedb/public-models/device-model-v1.d.ts +30 -30
- package/lib/seam/devicedb/public-models/device-model-v1.js +5 -5
- package/lib/seam/devicedb/public-models/device-model-v1.js.map +1 -1
- package/lib/seam/devicedb/route-specs.d.ts +40 -40
- package/lib/seam/devicedb/route-types.d.ts +10 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +9 -3
- package/src/lib/seam/connect/route-types.ts +25 -18
- package/src/lib/seam/connect/unstable/models/acs/user.ts +1 -0
- package/src/lib/seam/connect/unstable/models/devices/managed-device.ts +2 -2
- package/src/lib/seam/devicedb/public-models/device-model-v1.ts +5 -5
- package/src/lib/seam/devicedb/route-types.ts +10 -10
|
@@ -701,6 +701,7 @@ export interface Routes {
|
|
|
701
701
|
acs_users: Array<{
|
|
702
702
|
acs_user_id: string;
|
|
703
703
|
acs_system_id: string;
|
|
704
|
+
hid_acs_system_id?: string | undefined;
|
|
704
705
|
workspace_id: string;
|
|
705
706
|
created_at: string;
|
|
706
707
|
display_name: string;
|
|
@@ -1052,6 +1053,7 @@ export interface Routes {
|
|
|
1052
1053
|
acs_user: {
|
|
1053
1054
|
acs_user_id: string;
|
|
1054
1055
|
acs_system_id: string;
|
|
1056
|
+
hid_acs_system_id?: string | undefined;
|
|
1055
1057
|
workspace_id: string;
|
|
1056
1058
|
created_at: string;
|
|
1057
1059
|
display_name: string;
|
|
@@ -1090,6 +1092,7 @@ export interface Routes {
|
|
|
1090
1092
|
acs_user: {
|
|
1091
1093
|
acs_user_id: string;
|
|
1092
1094
|
acs_system_id: string;
|
|
1095
|
+
hid_acs_system_id?: string | undefined;
|
|
1093
1096
|
workspace_id: string;
|
|
1094
1097
|
created_at: string;
|
|
1095
1098
|
display_name: string;
|
|
@@ -1117,6 +1120,7 @@ export interface Routes {
|
|
|
1117
1120
|
acs_users: Array<{
|
|
1118
1121
|
acs_user_id: string;
|
|
1119
1122
|
acs_system_id: string;
|
|
1123
|
+
hid_acs_system_id?: string | undefined;
|
|
1120
1124
|
workspace_id: string;
|
|
1121
1125
|
created_at: string;
|
|
1122
1126
|
display_name: string;
|
|
@@ -1176,6 +1180,7 @@ export interface Routes {
|
|
|
1176
1180
|
email?: string | undefined;
|
|
1177
1181
|
phone_number?: string | undefined;
|
|
1178
1182
|
email_address?: string | undefined;
|
|
1183
|
+
hid_acs_system_id?: string | undefined;
|
|
1179
1184
|
};
|
|
1180
1185
|
commonParams: {};
|
|
1181
1186
|
formData: {};
|
|
@@ -1658,9 +1663,9 @@ export interface Routes {
|
|
|
1658
1663
|
online_access_codes_enabled?: boolean | undefined;
|
|
1659
1664
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
1660
1665
|
offline_access_codes_enabled?: boolean | undefined;
|
|
1661
|
-
/** Deprecated
|
|
1666
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
1662
1667
|
supports_accessory_keypad?: boolean | undefined;
|
|
1663
|
-
/** Deprecated
|
|
1668
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
1664
1669
|
supports_offline_access_codes?: boolean | undefined;
|
|
1665
1670
|
} & {
|
|
1666
1671
|
august_metadata?: {
|
|
@@ -2104,9 +2109,9 @@ export interface Routes {
|
|
|
2104
2109
|
online_access_codes_enabled?: boolean | undefined;
|
|
2105
2110
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
2106
2111
|
offline_access_codes_enabled?: boolean | undefined;
|
|
2107
|
-
/** Deprecated
|
|
2112
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
2108
2113
|
supports_accessory_keypad?: boolean | undefined;
|
|
2109
|
-
/** Deprecated
|
|
2114
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
2110
2115
|
supports_offline_access_codes?: boolean | undefined;
|
|
2111
2116
|
} & {
|
|
2112
2117
|
august_metadata?: {
|
|
@@ -2821,9 +2826,9 @@ export interface Routes {
|
|
|
2821
2826
|
online_access_codes_enabled?: boolean | undefined;
|
|
2822
2827
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
2823
2828
|
offline_access_codes_enabled?: boolean | undefined;
|
|
2824
|
-
/** Deprecated
|
|
2829
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
2825
2830
|
supports_accessory_keypad?: boolean | undefined;
|
|
2826
|
-
/** Deprecated
|
|
2831
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
2827
2832
|
supports_offline_access_codes?: boolean | undefined;
|
|
2828
2833
|
} & {
|
|
2829
2834
|
august_metadata?: {
|
|
@@ -3245,9 +3250,9 @@ export interface Routes {
|
|
|
3245
3250
|
online_access_codes_enabled?: boolean | undefined;
|
|
3246
3251
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
3247
3252
|
offline_access_codes_enabled?: boolean | undefined;
|
|
3248
|
-
/** Deprecated
|
|
3253
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
3249
3254
|
supports_accessory_keypad?: boolean | undefined;
|
|
3250
|
-
/** Deprecated
|
|
3255
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
3251
3256
|
supports_offline_access_codes?: boolean | undefined;
|
|
3252
3257
|
} & {
|
|
3253
3258
|
august_metadata?: {
|
|
@@ -3691,9 +3696,9 @@ export interface Routes {
|
|
|
3691
3696
|
online_access_codes_enabled?: boolean | undefined;
|
|
3692
3697
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
3693
3698
|
offline_access_codes_enabled?: boolean | undefined;
|
|
3694
|
-
/** Deprecated
|
|
3699
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
3695
3700
|
supports_accessory_keypad?: boolean | undefined;
|
|
3696
|
-
/** Deprecated
|
|
3701
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
3697
3702
|
supports_offline_access_codes?: boolean | undefined;
|
|
3698
3703
|
} & {
|
|
3699
3704
|
august_metadata?: {
|
|
@@ -4115,9 +4120,9 @@ export interface Routes {
|
|
|
4115
4120
|
online_access_codes_enabled?: boolean | undefined;
|
|
4116
4121
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
4117
4122
|
offline_access_codes_enabled?: boolean | undefined;
|
|
4118
|
-
/** Deprecated
|
|
4123
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
4119
4124
|
supports_accessory_keypad?: boolean | undefined;
|
|
4120
|
-
/** Deprecated
|
|
4125
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
4121
4126
|
supports_offline_access_codes?: boolean | undefined;
|
|
4122
4127
|
} & {
|
|
4123
4128
|
august_metadata?: {
|
|
@@ -4669,6 +4674,7 @@ export interface Routes {
|
|
|
4669
4674
|
jsonBody: {};
|
|
4670
4675
|
commonParams: {
|
|
4671
4676
|
device_id: string;
|
|
4677
|
+
is_programmed?: boolean | undefined;
|
|
4672
4678
|
};
|
|
4673
4679
|
formData: {};
|
|
4674
4680
|
jsonResponse: {
|
|
@@ -4959,9 +4965,9 @@ export interface Routes {
|
|
|
4959
4965
|
online_access_codes_enabled?: boolean | undefined;
|
|
4960
4966
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
4961
4967
|
offline_access_codes_enabled?: boolean | undefined;
|
|
4962
|
-
/** Deprecated
|
|
4968
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
4963
4969
|
supports_accessory_keypad?: boolean | undefined;
|
|
4964
|
-
/** Deprecated
|
|
4970
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
4965
4971
|
supports_offline_access_codes?: boolean | undefined;
|
|
4966
4972
|
} & {
|
|
4967
4973
|
august_metadata?: {
|
|
@@ -5435,9 +5441,9 @@ export interface Routes {
|
|
|
5435
5441
|
online_access_codes_enabled?: boolean | undefined;
|
|
5436
5442
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
5437
5443
|
offline_access_codes_enabled?: boolean | undefined;
|
|
5438
|
-
/** Deprecated
|
|
5444
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
5439
5445
|
supports_accessory_keypad?: boolean | undefined;
|
|
5440
|
-
/** Deprecated
|
|
5446
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
5441
5447
|
supports_offline_access_codes?: boolean | undefined;
|
|
5442
5448
|
} & {
|
|
5443
5449
|
august_metadata?: {
|
|
@@ -6008,9 +6014,9 @@ export interface Routes {
|
|
|
6008
6014
|
online_access_codes_enabled?: boolean | undefined;
|
|
6009
6015
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
6010
6016
|
offline_access_codes_enabled?: boolean | undefined;
|
|
6011
|
-
/** Deprecated
|
|
6017
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
6012
6018
|
supports_accessory_keypad?: boolean | undefined;
|
|
6013
|
-
/** Deprecated
|
|
6019
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
6014
6020
|
supports_offline_access_codes?: boolean | undefined;
|
|
6015
6021
|
} & {
|
|
6016
6022
|
august_metadata?: {
|
|
@@ -6401,6 +6407,7 @@ export interface Routes {
|
|
|
6401
6407
|
acs_users: Array<{
|
|
6402
6408
|
acs_user_id: string;
|
|
6403
6409
|
acs_system_id: string;
|
|
6410
|
+
hid_acs_system_id?: string | undefined;
|
|
6404
6411
|
workspace_id: string;
|
|
6405
6412
|
created_at: string;
|
|
6406
6413
|
display_name: string;
|
|
@@ -10,6 +10,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
10
10
|
acs_user_id: z.ZodString;
|
|
11
11
|
display_name: z.ZodString;
|
|
12
12
|
is_suspended: z.ZodBoolean;
|
|
13
|
+
hid_acs_system_id: z.ZodOptional<z.ZodString>;
|
|
13
14
|
full_name: z.ZodOptional<z.ZodString>;
|
|
14
15
|
email: z.ZodOptional<z.ZodString>;
|
|
15
16
|
email_address: z.ZodOptional<z.ZodString>;
|
|
@@ -23,6 +24,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
23
24
|
acs_user_id: string;
|
|
24
25
|
display_name: string;
|
|
25
26
|
is_suspended: boolean;
|
|
27
|
+
hid_acs_system_id?: string | undefined;
|
|
26
28
|
full_name?: string | undefined;
|
|
27
29
|
email?: string | undefined;
|
|
28
30
|
email_address?: string | undefined;
|
|
@@ -36,6 +38,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
36
38
|
acs_user_id: string;
|
|
37
39
|
display_name: string;
|
|
38
40
|
is_suspended: boolean;
|
|
41
|
+
hid_acs_system_id?: string | undefined;
|
|
39
42
|
full_name?: string | undefined;
|
|
40
43
|
email?: string | undefined;
|
|
41
44
|
email_address?: string | undefined;
|
|
@@ -27,6 +27,7 @@ export const acs_user = z
|
|
|
27
27
|
.object({
|
|
28
28
|
acs_user_id: z.string().uuid(),
|
|
29
29
|
acs_system_id: z.string().uuid(),
|
|
30
|
+
hid_acs_system_id: z.string().uuid().optional(),
|
|
30
31
|
workspace_id: z.string().uuid(),
|
|
31
32
|
created_at: z.string().datetime(),
|
|
32
33
|
display_name: z.string(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/acs/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,UAAU;IACV,YAAY;IACZ,aAAa;CACd,CAAC,CAAA;AAIF,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM;KAC1B,MAAM,EAAE;KACR,IAAI,EAAE;KACN,MAAM,CACL,CAAC,GAAG,EAAE,EAAE;IACN,iDAAiD;IACjD,OAAO,mBAAmB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACtC,CAAC,EACD;IACE,OAAO,EAAE,oDAAoD;CAC9D,CACF,CAAA;AAEH,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,KAAK,EAAE,CAAC;SACL,MAAM,EAAE;SACR,KAAK,EAAE;SACP,QAAQ,EAAE;SACV,QAAQ,CAAC,gCAAgC,CAAC;IAC7C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,YAAY,CAAC,QAAQ,EAAE;CACtC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC;KACtB,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,sBAAsB;IACrC,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE;IACtC,YAAY,EAAE,CAAC,CAAC,OAAO,EAAE;CAC1B,CAAC;KACD,KAAK,CAAC,WAAW,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/acs/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,UAAU;IACV,YAAY;IACZ,aAAa;CACd,CAAC,CAAA;AAIF,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM;KAC1B,MAAM,EAAE;KACR,IAAI,EAAE;KACN,MAAM,CACL,CAAC,GAAG,EAAE,EAAE;IACN,iDAAiD;IACjD,OAAO,mBAAmB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACtC,CAAC,EACD;IACE,OAAO,EAAE,oDAAoD;CAC9D,CACF,CAAA;AAEH,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,KAAK,EAAE,CAAC;SACL,MAAM,EAAE;SACR,KAAK,EAAE;SACP,QAAQ,EAAE;SACV,QAAQ,CAAC,gCAAgC,CAAC;IAC7C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,YAAY,CAAC,QAAQ,EAAE;CACtC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC;KACtB,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAC/C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,sBAAsB;IACrC,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE;IACtC,YAAY,EAAE,CAAC,CAAC,OAAO,EAAE;CAC1B,CAAC;KACD,KAAK,CAAC,WAAW,CAAC,CAAA"}
|
|
@@ -63,11 +63,11 @@ export const common_device_properties = z.object({
|
|
|
63
63
|
// Deprecated legacy capability support props
|
|
64
64
|
supports_accessory_keypad: z
|
|
65
65
|
.boolean()
|
|
66
|
-
.describe('Deprecated
|
|
66
|
+
.describe('Deprecated. Use model.accessory_keypad_supported.')
|
|
67
67
|
.optional(),
|
|
68
68
|
supports_offline_access_codes: z
|
|
69
69
|
.boolean()
|
|
70
|
-
.describe('Deprecated
|
|
70
|
+
.describe('Deprecated. Use offline_access_codes_enabled.')
|
|
71
71
|
.optional(),
|
|
72
72
|
});
|
|
73
73
|
export const managed_device = z.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"managed-device.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/devices/managed-device.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAA;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA;AAElD,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,CAAA;AAIzE,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,yCAAyC,CAAC;IACvE,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,CACP,iIAAiI,CAClI;IACH,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC;QACd,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;QACtE,yBAAyB,EAAE,CAAC;aACzB,MAAM,EAAE;aACR,QAAQ,CACP,wFAAwF,CACzF;QAEH,8BAA8B,EAAE,CAAC;aAC9B,OAAO,EAAE;aACT,QAAQ,EAAE;aACV,QAAQ,CAAC,6DAA6D,CAAC;QAC1E,6BAA6B,EAAE,CAAC;aAC7B,OAAO,EAAE;aACT,QAAQ,EAAE;aACV,QAAQ,CAAC,4DAA4D,CAAC;QACzE,0BAA0B,EAAE,CAAC;aAC1B,OAAO,EAAE;aACT,QAAQ,EAAE;aACV,QAAQ,CAAC,4DAA4D,CAAC;KAC1E,CAAC;IACF,gBAAgB,EAAE,CAAC;SAChB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,CAAC;SACN,GAAG,CAAC,CAAC,CAAC;SACN,QAAQ,EAAE;SACV,QAAQ,CACP,0FAA0F,CAC3F;IACH,OAAO,EAAE,CAAC;SACP,MAAM,CAAC;QACN,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;QAC/B,MAAM,EAAE,cAAc;KACvB,CAAC;SACD,QAAQ,EAAE;SACV,QAAQ,CACP,0fAA0f,CAC3f;IACH,iBAAiB;IACjB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,6BAA6B,CAAC;IAC3E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,2BAA2B,CAAC;IAC5E,cAAc,EAAE,CAAC;SACd,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gCAAgC,CAAC;IAC7C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,8BAA8B,CAAC;IAE7E,2BAA2B,EAAE,CAAC;SAC3B,OAAO,EAAE;SACT,QAAQ,CACP,uFAAuF,CACxF;SACA,QAAQ,EAAE;IACb,4BAA4B,EAAE,CAAC;SAC5B,OAAO,EAAE;SACT,QAAQ,CACP,wFAAwF,CACzF;SACA,QAAQ,EAAE;IAEb,6CAA6C;IAC7C,yBAAyB,EAAE,CAAC;SACzB,OAAO,EAAE;SACT,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"managed-device.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/devices/managed-device.ts"],"names":[],"mappings":"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"}
|
|
@@ -230,9 +230,9 @@ export declare const device_model_category_specific_properties: z.ZodDiscriminat
|
|
|
230
230
|
main_category: z.ZodLiteral<"intercom">;
|
|
231
231
|
physical_properties: z.ZodObject<{
|
|
232
232
|
has_camera: z.ZodBoolean;
|
|
233
|
-
has_rfid_reader: z.ZodBoolean
|
|
234
|
-
has_nfc_reader: z.ZodBoolean
|
|
235
|
-
has_wiegand_interface: z.ZodBoolean
|
|
233
|
+
has_rfid_reader: z.ZodDefault<z.ZodBoolean>;
|
|
234
|
+
has_nfc_reader: z.ZodDefault<z.ZodBoolean>;
|
|
235
|
+
has_wiegand_interface: z.ZodDefault<z.ZodBoolean>;
|
|
236
236
|
}, "strip", z.ZodTypeAny, {
|
|
237
237
|
has_camera: boolean;
|
|
238
238
|
has_rfid_reader: boolean;
|
|
@@ -240,15 +240,15 @@ export declare const device_model_category_specific_properties: z.ZodDiscriminat
|
|
|
240
240
|
has_wiegand_interface: boolean;
|
|
241
241
|
}, {
|
|
242
242
|
has_camera: boolean;
|
|
243
|
-
has_rfid_reader
|
|
244
|
-
has_nfc_reader
|
|
245
|
-
has_wiegand_interface
|
|
243
|
+
has_rfid_reader?: boolean | undefined;
|
|
244
|
+
has_nfc_reader?: boolean | undefined;
|
|
245
|
+
has_wiegand_interface?: boolean | undefined;
|
|
246
246
|
}>;
|
|
247
247
|
software_features: z.ZodObject<{
|
|
248
248
|
can_remotely_unlock: z.ZodBoolean;
|
|
249
249
|
can_program_access_codes: z.ZodBoolean;
|
|
250
|
-
can_unlock_with_face_recognition: z.ZodBoolean
|
|
251
|
-
supports_onvif: z.ZodBoolean
|
|
250
|
+
can_unlock_with_face_recognition: z.ZodDefault<z.ZodBoolean>;
|
|
251
|
+
supports_onvif: z.ZodDefault<z.ZodBoolean>;
|
|
252
252
|
}, "strip", z.ZodTypeAny, {
|
|
253
253
|
can_remotely_unlock: boolean;
|
|
254
254
|
can_program_access_codes: boolean;
|
|
@@ -257,8 +257,8 @@ export declare const device_model_category_specific_properties: z.ZodDiscriminat
|
|
|
257
257
|
}, {
|
|
258
258
|
can_remotely_unlock: boolean;
|
|
259
259
|
can_program_access_codes: boolean;
|
|
260
|
-
can_unlock_with_face_recognition
|
|
261
|
-
supports_onvif
|
|
260
|
+
can_unlock_with_face_recognition?: boolean | undefined;
|
|
261
|
+
supports_onvif?: boolean | undefined;
|
|
262
262
|
}>;
|
|
263
263
|
}, "strip", z.ZodTypeAny, {
|
|
264
264
|
main_category: "intercom";
|
|
@@ -278,15 +278,15 @@ export declare const device_model_category_specific_properties: z.ZodDiscriminat
|
|
|
278
278
|
main_category: "intercom";
|
|
279
279
|
physical_properties: {
|
|
280
280
|
has_camera: boolean;
|
|
281
|
-
has_rfid_reader
|
|
282
|
-
has_nfc_reader
|
|
283
|
-
has_wiegand_interface
|
|
281
|
+
has_rfid_reader?: boolean | undefined;
|
|
282
|
+
has_nfc_reader?: boolean | undefined;
|
|
283
|
+
has_wiegand_interface?: boolean | undefined;
|
|
284
284
|
};
|
|
285
285
|
software_features: {
|
|
286
286
|
can_remotely_unlock: boolean;
|
|
287
287
|
can_program_access_codes: boolean;
|
|
288
|
-
can_unlock_with_face_recognition
|
|
289
|
-
supports_onvif
|
|
288
|
+
can_unlock_with_face_recognition?: boolean | undefined;
|
|
289
|
+
supports_onvif?: boolean | undefined;
|
|
290
290
|
};
|
|
291
291
|
}>, z.ZodObject<{
|
|
292
292
|
main_category: z.ZodLiteral<"accessory">;
|
|
@@ -896,9 +896,9 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
896
896
|
main_category: z.ZodLiteral<"intercom">;
|
|
897
897
|
physical_properties: z.ZodObject<{
|
|
898
898
|
has_camera: z.ZodBoolean;
|
|
899
|
-
has_rfid_reader: z.ZodBoolean
|
|
900
|
-
has_nfc_reader: z.ZodBoolean
|
|
901
|
-
has_wiegand_interface: z.ZodBoolean
|
|
899
|
+
has_rfid_reader: z.ZodDefault<z.ZodBoolean>;
|
|
900
|
+
has_nfc_reader: z.ZodDefault<z.ZodBoolean>;
|
|
901
|
+
has_wiegand_interface: z.ZodDefault<z.ZodBoolean>;
|
|
902
902
|
}, "strip", z.ZodTypeAny, {
|
|
903
903
|
has_camera: boolean;
|
|
904
904
|
has_rfid_reader: boolean;
|
|
@@ -906,15 +906,15 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
906
906
|
has_wiegand_interface: boolean;
|
|
907
907
|
}, {
|
|
908
908
|
has_camera: boolean;
|
|
909
|
-
has_rfid_reader
|
|
910
|
-
has_nfc_reader
|
|
911
|
-
has_wiegand_interface
|
|
909
|
+
has_rfid_reader?: boolean | undefined;
|
|
910
|
+
has_nfc_reader?: boolean | undefined;
|
|
911
|
+
has_wiegand_interface?: boolean | undefined;
|
|
912
912
|
}>;
|
|
913
913
|
software_features: z.ZodObject<{
|
|
914
914
|
can_remotely_unlock: z.ZodBoolean;
|
|
915
915
|
can_program_access_codes: z.ZodBoolean;
|
|
916
|
-
can_unlock_with_face_recognition: z.ZodBoolean
|
|
917
|
-
supports_onvif: z.ZodBoolean
|
|
916
|
+
can_unlock_with_face_recognition: z.ZodDefault<z.ZodBoolean>;
|
|
917
|
+
supports_onvif: z.ZodDefault<z.ZodBoolean>;
|
|
918
918
|
}, "strip", z.ZodTypeAny, {
|
|
919
919
|
can_remotely_unlock: boolean;
|
|
920
920
|
can_program_access_codes: boolean;
|
|
@@ -923,8 +923,8 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
923
923
|
}, {
|
|
924
924
|
can_remotely_unlock: boolean;
|
|
925
925
|
can_program_access_codes: boolean;
|
|
926
|
-
can_unlock_with_face_recognition
|
|
927
|
-
supports_onvif
|
|
926
|
+
can_unlock_with_face_recognition?: boolean | undefined;
|
|
927
|
+
supports_onvif?: boolean | undefined;
|
|
928
928
|
}>;
|
|
929
929
|
}, "strip", z.ZodTypeAny, {
|
|
930
930
|
main_category: "intercom";
|
|
@@ -944,15 +944,15 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
944
944
|
main_category: "intercom";
|
|
945
945
|
physical_properties: {
|
|
946
946
|
has_camera: boolean;
|
|
947
|
-
has_rfid_reader
|
|
948
|
-
has_nfc_reader
|
|
949
|
-
has_wiegand_interface
|
|
947
|
+
has_rfid_reader?: boolean | undefined;
|
|
948
|
+
has_nfc_reader?: boolean | undefined;
|
|
949
|
+
has_wiegand_interface?: boolean | undefined;
|
|
950
950
|
};
|
|
951
951
|
software_features: {
|
|
952
952
|
can_remotely_unlock: boolean;
|
|
953
953
|
can_program_access_codes: boolean;
|
|
954
|
-
can_unlock_with_face_recognition
|
|
955
|
-
supports_onvif
|
|
954
|
+
can_unlock_with_face_recognition?: boolean | undefined;
|
|
955
|
+
supports_onvif?: boolean | undefined;
|
|
956
956
|
};
|
|
957
957
|
}>, z.ZodObject<{
|
|
958
958
|
main_category: z.ZodLiteral<"accessory">;
|
|
@@ -69,15 +69,15 @@ const intercom = z.object({
|
|
|
69
69
|
main_category: z.literal(device_category.enum.intercom),
|
|
70
70
|
physical_properties: z.object({
|
|
71
71
|
has_camera: z.boolean(),
|
|
72
|
-
has_rfid_reader: z.boolean(),
|
|
73
|
-
has_nfc_reader: z.boolean(),
|
|
74
|
-
has_wiegand_interface: z.boolean(),
|
|
72
|
+
has_rfid_reader: z.boolean().default(false),
|
|
73
|
+
has_nfc_reader: z.boolean().default(false),
|
|
74
|
+
has_wiegand_interface: z.boolean().default(false),
|
|
75
75
|
}),
|
|
76
76
|
software_features: z.object({
|
|
77
77
|
can_remotely_unlock: z.boolean(),
|
|
78
78
|
can_program_access_codes: z.boolean(),
|
|
79
|
-
can_unlock_with_face_recognition: z.boolean(),
|
|
80
|
-
supports_onvif: z.boolean(),
|
|
79
|
+
can_unlock_with_face_recognition: z.boolean().default(false),
|
|
80
|
+
supports_onvif: z.boolean().default(false),
|
|
81
81
|
}),
|
|
82
82
|
});
|
|
83
83
|
const accessory = z.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-model-v1.js","sourceRoot":"","sources":["../../../../src/lib/seam/devicedb/public-models/device-model-v1.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"device-model-v1.js","sourceRoot":"","sources":["../../../../src/lib/seam/devicedb/public-models/device-model-v1.ts"],"names":[],"mappings":"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"}
|
|
@@ -392,9 +392,9 @@ export declare const routes: {
|
|
|
392
392
|
main_category: z.ZodLiteral<"intercom">;
|
|
393
393
|
physical_properties: z.ZodObject<{
|
|
394
394
|
has_camera: z.ZodBoolean;
|
|
395
|
-
has_rfid_reader: z.ZodBoolean
|
|
396
|
-
has_nfc_reader: z.ZodBoolean
|
|
397
|
-
has_wiegand_interface: z.ZodBoolean
|
|
395
|
+
has_rfid_reader: z.ZodDefault<z.ZodBoolean>;
|
|
396
|
+
has_nfc_reader: z.ZodDefault<z.ZodBoolean>;
|
|
397
|
+
has_wiegand_interface: z.ZodDefault<z.ZodBoolean>;
|
|
398
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
399
|
has_camera: boolean;
|
|
400
400
|
has_rfid_reader: boolean;
|
|
@@ -402,15 +402,15 @@ export declare const routes: {
|
|
|
402
402
|
has_wiegand_interface: boolean;
|
|
403
403
|
}, {
|
|
404
404
|
has_camera: boolean;
|
|
405
|
-
has_rfid_reader
|
|
406
|
-
has_nfc_reader
|
|
407
|
-
has_wiegand_interface
|
|
405
|
+
has_rfid_reader?: boolean | undefined;
|
|
406
|
+
has_nfc_reader?: boolean | undefined;
|
|
407
|
+
has_wiegand_interface?: boolean | undefined;
|
|
408
408
|
}>;
|
|
409
409
|
software_features: z.ZodObject<{
|
|
410
410
|
can_remotely_unlock: z.ZodBoolean;
|
|
411
411
|
can_program_access_codes: z.ZodBoolean;
|
|
412
|
-
can_unlock_with_face_recognition: z.ZodBoolean
|
|
413
|
-
supports_onvif: z.ZodBoolean
|
|
412
|
+
can_unlock_with_face_recognition: z.ZodDefault<z.ZodBoolean>;
|
|
413
|
+
supports_onvif: z.ZodDefault<z.ZodBoolean>;
|
|
414
414
|
}, "strip", z.ZodTypeAny, {
|
|
415
415
|
can_remotely_unlock: boolean;
|
|
416
416
|
can_program_access_codes: boolean;
|
|
@@ -419,8 +419,8 @@ export declare const routes: {
|
|
|
419
419
|
}, {
|
|
420
420
|
can_remotely_unlock: boolean;
|
|
421
421
|
can_program_access_codes: boolean;
|
|
422
|
-
can_unlock_with_face_recognition
|
|
423
|
-
supports_onvif
|
|
422
|
+
can_unlock_with_face_recognition?: boolean | undefined;
|
|
423
|
+
supports_onvif?: boolean | undefined;
|
|
424
424
|
}>;
|
|
425
425
|
}, "strip", z.ZodTypeAny, {
|
|
426
426
|
main_category: "intercom";
|
|
@@ -440,15 +440,15 @@ export declare const routes: {
|
|
|
440
440
|
main_category: "intercom";
|
|
441
441
|
physical_properties: {
|
|
442
442
|
has_camera: boolean;
|
|
443
|
-
has_rfid_reader
|
|
444
|
-
has_nfc_reader
|
|
445
|
-
has_wiegand_interface
|
|
443
|
+
has_rfid_reader?: boolean | undefined;
|
|
444
|
+
has_nfc_reader?: boolean | undefined;
|
|
445
|
+
has_wiegand_interface?: boolean | undefined;
|
|
446
446
|
};
|
|
447
447
|
software_features: {
|
|
448
448
|
can_remotely_unlock: boolean;
|
|
449
449
|
can_program_access_codes: boolean;
|
|
450
|
-
can_unlock_with_face_recognition
|
|
451
|
-
supports_onvif
|
|
450
|
+
can_unlock_with_face_recognition?: boolean | undefined;
|
|
451
|
+
supports_onvif?: boolean | undefined;
|
|
452
452
|
};
|
|
453
453
|
}>, z.ZodObject<{
|
|
454
454
|
main_category: z.ZodLiteral<"accessory">;
|
|
@@ -1005,15 +1005,15 @@ export declare const routes: {
|
|
|
1005
1005
|
main_category: "intercom";
|
|
1006
1006
|
physical_properties: {
|
|
1007
1007
|
has_camera: boolean;
|
|
1008
|
-
has_rfid_reader
|
|
1009
|
-
has_nfc_reader
|
|
1010
|
-
has_wiegand_interface
|
|
1008
|
+
has_rfid_reader?: boolean | undefined;
|
|
1009
|
+
has_nfc_reader?: boolean | undefined;
|
|
1010
|
+
has_wiegand_interface?: boolean | undefined;
|
|
1011
1011
|
};
|
|
1012
1012
|
software_features: {
|
|
1013
1013
|
can_remotely_unlock: boolean;
|
|
1014
1014
|
can_program_access_codes: boolean;
|
|
1015
|
-
can_unlock_with_face_recognition
|
|
1016
|
-
supports_onvif
|
|
1015
|
+
can_unlock_with_face_recognition?: boolean | undefined;
|
|
1016
|
+
supports_onvif?: boolean | undefined;
|
|
1017
1017
|
};
|
|
1018
1018
|
}) | ({
|
|
1019
1019
|
description: string;
|
|
@@ -1465,9 +1465,9 @@ export declare const routes: {
|
|
|
1465
1465
|
main_category: z.ZodLiteral<"intercom">;
|
|
1466
1466
|
physical_properties: z.ZodObject<{
|
|
1467
1467
|
has_camera: z.ZodBoolean;
|
|
1468
|
-
has_rfid_reader: z.ZodBoolean
|
|
1469
|
-
has_nfc_reader: z.ZodBoolean
|
|
1470
|
-
has_wiegand_interface: z.ZodBoolean
|
|
1468
|
+
has_rfid_reader: z.ZodDefault<z.ZodBoolean>;
|
|
1469
|
+
has_nfc_reader: z.ZodDefault<z.ZodBoolean>;
|
|
1470
|
+
has_wiegand_interface: z.ZodDefault<z.ZodBoolean>;
|
|
1471
1471
|
}, "strip", z.ZodTypeAny, {
|
|
1472
1472
|
has_camera: boolean;
|
|
1473
1473
|
has_rfid_reader: boolean;
|
|
@@ -1475,15 +1475,15 @@ export declare const routes: {
|
|
|
1475
1475
|
has_wiegand_interface: boolean;
|
|
1476
1476
|
}, {
|
|
1477
1477
|
has_camera: boolean;
|
|
1478
|
-
has_rfid_reader
|
|
1479
|
-
has_nfc_reader
|
|
1480
|
-
has_wiegand_interface
|
|
1478
|
+
has_rfid_reader?: boolean | undefined;
|
|
1479
|
+
has_nfc_reader?: boolean | undefined;
|
|
1480
|
+
has_wiegand_interface?: boolean | undefined;
|
|
1481
1481
|
}>;
|
|
1482
1482
|
software_features: z.ZodObject<{
|
|
1483
1483
|
can_remotely_unlock: z.ZodBoolean;
|
|
1484
1484
|
can_program_access_codes: z.ZodBoolean;
|
|
1485
|
-
can_unlock_with_face_recognition: z.ZodBoolean
|
|
1486
|
-
supports_onvif: z.ZodBoolean
|
|
1485
|
+
can_unlock_with_face_recognition: z.ZodDefault<z.ZodBoolean>;
|
|
1486
|
+
supports_onvif: z.ZodDefault<z.ZodBoolean>;
|
|
1487
1487
|
}, "strip", z.ZodTypeAny, {
|
|
1488
1488
|
can_remotely_unlock: boolean;
|
|
1489
1489
|
can_program_access_codes: boolean;
|
|
@@ -1492,8 +1492,8 @@ export declare const routes: {
|
|
|
1492
1492
|
}, {
|
|
1493
1493
|
can_remotely_unlock: boolean;
|
|
1494
1494
|
can_program_access_codes: boolean;
|
|
1495
|
-
can_unlock_with_face_recognition
|
|
1496
|
-
supports_onvif
|
|
1495
|
+
can_unlock_with_face_recognition?: boolean | undefined;
|
|
1496
|
+
supports_onvif?: boolean | undefined;
|
|
1497
1497
|
}>;
|
|
1498
1498
|
}, "strip", z.ZodTypeAny, {
|
|
1499
1499
|
main_category: "intercom";
|
|
@@ -1513,15 +1513,15 @@ export declare const routes: {
|
|
|
1513
1513
|
main_category: "intercom";
|
|
1514
1514
|
physical_properties: {
|
|
1515
1515
|
has_camera: boolean;
|
|
1516
|
-
has_rfid_reader
|
|
1517
|
-
has_nfc_reader
|
|
1518
|
-
has_wiegand_interface
|
|
1516
|
+
has_rfid_reader?: boolean | undefined;
|
|
1517
|
+
has_nfc_reader?: boolean | undefined;
|
|
1518
|
+
has_wiegand_interface?: boolean | undefined;
|
|
1519
1519
|
};
|
|
1520
1520
|
software_features: {
|
|
1521
1521
|
can_remotely_unlock: boolean;
|
|
1522
1522
|
can_program_access_codes: boolean;
|
|
1523
|
-
can_unlock_with_face_recognition
|
|
1524
|
-
supports_onvif
|
|
1523
|
+
can_unlock_with_face_recognition?: boolean | undefined;
|
|
1524
|
+
supports_onvif?: boolean | undefined;
|
|
1525
1525
|
};
|
|
1526
1526
|
}>, z.ZodObject<{
|
|
1527
1527
|
main_category: z.ZodLiteral<"accessory">;
|
|
@@ -1709,15 +1709,15 @@ export declare const routes: {
|
|
|
1709
1709
|
main_category: "intercom";
|
|
1710
1710
|
physical_properties: {
|
|
1711
1711
|
has_camera: boolean;
|
|
1712
|
-
has_rfid_reader
|
|
1713
|
-
has_nfc_reader
|
|
1714
|
-
has_wiegand_interface
|
|
1712
|
+
has_rfid_reader?: boolean | undefined;
|
|
1713
|
+
has_nfc_reader?: boolean | undefined;
|
|
1714
|
+
has_wiegand_interface?: boolean | undefined;
|
|
1715
1715
|
};
|
|
1716
1716
|
software_features: {
|
|
1717
1717
|
can_remotely_unlock: boolean;
|
|
1718
1718
|
can_program_access_codes: boolean;
|
|
1719
|
-
can_unlock_with_face_recognition
|
|
1720
|
-
supports_onvif
|
|
1719
|
+
can_unlock_with_face_recognition?: boolean | undefined;
|
|
1720
|
+
supports_onvif?: boolean | undefined;
|
|
1721
1721
|
};
|
|
1722
1722
|
} | {
|
|
1723
1723
|
main_category: "accessory";
|
|
@@ -91,15 +91,15 @@ export interface Routes {
|
|
|
91
91
|
main_category: 'intercom';
|
|
92
92
|
physical_properties: {
|
|
93
93
|
has_camera: boolean;
|
|
94
|
-
has_rfid_reader
|
|
95
|
-
has_nfc_reader
|
|
96
|
-
has_wiegand_interface
|
|
94
|
+
has_rfid_reader?: boolean;
|
|
95
|
+
has_nfc_reader?: boolean;
|
|
96
|
+
has_wiegand_interface?: boolean;
|
|
97
97
|
};
|
|
98
98
|
software_features: {
|
|
99
99
|
can_remotely_unlock: boolean;
|
|
100
100
|
can_program_access_codes: boolean;
|
|
101
|
-
can_unlock_with_face_recognition
|
|
102
|
-
supports_onvif
|
|
101
|
+
can_unlock_with_face_recognition?: boolean;
|
|
102
|
+
supports_onvif?: boolean;
|
|
103
103
|
};
|
|
104
104
|
} | {
|
|
105
105
|
main_category: 'accessory';
|
|
@@ -202,15 +202,15 @@ export interface Routes {
|
|
|
202
202
|
main_category: 'intercom';
|
|
203
203
|
physical_properties: {
|
|
204
204
|
has_camera: boolean;
|
|
205
|
-
has_rfid_reader
|
|
206
|
-
has_nfc_reader
|
|
207
|
-
has_wiegand_interface
|
|
205
|
+
has_rfid_reader?: boolean;
|
|
206
|
+
has_nfc_reader?: boolean;
|
|
207
|
+
has_wiegand_interface?: boolean;
|
|
208
208
|
};
|
|
209
209
|
software_features: {
|
|
210
210
|
can_remotely_unlock: boolean;
|
|
211
211
|
can_program_access_codes: boolean;
|
|
212
|
-
can_unlock_with_face_recognition
|
|
213
|
-
supports_onvif
|
|
212
|
+
can_unlock_with_face_recognition?: boolean;
|
|
213
|
+
supports_onvif?: boolean;
|
|
214
214
|
};
|
|
215
215
|
} | {
|
|
216
216
|
main_category: 'accessory';
|