@seamapi/types 1.252.1 → 1.253.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 +103 -75
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +451 -374
- package/lib/seam/connect/models/acs/acs-credential.d.ts +36 -36
- package/lib/seam/connect/models/acs/acs-system.d.ts +4 -4
- package/lib/seam/connect/models/devices/device-metadata.d.ts +13 -0
- package/lib/seam/connect/models/devices/device-metadata.js +3 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-type.d.ts +8 -1
- package/lib/seam/connect/models/devices/device-type.js +7 -0
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +22 -3
- package/lib/seam/connect/models/devices/phone.d.ts +14 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +16 -3
- package/lib/seam/connect/openapi.d.ts +93 -84
- package/lib/seam/connect/openapi.js +79 -62
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +280 -244
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +4 -0
- package/src/lib/seam/connect/models/devices/device-type.ts +17 -0
- package/src/lib/seam/connect/openapi.ts +79 -62
- package/src/lib/seam/connect/route-types.ts +430 -346
package/dist/connect.d.cts
CHANGED
|
@@ -473,6 +473,15 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
473
473
|
code?: string | null | undefined;
|
|
474
474
|
starts_at?: string | undefined;
|
|
475
475
|
ends_at?: string | undefined;
|
|
476
|
+
visionline_metadata?: {
|
|
477
|
+
card_function_type: "guest" | "staff";
|
|
478
|
+
joiner_acs_credential_ids?: string[] | undefined;
|
|
479
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
480
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
481
|
+
is_valid?: boolean | undefined;
|
|
482
|
+
card_id?: string | undefined;
|
|
483
|
+
credential_id?: string | undefined;
|
|
484
|
+
} | undefined;
|
|
476
485
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
477
486
|
external_type_display_name?: string | undefined;
|
|
478
487
|
acs_user_id?: string | undefined;
|
|
@@ -484,15 +493,6 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
484
493
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
485
494
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
486
495
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
487
|
-
visionline_metadata?: {
|
|
488
|
-
card_function_type: "guest" | "staff";
|
|
489
|
-
joiner_acs_credential_ids?: string[] | undefined;
|
|
490
|
-
guest_acs_entrance_ids?: string[] | undefined;
|
|
491
|
-
common_acs_entrance_ids?: string[] | undefined;
|
|
492
|
-
is_valid?: boolean | undefined;
|
|
493
|
-
card_id?: string | undefined;
|
|
494
|
-
credential_id?: string | undefined;
|
|
495
|
-
} | undefined;
|
|
496
496
|
}, {
|
|
497
497
|
created_at: string;
|
|
498
498
|
errors: {
|
|
@@ -512,6 +512,15 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
512
512
|
code?: string | null | undefined;
|
|
513
513
|
starts_at?: string | undefined;
|
|
514
514
|
ends_at?: string | undefined;
|
|
515
|
+
visionline_metadata?: {
|
|
516
|
+
card_function_type: "guest" | "staff";
|
|
517
|
+
joiner_acs_credential_ids?: string[] | undefined;
|
|
518
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
519
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
520
|
+
is_valid?: boolean | undefined;
|
|
521
|
+
card_id?: string | undefined;
|
|
522
|
+
credential_id?: string | undefined;
|
|
523
|
+
} | undefined;
|
|
515
524
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
516
525
|
external_type_display_name?: string | undefined;
|
|
517
526
|
acs_user_id?: string | undefined;
|
|
@@ -523,15 +532,6 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
523
532
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
524
533
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
525
534
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
526
|
-
visionline_metadata?: {
|
|
527
|
-
card_function_type: "guest" | "staff";
|
|
528
|
-
joiner_acs_credential_ids?: string[] | undefined;
|
|
529
|
-
guest_acs_entrance_ids?: string[] | undefined;
|
|
530
|
-
common_acs_entrance_ids?: string[] | undefined;
|
|
531
|
-
is_valid?: boolean | undefined;
|
|
532
|
-
card_id?: string | undefined;
|
|
533
|
-
credential_id?: string | undefined;
|
|
534
|
-
} | undefined;
|
|
535
535
|
}>;
|
|
536
536
|
declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
537
537
|
acs_credential_id: z.ZodString;
|
|
@@ -620,6 +620,15 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
620
620
|
code?: string | null | undefined;
|
|
621
621
|
starts_at?: string | undefined;
|
|
622
622
|
ends_at?: string | undefined;
|
|
623
|
+
visionline_metadata?: {
|
|
624
|
+
card_function_type: "guest" | "staff";
|
|
625
|
+
joiner_acs_credential_ids?: string[] | undefined;
|
|
626
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
627
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
628
|
+
is_valid?: boolean | undefined;
|
|
629
|
+
card_id?: string | undefined;
|
|
630
|
+
credential_id?: string | undefined;
|
|
631
|
+
} | undefined;
|
|
623
632
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
624
633
|
external_type_display_name?: string | undefined;
|
|
625
634
|
acs_user_id?: string | undefined;
|
|
@@ -631,15 +640,6 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
631
640
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
632
641
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
633
642
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
634
|
-
visionline_metadata?: {
|
|
635
|
-
card_function_type: "guest" | "staff";
|
|
636
|
-
joiner_acs_credential_ids?: string[] | undefined;
|
|
637
|
-
guest_acs_entrance_ids?: string[] | undefined;
|
|
638
|
-
common_acs_entrance_ids?: string[] | undefined;
|
|
639
|
-
is_valid?: boolean | undefined;
|
|
640
|
-
card_id?: string | undefined;
|
|
641
|
-
credential_id?: string | undefined;
|
|
642
|
-
} | undefined;
|
|
643
643
|
}, {
|
|
644
644
|
created_at: string;
|
|
645
645
|
errors: {
|
|
@@ -659,6 +659,15 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
659
659
|
code?: string | null | undefined;
|
|
660
660
|
starts_at?: string | undefined;
|
|
661
661
|
ends_at?: string | undefined;
|
|
662
|
+
visionline_metadata?: {
|
|
663
|
+
card_function_type: "guest" | "staff";
|
|
664
|
+
joiner_acs_credential_ids?: string[] | undefined;
|
|
665
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
666
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
667
|
+
is_valid?: boolean | undefined;
|
|
668
|
+
card_id?: string | undefined;
|
|
669
|
+
credential_id?: string | undefined;
|
|
670
|
+
} | undefined;
|
|
662
671
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
663
672
|
external_type_display_name?: string | undefined;
|
|
664
673
|
acs_user_id?: string | undefined;
|
|
@@ -670,15 +679,6 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
670
679
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
671
680
|
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
672
681
|
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
673
|
-
visionline_metadata?: {
|
|
674
|
-
card_function_type: "guest" | "staff";
|
|
675
|
-
joiner_acs_credential_ids?: string[] | undefined;
|
|
676
|
-
guest_acs_entrance_ids?: string[] | undefined;
|
|
677
|
-
common_acs_entrance_ids?: string[] | undefined;
|
|
678
|
-
is_valid?: boolean | undefined;
|
|
679
|
-
card_id?: string | undefined;
|
|
680
|
-
credential_id?: string | undefined;
|
|
681
|
-
} | undefined;
|
|
682
682
|
}>;
|
|
683
683
|
type AcsCredential = z.output<typeof acs_credential>;
|
|
684
684
|
|
|
@@ -934,13 +934,13 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
934
934
|
workspace_id: string;
|
|
935
935
|
acs_system_id: string;
|
|
936
936
|
connected_account_ids: string[];
|
|
937
|
-
external_type?: "assa_abloy_credential_service" | "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | undefined;
|
|
938
|
-
external_type_display_name?: string | undefined;
|
|
939
937
|
visionline_metadata?: {
|
|
940
938
|
mobile_access_uuid: string;
|
|
941
939
|
system_id: string;
|
|
942
940
|
lan_address: string;
|
|
943
941
|
} | undefined;
|
|
942
|
+
external_type?: "assa_abloy_credential_service" | "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | undefined;
|
|
943
|
+
external_type_display_name?: string | undefined;
|
|
944
944
|
can_automate_enrollment?: boolean | undefined;
|
|
945
945
|
can_create_acs_access_groups?: boolean | undefined;
|
|
946
946
|
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
@@ -981,13 +981,13 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
981
981
|
workspace_id: string;
|
|
982
982
|
acs_system_id: string;
|
|
983
983
|
connected_account_ids: string[];
|
|
984
|
-
external_type?: "assa_abloy_credential_service" | "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | undefined;
|
|
985
|
-
external_type_display_name?: string | undefined;
|
|
986
984
|
visionline_metadata?: {
|
|
987
985
|
mobile_access_uuid: string;
|
|
988
986
|
system_id: string;
|
|
989
987
|
lan_address: string;
|
|
990
988
|
} | undefined;
|
|
989
|
+
external_type?: "assa_abloy_credential_service" | "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | undefined;
|
|
990
|
+
external_type_display_name?: string | undefined;
|
|
991
991
|
can_automate_enrollment?: boolean | undefined;
|
|
992
992
|
can_create_acs_access_groups?: boolean | undefined;
|
|
993
993
|
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
@@ -3072,7 +3072,7 @@ declare const device_warning: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3072
3072
|
type DeviceWarning = z.infer<typeof device_warning>;
|
|
3073
3073
|
declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
3074
3074
|
device_id: z.ZodString;
|
|
3075
|
-
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"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
3075
|
+
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"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>, z.ZodEnum<["visionline_encoder"]>]>;
|
|
3076
3076
|
nickname: z.ZodOptional<z.ZodString>;
|
|
3077
3077
|
display_name: z.ZodString;
|
|
3078
3078
|
capabilities_supported: z.ZodArray<z.ZodEnum<["access_code", "lock", "noise_detection", "thermostat", "battery", "phone"]>, "many">;
|
|
@@ -3933,6 +3933,13 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3933
3933
|
serial_number: string;
|
|
3934
3934
|
keypad_id?: number | undefined;
|
|
3935
3935
|
}>>;
|
|
3936
|
+
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
3937
|
+
encoder_id: z.ZodString;
|
|
3938
|
+
}, "strip", z.ZodTypeAny, {
|
|
3939
|
+
encoder_id: string;
|
|
3940
|
+
}, {
|
|
3941
|
+
encoder_id: string;
|
|
3942
|
+
}>>;
|
|
3936
3943
|
}, "strip", z.ZodTypeAny, {
|
|
3937
3944
|
august_metadata?: {
|
|
3938
3945
|
lock_id: string;
|
|
@@ -4135,6 +4142,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4135
4142
|
serial_number: string;
|
|
4136
4143
|
keypad_id?: number | undefined;
|
|
4137
4144
|
} | undefined;
|
|
4145
|
+
visionline_metadata?: {
|
|
4146
|
+
encoder_id: string;
|
|
4147
|
+
} | undefined;
|
|
4138
4148
|
}, {
|
|
4139
4149
|
august_metadata?: {
|
|
4140
4150
|
lock_id: string;
|
|
@@ -4337,6 +4347,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4337
4347
|
serial_number: string;
|
|
4338
4348
|
keypad_id?: number | undefined;
|
|
4339
4349
|
} | undefined;
|
|
4350
|
+
visionline_metadata?: {
|
|
4351
|
+
encoder_id: string;
|
|
4352
|
+
} | undefined;
|
|
4340
4353
|
}>>, z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<{
|
|
4341
4354
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
4342
4355
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -4817,7 +4830,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4817
4830
|
custom_metadata: Record<string, string | boolean>;
|
|
4818
4831
|
display_name: string;
|
|
4819
4832
|
device_id: string;
|
|
4820
|
-
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") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat") | ("ios_phone" | "android_phone");
|
|
4833
|
+
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") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat") | ("ios_phone" | "android_phone") | "visionline_encoder";
|
|
4821
4834
|
capabilities_supported: ("phone" | "access_code" | "lock" | "noise_detection" | "thermostat" | "battery")[];
|
|
4822
4835
|
properties: {
|
|
4823
4836
|
name: string;
|
|
@@ -5066,6 +5079,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
5066
5079
|
serial_number: string;
|
|
5067
5080
|
keypad_id?: number | undefined;
|
|
5068
5081
|
} | undefined;
|
|
5082
|
+
visionline_metadata?: {
|
|
5083
|
+
encoder_id: string;
|
|
5084
|
+
} | undefined;
|
|
5069
5085
|
} & {
|
|
5070
5086
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
5071
5087
|
code_constraints?: ({
|
|
@@ -5197,7 +5213,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
5197
5213
|
custom_metadata: Record<string, string | boolean>;
|
|
5198
5214
|
display_name: string;
|
|
5199
5215
|
device_id: string;
|
|
5200
|
-
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") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat") | ("ios_phone" | "android_phone");
|
|
5216
|
+
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") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat") | ("ios_phone" | "android_phone") | "visionline_encoder";
|
|
5201
5217
|
capabilities_supported: ("phone" | "access_code" | "lock" | "noise_detection" | "thermostat" | "battery")[];
|
|
5202
5218
|
properties: {
|
|
5203
5219
|
name: string;
|
|
@@ -5446,6 +5462,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
5446
5462
|
serial_number: string;
|
|
5447
5463
|
keypad_id?: number | undefined;
|
|
5448
5464
|
} | undefined;
|
|
5465
|
+
visionline_metadata?: {
|
|
5466
|
+
encoder_id: string;
|
|
5467
|
+
} | undefined;
|
|
5449
5468
|
} & {
|
|
5450
5469
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
5451
5470
|
code_constraints?: ({
|
|
@@ -5657,7 +5676,7 @@ type DeviceProvider = z.infer<typeof device_provider>;
|
|
|
5657
5676
|
|
|
5658
5677
|
declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<Pick<z.objectUtil.extendShape<{
|
|
5659
5678
|
device_id: z.ZodString;
|
|
5660
|
-
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"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
5679
|
+
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"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>, z.ZodEnum<["visionline_encoder"]>]>;
|
|
5661
5680
|
nickname: z.ZodOptional<z.ZodString>;
|
|
5662
5681
|
display_name: z.ZodString;
|
|
5663
5682
|
capabilities_supported: z.ZodArray<z.ZodEnum<["access_code", "lock", "noise_detection", "thermostat", "battery", "phone"]>, "many">;
|
|
@@ -6518,6 +6537,13 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
|
|
|
6518
6537
|
serial_number: string;
|
|
6519
6538
|
keypad_id?: number | undefined;
|
|
6520
6539
|
}>>;
|
|
6540
|
+
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
6541
|
+
encoder_id: z.ZodString;
|
|
6542
|
+
}, "strip", z.ZodTypeAny, {
|
|
6543
|
+
encoder_id: string;
|
|
6544
|
+
}, {
|
|
6545
|
+
encoder_id: string;
|
|
6546
|
+
}>>;
|
|
6521
6547
|
}, "strip", z.ZodTypeAny, {
|
|
6522
6548
|
august_metadata?: {
|
|
6523
6549
|
lock_id: string;
|
|
@@ -6720,6 +6746,9 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
|
|
|
6720
6746
|
serial_number: string;
|
|
6721
6747
|
keypad_id?: number | undefined;
|
|
6722
6748
|
} | undefined;
|
|
6749
|
+
visionline_metadata?: {
|
|
6750
|
+
encoder_id: string;
|
|
6751
|
+
} | undefined;
|
|
6723
6752
|
}, {
|
|
6724
6753
|
august_metadata?: {
|
|
6725
6754
|
lock_id: string;
|
|
@@ -6922,6 +6951,9 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
|
|
|
6922
6951
|
serial_number: string;
|
|
6923
6952
|
keypad_id?: number | undefined;
|
|
6924
6953
|
} | undefined;
|
|
6954
|
+
visionline_metadata?: {
|
|
6955
|
+
encoder_id: string;
|
|
6956
|
+
} | undefined;
|
|
6925
6957
|
}>>, z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<{
|
|
6926
6958
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6927
6959
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -7549,7 +7581,7 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
|
|
|
7549
7581
|
warning_code: string;
|
|
7550
7582
|
}[];
|
|
7551
7583
|
device_id: string;
|
|
7552
|
-
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") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat") | ("ios_phone" | "android_phone");
|
|
7584
|
+
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") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat") | ("ios_phone" | "android_phone") | "visionline_encoder";
|
|
7553
7585
|
capabilities_supported: ("phone" | "access_code" | "lock" | "noise_detection" | "thermostat" | "battery")[];
|
|
7554
7586
|
properties: {
|
|
7555
7587
|
name: string;
|
|
@@ -7614,7 +7646,7 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
|
|
|
7614
7646
|
warning_code: string;
|
|
7615
7647
|
}[];
|
|
7616
7648
|
device_id: string;
|
|
7617
|
-
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") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat") | ("ios_phone" | "android_phone");
|
|
7649
|
+
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") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat") | ("ios_phone" | "android_phone") | "visionline_encoder";
|
|
7618
7650
|
capabilities_supported: ("phone" | "access_code" | "lock" | "noise_detection" | "thermostat" | "battery")[];
|
|
7619
7651
|
properties: {
|
|
7620
7652
|
name: string;
|
|
@@ -11795,6 +11827,15 @@ declare const _default: {
|
|
|
11795
11827
|
required: string[];
|
|
11796
11828
|
type: string;
|
|
11797
11829
|
};
|
|
11830
|
+
visionline_metadata: {
|
|
11831
|
+
properties: {
|
|
11832
|
+
encoder_id: {
|
|
11833
|
+
type: string;
|
|
11834
|
+
};
|
|
11835
|
+
};
|
|
11836
|
+
required: string[];
|
|
11837
|
+
type: string;
|
|
11838
|
+
};
|
|
11798
11839
|
wyze_metadata: {
|
|
11799
11840
|
properties: {
|
|
11800
11841
|
device_id: {
|
|
@@ -16540,90 +16581,6 @@ declare const _default: {
|
|
|
16540
16581
|
'x-fern-sdk-return-value': string;
|
|
16541
16582
|
};
|
|
16542
16583
|
};
|
|
16543
|
-
'/acs/credentials/read_card': {
|
|
16544
|
-
post: {
|
|
16545
|
-
operationId: string;
|
|
16546
|
-
requestBody: {
|
|
16547
|
-
content: {
|
|
16548
|
-
'application/json': {
|
|
16549
|
-
schema: {
|
|
16550
|
-
oneOf: ({
|
|
16551
|
-
properties: {
|
|
16552
|
-
acs_system_id: {
|
|
16553
|
-
format: string;
|
|
16554
|
-
type: string;
|
|
16555
|
-
};
|
|
16556
|
-
device_name: {
|
|
16557
|
-
type: string;
|
|
16558
|
-
};
|
|
16559
|
-
device_id?: never;
|
|
16560
|
-
};
|
|
16561
|
-
required: string[];
|
|
16562
|
-
type: string;
|
|
16563
|
-
} | {
|
|
16564
|
-
properties: {
|
|
16565
|
-
device_id: {
|
|
16566
|
-
format: string;
|
|
16567
|
-
type: string;
|
|
16568
|
-
};
|
|
16569
|
-
acs_system_id?: never;
|
|
16570
|
-
device_name?: never;
|
|
16571
|
-
};
|
|
16572
|
-
required: string[];
|
|
16573
|
-
type: string;
|
|
16574
|
-
})[];
|
|
16575
|
-
};
|
|
16576
|
-
};
|
|
16577
|
-
};
|
|
16578
|
-
};
|
|
16579
|
-
responses: {
|
|
16580
|
-
200: {
|
|
16581
|
-
content: {
|
|
16582
|
-
'application/json': {
|
|
16583
|
-
schema: {
|
|
16584
|
-
properties: {
|
|
16585
|
-
action_attempt: {
|
|
16586
|
-
$ref: string;
|
|
16587
|
-
};
|
|
16588
|
-
ok: {
|
|
16589
|
-
type: string;
|
|
16590
|
-
};
|
|
16591
|
-
};
|
|
16592
|
-
required: string[];
|
|
16593
|
-
type: string;
|
|
16594
|
-
};
|
|
16595
|
-
};
|
|
16596
|
-
};
|
|
16597
|
-
description: string;
|
|
16598
|
-
};
|
|
16599
|
-
400: {
|
|
16600
|
-
description: string;
|
|
16601
|
-
};
|
|
16602
|
-
401: {
|
|
16603
|
-
description: string;
|
|
16604
|
-
};
|
|
16605
|
-
};
|
|
16606
|
-
security: ({
|
|
16607
|
-
pat_with_workspace: never[];
|
|
16608
|
-
console_session?: never;
|
|
16609
|
-
api_key?: never;
|
|
16610
|
-
} | {
|
|
16611
|
-
console_session: never[];
|
|
16612
|
-
pat_with_workspace?: never;
|
|
16613
|
-
api_key?: never;
|
|
16614
|
-
} | {
|
|
16615
|
-
api_key: never[];
|
|
16616
|
-
pat_with_workspace?: never;
|
|
16617
|
-
console_session?: never;
|
|
16618
|
-
})[];
|
|
16619
|
-
summary: string;
|
|
16620
|
-
tags: string[];
|
|
16621
|
-
'x-fern-sdk-group-name': string[];
|
|
16622
|
-
'x-fern-sdk-method-name': string;
|
|
16623
|
-
'x-fern-sdk-return-value': string;
|
|
16624
|
-
'x-undocumented': string;
|
|
16625
|
-
};
|
|
16626
|
-
};
|
|
16627
16584
|
'/acs/credentials/unassign': {
|
|
16628
16585
|
patch: {
|
|
16629
16586
|
operationId: string;
|
|
@@ -17379,6 +17336,90 @@ declare const _default: {
|
|
|
17379
17336
|
'x-fern-sdk-method-name': string;
|
|
17380
17337
|
};
|
|
17381
17338
|
};
|
|
17339
|
+
'/acs/encoders/read_card': {
|
|
17340
|
+
post: {
|
|
17341
|
+
operationId: string;
|
|
17342
|
+
requestBody: {
|
|
17343
|
+
content: {
|
|
17344
|
+
'application/json': {
|
|
17345
|
+
schema: {
|
|
17346
|
+
oneOf: ({
|
|
17347
|
+
properties: {
|
|
17348
|
+
acs_system_id: {
|
|
17349
|
+
format: string;
|
|
17350
|
+
type: string;
|
|
17351
|
+
};
|
|
17352
|
+
device_name: {
|
|
17353
|
+
type: string;
|
|
17354
|
+
};
|
|
17355
|
+
device_id?: never;
|
|
17356
|
+
};
|
|
17357
|
+
required: string[];
|
|
17358
|
+
type: string;
|
|
17359
|
+
} | {
|
|
17360
|
+
properties: {
|
|
17361
|
+
device_id: {
|
|
17362
|
+
format: string;
|
|
17363
|
+
type: string;
|
|
17364
|
+
};
|
|
17365
|
+
acs_system_id?: never;
|
|
17366
|
+
device_name?: never;
|
|
17367
|
+
};
|
|
17368
|
+
required: string[];
|
|
17369
|
+
type: string;
|
|
17370
|
+
})[];
|
|
17371
|
+
};
|
|
17372
|
+
};
|
|
17373
|
+
};
|
|
17374
|
+
};
|
|
17375
|
+
responses: {
|
|
17376
|
+
200: {
|
|
17377
|
+
content: {
|
|
17378
|
+
'application/json': {
|
|
17379
|
+
schema: {
|
|
17380
|
+
properties: {
|
|
17381
|
+
action_attempt: {
|
|
17382
|
+
$ref: string;
|
|
17383
|
+
};
|
|
17384
|
+
ok: {
|
|
17385
|
+
type: string;
|
|
17386
|
+
};
|
|
17387
|
+
};
|
|
17388
|
+
required: string[];
|
|
17389
|
+
type: string;
|
|
17390
|
+
};
|
|
17391
|
+
};
|
|
17392
|
+
};
|
|
17393
|
+
description: string;
|
|
17394
|
+
};
|
|
17395
|
+
400: {
|
|
17396
|
+
description: string;
|
|
17397
|
+
};
|
|
17398
|
+
401: {
|
|
17399
|
+
description: string;
|
|
17400
|
+
};
|
|
17401
|
+
};
|
|
17402
|
+
security: ({
|
|
17403
|
+
pat_with_workspace: never[];
|
|
17404
|
+
console_session?: never;
|
|
17405
|
+
api_key?: never;
|
|
17406
|
+
} | {
|
|
17407
|
+
console_session: never[];
|
|
17408
|
+
pat_with_workspace?: never;
|
|
17409
|
+
api_key?: never;
|
|
17410
|
+
} | {
|
|
17411
|
+
api_key: never[];
|
|
17412
|
+
pat_with_workspace?: never;
|
|
17413
|
+
console_session?: never;
|
|
17414
|
+
})[];
|
|
17415
|
+
summary: string;
|
|
17416
|
+
tags: string[];
|
|
17417
|
+
'x-fern-sdk-group-name': string[];
|
|
17418
|
+
'x-fern-sdk-method-name': string;
|
|
17419
|
+
'x-fern-sdk-return-value': string;
|
|
17420
|
+
'x-undocumented': string;
|
|
17421
|
+
};
|
|
17422
|
+
};
|
|
17382
17423
|
'/acs/entrances/get': {
|
|
17383
17424
|
post: {
|
|
17384
17425
|
operationId: string;
|
|
@@ -30599,8 +30640,226 @@ interface Routes {
|
|
|
30599
30640
|
}>;
|
|
30600
30641
|
};
|
|
30601
30642
|
};
|
|
30602
|
-
'/acs/credentials/
|
|
30603
|
-
route: '/acs/credentials/
|
|
30643
|
+
'/acs/credentials/unassign': {
|
|
30644
|
+
route: '/acs/credentials/unassign';
|
|
30645
|
+
method: 'PATCH' | 'POST';
|
|
30646
|
+
queryParams: {};
|
|
30647
|
+
jsonBody: {
|
|
30648
|
+
acs_user_id: string;
|
|
30649
|
+
acs_credential_id: string;
|
|
30650
|
+
};
|
|
30651
|
+
commonParams: {};
|
|
30652
|
+
formData: {};
|
|
30653
|
+
jsonResponse: {
|
|
30654
|
+
acs_credential: {
|
|
30655
|
+
acs_credential_id: string;
|
|
30656
|
+
acs_user_id?: string | undefined;
|
|
30657
|
+
acs_credential_pool_id?: string | undefined;
|
|
30658
|
+
acs_system_id: string;
|
|
30659
|
+
parent_acs_credential_id?: string | undefined;
|
|
30660
|
+
display_name: string;
|
|
30661
|
+
code?: (string | undefined) | null;
|
|
30662
|
+
card_number?: (string | undefined) | null;
|
|
30663
|
+
is_encoded?: boolean | undefined;
|
|
30664
|
+
encoded_at?: (string | undefined) | null;
|
|
30665
|
+
access_method: 'code' | 'card' | 'mobile_key';
|
|
30666
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
30667
|
+
external_type_display_name?: string | undefined;
|
|
30668
|
+
created_at: string;
|
|
30669
|
+
workspace_id: string;
|
|
30670
|
+
starts_at?: string | undefined;
|
|
30671
|
+
ends_at?: string | undefined;
|
|
30672
|
+
errors: Array<{
|
|
30673
|
+
error_code: string;
|
|
30674
|
+
message: string;
|
|
30675
|
+
}>;
|
|
30676
|
+
warnings: Array<{
|
|
30677
|
+
warning_code: string;
|
|
30678
|
+
message: string;
|
|
30679
|
+
}>;
|
|
30680
|
+
is_multi_phone_sync_credential?: boolean | undefined;
|
|
30681
|
+
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
30682
|
+
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
30683
|
+
visionline_metadata?: {
|
|
30684
|
+
card_function_type: 'guest' | 'staff';
|
|
30685
|
+
joiner_acs_credential_ids?: string[] | undefined;
|
|
30686
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
30687
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
30688
|
+
is_valid?: boolean | undefined;
|
|
30689
|
+
card_id?: string | undefined;
|
|
30690
|
+
credential_id?: string | undefined;
|
|
30691
|
+
} | undefined;
|
|
30692
|
+
is_managed: true;
|
|
30693
|
+
};
|
|
30694
|
+
};
|
|
30695
|
+
};
|
|
30696
|
+
'/acs/credentials/unmanaged/get': {
|
|
30697
|
+
route: '/acs/credentials/unmanaged/get';
|
|
30698
|
+
method: 'GET' | 'POST';
|
|
30699
|
+
queryParams: {};
|
|
30700
|
+
jsonBody: {};
|
|
30701
|
+
commonParams: {
|
|
30702
|
+
acs_credential_id: string;
|
|
30703
|
+
};
|
|
30704
|
+
formData: {};
|
|
30705
|
+
jsonResponse: {
|
|
30706
|
+
acs_credential: {
|
|
30707
|
+
acs_credential_id: string;
|
|
30708
|
+
acs_user_id?: string | undefined;
|
|
30709
|
+
acs_credential_pool_id?: string | undefined;
|
|
30710
|
+
acs_system_id: string;
|
|
30711
|
+
parent_acs_credential_id?: string | undefined;
|
|
30712
|
+
display_name: string;
|
|
30713
|
+
code?: (string | undefined) | null;
|
|
30714
|
+
card_number?: (string | undefined) | null;
|
|
30715
|
+
is_encoded?: boolean | undefined;
|
|
30716
|
+
encoded_at?: (string | undefined) | null;
|
|
30717
|
+
access_method: 'code' | 'card' | 'mobile_key';
|
|
30718
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
30719
|
+
external_type_display_name?: string | undefined;
|
|
30720
|
+
created_at: string;
|
|
30721
|
+
workspace_id: string;
|
|
30722
|
+
starts_at?: string | undefined;
|
|
30723
|
+
ends_at?: string | undefined;
|
|
30724
|
+
errors: Array<{
|
|
30725
|
+
error_code: string;
|
|
30726
|
+
message: string;
|
|
30727
|
+
}>;
|
|
30728
|
+
warnings: Array<{
|
|
30729
|
+
warning_code: string;
|
|
30730
|
+
message: string;
|
|
30731
|
+
}>;
|
|
30732
|
+
is_multi_phone_sync_credential?: boolean | undefined;
|
|
30733
|
+
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
30734
|
+
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
30735
|
+
visionline_metadata?: {
|
|
30736
|
+
card_function_type: 'guest' | 'staff';
|
|
30737
|
+
joiner_acs_credential_ids?: string[] | undefined;
|
|
30738
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
30739
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
30740
|
+
is_valid?: boolean | undefined;
|
|
30741
|
+
card_id?: string | undefined;
|
|
30742
|
+
credential_id?: string | undefined;
|
|
30743
|
+
} | undefined;
|
|
30744
|
+
is_managed: false;
|
|
30745
|
+
};
|
|
30746
|
+
};
|
|
30747
|
+
};
|
|
30748
|
+
'/acs/credentials/unmanaged/list': {
|
|
30749
|
+
route: '/acs/credentials/unmanaged/list';
|
|
30750
|
+
method: 'GET' | 'POST';
|
|
30751
|
+
queryParams: {};
|
|
30752
|
+
jsonBody: {};
|
|
30753
|
+
commonParams: {
|
|
30754
|
+
acs_user_id: string;
|
|
30755
|
+
} | {
|
|
30756
|
+
acs_system_id: string;
|
|
30757
|
+
} | {
|
|
30758
|
+
acs_user_id: string;
|
|
30759
|
+
acs_system_id: string;
|
|
30760
|
+
} | {
|
|
30761
|
+
user_identity_id: string;
|
|
30762
|
+
};
|
|
30763
|
+
formData: {};
|
|
30764
|
+
jsonResponse: {
|
|
30765
|
+
acs_credentials: Array<{
|
|
30766
|
+
acs_credential_id: string;
|
|
30767
|
+
acs_user_id?: string | undefined;
|
|
30768
|
+
acs_credential_pool_id?: string | undefined;
|
|
30769
|
+
acs_system_id: string;
|
|
30770
|
+
parent_acs_credential_id?: string | undefined;
|
|
30771
|
+
display_name: string;
|
|
30772
|
+
code?: (string | undefined) | null;
|
|
30773
|
+
card_number?: (string | undefined) | null;
|
|
30774
|
+
is_encoded?: boolean | undefined;
|
|
30775
|
+
encoded_at?: (string | undefined) | null;
|
|
30776
|
+
access_method: 'code' | 'card' | 'mobile_key';
|
|
30777
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
30778
|
+
external_type_display_name?: string | undefined;
|
|
30779
|
+
created_at: string;
|
|
30780
|
+
workspace_id: string;
|
|
30781
|
+
starts_at?: string | undefined;
|
|
30782
|
+
ends_at?: string | undefined;
|
|
30783
|
+
errors: Array<{
|
|
30784
|
+
error_code: string;
|
|
30785
|
+
message: string;
|
|
30786
|
+
}>;
|
|
30787
|
+
warnings: Array<{
|
|
30788
|
+
warning_code: string;
|
|
30789
|
+
message: string;
|
|
30790
|
+
}>;
|
|
30791
|
+
is_multi_phone_sync_credential?: boolean | undefined;
|
|
30792
|
+
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
30793
|
+
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
30794
|
+
visionline_metadata?: {
|
|
30795
|
+
card_function_type: 'guest' | 'staff';
|
|
30796
|
+
joiner_acs_credential_ids?: string[] | undefined;
|
|
30797
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
30798
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
30799
|
+
is_valid?: boolean | undefined;
|
|
30800
|
+
card_id?: string | undefined;
|
|
30801
|
+
credential_id?: string | undefined;
|
|
30802
|
+
} | undefined;
|
|
30803
|
+
is_managed: false;
|
|
30804
|
+
}>;
|
|
30805
|
+
};
|
|
30806
|
+
};
|
|
30807
|
+
'/acs/credentials/update': {
|
|
30808
|
+
route: '/acs/credentials/update';
|
|
30809
|
+
method: 'PATCH' | 'POST';
|
|
30810
|
+
queryParams: {};
|
|
30811
|
+
jsonBody: {
|
|
30812
|
+
acs_credential_id: string;
|
|
30813
|
+
code?: string | undefined;
|
|
30814
|
+
ends_at?: string | undefined;
|
|
30815
|
+
};
|
|
30816
|
+
commonParams: {};
|
|
30817
|
+
formData: {};
|
|
30818
|
+
jsonResponse: {
|
|
30819
|
+
acs_credential: {
|
|
30820
|
+
acs_credential_id: string;
|
|
30821
|
+
acs_user_id?: string | undefined;
|
|
30822
|
+
acs_credential_pool_id?: string | undefined;
|
|
30823
|
+
acs_system_id: string;
|
|
30824
|
+
parent_acs_credential_id?: string | undefined;
|
|
30825
|
+
display_name: string;
|
|
30826
|
+
code?: (string | undefined) | null;
|
|
30827
|
+
card_number?: (string | undefined) | null;
|
|
30828
|
+
is_encoded?: boolean | undefined;
|
|
30829
|
+
encoded_at?: (string | undefined) | null;
|
|
30830
|
+
access_method: 'code' | 'card' | 'mobile_key';
|
|
30831
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
30832
|
+
external_type_display_name?: string | undefined;
|
|
30833
|
+
created_at: string;
|
|
30834
|
+
workspace_id: string;
|
|
30835
|
+
starts_at?: string | undefined;
|
|
30836
|
+
ends_at?: string | undefined;
|
|
30837
|
+
errors: Array<{
|
|
30838
|
+
error_code: string;
|
|
30839
|
+
message: string;
|
|
30840
|
+
}>;
|
|
30841
|
+
warnings: Array<{
|
|
30842
|
+
warning_code: string;
|
|
30843
|
+
message: string;
|
|
30844
|
+
}>;
|
|
30845
|
+
is_multi_phone_sync_credential?: boolean | undefined;
|
|
30846
|
+
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
30847
|
+
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
30848
|
+
visionline_metadata?: {
|
|
30849
|
+
card_function_type: 'guest' | 'staff';
|
|
30850
|
+
joiner_acs_credential_ids?: string[] | undefined;
|
|
30851
|
+
guest_acs_entrance_ids?: string[] | undefined;
|
|
30852
|
+
common_acs_entrance_ids?: string[] | undefined;
|
|
30853
|
+
is_valid?: boolean | undefined;
|
|
30854
|
+
card_id?: string | undefined;
|
|
30855
|
+
credential_id?: string | undefined;
|
|
30856
|
+
} | undefined;
|
|
30857
|
+
is_managed: true;
|
|
30858
|
+
};
|
|
30859
|
+
};
|
|
30860
|
+
};
|
|
30861
|
+
'/acs/encoders/read_card': {
|
|
30862
|
+
route: '/acs/encoders/read_card';
|
|
30604
30863
|
method: 'POST';
|
|
30605
30864
|
queryParams: {};
|
|
30606
30865
|
jsonBody: {};
|
|
@@ -31028,224 +31287,6 @@ interface Routes {
|
|
|
31028
31287
|
};
|
|
31029
31288
|
};
|
|
31030
31289
|
};
|
|
31031
|
-
'/acs/credentials/unassign': {
|
|
31032
|
-
route: '/acs/credentials/unassign';
|
|
31033
|
-
method: 'PATCH' | 'POST';
|
|
31034
|
-
queryParams: {};
|
|
31035
|
-
jsonBody: {
|
|
31036
|
-
acs_user_id: string;
|
|
31037
|
-
acs_credential_id: string;
|
|
31038
|
-
};
|
|
31039
|
-
commonParams: {};
|
|
31040
|
-
formData: {};
|
|
31041
|
-
jsonResponse: {
|
|
31042
|
-
acs_credential: {
|
|
31043
|
-
acs_credential_id: string;
|
|
31044
|
-
acs_user_id?: string | undefined;
|
|
31045
|
-
acs_credential_pool_id?: string | undefined;
|
|
31046
|
-
acs_system_id: string;
|
|
31047
|
-
parent_acs_credential_id?: string | undefined;
|
|
31048
|
-
display_name: string;
|
|
31049
|
-
code?: (string | undefined) | null;
|
|
31050
|
-
card_number?: (string | undefined) | null;
|
|
31051
|
-
is_encoded?: boolean | undefined;
|
|
31052
|
-
encoded_at?: (string | undefined) | null;
|
|
31053
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
31054
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31055
|
-
external_type_display_name?: string | undefined;
|
|
31056
|
-
created_at: string;
|
|
31057
|
-
workspace_id: string;
|
|
31058
|
-
starts_at?: string | undefined;
|
|
31059
|
-
ends_at?: string | undefined;
|
|
31060
|
-
errors: Array<{
|
|
31061
|
-
error_code: string;
|
|
31062
|
-
message: string;
|
|
31063
|
-
}>;
|
|
31064
|
-
warnings: Array<{
|
|
31065
|
-
warning_code: string;
|
|
31066
|
-
message: string;
|
|
31067
|
-
}>;
|
|
31068
|
-
is_multi_phone_sync_credential?: boolean | undefined;
|
|
31069
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
31070
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
31071
|
-
visionline_metadata?: {
|
|
31072
|
-
card_function_type: 'guest' | 'staff';
|
|
31073
|
-
joiner_acs_credential_ids?: string[] | undefined;
|
|
31074
|
-
guest_acs_entrance_ids?: string[] | undefined;
|
|
31075
|
-
common_acs_entrance_ids?: string[] | undefined;
|
|
31076
|
-
is_valid?: boolean | undefined;
|
|
31077
|
-
card_id?: string | undefined;
|
|
31078
|
-
credential_id?: string | undefined;
|
|
31079
|
-
} | undefined;
|
|
31080
|
-
is_managed: true;
|
|
31081
|
-
};
|
|
31082
|
-
};
|
|
31083
|
-
};
|
|
31084
|
-
'/acs/credentials/unmanaged/get': {
|
|
31085
|
-
route: '/acs/credentials/unmanaged/get';
|
|
31086
|
-
method: 'GET' | 'POST';
|
|
31087
|
-
queryParams: {};
|
|
31088
|
-
jsonBody: {};
|
|
31089
|
-
commonParams: {
|
|
31090
|
-
acs_credential_id: string;
|
|
31091
|
-
};
|
|
31092
|
-
formData: {};
|
|
31093
|
-
jsonResponse: {
|
|
31094
|
-
acs_credential: {
|
|
31095
|
-
acs_credential_id: string;
|
|
31096
|
-
acs_user_id?: string | undefined;
|
|
31097
|
-
acs_credential_pool_id?: string | undefined;
|
|
31098
|
-
acs_system_id: string;
|
|
31099
|
-
parent_acs_credential_id?: string | undefined;
|
|
31100
|
-
display_name: string;
|
|
31101
|
-
code?: (string | undefined) | null;
|
|
31102
|
-
card_number?: (string | undefined) | null;
|
|
31103
|
-
is_encoded?: boolean | undefined;
|
|
31104
|
-
encoded_at?: (string | undefined) | null;
|
|
31105
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
31106
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31107
|
-
external_type_display_name?: string | undefined;
|
|
31108
|
-
created_at: string;
|
|
31109
|
-
workspace_id: string;
|
|
31110
|
-
starts_at?: string | undefined;
|
|
31111
|
-
ends_at?: string | undefined;
|
|
31112
|
-
errors: Array<{
|
|
31113
|
-
error_code: string;
|
|
31114
|
-
message: string;
|
|
31115
|
-
}>;
|
|
31116
|
-
warnings: Array<{
|
|
31117
|
-
warning_code: string;
|
|
31118
|
-
message: string;
|
|
31119
|
-
}>;
|
|
31120
|
-
is_multi_phone_sync_credential?: boolean | undefined;
|
|
31121
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
31122
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
31123
|
-
visionline_metadata?: {
|
|
31124
|
-
card_function_type: 'guest' | 'staff';
|
|
31125
|
-
joiner_acs_credential_ids?: string[] | undefined;
|
|
31126
|
-
guest_acs_entrance_ids?: string[] | undefined;
|
|
31127
|
-
common_acs_entrance_ids?: string[] | undefined;
|
|
31128
|
-
is_valid?: boolean | undefined;
|
|
31129
|
-
card_id?: string | undefined;
|
|
31130
|
-
credential_id?: string | undefined;
|
|
31131
|
-
} | undefined;
|
|
31132
|
-
is_managed: false;
|
|
31133
|
-
};
|
|
31134
|
-
};
|
|
31135
|
-
};
|
|
31136
|
-
'/acs/credentials/unmanaged/list': {
|
|
31137
|
-
route: '/acs/credentials/unmanaged/list';
|
|
31138
|
-
method: 'GET' | 'POST';
|
|
31139
|
-
queryParams: {};
|
|
31140
|
-
jsonBody: {};
|
|
31141
|
-
commonParams: {
|
|
31142
|
-
acs_user_id: string;
|
|
31143
|
-
} | {
|
|
31144
|
-
acs_system_id: string;
|
|
31145
|
-
} | {
|
|
31146
|
-
acs_user_id: string;
|
|
31147
|
-
acs_system_id: string;
|
|
31148
|
-
} | {
|
|
31149
|
-
user_identity_id: string;
|
|
31150
|
-
};
|
|
31151
|
-
formData: {};
|
|
31152
|
-
jsonResponse: {
|
|
31153
|
-
acs_credentials: Array<{
|
|
31154
|
-
acs_credential_id: string;
|
|
31155
|
-
acs_user_id?: string | undefined;
|
|
31156
|
-
acs_credential_pool_id?: string | undefined;
|
|
31157
|
-
acs_system_id: string;
|
|
31158
|
-
parent_acs_credential_id?: string | undefined;
|
|
31159
|
-
display_name: string;
|
|
31160
|
-
code?: (string | undefined) | null;
|
|
31161
|
-
card_number?: (string | undefined) | null;
|
|
31162
|
-
is_encoded?: boolean | undefined;
|
|
31163
|
-
encoded_at?: (string | undefined) | null;
|
|
31164
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
31165
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31166
|
-
external_type_display_name?: string | undefined;
|
|
31167
|
-
created_at: string;
|
|
31168
|
-
workspace_id: string;
|
|
31169
|
-
starts_at?: string | undefined;
|
|
31170
|
-
ends_at?: string | undefined;
|
|
31171
|
-
errors: Array<{
|
|
31172
|
-
error_code: string;
|
|
31173
|
-
message: string;
|
|
31174
|
-
}>;
|
|
31175
|
-
warnings: Array<{
|
|
31176
|
-
warning_code: string;
|
|
31177
|
-
message: string;
|
|
31178
|
-
}>;
|
|
31179
|
-
is_multi_phone_sync_credential?: boolean | undefined;
|
|
31180
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
31181
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
31182
|
-
visionline_metadata?: {
|
|
31183
|
-
card_function_type: 'guest' | 'staff';
|
|
31184
|
-
joiner_acs_credential_ids?: string[] | undefined;
|
|
31185
|
-
guest_acs_entrance_ids?: string[] | undefined;
|
|
31186
|
-
common_acs_entrance_ids?: string[] | undefined;
|
|
31187
|
-
is_valid?: boolean | undefined;
|
|
31188
|
-
card_id?: string | undefined;
|
|
31189
|
-
credential_id?: string | undefined;
|
|
31190
|
-
} | undefined;
|
|
31191
|
-
is_managed: false;
|
|
31192
|
-
}>;
|
|
31193
|
-
};
|
|
31194
|
-
};
|
|
31195
|
-
'/acs/credentials/update': {
|
|
31196
|
-
route: '/acs/credentials/update';
|
|
31197
|
-
method: 'PATCH' | 'POST';
|
|
31198
|
-
queryParams: {};
|
|
31199
|
-
jsonBody: {
|
|
31200
|
-
acs_credential_id: string;
|
|
31201
|
-
code?: string | undefined;
|
|
31202
|
-
ends_at?: string | undefined;
|
|
31203
|
-
};
|
|
31204
|
-
commonParams: {};
|
|
31205
|
-
formData: {};
|
|
31206
|
-
jsonResponse: {
|
|
31207
|
-
acs_credential: {
|
|
31208
|
-
acs_credential_id: string;
|
|
31209
|
-
acs_user_id?: string | undefined;
|
|
31210
|
-
acs_credential_pool_id?: string | undefined;
|
|
31211
|
-
acs_system_id: string;
|
|
31212
|
-
parent_acs_credential_id?: string | undefined;
|
|
31213
|
-
display_name: string;
|
|
31214
|
-
code?: (string | undefined) | null;
|
|
31215
|
-
card_number?: (string | undefined) | null;
|
|
31216
|
-
is_encoded?: boolean | undefined;
|
|
31217
|
-
encoded_at?: (string | undefined) | null;
|
|
31218
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
31219
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31220
|
-
external_type_display_name?: string | undefined;
|
|
31221
|
-
created_at: string;
|
|
31222
|
-
workspace_id: string;
|
|
31223
|
-
starts_at?: string | undefined;
|
|
31224
|
-
ends_at?: string | undefined;
|
|
31225
|
-
errors: Array<{
|
|
31226
|
-
error_code: string;
|
|
31227
|
-
message: string;
|
|
31228
|
-
}>;
|
|
31229
|
-
warnings: Array<{
|
|
31230
|
-
warning_code: string;
|
|
31231
|
-
message: string;
|
|
31232
|
-
}>;
|
|
31233
|
-
is_multi_phone_sync_credential?: boolean | undefined;
|
|
31234
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
31235
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
31236
|
-
visionline_metadata?: {
|
|
31237
|
-
card_function_type: 'guest' | 'staff';
|
|
31238
|
-
joiner_acs_credential_ids?: string[] | undefined;
|
|
31239
|
-
guest_acs_entrance_ids?: string[] | undefined;
|
|
31240
|
-
common_acs_entrance_ids?: string[] | undefined;
|
|
31241
|
-
is_valid?: boolean | undefined;
|
|
31242
|
-
card_id?: string | undefined;
|
|
31243
|
-
credential_id?: string | undefined;
|
|
31244
|
-
} | undefined;
|
|
31245
|
-
is_managed: true;
|
|
31246
|
-
};
|
|
31247
|
-
};
|
|
31248
|
-
};
|
|
31249
31290
|
'/acs/entrances/get': {
|
|
31250
31291
|
route: '/acs/entrances/get';
|
|
31251
31292
|
method: 'GET' | 'POST';
|
|
@@ -33653,7 +33694,7 @@ interface Routes {
|
|
|
33653
33694
|
/** Unique identifier for the device. */
|
|
33654
33695
|
device_id: string;
|
|
33655
33696
|
/** Type of the device. */
|
|
33656
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
33697
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
33657
33698
|
/** Optional nickname to describe the device, settable through Seam */
|
|
33658
33699
|
nickname?: string | undefined;
|
|
33659
33700
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -33939,6 +33980,9 @@ interface Routes {
|
|
|
33939
33980
|
bridge_name: string;
|
|
33940
33981
|
keypad_id?: number | undefined;
|
|
33941
33982
|
} | undefined;
|
|
33983
|
+
visionline_metadata?: {
|
|
33984
|
+
encoder_id: string;
|
|
33985
|
+
} | undefined;
|
|
33942
33986
|
}) & ({
|
|
33943
33987
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
33944
33988
|
code_constraints?: (Array<{
|
|
@@ -34093,8 +34137,8 @@ interface Routes {
|
|
|
34093
34137
|
connected_account_id?: string | undefined;
|
|
34094
34138
|
connected_account_ids?: string[] | undefined;
|
|
34095
34139
|
connect_webview_id?: string | undefined;
|
|
34096
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
34097
|
-
device_types?: Array<('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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
|
|
34140
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder') | undefined;
|
|
34141
|
+
device_types?: Array<('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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder'> | undefined;
|
|
34098
34142
|
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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell_resideo') | undefined;
|
|
34099
34143
|
device_ids?: string[] | undefined;
|
|
34100
34144
|
limit?: number;
|
|
@@ -34110,7 +34154,7 @@ interface Routes {
|
|
|
34110
34154
|
/** Unique identifier for the device. */
|
|
34111
34155
|
device_id: string;
|
|
34112
34156
|
/** Type of the device. */
|
|
34113
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
34157
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
34114
34158
|
/** Optional nickname to describe the device, settable through Seam */
|
|
34115
34159
|
nickname?: string | undefined;
|
|
34116
34160
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -34396,6 +34440,9 @@ interface Routes {
|
|
|
34396
34440
|
bridge_name: string;
|
|
34397
34441
|
keypad_id?: number | undefined;
|
|
34398
34442
|
} | undefined;
|
|
34443
|
+
visionline_metadata?: {
|
|
34444
|
+
encoder_id: string;
|
|
34445
|
+
} | undefined;
|
|
34399
34446
|
}) & ({
|
|
34400
34447
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
34401
34448
|
code_constraints?: (Array<{
|
|
@@ -34617,7 +34664,7 @@ interface Routes {
|
|
|
34617
34664
|
/** Unique identifier for the device. */
|
|
34618
34665
|
device_id: string;
|
|
34619
34666
|
/** Type of the device. */
|
|
34620
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
34667
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
34621
34668
|
/** Unique identifier for the account associated with the device. */
|
|
34622
34669
|
connected_account_id: string;
|
|
34623
34670
|
/** Location information for the device. */
|
|
@@ -34723,8 +34770,8 @@ interface Routes {
|
|
|
34723
34770
|
connected_account_id?: string | undefined;
|
|
34724
34771
|
connected_account_ids?: string[] | undefined;
|
|
34725
34772
|
connect_webview_id?: string | undefined;
|
|
34726
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
34727
|
-
device_types?: Array<('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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
|
|
34773
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder') | undefined;
|
|
34774
|
+
device_types?: Array<('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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder'> | undefined;
|
|
34728
34775
|
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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell_resideo') | undefined;
|
|
34729
34776
|
device_ids?: string[] | undefined;
|
|
34730
34777
|
limit?: number;
|
|
@@ -34740,7 +34787,7 @@ interface Routes {
|
|
|
34740
34787
|
/** Unique identifier for the device. */
|
|
34741
34788
|
device_id: string;
|
|
34742
34789
|
/** Type of the device. */
|
|
34743
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
34790
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
34744
34791
|
/** Unique identifier for the account associated with the device. */
|
|
34745
34792
|
connected_account_id: string;
|
|
34746
34793
|
/** Location information for the device. */
|
|
@@ -34947,7 +34994,7 @@ interface Routes {
|
|
|
34947
34994
|
/** Unique identifier for the device. */
|
|
34948
34995
|
device_id: string;
|
|
34949
34996
|
/** Type of the device. */
|
|
34950
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
34997
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
34951
34998
|
/** Optional nickname to describe the device, settable through Seam */
|
|
34952
34999
|
nickname?: string | undefined;
|
|
34953
35000
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -35233,6 +35280,9 @@ interface Routes {
|
|
|
35233
35280
|
bridge_name: string;
|
|
35234
35281
|
keypad_id?: number | undefined;
|
|
35235
35282
|
} | undefined;
|
|
35283
|
+
visionline_metadata?: {
|
|
35284
|
+
encoder_id: string;
|
|
35285
|
+
} | undefined;
|
|
35236
35286
|
}) & ({
|
|
35237
35287
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
35238
35288
|
code_constraints?: (Array<{
|
|
@@ -35379,7 +35429,7 @@ interface Routes {
|
|
|
35379
35429
|
/** Unique identifier for the device. */
|
|
35380
35430
|
device_id: string;
|
|
35381
35431
|
/** Type of the device. */
|
|
35382
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
35432
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
35383
35433
|
/** Optional nickname to describe the device, settable through Seam */
|
|
35384
35434
|
nickname?: string | undefined;
|
|
35385
35435
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -35665,6 +35715,9 @@ interface Routes {
|
|
|
35665
35715
|
bridge_name: string;
|
|
35666
35716
|
keypad_id?: number | undefined;
|
|
35667
35717
|
} | undefined;
|
|
35718
|
+
visionline_metadata?: {
|
|
35719
|
+
encoder_id: string;
|
|
35720
|
+
} | undefined;
|
|
35668
35721
|
}) & ({
|
|
35669
35722
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
35670
35723
|
code_constraints?: (Array<{
|
|
@@ -35819,8 +35872,8 @@ interface Routes {
|
|
|
35819
35872
|
connected_account_id?: string | undefined;
|
|
35820
35873
|
connected_account_ids?: string[] | undefined;
|
|
35821
35874
|
connect_webview_id?: string | undefined;
|
|
35822
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
35823
|
-
device_types?: Array<('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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
|
|
35875
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder') | undefined;
|
|
35876
|
+
device_types?: Array<('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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder'> | undefined;
|
|
35824
35877
|
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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell_resideo') | undefined;
|
|
35825
35878
|
device_ids?: string[] | undefined;
|
|
35826
35879
|
limit?: number;
|
|
@@ -35836,7 +35889,7 @@ interface Routes {
|
|
|
35836
35889
|
/** Unique identifier for the device. */
|
|
35837
35890
|
device_id: string;
|
|
35838
35891
|
/** Type of the device. */
|
|
35839
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
35892
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
35840
35893
|
/** Optional nickname to describe the device, settable through Seam */
|
|
35841
35894
|
nickname?: string | undefined;
|
|
35842
35895
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -36122,6 +36175,9 @@ interface Routes {
|
|
|
36122
36175
|
bridge_name: string;
|
|
36123
36176
|
keypad_id?: number | undefined;
|
|
36124
36177
|
} | undefined;
|
|
36178
|
+
visionline_metadata?: {
|
|
36179
|
+
encoder_id: string;
|
|
36180
|
+
} | undefined;
|
|
36125
36181
|
}) & ({
|
|
36126
36182
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
36127
36183
|
code_constraints?: (Array<{
|
|
@@ -36268,7 +36324,7 @@ interface Routes {
|
|
|
36268
36324
|
/** Unique identifier for the device. */
|
|
36269
36325
|
device_id: string;
|
|
36270
36326
|
/** Type of the device. */
|
|
36271
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
36327
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
36272
36328
|
/** Optional nickname to describe the device, settable through Seam */
|
|
36273
36329
|
nickname?: string | undefined;
|
|
36274
36330
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -36554,6 +36610,9 @@ interface Routes {
|
|
|
36554
36610
|
bridge_name: string;
|
|
36555
36611
|
keypad_id?: number | undefined;
|
|
36556
36612
|
} | undefined;
|
|
36613
|
+
visionline_metadata?: {
|
|
36614
|
+
encoder_id: string;
|
|
36615
|
+
} | undefined;
|
|
36557
36616
|
}) & ({
|
|
36558
36617
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
36559
36618
|
code_constraints?: (Array<{
|
|
@@ -37596,8 +37655,8 @@ interface Routes {
|
|
|
37596
37655
|
connected_account_id?: string | undefined;
|
|
37597
37656
|
connected_account_ids?: string[] | undefined;
|
|
37598
37657
|
connect_webview_id?: string | undefined;
|
|
37599
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
37600
|
-
device_types?: Array<('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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
|
|
37658
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder') | undefined;
|
|
37659
|
+
device_types?: Array<('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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder'> | undefined;
|
|
37601
37660
|
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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell_resideo') | undefined;
|
|
37602
37661
|
device_ids?: string[] | undefined;
|
|
37603
37662
|
limit?: number;
|
|
@@ -37613,7 +37672,7 @@ interface Routes {
|
|
|
37613
37672
|
/** Unique identifier for the device. */
|
|
37614
37673
|
device_id: string;
|
|
37615
37674
|
/** Type of the device. */
|
|
37616
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
37675
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
37617
37676
|
/** Optional nickname to describe the device, settable through Seam */
|
|
37618
37677
|
nickname?: string | undefined;
|
|
37619
37678
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -37899,6 +37958,9 @@ interface Routes {
|
|
|
37899
37958
|
bridge_name: string;
|
|
37900
37959
|
keypad_id?: number | undefined;
|
|
37901
37960
|
} | undefined;
|
|
37961
|
+
visionline_metadata?: {
|
|
37962
|
+
encoder_id: string;
|
|
37963
|
+
} | undefined;
|
|
37902
37964
|
}) & ({
|
|
37903
37965
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
37904
37966
|
code_constraints?: (Array<{
|
|
@@ -38045,7 +38107,7 @@ interface Routes {
|
|
|
38045
38107
|
/** Unique identifier for the device. */
|
|
38046
38108
|
device_id: string;
|
|
38047
38109
|
/** Type of the device. */
|
|
38048
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
38110
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
38049
38111
|
/** Optional nickname to describe the device, settable through Seam */
|
|
38050
38112
|
nickname?: string | undefined;
|
|
38051
38113
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -38331,6 +38393,9 @@ interface Routes {
|
|
|
38331
38393
|
bridge_name: string;
|
|
38332
38394
|
keypad_id?: number | undefined;
|
|
38333
38395
|
} | undefined;
|
|
38396
|
+
visionline_metadata?: {
|
|
38397
|
+
encoder_id: string;
|
|
38398
|
+
} | undefined;
|
|
38334
38399
|
}) & ({
|
|
38335
38400
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
38336
38401
|
code_constraints?: (Array<{
|
|
@@ -40920,7 +40985,7 @@ interface Routes {
|
|
|
40920
40985
|
/** Unique identifier for the device. */
|
|
40921
40986
|
device_id: string;
|
|
40922
40987
|
/** Type of the device. */
|
|
40923
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
40988
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
40924
40989
|
/** Optional nickname to describe the device, settable through Seam */
|
|
40925
40990
|
nickname?: string | undefined;
|
|
40926
40991
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -41206,6 +41271,9 @@ interface Routes {
|
|
|
41206
41271
|
bridge_name: string;
|
|
41207
41272
|
keypad_id?: number | undefined;
|
|
41208
41273
|
} | undefined;
|
|
41274
|
+
visionline_metadata?: {
|
|
41275
|
+
encoder_id: string;
|
|
41276
|
+
} | undefined;
|
|
41209
41277
|
}) & ({
|
|
41210
41278
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
41211
41279
|
code_constraints?: (Array<{
|
|
@@ -42220,8 +42288,8 @@ interface Routes {
|
|
|
42220
42288
|
connected_account_id?: string | undefined;
|
|
42221
42289
|
connected_account_ids?: string[] | undefined;
|
|
42222
42290
|
connect_webview_id?: string | undefined;
|
|
42223
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
42224
|
-
device_types?: Array<('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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
|
|
42291
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder') | undefined;
|
|
42292
|
+
device_types?: Array<('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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder'> | undefined;
|
|
42225
42293
|
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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell_resideo') | undefined;
|
|
42226
42294
|
device_ids?: string[] | undefined;
|
|
42227
42295
|
limit?: number;
|
|
@@ -42237,7 +42305,7 @@ interface Routes {
|
|
|
42237
42305
|
/** Unique identifier for the device. */
|
|
42238
42306
|
device_id: string;
|
|
42239
42307
|
/** Type of the device. */
|
|
42240
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
42308
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
42241
42309
|
/** Optional nickname to describe the device, settable through Seam */
|
|
42242
42310
|
nickname?: string | undefined;
|
|
42243
42311
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -42523,6 +42591,9 @@ interface Routes {
|
|
|
42523
42591
|
bridge_name: string;
|
|
42524
42592
|
keypad_id?: number | undefined;
|
|
42525
42593
|
} | undefined;
|
|
42594
|
+
visionline_metadata?: {
|
|
42595
|
+
encoder_id: string;
|
|
42596
|
+
} | undefined;
|
|
42526
42597
|
}) & ({
|
|
42527
42598
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
42528
42599
|
code_constraints?: (Array<{
|
|
@@ -43855,7 +43926,7 @@ interface Routes {
|
|
|
43855
43926
|
/** Unique identifier for the device. */
|
|
43856
43927
|
device_id: string;
|
|
43857
43928
|
/** Type of the device. */
|
|
43858
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
43929
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
43859
43930
|
/** Optional nickname to describe the device, settable through Seam */
|
|
43860
43931
|
nickname?: string | undefined;
|
|
43861
43932
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -44141,6 +44212,9 @@ interface Routes {
|
|
|
44141
44212
|
bridge_name: string;
|
|
44142
44213
|
keypad_id?: number | undefined;
|
|
44143
44214
|
} | undefined;
|
|
44215
|
+
visionline_metadata?: {
|
|
44216
|
+
encoder_id: string;
|
|
44217
|
+
} | undefined;
|
|
44144
44218
|
}) & ({
|
|
44145
44219
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
44146
44220
|
code_constraints?: (Array<{
|
|
@@ -44289,7 +44363,7 @@ interface Routes {
|
|
|
44289
44363
|
/** Unique identifier for the device. */
|
|
44290
44364
|
device_id: string;
|
|
44291
44365
|
/** Type of the device. */
|
|
44292
|
-
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
44366
|
+
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') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone') | 'visionline_encoder';
|
|
44293
44367
|
/** Optional nickname to describe the device, settable through Seam */
|
|
44294
44368
|
nickname?: string | undefined;
|
|
44295
44369
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -44575,6 +44649,9 @@ interface Routes {
|
|
|
44575
44649
|
bridge_name: string;
|
|
44576
44650
|
keypad_id?: number | undefined;
|
|
44577
44651
|
} | undefined;
|
|
44652
|
+
visionline_metadata?: {
|
|
44653
|
+
encoder_id: string;
|
|
44654
|
+
} | undefined;
|
|
44578
44655
|
}) & ({
|
|
44579
44656
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
44580
44657
|
code_constraints?: (Array<{
|