@seamapi/types 1.828.0 → 1.829.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 +109 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +321 -30
- package/dist/index.cjs +109 -3
- 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/phones/phone-session.d.ts +176 -0
- package/lib/seam/connect/openapi.js +94 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +201 -14
- 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/openapi.ts +104 -2
- package/src/lib/seam/connect/route-types.ts +223 -14
|
@@ -12899,6 +12899,23 @@ export type Routes = {
|
|
|
12899
12899
|
/** Name of the site that the access point belongs to. */
|
|
12900
12900
|
site_name: string;
|
|
12901
12901
|
} | undefined;
|
|
12902
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
12903
|
+
avigilon_alta_metadata?: {
|
|
12904
|
+
/** Entry name for an Avigilon Alta system. */
|
|
12905
|
+
entry_name: string;
|
|
12906
|
+
/** Organization name for an Avigilon Alta system. */
|
|
12907
|
+
org_name: string;
|
|
12908
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
12909
|
+
zone_id: number;
|
|
12910
|
+
/** Zone name for an Avigilon Alta system. */
|
|
12911
|
+
zone_name: string;
|
|
12912
|
+
/** Site ID for an Avigilon Alta system. */
|
|
12913
|
+
site_id: number;
|
|
12914
|
+
/** Site name for an Avigilon Alta system. */
|
|
12915
|
+
site_name: string;
|
|
12916
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
12917
|
+
entry_relays_total_count: number;
|
|
12918
|
+
} | undefined;
|
|
12902
12919
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
12903
12920
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
12904
12921
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -13056,7 +13073,7 @@ export type Routes = {
|
|
|
13056
13073
|
acs_user_count?: number | undefined;
|
|
13057
13074
|
acs_access_group_count?: number | undefined;
|
|
13058
13075
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
13059
|
-
external_type?: ('pti_site' | '
|
|
13076
|
+
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;
|
|
13060
13077
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
13061
13078
|
external_type_display_name?: string | undefined;
|
|
13062
13079
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -13071,7 +13088,7 @@ export type Routes = {
|
|
|
13071
13088
|
} | undefined;
|
|
13072
13089
|
/**
|
|
13073
13090
|
* @deprecated Use `external_type`.*/
|
|
13074
|
-
system_type?: ('pti_site' | '
|
|
13091
|
+
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;
|
|
13075
13092
|
/**
|
|
13076
13093
|
* @deprecated Use `external_type_display_name`.*/
|
|
13077
13094
|
system_type_display_name?: string | undefined;
|
|
@@ -17330,6 +17347,23 @@ export type Routes = {
|
|
|
17330
17347
|
/** Name of the site that the access point belongs to. */
|
|
17331
17348
|
site_name: string;
|
|
17332
17349
|
} | undefined;
|
|
17350
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
17351
|
+
avigilon_alta_metadata?: {
|
|
17352
|
+
/** Entry name for an Avigilon Alta system. */
|
|
17353
|
+
entry_name: string;
|
|
17354
|
+
/** Organization name for an Avigilon Alta system. */
|
|
17355
|
+
org_name: string;
|
|
17356
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
17357
|
+
zone_id: number;
|
|
17358
|
+
/** Zone name for an Avigilon Alta system. */
|
|
17359
|
+
zone_name: string;
|
|
17360
|
+
/** Site ID for an Avigilon Alta system. */
|
|
17361
|
+
site_id: number;
|
|
17362
|
+
/** Site name for an Avigilon Alta system. */
|
|
17363
|
+
site_name: string;
|
|
17364
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
17365
|
+
entry_relays_total_count: number;
|
|
17366
|
+
} | undefined;
|
|
17333
17367
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
17334
17368
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
17335
17369
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -18724,6 +18758,23 @@ export type Routes = {
|
|
|
18724
18758
|
/** Name of the site that the access point belongs to. */
|
|
18725
18759
|
site_name: string;
|
|
18726
18760
|
} | undefined;
|
|
18761
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
18762
|
+
avigilon_alta_metadata?: {
|
|
18763
|
+
/** Entry name for an Avigilon Alta system. */
|
|
18764
|
+
entry_name: string;
|
|
18765
|
+
/** Organization name for an Avigilon Alta system. */
|
|
18766
|
+
org_name: string;
|
|
18767
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
18768
|
+
zone_id: number;
|
|
18769
|
+
/** Zone name for an Avigilon Alta system. */
|
|
18770
|
+
zone_name: string;
|
|
18771
|
+
/** Site ID for an Avigilon Alta system. */
|
|
18772
|
+
site_id: number;
|
|
18773
|
+
/** Site name for an Avigilon Alta system. */
|
|
18774
|
+
site_name: string;
|
|
18775
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
18776
|
+
entry_relays_total_count: number;
|
|
18777
|
+
} | undefined;
|
|
18727
18778
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
18728
18779
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
18729
18780
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -20402,6 +20453,23 @@ export type Routes = {
|
|
|
20402
20453
|
/** Name of the site that the access point belongs to. */
|
|
20403
20454
|
site_name: string;
|
|
20404
20455
|
} | undefined;
|
|
20456
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20457
|
+
avigilon_alta_metadata?: {
|
|
20458
|
+
/** Entry name for an Avigilon Alta system. */
|
|
20459
|
+
entry_name: string;
|
|
20460
|
+
/** Organization name for an Avigilon Alta system. */
|
|
20461
|
+
org_name: string;
|
|
20462
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
20463
|
+
zone_id: number;
|
|
20464
|
+
/** Zone name for an Avigilon Alta system. */
|
|
20465
|
+
zone_name: string;
|
|
20466
|
+
/** Site ID for an Avigilon Alta system. */
|
|
20467
|
+
site_id: number;
|
|
20468
|
+
/** Site name for an Avigilon Alta system. */
|
|
20469
|
+
site_name: string;
|
|
20470
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
20471
|
+
entry_relays_total_count: number;
|
|
20472
|
+
} | undefined;
|
|
20405
20473
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
20406
20474
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
20407
20475
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -24038,6 +24106,23 @@ export type Routes = {
|
|
|
24038
24106
|
/** Name of the site that the access point belongs to. */
|
|
24039
24107
|
site_name: string;
|
|
24040
24108
|
} | undefined;
|
|
24109
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24110
|
+
avigilon_alta_metadata?: {
|
|
24111
|
+
/** Entry name for an Avigilon Alta system. */
|
|
24112
|
+
entry_name: string;
|
|
24113
|
+
/** Organization name for an Avigilon Alta system. */
|
|
24114
|
+
org_name: string;
|
|
24115
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
24116
|
+
zone_id: number;
|
|
24117
|
+
/** Zone name for an Avigilon Alta system. */
|
|
24118
|
+
zone_name: string;
|
|
24119
|
+
/** Site ID for an Avigilon Alta system. */
|
|
24120
|
+
site_id: number;
|
|
24121
|
+
/** Site name for an Avigilon Alta system. */
|
|
24122
|
+
site_name: string;
|
|
24123
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
24124
|
+
entry_relays_total_count: number;
|
|
24125
|
+
} | undefined;
|
|
24041
24126
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
24042
24127
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
24043
24128
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -24219,6 +24304,23 @@ export type Routes = {
|
|
|
24219
24304
|
/** Name of the site that the access point belongs to. */
|
|
24220
24305
|
site_name: string;
|
|
24221
24306
|
} | undefined;
|
|
24307
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24308
|
+
avigilon_alta_metadata?: {
|
|
24309
|
+
/** Entry name for an Avigilon Alta system. */
|
|
24310
|
+
entry_name: string;
|
|
24311
|
+
/** Organization name for an Avigilon Alta system. */
|
|
24312
|
+
org_name: string;
|
|
24313
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
24314
|
+
zone_id: number;
|
|
24315
|
+
/** Zone name for an Avigilon Alta system. */
|
|
24316
|
+
zone_name: string;
|
|
24317
|
+
/** Site ID for an Avigilon Alta system. */
|
|
24318
|
+
site_id: number;
|
|
24319
|
+
/** Site name for an Avigilon Alta system. */
|
|
24320
|
+
site_name: string;
|
|
24321
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
24322
|
+
entry_relays_total_count: number;
|
|
24323
|
+
} | undefined;
|
|
24222
24324
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
24223
24325
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
24224
24326
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -25755,7 +25857,7 @@ export type Routes = {
|
|
|
25755
25857
|
acs_user_count?: number | undefined;
|
|
25756
25858
|
acs_access_group_count?: number | undefined;
|
|
25757
25859
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
25758
|
-
external_type?: ('pti_site' | '
|
|
25860
|
+
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;
|
|
25759
25861
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
25760
25862
|
external_type_display_name?: string | undefined;
|
|
25761
25863
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -25770,7 +25872,7 @@ export type Routes = {
|
|
|
25770
25872
|
} | undefined;
|
|
25771
25873
|
/**
|
|
25772
25874
|
* @deprecated Use `external_type`.*/
|
|
25773
|
-
system_type?: ('pti_site' | '
|
|
25875
|
+
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;
|
|
25774
25876
|
/**
|
|
25775
25877
|
* @deprecated Use `external_type_display_name`.*/
|
|
25776
25878
|
system_type_display_name?: string | undefined;
|
|
@@ -25891,7 +25993,7 @@ export type Routes = {
|
|
|
25891
25993
|
acs_user_count?: number | undefined;
|
|
25892
25994
|
acs_access_group_count?: number | undefined;
|
|
25893
25995
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
25894
|
-
external_type?: ('pti_site' | '
|
|
25996
|
+
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;
|
|
25895
25997
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
25896
25998
|
external_type_display_name?: string | undefined;
|
|
25897
25999
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -25906,7 +26008,7 @@ export type Routes = {
|
|
|
25906
26008
|
} | undefined;
|
|
25907
26009
|
/**
|
|
25908
26010
|
* @deprecated Use `external_type`.*/
|
|
25909
|
-
system_type?: ('pti_site' | '
|
|
26011
|
+
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;
|
|
25910
26012
|
/**
|
|
25911
26013
|
* @deprecated Use `external_type_display_name`.*/
|
|
25912
26014
|
system_type_display_name?: string | undefined;
|
|
@@ -26023,7 +26125,7 @@ export type Routes = {
|
|
|
26023
26125
|
acs_user_count?: number | undefined;
|
|
26024
26126
|
acs_access_group_count?: number | undefined;
|
|
26025
26127
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
26026
|
-
external_type?: ('pti_site' | '
|
|
26128
|
+
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;
|
|
26027
26129
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
26028
26130
|
external_type_display_name?: string | undefined;
|
|
26029
26131
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -26038,7 +26140,7 @@ export type Routes = {
|
|
|
26038
26140
|
} | undefined;
|
|
26039
26141
|
/**
|
|
26040
26142
|
* @deprecated Use `external_type`.*/
|
|
26041
|
-
system_type?: ('pti_site' | '
|
|
26143
|
+
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;
|
|
26042
26144
|
/**
|
|
26043
26145
|
* @deprecated Use `external_type_display_name`.*/
|
|
26044
26146
|
system_type_display_name?: string | undefined;
|
|
@@ -27143,6 +27245,23 @@ export type Routes = {
|
|
|
27143
27245
|
/** Name of the site that the access point belongs to. */
|
|
27144
27246
|
site_name: string;
|
|
27145
27247
|
} | undefined;
|
|
27248
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27249
|
+
avigilon_alta_metadata?: {
|
|
27250
|
+
/** Entry name for an Avigilon Alta system. */
|
|
27251
|
+
entry_name: string;
|
|
27252
|
+
/** Organization name for an Avigilon Alta system. */
|
|
27253
|
+
org_name: string;
|
|
27254
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
27255
|
+
zone_id: number;
|
|
27256
|
+
/** Zone name for an Avigilon Alta system. */
|
|
27257
|
+
zone_name: string;
|
|
27258
|
+
/** Site ID for an Avigilon Alta system. */
|
|
27259
|
+
site_id: number;
|
|
27260
|
+
/** Site name for an Avigilon Alta system. */
|
|
27261
|
+
site_name: string;
|
|
27262
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
27263
|
+
entry_relays_total_count: number;
|
|
27264
|
+
} | undefined;
|
|
27146
27265
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
27147
27266
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
27148
27267
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -68688,6 +68807,23 @@ export type Routes = {
|
|
|
68688
68807
|
/** Name of the site that the access point belongs to. */
|
|
68689
68808
|
site_name: string;
|
|
68690
68809
|
} | undefined;
|
|
68810
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
68811
|
+
avigilon_alta_metadata?: {
|
|
68812
|
+
/** Entry name for an Avigilon Alta system. */
|
|
68813
|
+
entry_name: string;
|
|
68814
|
+
/** Organization name for an Avigilon Alta system. */
|
|
68815
|
+
org_name: string;
|
|
68816
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
68817
|
+
zone_id: number;
|
|
68818
|
+
/** Zone name for an Avigilon Alta system. */
|
|
68819
|
+
zone_name: string;
|
|
68820
|
+
/** Site ID for an Avigilon Alta system. */
|
|
68821
|
+
site_id: number;
|
|
68822
|
+
/** Site name for an Avigilon Alta system. */
|
|
68823
|
+
site_name: string;
|
|
68824
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
68825
|
+
entry_relays_total_count: number;
|
|
68826
|
+
} | undefined;
|
|
68691
68827
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
68692
68828
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
68693
68829
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -70482,6 +70618,23 @@ export type Routes = {
|
|
|
70482
70618
|
/** Name of the site that the access point belongs to. */
|
|
70483
70619
|
site_name: string;
|
|
70484
70620
|
} | undefined;
|
|
70621
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
70622
|
+
avigilon_alta_metadata?: {
|
|
70623
|
+
/** Entry name for an Avigilon Alta system. */
|
|
70624
|
+
entry_name: string;
|
|
70625
|
+
/** Organization name for an Avigilon Alta system. */
|
|
70626
|
+
org_name: string;
|
|
70627
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
70628
|
+
zone_id: number;
|
|
70629
|
+
/** Zone name for an Avigilon Alta system. */
|
|
70630
|
+
zone_name: string;
|
|
70631
|
+
/** Site ID for an Avigilon Alta system. */
|
|
70632
|
+
site_id: number;
|
|
70633
|
+
/** Site name for an Avigilon Alta system. */
|
|
70634
|
+
site_name: string;
|
|
70635
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
70636
|
+
entry_relays_total_count: number;
|
|
70637
|
+
} | undefined;
|
|
70485
70638
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
70486
70639
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
70487
70640
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -70639,7 +70792,7 @@ export type Routes = {
|
|
|
70639
70792
|
acs_user_count?: number | undefined;
|
|
70640
70793
|
acs_access_group_count?: number | undefined;
|
|
70641
70794
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
70642
|
-
external_type?: ('pti_site' | '
|
|
70795
|
+
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;
|
|
70643
70796
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
70644
70797
|
external_type_display_name?: string | undefined;
|
|
70645
70798
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -70654,7 +70807,7 @@ export type Routes = {
|
|
|
70654
70807
|
} | undefined;
|
|
70655
70808
|
/**
|
|
70656
70809
|
* @deprecated Use `external_type`.*/
|
|
70657
|
-
system_type?: ('pti_site' | '
|
|
70810
|
+
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;
|
|
70658
70811
|
/**
|
|
70659
70812
|
* @deprecated Use `external_type_display_name`.*/
|
|
70660
70813
|
system_type_display_name?: string | undefined;
|
|
@@ -91058,6 +91211,23 @@ export type Routes = {
|
|
|
91058
91211
|
/** Name of the site that the access point belongs to. */
|
|
91059
91212
|
site_name: string;
|
|
91060
91213
|
} | undefined;
|
|
91214
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91215
|
+
avigilon_alta_metadata?: {
|
|
91216
|
+
/** Entry name for an Avigilon Alta system. */
|
|
91217
|
+
entry_name: string;
|
|
91218
|
+
/** Organization name for an Avigilon Alta system. */
|
|
91219
|
+
org_name: string;
|
|
91220
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
91221
|
+
zone_id: number;
|
|
91222
|
+
/** Zone name for an Avigilon Alta system. */
|
|
91223
|
+
zone_name: string;
|
|
91224
|
+
/** Site ID for an Avigilon Alta system. */
|
|
91225
|
+
site_id: number;
|
|
91226
|
+
/** Site name for an Avigilon Alta system. */
|
|
91227
|
+
site_name: string;
|
|
91228
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
91229
|
+
entry_relays_total_count: number;
|
|
91230
|
+
} | undefined;
|
|
91061
91231
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
91062
91232
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
91063
91233
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -91091,7 +91261,7 @@ export type Routes = {
|
|
|
91091
91261
|
acs_user_count?: number | undefined;
|
|
91092
91262
|
acs_access_group_count?: number | undefined;
|
|
91093
91263
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
91094
|
-
external_type?: ('pti_site' | '
|
|
91264
|
+
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;
|
|
91095
91265
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
91096
91266
|
external_type_display_name?: string | undefined;
|
|
91097
91267
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -91106,7 +91276,7 @@ export type Routes = {
|
|
|
91106
91276
|
} | undefined;
|
|
91107
91277
|
/**
|
|
91108
91278
|
* @deprecated Use `external_type`.*/
|
|
91109
|
-
system_type?: ('pti_site' | '
|
|
91279
|
+
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;
|
|
91110
91280
|
/**
|
|
91111
91281
|
* @deprecated Use `external_type_display_name`.*/
|
|
91112
91282
|
system_type_display_name?: string | undefined;
|
|
@@ -93500,6 +93670,23 @@ export type Routes = {
|
|
|
93500
93670
|
/** Name of the site that the access point belongs to. */
|
|
93501
93671
|
site_name: string;
|
|
93502
93672
|
} | undefined;
|
|
93673
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
93674
|
+
avigilon_alta_metadata?: {
|
|
93675
|
+
/** Entry name for an Avigilon Alta system. */
|
|
93676
|
+
entry_name: string;
|
|
93677
|
+
/** Organization name for an Avigilon Alta system. */
|
|
93678
|
+
org_name: string;
|
|
93679
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
93680
|
+
zone_id: number;
|
|
93681
|
+
/** Zone name for an Avigilon Alta system. */
|
|
93682
|
+
zone_name: string;
|
|
93683
|
+
/** Site ID for an Avigilon Alta system. */
|
|
93684
|
+
site_id: number;
|
|
93685
|
+
/** Site name for an Avigilon Alta system. */
|
|
93686
|
+
site_name: string;
|
|
93687
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
93688
|
+
entry_relays_total_count: number;
|
|
93689
|
+
} | undefined;
|
|
93503
93690
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
93504
93691
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
93505
93692
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -93519,7 +93706,7 @@ export type Routes = {
|
|
|
93519
93706
|
acs_user_count?: number | undefined;
|
|
93520
93707
|
acs_access_group_count?: number | undefined;
|
|
93521
93708
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
93522
|
-
external_type?: ('pti_site' | '
|
|
93709
|
+
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;
|
|
93523
93710
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
93524
93711
|
external_type_display_name?: string | undefined;
|
|
93525
93712
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -93534,7 +93721,7 @@ export type Routes = {
|
|
|
93534
93721
|
} | undefined;
|
|
93535
93722
|
/**
|
|
93536
93723
|
* @deprecated Use `external_type`.*/
|
|
93537
|
-
system_type?: ('pti_site' | '
|
|
93724
|
+
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;
|
|
93538
93725
|
/**
|
|
93539
93726
|
* @deprecated Use `external_type_display_name`.*/
|
|
93540
93727
|
system_type_display_name?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod'
|
|
2
2
|
|
|
3
|
+
import { acs_entrance_avigilon_alta_metadata } from './metadata/avigilon-alta.js'
|
|
3
4
|
import { acs_entrance_dormakaba_ambiance_metadata } from './metadata/dormakaba-ambiance.js'
|
|
4
5
|
import {
|
|
5
6
|
acs_entrance_assa_abloy_vostio_metadata,
|
|
@@ -142,6 +143,11 @@ export const acs_entrance = z
|
|
|
142
143
|
.describe(
|
|
143
144
|
'Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
144
145
|
),
|
|
146
|
+
avigilon_alta_metadata: acs_entrance_avigilon_alta_metadata
|
|
147
|
+
.optional()
|
|
148
|
+
.describe(
|
|
149
|
+
'Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
150
|
+
),
|
|
145
151
|
})
|
|
146
152
|
.merge(acs_entrance_capability_flags).describe(`
|
|
147
153
|
---
|
|
@@ -17,7 +17,7 @@ export const acs_location = z.object({
|
|
|
17
17
|
// If changed, update seam.acs_system.external_type generated column
|
|
18
18
|
export const acs_system_external_type = z.enum([
|
|
19
19
|
'pti_site',
|
|
20
|
-
'
|
|
20
|
+
'avigilon_alta_org',
|
|
21
21
|
'salto_ks_site',
|
|
22
22
|
'salto_space_system',
|
|
23
23
|
'brivo_account',
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { z } from 'zod'
|
|
2
|
+
|
|
3
|
+
export const acs_entrance_avigilon_alta_metadata = z
|
|
4
|
+
.object({
|
|
5
|
+
entry_name: z.string().describe('Entry name for an Avigilon Alta system.'),
|
|
6
|
+
org_name: z
|
|
7
|
+
.string()
|
|
8
|
+
.describe('Organization name for an Avigilon Alta system.'),
|
|
9
|
+
zone_id: z.number().describe('Zone ID for an Avigilon Alta system.'),
|
|
10
|
+
zone_name: z.string().describe('Zone name for an Avigilon Alta system.'),
|
|
11
|
+
site_id: z.number().describe('Site ID for an Avigilon Alta system.'),
|
|
12
|
+
site_name: z.string().describe('Site name for an Avigilon Alta system.'),
|
|
13
|
+
entry_relays_total_count: z
|
|
14
|
+
.number()
|
|
15
|
+
.describe('Total count of entry relays for an Avigilon Alta system.'),
|
|
16
|
+
})
|
|
17
|
+
.describe('Avigilon Alta-specific metadata associated with the entrance.')
|
|
18
|
+
|
|
19
|
+
export type AcsEntranceAvigilonAltaMetadata = z.infer<
|
|
20
|
+
typeof acs_entrance_avigilon_alta_metadata
|
|
21
|
+
>
|
|
@@ -4301,6 +4301,54 @@ const openapi: OpenAPISpec = {
|
|
|
4301
4301
|
required: ['door_type', 'door_name'],
|
|
4302
4302
|
type: 'object',
|
|
4303
4303
|
},
|
|
4304
|
+
avigilon_alta_metadata: {
|
|
4305
|
+
description:
|
|
4306
|
+
'Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
4307
|
+
properties: {
|
|
4308
|
+
entry_name: {
|
|
4309
|
+
description: 'Entry name for an Avigilon Alta system.',
|
|
4310
|
+
type: 'string',
|
|
4311
|
+
},
|
|
4312
|
+
entry_relays_total_count: {
|
|
4313
|
+
description:
|
|
4314
|
+
'Total count of entry relays for an Avigilon Alta system.',
|
|
4315
|
+
format: 'float',
|
|
4316
|
+
type: 'number',
|
|
4317
|
+
},
|
|
4318
|
+
org_name: {
|
|
4319
|
+
description: 'Organization name for an Avigilon Alta system.',
|
|
4320
|
+
type: 'string',
|
|
4321
|
+
},
|
|
4322
|
+
site_id: {
|
|
4323
|
+
description: 'Site ID for an Avigilon Alta system.',
|
|
4324
|
+
format: 'float',
|
|
4325
|
+
type: 'number',
|
|
4326
|
+
},
|
|
4327
|
+
site_name: {
|
|
4328
|
+
description: 'Site name for an Avigilon Alta system.',
|
|
4329
|
+
type: 'string',
|
|
4330
|
+
},
|
|
4331
|
+
zone_id: {
|
|
4332
|
+
description: 'Zone ID for an Avigilon Alta system.',
|
|
4333
|
+
format: 'float',
|
|
4334
|
+
type: 'number',
|
|
4335
|
+
},
|
|
4336
|
+
zone_name: {
|
|
4337
|
+
description: 'Zone name for an Avigilon Alta system.',
|
|
4338
|
+
type: 'string',
|
|
4339
|
+
},
|
|
4340
|
+
},
|
|
4341
|
+
required: [
|
|
4342
|
+
'entry_name',
|
|
4343
|
+
'org_name',
|
|
4344
|
+
'zone_id',
|
|
4345
|
+
'zone_name',
|
|
4346
|
+
'site_id',
|
|
4347
|
+
'site_name',
|
|
4348
|
+
'entry_relays_total_count',
|
|
4349
|
+
],
|
|
4350
|
+
type: 'object',
|
|
4351
|
+
},
|
|
4304
4352
|
brivo_metadata: {
|
|
4305
4353
|
description:
|
|
4306
4354
|
'Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
@@ -4846,7 +4894,7 @@ const openapi: OpenAPISpec = {
|
|
|
4846
4894
|
'Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type.',
|
|
4847
4895
|
enum: [
|
|
4848
4896
|
'pti_site',
|
|
4849
|
-
'
|
|
4897
|
+
'avigilon_alta_org',
|
|
4850
4898
|
'salto_ks_site',
|
|
4851
4899
|
'salto_space_system',
|
|
4852
4900
|
'brivo_account',
|
|
@@ -4904,7 +4952,7 @@ const openapi: OpenAPISpec = {
|
|
|
4904
4952
|
deprecated: true,
|
|
4905
4953
|
enum: [
|
|
4906
4954
|
'pti_site',
|
|
4907
|
-
'
|
|
4955
|
+
'avigilon_alta_org',
|
|
4908
4956
|
'salto_ks_site',
|
|
4909
4957
|
'salto_space_system',
|
|
4910
4958
|
'brivo_account',
|
|
@@ -24895,6 +24943,60 @@ const openapi: OpenAPISpec = {
|
|
|
24895
24943
|
required: ['door_type', 'door_name'],
|
|
24896
24944
|
type: 'object',
|
|
24897
24945
|
},
|
|
24946
|
+
avigilon_alta_metadata: {
|
|
24947
|
+
description:
|
|
24948
|
+
'Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
24949
|
+
properties: {
|
|
24950
|
+
entry_name: {
|
|
24951
|
+
description:
|
|
24952
|
+
'Entry name for an Avigilon Alta system.',
|
|
24953
|
+
type: 'string',
|
|
24954
|
+
},
|
|
24955
|
+
entry_relays_total_count: {
|
|
24956
|
+
description:
|
|
24957
|
+
'Total count of entry relays for an Avigilon Alta system.',
|
|
24958
|
+
format: 'float',
|
|
24959
|
+
type: 'number',
|
|
24960
|
+
},
|
|
24961
|
+
org_name: {
|
|
24962
|
+
description:
|
|
24963
|
+
'Organization name for an Avigilon Alta system.',
|
|
24964
|
+
type: 'string',
|
|
24965
|
+
},
|
|
24966
|
+
site_id: {
|
|
24967
|
+
description:
|
|
24968
|
+
'Site ID for an Avigilon Alta system.',
|
|
24969
|
+
format: 'float',
|
|
24970
|
+
type: 'number',
|
|
24971
|
+
},
|
|
24972
|
+
site_name: {
|
|
24973
|
+
description:
|
|
24974
|
+
'Site name for an Avigilon Alta system.',
|
|
24975
|
+
type: 'string',
|
|
24976
|
+
},
|
|
24977
|
+
zone_id: {
|
|
24978
|
+
description:
|
|
24979
|
+
'Zone ID for an Avigilon Alta system.',
|
|
24980
|
+
format: 'float',
|
|
24981
|
+
type: 'number',
|
|
24982
|
+
},
|
|
24983
|
+
zone_name: {
|
|
24984
|
+
description:
|
|
24985
|
+
'Zone name for an Avigilon Alta system.',
|
|
24986
|
+
type: 'string',
|
|
24987
|
+
},
|
|
24988
|
+
},
|
|
24989
|
+
required: [
|
|
24990
|
+
'entry_name',
|
|
24991
|
+
'org_name',
|
|
24992
|
+
'zone_id',
|
|
24993
|
+
'zone_name',
|
|
24994
|
+
'site_id',
|
|
24995
|
+
'site_name',
|
|
24996
|
+
'entry_relays_total_count',
|
|
24997
|
+
],
|
|
24998
|
+
type: 'object',
|
|
24999
|
+
},
|
|
24898
25000
|
brivo_metadata: {
|
|
24899
25001
|
description:
|
|
24900
25002
|
'Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|