@seamapi/types 1.543.0 → 1.545.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 +342 -287
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +435 -380
- package/dist/index.cjs +342 -287
- package/dist/index.cjs.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 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +40 -40
- package/lib/seam/connect/openapi.d.ts +354 -306
- package/lib/seam/connect/openapi.js +326 -272
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +65 -58
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +326 -272
- package/src/lib/seam/connect/route-types.ts +75 -52
|
@@ -11635,7 +11635,7 @@ export type Routes = {
|
|
|
11635
11635
|
acs_user_count?: number | undefined;
|
|
11636
11636
|
acs_access_group_count?: number | undefined;
|
|
11637
11637
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
11638
|
-
external_type?: ('pti_site' | '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') | undefined;
|
|
11638
|
+
external_type?: ('pti_site' | '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;
|
|
11639
11639
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
11640
11640
|
external_type_display_name?: string | undefined;
|
|
11641
11641
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -11650,7 +11650,7 @@ export type Routes = {
|
|
|
11650
11650
|
} | undefined;
|
|
11651
11651
|
/**
|
|
11652
11652
|
* @deprecated Use `external_type`.*/
|
|
11653
|
-
system_type?: ('pti_site' | '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') | undefined;
|
|
11653
|
+
system_type?: ('pti_site' | '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;
|
|
11654
11654
|
/**
|
|
11655
11655
|
* @deprecated Use `external_type_display_name`.*/
|
|
11656
11656
|
system_type_display_name?: string | undefined;
|
|
@@ -14586,7 +14586,7 @@ export type Routes = {
|
|
|
14586
14586
|
acs_user_count?: number | undefined;
|
|
14587
14587
|
acs_access_group_count?: number | undefined;
|
|
14588
14588
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
14589
|
-
external_type?: ('pti_site' | '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') | undefined;
|
|
14589
|
+
external_type?: ('pti_site' | '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;
|
|
14590
14590
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
14591
14591
|
external_type_display_name?: string | undefined;
|
|
14592
14592
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -14601,7 +14601,7 @@ export type Routes = {
|
|
|
14601
14601
|
} | undefined;
|
|
14602
14602
|
/**
|
|
14603
14603
|
* @deprecated Use `external_type`.*/
|
|
14604
|
-
system_type?: ('pti_site' | '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') | undefined;
|
|
14604
|
+
system_type?: ('pti_site' | '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;
|
|
14605
14605
|
/**
|
|
14606
14606
|
* @deprecated Use `external_type_display_name`.*/
|
|
14607
14607
|
system_type_display_name?: string | undefined;
|
|
@@ -25628,7 +25628,7 @@ export type Routes = {
|
|
|
25628
25628
|
acs_user_count?: number | undefined;
|
|
25629
25629
|
acs_access_group_count?: number | undefined;
|
|
25630
25630
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
25631
|
-
external_type?: ('pti_site' | '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') | undefined;
|
|
25631
|
+
external_type?: ('pti_site' | '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;
|
|
25632
25632
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
25633
25633
|
external_type_display_name?: string | undefined;
|
|
25634
25634
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -25643,7 +25643,7 @@ export type Routes = {
|
|
|
25643
25643
|
} | undefined;
|
|
25644
25644
|
/**
|
|
25645
25645
|
* @deprecated Use `external_type`.*/
|
|
25646
|
-
system_type?: ('pti_site' | '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') | undefined;
|
|
25646
|
+
system_type?: ('pti_site' | '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;
|
|
25647
25647
|
/**
|
|
25648
25648
|
* @deprecated Use `external_type_display_name`.*/
|
|
25649
25649
|
system_type_display_name?: string | undefined;
|
|
@@ -25761,7 +25761,7 @@ export type Routes = {
|
|
|
25761
25761
|
acs_user_count?: number | undefined;
|
|
25762
25762
|
acs_access_group_count?: number | undefined;
|
|
25763
25763
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
25764
|
-
external_type?: ('pti_site' | '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') | undefined;
|
|
25764
|
+
external_type?: ('pti_site' | '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;
|
|
25765
25765
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
25766
25766
|
external_type_display_name?: string | undefined;
|
|
25767
25767
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -25776,7 +25776,7 @@ export type Routes = {
|
|
|
25776
25776
|
} | undefined;
|
|
25777
25777
|
/**
|
|
25778
25778
|
* @deprecated Use `external_type`.*/
|
|
25779
|
-
system_type?: ('pti_site' | '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') | undefined;
|
|
25779
|
+
system_type?: ('pti_site' | '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;
|
|
25780
25780
|
/**
|
|
25781
25781
|
* @deprecated Use `external_type_display_name`.*/
|
|
25782
25782
|
system_type_display_name?: string | undefined;
|
|
@@ -25892,7 +25892,7 @@ export type Routes = {
|
|
|
25892
25892
|
acs_user_count?: number | undefined;
|
|
25893
25893
|
acs_access_group_count?: number | undefined;
|
|
25894
25894
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
25895
|
-
external_type?: ('pti_site' | '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') | undefined;
|
|
25895
|
+
external_type?: ('pti_site' | '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;
|
|
25896
25896
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
25897
25897
|
external_type_display_name?: string | undefined;
|
|
25898
25898
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -25907,7 +25907,7 @@ export type Routes = {
|
|
|
25907
25907
|
} | undefined;
|
|
25908
25908
|
/**
|
|
25909
25909
|
* @deprecated Use `external_type`.*/
|
|
25910
|
-
system_type?: ('pti_site' | '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') | undefined;
|
|
25910
|
+
system_type?: ('pti_site' | '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;
|
|
25911
25911
|
/**
|
|
25912
25912
|
* @deprecated Use `external_type_display_name`.*/
|
|
25913
25913
|
system_type_display_name?: string | undefined;
|
|
@@ -55627,53 +55627,57 @@ export type Routes = {
|
|
|
55627
55627
|
formData: {};
|
|
55628
55628
|
jsonResponse: {
|
|
55629
55629
|
timeline: {
|
|
55630
|
-
|
|
55631
|
-
|
|
55632
|
-
|
|
55633
|
-
|
|
55634
|
-
|
|
55635
|
-
|
|
55636
|
-
|
|
55637
|
-
[x: string]: any;
|
|
55638
|
-
};
|
|
55639
|
-
} | {
|
|
55640
|
-
context_type: 'job';
|
|
55641
|
-
job_id: string;
|
|
55642
|
-
};
|
|
55643
|
-
entries: {
|
|
55644
|
-
resource_type: string;
|
|
55645
|
-
resource_id: string;
|
|
55646
|
-
entry_type: string;
|
|
55647
|
-
body: {
|
|
55648
|
-
entry_type: 'resource_created';
|
|
55649
|
-
description: string;
|
|
55650
|
-
} | {
|
|
55651
|
-
entry_type: 'resource_updated';
|
|
55652
|
-
description: string;
|
|
55653
|
-
properties_updated?: {
|
|
55630
|
+
resource_type: string;
|
|
55631
|
+
resource_id: string;
|
|
55632
|
+
groups: {
|
|
55633
|
+
context: {
|
|
55634
|
+
context_type: 'request';
|
|
55635
|
+
request_id: string;
|
|
55636
|
+
request_payload: {
|
|
55654
55637
|
[x: string]: any;
|
|
55655
|
-
}
|
|
55656
|
-
|
|
55657
|
-
warnings?: string[] | undefined;
|
|
55658
|
-
} | {
|
|
55659
|
-
entry_type: 'resource_deleted';
|
|
55660
|
-
description: string;
|
|
55661
|
-
} | {
|
|
55662
|
-
entry_type: 'event';
|
|
55663
|
-
event_type: string;
|
|
55664
|
-
event_id: string;
|
|
55665
|
-
} | {
|
|
55666
|
-
entry_type: 'provider_call';
|
|
55667
|
-
description: string;
|
|
55668
|
-
response_status_code: number;
|
|
55669
|
-
response_body?: {
|
|
55638
|
+
};
|
|
55639
|
+
response_payload: {
|
|
55670
55640
|
[x: string]: any;
|
|
55671
|
-
}
|
|
55641
|
+
};
|
|
55642
|
+
} | {
|
|
55643
|
+
context_type: 'job';
|
|
55644
|
+
job_id: string;
|
|
55672
55645
|
};
|
|
55646
|
+
entries: {
|
|
55647
|
+
resource_type: string;
|
|
55648
|
+
resource_id: string;
|
|
55649
|
+
entry_type: string;
|
|
55650
|
+
body: {
|
|
55651
|
+
entry_type: 'resource_created';
|
|
55652
|
+
description: string;
|
|
55653
|
+
} | {
|
|
55654
|
+
entry_type: 'resource_updated';
|
|
55655
|
+
description: string;
|
|
55656
|
+
properties_updated?: {
|
|
55657
|
+
[x: string]: any;
|
|
55658
|
+
} | undefined;
|
|
55659
|
+
errors?: string[] | undefined;
|
|
55660
|
+
warnings?: string[] | undefined;
|
|
55661
|
+
} | {
|
|
55662
|
+
entry_type: 'resource_deleted';
|
|
55663
|
+
description: string;
|
|
55664
|
+
} | {
|
|
55665
|
+
entry_type: 'event';
|
|
55666
|
+
event_type: string;
|
|
55667
|
+
event_id: string;
|
|
55668
|
+
} | {
|
|
55669
|
+
entry_type: 'provider_call';
|
|
55670
|
+
description: string;
|
|
55671
|
+
response_status_code: number;
|
|
55672
|
+
response_body?: {
|
|
55673
|
+
[x: string]: any;
|
|
55674
|
+
} | undefined;
|
|
55675
|
+
};
|
|
55676
|
+
created_at: string;
|
|
55677
|
+
}[];
|
|
55673
55678
|
created_at: string;
|
|
55674
55679
|
}[];
|
|
55675
|
-
|
|
55676
|
-
}[];
|
|
55680
|
+
};
|
|
55677
55681
|
/** Information about the current page of results. */
|
|
55678
55682
|
pagination: {
|
|
55679
55683
|
/** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
|
|
@@ -55713,6 +55717,9 @@ export type Routes = {
|
|
|
55713
55717
|
workspace_id: string;
|
|
55714
55718
|
automation_id: string | null;
|
|
55715
55719
|
partner_resource_id: string | null;
|
|
55720
|
+
partner_key: string | null;
|
|
55721
|
+
resource_type: string | null;
|
|
55722
|
+
resource_type_alias: string | null;
|
|
55716
55723
|
automation_result?: {
|
|
55717
55724
|
success: boolean;
|
|
55718
55725
|
rule: 'reservation_created' | 'reservation_time_updated' | 'reservation_deleted';
|
|
@@ -59933,7 +59940,7 @@ export type Routes = {
|
|
|
59933
59940
|
acs_user_count?: number | undefined;
|
|
59934
59941
|
acs_access_group_count?: number | undefined;
|
|
59935
59942
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
59936
|
-
external_type?: ('pti_site' | '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') | undefined;
|
|
59943
|
+
external_type?: ('pti_site' | '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;
|
|
59937
59944
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
59938
59945
|
external_type_display_name?: string | undefined;
|
|
59939
59946
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -59948,7 +59955,7 @@ export type Routes = {
|
|
|
59948
59955
|
} | undefined;
|
|
59949
59956
|
/**
|
|
59950
59957
|
* @deprecated Use `external_type`.*/
|
|
59951
|
-
system_type?: ('pti_site' | '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') | undefined;
|
|
59958
|
+
system_type?: ('pti_site' | '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;
|
|
59952
59959
|
/**
|
|
59953
59960
|
* @deprecated Use `external_type_display_name`.*/
|
|
59954
59961
|
system_type_display_name?: string | undefined;
|
|
@@ -78476,7 +78483,7 @@ export type Routes = {
|
|
|
78476
78483
|
acs_user_count?: number | undefined;
|
|
78477
78484
|
acs_access_group_count?: number | undefined;
|
|
78478
78485
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
78479
|
-
external_type?: ('pti_site' | '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') | undefined;
|
|
78486
|
+
external_type?: ('pti_site' | '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;
|
|
78480
78487
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
78481
78488
|
external_type_display_name?: string | undefined;
|
|
78482
78489
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -78491,7 +78498,7 @@ export type Routes = {
|
|
|
78491
78498
|
} | undefined;
|
|
78492
78499
|
/**
|
|
78493
78500
|
* @deprecated Use `external_type`.*/
|
|
78494
|
-
system_type?: ('pti_site' | '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') | undefined;
|
|
78501
|
+
system_type?: ('pti_site' | '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;
|
|
78495
78502
|
/**
|
|
78496
78503
|
* @deprecated Use `external_type_display_name`.*/
|
|
78497
78504
|
system_type_display_name?: string | undefined;
|
|
@@ -80512,7 +80519,7 @@ export type Routes = {
|
|
|
80512
80519
|
acs_user_count?: number | undefined;
|
|
80513
80520
|
acs_access_group_count?: number | undefined;
|
|
80514
80521
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
80515
|
-
external_type?: ('pti_site' | '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') | undefined;
|
|
80522
|
+
external_type?: ('pti_site' | '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;
|
|
80516
80523
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
80517
80524
|
external_type_display_name?: string | undefined;
|
|
80518
80525
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -80527,7 +80534,7 @@ export type Routes = {
|
|
|
80527
80534
|
} | undefined;
|
|
80528
80535
|
/**
|
|
80529
80536
|
* @deprecated Use `external_type`.*/
|
|
80530
|
-
system_type?: ('pti_site' | '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') | undefined;
|
|
80537
|
+
system_type?: ('pti_site' | '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;
|
|
80531
80538
|
/**
|
|
80532
80539
|
* @deprecated Use `external_type_display_name`.*/
|
|
80533
80540
|
system_type_display_name?: string | undefined;
|
package/package.json
CHANGED