@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
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?: {
|
|
@@ -88632,183 +88632,195 @@ declare const _default: {
|
|
|
88632
88632
|
$ref: string;
|
|
88633
88633
|
};
|
|
88634
88634
|
timeline: {
|
|
88635
|
-
|
|
88636
|
-
|
|
88637
|
-
|
|
88638
|
-
|
|
88639
|
-
|
|
88640
|
-
|
|
88641
|
-
|
|
88642
|
-
|
|
88643
|
-
|
|
88644
|
-
|
|
88645
|
-
|
|
88646
|
-
|
|
88647
|
-
|
|
88648
|
-
|
|
88649
|
-
|
|
88635
|
+
properties: {
|
|
88636
|
+
groups: {
|
|
88637
|
+
items: {
|
|
88638
|
+
properties: {
|
|
88639
|
+
context: {
|
|
88640
|
+
oneOf: ({
|
|
88641
|
+
properties: {
|
|
88642
|
+
context_type: {
|
|
88643
|
+
enum: string[];
|
|
88644
|
+
type: string;
|
|
88645
|
+
};
|
|
88646
|
+
request_id: {
|
|
88647
|
+
type: string;
|
|
88648
|
+
};
|
|
88649
|
+
request_payload: {
|
|
88650
|
+
additionalProperties: {
|
|
88651
|
+
$ref: string;
|
|
88652
|
+
};
|
|
88653
|
+
type: string;
|
|
88654
|
+
};
|
|
88655
|
+
response_payload: {
|
|
88656
|
+
additionalProperties: {
|
|
88657
|
+
$ref: string;
|
|
88658
|
+
};
|
|
88659
|
+
type: string;
|
|
88660
|
+
};
|
|
88661
|
+
job_id?: never;
|
|
88650
88662
|
};
|
|
88663
|
+
required: string[];
|
|
88651
88664
|
type: string;
|
|
88652
|
-
}
|
|
88653
|
-
|
|
88654
|
-
|
|
88655
|
-
|
|
88665
|
+
} | {
|
|
88666
|
+
properties: {
|
|
88667
|
+
context_type: {
|
|
88668
|
+
enum: string[];
|
|
88669
|
+
type: string;
|
|
88670
|
+
};
|
|
88671
|
+
job_id: {
|
|
88672
|
+
type: string;
|
|
88673
|
+
};
|
|
88674
|
+
request_id?: never;
|
|
88675
|
+
request_payload?: never;
|
|
88676
|
+
response_payload?: never;
|
|
88656
88677
|
};
|
|
88678
|
+
required: string[];
|
|
88657
88679
|
type: string;
|
|
88658
|
-
};
|
|
88659
|
-
job_id?: never;
|
|
88680
|
+
})[];
|
|
88660
88681
|
};
|
|
88661
|
-
|
|
88662
|
-
|
|
88663
|
-
} | {
|
|
88664
|
-
properties: {
|
|
88665
|
-
context_type: {
|
|
88666
|
-
enum: string[];
|
|
88667
|
-
type: string;
|
|
88668
|
-
};
|
|
88669
|
-
job_id: {
|
|
88670
|
-
type: string;
|
|
88671
|
-
};
|
|
88672
|
-
request_id?: never;
|
|
88673
|
-
request_payload?: never;
|
|
88674
|
-
response_payload?: never;
|
|
88682
|
+
created_at: {
|
|
88683
|
+
type: string;
|
|
88675
88684
|
};
|
|
88676
|
-
|
|
88677
|
-
|
|
88678
|
-
|
|
88679
|
-
|
|
88680
|
-
|
|
88681
|
-
|
|
88682
|
-
|
|
88683
|
-
|
|
88684
|
-
|
|
88685
|
-
|
|
88686
|
-
|
|
88687
|
-
|
|
88688
|
-
|
|
88689
|
-
|
|
88690
|
-
|
|
88691
|
-
|
|
88692
|
-
|
|
88693
|
-
|
|
88694
|
-
|
|
88695
|
-
|
|
88696
|
-
|
|
88697
|
-
|
|
88698
|
-
warnings?: never;
|
|
88699
|
-
event_id?: never;
|
|
88700
|
-
event_type?: never;
|
|
88701
|
-
response_body?: never;
|
|
88702
|
-
response_status_code?: never;
|
|
88703
|
-
};
|
|
88704
|
-
required: string[];
|
|
88705
|
-
type: string;
|
|
88706
|
-
} | {
|
|
88707
|
-
properties: {
|
|
88708
|
-
description: {
|
|
88709
|
-
type: string;
|
|
88710
|
-
};
|
|
88711
|
-
entry_type: {
|
|
88712
|
-
enum: string[];
|
|
88685
|
+
entries: {
|
|
88686
|
+
items: {
|
|
88687
|
+
properties: {
|
|
88688
|
+
body: {
|
|
88689
|
+
oneOf: ({
|
|
88690
|
+
properties: {
|
|
88691
|
+
description: {
|
|
88692
|
+
type: string;
|
|
88693
|
+
};
|
|
88694
|
+
entry_type: {
|
|
88695
|
+
enum: string[];
|
|
88696
|
+
type: string;
|
|
88697
|
+
};
|
|
88698
|
+
errors?: never;
|
|
88699
|
+
properties_updated?: never;
|
|
88700
|
+
warnings?: never;
|
|
88701
|
+
event_id?: never;
|
|
88702
|
+
event_type?: never;
|
|
88703
|
+
response_body?: never;
|
|
88704
|
+
response_status_code?: never;
|
|
88705
|
+
};
|
|
88706
|
+
required: string[];
|
|
88713
88707
|
type: string;
|
|
88714
|
-
}
|
|
88715
|
-
|
|
88716
|
-
|
|
88717
|
-
|
|
88708
|
+
} | {
|
|
88709
|
+
properties: {
|
|
88710
|
+
description: {
|
|
88711
|
+
type: string;
|
|
88712
|
+
};
|
|
88713
|
+
entry_type: {
|
|
88714
|
+
enum: string[];
|
|
88715
|
+
type: string;
|
|
88716
|
+
};
|
|
88717
|
+
errors: {
|
|
88718
|
+
items: {
|
|
88719
|
+
type: string;
|
|
88720
|
+
};
|
|
88721
|
+
type: string;
|
|
88722
|
+
};
|
|
88723
|
+
properties_updated: {
|
|
88724
|
+
additionalProperties: {
|
|
88725
|
+
$ref: string;
|
|
88726
|
+
};
|
|
88727
|
+
type: string;
|
|
88728
|
+
};
|
|
88729
|
+
warnings: {
|
|
88730
|
+
items: {
|
|
88731
|
+
type: string;
|
|
88732
|
+
};
|
|
88733
|
+
type: string;
|
|
88734
|
+
};
|
|
88735
|
+
event_id?: never;
|
|
88736
|
+
event_type?: never;
|
|
88737
|
+
response_body?: never;
|
|
88738
|
+
response_status_code?: never;
|
|
88718
88739
|
};
|
|
88740
|
+
required: string[];
|
|
88719
88741
|
type: string;
|
|
88720
|
-
}
|
|
88721
|
-
|
|
88722
|
-
|
|
88723
|
-
|
|
88742
|
+
} | {
|
|
88743
|
+
properties: {
|
|
88744
|
+
entry_type: {
|
|
88745
|
+
enum: string[];
|
|
88746
|
+
type: string;
|
|
88747
|
+
};
|
|
88748
|
+
event_id: {
|
|
88749
|
+
type: string;
|
|
88750
|
+
};
|
|
88751
|
+
event_type: {
|
|
88752
|
+
type: string;
|
|
88753
|
+
};
|
|
88754
|
+
description?: never;
|
|
88755
|
+
errors?: never;
|
|
88756
|
+
properties_updated?: never;
|
|
88757
|
+
warnings?: never;
|
|
88758
|
+
response_body?: never;
|
|
88759
|
+
response_status_code?: never;
|
|
88724
88760
|
};
|
|
88761
|
+
required: string[];
|
|
88725
88762
|
type: string;
|
|
88726
|
-
}
|
|
88727
|
-
|
|
88728
|
-
|
|
88729
|
-
|
|
88763
|
+
} | {
|
|
88764
|
+
properties: {
|
|
88765
|
+
description: {
|
|
88766
|
+
type: string;
|
|
88767
|
+
};
|
|
88768
|
+
entry_type: {
|
|
88769
|
+
enum: string[];
|
|
88770
|
+
type: string;
|
|
88771
|
+
};
|
|
88772
|
+
response_body: {
|
|
88773
|
+
additionalProperties: {
|
|
88774
|
+
$ref: string;
|
|
88775
|
+
};
|
|
88776
|
+
type: string;
|
|
88777
|
+
};
|
|
88778
|
+
response_status_code: {
|
|
88779
|
+
format: string;
|
|
88780
|
+
type: string;
|
|
88781
|
+
};
|
|
88782
|
+
errors?: never;
|
|
88783
|
+
properties_updated?: never;
|
|
88784
|
+
warnings?: never;
|
|
88785
|
+
event_id?: never;
|
|
88786
|
+
event_type?: never;
|
|
88730
88787
|
};
|
|
88788
|
+
required: string[];
|
|
88731
88789
|
type: string;
|
|
88732
|
-
};
|
|
88733
|
-
event_id?: never;
|
|
88734
|
-
event_type?: never;
|
|
88735
|
-
response_body?: never;
|
|
88736
|
-
response_status_code?: never;
|
|
88790
|
+
})[];
|
|
88737
88791
|
};
|
|
88738
|
-
|
|
88739
|
-
|
|
88740
|
-
} | {
|
|
88741
|
-
properties: {
|
|
88742
|
-
entry_type: {
|
|
88743
|
-
enum: string[];
|
|
88744
|
-
type: string;
|
|
88745
|
-
};
|
|
88746
|
-
event_id: {
|
|
88747
|
-
type: string;
|
|
88748
|
-
};
|
|
88749
|
-
event_type: {
|
|
88750
|
-
type: string;
|
|
88751
|
-
};
|
|
88752
|
-
description?: never;
|
|
88753
|
-
errors?: never;
|
|
88754
|
-
properties_updated?: never;
|
|
88755
|
-
warnings?: never;
|
|
88756
|
-
response_body?: never;
|
|
88757
|
-
response_status_code?: never;
|
|
88792
|
+
created_at: {
|
|
88793
|
+
type: string;
|
|
88758
88794
|
};
|
|
88759
|
-
|
|
88760
|
-
|
|
88761
|
-
} | {
|
|
88762
|
-
properties: {
|
|
88763
|
-
description: {
|
|
88764
|
-
type: string;
|
|
88765
|
-
};
|
|
88766
|
-
entry_type: {
|
|
88767
|
-
enum: string[];
|
|
88768
|
-
type: string;
|
|
88769
|
-
};
|
|
88770
|
-
response_body: {
|
|
88771
|
-
additionalProperties: {
|
|
88772
|
-
$ref: string;
|
|
88773
|
-
};
|
|
88774
|
-
type: string;
|
|
88775
|
-
};
|
|
88776
|
-
response_status_code: {
|
|
88777
|
-
format: string;
|
|
88778
|
-
type: string;
|
|
88779
|
-
};
|
|
88780
|
-
errors?: never;
|
|
88781
|
-
properties_updated?: never;
|
|
88782
|
-
warnings?: never;
|
|
88783
|
-
event_id?: never;
|
|
88784
|
-
event_type?: never;
|
|
88795
|
+
entry_type: {
|
|
88796
|
+
type: string;
|
|
88785
88797
|
};
|
|
88786
|
-
|
|
88787
|
-
|
|
88788
|
-
|
|
88789
|
-
|
|
88790
|
-
|
|
88791
|
-
|
|
88792
|
-
|
|
88793
|
-
|
|
88794
|
-
type: string;
|
|
88795
|
-
};
|
|
88796
|
-
resource_id: {
|
|
88797
|
-
type: string;
|
|
88798
|
-
};
|
|
88799
|
-
resource_type: {
|
|
88798
|
+
resource_id: {
|
|
88799
|
+
type: string;
|
|
88800
|
+
};
|
|
88801
|
+
resource_type: {
|
|
88802
|
+
type: string;
|
|
88803
|
+
};
|
|
88804
|
+
};
|
|
88805
|
+
required: string[];
|
|
88800
88806
|
type: string;
|
|
88801
88807
|
};
|
|
88808
|
+
type: string;
|
|
88802
88809
|
};
|
|
88803
|
-
required: string[];
|
|
88804
|
-
type: string;
|
|
88805
88810
|
};
|
|
88811
|
+
required: string[];
|
|
88806
88812
|
type: string;
|
|
88807
88813
|
};
|
|
88814
|
+
type: string;
|
|
88815
|
+
};
|
|
88816
|
+
resource_id: {
|
|
88817
|
+
type: string;
|
|
88818
|
+
};
|
|
88819
|
+
resource_type: {
|
|
88820
|
+
type: string;
|
|
88808
88821
|
};
|
|
88809
|
-
required: string[];
|
|
88810
|
-
type: string;
|
|
88811
88822
|
};
|
|
88823
|
+
required: string[];
|
|
88812
88824
|
type: string;
|
|
88813
88825
|
};
|
|
88814
88826
|
};
|
|
@@ -88905,183 +88917,195 @@ declare const _default: {
|
|
|
88905
88917
|
$ref: string;
|
|
88906
88918
|
};
|
|
88907
88919
|
timeline: {
|
|
88908
|
-
|
|
88909
|
-
|
|
88910
|
-
|
|
88911
|
-
|
|
88912
|
-
|
|
88913
|
-
|
|
88914
|
-
|
|
88915
|
-
|
|
88916
|
-
|
|
88917
|
-
|
|
88918
|
-
|
|
88919
|
-
|
|
88920
|
-
|
|
88921
|
-
|
|
88922
|
-
|
|
88920
|
+
properties: {
|
|
88921
|
+
groups: {
|
|
88922
|
+
items: {
|
|
88923
|
+
properties: {
|
|
88924
|
+
context: {
|
|
88925
|
+
oneOf: ({
|
|
88926
|
+
properties: {
|
|
88927
|
+
context_type: {
|
|
88928
|
+
enum: string[];
|
|
88929
|
+
type: string;
|
|
88930
|
+
};
|
|
88931
|
+
request_id: {
|
|
88932
|
+
type: string;
|
|
88933
|
+
};
|
|
88934
|
+
request_payload: {
|
|
88935
|
+
additionalProperties: {
|
|
88936
|
+
$ref: string;
|
|
88937
|
+
};
|
|
88938
|
+
type: string;
|
|
88939
|
+
};
|
|
88940
|
+
response_payload: {
|
|
88941
|
+
additionalProperties: {
|
|
88942
|
+
$ref: string;
|
|
88943
|
+
};
|
|
88944
|
+
type: string;
|
|
88945
|
+
};
|
|
88946
|
+
job_id?: never;
|
|
88923
88947
|
};
|
|
88948
|
+
required: string[];
|
|
88924
88949
|
type: string;
|
|
88925
|
-
}
|
|
88926
|
-
|
|
88927
|
-
|
|
88928
|
-
|
|
88950
|
+
} | {
|
|
88951
|
+
properties: {
|
|
88952
|
+
context_type: {
|
|
88953
|
+
enum: string[];
|
|
88954
|
+
type: string;
|
|
88955
|
+
};
|
|
88956
|
+
job_id: {
|
|
88957
|
+
type: string;
|
|
88958
|
+
};
|
|
88959
|
+
request_id?: never;
|
|
88960
|
+
request_payload?: never;
|
|
88961
|
+
response_payload?: never;
|
|
88929
88962
|
};
|
|
88963
|
+
required: string[];
|
|
88930
88964
|
type: string;
|
|
88931
|
-
};
|
|
88932
|
-
job_id?: never;
|
|
88965
|
+
})[];
|
|
88933
88966
|
};
|
|
88934
|
-
|
|
88935
|
-
|
|
88936
|
-
} | {
|
|
88937
|
-
properties: {
|
|
88938
|
-
context_type: {
|
|
88939
|
-
enum: string[];
|
|
88940
|
-
type: string;
|
|
88941
|
-
};
|
|
88942
|
-
job_id: {
|
|
88943
|
-
type: string;
|
|
88944
|
-
};
|
|
88945
|
-
request_id?: never;
|
|
88946
|
-
request_payload?: never;
|
|
88947
|
-
response_payload?: never;
|
|
88967
|
+
created_at: {
|
|
88968
|
+
type: string;
|
|
88948
88969
|
};
|
|
88949
|
-
|
|
88950
|
-
|
|
88951
|
-
|
|
88952
|
-
|
|
88953
|
-
|
|
88954
|
-
|
|
88955
|
-
|
|
88956
|
-
|
|
88957
|
-
|
|
88958
|
-
|
|
88959
|
-
|
|
88960
|
-
|
|
88961
|
-
|
|
88962
|
-
|
|
88963
|
-
|
|
88964
|
-
|
|
88965
|
-
|
|
88966
|
-
|
|
88967
|
-
|
|
88968
|
-
|
|
88969
|
-
|
|
88970
|
-
|
|
88971
|
-
warnings?: never;
|
|
88972
|
-
event_id?: never;
|
|
88973
|
-
event_type?: never;
|
|
88974
|
-
response_body?: never;
|
|
88975
|
-
response_status_code?: never;
|
|
88976
|
-
};
|
|
88977
|
-
required: string[];
|
|
88978
|
-
type: string;
|
|
88979
|
-
} | {
|
|
88980
|
-
properties: {
|
|
88981
|
-
description: {
|
|
88982
|
-
type: string;
|
|
88983
|
-
};
|
|
88984
|
-
entry_type: {
|
|
88985
|
-
enum: string[];
|
|
88970
|
+
entries: {
|
|
88971
|
+
items: {
|
|
88972
|
+
properties: {
|
|
88973
|
+
body: {
|
|
88974
|
+
oneOf: ({
|
|
88975
|
+
properties: {
|
|
88976
|
+
description: {
|
|
88977
|
+
type: string;
|
|
88978
|
+
};
|
|
88979
|
+
entry_type: {
|
|
88980
|
+
enum: string[];
|
|
88981
|
+
type: string;
|
|
88982
|
+
};
|
|
88983
|
+
errors?: never;
|
|
88984
|
+
properties_updated?: never;
|
|
88985
|
+
warnings?: never;
|
|
88986
|
+
event_id?: never;
|
|
88987
|
+
event_type?: never;
|
|
88988
|
+
response_body?: never;
|
|
88989
|
+
response_status_code?: never;
|
|
88990
|
+
};
|
|
88991
|
+
required: string[];
|
|
88986
88992
|
type: string;
|
|
88987
|
-
}
|
|
88988
|
-
|
|
88989
|
-
|
|
88990
|
-
|
|
88993
|
+
} | {
|
|
88994
|
+
properties: {
|
|
88995
|
+
description: {
|
|
88996
|
+
type: string;
|
|
88997
|
+
};
|
|
88998
|
+
entry_type: {
|
|
88999
|
+
enum: string[];
|
|
89000
|
+
type: string;
|
|
89001
|
+
};
|
|
89002
|
+
errors: {
|
|
89003
|
+
items: {
|
|
89004
|
+
type: string;
|
|
89005
|
+
};
|
|
89006
|
+
type: string;
|
|
89007
|
+
};
|
|
89008
|
+
properties_updated: {
|
|
89009
|
+
additionalProperties: {
|
|
89010
|
+
$ref: string;
|
|
89011
|
+
};
|
|
89012
|
+
type: string;
|
|
89013
|
+
};
|
|
89014
|
+
warnings: {
|
|
89015
|
+
items: {
|
|
89016
|
+
type: string;
|
|
89017
|
+
};
|
|
89018
|
+
type: string;
|
|
89019
|
+
};
|
|
89020
|
+
event_id?: never;
|
|
89021
|
+
event_type?: never;
|
|
89022
|
+
response_body?: never;
|
|
89023
|
+
response_status_code?: never;
|
|
88991
89024
|
};
|
|
89025
|
+
required: string[];
|
|
88992
89026
|
type: string;
|
|
88993
|
-
}
|
|
88994
|
-
|
|
88995
|
-
|
|
88996
|
-
|
|
89027
|
+
} | {
|
|
89028
|
+
properties: {
|
|
89029
|
+
entry_type: {
|
|
89030
|
+
enum: string[];
|
|
89031
|
+
type: string;
|
|
89032
|
+
};
|
|
89033
|
+
event_id: {
|
|
89034
|
+
type: string;
|
|
89035
|
+
};
|
|
89036
|
+
event_type: {
|
|
89037
|
+
type: string;
|
|
89038
|
+
};
|
|
89039
|
+
description?: never;
|
|
89040
|
+
errors?: never;
|
|
89041
|
+
properties_updated?: never;
|
|
89042
|
+
warnings?: never;
|
|
89043
|
+
response_body?: never;
|
|
89044
|
+
response_status_code?: never;
|
|
88997
89045
|
};
|
|
89046
|
+
required: string[];
|
|
88998
89047
|
type: string;
|
|
88999
|
-
}
|
|
89000
|
-
|
|
89001
|
-
|
|
89002
|
-
|
|
89048
|
+
} | {
|
|
89049
|
+
properties: {
|
|
89050
|
+
description: {
|
|
89051
|
+
type: string;
|
|
89052
|
+
};
|
|
89053
|
+
entry_type: {
|
|
89054
|
+
enum: string[];
|
|
89055
|
+
type: string;
|
|
89056
|
+
};
|
|
89057
|
+
response_body: {
|
|
89058
|
+
additionalProperties: {
|
|
89059
|
+
$ref: string;
|
|
89060
|
+
};
|
|
89061
|
+
type: string;
|
|
89062
|
+
};
|
|
89063
|
+
response_status_code: {
|
|
89064
|
+
format: string;
|
|
89065
|
+
type: string;
|
|
89066
|
+
};
|
|
89067
|
+
errors?: never;
|
|
89068
|
+
properties_updated?: never;
|
|
89069
|
+
warnings?: never;
|
|
89070
|
+
event_id?: never;
|
|
89071
|
+
event_type?: never;
|
|
89003
89072
|
};
|
|
89073
|
+
required: string[];
|
|
89004
89074
|
type: string;
|
|
89005
|
-
};
|
|
89006
|
-
event_id?: never;
|
|
89007
|
-
event_type?: never;
|
|
89008
|
-
response_body?: never;
|
|
89009
|
-
response_status_code?: never;
|
|
89075
|
+
})[];
|
|
89010
89076
|
};
|
|
89011
|
-
|
|
89012
|
-
|
|
89013
|
-
} | {
|
|
89014
|
-
properties: {
|
|
89015
|
-
entry_type: {
|
|
89016
|
-
enum: string[];
|
|
89017
|
-
type: string;
|
|
89018
|
-
};
|
|
89019
|
-
event_id: {
|
|
89020
|
-
type: string;
|
|
89021
|
-
};
|
|
89022
|
-
event_type: {
|
|
89023
|
-
type: string;
|
|
89024
|
-
};
|
|
89025
|
-
description?: never;
|
|
89026
|
-
errors?: never;
|
|
89027
|
-
properties_updated?: never;
|
|
89028
|
-
warnings?: never;
|
|
89029
|
-
response_body?: never;
|
|
89030
|
-
response_status_code?: never;
|
|
89077
|
+
created_at: {
|
|
89078
|
+
type: string;
|
|
89031
89079
|
};
|
|
89032
|
-
|
|
89033
|
-
|
|
89034
|
-
} | {
|
|
89035
|
-
properties: {
|
|
89036
|
-
description: {
|
|
89037
|
-
type: string;
|
|
89038
|
-
};
|
|
89039
|
-
entry_type: {
|
|
89040
|
-
enum: string[];
|
|
89041
|
-
type: string;
|
|
89042
|
-
};
|
|
89043
|
-
response_body: {
|
|
89044
|
-
additionalProperties: {
|
|
89045
|
-
$ref: string;
|
|
89046
|
-
};
|
|
89047
|
-
type: string;
|
|
89048
|
-
};
|
|
89049
|
-
response_status_code: {
|
|
89050
|
-
format: string;
|
|
89051
|
-
type: string;
|
|
89052
|
-
};
|
|
89053
|
-
errors?: never;
|
|
89054
|
-
properties_updated?: never;
|
|
89055
|
-
warnings?: never;
|
|
89056
|
-
event_id?: never;
|
|
89057
|
-
event_type?: never;
|
|
89080
|
+
entry_type: {
|
|
89081
|
+
type: string;
|
|
89058
89082
|
};
|
|
89059
|
-
|
|
89060
|
-
|
|
89061
|
-
|
|
89062
|
-
|
|
89063
|
-
|
|
89064
|
-
|
|
89065
|
-
|
|
89066
|
-
|
|
89067
|
-
type: string;
|
|
89068
|
-
};
|
|
89069
|
-
resource_id: {
|
|
89070
|
-
type: string;
|
|
89071
|
-
};
|
|
89072
|
-
resource_type: {
|
|
89083
|
+
resource_id: {
|
|
89084
|
+
type: string;
|
|
89085
|
+
};
|
|
89086
|
+
resource_type: {
|
|
89087
|
+
type: string;
|
|
89088
|
+
};
|
|
89089
|
+
};
|
|
89090
|
+
required: string[];
|
|
89073
89091
|
type: string;
|
|
89074
89092
|
};
|
|
89093
|
+
type: string;
|
|
89075
89094
|
};
|
|
89076
|
-
required: string[];
|
|
89077
|
-
type: string;
|
|
89078
89095
|
};
|
|
89096
|
+
required: string[];
|
|
89079
89097
|
type: string;
|
|
89080
89098
|
};
|
|
89099
|
+
type: string;
|
|
89100
|
+
};
|
|
89101
|
+
resource_id: {
|
|
89102
|
+
type: string;
|
|
89103
|
+
};
|
|
89104
|
+
resource_type: {
|
|
89105
|
+
type: string;
|
|
89081
89106
|
};
|
|
89082
|
-
required: string[];
|
|
89083
|
-
type: string;
|
|
89084
89107
|
};
|
|
89108
|
+
required: string[];
|
|
89085
89109
|
type: string;
|
|
89086
89110
|
};
|
|
89087
89111
|
};
|
|
@@ -89257,11 +89281,23 @@ declare const _default: {
|
|
|
89257
89281
|
created_at: {
|
|
89258
89282
|
type: string;
|
|
89259
89283
|
};
|
|
89284
|
+
partner_key: {
|
|
89285
|
+
nullable: boolean;
|
|
89286
|
+
type: string;
|
|
89287
|
+
};
|
|
89260
89288
|
partner_resource_id: {
|
|
89261
89289
|
format: string;
|
|
89262
89290
|
nullable: boolean;
|
|
89263
89291
|
type: string;
|
|
89264
89292
|
};
|
|
89293
|
+
resource_type: {
|
|
89294
|
+
nullable: boolean;
|
|
89295
|
+
type: string;
|
|
89296
|
+
};
|
|
89297
|
+
resource_type_alias: {
|
|
89298
|
+
nullable: boolean;
|
|
89299
|
+
type: string;
|
|
89300
|
+
};
|
|
89265
89301
|
workspace_id: {
|
|
89266
89302
|
format: string;
|
|
89267
89303
|
type: string;
|
|
@@ -89422,11 +89458,23 @@ declare const _default: {
|
|
|
89422
89458
|
created_at: {
|
|
89423
89459
|
type: string;
|
|
89424
89460
|
};
|
|
89461
|
+
partner_key: {
|
|
89462
|
+
nullable: boolean;
|
|
89463
|
+
type: string;
|
|
89464
|
+
};
|
|
89425
89465
|
partner_resource_id: {
|
|
89426
89466
|
format: string;
|
|
89427
89467
|
nullable: boolean;
|
|
89428
89468
|
type: string;
|
|
89429
89469
|
};
|
|
89470
|
+
resource_type: {
|
|
89471
|
+
nullable: boolean;
|
|
89472
|
+
type: string;
|
|
89473
|
+
};
|
|
89474
|
+
resource_type_alias: {
|
|
89475
|
+
nullable: boolean;
|
|
89476
|
+
type: string;
|
|
89477
|
+
};
|
|
89430
89478
|
workspace_id: {
|
|
89431
89479
|
format: string;
|
|
89432
89480
|
type: string;
|
|
@@ -113984,7 +114032,7 @@ type Routes = {
|
|
|
113984
114032
|
acs_user_count?: number | undefined;
|
|
113985
114033
|
acs_access_group_count?: number | undefined;
|
|
113986
114034
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
113987
|
-
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;
|
|
113988
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. */
|
|
113989
114037
|
external_type_display_name?: string | undefined;
|
|
113990
114038
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -113999,7 +114047,7 @@ type Routes = {
|
|
|
113999
114047
|
} | undefined;
|
|
114000
114048
|
/**
|
|
114001
114049
|
* @deprecated Use `external_type`.*/
|
|
114002
|
-
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;
|
|
114003
114051
|
/**
|
|
114004
114052
|
* @deprecated Use `external_type_display_name`.*/
|
|
114005
114053
|
system_type_display_name?: string | undefined;
|
|
@@ -116935,7 +116983,7 @@ type Routes = {
|
|
|
116935
116983
|
acs_user_count?: number | undefined;
|
|
116936
116984
|
acs_access_group_count?: number | undefined;
|
|
116937
116985
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
116938
|
-
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;
|
|
116939
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. */
|
|
116940
116988
|
external_type_display_name?: string | undefined;
|
|
116941
116989
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -116950,7 +116998,7 @@ type Routes = {
|
|
|
116950
116998
|
} | undefined;
|
|
116951
116999
|
/**
|
|
116952
117000
|
* @deprecated Use `external_type`.*/
|
|
116953
|
-
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;
|
|
116954
117002
|
/**
|
|
116955
117003
|
* @deprecated Use `external_type_display_name`.*/
|
|
116956
117004
|
system_type_display_name?: string | undefined;
|
|
@@ -127977,7 +128025,7 @@ type Routes = {
|
|
|
127977
128025
|
acs_user_count?: number | undefined;
|
|
127978
128026
|
acs_access_group_count?: number | undefined;
|
|
127979
128027
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
127980
|
-
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;
|
|
127981
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. */
|
|
127982
128030
|
external_type_display_name?: string | undefined;
|
|
127983
128031
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -127992,7 +128040,7 @@ type Routes = {
|
|
|
127992
128040
|
} | undefined;
|
|
127993
128041
|
/**
|
|
127994
128042
|
* @deprecated Use `external_type`.*/
|
|
127995
|
-
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;
|
|
127996
128044
|
/**
|
|
127997
128045
|
* @deprecated Use `external_type_display_name`.*/
|
|
127998
128046
|
system_type_display_name?: string | undefined;
|
|
@@ -128110,7 +128158,7 @@ type Routes = {
|
|
|
128110
128158
|
acs_user_count?: number | undefined;
|
|
128111
128159
|
acs_access_group_count?: number | undefined;
|
|
128112
128160
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
128113
|
-
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;
|
|
128114
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. */
|
|
128115
128163
|
external_type_display_name?: string | undefined;
|
|
128116
128164
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -128125,7 +128173,7 @@ type Routes = {
|
|
|
128125
128173
|
} | undefined;
|
|
128126
128174
|
/**
|
|
128127
128175
|
* @deprecated Use `external_type`.*/
|
|
128128
|
-
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;
|
|
128129
128177
|
/**
|
|
128130
128178
|
* @deprecated Use `external_type_display_name`.*/
|
|
128131
128179
|
system_type_display_name?: string | undefined;
|
|
@@ -128241,7 +128289,7 @@ type Routes = {
|
|
|
128241
128289
|
acs_user_count?: number | undefined;
|
|
128242
128290
|
acs_access_group_count?: number | undefined;
|
|
128243
128291
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
128244
|
-
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;
|
|
128245
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. */
|
|
128246
128294
|
external_type_display_name?: string | undefined;
|
|
128247
128295
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -128256,7 +128304,7 @@ type Routes = {
|
|
|
128256
128304
|
} | undefined;
|
|
128257
128305
|
/**
|
|
128258
128306
|
* @deprecated Use `external_type`.*/
|
|
128259
|
-
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;
|
|
128260
128308
|
/**
|
|
128261
128309
|
* @deprecated Use `external_type_display_name`.*/
|
|
128262
128310
|
system_type_display_name?: string | undefined;
|
|
@@ -157976,53 +158024,57 @@ type Routes = {
|
|
|
157976
158024
|
formData: {};
|
|
157977
158025
|
jsonResponse: {
|
|
157978
158026
|
timeline: {
|
|
157979
|
-
|
|
157980
|
-
|
|
157981
|
-
|
|
157982
|
-
|
|
157983
|
-
|
|
157984
|
-
|
|
157985
|
-
|
|
157986
|
-
[x: string]: any;
|
|
157987
|
-
};
|
|
157988
|
-
} | {
|
|
157989
|
-
context_type: 'job';
|
|
157990
|
-
job_id: string;
|
|
157991
|
-
};
|
|
157992
|
-
entries: {
|
|
157993
|
-
resource_type: string;
|
|
157994
|
-
resource_id: string;
|
|
157995
|
-
entry_type: string;
|
|
157996
|
-
body: {
|
|
157997
|
-
entry_type: 'resource_created';
|
|
157998
|
-
description: string;
|
|
157999
|
-
} | {
|
|
158000
|
-
entry_type: 'resource_updated';
|
|
158001
|
-
description: string;
|
|
158002
|
-
properties_updated?: {
|
|
158027
|
+
resource_type: string;
|
|
158028
|
+
resource_id: string;
|
|
158029
|
+
groups: {
|
|
158030
|
+
context: {
|
|
158031
|
+
context_type: 'request';
|
|
158032
|
+
request_id: string;
|
|
158033
|
+
request_payload: {
|
|
158003
158034
|
[x: string]: any;
|
|
158004
|
-
}
|
|
158005
|
-
|
|
158006
|
-
warnings?: string[] | undefined;
|
|
158007
|
-
} | {
|
|
158008
|
-
entry_type: 'resource_deleted';
|
|
158009
|
-
description: string;
|
|
158010
|
-
} | {
|
|
158011
|
-
entry_type: 'event';
|
|
158012
|
-
event_type: string;
|
|
158013
|
-
event_id: string;
|
|
158014
|
-
} | {
|
|
158015
|
-
entry_type: 'provider_call';
|
|
158016
|
-
description: string;
|
|
158017
|
-
response_status_code: number;
|
|
158018
|
-
response_body?: {
|
|
158035
|
+
};
|
|
158036
|
+
response_payload: {
|
|
158019
158037
|
[x: string]: any;
|
|
158020
|
-
}
|
|
158038
|
+
};
|
|
158039
|
+
} | {
|
|
158040
|
+
context_type: 'job';
|
|
158041
|
+
job_id: string;
|
|
158021
158042
|
};
|
|
158043
|
+
entries: {
|
|
158044
|
+
resource_type: string;
|
|
158045
|
+
resource_id: string;
|
|
158046
|
+
entry_type: string;
|
|
158047
|
+
body: {
|
|
158048
|
+
entry_type: 'resource_created';
|
|
158049
|
+
description: string;
|
|
158050
|
+
} | {
|
|
158051
|
+
entry_type: 'resource_updated';
|
|
158052
|
+
description: string;
|
|
158053
|
+
properties_updated?: {
|
|
158054
|
+
[x: string]: any;
|
|
158055
|
+
} | undefined;
|
|
158056
|
+
errors?: string[] | undefined;
|
|
158057
|
+
warnings?: string[] | undefined;
|
|
158058
|
+
} | {
|
|
158059
|
+
entry_type: 'resource_deleted';
|
|
158060
|
+
description: string;
|
|
158061
|
+
} | {
|
|
158062
|
+
entry_type: 'event';
|
|
158063
|
+
event_type: string;
|
|
158064
|
+
event_id: string;
|
|
158065
|
+
} | {
|
|
158066
|
+
entry_type: 'provider_call';
|
|
158067
|
+
description: string;
|
|
158068
|
+
response_status_code: number;
|
|
158069
|
+
response_body?: {
|
|
158070
|
+
[x: string]: any;
|
|
158071
|
+
} | undefined;
|
|
158072
|
+
};
|
|
158073
|
+
created_at: string;
|
|
158074
|
+
}[];
|
|
158022
158075
|
created_at: string;
|
|
158023
158076
|
}[];
|
|
158024
|
-
|
|
158025
|
-
}[];
|
|
158077
|
+
};
|
|
158026
158078
|
/** Information about the current page of results. */
|
|
158027
158079
|
pagination: {
|
|
158028
158080
|
/** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
|
|
@@ -158062,6 +158114,9 @@ type Routes = {
|
|
|
158062
158114
|
workspace_id: string;
|
|
158063
158115
|
automation_id: string | null;
|
|
158064
158116
|
partner_resource_id: string | null;
|
|
158117
|
+
partner_key: string | null;
|
|
158118
|
+
resource_type: string | null;
|
|
158119
|
+
resource_type_alias: string | null;
|
|
158065
158120
|
automation_result?: {
|
|
158066
158121
|
success: boolean;
|
|
158067
158122
|
rule: 'reservation_created' | 'reservation_time_updated' | 'reservation_deleted';
|
|
@@ -162282,7 +162337,7 @@ type Routes = {
|
|
|
162282
162337
|
acs_user_count?: number | undefined;
|
|
162283
162338
|
acs_access_group_count?: number | undefined;
|
|
162284
162339
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
162285
|
-
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;
|
|
162286
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. */
|
|
162287
162342
|
external_type_display_name?: string | undefined;
|
|
162288
162343
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -162297,7 +162352,7 @@ type Routes = {
|
|
|
162297
162352
|
} | undefined;
|
|
162298
162353
|
/**
|
|
162299
162354
|
* @deprecated Use `external_type`.*/
|
|
162300
|
-
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;
|
|
162301
162356
|
/**
|
|
162302
162357
|
* @deprecated Use `external_type_display_name`.*/
|
|
162303
162358
|
system_type_display_name?: string | undefined;
|
|
@@ -180825,7 +180880,7 @@ type Routes = {
|
|
|
180825
180880
|
acs_user_count?: number | undefined;
|
|
180826
180881
|
acs_access_group_count?: number | undefined;
|
|
180827
180882
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
180828
|
-
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;
|
|
180829
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. */
|
|
180830
180885
|
external_type_display_name?: string | undefined;
|
|
180831
180886
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -180840,7 +180895,7 @@ type Routes = {
|
|
|
180840
180895
|
} | undefined;
|
|
180841
180896
|
/**
|
|
180842
180897
|
* @deprecated Use `external_type`.*/
|
|
180843
|
-
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;
|
|
180844
180899
|
/**
|
|
180845
180900
|
* @deprecated Use `external_type_display_name`.*/
|
|
180846
180901
|
system_type_display_name?: string | undefined;
|
|
@@ -182861,7 +182916,7 @@ type Routes = {
|
|
|
182861
182916
|
acs_user_count?: number | undefined;
|
|
182862
182917
|
acs_access_group_count?: number | undefined;
|
|
182863
182918
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
182864
|
-
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;
|
|
182865
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. */
|
|
182866
182921
|
external_type_display_name?: string | undefined;
|
|
182867
182922
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -182876,7 +182931,7 @@ type Routes = {
|
|
|
182876
182931
|
} | undefined;
|
|
182877
182932
|
/**
|
|
182878
182933
|
* @deprecated Use `external_type`.*/
|
|
182879
|
-
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;
|
|
182880
182935
|
/**
|
|
182881
182936
|
* @deprecated Use `external_type_display_name`.*/
|
|
182882
182937
|
system_type_display_name?: string | undefined;
|