@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
package/dist/connect.d.cts
CHANGED
|
@@ -10400,7 +10400,7 @@ declare const batch: z.ZodObject<{
|
|
|
10400
10400
|
}>, "many">>;
|
|
10401
10401
|
devices: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10402
10402
|
device_id: z.ZodString;
|
|
10403
|
-
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"]>]>;
|
|
10403
|
+
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"]>]>;
|
|
10404
10404
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
10405
10405
|
nickname: z.ZodOptional<z.ZodString>;
|
|
10406
10406
|
display_name: z.ZodString;
|
|
@@ -11427,10 +11427,13 @@ declare const batch: z.ZodObject<{
|
|
|
11427
11427
|
}>>;
|
|
11428
11428
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
11429
11429
|
device_id: z.ZodString;
|
|
11430
|
+
device_name: z.ZodString;
|
|
11430
11431
|
}, "strip", z.ZodTypeAny, {
|
|
11431
11432
|
device_id: string;
|
|
11433
|
+
device_name: string;
|
|
11432
11434
|
}, {
|
|
11433
11435
|
device_id: string;
|
|
11436
|
+
device_name: string;
|
|
11434
11437
|
}>>;
|
|
11435
11438
|
}, "strip", z.ZodTypeAny, {
|
|
11436
11439
|
ecobee_metadata?: {
|
|
@@ -11690,6 +11693,7 @@ declare const batch: z.ZodObject<{
|
|
|
11690
11693
|
} | undefined;
|
|
11691
11694
|
ultraloq_metadata?: {
|
|
11692
11695
|
device_id: string;
|
|
11696
|
+
device_name: string;
|
|
11693
11697
|
} | undefined;
|
|
11694
11698
|
}, {
|
|
11695
11699
|
ecobee_metadata?: {
|
|
@@ -11949,6 +11953,7 @@ declare const batch: z.ZodObject<{
|
|
|
11949
11953
|
} | undefined;
|
|
11950
11954
|
ultraloq_metadata?: {
|
|
11951
11955
|
device_id: string;
|
|
11956
|
+
device_name: string;
|
|
11952
11957
|
} | undefined;
|
|
11953
11958
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
11954
11959
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -13423,7 +13428,7 @@ declare const batch: z.ZodObject<{
|
|
|
13423
13428
|
warning_code: "unknown_issue_with_phone";
|
|
13424
13429
|
})[];
|
|
13425
13430
|
custom_metadata: Record<string, string | boolean>;
|
|
13426
|
-
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");
|
|
13431
|
+
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");
|
|
13427
13432
|
space_ids: string[];
|
|
13428
13433
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
13429
13434
|
properties: {
|
|
@@ -13732,6 +13737,7 @@ declare const batch: z.ZodObject<{
|
|
|
13732
13737
|
} | undefined;
|
|
13733
13738
|
ultraloq_metadata?: {
|
|
13734
13739
|
device_id: string;
|
|
13740
|
+
device_name: string;
|
|
13735
13741
|
} | undefined;
|
|
13736
13742
|
} & {
|
|
13737
13743
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -14085,7 +14091,7 @@ declare const batch: z.ZodObject<{
|
|
|
14085
14091
|
warning_code: "unknown_issue_with_phone";
|
|
14086
14092
|
})[];
|
|
14087
14093
|
custom_metadata: Record<string, string | boolean>;
|
|
14088
|
-
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");
|
|
14094
|
+
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");
|
|
14089
14095
|
space_ids: string[];
|
|
14090
14096
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
14091
14097
|
properties: {
|
|
@@ -14394,6 +14400,7 @@ declare const batch: z.ZodObject<{
|
|
|
14394
14400
|
} | undefined;
|
|
14395
14401
|
ultraloq_metadata?: {
|
|
14396
14402
|
device_id: string;
|
|
14403
|
+
device_name: string;
|
|
14397
14404
|
} | undefined;
|
|
14398
14405
|
} & {
|
|
14399
14406
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -21028,7 +21035,7 @@ declare const batch: z.ZodObject<{
|
|
|
21028
21035
|
}>, "many">>;
|
|
21029
21036
|
unmanaged_devices: z.ZodOptional<z.ZodArray<z.ZodObject<Pick<{
|
|
21030
21037
|
device_id: z.ZodString;
|
|
21031
|
-
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"]>]>;
|
|
21038
|
+
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"]>]>;
|
|
21032
21039
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
21033
21040
|
nickname: z.ZodOptional<z.ZodString>;
|
|
21034
21041
|
display_name: z.ZodString;
|
|
@@ -22055,10 +22062,13 @@ declare const batch: z.ZodObject<{
|
|
|
22055
22062
|
}>>;
|
|
22056
22063
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
22057
22064
|
device_id: z.ZodString;
|
|
22065
|
+
device_name: z.ZodString;
|
|
22058
22066
|
}, "strip", z.ZodTypeAny, {
|
|
22059
22067
|
device_id: string;
|
|
22068
|
+
device_name: string;
|
|
22060
22069
|
}, {
|
|
22061
22070
|
device_id: string;
|
|
22071
|
+
device_name: string;
|
|
22062
22072
|
}>>;
|
|
22063
22073
|
}, "strip", z.ZodTypeAny, {
|
|
22064
22074
|
ecobee_metadata?: {
|
|
@@ -22318,6 +22328,7 @@ declare const batch: z.ZodObject<{
|
|
|
22318
22328
|
} | undefined;
|
|
22319
22329
|
ultraloq_metadata?: {
|
|
22320
22330
|
device_id: string;
|
|
22331
|
+
device_name: string;
|
|
22321
22332
|
} | undefined;
|
|
22322
22333
|
}, {
|
|
22323
22334
|
ecobee_metadata?: {
|
|
@@ -22577,6 +22588,7 @@ declare const batch: z.ZodObject<{
|
|
|
22577
22588
|
} | undefined;
|
|
22578
22589
|
ultraloq_metadata?: {
|
|
22579
22590
|
device_id: string;
|
|
22591
|
+
device_name: string;
|
|
22580
22592
|
} | undefined;
|
|
22581
22593
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
22582
22594
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -24206,7 +24218,7 @@ declare const batch: z.ZodObject<{
|
|
|
24206
24218
|
warning_code: "unknown_issue_with_phone";
|
|
24207
24219
|
})[];
|
|
24208
24220
|
custom_metadata: Record<string, string | boolean>;
|
|
24209
|
-
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");
|
|
24221
|
+
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");
|
|
24210
24222
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
24211
24223
|
properties: {
|
|
24212
24224
|
name: string;
|
|
@@ -24435,7 +24447,7 @@ declare const batch: z.ZodObject<{
|
|
|
24435
24447
|
warning_code: "unknown_issue_with_phone";
|
|
24436
24448
|
})[];
|
|
24437
24449
|
custom_metadata: Record<string, string | boolean>;
|
|
24438
|
-
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");
|
|
24450
|
+
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");
|
|
24439
24451
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
24440
24452
|
properties: {
|
|
24441
24453
|
name: string;
|
|
@@ -31105,7 +31117,7 @@ declare const batch: z.ZodObject<{
|
|
|
31105
31117
|
warning_code: "unknown_issue_with_phone";
|
|
31106
31118
|
})[];
|
|
31107
31119
|
custom_metadata: Record<string, string | boolean>;
|
|
31108
|
-
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");
|
|
31120
|
+
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");
|
|
31109
31121
|
space_ids: string[];
|
|
31110
31122
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
31111
31123
|
properties: {
|
|
@@ -31414,6 +31426,7 @@ declare const batch: z.ZodObject<{
|
|
|
31414
31426
|
} | undefined;
|
|
31415
31427
|
ultraloq_metadata?: {
|
|
31416
31428
|
device_id: string;
|
|
31429
|
+
device_name: string;
|
|
31417
31430
|
} | undefined;
|
|
31418
31431
|
} & {
|
|
31419
31432
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -33182,7 +33195,7 @@ declare const batch: z.ZodObject<{
|
|
|
33182
33195
|
warning_code: "unknown_issue_with_phone";
|
|
33183
33196
|
})[];
|
|
33184
33197
|
custom_metadata: Record<string, string | boolean>;
|
|
33185
|
-
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");
|
|
33198
|
+
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");
|
|
33186
33199
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
33187
33200
|
properties: {
|
|
33188
33201
|
name: string;
|
|
@@ -35007,7 +35020,7 @@ declare const batch: z.ZodObject<{
|
|
|
35007
35020
|
warning_code: "unknown_issue_with_phone";
|
|
35008
35021
|
})[];
|
|
35009
35022
|
custom_metadata: Record<string, string | boolean>;
|
|
35010
|
-
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");
|
|
35023
|
+
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");
|
|
35011
35024
|
space_ids: string[];
|
|
35012
35025
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
35013
35026
|
properties: {
|
|
@@ -35316,6 +35329,7 @@ declare const batch: z.ZodObject<{
|
|
|
35316
35329
|
} | undefined;
|
|
35317
35330
|
ultraloq_metadata?: {
|
|
35318
35331
|
device_id: string;
|
|
35332
|
+
device_name: string;
|
|
35319
35333
|
} | undefined;
|
|
35320
35334
|
} & {
|
|
35321
35335
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -37084,7 +37098,7 @@ declare const batch: z.ZodObject<{
|
|
|
37084
37098
|
warning_code: "unknown_issue_with_phone";
|
|
37085
37099
|
})[];
|
|
37086
37100
|
custom_metadata: Record<string, string | boolean>;
|
|
37087
|
-
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");
|
|
37101
|
+
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");
|
|
37088
37102
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
37089
37103
|
properties: {
|
|
37090
37104
|
name: string;
|
|
@@ -40022,7 +40036,7 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
40022
40036
|
type DeviceWarning = z.infer<typeof device_warning>;
|
|
40023
40037
|
declare const device: z.ZodObject<{
|
|
40024
40038
|
device_id: z.ZodString;
|
|
40025
|
-
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"]>]>;
|
|
40039
|
+
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"]>]>;
|
|
40026
40040
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
40027
40041
|
nickname: z.ZodOptional<z.ZodString>;
|
|
40028
40042
|
display_name: z.ZodString;
|
|
@@ -41049,10 +41063,13 @@ declare const device: z.ZodObject<{
|
|
|
41049
41063
|
}>>;
|
|
41050
41064
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
41051
41065
|
device_id: z.ZodString;
|
|
41066
|
+
device_name: z.ZodString;
|
|
41052
41067
|
}, "strip", z.ZodTypeAny, {
|
|
41053
41068
|
device_id: string;
|
|
41069
|
+
device_name: string;
|
|
41054
41070
|
}, {
|
|
41055
41071
|
device_id: string;
|
|
41072
|
+
device_name: string;
|
|
41056
41073
|
}>>;
|
|
41057
41074
|
}, "strip", z.ZodTypeAny, {
|
|
41058
41075
|
ecobee_metadata?: {
|
|
@@ -41312,6 +41329,7 @@ declare const device: z.ZodObject<{
|
|
|
41312
41329
|
} | undefined;
|
|
41313
41330
|
ultraloq_metadata?: {
|
|
41314
41331
|
device_id: string;
|
|
41332
|
+
device_name: string;
|
|
41315
41333
|
} | undefined;
|
|
41316
41334
|
}, {
|
|
41317
41335
|
ecobee_metadata?: {
|
|
@@ -41571,6 +41589,7 @@ declare const device: z.ZodObject<{
|
|
|
41571
41589
|
} | undefined;
|
|
41572
41590
|
ultraloq_metadata?: {
|
|
41573
41591
|
device_id: string;
|
|
41592
|
+
device_name: string;
|
|
41574
41593
|
} | undefined;
|
|
41575
41594
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
41576
41595
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -43045,7 +43064,7 @@ declare const device: z.ZodObject<{
|
|
|
43045
43064
|
warning_code: "unknown_issue_with_phone";
|
|
43046
43065
|
})[];
|
|
43047
43066
|
custom_metadata: Record<string, string | boolean>;
|
|
43048
|
-
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");
|
|
43067
|
+
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");
|
|
43049
43068
|
space_ids: string[];
|
|
43050
43069
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
43051
43070
|
properties: {
|
|
@@ -43354,6 +43373,7 @@ declare const device: z.ZodObject<{
|
|
|
43354
43373
|
} | undefined;
|
|
43355
43374
|
ultraloq_metadata?: {
|
|
43356
43375
|
device_id: string;
|
|
43376
|
+
device_name: string;
|
|
43357
43377
|
} | undefined;
|
|
43358
43378
|
} & {
|
|
43359
43379
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -43707,7 +43727,7 @@ declare const device: z.ZodObject<{
|
|
|
43707
43727
|
warning_code: "unknown_issue_with_phone";
|
|
43708
43728
|
})[];
|
|
43709
43729
|
custom_metadata: Record<string, string | boolean>;
|
|
43710
|
-
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");
|
|
43730
|
+
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");
|
|
43711
43731
|
space_ids: string[];
|
|
43712
43732
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
43713
43733
|
properties: {
|
|
@@ -44016,6 +44036,7 @@ declare const device: z.ZodObject<{
|
|
|
44016
44036
|
} | undefined;
|
|
44017
44037
|
ultraloq_metadata?: {
|
|
44018
44038
|
device_id: string;
|
|
44039
|
+
device_name: string;
|
|
44019
44040
|
} | undefined;
|
|
44020
44041
|
} & {
|
|
44021
44042
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -44328,7 +44349,7 @@ type DeviceProvider = z.infer<typeof device_provider>;
|
|
|
44328
44349
|
|
|
44329
44350
|
declare const unmanaged_device: z.ZodObject<Pick<{
|
|
44330
44351
|
device_id: z.ZodString;
|
|
44331
|
-
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"]>]>;
|
|
44352
|
+
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"]>]>;
|
|
44332
44353
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
44333
44354
|
nickname: z.ZodOptional<z.ZodString>;
|
|
44334
44355
|
display_name: z.ZodString;
|
|
@@ -45355,10 +45376,13 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45355
45376
|
}>>;
|
|
45356
45377
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
45357
45378
|
device_id: z.ZodString;
|
|
45379
|
+
device_name: z.ZodString;
|
|
45358
45380
|
}, "strip", z.ZodTypeAny, {
|
|
45359
45381
|
device_id: string;
|
|
45382
|
+
device_name: string;
|
|
45360
45383
|
}, {
|
|
45361
45384
|
device_id: string;
|
|
45385
|
+
device_name: string;
|
|
45362
45386
|
}>>;
|
|
45363
45387
|
}, "strip", z.ZodTypeAny, {
|
|
45364
45388
|
ecobee_metadata?: {
|
|
@@ -45618,6 +45642,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45618
45642
|
} | undefined;
|
|
45619
45643
|
ultraloq_metadata?: {
|
|
45620
45644
|
device_id: string;
|
|
45645
|
+
device_name: string;
|
|
45621
45646
|
} | undefined;
|
|
45622
45647
|
}, {
|
|
45623
45648
|
ecobee_metadata?: {
|
|
@@ -45877,6 +45902,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45877
45902
|
} | undefined;
|
|
45878
45903
|
ultraloq_metadata?: {
|
|
45879
45904
|
device_id: string;
|
|
45905
|
+
device_name: string;
|
|
45880
45906
|
} | undefined;
|
|
45881
45907
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
45882
45908
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -47506,7 +47532,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47506
47532
|
warning_code: "unknown_issue_with_phone";
|
|
47507
47533
|
})[];
|
|
47508
47534
|
custom_metadata: Record<string, string | boolean>;
|
|
47509
|
-
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");
|
|
47535
|
+
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");
|
|
47510
47536
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
47511
47537
|
properties: {
|
|
47512
47538
|
name: string;
|
|
@@ -47735,7 +47761,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47735
47761
|
warning_code: "unknown_issue_with_phone";
|
|
47736
47762
|
})[];
|
|
47737
47763
|
custom_metadata: Record<string, string | boolean>;
|
|
47738
|
-
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");
|
|
47764
|
+
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");
|
|
47739
47765
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
47740
47766
|
properties: {
|
|
47741
47767
|
name: string;
|
|
@@ -57363,6 +57389,10 @@ declare const _default: {
|
|
|
57363
57389
|
description: string;
|
|
57364
57390
|
type: string;
|
|
57365
57391
|
};
|
|
57392
|
+
device_name: {
|
|
57393
|
+
description: string;
|
|
57394
|
+
type: string;
|
|
57395
|
+
};
|
|
57366
57396
|
};
|
|
57367
57397
|
required: string[];
|
|
57368
57398
|
type: string;
|
|
@@ -93491,6 +93521,218 @@ declare const _default: {
|
|
|
93491
93521
|
'x-undocumented': string;
|
|
93492
93522
|
};
|
|
93493
93523
|
};
|
|
93524
|
+
'/seam/customer/v1/connectors/create': {
|
|
93525
|
+
post: {
|
|
93526
|
+
description: string;
|
|
93527
|
+
operationId: string;
|
|
93528
|
+
requestBody: {
|
|
93529
|
+
content: {
|
|
93530
|
+
'application/json': {
|
|
93531
|
+
schema: {
|
|
93532
|
+
properties: {
|
|
93533
|
+
config: {
|
|
93534
|
+
description: string;
|
|
93535
|
+
oneOf: ({
|
|
93536
|
+
properties: {
|
|
93537
|
+
access_token: {
|
|
93538
|
+
minLength: number;
|
|
93539
|
+
type: string;
|
|
93540
|
+
};
|
|
93541
|
+
client: {
|
|
93542
|
+
minLength: number;
|
|
93543
|
+
type: string;
|
|
93544
|
+
};
|
|
93545
|
+
client_token: {
|
|
93546
|
+
minLength: number;
|
|
93547
|
+
type: string;
|
|
93548
|
+
};
|
|
93549
|
+
enterprise_ids: {
|
|
93550
|
+
items: {
|
|
93551
|
+
format: string;
|
|
93552
|
+
type: string;
|
|
93553
|
+
};
|
|
93554
|
+
type: string;
|
|
93555
|
+
};
|
|
93556
|
+
};
|
|
93557
|
+
required: string[];
|
|
93558
|
+
type: string;
|
|
93559
|
+
} | {
|
|
93560
|
+
properties: {
|
|
93561
|
+
access_token?: never;
|
|
93562
|
+
client?: never;
|
|
93563
|
+
client_token?: never;
|
|
93564
|
+
enterprise_ids?: never;
|
|
93565
|
+
};
|
|
93566
|
+
type: string;
|
|
93567
|
+
required?: never;
|
|
93568
|
+
})[];
|
|
93569
|
+
};
|
|
93570
|
+
connector_type: {
|
|
93571
|
+
description: string;
|
|
93572
|
+
enum: string[];
|
|
93573
|
+
type: string;
|
|
93574
|
+
};
|
|
93575
|
+
customer_key: {
|
|
93576
|
+
description: string;
|
|
93577
|
+
minLength: number;
|
|
93578
|
+
type: string;
|
|
93579
|
+
};
|
|
93580
|
+
};
|
|
93581
|
+
required: string[];
|
|
93582
|
+
type: string;
|
|
93583
|
+
};
|
|
93584
|
+
};
|
|
93585
|
+
};
|
|
93586
|
+
};
|
|
93587
|
+
responses: {
|
|
93588
|
+
200: {
|
|
93589
|
+
content: {
|
|
93590
|
+
'application/json': {
|
|
93591
|
+
schema: {
|
|
93592
|
+
properties: {
|
|
93593
|
+
connector: {
|
|
93594
|
+
properties: {
|
|
93595
|
+
connector_id: {
|
|
93596
|
+
type: string;
|
|
93597
|
+
};
|
|
93598
|
+
connector_type: {
|
|
93599
|
+
type: string;
|
|
93600
|
+
};
|
|
93601
|
+
error: {
|
|
93602
|
+
type: string;
|
|
93603
|
+
};
|
|
93604
|
+
status: {
|
|
93605
|
+
enum: string[];
|
|
93606
|
+
type: string;
|
|
93607
|
+
};
|
|
93608
|
+
webhook_subscription: {
|
|
93609
|
+
properties: {
|
|
93610
|
+
events: {
|
|
93611
|
+
items: {
|
|
93612
|
+
type: string;
|
|
93613
|
+
};
|
|
93614
|
+
type: string;
|
|
93615
|
+
};
|
|
93616
|
+
status: {
|
|
93617
|
+
enum: string[];
|
|
93618
|
+
type: string;
|
|
93619
|
+
};
|
|
93620
|
+
subscription_id: {
|
|
93621
|
+
type: string;
|
|
93622
|
+
};
|
|
93623
|
+
webhook_url: {
|
|
93624
|
+
type: string;
|
|
93625
|
+
};
|
|
93626
|
+
};
|
|
93627
|
+
required: string[];
|
|
93628
|
+
type: string;
|
|
93629
|
+
};
|
|
93630
|
+
};
|
|
93631
|
+
required: string[];
|
|
93632
|
+
type: string;
|
|
93633
|
+
};
|
|
93634
|
+
ok: {
|
|
93635
|
+
type: string;
|
|
93636
|
+
};
|
|
93637
|
+
};
|
|
93638
|
+
required: string[];
|
|
93639
|
+
type: string;
|
|
93640
|
+
};
|
|
93641
|
+
};
|
|
93642
|
+
};
|
|
93643
|
+
description: string;
|
|
93644
|
+
};
|
|
93645
|
+
400: {
|
|
93646
|
+
description: string;
|
|
93647
|
+
};
|
|
93648
|
+
401: {
|
|
93649
|
+
description: string;
|
|
93650
|
+
};
|
|
93651
|
+
};
|
|
93652
|
+
security: {
|
|
93653
|
+
api_key: never[];
|
|
93654
|
+
}[];
|
|
93655
|
+
summary: string;
|
|
93656
|
+
tags: never[];
|
|
93657
|
+
'x-fern-sdk-group-name': string[];
|
|
93658
|
+
'x-fern-sdk-method-name': string;
|
|
93659
|
+
'x-fern-sdk-return-value': string;
|
|
93660
|
+
'x-response-key': string;
|
|
93661
|
+
'x-title': string;
|
|
93662
|
+
};
|
|
93663
|
+
};
|
|
93664
|
+
'/seam/customer/v1/connectors/sync': {
|
|
93665
|
+
post: {
|
|
93666
|
+
description: string;
|
|
93667
|
+
operationId: string;
|
|
93668
|
+
requestBody: {
|
|
93669
|
+
content: {
|
|
93670
|
+
'application/json': {
|
|
93671
|
+
schema: {
|
|
93672
|
+
properties: {
|
|
93673
|
+
connector_id: {
|
|
93674
|
+
description: string;
|
|
93675
|
+
format: string;
|
|
93676
|
+
type: string;
|
|
93677
|
+
};
|
|
93678
|
+
};
|
|
93679
|
+
required: string[];
|
|
93680
|
+
type: string;
|
|
93681
|
+
};
|
|
93682
|
+
};
|
|
93683
|
+
};
|
|
93684
|
+
};
|
|
93685
|
+
responses: {
|
|
93686
|
+
200: {
|
|
93687
|
+
content: {
|
|
93688
|
+
'application/json': {
|
|
93689
|
+
schema: {
|
|
93690
|
+
properties: {
|
|
93691
|
+
connector_sync: {
|
|
93692
|
+
properties: {
|
|
93693
|
+
connector_id: {
|
|
93694
|
+
type: string;
|
|
93695
|
+
};
|
|
93696
|
+
message: {
|
|
93697
|
+
type: string;
|
|
93698
|
+
};
|
|
93699
|
+
status: {
|
|
93700
|
+
type: string;
|
|
93701
|
+
};
|
|
93702
|
+
};
|
|
93703
|
+
required: string[];
|
|
93704
|
+
type: string;
|
|
93705
|
+
};
|
|
93706
|
+
ok: {
|
|
93707
|
+
type: string;
|
|
93708
|
+
};
|
|
93709
|
+
};
|
|
93710
|
+
required: string[];
|
|
93711
|
+
type: string;
|
|
93712
|
+
};
|
|
93713
|
+
};
|
|
93714
|
+
};
|
|
93715
|
+
description: string;
|
|
93716
|
+
};
|
|
93717
|
+
400: {
|
|
93718
|
+
description: string;
|
|
93719
|
+
};
|
|
93720
|
+
401: {
|
|
93721
|
+
description: string;
|
|
93722
|
+
};
|
|
93723
|
+
};
|
|
93724
|
+
security: {
|
|
93725
|
+
api_key: never[];
|
|
93726
|
+
}[];
|
|
93727
|
+
summary: string;
|
|
93728
|
+
tags: never[];
|
|
93729
|
+
'x-fern-sdk-group-name': string[];
|
|
93730
|
+
'x-fern-sdk-method-name': string;
|
|
93731
|
+
'x-fern-sdk-return-value': string;
|
|
93732
|
+
'x-response-key': string;
|
|
93733
|
+
'x-title': string;
|
|
93734
|
+
};
|
|
93735
|
+
};
|
|
93494
93736
|
'/seam/customer/v1/events/list': {
|
|
93495
93737
|
get: {
|
|
93496
93738
|
description: string;
|
|
@@ -95552,6 +95794,75 @@ declare const _default: {
|
|
|
95552
95794
|
'x-title': string;
|
|
95553
95795
|
};
|
|
95554
95796
|
};
|
|
95797
|
+
'/seam/customer/v1/webhooks/connectors/[workspace_id]/[connector_id]': {
|
|
95798
|
+
post: {
|
|
95799
|
+
description: string;
|
|
95800
|
+
operationId: string;
|
|
95801
|
+
requestBody: {
|
|
95802
|
+
content: {
|
|
95803
|
+
'application/json': {
|
|
95804
|
+
schema: {
|
|
95805
|
+
properties: {};
|
|
95806
|
+
type: string;
|
|
95807
|
+
};
|
|
95808
|
+
};
|
|
95809
|
+
};
|
|
95810
|
+
};
|
|
95811
|
+
responses: {
|
|
95812
|
+
200: {
|
|
95813
|
+
content: {
|
|
95814
|
+
'application/json': {
|
|
95815
|
+
schema: {
|
|
95816
|
+
properties: {
|
|
95817
|
+
error: {
|
|
95818
|
+
type: string;
|
|
95819
|
+
};
|
|
95820
|
+
ok: {
|
|
95821
|
+
type: string;
|
|
95822
|
+
};
|
|
95823
|
+
processed_events: {
|
|
95824
|
+
format: string;
|
|
95825
|
+
type: string;
|
|
95826
|
+
};
|
|
95827
|
+
success: {
|
|
95828
|
+
type: string;
|
|
95829
|
+
};
|
|
95830
|
+
};
|
|
95831
|
+
required: string[];
|
|
95832
|
+
type: string;
|
|
95833
|
+
};
|
|
95834
|
+
};
|
|
95835
|
+
};
|
|
95836
|
+
description: string;
|
|
95837
|
+
};
|
|
95838
|
+
400: {
|
|
95839
|
+
description: string;
|
|
95840
|
+
};
|
|
95841
|
+
401: {
|
|
95842
|
+
description: string;
|
|
95843
|
+
};
|
|
95844
|
+
};
|
|
95845
|
+
security: ({
|
|
95846
|
+
pat_with_workspace: never[];
|
|
95847
|
+
console_session_with_workspace?: never;
|
|
95848
|
+
api_key?: never;
|
|
95849
|
+
} | {
|
|
95850
|
+
console_session_with_workspace: never[];
|
|
95851
|
+
pat_with_workspace?: never;
|
|
95852
|
+
api_key?: never;
|
|
95853
|
+
} | {
|
|
95854
|
+
api_key: never[];
|
|
95855
|
+
pat_with_workspace?: never;
|
|
95856
|
+
console_session_with_workspace?: never;
|
|
95857
|
+
})[];
|
|
95858
|
+
summary: string;
|
|
95859
|
+
tags: string[];
|
|
95860
|
+
'x-fern-sdk-group-name': string[];
|
|
95861
|
+
'x-fern-sdk-method-name': string;
|
|
95862
|
+
'x-response-key': null;
|
|
95863
|
+
'x-title': string;
|
|
95864
|
+
};
|
|
95865
|
+
};
|
|
95555
95866
|
'/seam/instant_key/v1/client_sessions/exchange_short_code': {
|
|
95556
95867
|
post: {
|
|
95557
95868
|
description: string;
|
|
@@ -117927,7 +118238,7 @@ type Routes = {
|
|
|
117927
118238
|
/** ID of the device. */
|
|
117928
118239
|
device_id: string;
|
|
117929
118240
|
/** Type of the device. */
|
|
117930
|
-
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');
|
|
118241
|
+
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');
|
|
117931
118242
|
/** IDs of the spaces the device is in. */
|
|
117932
118243
|
space_ids: string[];
|
|
117933
118244
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -118515,10 +118826,12 @@ type Routes = {
|
|
|
118515
118826
|
/** Whether the KeyNest device has a photo. */
|
|
118516
118827
|
has_photo?: boolean | undefined;
|
|
118517
118828
|
} | undefined;
|
|
118518
|
-
/** Metadata for
|
|
118829
|
+
/** Metadata for an Ultraloq device. */
|
|
118519
118830
|
ultraloq_metadata?: {
|
|
118520
|
-
/** Device ID for
|
|
118831
|
+
/** Device ID for an Ultraloq device. */
|
|
118521
118832
|
device_id: string;
|
|
118833
|
+
/** Device name for an Ultraloq device. */
|
|
118834
|
+
device_name: string;
|
|
118522
118835
|
} | undefined;
|
|
118523
118836
|
}) & ({
|
|
118524
118837
|
/** */
|
|
@@ -121339,7 +121652,7 @@ type Routes = {
|
|
|
121339
121652
|
/** ID of the device. */
|
|
121340
121653
|
device_id: string;
|
|
121341
121654
|
/** Type of the device. */
|
|
121342
|
-
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');
|
|
121655
|
+
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');
|
|
121343
121656
|
/** IDs of the spaces the device is in. */
|
|
121344
121657
|
space_ids: string[];
|
|
121345
121658
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -121927,10 +122240,12 @@ type Routes = {
|
|
|
121927
122240
|
/** Whether the KeyNest device has a photo. */
|
|
121928
122241
|
has_photo?: boolean | undefined;
|
|
121929
122242
|
} | undefined;
|
|
121930
|
-
/** Metadata for
|
|
122243
|
+
/** Metadata for an Ultraloq device. */
|
|
121931
122244
|
ultraloq_metadata?: {
|
|
121932
|
-
/** Device ID for
|
|
122245
|
+
/** Device ID for an Ultraloq device. */
|
|
121933
122246
|
device_id: string;
|
|
122247
|
+
/** Device name for an Ultraloq device. */
|
|
122248
|
+
device_name: string;
|
|
121934
122249
|
} | undefined;
|
|
121935
122250
|
}) & ({
|
|
121936
122251
|
/** */
|
|
@@ -124825,7 +125140,7 @@ type Routes = {
|
|
|
124825
125140
|
/** ID of the device. */
|
|
124826
125141
|
device_id: string;
|
|
124827
125142
|
/** Type of the device. */
|
|
124828
|
-
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');
|
|
125143
|
+
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');
|
|
124829
125144
|
/** Unique identifier for the account associated with the device. */
|
|
124830
125145
|
connected_account_id: string;
|
|
124831
125146
|
/** Location information for the device. */
|
|
@@ -139961,7 +140276,7 @@ type Routes = {
|
|
|
139961
140276
|
/** ID of the device. */
|
|
139962
140277
|
device_id: string;
|
|
139963
140278
|
/** Type of the device. */
|
|
139964
|
-
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');
|
|
140279
|
+
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');
|
|
139965
140280
|
/** IDs of the spaces the device is in. */
|
|
139966
140281
|
space_ids: string[];
|
|
139967
140282
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -140549,10 +140864,12 @@ type Routes = {
|
|
|
140549
140864
|
/** Whether the KeyNest device has a photo. */
|
|
140550
140865
|
has_photo?: boolean | undefined;
|
|
140551
140866
|
} | undefined;
|
|
140552
|
-
/** Metadata for
|
|
140867
|
+
/** Metadata for an Ultraloq device. */
|
|
140553
140868
|
ultraloq_metadata?: {
|
|
140554
|
-
/** Device ID for
|
|
140869
|
+
/** Device ID for an Ultraloq device. */
|
|
140555
140870
|
device_id: string;
|
|
140871
|
+
/** Device name for an Ultraloq device. */
|
|
140872
|
+
device_name: string;
|
|
140556
140873
|
} | undefined;
|
|
140557
140874
|
}) & ({
|
|
140558
140875
|
/** */
|
|
@@ -141185,9 +141502,9 @@ type Routes = {
|
|
|
141185
141502
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
141186
141503
|
connect_webview_id?: string | undefined;
|
|
141187
141504
|
/** Device type for which you want to list devices. */
|
|
141188
|
-
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')) | undefined;
|
|
141505
|
+
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')) | undefined;
|
|
141189
141506
|
/** Array of device types for which you want to list devices. */
|
|
141190
|
-
device_types?: (('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'))[] | undefined;
|
|
141507
|
+
device_types?: (('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'))[] | undefined;
|
|
141191
141508
|
/** Manufacturer for which you want to list devices. */
|
|
141192
141509
|
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest' | 'ultraloq') | undefined;
|
|
141193
141510
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -141222,7 +141539,7 @@ type Routes = {
|
|
|
141222
141539
|
/** ID of the device. */
|
|
141223
141540
|
device_id: string;
|
|
141224
141541
|
/** Type of the device. */
|
|
141225
|
-
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');
|
|
141542
|
+
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');
|
|
141226
141543
|
/** IDs of the spaces the device is in. */
|
|
141227
141544
|
space_ids: string[];
|
|
141228
141545
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -141810,10 +142127,12 @@ type Routes = {
|
|
|
141810
142127
|
/** Whether the KeyNest device has a photo. */
|
|
141811
142128
|
has_photo?: boolean | undefined;
|
|
141812
142129
|
} | undefined;
|
|
141813
|
-
/** Metadata for
|
|
142130
|
+
/** Metadata for an Ultraloq device. */
|
|
141814
142131
|
ultraloq_metadata?: {
|
|
141815
|
-
/** Device ID for
|
|
142132
|
+
/** Device ID for an Ultraloq device. */
|
|
141816
142133
|
device_id: string;
|
|
142134
|
+
/** Device name for an Ultraloq device. */
|
|
142135
|
+
device_name: string;
|
|
141817
142136
|
} | undefined;
|
|
141818
142137
|
}) & ({
|
|
141819
142138
|
/** */
|
|
@@ -142568,7 +142887,7 @@ type Routes = {
|
|
|
142568
142887
|
/** ID of the device. */
|
|
142569
142888
|
device_id: string;
|
|
142570
142889
|
/** Type of the device. */
|
|
142571
|
-
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');
|
|
142890
|
+
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');
|
|
142572
142891
|
/** Unique identifier for the account associated with the device. */
|
|
142573
142892
|
connected_account_id: string;
|
|
142574
142893
|
/** Location information for the device. */
|
|
@@ -142964,9 +143283,9 @@ type Routes = {
|
|
|
142964
143283
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
142965
143284
|
connect_webview_id?: string | undefined;
|
|
142966
143285
|
/** Device type for which you want to list devices. */
|
|
142967
|
-
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')) | undefined;
|
|
143286
|
+
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')) | undefined;
|
|
142968
143287
|
/** Array of device types for which you want to list devices. */
|
|
142969
|
-
device_types?: (('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'))[] | undefined;
|
|
143288
|
+
device_types?: (('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'))[] | undefined;
|
|
142970
143289
|
/** Manufacturer for which you want to list devices. */
|
|
142971
143290
|
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest' | 'ultraloq') | undefined;
|
|
142972
143291
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -143001,7 +143320,7 @@ type Routes = {
|
|
|
143001
143320
|
/** ID of the device. */
|
|
143002
143321
|
device_id: string;
|
|
143003
143322
|
/** Type of the device. */
|
|
143004
|
-
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');
|
|
143323
|
+
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');
|
|
143005
143324
|
/** Unique identifier for the account associated with the device. */
|
|
143006
143325
|
connected_account_id: string;
|
|
143007
143326
|
/** Location information for the device. */
|
|
@@ -147404,7 +147723,7 @@ type Routes = {
|
|
|
147404
147723
|
/** ID of the device. */
|
|
147405
147724
|
device_id: string;
|
|
147406
147725
|
/** Type of the device. */
|
|
147407
|
-
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');
|
|
147726
|
+
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');
|
|
147408
147727
|
/** IDs of the spaces the device is in. */
|
|
147409
147728
|
space_ids: string[];
|
|
147410
147729
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -147992,10 +148311,12 @@ type Routes = {
|
|
|
147992
148311
|
/** Whether the KeyNest device has a photo. */
|
|
147993
148312
|
has_photo?: boolean | undefined;
|
|
147994
148313
|
} | undefined;
|
|
147995
|
-
/** Metadata for
|
|
148314
|
+
/** Metadata for an Ultraloq device. */
|
|
147996
148315
|
ultraloq_metadata?: {
|
|
147997
|
-
/** Device ID for
|
|
148316
|
+
/** Device ID for an Ultraloq device. */
|
|
147998
148317
|
device_id: string;
|
|
148318
|
+
/** Device name for an Ultraloq device. */
|
|
148319
|
+
device_name: string;
|
|
147999
148320
|
} | undefined;
|
|
148000
148321
|
}) & ({
|
|
148001
148322
|
/** */
|
|
@@ -148616,7 +148937,7 @@ type Routes = {
|
|
|
148616
148937
|
/** ID of the device. */
|
|
148617
148938
|
device_id: string;
|
|
148618
148939
|
/** Type of the device. */
|
|
148619
|
-
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');
|
|
148940
|
+
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');
|
|
148620
148941
|
/** IDs of the spaces the device is in. */
|
|
148621
148942
|
space_ids: string[];
|
|
148622
148943
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -149204,10 +149525,12 @@ type Routes = {
|
|
|
149204
149525
|
/** Whether the KeyNest device has a photo. */
|
|
149205
149526
|
has_photo?: boolean | undefined;
|
|
149206
149527
|
} | undefined;
|
|
149207
|
-
/** Metadata for
|
|
149528
|
+
/** Metadata for an Ultraloq device. */
|
|
149208
149529
|
ultraloq_metadata?: {
|
|
149209
|
-
/** Device ID for
|
|
149530
|
+
/** Device ID for an Ultraloq device. */
|
|
149210
149531
|
device_id: string;
|
|
149532
|
+
/** Device name for an Ultraloq device. */
|
|
149533
|
+
device_name: string;
|
|
149211
149534
|
} | undefined;
|
|
149212
149535
|
}) & ({
|
|
149213
149536
|
/** */
|
|
@@ -149840,9 +150163,9 @@ type Routes = {
|
|
|
149840
150163
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
149841
150164
|
connect_webview_id?: string | undefined;
|
|
149842
150165
|
/** Device type of the locks that you want to list. */
|
|
149843
|
-
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') | undefined;
|
|
150166
|
+
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') | undefined;
|
|
149844
150167
|
/** Device types of the locks that you want to list. */
|
|
149845
|
-
device_types?: ('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')[] | undefined;
|
|
150168
|
+
device_types?: ('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')[] | undefined;
|
|
149846
150169
|
/** Manufacturer of the locks that you want to list. */
|
|
149847
150170
|
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'kwikset2' | 'smartthings' | 'ultraloq') | undefined;
|
|
149848
150171
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -149877,7 +150200,7 @@ type Routes = {
|
|
|
149877
150200
|
/** ID of the device. */
|
|
149878
150201
|
device_id: string;
|
|
149879
150202
|
/** Type of the device. */
|
|
149880
|
-
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');
|
|
150203
|
+
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');
|
|
149881
150204
|
/** IDs of the spaces the device is in. */
|
|
149882
150205
|
space_ids: string[];
|
|
149883
150206
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -150465,10 +150788,12 @@ type Routes = {
|
|
|
150465
150788
|
/** Whether the KeyNest device has a photo. */
|
|
150466
150789
|
has_photo?: boolean | undefined;
|
|
150467
150790
|
} | undefined;
|
|
150468
|
-
/** Metadata for
|
|
150791
|
+
/** Metadata for an Ultraloq device. */
|
|
150469
150792
|
ultraloq_metadata?: {
|
|
150470
|
-
/** Device ID for
|
|
150793
|
+
/** Device ID for an Ultraloq device. */
|
|
150471
150794
|
device_id: string;
|
|
150795
|
+
/** Device name for an Ultraloq device. */
|
|
150796
|
+
device_name: string;
|
|
150472
150797
|
} | undefined;
|
|
150473
150798
|
}) & ({
|
|
150474
150799
|
/** */
|
|
@@ -151088,7 +151413,7 @@ type Routes = {
|
|
|
151088
151413
|
/** ID of the device. */
|
|
151089
151414
|
device_id: string;
|
|
151090
151415
|
/** Type of the device. */
|
|
151091
|
-
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');
|
|
151416
|
+
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');
|
|
151092
151417
|
/** IDs of the spaces the device is in. */
|
|
151093
151418
|
space_ids: string[];
|
|
151094
151419
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -151676,10 +152001,12 @@ type Routes = {
|
|
|
151676
152001
|
/** Whether the KeyNest device has a photo. */
|
|
151677
152002
|
has_photo?: boolean | undefined;
|
|
151678
152003
|
} | undefined;
|
|
151679
|
-
/** Metadata for
|
|
152004
|
+
/** Metadata for an Ultraloq device. */
|
|
151680
152005
|
ultraloq_metadata?: {
|
|
151681
|
-
/** Device ID for
|
|
152006
|
+
/** Device ID for an Ultraloq device. */
|
|
151682
152007
|
device_id: string;
|
|
152008
|
+
/** Device name for an Ultraloq device. */
|
|
152009
|
+
device_name: string;
|
|
151683
152010
|
} | undefined;
|
|
151684
152011
|
}) & ({
|
|
151685
152012
|
/** */
|
|
@@ -157387,7 +157714,7 @@ type Routes = {
|
|
|
157387
157714
|
/** ID of the device. */
|
|
157388
157715
|
device_id: string;
|
|
157389
157716
|
/** Type of the device. */
|
|
157390
|
-
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');
|
|
157717
|
+
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');
|
|
157391
157718
|
/** IDs of the spaces the device is in. */
|
|
157392
157719
|
space_ids: string[];
|
|
157393
157720
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -157975,10 +158302,12 @@ type Routes = {
|
|
|
157975
158302
|
/** Whether the KeyNest device has a photo. */
|
|
157976
158303
|
has_photo?: boolean | undefined;
|
|
157977
158304
|
} | undefined;
|
|
157978
|
-
/** Metadata for
|
|
158305
|
+
/** Metadata for an Ultraloq device. */
|
|
157979
158306
|
ultraloq_metadata?: {
|
|
157980
|
-
/** Device ID for
|
|
158307
|
+
/** Device ID for an Ultraloq device. */
|
|
157981
158308
|
device_id: string;
|
|
158309
|
+
/** Device name for an Ultraloq device. */
|
|
158310
|
+
device_name: string;
|
|
157982
158311
|
} | undefined;
|
|
157983
158312
|
}) & ({
|
|
157984
158313
|
/** */
|
|
@@ -158598,7 +158927,7 @@ type Routes = {
|
|
|
158598
158927
|
/** ID of the device. */
|
|
158599
158928
|
device_id: string;
|
|
158600
158929
|
/** Type of the device. */
|
|
158601
|
-
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');
|
|
158930
|
+
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');
|
|
158602
158931
|
/** IDs of the spaces the device is in. */
|
|
158603
158932
|
space_ids: string[];
|
|
158604
158933
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -159186,10 +159515,12 @@ type Routes = {
|
|
|
159186
159515
|
/** Whether the KeyNest device has a photo. */
|
|
159187
159516
|
has_photo?: boolean | undefined;
|
|
159188
159517
|
} | undefined;
|
|
159189
|
-
/** Metadata for
|
|
159518
|
+
/** Metadata for an Ultraloq device. */
|
|
159190
159519
|
ultraloq_metadata?: {
|
|
159191
|
-
/** Device ID for
|
|
159520
|
+
/** Device ID for an Ultraloq device. */
|
|
159192
159521
|
device_id: string;
|
|
159522
|
+
/** Device name for an Ultraloq device. */
|
|
159523
|
+
device_name: string;
|
|
159193
159524
|
} | undefined;
|
|
159194
159525
|
}) & ({
|
|
159195
159526
|
/** */
|
|
@@ -164495,6 +164826,58 @@ type Routes = {
|
|
|
164495
164826
|
formData: {};
|
|
164496
164827
|
jsonResponse: {};
|
|
164497
164828
|
};
|
|
164829
|
+
'/seam/customer/v1/connectors/create': {
|
|
164830
|
+
route: '/seam/customer/v1/connectors/create';
|
|
164831
|
+
method: 'POST';
|
|
164832
|
+
queryParams: {};
|
|
164833
|
+
jsonBody: {
|
|
164834
|
+
/** Type of connector to create */
|
|
164835
|
+
connector_type: 'mews' | 'mock';
|
|
164836
|
+
/** Key identifying the customer */
|
|
164837
|
+
customer_key: string;
|
|
164838
|
+
/** Instance-specific configuration for the connector */
|
|
164839
|
+
config: {
|
|
164840
|
+
client_token: string;
|
|
164841
|
+
access_token: string;
|
|
164842
|
+
client: string;
|
|
164843
|
+
enterprise_ids?: string[] | undefined;
|
|
164844
|
+
} | {};
|
|
164845
|
+
};
|
|
164846
|
+
commonParams: {};
|
|
164847
|
+
formData: {};
|
|
164848
|
+
jsonResponse: {
|
|
164849
|
+
connector: {
|
|
164850
|
+
connector_id: string;
|
|
164851
|
+
connector_type: string;
|
|
164852
|
+
status: 'active' | 'inactive' | 'error';
|
|
164853
|
+
webhook_subscription?: {
|
|
164854
|
+
subscription_id: string;
|
|
164855
|
+
webhook_url: string;
|
|
164856
|
+
events: string[];
|
|
164857
|
+
status: 'active' | 'inactive' | 'error';
|
|
164858
|
+
} | undefined;
|
|
164859
|
+
error?: string | undefined;
|
|
164860
|
+
};
|
|
164861
|
+
};
|
|
164862
|
+
};
|
|
164863
|
+
'/seam/customer/v1/connectors/sync': {
|
|
164864
|
+
route: '/seam/customer/v1/connectors/sync';
|
|
164865
|
+
method: 'POST';
|
|
164866
|
+
queryParams: {};
|
|
164867
|
+
jsonBody: {};
|
|
164868
|
+
commonParams: {
|
|
164869
|
+
/** ID of the connector to sync */
|
|
164870
|
+
connector_id: string;
|
|
164871
|
+
};
|
|
164872
|
+
formData: {};
|
|
164873
|
+
jsonResponse: {
|
|
164874
|
+
connector_sync: {
|
|
164875
|
+
connector_id: string;
|
|
164876
|
+
status: string;
|
|
164877
|
+
message: string;
|
|
164878
|
+
};
|
|
164879
|
+
};
|
|
164880
|
+
};
|
|
164498
164881
|
'/seam/customer/v1/events/list': {
|
|
164499
164882
|
route: '/seam/customer/v1/events/list';
|
|
164500
164883
|
method: 'GET' | 'POST';
|
|
@@ -166697,6 +167080,19 @@ type Routes = {
|
|
|
166697
167080
|
}[];
|
|
166698
167081
|
};
|
|
166699
167082
|
};
|
|
167083
|
+
'/seam/customer/v1/webhooks/connectors/[workspace_id]/[connector_id]': {
|
|
167084
|
+
route: '/seam/customer/v1/webhooks/connectors/[workspace_id]/[connector_id]';
|
|
167085
|
+
method: 'POST';
|
|
167086
|
+
queryParams: {};
|
|
167087
|
+
jsonBody: {};
|
|
167088
|
+
commonParams: {};
|
|
167089
|
+
formData: {};
|
|
167090
|
+
jsonResponse: {
|
|
167091
|
+
success: boolean;
|
|
167092
|
+
processed_events: number;
|
|
167093
|
+
error?: string | undefined;
|
|
167094
|
+
};
|
|
167095
|
+
};
|
|
166700
167096
|
'/seam/instant_key/v1/client_sessions/exchange_short_code': {
|
|
166701
167097
|
route: '/seam/instant_key/v1/client_sessions/exchange_short_code';
|
|
166702
167098
|
method: 'POST';
|
|
@@ -167472,7 +167868,7 @@ type Routes = {
|
|
|
167472
167868
|
/** ID of the device. */
|
|
167473
167869
|
device_id: string;
|
|
167474
167870
|
/** Type of the device. */
|
|
167475
|
-
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');
|
|
167871
|
+
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');
|
|
167476
167872
|
/** IDs of the spaces the device is in. */
|
|
167477
167873
|
space_ids: string[];
|
|
167478
167874
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -168060,10 +168456,12 @@ type Routes = {
|
|
|
168060
168456
|
/** Whether the KeyNest device has a photo. */
|
|
168061
168457
|
has_photo?: boolean | undefined;
|
|
168062
168458
|
} | undefined;
|
|
168063
|
-
/** Metadata for
|
|
168459
|
+
/** Metadata for an Ultraloq device. */
|
|
168064
168460
|
ultraloq_metadata?: {
|
|
168065
|
-
/** Device ID for
|
|
168461
|
+
/** Device ID for an Ultraloq device. */
|
|
168066
168462
|
device_id: string;
|
|
168463
|
+
/** Device name for an Ultraloq device. */
|
|
168464
|
+
device_name: string;
|
|
168067
168465
|
} | undefined;
|
|
168068
168466
|
}) & ({
|
|
168069
168467
|
/** */
|
|
@@ -173083,7 +173481,7 @@ type Routes = {
|
|
|
173083
173481
|
/** ID of the device. */
|
|
173084
173482
|
device_id: string;
|
|
173085
173483
|
/** Type of the device. */
|
|
173086
|
-
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');
|
|
173484
|
+
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');
|
|
173087
173485
|
/** IDs of the spaces the device is in. */
|
|
173088
173486
|
space_ids: string[];
|
|
173089
173487
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -173671,10 +174069,12 @@ type Routes = {
|
|
|
173671
174069
|
/** Whether the KeyNest device has a photo. */
|
|
173672
174070
|
has_photo?: boolean | undefined;
|
|
173673
174071
|
} | undefined;
|
|
173674
|
-
/** Metadata for
|
|
174072
|
+
/** Metadata for an Ultraloq device. */
|
|
173675
174073
|
ultraloq_metadata?: {
|
|
173676
|
-
/** Device ID for
|
|
174074
|
+
/** Device ID for an Ultraloq device. */
|
|
173677
174075
|
device_id: string;
|
|
174076
|
+
/** Device name for an Ultraloq device. */
|
|
174077
|
+
device_name: string;
|
|
173678
174078
|
} | undefined;
|
|
173679
174079
|
}) & ({
|
|
173680
174080
|
/** */
|
|
@@ -176876,7 +177276,7 @@ type Routes = {
|
|
|
176876
177276
|
/** ID of the device. */
|
|
176877
177277
|
device_id: string;
|
|
176878
177278
|
/** Type of the device. */
|
|
176879
|
-
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');
|
|
177279
|
+
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');
|
|
176880
177280
|
/** IDs of the spaces the device is in. */
|
|
176881
177281
|
space_ids: string[];
|
|
176882
177282
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -177464,10 +177864,12 @@ type Routes = {
|
|
|
177464
177864
|
/** Whether the KeyNest device has a photo. */
|
|
177465
177865
|
has_photo?: boolean | undefined;
|
|
177466
177866
|
} | undefined;
|
|
177467
|
-
/** Metadata for
|
|
177867
|
+
/** Metadata for an Ultraloq device. */
|
|
177468
177868
|
ultraloq_metadata?: {
|
|
177469
|
-
/** Device ID for
|
|
177869
|
+
/** Device ID for an Ultraloq device. */
|
|
177470
177870
|
device_id: string;
|
|
177871
|
+
/** Device name for an Ultraloq device. */
|
|
177872
|
+
device_name: string;
|
|
177471
177873
|
} | undefined;
|
|
177472
177874
|
}) & ({
|
|
177473
177875
|
/** */
|
|
@@ -178087,7 +178489,7 @@ type Routes = {
|
|
|
178087
178489
|
/** ID of the device. */
|
|
178088
178490
|
device_id: string;
|
|
178089
178491
|
/** Type of the device. */
|
|
178090
|
-
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');
|
|
178492
|
+
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');
|
|
178091
178493
|
/** IDs of the spaces the device is in. */
|
|
178092
178494
|
space_ids: string[];
|
|
178093
178495
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -178675,10 +179077,12 @@ type Routes = {
|
|
|
178675
179077
|
/** Whether the KeyNest device has a photo. */
|
|
178676
179078
|
has_photo?: boolean | undefined;
|
|
178677
179079
|
} | undefined;
|
|
178678
|
-
/** Metadata for
|
|
179080
|
+
/** Metadata for an Ultraloq device. */
|
|
178679
179081
|
ultraloq_metadata?: {
|
|
178680
|
-
/** Device ID for
|
|
179082
|
+
/** Device ID for an Ultraloq device. */
|
|
178681
179083
|
device_id: string;
|
|
179084
|
+
/** Device name for an Ultraloq device. */
|
|
179085
|
+
device_name: string;
|
|
178682
179086
|
} | undefined;
|
|
178683
179087
|
}) & ({
|
|
178684
179088
|
/** */
|
|
@@ -185241,7 +185645,7 @@ type Routes = {
|
|
|
185241
185645
|
/** ID of the device. */
|
|
185242
185646
|
device_id: string;
|
|
185243
185647
|
/** Type of the device. */
|
|
185244
|
-
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');
|
|
185648
|
+
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');
|
|
185245
185649
|
/** IDs of the spaces the device is in. */
|
|
185246
185650
|
space_ids: string[];
|
|
185247
185651
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -185829,10 +186233,12 @@ type Routes = {
|
|
|
185829
186233
|
/** Whether the KeyNest device has a photo. */
|
|
185830
186234
|
has_photo?: boolean | undefined;
|
|
185831
186235
|
} | undefined;
|
|
185832
|
-
/** Metadata for
|
|
186236
|
+
/** Metadata for an Ultraloq device. */
|
|
185833
186237
|
ultraloq_metadata?: {
|
|
185834
|
-
/** Device ID for
|
|
186238
|
+
/** Device ID for an Ultraloq device. */
|
|
185835
186239
|
device_id: string;
|
|
186240
|
+
/** Device name for an Ultraloq device. */
|
|
186241
|
+
device_name: string;
|
|
185836
186242
|
} | undefined;
|
|
185837
186243
|
}) & ({
|
|
185838
186244
|
/** */
|
|
@@ -186454,7 +186860,7 @@ type Routes = {
|
|
|
186454
186860
|
/** ID of the device. */
|
|
186455
186861
|
device_id: string;
|
|
186456
186862
|
/** Type of the device. */
|
|
186457
|
-
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');
|
|
186863
|
+
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');
|
|
186458
186864
|
/** IDs of the spaces the device is in. */
|
|
186459
186865
|
space_ids: string[];
|
|
186460
186866
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -187042,10 +187448,12 @@ type Routes = {
|
|
|
187042
187448
|
/** Whether the KeyNest device has a photo. */
|
|
187043
187449
|
has_photo?: boolean | undefined;
|
|
187044
187450
|
} | undefined;
|
|
187045
|
-
/** Metadata for
|
|
187451
|
+
/** Metadata for an Ultraloq device. */
|
|
187046
187452
|
ultraloq_metadata?: {
|
|
187047
|
-
/** Device ID for
|
|
187453
|
+
/** Device ID for an Ultraloq device. */
|
|
187048
187454
|
device_id: string;
|
|
187455
|
+
/** Device name for an Ultraloq device. */
|
|
187456
|
+
device_name: string;
|
|
187049
187457
|
} | undefined;
|
|
187050
187458
|
}) & ({
|
|
187051
187459
|
/** */
|
|
@@ -188574,7 +188982,7 @@ type Routes = {
|
|
|
188574
188982
|
/** ID of the device. */
|
|
188575
188983
|
device_id: string;
|
|
188576
188984
|
/** Type of the device. */
|
|
188577
|
-
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');
|
|
188985
|
+
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');
|
|
188578
188986
|
/** IDs of the spaces the device is in. */
|
|
188579
188987
|
space_ids: string[];
|
|
188580
188988
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -189162,10 +189570,12 @@ type Routes = {
|
|
|
189162
189570
|
/** Whether the KeyNest device has a photo. */
|
|
189163
189571
|
has_photo?: boolean | undefined;
|
|
189164
189572
|
} | undefined;
|
|
189165
|
-
/** Metadata for
|
|
189573
|
+
/** Metadata for an Ultraloq device. */
|
|
189166
189574
|
ultraloq_metadata?: {
|
|
189167
|
-
/** Device ID for
|
|
189575
|
+
/** Device ID for an Ultraloq device. */
|
|
189168
189576
|
device_id: string;
|
|
189577
|
+
/** Device name for an Ultraloq device. */
|
|
189578
|
+
device_name: string;
|
|
189169
189579
|
} | undefined;
|
|
189170
189580
|
}) & ({
|
|
189171
189581
|
/** */
|
|
@@ -192060,7 +192470,7 @@ type Routes = {
|
|
|
192060
192470
|
/** ID of the device. */
|
|
192061
192471
|
device_id: string;
|
|
192062
192472
|
/** Type of the device. */
|
|
192063
|
-
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');
|
|
192473
|
+
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');
|
|
192064
192474
|
/** Unique identifier for the account associated with the device. */
|
|
192065
192475
|
connected_account_id: string;
|
|
192066
192476
|
/** Location information for the device. */
|