@seamapi/types 1.828.0 → 1.830.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 +114 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +324 -32
- package/dist/index.cjs +114 -5
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +43 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +4 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -1
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/avigilon-alta.d.ts +27 -0
- package/lib/seam/connect/models/acs/metadata/avigilon-alta.js +17 -0
- package/lib/seam/connect/models/acs/metadata/avigilon-alta.js.map +1 -0
- package/lib/seam/connect/models/batch.d.ts +71 -10
- package/lib/seam/connect/models/devices/device-provider.d.ts +3 -2
- package/lib/seam/connect/models/devices/device-provider.js +3 -2
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +176 -0
- package/lib/seam/connect/openapi.js +96 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +203 -16
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +6 -0
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -1
- package/src/lib/seam/connect/models/acs/metadata/avigilon-alta.ts +21 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +3 -2
- package/src/lib/seam/connect/openapi.ts +106 -2
- package/src/lib/seam/connect/route-types.ts +225 -14
package/dist/connect.d.cts
CHANGED
|
@@ -6532,6 +6532,31 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
6532
6532
|
site_name: string;
|
|
6533
6533
|
access_point_id: string;
|
|
6534
6534
|
}>>;
|
|
6535
|
+
avigilon_alta_metadata: z.ZodOptional<z.ZodObject<{
|
|
6536
|
+
entry_name: z.ZodString;
|
|
6537
|
+
org_name: z.ZodString;
|
|
6538
|
+
zone_id: z.ZodNumber;
|
|
6539
|
+
zone_name: z.ZodString;
|
|
6540
|
+
site_id: z.ZodNumber;
|
|
6541
|
+
site_name: z.ZodString;
|
|
6542
|
+
entry_relays_total_count: z.ZodNumber;
|
|
6543
|
+
}, "strip", z.ZodTypeAny, {
|
|
6544
|
+
site_id: number;
|
|
6545
|
+
site_name: string;
|
|
6546
|
+
entry_name: string;
|
|
6547
|
+
org_name: string;
|
|
6548
|
+
zone_id: number;
|
|
6549
|
+
zone_name: string;
|
|
6550
|
+
entry_relays_total_count: number;
|
|
6551
|
+
}, {
|
|
6552
|
+
site_id: number;
|
|
6553
|
+
site_name: string;
|
|
6554
|
+
entry_name: string;
|
|
6555
|
+
org_name: string;
|
|
6556
|
+
zone_id: number;
|
|
6557
|
+
zone_name: string;
|
|
6558
|
+
entry_relays_total_count: number;
|
|
6559
|
+
}>>;
|
|
6535
6560
|
} & {
|
|
6536
6561
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
6537
6562
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6559,6 +6584,15 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
6559
6584
|
intrusion_alarm?: boolean | undefined;
|
|
6560
6585
|
privacy_mode?: boolean | undefined;
|
|
6561
6586
|
} | undefined;
|
|
6587
|
+
avigilon_alta_metadata?: {
|
|
6588
|
+
site_id: number;
|
|
6589
|
+
site_name: string;
|
|
6590
|
+
entry_name: string;
|
|
6591
|
+
org_name: string;
|
|
6592
|
+
zone_id: number;
|
|
6593
|
+
zone_name: string;
|
|
6594
|
+
entry_relays_total_count: number;
|
|
6595
|
+
} | undefined;
|
|
6562
6596
|
brivo_metadata?: {
|
|
6563
6597
|
site_id: number;
|
|
6564
6598
|
site_name: string;
|
|
@@ -6630,6 +6664,15 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
6630
6664
|
intrusion_alarm?: boolean | undefined;
|
|
6631
6665
|
privacy_mode?: boolean | undefined;
|
|
6632
6666
|
} | undefined;
|
|
6667
|
+
avigilon_alta_metadata?: {
|
|
6668
|
+
site_id: number;
|
|
6669
|
+
site_name: string;
|
|
6670
|
+
entry_name: string;
|
|
6671
|
+
org_name: string;
|
|
6672
|
+
zone_id: number;
|
|
6673
|
+
zone_name: string;
|
|
6674
|
+
entry_relays_total_count: number;
|
|
6675
|
+
} | undefined;
|
|
6633
6676
|
brivo_metadata?: {
|
|
6634
6677
|
site_id: number;
|
|
6635
6678
|
site_name: string;
|
|
@@ -6688,7 +6731,7 @@ declare const acs_system: z.ZodObject<{
|
|
|
6688
6731
|
acs_system_id: z.ZodString;
|
|
6689
6732
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
6690
6733
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
6691
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "
|
|
6734
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "avigilon_alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
6692
6735
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
6693
6736
|
is_credential_manager: z.ZodBoolean;
|
|
6694
6737
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -6704,7 +6747,7 @@ declare const acs_system: z.ZodObject<{
|
|
|
6704
6747
|
system_id: string;
|
|
6705
6748
|
lan_address: string;
|
|
6706
6749
|
}>>;
|
|
6707
|
-
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "
|
|
6750
|
+
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "avigilon_alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
6708
6751
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
6709
6752
|
location: z.ZodObject<{
|
|
6710
6753
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -6903,12 +6946,12 @@ declare const acs_system: z.ZodObject<{
|
|
|
6903
6946
|
system_id: string;
|
|
6904
6947
|
lan_address: string;
|
|
6905
6948
|
} | undefined;
|
|
6906
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "
|
|
6949
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
6907
6950
|
external_type_display_name?: string | undefined;
|
|
6908
6951
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
6909
6952
|
acs_user_count?: number | undefined;
|
|
6910
6953
|
acs_access_group_count?: number | undefined;
|
|
6911
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "
|
|
6954
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
6912
6955
|
system_type_display_name?: string | undefined;
|
|
6913
6956
|
}, {
|
|
6914
6957
|
name: string;
|
|
@@ -6968,12 +7011,12 @@ declare const acs_system: z.ZodObject<{
|
|
|
6968
7011
|
system_id: string;
|
|
6969
7012
|
lan_address: string;
|
|
6970
7013
|
} | undefined;
|
|
6971
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "
|
|
7014
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
6972
7015
|
external_type_display_name?: string | undefined;
|
|
6973
7016
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
6974
7017
|
acs_user_count?: number | undefined;
|
|
6975
7018
|
acs_access_group_count?: number | undefined;
|
|
6976
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "
|
|
7019
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
6977
7020
|
system_type_display_name?: string | undefined;
|
|
6978
7021
|
}>;
|
|
6979
7022
|
type AcsSystem = z.output<typeof acs_system>;
|
|
@@ -17769,6 +17812,31 @@ declare const batch: z.ZodObject<{
|
|
|
17769
17812
|
site_name: string;
|
|
17770
17813
|
access_point_id: string;
|
|
17771
17814
|
}>>;
|
|
17815
|
+
avigilon_alta_metadata: z.ZodOptional<z.ZodObject<{
|
|
17816
|
+
entry_name: z.ZodString;
|
|
17817
|
+
org_name: z.ZodString;
|
|
17818
|
+
zone_id: z.ZodNumber;
|
|
17819
|
+
zone_name: z.ZodString;
|
|
17820
|
+
site_id: z.ZodNumber;
|
|
17821
|
+
site_name: z.ZodString;
|
|
17822
|
+
entry_relays_total_count: z.ZodNumber;
|
|
17823
|
+
}, "strip", z.ZodTypeAny, {
|
|
17824
|
+
site_id: number;
|
|
17825
|
+
site_name: string;
|
|
17826
|
+
entry_name: string;
|
|
17827
|
+
org_name: string;
|
|
17828
|
+
zone_id: number;
|
|
17829
|
+
zone_name: string;
|
|
17830
|
+
entry_relays_total_count: number;
|
|
17831
|
+
}, {
|
|
17832
|
+
site_id: number;
|
|
17833
|
+
site_name: string;
|
|
17834
|
+
entry_name: string;
|
|
17835
|
+
org_name: string;
|
|
17836
|
+
zone_id: number;
|
|
17837
|
+
zone_name: string;
|
|
17838
|
+
entry_relays_total_count: number;
|
|
17839
|
+
}>>;
|
|
17772
17840
|
} & {
|
|
17773
17841
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
17774
17842
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -17796,6 +17864,15 @@ declare const batch: z.ZodObject<{
|
|
|
17796
17864
|
intrusion_alarm?: boolean | undefined;
|
|
17797
17865
|
privacy_mode?: boolean | undefined;
|
|
17798
17866
|
} | undefined;
|
|
17867
|
+
avigilon_alta_metadata?: {
|
|
17868
|
+
site_id: number;
|
|
17869
|
+
site_name: string;
|
|
17870
|
+
entry_name: string;
|
|
17871
|
+
org_name: string;
|
|
17872
|
+
zone_id: number;
|
|
17873
|
+
zone_name: string;
|
|
17874
|
+
entry_relays_total_count: number;
|
|
17875
|
+
} | undefined;
|
|
17799
17876
|
brivo_metadata?: {
|
|
17800
17877
|
site_id: number;
|
|
17801
17878
|
site_name: string;
|
|
@@ -17867,6 +17944,15 @@ declare const batch: z.ZodObject<{
|
|
|
17867
17944
|
intrusion_alarm?: boolean | undefined;
|
|
17868
17945
|
privacy_mode?: boolean | undefined;
|
|
17869
17946
|
} | undefined;
|
|
17947
|
+
avigilon_alta_metadata?: {
|
|
17948
|
+
site_id: number;
|
|
17949
|
+
site_name: string;
|
|
17950
|
+
entry_name: string;
|
|
17951
|
+
org_name: string;
|
|
17952
|
+
zone_id: number;
|
|
17953
|
+
zone_name: string;
|
|
17954
|
+
entry_relays_total_count: number;
|
|
17955
|
+
} | undefined;
|
|
17870
17956
|
brivo_metadata?: {
|
|
17871
17957
|
site_id: number;
|
|
17872
17958
|
site_name: string;
|
|
@@ -17923,7 +18009,7 @@ declare const batch: z.ZodObject<{
|
|
|
17923
18009
|
acs_system_id: z.ZodString;
|
|
17924
18010
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
17925
18011
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
17926
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "
|
|
18012
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "avigilon_alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
17927
18013
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
17928
18014
|
is_credential_manager: z.ZodBoolean;
|
|
17929
18015
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -17939,7 +18025,7 @@ declare const batch: z.ZodObject<{
|
|
|
17939
18025
|
system_id: string;
|
|
17940
18026
|
lan_address: string;
|
|
17941
18027
|
}>>;
|
|
17942
|
-
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "
|
|
18028
|
+
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "avigilon_alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
17943
18029
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
17944
18030
|
location: z.ZodObject<{
|
|
17945
18031
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -18138,12 +18224,12 @@ declare const batch: z.ZodObject<{
|
|
|
18138
18224
|
system_id: string;
|
|
18139
18225
|
lan_address: string;
|
|
18140
18226
|
} | undefined;
|
|
18141
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "
|
|
18227
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
18142
18228
|
external_type_display_name?: string | undefined;
|
|
18143
18229
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
18144
18230
|
acs_user_count?: number | undefined;
|
|
18145
18231
|
acs_access_group_count?: number | undefined;
|
|
18146
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "
|
|
18232
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
18147
18233
|
system_type_display_name?: string | undefined;
|
|
18148
18234
|
}, {
|
|
18149
18235
|
name: string;
|
|
@@ -18203,12 +18289,12 @@ declare const batch: z.ZodObject<{
|
|
|
18203
18289
|
system_id: string;
|
|
18204
18290
|
lan_address: string;
|
|
18205
18291
|
} | undefined;
|
|
18206
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "
|
|
18292
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
18207
18293
|
external_type_display_name?: string | undefined;
|
|
18208
18294
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
18209
18295
|
acs_user_count?: number | undefined;
|
|
18210
18296
|
acs_access_group_count?: number | undefined;
|
|
18211
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "
|
|
18297
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
18212
18298
|
system_type_display_name?: string | undefined;
|
|
18213
18299
|
}>, "many">>;
|
|
18214
18300
|
acs_users: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -39271,6 +39357,15 @@ declare const batch: z.ZodObject<{
|
|
|
39271
39357
|
intrusion_alarm?: boolean | undefined;
|
|
39272
39358
|
privacy_mode?: boolean | undefined;
|
|
39273
39359
|
} | undefined;
|
|
39360
|
+
avigilon_alta_metadata?: {
|
|
39361
|
+
site_id: number;
|
|
39362
|
+
site_name: string;
|
|
39363
|
+
entry_name: string;
|
|
39364
|
+
org_name: string;
|
|
39365
|
+
zone_id: number;
|
|
39366
|
+
zone_name: string;
|
|
39367
|
+
entry_relays_total_count: number;
|
|
39368
|
+
} | undefined;
|
|
39274
39369
|
brivo_metadata?: {
|
|
39275
39370
|
site_id: number;
|
|
39276
39371
|
site_name: string;
|
|
@@ -39380,12 +39475,12 @@ declare const batch: z.ZodObject<{
|
|
|
39380
39475
|
system_id: string;
|
|
39381
39476
|
lan_address: string;
|
|
39382
39477
|
} | undefined;
|
|
39383
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "
|
|
39478
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
39384
39479
|
external_type_display_name?: string | undefined;
|
|
39385
39480
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
39386
39481
|
acs_user_count?: number | undefined;
|
|
39387
39482
|
acs_access_group_count?: number | undefined;
|
|
39388
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "
|
|
39483
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
39389
39484
|
system_type_display_name?: string | undefined;
|
|
39390
39485
|
}[] | undefined;
|
|
39391
39486
|
acs_users?: {
|
|
@@ -44237,6 +44332,15 @@ declare const batch: z.ZodObject<{
|
|
|
44237
44332
|
intrusion_alarm?: boolean | undefined;
|
|
44238
44333
|
privacy_mode?: boolean | undefined;
|
|
44239
44334
|
} | undefined;
|
|
44335
|
+
avigilon_alta_metadata?: {
|
|
44336
|
+
site_id: number;
|
|
44337
|
+
site_name: string;
|
|
44338
|
+
entry_name: string;
|
|
44339
|
+
org_name: string;
|
|
44340
|
+
zone_id: number;
|
|
44341
|
+
zone_name: string;
|
|
44342
|
+
entry_relays_total_count: number;
|
|
44343
|
+
} | undefined;
|
|
44240
44344
|
brivo_metadata?: {
|
|
44241
44345
|
site_id: number;
|
|
44242
44346
|
site_name: string;
|
|
@@ -44346,12 +44450,12 @@ declare const batch: z.ZodObject<{
|
|
|
44346
44450
|
system_id: string;
|
|
44347
44451
|
lan_address: string;
|
|
44348
44452
|
} | undefined;
|
|
44349
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "
|
|
44453
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
44350
44454
|
external_type_display_name?: string | undefined;
|
|
44351
44455
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
44352
44456
|
acs_user_count?: number | undefined;
|
|
44353
44457
|
acs_access_group_count?: number | undefined;
|
|
44354
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "
|
|
44458
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
44355
44459
|
system_type_display_name?: string | undefined;
|
|
44356
44460
|
}[] | undefined;
|
|
44357
44461
|
acs_users?: {
|
|
@@ -54410,6 +54514,7 @@ declare const DEVICE_PROVIDERS: {
|
|
|
54410
54514
|
readonly ASSA_ABLOY_CREDENTIAL_SERVICE: "assa_abloy_credential_service";
|
|
54411
54515
|
readonly TEDEE: "tedee";
|
|
54412
54516
|
readonly HONEYWELL_RESIDEO: "honeywell_resideo";
|
|
54517
|
+
readonly FIRST_ALERT: "first_alert";
|
|
54413
54518
|
readonly LATCH: "latch";
|
|
54414
54519
|
readonly AKILES: "akiles";
|
|
54415
54520
|
readonly VOSTIO: "assa_abloy_vostio";
|
|
@@ -76700,6 +76805,23 @@ type Routes = {
|
|
|
76700
76805
|
/** Name of the site that the access point belongs to. */
|
|
76701
76806
|
site_name: string;
|
|
76702
76807
|
} | undefined;
|
|
76808
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
76809
|
+
avigilon_alta_metadata?: {
|
|
76810
|
+
/** Entry name for an Avigilon Alta system. */
|
|
76811
|
+
entry_name: string;
|
|
76812
|
+
/** Organization name for an Avigilon Alta system. */
|
|
76813
|
+
org_name: string;
|
|
76814
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
76815
|
+
zone_id: number;
|
|
76816
|
+
/** Zone name for an Avigilon Alta system. */
|
|
76817
|
+
zone_name: string;
|
|
76818
|
+
/** Site ID for an Avigilon Alta system. */
|
|
76819
|
+
site_id: number;
|
|
76820
|
+
/** Site name for an Avigilon Alta system. */
|
|
76821
|
+
site_name: string;
|
|
76822
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
76823
|
+
entry_relays_total_count: number;
|
|
76824
|
+
} | undefined;
|
|
76703
76825
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
76704
76826
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
76705
76827
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -76857,7 +76979,7 @@ type Routes = {
|
|
|
76857
76979
|
acs_user_count?: number | undefined;
|
|
76858
76980
|
acs_access_group_count?: number | undefined;
|
|
76859
76981
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
76860
|
-
external_type?: ('pti_site' | '
|
|
76982
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
76861
76983
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
76862
76984
|
external_type_display_name?: string | undefined;
|
|
76863
76985
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -76872,7 +76994,7 @@ type Routes = {
|
|
|
76872
76994
|
} | undefined;
|
|
76873
76995
|
/**
|
|
76874
76996
|
* @deprecated Use `external_type`.*/
|
|
76875
|
-
system_type?: ('pti_site' | '
|
|
76997
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
76876
76998
|
/**
|
|
76877
76999
|
* @deprecated Use `external_type_display_name`.*/
|
|
76878
77000
|
system_type_display_name?: string | undefined;
|
|
@@ -81131,6 +81253,23 @@ type Routes = {
|
|
|
81131
81253
|
/** Name of the site that the access point belongs to. */
|
|
81132
81254
|
site_name: string;
|
|
81133
81255
|
} | undefined;
|
|
81256
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
81257
|
+
avigilon_alta_metadata?: {
|
|
81258
|
+
/** Entry name for an Avigilon Alta system. */
|
|
81259
|
+
entry_name: string;
|
|
81260
|
+
/** Organization name for an Avigilon Alta system. */
|
|
81261
|
+
org_name: string;
|
|
81262
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
81263
|
+
zone_id: number;
|
|
81264
|
+
/** Zone name for an Avigilon Alta system. */
|
|
81265
|
+
zone_name: string;
|
|
81266
|
+
/** Site ID for an Avigilon Alta system. */
|
|
81267
|
+
site_id: number;
|
|
81268
|
+
/** Site name for an Avigilon Alta system. */
|
|
81269
|
+
site_name: string;
|
|
81270
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
81271
|
+
entry_relays_total_count: number;
|
|
81272
|
+
} | undefined;
|
|
81134
81273
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
81135
81274
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
81136
81275
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -82525,6 +82664,23 @@ type Routes = {
|
|
|
82525
82664
|
/** Name of the site that the access point belongs to. */
|
|
82526
82665
|
site_name: string;
|
|
82527
82666
|
} | undefined;
|
|
82667
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
82668
|
+
avigilon_alta_metadata?: {
|
|
82669
|
+
/** Entry name for an Avigilon Alta system. */
|
|
82670
|
+
entry_name: string;
|
|
82671
|
+
/** Organization name for an Avigilon Alta system. */
|
|
82672
|
+
org_name: string;
|
|
82673
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
82674
|
+
zone_id: number;
|
|
82675
|
+
/** Zone name for an Avigilon Alta system. */
|
|
82676
|
+
zone_name: string;
|
|
82677
|
+
/** Site ID for an Avigilon Alta system. */
|
|
82678
|
+
site_id: number;
|
|
82679
|
+
/** Site name for an Avigilon Alta system. */
|
|
82680
|
+
site_name: string;
|
|
82681
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
82682
|
+
entry_relays_total_count: number;
|
|
82683
|
+
} | undefined;
|
|
82528
82684
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
82529
82685
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
82530
82686
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -84203,6 +84359,23 @@ type Routes = {
|
|
|
84203
84359
|
/** Name of the site that the access point belongs to. */
|
|
84204
84360
|
site_name: string;
|
|
84205
84361
|
} | undefined;
|
|
84362
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
84363
|
+
avigilon_alta_metadata?: {
|
|
84364
|
+
/** Entry name for an Avigilon Alta system. */
|
|
84365
|
+
entry_name: string;
|
|
84366
|
+
/** Organization name for an Avigilon Alta system. */
|
|
84367
|
+
org_name: string;
|
|
84368
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
84369
|
+
zone_id: number;
|
|
84370
|
+
/** Zone name for an Avigilon Alta system. */
|
|
84371
|
+
zone_name: string;
|
|
84372
|
+
/** Site ID for an Avigilon Alta system. */
|
|
84373
|
+
site_id: number;
|
|
84374
|
+
/** Site name for an Avigilon Alta system. */
|
|
84375
|
+
site_name: string;
|
|
84376
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
84377
|
+
entry_relays_total_count: number;
|
|
84378
|
+
} | undefined;
|
|
84206
84379
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
84207
84380
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
84208
84381
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -87839,6 +88012,23 @@ type Routes = {
|
|
|
87839
88012
|
/** Name of the site that the access point belongs to. */
|
|
87840
88013
|
site_name: string;
|
|
87841
88014
|
} | undefined;
|
|
88015
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
88016
|
+
avigilon_alta_metadata?: {
|
|
88017
|
+
/** Entry name for an Avigilon Alta system. */
|
|
88018
|
+
entry_name: string;
|
|
88019
|
+
/** Organization name for an Avigilon Alta system. */
|
|
88020
|
+
org_name: string;
|
|
88021
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
88022
|
+
zone_id: number;
|
|
88023
|
+
/** Zone name for an Avigilon Alta system. */
|
|
88024
|
+
zone_name: string;
|
|
88025
|
+
/** Site ID for an Avigilon Alta system. */
|
|
88026
|
+
site_id: number;
|
|
88027
|
+
/** Site name for an Avigilon Alta system. */
|
|
88028
|
+
site_name: string;
|
|
88029
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
88030
|
+
entry_relays_total_count: number;
|
|
88031
|
+
} | undefined;
|
|
87842
88032
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
87843
88033
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
87844
88034
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -88020,6 +88210,23 @@ type Routes = {
|
|
|
88020
88210
|
/** Name of the site that the access point belongs to. */
|
|
88021
88211
|
site_name: string;
|
|
88022
88212
|
} | undefined;
|
|
88213
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
88214
|
+
avigilon_alta_metadata?: {
|
|
88215
|
+
/** Entry name for an Avigilon Alta system. */
|
|
88216
|
+
entry_name: string;
|
|
88217
|
+
/** Organization name for an Avigilon Alta system. */
|
|
88218
|
+
org_name: string;
|
|
88219
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
88220
|
+
zone_id: number;
|
|
88221
|
+
/** Zone name for an Avigilon Alta system. */
|
|
88222
|
+
zone_name: string;
|
|
88223
|
+
/** Site ID for an Avigilon Alta system. */
|
|
88224
|
+
site_id: number;
|
|
88225
|
+
/** Site name for an Avigilon Alta system. */
|
|
88226
|
+
site_name: string;
|
|
88227
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
88228
|
+
entry_relays_total_count: number;
|
|
88229
|
+
} | undefined;
|
|
88023
88230
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
88024
88231
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
88025
88232
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -89556,7 +89763,7 @@ type Routes = {
|
|
|
89556
89763
|
acs_user_count?: number | undefined;
|
|
89557
89764
|
acs_access_group_count?: number | undefined;
|
|
89558
89765
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
89559
|
-
external_type?: ('pti_site' | '
|
|
89766
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
89560
89767
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
89561
89768
|
external_type_display_name?: string | undefined;
|
|
89562
89769
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -89571,7 +89778,7 @@ type Routes = {
|
|
|
89571
89778
|
} | undefined;
|
|
89572
89779
|
/**
|
|
89573
89780
|
* @deprecated Use `external_type`.*/
|
|
89574
|
-
system_type?: ('pti_site' | '
|
|
89781
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
89575
89782
|
/**
|
|
89576
89783
|
* @deprecated Use `external_type_display_name`.*/
|
|
89577
89784
|
system_type_display_name?: string | undefined;
|
|
@@ -89692,7 +89899,7 @@ type Routes = {
|
|
|
89692
89899
|
acs_user_count?: number | undefined;
|
|
89693
89900
|
acs_access_group_count?: number | undefined;
|
|
89694
89901
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
89695
|
-
external_type?: ('pti_site' | '
|
|
89902
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
89696
89903
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
89697
89904
|
external_type_display_name?: string | undefined;
|
|
89698
89905
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -89707,7 +89914,7 @@ type Routes = {
|
|
|
89707
89914
|
} | undefined;
|
|
89708
89915
|
/**
|
|
89709
89916
|
* @deprecated Use `external_type`.*/
|
|
89710
|
-
system_type?: ('pti_site' | '
|
|
89917
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
89711
89918
|
/**
|
|
89712
89919
|
* @deprecated Use `external_type_display_name`.*/
|
|
89713
89920
|
system_type_display_name?: string | undefined;
|
|
@@ -89824,7 +90031,7 @@ type Routes = {
|
|
|
89824
90031
|
acs_user_count?: number | undefined;
|
|
89825
90032
|
acs_access_group_count?: number | undefined;
|
|
89826
90033
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
89827
|
-
external_type?: ('pti_site' | '
|
|
90034
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
89828
90035
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
89829
90036
|
external_type_display_name?: string | undefined;
|
|
89830
90037
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -89839,7 +90046,7 @@ type Routes = {
|
|
|
89839
90046
|
} | undefined;
|
|
89840
90047
|
/**
|
|
89841
90048
|
* @deprecated Use `external_type`.*/
|
|
89842
|
-
system_type?: ('pti_site' | '
|
|
90049
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
89843
90050
|
/**
|
|
89844
90051
|
* @deprecated Use `external_type_display_name`.*/
|
|
89845
90052
|
system_type_display_name?: string | undefined;
|
|
@@ -90944,6 +91151,23 @@ type Routes = {
|
|
|
90944
91151
|
/** Name of the site that the access point belongs to. */
|
|
90945
91152
|
site_name: string;
|
|
90946
91153
|
} | undefined;
|
|
91154
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91155
|
+
avigilon_alta_metadata?: {
|
|
91156
|
+
/** Entry name for an Avigilon Alta system. */
|
|
91157
|
+
entry_name: string;
|
|
91158
|
+
/** Organization name for an Avigilon Alta system. */
|
|
91159
|
+
org_name: string;
|
|
91160
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
91161
|
+
zone_id: number;
|
|
91162
|
+
/** Zone name for an Avigilon Alta system. */
|
|
91163
|
+
zone_name: string;
|
|
91164
|
+
/** Site ID for an Avigilon Alta system. */
|
|
91165
|
+
site_id: number;
|
|
91166
|
+
/** Site name for an Avigilon Alta system. */
|
|
91167
|
+
site_name: string;
|
|
91168
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
91169
|
+
entry_relays_total_count: number;
|
|
91170
|
+
} | undefined;
|
|
90947
91171
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
90948
91172
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
90949
91173
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -94629,7 +94853,7 @@ type Routes = {
|
|
|
94629
94853
|
/** Associate the Connect Webview, the connected account, and all resources under the connected account with a customer. If the connected account already exists, it will be associated with the customer. If the connected account already exists, but is already associated with a customer, the Connect Webview will show an error. */
|
|
94630
94854
|
customer_key?: string | undefined;
|
|
94631
94855
|
/** Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with no filters. */
|
|
94632
|
-
accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
94856
|
+
accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
94633
94857
|
/** Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with the desired `provider_category` filter. */
|
|
94634
94858
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
|
|
94635
94859
|
/** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/latest/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
|
|
@@ -98999,7 +99223,7 @@ type Routes = {
|
|
|
98999
99223
|
formData: {};
|
|
99000
99224
|
jsonResponse: {
|
|
99001
99225
|
device_providers: {
|
|
99002
|
-
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical';
|
|
99226
|
+
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical';
|
|
99003
99227
|
display_name: string;
|
|
99004
99228
|
image_url: string;
|
|
99005
99229
|
provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors')[];
|
|
@@ -132489,6 +132713,23 @@ type Routes = {
|
|
|
132489
132713
|
/** Name of the site that the access point belongs to. */
|
|
132490
132714
|
site_name: string;
|
|
132491
132715
|
} | undefined;
|
|
132716
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
132717
|
+
avigilon_alta_metadata?: {
|
|
132718
|
+
/** Entry name for an Avigilon Alta system. */
|
|
132719
|
+
entry_name: string;
|
|
132720
|
+
/** Organization name for an Avigilon Alta system. */
|
|
132721
|
+
org_name: string;
|
|
132722
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
132723
|
+
zone_id: number;
|
|
132724
|
+
/** Zone name for an Avigilon Alta system. */
|
|
132725
|
+
zone_name: string;
|
|
132726
|
+
/** Site ID for an Avigilon Alta system. */
|
|
132727
|
+
site_id: number;
|
|
132728
|
+
/** Site name for an Avigilon Alta system. */
|
|
132729
|
+
site_name: string;
|
|
132730
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
132731
|
+
entry_relays_total_count: number;
|
|
132732
|
+
} | undefined;
|
|
132492
132733
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
132493
132734
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
132494
132735
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -134283,6 +134524,23 @@ type Routes = {
|
|
|
134283
134524
|
/** Name of the site that the access point belongs to. */
|
|
134284
134525
|
site_name: string;
|
|
134285
134526
|
} | undefined;
|
|
134527
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
134528
|
+
avigilon_alta_metadata?: {
|
|
134529
|
+
/** Entry name for an Avigilon Alta system. */
|
|
134530
|
+
entry_name: string;
|
|
134531
|
+
/** Organization name for an Avigilon Alta system. */
|
|
134532
|
+
org_name: string;
|
|
134533
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
134534
|
+
zone_id: number;
|
|
134535
|
+
/** Zone name for an Avigilon Alta system. */
|
|
134536
|
+
zone_name: string;
|
|
134537
|
+
/** Site ID for an Avigilon Alta system. */
|
|
134538
|
+
site_id: number;
|
|
134539
|
+
/** Site name for an Avigilon Alta system. */
|
|
134540
|
+
site_name: string;
|
|
134541
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
134542
|
+
entry_relays_total_count: number;
|
|
134543
|
+
} | undefined;
|
|
134286
134544
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
134287
134545
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
134288
134546
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -134440,7 +134698,7 @@ type Routes = {
|
|
|
134440
134698
|
acs_user_count?: number | undefined;
|
|
134441
134699
|
acs_access_group_count?: number | undefined;
|
|
134442
134700
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
134443
|
-
external_type?: ('pti_site' | '
|
|
134701
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
134444
134702
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
134445
134703
|
external_type_display_name?: string | undefined;
|
|
134446
134704
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -134455,7 +134713,7 @@ type Routes = {
|
|
|
134455
134713
|
} | undefined;
|
|
134456
134714
|
/**
|
|
134457
134715
|
* @deprecated Use `external_type`.*/
|
|
134458
|
-
system_type?: ('pti_site' | '
|
|
134716
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
134459
134717
|
/**
|
|
134460
134718
|
* @deprecated Use `external_type_display_name`.*/
|
|
134461
134719
|
system_type_display_name?: string | undefined;
|
|
@@ -154859,6 +155117,23 @@ type Routes = {
|
|
|
154859
155117
|
/** Name of the site that the access point belongs to. */
|
|
154860
155118
|
site_name: string;
|
|
154861
155119
|
} | undefined;
|
|
155120
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
155121
|
+
avigilon_alta_metadata?: {
|
|
155122
|
+
/** Entry name for an Avigilon Alta system. */
|
|
155123
|
+
entry_name: string;
|
|
155124
|
+
/** Organization name for an Avigilon Alta system. */
|
|
155125
|
+
org_name: string;
|
|
155126
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
155127
|
+
zone_id: number;
|
|
155128
|
+
/** Zone name for an Avigilon Alta system. */
|
|
155129
|
+
zone_name: string;
|
|
155130
|
+
/** Site ID for an Avigilon Alta system. */
|
|
155131
|
+
site_id: number;
|
|
155132
|
+
/** Site name for an Avigilon Alta system. */
|
|
155133
|
+
site_name: string;
|
|
155134
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
155135
|
+
entry_relays_total_count: number;
|
|
155136
|
+
} | undefined;
|
|
154862
155137
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
154863
155138
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
154864
155139
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -154892,7 +155167,7 @@ type Routes = {
|
|
|
154892
155167
|
acs_user_count?: number | undefined;
|
|
154893
155168
|
acs_access_group_count?: number | undefined;
|
|
154894
155169
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
154895
|
-
external_type?: ('pti_site' | '
|
|
155170
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
154896
155171
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
154897
155172
|
external_type_display_name?: string | undefined;
|
|
154898
155173
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -154907,7 +155182,7 @@ type Routes = {
|
|
|
154907
155182
|
} | undefined;
|
|
154908
155183
|
/**
|
|
154909
155184
|
* @deprecated Use `external_type`.*/
|
|
154910
|
-
system_type?: ('pti_site' | '
|
|
155185
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
154911
155186
|
/**
|
|
154912
155187
|
* @deprecated Use `external_type_display_name`.*/
|
|
154913
155188
|
system_type_display_name?: string | undefined;
|
|
@@ -157301,6 +157576,23 @@ type Routes = {
|
|
|
157301
157576
|
/** Name of the site that the access point belongs to. */
|
|
157302
157577
|
site_name: string;
|
|
157303
157578
|
} | undefined;
|
|
157579
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
157580
|
+
avigilon_alta_metadata?: {
|
|
157581
|
+
/** Entry name for an Avigilon Alta system. */
|
|
157582
|
+
entry_name: string;
|
|
157583
|
+
/** Organization name for an Avigilon Alta system. */
|
|
157584
|
+
org_name: string;
|
|
157585
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
157586
|
+
zone_id: number;
|
|
157587
|
+
/** Zone name for an Avigilon Alta system. */
|
|
157588
|
+
zone_name: string;
|
|
157589
|
+
/** Site ID for an Avigilon Alta system. */
|
|
157590
|
+
site_id: number;
|
|
157591
|
+
/** Site name for an Avigilon Alta system. */
|
|
157592
|
+
site_name: string;
|
|
157593
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
157594
|
+
entry_relays_total_count: number;
|
|
157595
|
+
} | undefined;
|
|
157304
157596
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
157305
157597
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
157306
157598
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -157320,7 +157612,7 @@ type Routes = {
|
|
|
157320
157612
|
acs_user_count?: number | undefined;
|
|
157321
157613
|
acs_access_group_count?: number | undefined;
|
|
157322
157614
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
157323
|
-
external_type?: ('pti_site' | '
|
|
157615
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
157324
157616
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
157325
157617
|
external_type_display_name?: string | undefined;
|
|
157326
157618
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -157335,7 +157627,7 @@ type Routes = {
|
|
|
157335
157627
|
} | undefined;
|
|
157336
157628
|
/**
|
|
157337
157629
|
* @deprecated Use `external_type`.*/
|
|
157338
|
-
system_type?: ('pti_site' | '
|
|
157630
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
157339
157631
|
/**
|
|
157340
157632
|
* @deprecated Use `external_type_display_name`.*/
|
|
157341
157633
|
system_type_display_name?: string | undefined;
|