@seamapi/types 1.544.0 → 1.546.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 +7 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +32 -32
- package/dist/index.cjs +7 -4
- 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/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +1 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +16 -16
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +16 -0
package/dist/connect.d.cts
CHANGED
|
@@ -4818,7 +4818,7 @@ declare const acs_system: z.ZodObject<{
|
|
|
4818
4818
|
acs_system_id: z.ZodString;
|
|
4819
4819
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
4820
4820
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
4821
|
-
external_type: z.ZodOptional<z.ZodEnum<["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"]>>;
|
|
4821
|
+
external_type: z.ZodOptional<z.ZodEnum<["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"]>>;
|
|
4822
4822
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4823
4823
|
is_credential_manager: z.ZodBoolean;
|
|
4824
4824
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -4834,7 +4834,7 @@ declare const acs_system: z.ZodObject<{
|
|
|
4834
4834
|
system_id: string;
|
|
4835
4835
|
lan_address: string;
|
|
4836
4836
|
}>>;
|
|
4837
|
-
system_type: z.ZodOptional<z.ZodEnum<["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"]>>;
|
|
4837
|
+
system_type: z.ZodOptional<z.ZodEnum<["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"]>>;
|
|
4838
4838
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4839
4839
|
location: z.ZodObject<{
|
|
4840
4840
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -5033,12 +5033,12 @@ declare const acs_system: z.ZodObject<{
|
|
|
5033
5033
|
system_id: string;
|
|
5034
5034
|
lan_address: string;
|
|
5035
5035
|
} | undefined;
|
|
5036
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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" | undefined;
|
|
5036
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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;
|
|
5037
5037
|
external_type_display_name?: string | undefined;
|
|
5038
5038
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
5039
5039
|
acs_user_count?: number | undefined;
|
|
5040
5040
|
acs_access_group_count?: number | undefined;
|
|
5041
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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" | undefined;
|
|
5041
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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;
|
|
5042
5042
|
system_type_display_name?: string | undefined;
|
|
5043
5043
|
}, {
|
|
5044
5044
|
name: string;
|
|
@@ -5098,12 +5098,12 @@ declare const acs_system: z.ZodObject<{
|
|
|
5098
5098
|
system_id: string;
|
|
5099
5099
|
lan_address: string;
|
|
5100
5100
|
} | undefined;
|
|
5101
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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" | undefined;
|
|
5101
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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;
|
|
5102
5102
|
external_type_display_name?: string | undefined;
|
|
5103
5103
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
5104
5104
|
acs_user_count?: number | undefined;
|
|
5105
5105
|
acs_access_group_count?: number | undefined;
|
|
5106
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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" | undefined;
|
|
5106
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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;
|
|
5107
5107
|
system_type_display_name?: string | undefined;
|
|
5108
5108
|
}>;
|
|
5109
5109
|
type AcsSystem = z.output<typeof acs_system>;
|
|
@@ -14706,7 +14706,7 @@ declare const batch: z.ZodObject<{
|
|
|
14706
14706
|
acs_system_id: z.ZodString;
|
|
14707
14707
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
14708
14708
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
14709
|
-
external_type: z.ZodOptional<z.ZodEnum<["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"]>>;
|
|
14709
|
+
external_type: z.ZodOptional<z.ZodEnum<["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"]>>;
|
|
14710
14710
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
14711
14711
|
is_credential_manager: z.ZodBoolean;
|
|
14712
14712
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -14722,7 +14722,7 @@ declare const batch: z.ZodObject<{
|
|
|
14722
14722
|
system_id: string;
|
|
14723
14723
|
lan_address: string;
|
|
14724
14724
|
}>>;
|
|
14725
|
-
system_type: z.ZodOptional<z.ZodEnum<["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"]>>;
|
|
14725
|
+
system_type: z.ZodOptional<z.ZodEnum<["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"]>>;
|
|
14726
14726
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
14727
14727
|
location: z.ZodObject<{
|
|
14728
14728
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -14921,12 +14921,12 @@ declare const batch: z.ZodObject<{
|
|
|
14921
14921
|
system_id: string;
|
|
14922
14922
|
lan_address: string;
|
|
14923
14923
|
} | undefined;
|
|
14924
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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" | undefined;
|
|
14924
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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;
|
|
14925
14925
|
external_type_display_name?: string | undefined;
|
|
14926
14926
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
14927
14927
|
acs_user_count?: number | undefined;
|
|
14928
14928
|
acs_access_group_count?: number | undefined;
|
|
14929
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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" | undefined;
|
|
14929
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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;
|
|
14930
14930
|
system_type_display_name?: string | undefined;
|
|
14931
14931
|
}, {
|
|
14932
14932
|
name: string;
|
|
@@ -14986,12 +14986,12 @@ declare const batch: z.ZodObject<{
|
|
|
14986
14986
|
system_id: string;
|
|
14987
14987
|
lan_address: string;
|
|
14988
14988
|
} | undefined;
|
|
14989
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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" | undefined;
|
|
14989
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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;
|
|
14990
14990
|
external_type_display_name?: string | undefined;
|
|
14991
14991
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
14992
14992
|
acs_user_count?: number | undefined;
|
|
14993
14993
|
acs_access_group_count?: number | undefined;
|
|
14994
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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" | undefined;
|
|
14994
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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;
|
|
14995
14995
|
system_type_display_name?: string | undefined;
|
|
14996
14996
|
}>, "many">>;
|
|
14997
14997
|
acs_users: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -31386,12 +31386,12 @@ declare const batch: z.ZodObject<{
|
|
|
31386
31386
|
system_id: string;
|
|
31387
31387
|
lan_address: string;
|
|
31388
31388
|
} | undefined;
|
|
31389
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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" | undefined;
|
|
31389
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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;
|
|
31390
31390
|
external_type_display_name?: string | undefined;
|
|
31391
31391
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
31392
31392
|
acs_user_count?: number | undefined;
|
|
31393
31393
|
acs_access_group_count?: number | undefined;
|
|
31394
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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" | undefined;
|
|
31394
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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;
|
|
31395
31395
|
system_type_display_name?: string | undefined;
|
|
31396
31396
|
}[] | undefined;
|
|
31397
31397
|
access_grants?: {
|
|
@@ -35245,12 +35245,12 @@ declare const batch: z.ZodObject<{
|
|
|
35245
35245
|
system_id: string;
|
|
35246
35246
|
lan_address: string;
|
|
35247
35247
|
} | undefined;
|
|
35248
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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" | undefined;
|
|
35248
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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;
|
|
35249
35249
|
external_type_display_name?: string | undefined;
|
|
35250
35250
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
35251
35251
|
acs_user_count?: number | undefined;
|
|
35252
35252
|
acs_access_group_count?: number | undefined;
|
|
35253
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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" | undefined;
|
|
35253
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "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;
|
|
35254
35254
|
system_type_display_name?: string | undefined;
|
|
35255
35255
|
}[] | undefined;
|
|
35256
35256
|
access_grants?: {
|
|
@@ -114032,7 +114032,7 @@ type Routes = {
|
|
|
114032
114032
|
acs_user_count?: number | undefined;
|
|
114033
114033
|
acs_access_group_count?: number | undefined;
|
|
114034
114034
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
114035
|
-
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;
|
|
114035
|
+
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;
|
|
114036
114036
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
114037
114037
|
external_type_display_name?: string | undefined;
|
|
114038
114038
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -114047,7 +114047,7 @@ type Routes = {
|
|
|
114047
114047
|
} | undefined;
|
|
114048
114048
|
/**
|
|
114049
114049
|
* @deprecated Use `external_type`.*/
|
|
114050
|
-
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;
|
|
114050
|
+
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;
|
|
114051
114051
|
/**
|
|
114052
114052
|
* @deprecated Use `external_type_display_name`.*/
|
|
114053
114053
|
system_type_display_name?: string | undefined;
|
|
@@ -116983,7 +116983,7 @@ type Routes = {
|
|
|
116983
116983
|
acs_user_count?: number | undefined;
|
|
116984
116984
|
acs_access_group_count?: number | undefined;
|
|
116985
116985
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
116986
|
-
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;
|
|
116986
|
+
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;
|
|
116987
116987
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
116988
116988
|
external_type_display_name?: string | undefined;
|
|
116989
116989
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -116998,7 +116998,7 @@ type Routes = {
|
|
|
116998
116998
|
} | undefined;
|
|
116999
116999
|
/**
|
|
117000
117000
|
* @deprecated Use `external_type`.*/
|
|
117001
|
-
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;
|
|
117001
|
+
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;
|
|
117002
117002
|
/**
|
|
117003
117003
|
* @deprecated Use `external_type_display_name`.*/
|
|
117004
117004
|
system_type_display_name?: string | undefined;
|
|
@@ -128025,7 +128025,7 @@ type Routes = {
|
|
|
128025
128025
|
acs_user_count?: number | undefined;
|
|
128026
128026
|
acs_access_group_count?: number | undefined;
|
|
128027
128027
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
128028
|
-
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;
|
|
128028
|
+
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;
|
|
128029
128029
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
128030
128030
|
external_type_display_name?: string | undefined;
|
|
128031
128031
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -128040,7 +128040,7 @@ type Routes = {
|
|
|
128040
128040
|
} | undefined;
|
|
128041
128041
|
/**
|
|
128042
128042
|
* @deprecated Use `external_type`.*/
|
|
128043
|
-
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;
|
|
128043
|
+
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;
|
|
128044
128044
|
/**
|
|
128045
128045
|
* @deprecated Use `external_type_display_name`.*/
|
|
128046
128046
|
system_type_display_name?: string | undefined;
|
|
@@ -128158,7 +128158,7 @@ type Routes = {
|
|
|
128158
128158
|
acs_user_count?: number | undefined;
|
|
128159
128159
|
acs_access_group_count?: number | undefined;
|
|
128160
128160
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
128161
|
-
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;
|
|
128161
|
+
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;
|
|
128162
128162
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
128163
128163
|
external_type_display_name?: string | undefined;
|
|
128164
128164
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -128173,7 +128173,7 @@ type Routes = {
|
|
|
128173
128173
|
} | undefined;
|
|
128174
128174
|
/**
|
|
128175
128175
|
* @deprecated Use `external_type`.*/
|
|
128176
|
-
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;
|
|
128176
|
+
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;
|
|
128177
128177
|
/**
|
|
128178
128178
|
* @deprecated Use `external_type_display_name`.*/
|
|
128179
128179
|
system_type_display_name?: string | undefined;
|
|
@@ -128289,7 +128289,7 @@ type Routes = {
|
|
|
128289
128289
|
acs_user_count?: number | undefined;
|
|
128290
128290
|
acs_access_group_count?: number | undefined;
|
|
128291
128291
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
128292
|
-
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;
|
|
128292
|
+
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;
|
|
128293
128293
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
128294
128294
|
external_type_display_name?: string | undefined;
|
|
128295
128295
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -128304,7 +128304,7 @@ type Routes = {
|
|
|
128304
128304
|
} | undefined;
|
|
128305
128305
|
/**
|
|
128306
128306
|
* @deprecated Use `external_type`.*/
|
|
128307
|
-
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;
|
|
128307
|
+
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;
|
|
128308
128308
|
/**
|
|
128309
128309
|
* @deprecated Use `external_type_display_name`.*/
|
|
128310
128310
|
system_type_display_name?: string | undefined;
|
|
@@ -162337,7 +162337,7 @@ type Routes = {
|
|
|
162337
162337
|
acs_user_count?: number | undefined;
|
|
162338
162338
|
acs_access_group_count?: number | undefined;
|
|
162339
162339
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
162340
|
-
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;
|
|
162340
|
+
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;
|
|
162341
162341
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
162342
162342
|
external_type_display_name?: string | undefined;
|
|
162343
162343
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -162352,7 +162352,7 @@ type Routes = {
|
|
|
162352
162352
|
} | undefined;
|
|
162353
162353
|
/**
|
|
162354
162354
|
* @deprecated Use `external_type`.*/
|
|
162355
|
-
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;
|
|
162355
|
+
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;
|
|
162356
162356
|
/**
|
|
162357
162357
|
* @deprecated Use `external_type_display_name`.*/
|
|
162358
162358
|
system_type_display_name?: string | undefined;
|
|
@@ -180880,7 +180880,7 @@ type Routes = {
|
|
|
180880
180880
|
acs_user_count?: number | undefined;
|
|
180881
180881
|
acs_access_group_count?: number | undefined;
|
|
180882
180882
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
180883
|
-
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;
|
|
180883
|
+
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;
|
|
180884
180884
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
180885
180885
|
external_type_display_name?: string | undefined;
|
|
180886
180886
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -180895,7 +180895,7 @@ type Routes = {
|
|
|
180895
180895
|
} | undefined;
|
|
180896
180896
|
/**
|
|
180897
180897
|
* @deprecated Use `external_type`.*/
|
|
180898
|
-
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;
|
|
180898
|
+
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;
|
|
180899
180899
|
/**
|
|
180900
180900
|
* @deprecated Use `external_type_display_name`.*/
|
|
180901
180901
|
system_type_display_name?: string | undefined;
|
|
@@ -182916,7 +182916,7 @@ type Routes = {
|
|
|
182916
182916
|
acs_user_count?: number | undefined;
|
|
182917
182917
|
acs_access_group_count?: number | undefined;
|
|
182918
182918
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
182919
|
-
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;
|
|
182919
|
+
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;
|
|
182920
182920
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
182921
182921
|
external_type_display_name?: string | undefined;
|
|
182922
182922
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -182931,7 +182931,7 @@ type Routes = {
|
|
|
182931
182931
|
} | undefined;
|
|
182932
182932
|
/**
|
|
182933
182933
|
* @deprecated Use `external_type`.*/
|
|
182934
|
-
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;
|
|
182934
|
+
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;
|
|
182935
182935
|
/**
|
|
182936
182936
|
* @deprecated Use `external_type_display_name`.*/
|
|
182937
182937
|
system_type_display_name?: string | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -1770,7 +1770,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
1770
1770
|
"smartthings",
|
|
1771
1771
|
"yale",
|
|
1772
1772
|
"nuki",
|
|
1773
|
-
"
|
|
1773
|
+
"salto_ks",
|
|
1774
1774
|
"salto_space",
|
|
1775
1775
|
"minut",
|
|
1776
1776
|
"my_2n",
|
|
@@ -2913,7 +2913,8 @@ var acs_system_external_type = zod.z.enum([
|
|
|
2913
2913
|
"dormakaba_ambiance_site",
|
|
2914
2914
|
"legic_connect_credential_service",
|
|
2915
2915
|
"assa_abloy_vostio",
|
|
2916
|
-
"assa_abloy_vostio_credential_service"
|
|
2916
|
+
"assa_abloy_vostio_credential_service",
|
|
2917
|
+
"hotek_site"
|
|
2917
2918
|
]);
|
|
2918
2919
|
var common_acs_system_error = zod.z.object({
|
|
2919
2920
|
created_at: zod.z.string().datetime().describe("Date and time at which Seam created the error."),
|
|
@@ -8436,7 +8437,8 @@ var openapi_default = {
|
|
|
8436
8437
|
"dormakaba_ambiance_site",
|
|
8437
8438
|
"legic_connect_credential_service",
|
|
8438
8439
|
"assa_abloy_vostio",
|
|
8439
|
-
"assa_abloy_vostio_credential_service"
|
|
8440
|
+
"assa_abloy_vostio_credential_service",
|
|
8441
|
+
"hotek_site"
|
|
8440
8442
|
],
|
|
8441
8443
|
type: "string"
|
|
8442
8444
|
},
|
|
@@ -8487,7 +8489,8 @@ var openapi_default = {
|
|
|
8487
8489
|
"dormakaba_ambiance_site",
|
|
8488
8490
|
"legic_connect_credential_service",
|
|
8489
8491
|
"assa_abloy_vostio",
|
|
8490
|
-
"assa_abloy_vostio_credential_service"
|
|
8492
|
+
"assa_abloy_vostio_credential_service",
|
|
8493
|
+
"hotek_site"
|
|
8491
8494
|
],
|
|
8492
8495
|
type: "string",
|
|
8493
8496
|
"x-deprecated": "Use `external_type`."
|