@seamapi/types 1.600.0 → 1.602.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 +88 -22
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +493 -77
- package/dist/index.cjs +88 -22
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +30 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +15 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.js +11 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +15 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.js +11 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +174 -35
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +3 -2
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-type.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-type.js +1 -0
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +10 -3
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +8 -3
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +53 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +375 -61
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +14 -0
- package/src/lib/seam/connect/models/action-attempts/scan-credential.ts +14 -0
- package/src/lib/seam/connect/models/devices/device-metadata.ts +4 -2
- package/src/lib/seam/connect/models/devices/device-type.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +59 -3
- package/src/lib/seam/connect/route-types.ts +431 -34
|
@@ -37,7 +37,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
37
37
|
}>, "many">>;
|
|
38
38
|
devices: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
39
39
|
device_id: z.ZodString;
|
|
40
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
40
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
41
41
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
42
42
|
nickname: z.ZodOptional<z.ZodString>;
|
|
43
43
|
display_name: z.ZodString;
|
|
@@ -1064,10 +1064,13 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
1064
1064
|
}>>;
|
|
1065
1065
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
1066
1066
|
device_id: z.ZodString;
|
|
1067
|
+
device_name: z.ZodString;
|
|
1067
1068
|
}, "strip", z.ZodTypeAny, {
|
|
1068
1069
|
device_id: string;
|
|
1070
|
+
device_name: string;
|
|
1069
1071
|
}, {
|
|
1070
1072
|
device_id: string;
|
|
1073
|
+
device_name: string;
|
|
1071
1074
|
}>>;
|
|
1072
1075
|
}, "strip", z.ZodTypeAny, {
|
|
1073
1076
|
ecobee_metadata?: {
|
|
@@ -1327,6 +1330,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
1327
1330
|
} | undefined;
|
|
1328
1331
|
ultraloq_metadata?: {
|
|
1329
1332
|
device_id: string;
|
|
1333
|
+
device_name: string;
|
|
1330
1334
|
} | undefined;
|
|
1331
1335
|
}, {
|
|
1332
1336
|
ecobee_metadata?: {
|
|
@@ -1586,6 +1590,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
1586
1590
|
} | undefined;
|
|
1587
1591
|
ultraloq_metadata?: {
|
|
1588
1592
|
device_id: string;
|
|
1593
|
+
device_name: string;
|
|
1589
1594
|
} | undefined;
|
|
1590
1595
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
1591
1596
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -3060,7 +3065,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
3060
3065
|
warning_code: "unknown_issue_with_phone";
|
|
3061
3066
|
})[];
|
|
3062
3067
|
custom_metadata: Record<string, string | boolean>;
|
|
3063
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
3068
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
3064
3069
|
space_ids: string[];
|
|
3065
3070
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
3066
3071
|
properties: {
|
|
@@ -3369,6 +3374,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
3369
3374
|
} | undefined;
|
|
3370
3375
|
ultraloq_metadata?: {
|
|
3371
3376
|
device_id: string;
|
|
3377
|
+
device_name: string;
|
|
3372
3378
|
} | undefined;
|
|
3373
3379
|
} & {
|
|
3374
3380
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -3722,7 +3728,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
3722
3728
|
warning_code: "unknown_issue_with_phone";
|
|
3723
3729
|
})[];
|
|
3724
3730
|
custom_metadata: Record<string, string | boolean>;
|
|
3725
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
3731
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
3726
3732
|
space_ids: string[];
|
|
3727
3733
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
3728
3734
|
properties: {
|
|
@@ -4031,6 +4037,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4031
4037
|
} | undefined;
|
|
4032
4038
|
ultraloq_metadata?: {
|
|
4033
4039
|
device_id: string;
|
|
4040
|
+
device_name: string;
|
|
4034
4041
|
} | undefined;
|
|
4035
4042
|
} & {
|
|
4036
4043
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -5354,7 +5361,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5354
5361
|
warning_code: "unknown_issue_with_phone";
|
|
5355
5362
|
})[];
|
|
5356
5363
|
custom_metadata: Record<string, string | boolean>;
|
|
5357
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
5364
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
5358
5365
|
space_ids: string[];
|
|
5359
5366
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
5360
5367
|
properties: {
|
|
@@ -5663,6 +5670,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5663
5670
|
} | undefined;
|
|
5664
5671
|
ultraloq_metadata?: {
|
|
5665
5672
|
device_id: string;
|
|
5673
|
+
device_name: string;
|
|
5666
5674
|
} | undefined;
|
|
5667
5675
|
} & {
|
|
5668
5676
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -6231,7 +6239,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6231
6239
|
warning_code: "unknown_issue_with_phone";
|
|
6232
6240
|
})[];
|
|
6233
6241
|
custom_metadata: Record<string, string | boolean>;
|
|
6234
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
6242
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
6235
6243
|
space_ids: string[];
|
|
6236
6244
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
6237
6245
|
properties: {
|
|
@@ -6540,6 +6548,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6540
6548
|
} | undefined;
|
|
6541
6549
|
ultraloq_metadata?: {
|
|
6542
6550
|
device_id: string;
|
|
6551
|
+
device_name: string;
|
|
6543
6552
|
} | undefined;
|
|
6544
6553
|
} & {
|
|
6545
6554
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -6958,7 +6967,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
6958
6967
|
}>, "many">>;
|
|
6959
6968
|
devices: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6960
6969
|
device_id: z.ZodString;
|
|
6961
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
6970
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
6962
6971
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
6963
6972
|
nickname: z.ZodOptional<z.ZodString>;
|
|
6964
6973
|
display_name: z.ZodString;
|
|
@@ -7985,10 +7994,13 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
7985
7994
|
}>>;
|
|
7986
7995
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
7987
7996
|
device_id: z.ZodString;
|
|
7997
|
+
device_name: z.ZodString;
|
|
7988
7998
|
}, "strip", z.ZodTypeAny, {
|
|
7989
7999
|
device_id: string;
|
|
8000
|
+
device_name: string;
|
|
7990
8001
|
}, {
|
|
7991
8002
|
device_id: string;
|
|
8003
|
+
device_name: string;
|
|
7992
8004
|
}>>;
|
|
7993
8005
|
}, "strip", z.ZodTypeAny, {
|
|
7994
8006
|
ecobee_metadata?: {
|
|
@@ -8248,6 +8260,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
8248
8260
|
} | undefined;
|
|
8249
8261
|
ultraloq_metadata?: {
|
|
8250
8262
|
device_id: string;
|
|
8263
|
+
device_name: string;
|
|
8251
8264
|
} | undefined;
|
|
8252
8265
|
}, {
|
|
8253
8266
|
ecobee_metadata?: {
|
|
@@ -8507,6 +8520,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
8507
8520
|
} | undefined;
|
|
8508
8521
|
ultraloq_metadata?: {
|
|
8509
8522
|
device_id: string;
|
|
8523
|
+
device_name: string;
|
|
8510
8524
|
} | undefined;
|
|
8511
8525
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
8512
8526
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -9981,7 +9995,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
9981
9995
|
warning_code: "unknown_issue_with_phone";
|
|
9982
9996
|
})[];
|
|
9983
9997
|
custom_metadata: Record<string, string | boolean>;
|
|
9984
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
9998
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
9985
9999
|
space_ids: string[];
|
|
9986
10000
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
9987
10001
|
properties: {
|
|
@@ -10290,6 +10304,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
10290
10304
|
} | undefined;
|
|
10291
10305
|
ultraloq_metadata?: {
|
|
10292
10306
|
device_id: string;
|
|
10307
|
+
device_name: string;
|
|
10293
10308
|
} | undefined;
|
|
10294
10309
|
} & {
|
|
10295
10310
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -10643,7 +10658,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
10643
10658
|
warning_code: "unknown_issue_with_phone";
|
|
10644
10659
|
})[];
|
|
10645
10660
|
custom_metadata: Record<string, string | boolean>;
|
|
10646
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
10661
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
10647
10662
|
space_ids: string[];
|
|
10648
10663
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
10649
10664
|
properties: {
|
|
@@ -10952,6 +10967,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
10952
10967
|
} | undefined;
|
|
10953
10968
|
ultraloq_metadata?: {
|
|
10954
10969
|
device_id: string;
|
|
10970
|
+
device_name: string;
|
|
10955
10971
|
} | undefined;
|
|
10956
10972
|
} & {
|
|
10957
10973
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -12450,7 +12466,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12450
12466
|
warning_code: "unknown_issue_with_phone";
|
|
12451
12467
|
})[];
|
|
12452
12468
|
custom_metadata: Record<string, string | boolean>;
|
|
12453
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
12469
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
12454
12470
|
space_ids: string[];
|
|
12455
12471
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
12456
12472
|
properties: {
|
|
@@ -12759,6 +12775,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12759
12775
|
} | undefined;
|
|
12760
12776
|
ultraloq_metadata?: {
|
|
12761
12777
|
device_id: string;
|
|
12778
|
+
device_name: string;
|
|
12762
12779
|
} | undefined;
|
|
12763
12780
|
} & {
|
|
12764
12781
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -13373,7 +13390,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13373
13390
|
warning_code: "unknown_issue_with_phone";
|
|
13374
13391
|
})[];
|
|
13375
13392
|
custom_metadata: Record<string, string | boolean>;
|
|
13376
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
13393
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
13377
13394
|
space_ids: string[];
|
|
13378
13395
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
13379
13396
|
properties: {
|
|
@@ -13682,6 +13699,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13682
13699
|
} | undefined;
|
|
13683
13700
|
ultraloq_metadata?: {
|
|
13684
13701
|
device_id: string;
|
|
13702
|
+
device_name: string;
|
|
13685
13703
|
} | undefined;
|
|
13686
13704
|
} & {
|
|
13687
13705
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -14146,7 +14164,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
14146
14164
|
}>, "many">>;
|
|
14147
14165
|
devices: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14148
14166
|
device_id: z.ZodString;
|
|
14149
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
14167
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
14150
14168
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
14151
14169
|
nickname: z.ZodOptional<z.ZodString>;
|
|
14152
14170
|
display_name: z.ZodString;
|
|
@@ -15173,10 +15191,13 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
15173
15191
|
}>>;
|
|
15174
15192
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
15175
15193
|
device_id: z.ZodString;
|
|
15194
|
+
device_name: z.ZodString;
|
|
15176
15195
|
}, "strip", z.ZodTypeAny, {
|
|
15177
15196
|
device_id: string;
|
|
15197
|
+
device_name: string;
|
|
15178
15198
|
}, {
|
|
15179
15199
|
device_id: string;
|
|
15200
|
+
device_name: string;
|
|
15180
15201
|
}>>;
|
|
15181
15202
|
}, "strip", z.ZodTypeAny, {
|
|
15182
15203
|
ecobee_metadata?: {
|
|
@@ -15436,6 +15457,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
15436
15457
|
} | undefined;
|
|
15437
15458
|
ultraloq_metadata?: {
|
|
15438
15459
|
device_id: string;
|
|
15460
|
+
device_name: string;
|
|
15439
15461
|
} | undefined;
|
|
15440
15462
|
}, {
|
|
15441
15463
|
ecobee_metadata?: {
|
|
@@ -15695,6 +15717,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
15695
15717
|
} | undefined;
|
|
15696
15718
|
ultraloq_metadata?: {
|
|
15697
15719
|
device_id: string;
|
|
15720
|
+
device_name: string;
|
|
15698
15721
|
} | undefined;
|
|
15699
15722
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
15700
15723
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -17169,7 +17192,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
17169
17192
|
warning_code: "unknown_issue_with_phone";
|
|
17170
17193
|
})[];
|
|
17171
17194
|
custom_metadata: Record<string, string | boolean>;
|
|
17172
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
17195
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
17173
17196
|
space_ids: string[];
|
|
17174
17197
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
17175
17198
|
properties: {
|
|
@@ -17478,6 +17501,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
17478
17501
|
} | undefined;
|
|
17479
17502
|
ultraloq_metadata?: {
|
|
17480
17503
|
device_id: string;
|
|
17504
|
+
device_name: string;
|
|
17481
17505
|
} | undefined;
|
|
17482
17506
|
} & {
|
|
17483
17507
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -17831,7 +17855,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
17831
17855
|
warning_code: "unknown_issue_with_phone";
|
|
17832
17856
|
})[];
|
|
17833
17857
|
custom_metadata: Record<string, string | boolean>;
|
|
17834
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
17858
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
17835
17859
|
space_ids: string[];
|
|
17836
17860
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
17837
17861
|
properties: {
|
|
@@ -18140,6 +18164,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18140
18164
|
} | undefined;
|
|
18141
18165
|
ultraloq_metadata?: {
|
|
18142
18166
|
device_id: string;
|
|
18167
|
+
device_name: string;
|
|
18143
18168
|
} | undefined;
|
|
18144
18169
|
} & {
|
|
18145
18170
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -19059,7 +19084,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
19059
19084
|
warning_code: "unknown_issue_with_phone";
|
|
19060
19085
|
})[];
|
|
19061
19086
|
custom_metadata: Record<string, string | boolean>;
|
|
19062
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
19087
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
19063
19088
|
space_ids: string[];
|
|
19064
19089
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
19065
19090
|
properties: {
|
|
@@ -19368,6 +19393,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
19368
19393
|
} | undefined;
|
|
19369
19394
|
ultraloq_metadata?: {
|
|
19370
19395
|
device_id: string;
|
|
19396
|
+
device_name: string;
|
|
19371
19397
|
} | undefined;
|
|
19372
19398
|
} & {
|
|
19373
19399
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -19878,7 +19904,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
19878
19904
|
warning_code: "unknown_issue_with_phone";
|
|
19879
19905
|
})[];
|
|
19880
19906
|
custom_metadata: Record<string, string | boolean>;
|
|
19881
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
19907
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
19882
19908
|
space_ids: string[];
|
|
19883
19909
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
19884
19910
|
properties: {
|
|
@@ -20187,6 +20213,7 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
20187
20213
|
} | undefined;
|
|
20188
20214
|
ultraloq_metadata?: {
|
|
20189
20215
|
device_id: string;
|
|
20216
|
+
device_name: string;
|
|
20190
20217
|
} | undefined;
|
|
20191
20218
|
} & {
|
|
20192
20219
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -20718,7 +20745,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
20718
20745
|
}>, "many">>;
|
|
20719
20746
|
devices: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20720
20747
|
device_id: z.ZodString;
|
|
20721
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
20748
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
20722
20749
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
20723
20750
|
nickname: z.ZodOptional<z.ZodString>;
|
|
20724
20751
|
display_name: z.ZodString;
|
|
@@ -21745,10 +21772,13 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
21745
21772
|
}>>;
|
|
21746
21773
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
21747
21774
|
device_id: z.ZodString;
|
|
21775
|
+
device_name: z.ZodString;
|
|
21748
21776
|
}, "strip", z.ZodTypeAny, {
|
|
21749
21777
|
device_id: string;
|
|
21778
|
+
device_name: string;
|
|
21750
21779
|
}, {
|
|
21751
21780
|
device_id: string;
|
|
21781
|
+
device_name: string;
|
|
21752
21782
|
}>>;
|
|
21753
21783
|
}, "strip", z.ZodTypeAny, {
|
|
21754
21784
|
ecobee_metadata?: {
|
|
@@ -22008,6 +22038,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
22008
22038
|
} | undefined;
|
|
22009
22039
|
ultraloq_metadata?: {
|
|
22010
22040
|
device_id: string;
|
|
22041
|
+
device_name: string;
|
|
22011
22042
|
} | undefined;
|
|
22012
22043
|
}, {
|
|
22013
22044
|
ecobee_metadata?: {
|
|
@@ -22267,6 +22298,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
22267
22298
|
} | undefined;
|
|
22268
22299
|
ultraloq_metadata?: {
|
|
22269
22300
|
device_id: string;
|
|
22301
|
+
device_name: string;
|
|
22270
22302
|
} | undefined;
|
|
22271
22303
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
22272
22304
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -23741,7 +23773,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
23741
23773
|
warning_code: "unknown_issue_with_phone";
|
|
23742
23774
|
})[];
|
|
23743
23775
|
custom_metadata: Record<string, string | boolean>;
|
|
23744
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
23776
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
23745
23777
|
space_ids: string[];
|
|
23746
23778
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
23747
23779
|
properties: {
|
|
@@ -24050,6 +24082,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24050
24082
|
} | undefined;
|
|
24051
24083
|
ultraloq_metadata?: {
|
|
24052
24084
|
device_id: string;
|
|
24085
|
+
device_name: string;
|
|
24053
24086
|
} | undefined;
|
|
24054
24087
|
} & {
|
|
24055
24088
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -24403,7 +24436,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24403
24436
|
warning_code: "unknown_issue_with_phone";
|
|
24404
24437
|
})[];
|
|
24405
24438
|
custom_metadata: Record<string, string | boolean>;
|
|
24406
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
24439
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
24407
24440
|
space_ids: string[];
|
|
24408
24441
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
24409
24442
|
properties: {
|
|
@@ -24712,6 +24745,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24712
24745
|
} | undefined;
|
|
24713
24746
|
ultraloq_metadata?: {
|
|
24714
24747
|
device_id: string;
|
|
24748
|
+
device_name: string;
|
|
24715
24749
|
} | undefined;
|
|
24716
24750
|
} & {
|
|
24717
24751
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -28453,6 +28487,15 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28453
28487
|
}, {
|
|
28454
28488
|
message: string;
|
|
28455
28489
|
type: "no_credential_on_encoder";
|
|
28490
|
+
}>, z.ZodObject<{
|
|
28491
|
+
type: z.ZodLiteral<"no_card_on_encoder">;
|
|
28492
|
+
message: z.ZodString;
|
|
28493
|
+
}, "strip", z.ZodTypeAny, {
|
|
28494
|
+
message: string;
|
|
28495
|
+
type: "no_card_on_encoder";
|
|
28496
|
+
}, {
|
|
28497
|
+
message: string;
|
|
28498
|
+
type: "no_card_on_encoder";
|
|
28456
28499
|
}>]>;
|
|
28457
28500
|
}, "strip", z.ZodTypeAny, {
|
|
28458
28501
|
status: "error";
|
|
@@ -28466,6 +28509,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28466
28509
|
} | {
|
|
28467
28510
|
message: string;
|
|
28468
28511
|
type: "no_credential_on_encoder";
|
|
28512
|
+
} | {
|
|
28513
|
+
message: string;
|
|
28514
|
+
type: "no_card_on_encoder";
|
|
28469
28515
|
};
|
|
28470
28516
|
result: null;
|
|
28471
28517
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -28481,6 +28527,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28481
28527
|
} | {
|
|
28482
28528
|
message: string;
|
|
28483
28529
|
type: "no_credential_on_encoder";
|
|
28530
|
+
} | {
|
|
28531
|
+
message: string;
|
|
28532
|
+
type: "no_card_on_encoder";
|
|
28484
28533
|
};
|
|
28485
28534
|
result: null;
|
|
28486
28535
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -29482,6 +29531,15 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
29482
29531
|
}, {
|
|
29483
29532
|
message: string;
|
|
29484
29533
|
type: "credential_cannot_be_reissued";
|
|
29534
|
+
}>, z.ZodObject<{
|
|
29535
|
+
type: z.ZodLiteral<"no_card_on_encoder">;
|
|
29536
|
+
message: z.ZodString;
|
|
29537
|
+
}, "strip", z.ZodTypeAny, {
|
|
29538
|
+
message: string;
|
|
29539
|
+
type: "no_card_on_encoder";
|
|
29540
|
+
}, {
|
|
29541
|
+
message: string;
|
|
29542
|
+
type: "no_card_on_encoder";
|
|
29485
29543
|
}>]>;
|
|
29486
29544
|
}, "strip", z.ZodTypeAny, {
|
|
29487
29545
|
status: "error";
|
|
@@ -29501,6 +29559,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
29501
29559
|
} | {
|
|
29502
29560
|
message: string;
|
|
29503
29561
|
type: "credential_cannot_be_reissued";
|
|
29562
|
+
} | {
|
|
29563
|
+
message: string;
|
|
29564
|
+
type: "no_card_on_encoder";
|
|
29504
29565
|
};
|
|
29505
29566
|
result: null;
|
|
29506
29567
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -29522,6 +29583,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
29522
29583
|
} | {
|
|
29523
29584
|
message: string;
|
|
29524
29585
|
type: "credential_cannot_be_reissued";
|
|
29586
|
+
} | {
|
|
29587
|
+
message: string;
|
|
29588
|
+
type: "no_card_on_encoder";
|
|
29525
29589
|
};
|
|
29526
29590
|
result: null;
|
|
29527
29591
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -31346,7 +31410,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
31346
31410
|
}>, "many">>;
|
|
31347
31411
|
unmanaged_devices: z.ZodOptional<z.ZodArray<z.ZodObject<Pick<{
|
|
31348
31412
|
device_id: z.ZodString;
|
|
31349
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
31413
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
31350
31414
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
31351
31415
|
nickname: z.ZodOptional<z.ZodString>;
|
|
31352
31416
|
display_name: z.ZodString;
|
|
@@ -32373,10 +32437,13 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
32373
32437
|
}>>;
|
|
32374
32438
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
32375
32439
|
device_id: z.ZodString;
|
|
32440
|
+
device_name: z.ZodString;
|
|
32376
32441
|
}, "strip", z.ZodTypeAny, {
|
|
32377
32442
|
device_id: string;
|
|
32443
|
+
device_name: string;
|
|
32378
32444
|
}, {
|
|
32379
32445
|
device_id: string;
|
|
32446
|
+
device_name: string;
|
|
32380
32447
|
}>>;
|
|
32381
32448
|
}, "strip", z.ZodTypeAny, {
|
|
32382
32449
|
ecobee_metadata?: {
|
|
@@ -32636,6 +32703,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
32636
32703
|
} | undefined;
|
|
32637
32704
|
ultraloq_metadata?: {
|
|
32638
32705
|
device_id: string;
|
|
32706
|
+
device_name: string;
|
|
32639
32707
|
} | undefined;
|
|
32640
32708
|
}, {
|
|
32641
32709
|
ecobee_metadata?: {
|
|
@@ -32895,6 +32963,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
32895
32963
|
} | undefined;
|
|
32896
32964
|
ultraloq_metadata?: {
|
|
32897
32965
|
device_id: string;
|
|
32966
|
+
device_name: string;
|
|
32898
32967
|
} | undefined;
|
|
32899
32968
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
32900
32969
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -34524,7 +34593,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34524
34593
|
warning_code: "unknown_issue_with_phone";
|
|
34525
34594
|
})[];
|
|
34526
34595
|
custom_metadata: Record<string, string | boolean>;
|
|
34527
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
34596
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
34528
34597
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
34529
34598
|
properties: {
|
|
34530
34599
|
name: string;
|
|
@@ -34753,7 +34822,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34753
34822
|
warning_code: "unknown_issue_with_phone";
|
|
34754
34823
|
})[];
|
|
34755
34824
|
custom_metadata: Record<string, string | boolean>;
|
|
34756
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
34825
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
34757
34826
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
34758
34827
|
properties: {
|
|
34759
34828
|
name: string;
|
|
@@ -41795,7 +41864,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41795
41864
|
warning_code: "unknown_issue_with_phone";
|
|
41796
41865
|
})[];
|
|
41797
41866
|
custom_metadata: Record<string, string | boolean>;
|
|
41798
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
41867
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
41799
41868
|
space_ids: string[];
|
|
41800
41869
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
41801
41870
|
properties: {
|
|
@@ -42104,6 +42173,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42104
42173
|
} | undefined;
|
|
42105
42174
|
ultraloq_metadata?: {
|
|
42106
42175
|
device_id: string;
|
|
42176
|
+
device_name: string;
|
|
42107
42177
|
} | undefined;
|
|
42108
42178
|
} & {
|
|
42109
42179
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -43255,6 +43325,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
43255
43325
|
} | {
|
|
43256
43326
|
message: string;
|
|
43257
43327
|
type: "credential_cannot_be_reissued";
|
|
43328
|
+
} | {
|
|
43329
|
+
message: string;
|
|
43330
|
+
type: "no_card_on_encoder";
|
|
43258
43331
|
};
|
|
43259
43332
|
result: null;
|
|
43260
43333
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -43516,6 +43589,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
43516
43589
|
} | {
|
|
43517
43590
|
message: string;
|
|
43518
43591
|
type: "no_credential_on_encoder";
|
|
43592
|
+
} | {
|
|
43593
|
+
message: string;
|
|
43594
|
+
type: "no_card_on_encoder";
|
|
43519
43595
|
};
|
|
43520
43596
|
result: null;
|
|
43521
43597
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -43941,7 +44017,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
43941
44017
|
warning_code: "unknown_issue_with_phone";
|
|
43942
44018
|
})[];
|
|
43943
44019
|
custom_metadata: Record<string, string | boolean>;
|
|
43944
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
44020
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
43945
44021
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
43946
44022
|
properties: {
|
|
43947
44023
|
name: string;
|
|
@@ -45766,7 +45842,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45766
45842
|
warning_code: "unknown_issue_with_phone";
|
|
45767
45843
|
})[];
|
|
45768
45844
|
custom_metadata: Record<string, string | boolean>;
|
|
45769
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
45845
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
45770
45846
|
space_ids: string[];
|
|
45771
45847
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
45772
45848
|
properties: {
|
|
@@ -46075,6 +46151,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46075
46151
|
} | undefined;
|
|
46076
46152
|
ultraloq_metadata?: {
|
|
46077
46153
|
device_id: string;
|
|
46154
|
+
device_name: string;
|
|
46078
46155
|
} | undefined;
|
|
46079
46156
|
} & {
|
|
46080
46157
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -47226,6 +47303,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
47226
47303
|
} | {
|
|
47227
47304
|
message: string;
|
|
47228
47305
|
type: "credential_cannot_be_reissued";
|
|
47306
|
+
} | {
|
|
47307
|
+
message: string;
|
|
47308
|
+
type: "no_card_on_encoder";
|
|
47229
47309
|
};
|
|
47230
47310
|
result: null;
|
|
47231
47311
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -47487,6 +47567,9 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
47487
47567
|
} | {
|
|
47488
47568
|
message: string;
|
|
47489
47569
|
type: "no_credential_on_encoder";
|
|
47570
|
+
} | {
|
|
47571
|
+
message: string;
|
|
47572
|
+
type: "no_card_on_encoder";
|
|
47490
47573
|
};
|
|
47491
47574
|
result: null;
|
|
47492
47575
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -47912,7 +47995,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
47912
47995
|
warning_code: "unknown_issue_with_phone";
|
|
47913
47996
|
})[];
|
|
47914
47997
|
custom_metadata: Record<string, string | boolean>;
|
|
47915
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
47998
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
47916
47999
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
47917
48000
|
properties: {
|
|
47918
48001
|
name: string;
|
|
@@ -49747,7 +49830,7 @@ export declare const batch: z.ZodObject<{
|
|
|
49747
49830
|
}>, "many">>;
|
|
49748
49831
|
devices: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
49749
49832
|
device_id: z.ZodString;
|
|
49750
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
49833
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
49751
49834
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
49752
49835
|
nickname: z.ZodOptional<z.ZodString>;
|
|
49753
49836
|
display_name: z.ZodString;
|
|
@@ -50774,10 +50857,13 @@ export declare const batch: z.ZodObject<{
|
|
|
50774
50857
|
}>>;
|
|
50775
50858
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
50776
50859
|
device_id: z.ZodString;
|
|
50860
|
+
device_name: z.ZodString;
|
|
50777
50861
|
}, "strip", z.ZodTypeAny, {
|
|
50778
50862
|
device_id: string;
|
|
50863
|
+
device_name: string;
|
|
50779
50864
|
}, {
|
|
50780
50865
|
device_id: string;
|
|
50866
|
+
device_name: string;
|
|
50781
50867
|
}>>;
|
|
50782
50868
|
}, "strip", z.ZodTypeAny, {
|
|
50783
50869
|
ecobee_metadata?: {
|
|
@@ -51037,6 +51123,7 @@ export declare const batch: z.ZodObject<{
|
|
|
51037
51123
|
} | undefined;
|
|
51038
51124
|
ultraloq_metadata?: {
|
|
51039
51125
|
device_id: string;
|
|
51126
|
+
device_name: string;
|
|
51040
51127
|
} | undefined;
|
|
51041
51128
|
}, {
|
|
51042
51129
|
ecobee_metadata?: {
|
|
@@ -51296,6 +51383,7 @@ export declare const batch: z.ZodObject<{
|
|
|
51296
51383
|
} | undefined;
|
|
51297
51384
|
ultraloq_metadata?: {
|
|
51298
51385
|
device_id: string;
|
|
51386
|
+
device_name: string;
|
|
51299
51387
|
} | undefined;
|
|
51300
51388
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
51301
51389
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -52770,7 +52858,7 @@ export declare const batch: z.ZodObject<{
|
|
|
52770
52858
|
warning_code: "unknown_issue_with_phone";
|
|
52771
52859
|
})[];
|
|
52772
52860
|
custom_metadata: Record<string, string | boolean>;
|
|
52773
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
52861
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
52774
52862
|
space_ids: string[];
|
|
52775
52863
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
52776
52864
|
properties: {
|
|
@@ -53079,6 +53167,7 @@ export declare const batch: z.ZodObject<{
|
|
|
53079
53167
|
} | undefined;
|
|
53080
53168
|
ultraloq_metadata?: {
|
|
53081
53169
|
device_id: string;
|
|
53170
|
+
device_name: string;
|
|
53082
53171
|
} | undefined;
|
|
53083
53172
|
} & {
|
|
53084
53173
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -53432,7 +53521,7 @@ export declare const batch: z.ZodObject<{
|
|
|
53432
53521
|
warning_code: "unknown_issue_with_phone";
|
|
53433
53522
|
})[];
|
|
53434
53523
|
custom_metadata: Record<string, string | boolean>;
|
|
53435
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
53524
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
53436
53525
|
space_ids: string[];
|
|
53437
53526
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
53438
53527
|
properties: {
|
|
@@ -53741,6 +53830,7 @@ export declare const batch: z.ZodObject<{
|
|
|
53741
53830
|
} | undefined;
|
|
53742
53831
|
ultraloq_metadata?: {
|
|
53743
53832
|
device_id: string;
|
|
53833
|
+
device_name: string;
|
|
53744
53834
|
} | undefined;
|
|
53745
53835
|
} & {
|
|
53746
53836
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -57482,6 +57572,15 @@ export declare const batch: z.ZodObject<{
|
|
|
57482
57572
|
}, {
|
|
57483
57573
|
message: string;
|
|
57484
57574
|
type: "no_credential_on_encoder";
|
|
57575
|
+
}>, z.ZodObject<{
|
|
57576
|
+
type: z.ZodLiteral<"no_card_on_encoder">;
|
|
57577
|
+
message: z.ZodString;
|
|
57578
|
+
}, "strip", z.ZodTypeAny, {
|
|
57579
|
+
message: string;
|
|
57580
|
+
type: "no_card_on_encoder";
|
|
57581
|
+
}, {
|
|
57582
|
+
message: string;
|
|
57583
|
+
type: "no_card_on_encoder";
|
|
57485
57584
|
}>]>;
|
|
57486
57585
|
}, "strip", z.ZodTypeAny, {
|
|
57487
57586
|
status: "error";
|
|
@@ -57495,6 +57594,9 @@ export declare const batch: z.ZodObject<{
|
|
|
57495
57594
|
} | {
|
|
57496
57595
|
message: string;
|
|
57497
57596
|
type: "no_credential_on_encoder";
|
|
57597
|
+
} | {
|
|
57598
|
+
message: string;
|
|
57599
|
+
type: "no_card_on_encoder";
|
|
57498
57600
|
};
|
|
57499
57601
|
result: null;
|
|
57500
57602
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -57510,6 +57612,9 @@ export declare const batch: z.ZodObject<{
|
|
|
57510
57612
|
} | {
|
|
57511
57613
|
message: string;
|
|
57512
57614
|
type: "no_credential_on_encoder";
|
|
57615
|
+
} | {
|
|
57616
|
+
message: string;
|
|
57617
|
+
type: "no_card_on_encoder";
|
|
57513
57618
|
};
|
|
57514
57619
|
result: null;
|
|
57515
57620
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -58511,6 +58616,15 @@ export declare const batch: z.ZodObject<{
|
|
|
58511
58616
|
}, {
|
|
58512
58617
|
message: string;
|
|
58513
58618
|
type: "credential_cannot_be_reissued";
|
|
58619
|
+
}>, z.ZodObject<{
|
|
58620
|
+
type: z.ZodLiteral<"no_card_on_encoder">;
|
|
58621
|
+
message: z.ZodString;
|
|
58622
|
+
}, "strip", z.ZodTypeAny, {
|
|
58623
|
+
message: string;
|
|
58624
|
+
type: "no_card_on_encoder";
|
|
58625
|
+
}, {
|
|
58626
|
+
message: string;
|
|
58627
|
+
type: "no_card_on_encoder";
|
|
58514
58628
|
}>]>;
|
|
58515
58629
|
}, "strip", z.ZodTypeAny, {
|
|
58516
58630
|
status: "error";
|
|
@@ -58530,6 +58644,9 @@ export declare const batch: z.ZodObject<{
|
|
|
58530
58644
|
} | {
|
|
58531
58645
|
message: string;
|
|
58532
58646
|
type: "credential_cannot_be_reissued";
|
|
58647
|
+
} | {
|
|
58648
|
+
message: string;
|
|
58649
|
+
type: "no_card_on_encoder";
|
|
58533
58650
|
};
|
|
58534
58651
|
result: null;
|
|
58535
58652
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -58551,6 +58668,9 @@ export declare const batch: z.ZodObject<{
|
|
|
58551
58668
|
} | {
|
|
58552
58669
|
message: string;
|
|
58553
58670
|
type: "credential_cannot_be_reissued";
|
|
58671
|
+
} | {
|
|
58672
|
+
message: string;
|
|
58673
|
+
type: "no_card_on_encoder";
|
|
58554
58674
|
};
|
|
58555
58675
|
result: null;
|
|
58556
58676
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -60375,7 +60495,7 @@ export declare const batch: z.ZodObject<{
|
|
|
60375
60495
|
}>, "many">>;
|
|
60376
60496
|
unmanaged_devices: z.ZodOptional<z.ZodArray<z.ZodObject<Pick<{
|
|
60377
60497
|
device_id: z.ZodString;
|
|
60378
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
60498
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
60379
60499
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
60380
60500
|
nickname: z.ZodOptional<z.ZodString>;
|
|
60381
60501
|
display_name: z.ZodString;
|
|
@@ -61402,10 +61522,13 @@ export declare const batch: z.ZodObject<{
|
|
|
61402
61522
|
}>>;
|
|
61403
61523
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
61404
61524
|
device_id: z.ZodString;
|
|
61525
|
+
device_name: z.ZodString;
|
|
61405
61526
|
}, "strip", z.ZodTypeAny, {
|
|
61406
61527
|
device_id: string;
|
|
61528
|
+
device_name: string;
|
|
61407
61529
|
}, {
|
|
61408
61530
|
device_id: string;
|
|
61531
|
+
device_name: string;
|
|
61409
61532
|
}>>;
|
|
61410
61533
|
}, "strip", z.ZodTypeAny, {
|
|
61411
61534
|
ecobee_metadata?: {
|
|
@@ -61665,6 +61788,7 @@ export declare const batch: z.ZodObject<{
|
|
|
61665
61788
|
} | undefined;
|
|
61666
61789
|
ultraloq_metadata?: {
|
|
61667
61790
|
device_id: string;
|
|
61791
|
+
device_name: string;
|
|
61668
61792
|
} | undefined;
|
|
61669
61793
|
}, {
|
|
61670
61794
|
ecobee_metadata?: {
|
|
@@ -61924,6 +62048,7 @@ export declare const batch: z.ZodObject<{
|
|
|
61924
62048
|
} | undefined;
|
|
61925
62049
|
ultraloq_metadata?: {
|
|
61926
62050
|
device_id: string;
|
|
62051
|
+
device_name: string;
|
|
61927
62052
|
} | undefined;
|
|
61928
62053
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
61929
62054
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -63553,7 +63678,7 @@ export declare const batch: z.ZodObject<{
|
|
|
63553
63678
|
warning_code: "unknown_issue_with_phone";
|
|
63554
63679
|
})[];
|
|
63555
63680
|
custom_metadata: Record<string, string | boolean>;
|
|
63556
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
63681
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
63557
63682
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
63558
63683
|
properties: {
|
|
63559
63684
|
name: string;
|
|
@@ -63782,7 +63907,7 @@ export declare const batch: z.ZodObject<{
|
|
|
63782
63907
|
warning_code: "unknown_issue_with_phone";
|
|
63783
63908
|
})[];
|
|
63784
63909
|
custom_metadata: Record<string, string | boolean>;
|
|
63785
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
63910
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
63786
63911
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
63787
63912
|
properties: {
|
|
63788
63913
|
name: string;
|
|
@@ -70452,7 +70577,7 @@ export declare const batch: z.ZodObject<{
|
|
|
70452
70577
|
warning_code: "unknown_issue_with_phone";
|
|
70453
70578
|
})[];
|
|
70454
70579
|
custom_metadata: Record<string, string | boolean>;
|
|
70455
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
70580
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
70456
70581
|
space_ids: string[];
|
|
70457
70582
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
70458
70583
|
properties: {
|
|
@@ -70761,6 +70886,7 @@ export declare const batch: z.ZodObject<{
|
|
|
70761
70886
|
} | undefined;
|
|
70762
70887
|
ultraloq_metadata?: {
|
|
70763
70888
|
device_id: string;
|
|
70889
|
+
device_name: string;
|
|
70764
70890
|
} | undefined;
|
|
70765
70891
|
} & {
|
|
70766
70892
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -71843,6 +71969,9 @@ export declare const batch: z.ZodObject<{
|
|
|
71843
71969
|
} | {
|
|
71844
71970
|
message: string;
|
|
71845
71971
|
type: "credential_cannot_be_reissued";
|
|
71972
|
+
} | {
|
|
71973
|
+
message: string;
|
|
71974
|
+
type: "no_card_on_encoder";
|
|
71846
71975
|
};
|
|
71847
71976
|
result: null;
|
|
71848
71977
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -72104,6 +72233,9 @@ export declare const batch: z.ZodObject<{
|
|
|
72104
72233
|
} | {
|
|
72105
72234
|
message: string;
|
|
72106
72235
|
type: "no_credential_on_encoder";
|
|
72236
|
+
} | {
|
|
72237
|
+
message: string;
|
|
72238
|
+
type: "no_card_on_encoder";
|
|
72107
72239
|
};
|
|
72108
72240
|
result: null;
|
|
72109
72241
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -72529,7 +72661,7 @@ export declare const batch: z.ZodObject<{
|
|
|
72529
72661
|
warning_code: "unknown_issue_with_phone";
|
|
72530
72662
|
})[];
|
|
72531
72663
|
custom_metadata: Record<string, string | boolean>;
|
|
72532
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
72664
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
72533
72665
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
72534
72666
|
properties: {
|
|
72535
72667
|
name: string;
|
|
@@ -74354,7 +74486,7 @@ export declare const batch: z.ZodObject<{
|
|
|
74354
74486
|
warning_code: "unknown_issue_with_phone";
|
|
74355
74487
|
})[];
|
|
74356
74488
|
custom_metadata: Record<string, string | boolean>;
|
|
74357
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
74489
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
74358
74490
|
space_ids: string[];
|
|
74359
74491
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
74360
74492
|
properties: {
|
|
@@ -74663,6 +74795,7 @@ export declare const batch: z.ZodObject<{
|
|
|
74663
74795
|
} | undefined;
|
|
74664
74796
|
ultraloq_metadata?: {
|
|
74665
74797
|
device_id: string;
|
|
74798
|
+
device_name: string;
|
|
74666
74799
|
} | undefined;
|
|
74667
74800
|
} & {
|
|
74668
74801
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -75745,6 +75878,9 @@ export declare const batch: z.ZodObject<{
|
|
|
75745
75878
|
} | {
|
|
75746
75879
|
message: string;
|
|
75747
75880
|
type: "credential_cannot_be_reissued";
|
|
75881
|
+
} | {
|
|
75882
|
+
message: string;
|
|
75883
|
+
type: "no_card_on_encoder";
|
|
75748
75884
|
};
|
|
75749
75885
|
result: null;
|
|
75750
75886
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -76006,6 +76142,9 @@ export declare const batch: z.ZodObject<{
|
|
|
76006
76142
|
} | {
|
|
76007
76143
|
message: string;
|
|
76008
76144
|
type: "no_credential_on_encoder";
|
|
76145
|
+
} | {
|
|
76146
|
+
message: string;
|
|
76147
|
+
type: "no_card_on_encoder";
|
|
76009
76148
|
};
|
|
76010
76149
|
result: null;
|
|
76011
76150
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -76431,7 +76570,7 @@ export declare const batch: z.ZodObject<{
|
|
|
76431
76570
|
warning_code: "unknown_issue_with_phone";
|
|
76432
76571
|
})[];
|
|
76433
76572
|
custom_metadata: Record<string, string | boolean>;
|
|
76434
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
76573
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
76435
76574
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
76436
76575
|
properties: {
|
|
76437
76576
|
name: string;
|