@seamapi/types 1.599.0 → 1.601.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 +255 -20
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +487 -77
- package/dist/index.cjs +255 -20
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +90 -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 +285 -0
- package/lib/seam/connect/openapi.js +236 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +160 -61
- package/package.json +1 -1
- 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 +242 -3
- package/src/lib/seam/connect/route-types.ts +164 -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;
|
|
@@ -31346,7 +31380,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
31346
31380
|
}>, "many">>;
|
|
31347
31381
|
unmanaged_devices: z.ZodOptional<z.ZodArray<z.ZodObject<Pick<{
|
|
31348
31382
|
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"]>]>;
|
|
31383
|
+
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
31384
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
31351
31385
|
nickname: z.ZodOptional<z.ZodString>;
|
|
31352
31386
|
display_name: z.ZodString;
|
|
@@ -32373,10 +32407,13 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
32373
32407
|
}>>;
|
|
32374
32408
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
32375
32409
|
device_id: z.ZodString;
|
|
32410
|
+
device_name: z.ZodString;
|
|
32376
32411
|
}, "strip", z.ZodTypeAny, {
|
|
32377
32412
|
device_id: string;
|
|
32413
|
+
device_name: string;
|
|
32378
32414
|
}, {
|
|
32379
32415
|
device_id: string;
|
|
32416
|
+
device_name: string;
|
|
32380
32417
|
}>>;
|
|
32381
32418
|
}, "strip", z.ZodTypeAny, {
|
|
32382
32419
|
ecobee_metadata?: {
|
|
@@ -32636,6 +32673,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
32636
32673
|
} | undefined;
|
|
32637
32674
|
ultraloq_metadata?: {
|
|
32638
32675
|
device_id: string;
|
|
32676
|
+
device_name: string;
|
|
32639
32677
|
} | undefined;
|
|
32640
32678
|
}, {
|
|
32641
32679
|
ecobee_metadata?: {
|
|
@@ -32895,6 +32933,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
32895
32933
|
} | undefined;
|
|
32896
32934
|
ultraloq_metadata?: {
|
|
32897
32935
|
device_id: string;
|
|
32936
|
+
device_name: string;
|
|
32898
32937
|
} | undefined;
|
|
32899
32938
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
32900
32939
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -34524,7 +34563,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34524
34563
|
warning_code: "unknown_issue_with_phone";
|
|
34525
34564
|
})[];
|
|
34526
34565
|
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");
|
|
34566
|
+
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
34567
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
34529
34568
|
properties: {
|
|
34530
34569
|
name: string;
|
|
@@ -34753,7 +34792,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34753
34792
|
warning_code: "unknown_issue_with_phone";
|
|
34754
34793
|
})[];
|
|
34755
34794
|
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");
|
|
34795
|
+
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
34796
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
34758
34797
|
properties: {
|
|
34759
34798
|
name: string;
|
|
@@ -41795,7 +41834,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41795
41834
|
warning_code: "unknown_issue_with_phone";
|
|
41796
41835
|
})[];
|
|
41797
41836
|
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");
|
|
41837
|
+
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
41838
|
space_ids: string[];
|
|
41800
41839
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
41801
41840
|
properties: {
|
|
@@ -42104,6 +42143,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42104
42143
|
} | undefined;
|
|
42105
42144
|
ultraloq_metadata?: {
|
|
42106
42145
|
device_id: string;
|
|
42146
|
+
device_name: string;
|
|
42107
42147
|
} | undefined;
|
|
42108
42148
|
} & {
|
|
42109
42149
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -43941,7 +43981,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
43941
43981
|
warning_code: "unknown_issue_with_phone";
|
|
43942
43982
|
})[];
|
|
43943
43983
|
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");
|
|
43984
|
+
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
43985
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
43946
43986
|
properties: {
|
|
43947
43987
|
name: string;
|
|
@@ -45766,7 +45806,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45766
45806
|
warning_code: "unknown_issue_with_phone";
|
|
45767
45807
|
})[];
|
|
45768
45808
|
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");
|
|
45809
|
+
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
45810
|
space_ids: string[];
|
|
45771
45811
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
45772
45812
|
properties: {
|
|
@@ -46075,6 +46115,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46075
46115
|
} | undefined;
|
|
46076
46116
|
ultraloq_metadata?: {
|
|
46077
46117
|
device_id: string;
|
|
46118
|
+
device_name: string;
|
|
46078
46119
|
} | undefined;
|
|
46079
46120
|
} & {
|
|
46080
46121
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -47912,7 +47953,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
47912
47953
|
warning_code: "unknown_issue_with_phone";
|
|
47913
47954
|
})[];
|
|
47914
47955
|
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");
|
|
47956
|
+
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
47957
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
47917
47958
|
properties: {
|
|
47918
47959
|
name: string;
|
|
@@ -49747,7 +49788,7 @@ export declare const batch: z.ZodObject<{
|
|
|
49747
49788
|
}>, "many">>;
|
|
49748
49789
|
devices: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
49749
49790
|
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"]>]>;
|
|
49791
|
+
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
49792
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
49752
49793
|
nickname: z.ZodOptional<z.ZodString>;
|
|
49753
49794
|
display_name: z.ZodString;
|
|
@@ -50774,10 +50815,13 @@ export declare const batch: z.ZodObject<{
|
|
|
50774
50815
|
}>>;
|
|
50775
50816
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
50776
50817
|
device_id: z.ZodString;
|
|
50818
|
+
device_name: z.ZodString;
|
|
50777
50819
|
}, "strip", z.ZodTypeAny, {
|
|
50778
50820
|
device_id: string;
|
|
50821
|
+
device_name: string;
|
|
50779
50822
|
}, {
|
|
50780
50823
|
device_id: string;
|
|
50824
|
+
device_name: string;
|
|
50781
50825
|
}>>;
|
|
50782
50826
|
}, "strip", z.ZodTypeAny, {
|
|
50783
50827
|
ecobee_metadata?: {
|
|
@@ -51037,6 +51081,7 @@ export declare const batch: z.ZodObject<{
|
|
|
51037
51081
|
} | undefined;
|
|
51038
51082
|
ultraloq_metadata?: {
|
|
51039
51083
|
device_id: string;
|
|
51084
|
+
device_name: string;
|
|
51040
51085
|
} | undefined;
|
|
51041
51086
|
}, {
|
|
51042
51087
|
ecobee_metadata?: {
|
|
@@ -51296,6 +51341,7 @@ export declare const batch: z.ZodObject<{
|
|
|
51296
51341
|
} | undefined;
|
|
51297
51342
|
ultraloq_metadata?: {
|
|
51298
51343
|
device_id: string;
|
|
51344
|
+
device_name: string;
|
|
51299
51345
|
} | undefined;
|
|
51300
51346
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
51301
51347
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -52770,7 +52816,7 @@ export declare const batch: z.ZodObject<{
|
|
|
52770
52816
|
warning_code: "unknown_issue_with_phone";
|
|
52771
52817
|
})[];
|
|
52772
52818
|
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");
|
|
52819
|
+
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
52820
|
space_ids: string[];
|
|
52775
52821
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
52776
52822
|
properties: {
|
|
@@ -53079,6 +53125,7 @@ export declare const batch: z.ZodObject<{
|
|
|
53079
53125
|
} | undefined;
|
|
53080
53126
|
ultraloq_metadata?: {
|
|
53081
53127
|
device_id: string;
|
|
53128
|
+
device_name: string;
|
|
53082
53129
|
} | undefined;
|
|
53083
53130
|
} & {
|
|
53084
53131
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -53432,7 +53479,7 @@ export declare const batch: z.ZodObject<{
|
|
|
53432
53479
|
warning_code: "unknown_issue_with_phone";
|
|
53433
53480
|
})[];
|
|
53434
53481
|
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");
|
|
53482
|
+
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
53483
|
space_ids: string[];
|
|
53437
53484
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
53438
53485
|
properties: {
|
|
@@ -53741,6 +53788,7 @@ export declare const batch: z.ZodObject<{
|
|
|
53741
53788
|
} | undefined;
|
|
53742
53789
|
ultraloq_metadata?: {
|
|
53743
53790
|
device_id: string;
|
|
53791
|
+
device_name: string;
|
|
53744
53792
|
} | undefined;
|
|
53745
53793
|
} & {
|
|
53746
53794
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -60375,7 +60423,7 @@ export declare const batch: z.ZodObject<{
|
|
|
60375
60423
|
}>, "many">>;
|
|
60376
60424
|
unmanaged_devices: z.ZodOptional<z.ZodArray<z.ZodObject<Pick<{
|
|
60377
60425
|
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"]>]>;
|
|
60426
|
+
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
60427
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
60380
60428
|
nickname: z.ZodOptional<z.ZodString>;
|
|
60381
60429
|
display_name: z.ZodString;
|
|
@@ -61402,10 +61450,13 @@ export declare const batch: z.ZodObject<{
|
|
|
61402
61450
|
}>>;
|
|
61403
61451
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
61404
61452
|
device_id: z.ZodString;
|
|
61453
|
+
device_name: z.ZodString;
|
|
61405
61454
|
}, "strip", z.ZodTypeAny, {
|
|
61406
61455
|
device_id: string;
|
|
61456
|
+
device_name: string;
|
|
61407
61457
|
}, {
|
|
61408
61458
|
device_id: string;
|
|
61459
|
+
device_name: string;
|
|
61409
61460
|
}>>;
|
|
61410
61461
|
}, "strip", z.ZodTypeAny, {
|
|
61411
61462
|
ecobee_metadata?: {
|
|
@@ -61665,6 +61716,7 @@ export declare const batch: z.ZodObject<{
|
|
|
61665
61716
|
} | undefined;
|
|
61666
61717
|
ultraloq_metadata?: {
|
|
61667
61718
|
device_id: string;
|
|
61719
|
+
device_name: string;
|
|
61668
61720
|
} | undefined;
|
|
61669
61721
|
}, {
|
|
61670
61722
|
ecobee_metadata?: {
|
|
@@ -61924,6 +61976,7 @@ export declare const batch: z.ZodObject<{
|
|
|
61924
61976
|
} | undefined;
|
|
61925
61977
|
ultraloq_metadata?: {
|
|
61926
61978
|
device_id: string;
|
|
61979
|
+
device_name: string;
|
|
61927
61980
|
} | undefined;
|
|
61928
61981
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
61929
61982
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -63553,7 +63606,7 @@ export declare const batch: z.ZodObject<{
|
|
|
63553
63606
|
warning_code: "unknown_issue_with_phone";
|
|
63554
63607
|
})[];
|
|
63555
63608
|
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");
|
|
63609
|
+
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
63610
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
63558
63611
|
properties: {
|
|
63559
63612
|
name: string;
|
|
@@ -63782,7 +63835,7 @@ export declare const batch: z.ZodObject<{
|
|
|
63782
63835
|
warning_code: "unknown_issue_with_phone";
|
|
63783
63836
|
})[];
|
|
63784
63837
|
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");
|
|
63838
|
+
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
63839
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
63787
63840
|
properties: {
|
|
63788
63841
|
name: string;
|
|
@@ -70452,7 +70505,7 @@ export declare const batch: z.ZodObject<{
|
|
|
70452
70505
|
warning_code: "unknown_issue_with_phone";
|
|
70453
70506
|
})[];
|
|
70454
70507
|
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");
|
|
70508
|
+
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
70509
|
space_ids: string[];
|
|
70457
70510
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
70458
70511
|
properties: {
|
|
@@ -70761,6 +70814,7 @@ export declare const batch: z.ZodObject<{
|
|
|
70761
70814
|
} | undefined;
|
|
70762
70815
|
ultraloq_metadata?: {
|
|
70763
70816
|
device_id: string;
|
|
70817
|
+
device_name: string;
|
|
70764
70818
|
} | undefined;
|
|
70765
70819
|
} & {
|
|
70766
70820
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -72529,7 +72583,7 @@ export declare const batch: z.ZodObject<{
|
|
|
72529
72583
|
warning_code: "unknown_issue_with_phone";
|
|
72530
72584
|
})[];
|
|
72531
72585
|
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");
|
|
72586
|
+
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
72587
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
72534
72588
|
properties: {
|
|
72535
72589
|
name: string;
|
|
@@ -74354,7 +74408,7 @@ export declare const batch: z.ZodObject<{
|
|
|
74354
74408
|
warning_code: "unknown_issue_with_phone";
|
|
74355
74409
|
})[];
|
|
74356
74410
|
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");
|
|
74411
|
+
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
74412
|
space_ids: string[];
|
|
74359
74413
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
74360
74414
|
properties: {
|
|
@@ -74663,6 +74717,7 @@ export declare const batch: z.ZodObject<{
|
|
|
74663
74717
|
} | undefined;
|
|
74664
74718
|
ultraloq_metadata?: {
|
|
74665
74719
|
device_id: string;
|
|
74720
|
+
device_name: string;
|
|
74666
74721
|
} | undefined;
|
|
74667
74722
|
} & {
|
|
74668
74723
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -76431,7 +76486,7 @@ export declare const batch: z.ZodObject<{
|
|
|
76431
76486
|
warning_code: "unknown_issue_with_phone";
|
|
76432
76487
|
})[];
|
|
76433
76488
|
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");
|
|
76489
|
+
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
76490
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
76436
76491
|
properties: {
|
|
76437
76492
|
name: string;
|