@seamapi/types 1.836.0 → 1.838.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 +144 -12
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +661 -232
- package/dist/index.cjs +144 -12
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credentials/pending-mutations.d.ts +101 -0
- package/lib/seam/connect/models/acs/acs-credentials/pending-mutations.js +19 -1
- package/lib/seam/connect/models/acs/acs-credentials/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +125 -7
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +1 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.d.ts +101 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +30 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/models/batch.d.ts +210 -52
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +115 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +297 -144
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-credentials/pending-mutations.ts +24 -1
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts +35 -0
- package/src/lib/seam/connect/openapi.ts +121 -0
- package/src/lib/seam/connect/route-types.ts +306 -0
package/dist/connect.d.cts
CHANGED
|
@@ -5707,7 +5707,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5707
5707
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
5708
5708
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5709
5709
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
5710
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
|
|
5710
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
5711
5711
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
5712
5712
|
created_at: z.ZodString;
|
|
5713
5713
|
workspace_id: z.ZodString;
|
|
@@ -5921,7 +5921,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5921
5921
|
issued_at?: string | null | undefined;
|
|
5922
5922
|
is_issued?: boolean | undefined;
|
|
5923
5923
|
acs_user_id?: string | undefined;
|
|
5924
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
5924
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
5925
5925
|
external_type_display_name?: string | undefined;
|
|
5926
5926
|
acs_credential_pool_id?: string | undefined;
|
|
5927
5927
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -5993,7 +5993,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5993
5993
|
issued_at?: string | null | undefined;
|
|
5994
5994
|
is_issued?: boolean | undefined;
|
|
5995
5995
|
acs_user_id?: string | undefined;
|
|
5996
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
5996
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
5997
5997
|
external_type_display_name?: string | undefined;
|
|
5998
5998
|
acs_credential_pool_id?: string | undefined;
|
|
5999
5999
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -6017,7 +6017,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
6017
6017
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
6018
6018
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6019
6019
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
6020
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
|
|
6020
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
6021
6021
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
6022
6022
|
created_at: z.ZodString;
|
|
6023
6023
|
workspace_id: z.ZodString;
|
|
@@ -6231,7 +6231,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
6231
6231
|
issued_at?: string | null | undefined;
|
|
6232
6232
|
is_issued?: boolean | undefined;
|
|
6233
6233
|
acs_user_id?: string | undefined;
|
|
6234
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
6234
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
6235
6235
|
external_type_display_name?: string | undefined;
|
|
6236
6236
|
acs_credential_pool_id?: string | undefined;
|
|
6237
6237
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -6303,7 +6303,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
6303
6303
|
issued_at?: string | null | undefined;
|
|
6304
6304
|
is_issued?: boolean | undefined;
|
|
6305
6305
|
acs_user_id?: string | undefined;
|
|
6306
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
6306
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
6307
6307
|
external_type_display_name?: string | undefined;
|
|
6308
6308
|
acs_credential_pool_id?: string | undefined;
|
|
6309
6309
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -7028,7 +7028,7 @@ declare const acs_user: z.ZodObject<{
|
|
|
7028
7028
|
workspace_id: z.ZodString;
|
|
7029
7029
|
created_at: z.ZodString;
|
|
7030
7030
|
display_name: z.ZodString;
|
|
7031
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user"]>>;
|
|
7031
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user", "avigilon_alta_user"]>>;
|
|
7032
7032
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
7033
7033
|
is_suspended: z.ZodOptional<z.ZodBoolean>;
|
|
7034
7034
|
access_schedule: z.ZodOptional<z.ZodObject<{
|
|
@@ -7424,6 +7424,45 @@ declare const acs_user: z.ZodObject<{
|
|
|
7424
7424
|
mutation_code: "deferring_group_membership_update";
|
|
7425
7425
|
variant: "removing" | "adding";
|
|
7426
7426
|
acs_access_group_id: string;
|
|
7427
|
+
}>, z.ZodObject<{
|
|
7428
|
+
created_at: z.ZodString;
|
|
7429
|
+
message: z.ZodString;
|
|
7430
|
+
} & {
|
|
7431
|
+
mutation_code: z.ZodLiteral<"updating_credential_assignment">;
|
|
7432
|
+
from: z.ZodObject<{
|
|
7433
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
7434
|
+
}, "strip", z.ZodTypeAny, {
|
|
7435
|
+
acs_credential_id: string | null;
|
|
7436
|
+
}, {
|
|
7437
|
+
acs_credential_id: string | null;
|
|
7438
|
+
}>;
|
|
7439
|
+
to: z.ZodObject<{
|
|
7440
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
7441
|
+
}, "strip", z.ZodTypeAny, {
|
|
7442
|
+
acs_credential_id: string | null;
|
|
7443
|
+
}, {
|
|
7444
|
+
acs_credential_id: string | null;
|
|
7445
|
+
}>;
|
|
7446
|
+
}, "strip", z.ZodTypeAny, {
|
|
7447
|
+
message: string;
|
|
7448
|
+
created_at: string;
|
|
7449
|
+
mutation_code: "updating_credential_assignment";
|
|
7450
|
+
from: {
|
|
7451
|
+
acs_credential_id: string | null;
|
|
7452
|
+
};
|
|
7453
|
+
to: {
|
|
7454
|
+
acs_credential_id: string | null;
|
|
7455
|
+
};
|
|
7456
|
+
}, {
|
|
7457
|
+
message: string;
|
|
7458
|
+
created_at: string;
|
|
7459
|
+
mutation_code: "updating_credential_assignment";
|
|
7460
|
+
from: {
|
|
7461
|
+
acs_credential_id: string | null;
|
|
7462
|
+
};
|
|
7463
|
+
to: {
|
|
7464
|
+
acs_credential_id: string | null;
|
|
7465
|
+
};
|
|
7427
7466
|
}>]>, "many">>;
|
|
7428
7467
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
7429
7468
|
connected_account_id: z.ZodString;
|
|
@@ -7561,9 +7600,19 @@ declare const acs_user: z.ZodObject<{
|
|
|
7561
7600
|
mutation_code: "deferring_group_membership_update";
|
|
7562
7601
|
variant: "removing" | "adding";
|
|
7563
7602
|
acs_access_group_id: string;
|
|
7603
|
+
} | {
|
|
7604
|
+
message: string;
|
|
7605
|
+
created_at: string;
|
|
7606
|
+
mutation_code: "updating_credential_assignment";
|
|
7607
|
+
from: {
|
|
7608
|
+
acs_credential_id: string | null;
|
|
7609
|
+
};
|
|
7610
|
+
to: {
|
|
7611
|
+
acs_credential_id: string | null;
|
|
7612
|
+
};
|
|
7564
7613
|
})[] | undefined;
|
|
7565
7614
|
user_identity_id?: string | undefined;
|
|
7566
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
7615
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
7567
7616
|
external_type_display_name?: string | undefined;
|
|
7568
7617
|
access_schedule?: {
|
|
7569
7618
|
starts_at: string;
|
|
@@ -7698,9 +7747,19 @@ declare const acs_user: z.ZodObject<{
|
|
|
7698
7747
|
mutation_code: "deferring_group_membership_update";
|
|
7699
7748
|
variant: "removing" | "adding";
|
|
7700
7749
|
acs_access_group_id: string;
|
|
7750
|
+
} | {
|
|
7751
|
+
message: string;
|
|
7752
|
+
created_at: string;
|
|
7753
|
+
mutation_code: "updating_credential_assignment";
|
|
7754
|
+
from: {
|
|
7755
|
+
acs_credential_id: string | null;
|
|
7756
|
+
};
|
|
7757
|
+
to: {
|
|
7758
|
+
acs_credential_id: string | null;
|
|
7759
|
+
};
|
|
7701
7760
|
})[] | undefined;
|
|
7702
7761
|
user_identity_id?: string | undefined;
|
|
7703
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
7762
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
7704
7763
|
external_type_display_name?: string | undefined;
|
|
7705
7764
|
access_schedule?: {
|
|
7706
7765
|
starts_at: string;
|
|
@@ -7726,7 +7785,7 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
7726
7785
|
workspace_id: z.ZodString;
|
|
7727
7786
|
created_at: z.ZodString;
|
|
7728
7787
|
display_name: z.ZodString;
|
|
7729
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user"]>>;
|
|
7788
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user", "avigilon_alta_user"]>>;
|
|
7730
7789
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
7731
7790
|
is_suspended: z.ZodOptional<z.ZodBoolean>;
|
|
7732
7791
|
access_schedule: z.ZodOptional<z.ZodObject<{
|
|
@@ -8122,6 +8181,45 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
8122
8181
|
mutation_code: "deferring_group_membership_update";
|
|
8123
8182
|
variant: "removing" | "adding";
|
|
8124
8183
|
acs_access_group_id: string;
|
|
8184
|
+
}>, z.ZodObject<{
|
|
8185
|
+
created_at: z.ZodString;
|
|
8186
|
+
message: z.ZodString;
|
|
8187
|
+
} & {
|
|
8188
|
+
mutation_code: z.ZodLiteral<"updating_credential_assignment">;
|
|
8189
|
+
from: z.ZodObject<{
|
|
8190
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
8191
|
+
}, "strip", z.ZodTypeAny, {
|
|
8192
|
+
acs_credential_id: string | null;
|
|
8193
|
+
}, {
|
|
8194
|
+
acs_credential_id: string | null;
|
|
8195
|
+
}>;
|
|
8196
|
+
to: z.ZodObject<{
|
|
8197
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
8198
|
+
}, "strip", z.ZodTypeAny, {
|
|
8199
|
+
acs_credential_id: string | null;
|
|
8200
|
+
}, {
|
|
8201
|
+
acs_credential_id: string | null;
|
|
8202
|
+
}>;
|
|
8203
|
+
}, "strip", z.ZodTypeAny, {
|
|
8204
|
+
message: string;
|
|
8205
|
+
created_at: string;
|
|
8206
|
+
mutation_code: "updating_credential_assignment";
|
|
8207
|
+
from: {
|
|
8208
|
+
acs_credential_id: string | null;
|
|
8209
|
+
};
|
|
8210
|
+
to: {
|
|
8211
|
+
acs_credential_id: string | null;
|
|
8212
|
+
};
|
|
8213
|
+
}, {
|
|
8214
|
+
message: string;
|
|
8215
|
+
created_at: string;
|
|
8216
|
+
mutation_code: "updating_credential_assignment";
|
|
8217
|
+
from: {
|
|
8218
|
+
acs_credential_id: string | null;
|
|
8219
|
+
};
|
|
8220
|
+
to: {
|
|
8221
|
+
acs_credential_id: string | null;
|
|
8222
|
+
};
|
|
8125
8223
|
}>]>, "many">>;
|
|
8126
8224
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
8127
8225
|
connected_account_id: z.ZodString;
|
|
@@ -8259,9 +8357,19 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
8259
8357
|
mutation_code: "deferring_group_membership_update";
|
|
8260
8358
|
variant: "removing" | "adding";
|
|
8261
8359
|
acs_access_group_id: string;
|
|
8360
|
+
} | {
|
|
8361
|
+
message: string;
|
|
8362
|
+
created_at: string;
|
|
8363
|
+
mutation_code: "updating_credential_assignment";
|
|
8364
|
+
from: {
|
|
8365
|
+
acs_credential_id: string | null;
|
|
8366
|
+
};
|
|
8367
|
+
to: {
|
|
8368
|
+
acs_credential_id: string | null;
|
|
8369
|
+
};
|
|
8262
8370
|
})[] | undefined;
|
|
8263
8371
|
user_identity_id?: string | undefined;
|
|
8264
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
8372
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
8265
8373
|
external_type_display_name?: string | undefined;
|
|
8266
8374
|
access_schedule?: {
|
|
8267
8375
|
starts_at: string;
|
|
@@ -8396,9 +8504,19 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
8396
8504
|
mutation_code: "deferring_group_membership_update";
|
|
8397
8505
|
variant: "removing" | "adding";
|
|
8398
8506
|
acs_access_group_id: string;
|
|
8507
|
+
} | {
|
|
8508
|
+
message: string;
|
|
8509
|
+
created_at: string;
|
|
8510
|
+
mutation_code: "updating_credential_assignment";
|
|
8511
|
+
from: {
|
|
8512
|
+
acs_credential_id: string | null;
|
|
8513
|
+
};
|
|
8514
|
+
to: {
|
|
8515
|
+
acs_credential_id: string | null;
|
|
8516
|
+
};
|
|
8399
8517
|
})[] | undefined;
|
|
8400
8518
|
user_identity_id?: string | undefined;
|
|
8401
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
8519
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
8402
8520
|
external_type_display_name?: string | undefined;
|
|
8403
8521
|
access_schedule?: {
|
|
8404
8522
|
starts_at: string;
|
|
@@ -8719,7 +8837,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8719
8837
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
8720
8838
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8721
8839
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
8722
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
|
|
8840
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
8723
8841
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
8724
8842
|
created_at: z.ZodString;
|
|
8725
8843
|
workspace_id: z.ZodString;
|
|
@@ -8933,7 +9051,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8933
9051
|
issued_at?: string | null | undefined;
|
|
8934
9052
|
is_issued?: boolean | undefined;
|
|
8935
9053
|
acs_user_id?: string | undefined;
|
|
8936
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
9054
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
8937
9055
|
external_type_display_name?: string | undefined;
|
|
8938
9056
|
acs_credential_pool_id?: string | undefined;
|
|
8939
9057
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9005,7 +9123,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9005
9123
|
issued_at?: string | null | undefined;
|
|
9006
9124
|
is_issued?: boolean | undefined;
|
|
9007
9125
|
acs_user_id?: string | undefined;
|
|
9008
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
9126
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9009
9127
|
external_type_display_name?: string | undefined;
|
|
9010
9128
|
acs_credential_pool_id?: string | undefined;
|
|
9011
9129
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9028,7 +9146,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9028
9146
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
9029
9147
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9030
9148
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
9031
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
|
|
9149
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
9032
9150
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
9033
9151
|
created_at: z.ZodString;
|
|
9034
9152
|
workspace_id: z.ZodString;
|
|
@@ -9242,7 +9360,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9242
9360
|
issued_at?: string | null | undefined;
|
|
9243
9361
|
is_issued?: boolean | undefined;
|
|
9244
9362
|
acs_user_id?: string | undefined;
|
|
9245
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
9363
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9246
9364
|
external_type_display_name?: string | undefined;
|
|
9247
9365
|
acs_credential_pool_id?: string | undefined;
|
|
9248
9366
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9314,7 +9432,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9314
9432
|
issued_at?: string | null | undefined;
|
|
9315
9433
|
is_issued?: boolean | undefined;
|
|
9316
9434
|
acs_user_id?: string | undefined;
|
|
9317
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
9435
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9318
9436
|
external_type_display_name?: string | undefined;
|
|
9319
9437
|
acs_credential_pool_id?: string | undefined;
|
|
9320
9438
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9423,7 +9541,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9423
9541
|
issued_at?: string | null | undefined;
|
|
9424
9542
|
is_issued?: boolean | undefined;
|
|
9425
9543
|
acs_user_id?: string | undefined;
|
|
9426
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
9544
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9427
9545
|
external_type_display_name?: string | undefined;
|
|
9428
9546
|
acs_credential_pool_id?: string | undefined;
|
|
9429
9547
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9495,7 +9613,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9495
9613
|
issued_at?: string | null | undefined;
|
|
9496
9614
|
is_issued?: boolean | undefined;
|
|
9497
9615
|
acs_user_id?: string | undefined;
|
|
9498
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
9616
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9499
9617
|
external_type_display_name?: string | undefined;
|
|
9500
9618
|
acs_credential_pool_id?: string | undefined;
|
|
9501
9619
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9594,7 +9712,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9594
9712
|
issued_at?: string | null | undefined;
|
|
9595
9713
|
is_issued?: boolean | undefined;
|
|
9596
9714
|
acs_user_id?: string | undefined;
|
|
9597
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
9715
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9598
9716
|
external_type_display_name?: string | undefined;
|
|
9599
9717
|
acs_credential_pool_id?: string | undefined;
|
|
9600
9718
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9666,7 +9784,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9666
9784
|
issued_at?: string | null | undefined;
|
|
9667
9785
|
is_issued?: boolean | undefined;
|
|
9668
9786
|
acs_user_id?: string | undefined;
|
|
9669
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
9787
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9670
9788
|
external_type_display_name?: string | undefined;
|
|
9671
9789
|
acs_credential_pool_id?: string | undefined;
|
|
9672
9790
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9770,7 +9888,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9770
9888
|
issued_at?: string | null | undefined;
|
|
9771
9889
|
is_issued?: boolean | undefined;
|
|
9772
9890
|
acs_user_id?: string | undefined;
|
|
9773
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
9891
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9774
9892
|
external_type_display_name?: string | undefined;
|
|
9775
9893
|
acs_credential_pool_id?: string | undefined;
|
|
9776
9894
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9842,7 +9960,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9842
9960
|
issued_at?: string | null | undefined;
|
|
9843
9961
|
is_issued?: boolean | undefined;
|
|
9844
9962
|
acs_user_id?: string | undefined;
|
|
9845
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
9963
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9846
9964
|
external_type_display_name?: string | undefined;
|
|
9847
9965
|
acs_credential_pool_id?: string | undefined;
|
|
9848
9966
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9947,7 +10065,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9947
10065
|
issued_at?: string | null | undefined;
|
|
9948
10066
|
is_issued?: boolean | undefined;
|
|
9949
10067
|
acs_user_id?: string | undefined;
|
|
9950
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
10068
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9951
10069
|
external_type_display_name?: string | undefined;
|
|
9952
10070
|
acs_credential_pool_id?: string | undefined;
|
|
9953
10071
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10019,7 +10137,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10019
10137
|
issued_at?: string | null | undefined;
|
|
10020
10138
|
is_issued?: boolean | undefined;
|
|
10021
10139
|
acs_user_id?: string | undefined;
|
|
10022
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
10140
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10023
10141
|
external_type_display_name?: string | undefined;
|
|
10024
10142
|
acs_credential_pool_id?: string | undefined;
|
|
10025
10143
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10182,7 +10300,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10182
10300
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
10183
10301
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10184
10302
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
10185
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
|
|
10303
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
10186
10304
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
10187
10305
|
created_at: z.ZodString;
|
|
10188
10306
|
workspace_id: z.ZodString;
|
|
@@ -10396,7 +10514,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10396
10514
|
issued_at?: string | null | undefined;
|
|
10397
10515
|
is_issued?: boolean | undefined;
|
|
10398
10516
|
acs_user_id?: string | undefined;
|
|
10399
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
10517
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10400
10518
|
external_type_display_name?: string | undefined;
|
|
10401
10519
|
acs_credential_pool_id?: string | undefined;
|
|
10402
10520
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10468,7 +10586,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10468
10586
|
issued_at?: string | null | undefined;
|
|
10469
10587
|
is_issued?: boolean | undefined;
|
|
10470
10588
|
acs_user_id?: string | undefined;
|
|
10471
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
10589
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10472
10590
|
external_type_display_name?: string | undefined;
|
|
10473
10591
|
acs_credential_pool_id?: string | undefined;
|
|
10474
10592
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10491,7 +10609,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10491
10609
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
10492
10610
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10493
10611
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
10494
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
|
|
10612
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
10495
10613
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
10496
10614
|
created_at: z.ZodString;
|
|
10497
10615
|
workspace_id: z.ZodString;
|
|
@@ -10705,7 +10823,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10705
10823
|
issued_at?: string | null | undefined;
|
|
10706
10824
|
is_issued?: boolean | undefined;
|
|
10707
10825
|
acs_user_id?: string | undefined;
|
|
10708
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
10826
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10709
10827
|
external_type_display_name?: string | undefined;
|
|
10710
10828
|
acs_credential_pool_id?: string | undefined;
|
|
10711
10829
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10777,7 +10895,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10777
10895
|
issued_at?: string | null | undefined;
|
|
10778
10896
|
is_issued?: boolean | undefined;
|
|
10779
10897
|
acs_user_id?: string | undefined;
|
|
10780
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
10898
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10781
10899
|
external_type_display_name?: string | undefined;
|
|
10782
10900
|
acs_credential_pool_id?: string | undefined;
|
|
10783
10901
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10854,7 +10972,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10854
10972
|
issued_at?: string | null | undefined;
|
|
10855
10973
|
is_issued?: boolean | undefined;
|
|
10856
10974
|
acs_user_id?: string | undefined;
|
|
10857
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
10975
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10858
10976
|
external_type_display_name?: string | undefined;
|
|
10859
10977
|
acs_credential_pool_id?: string | undefined;
|
|
10860
10978
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10926,7 +11044,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10926
11044
|
issued_at?: string | null | undefined;
|
|
10927
11045
|
is_issued?: boolean | undefined;
|
|
10928
11046
|
acs_user_id?: string | undefined;
|
|
10929
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
11047
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10930
11048
|
external_type_display_name?: string | undefined;
|
|
10931
11049
|
acs_credential_pool_id?: string | undefined;
|
|
10932
11050
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -11004,7 +11122,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
11004
11122
|
issued_at?: string | null | undefined;
|
|
11005
11123
|
is_issued?: boolean | undefined;
|
|
11006
11124
|
acs_user_id?: string | undefined;
|
|
11007
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
11125
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
11008
11126
|
external_type_display_name?: string | undefined;
|
|
11009
11127
|
acs_credential_pool_id?: string | undefined;
|
|
11010
11128
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -11076,7 +11194,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
11076
11194
|
issued_at?: string | null | undefined;
|
|
11077
11195
|
is_issued?: boolean | undefined;
|
|
11078
11196
|
acs_user_id?: string | undefined;
|
|
11079
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
11197
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
11080
11198
|
external_type_display_name?: string | undefined;
|
|
11081
11199
|
acs_credential_pool_id?: string | undefined;
|
|
11082
11200
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -18332,7 +18450,7 @@ declare const batch: z.ZodObject<{
|
|
|
18332
18450
|
workspace_id: z.ZodString;
|
|
18333
18451
|
created_at: z.ZodString;
|
|
18334
18452
|
display_name: z.ZodString;
|
|
18335
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user"]>>;
|
|
18453
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user", "avigilon_alta_user"]>>;
|
|
18336
18454
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
18337
18455
|
is_suspended: z.ZodOptional<z.ZodBoolean>;
|
|
18338
18456
|
access_schedule: z.ZodOptional<z.ZodObject<{
|
|
@@ -18728,6 +18846,45 @@ declare const batch: z.ZodObject<{
|
|
|
18728
18846
|
mutation_code: "deferring_group_membership_update";
|
|
18729
18847
|
variant: "removing" | "adding";
|
|
18730
18848
|
acs_access_group_id: string;
|
|
18849
|
+
}>, z.ZodObject<{
|
|
18850
|
+
created_at: z.ZodString;
|
|
18851
|
+
message: z.ZodString;
|
|
18852
|
+
} & {
|
|
18853
|
+
mutation_code: z.ZodLiteral<"updating_credential_assignment">;
|
|
18854
|
+
from: z.ZodObject<{
|
|
18855
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
18856
|
+
}, "strip", z.ZodTypeAny, {
|
|
18857
|
+
acs_credential_id: string | null;
|
|
18858
|
+
}, {
|
|
18859
|
+
acs_credential_id: string | null;
|
|
18860
|
+
}>;
|
|
18861
|
+
to: z.ZodObject<{
|
|
18862
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
18863
|
+
}, "strip", z.ZodTypeAny, {
|
|
18864
|
+
acs_credential_id: string | null;
|
|
18865
|
+
}, {
|
|
18866
|
+
acs_credential_id: string | null;
|
|
18867
|
+
}>;
|
|
18868
|
+
}, "strip", z.ZodTypeAny, {
|
|
18869
|
+
message: string;
|
|
18870
|
+
created_at: string;
|
|
18871
|
+
mutation_code: "updating_credential_assignment";
|
|
18872
|
+
from: {
|
|
18873
|
+
acs_credential_id: string | null;
|
|
18874
|
+
};
|
|
18875
|
+
to: {
|
|
18876
|
+
acs_credential_id: string | null;
|
|
18877
|
+
};
|
|
18878
|
+
}, {
|
|
18879
|
+
message: string;
|
|
18880
|
+
created_at: string;
|
|
18881
|
+
mutation_code: "updating_credential_assignment";
|
|
18882
|
+
from: {
|
|
18883
|
+
acs_credential_id: string | null;
|
|
18884
|
+
};
|
|
18885
|
+
to: {
|
|
18886
|
+
acs_credential_id: string | null;
|
|
18887
|
+
};
|
|
18731
18888
|
}>]>, "many">>;
|
|
18732
18889
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
18733
18890
|
connected_account_id: z.ZodString;
|
|
@@ -18865,9 +19022,19 @@ declare const batch: z.ZodObject<{
|
|
|
18865
19022
|
mutation_code: "deferring_group_membership_update";
|
|
18866
19023
|
variant: "removing" | "adding";
|
|
18867
19024
|
acs_access_group_id: string;
|
|
19025
|
+
} | {
|
|
19026
|
+
message: string;
|
|
19027
|
+
created_at: string;
|
|
19028
|
+
mutation_code: "updating_credential_assignment";
|
|
19029
|
+
from: {
|
|
19030
|
+
acs_credential_id: string | null;
|
|
19031
|
+
};
|
|
19032
|
+
to: {
|
|
19033
|
+
acs_credential_id: string | null;
|
|
19034
|
+
};
|
|
18868
19035
|
})[] | undefined;
|
|
18869
19036
|
user_identity_id?: string | undefined;
|
|
18870
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
19037
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
18871
19038
|
external_type_display_name?: string | undefined;
|
|
18872
19039
|
access_schedule?: {
|
|
18873
19040
|
starts_at: string;
|
|
@@ -19002,9 +19169,19 @@ declare const batch: z.ZodObject<{
|
|
|
19002
19169
|
mutation_code: "deferring_group_membership_update";
|
|
19003
19170
|
variant: "removing" | "adding";
|
|
19004
19171
|
acs_access_group_id: string;
|
|
19172
|
+
} | {
|
|
19173
|
+
message: string;
|
|
19174
|
+
created_at: string;
|
|
19175
|
+
mutation_code: "updating_credential_assignment";
|
|
19176
|
+
from: {
|
|
19177
|
+
acs_credential_id: string | null;
|
|
19178
|
+
};
|
|
19179
|
+
to: {
|
|
19180
|
+
acs_credential_id: string | null;
|
|
19181
|
+
};
|
|
19005
19182
|
})[] | undefined;
|
|
19006
19183
|
user_identity_id?: string | undefined;
|
|
19007
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
19184
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
19008
19185
|
external_type_display_name?: string | undefined;
|
|
19009
19186
|
access_schedule?: {
|
|
19010
19187
|
starts_at: string;
|
|
@@ -19559,7 +19736,7 @@ declare const batch: z.ZodObject<{
|
|
|
19559
19736
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
19560
19737
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19561
19738
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
19562
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
|
|
19739
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
19563
19740
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
19564
19741
|
created_at: z.ZodString;
|
|
19565
19742
|
workspace_id: z.ZodString;
|
|
@@ -19773,7 +19950,7 @@ declare const batch: z.ZodObject<{
|
|
|
19773
19950
|
issued_at?: string | null | undefined;
|
|
19774
19951
|
is_issued?: boolean | undefined;
|
|
19775
19952
|
acs_user_id?: string | undefined;
|
|
19776
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
19953
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
19777
19954
|
external_type_display_name?: string | undefined;
|
|
19778
19955
|
acs_credential_pool_id?: string | undefined;
|
|
19779
19956
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19845,7 +20022,7 @@ declare const batch: z.ZodObject<{
|
|
|
19845
20022
|
issued_at?: string | null | undefined;
|
|
19846
20023
|
is_issued?: boolean | undefined;
|
|
19847
20024
|
acs_user_id?: string | undefined;
|
|
19848
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
20025
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
19849
20026
|
external_type_display_name?: string | undefined;
|
|
19850
20027
|
acs_credential_pool_id?: string | undefined;
|
|
19851
20028
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19869,7 +20046,7 @@ declare const batch: z.ZodObject<{
|
|
|
19869
20046
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
19870
20047
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19871
20048
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
19872
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
|
|
20049
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
19873
20050
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
19874
20051
|
created_at: z.ZodString;
|
|
19875
20052
|
workspace_id: z.ZodString;
|
|
@@ -20083,7 +20260,7 @@ declare const batch: z.ZodObject<{
|
|
|
20083
20260
|
issued_at?: string | null | undefined;
|
|
20084
20261
|
is_issued?: boolean | undefined;
|
|
20085
20262
|
acs_user_id?: string | undefined;
|
|
20086
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
20263
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
20087
20264
|
external_type_display_name?: string | undefined;
|
|
20088
20265
|
acs_credential_pool_id?: string | undefined;
|
|
20089
20266
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20155,7 +20332,7 @@ declare const batch: z.ZodObject<{
|
|
|
20155
20332
|
issued_at?: string | null | undefined;
|
|
20156
20333
|
is_issued?: boolean | undefined;
|
|
20157
20334
|
acs_user_id?: string | undefined;
|
|
20158
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
20335
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
20159
20336
|
external_type_display_name?: string | undefined;
|
|
20160
20337
|
acs_credential_pool_id?: string | undefined;
|
|
20161
20338
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20464,7 +20641,7 @@ declare const batch: z.ZodObject<{
|
|
|
20464
20641
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
20465
20642
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20466
20643
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
20467
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
|
|
20644
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
20468
20645
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
20469
20646
|
created_at: z.ZodString;
|
|
20470
20647
|
workspace_id: z.ZodString;
|
|
@@ -20678,7 +20855,7 @@ declare const batch: z.ZodObject<{
|
|
|
20678
20855
|
issued_at?: string | null | undefined;
|
|
20679
20856
|
is_issued?: boolean | undefined;
|
|
20680
20857
|
acs_user_id?: string | undefined;
|
|
20681
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
20858
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
20682
20859
|
external_type_display_name?: string | undefined;
|
|
20683
20860
|
acs_credential_pool_id?: string | undefined;
|
|
20684
20861
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20750,7 +20927,7 @@ declare const batch: z.ZodObject<{
|
|
|
20750
20927
|
issued_at?: string | null | undefined;
|
|
20751
20928
|
is_issued?: boolean | undefined;
|
|
20752
20929
|
acs_user_id?: string | undefined;
|
|
20753
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
20930
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
20754
20931
|
external_type_display_name?: string | undefined;
|
|
20755
20932
|
acs_credential_pool_id?: string | undefined;
|
|
20756
20933
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20773,7 +20950,7 @@ declare const batch: z.ZodObject<{
|
|
|
20773
20950
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
20774
20951
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20775
20952
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
20776
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
|
|
20953
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
20777
20954
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
20778
20955
|
created_at: z.ZodString;
|
|
20779
20956
|
workspace_id: z.ZodString;
|
|
@@ -20987,7 +21164,7 @@ declare const batch: z.ZodObject<{
|
|
|
20987
21164
|
issued_at?: string | null | undefined;
|
|
20988
21165
|
is_issued?: boolean | undefined;
|
|
20989
21166
|
acs_user_id?: string | undefined;
|
|
20990
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
21167
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
20991
21168
|
external_type_display_name?: string | undefined;
|
|
20992
21169
|
acs_credential_pool_id?: string | undefined;
|
|
20993
21170
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21059,7 +21236,7 @@ declare const batch: z.ZodObject<{
|
|
|
21059
21236
|
issued_at?: string | null | undefined;
|
|
21060
21237
|
is_issued?: boolean | undefined;
|
|
21061
21238
|
acs_user_id?: string | undefined;
|
|
21062
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
21239
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
21063
21240
|
external_type_display_name?: string | undefined;
|
|
21064
21241
|
acs_credential_pool_id?: string | undefined;
|
|
21065
21242
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21168,7 +21345,7 @@ declare const batch: z.ZodObject<{
|
|
|
21168
21345
|
issued_at?: string | null | undefined;
|
|
21169
21346
|
is_issued?: boolean | undefined;
|
|
21170
21347
|
acs_user_id?: string | undefined;
|
|
21171
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
21348
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
21172
21349
|
external_type_display_name?: string | undefined;
|
|
21173
21350
|
acs_credential_pool_id?: string | undefined;
|
|
21174
21351
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21240,7 +21417,7 @@ declare const batch: z.ZodObject<{
|
|
|
21240
21417
|
issued_at?: string | null | undefined;
|
|
21241
21418
|
is_issued?: boolean | undefined;
|
|
21242
21419
|
acs_user_id?: string | undefined;
|
|
21243
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
21420
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
21244
21421
|
external_type_display_name?: string | undefined;
|
|
21245
21422
|
acs_credential_pool_id?: string | undefined;
|
|
21246
21423
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21339,7 +21516,7 @@ declare const batch: z.ZodObject<{
|
|
|
21339
21516
|
issued_at?: string | null | undefined;
|
|
21340
21517
|
is_issued?: boolean | undefined;
|
|
21341
21518
|
acs_user_id?: string | undefined;
|
|
21342
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
21519
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
21343
21520
|
external_type_display_name?: string | undefined;
|
|
21344
21521
|
acs_credential_pool_id?: string | undefined;
|
|
21345
21522
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21411,7 +21588,7 @@ declare const batch: z.ZodObject<{
|
|
|
21411
21588
|
issued_at?: string | null | undefined;
|
|
21412
21589
|
is_issued?: boolean | undefined;
|
|
21413
21590
|
acs_user_id?: string | undefined;
|
|
21414
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
21591
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
21415
21592
|
external_type_display_name?: string | undefined;
|
|
21416
21593
|
acs_credential_pool_id?: string | undefined;
|
|
21417
21594
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21515,7 +21692,7 @@ declare const batch: z.ZodObject<{
|
|
|
21515
21692
|
issued_at?: string | null | undefined;
|
|
21516
21693
|
is_issued?: boolean | undefined;
|
|
21517
21694
|
acs_user_id?: string | undefined;
|
|
21518
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
21695
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
21519
21696
|
external_type_display_name?: string | undefined;
|
|
21520
21697
|
acs_credential_pool_id?: string | undefined;
|
|
21521
21698
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21587,7 +21764,7 @@ declare const batch: z.ZodObject<{
|
|
|
21587
21764
|
issued_at?: string | null | undefined;
|
|
21588
21765
|
is_issued?: boolean | undefined;
|
|
21589
21766
|
acs_user_id?: string | undefined;
|
|
21590
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
21767
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
21591
21768
|
external_type_display_name?: string | undefined;
|
|
21592
21769
|
acs_credential_pool_id?: string | undefined;
|
|
21593
21770
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21692,7 +21869,7 @@ declare const batch: z.ZodObject<{
|
|
|
21692
21869
|
issued_at?: string | null | undefined;
|
|
21693
21870
|
is_issued?: boolean | undefined;
|
|
21694
21871
|
acs_user_id?: string | undefined;
|
|
21695
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
21872
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
21696
21873
|
external_type_display_name?: string | undefined;
|
|
21697
21874
|
acs_credential_pool_id?: string | undefined;
|
|
21698
21875
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21764,7 +21941,7 @@ declare const batch: z.ZodObject<{
|
|
|
21764
21941
|
issued_at?: string | null | undefined;
|
|
21765
21942
|
is_issued?: boolean | undefined;
|
|
21766
21943
|
acs_user_id?: string | undefined;
|
|
21767
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
21944
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
21768
21945
|
external_type_display_name?: string | undefined;
|
|
21769
21946
|
acs_credential_pool_id?: string | undefined;
|
|
21770
21947
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21927,7 +22104,7 @@ declare const batch: z.ZodObject<{
|
|
|
21927
22104
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
21928
22105
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
21929
22106
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
21930
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
|
|
22107
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
21931
22108
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
21932
22109
|
created_at: z.ZodString;
|
|
21933
22110
|
workspace_id: z.ZodString;
|
|
@@ -22141,7 +22318,7 @@ declare const batch: z.ZodObject<{
|
|
|
22141
22318
|
issued_at?: string | null | undefined;
|
|
22142
22319
|
is_issued?: boolean | undefined;
|
|
22143
22320
|
acs_user_id?: string | undefined;
|
|
22144
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
22321
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
22145
22322
|
external_type_display_name?: string | undefined;
|
|
22146
22323
|
acs_credential_pool_id?: string | undefined;
|
|
22147
22324
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22213,7 +22390,7 @@ declare const batch: z.ZodObject<{
|
|
|
22213
22390
|
issued_at?: string | null | undefined;
|
|
22214
22391
|
is_issued?: boolean | undefined;
|
|
22215
22392
|
acs_user_id?: string | undefined;
|
|
22216
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
22393
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
22217
22394
|
external_type_display_name?: string | undefined;
|
|
22218
22395
|
acs_credential_pool_id?: string | undefined;
|
|
22219
22396
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22236,7 +22413,7 @@ declare const batch: z.ZodObject<{
|
|
|
22236
22413
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
22237
22414
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
22238
22415
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
22239
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
|
|
22416
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
22240
22417
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
22241
22418
|
created_at: z.ZodString;
|
|
22242
22419
|
workspace_id: z.ZodString;
|
|
@@ -22450,7 +22627,7 @@ declare const batch: z.ZodObject<{
|
|
|
22450
22627
|
issued_at?: string | null | undefined;
|
|
22451
22628
|
is_issued?: boolean | undefined;
|
|
22452
22629
|
acs_user_id?: string | undefined;
|
|
22453
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
22630
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
22454
22631
|
external_type_display_name?: string | undefined;
|
|
22455
22632
|
acs_credential_pool_id?: string | undefined;
|
|
22456
22633
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22522,7 +22699,7 @@ declare const batch: z.ZodObject<{
|
|
|
22522
22699
|
issued_at?: string | null | undefined;
|
|
22523
22700
|
is_issued?: boolean | undefined;
|
|
22524
22701
|
acs_user_id?: string | undefined;
|
|
22525
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
22702
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
22526
22703
|
external_type_display_name?: string | undefined;
|
|
22527
22704
|
acs_credential_pool_id?: string | undefined;
|
|
22528
22705
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22599,7 +22776,7 @@ declare const batch: z.ZodObject<{
|
|
|
22599
22776
|
issued_at?: string | null | undefined;
|
|
22600
22777
|
is_issued?: boolean | undefined;
|
|
22601
22778
|
acs_user_id?: string | undefined;
|
|
22602
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
22779
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
22603
22780
|
external_type_display_name?: string | undefined;
|
|
22604
22781
|
acs_credential_pool_id?: string | undefined;
|
|
22605
22782
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22671,7 +22848,7 @@ declare const batch: z.ZodObject<{
|
|
|
22671
22848
|
issued_at?: string | null | undefined;
|
|
22672
22849
|
is_issued?: boolean | undefined;
|
|
22673
22850
|
acs_user_id?: string | undefined;
|
|
22674
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
22851
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
22675
22852
|
external_type_display_name?: string | undefined;
|
|
22676
22853
|
acs_credential_pool_id?: string | undefined;
|
|
22677
22854
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22749,7 +22926,7 @@ declare const batch: z.ZodObject<{
|
|
|
22749
22926
|
issued_at?: string | null | undefined;
|
|
22750
22927
|
is_issued?: boolean | undefined;
|
|
22751
22928
|
acs_user_id?: string | undefined;
|
|
22752
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
22929
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
22753
22930
|
external_type_display_name?: string | undefined;
|
|
22754
22931
|
acs_credential_pool_id?: string | undefined;
|
|
22755
22932
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22821,7 +22998,7 @@ declare const batch: z.ZodObject<{
|
|
|
22821
22998
|
issued_at?: string | null | undefined;
|
|
22822
22999
|
is_issued?: boolean | undefined;
|
|
22823
23000
|
acs_user_id?: string | undefined;
|
|
22824
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
23001
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
22825
23002
|
external_type_display_name?: string | undefined;
|
|
22826
23003
|
acs_credential_pool_id?: string | undefined;
|
|
22827
23004
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -24214,7 +24391,7 @@ declare const batch: z.ZodObject<{
|
|
|
24214
24391
|
workspace_id: z.ZodString;
|
|
24215
24392
|
created_at: z.ZodString;
|
|
24216
24393
|
display_name: z.ZodString;
|
|
24217
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user"]>>;
|
|
24394
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user", "avigilon_alta_user"]>>;
|
|
24218
24395
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
24219
24396
|
is_suspended: z.ZodOptional<z.ZodBoolean>;
|
|
24220
24397
|
access_schedule: z.ZodOptional<z.ZodObject<{
|
|
@@ -24610,6 +24787,45 @@ declare const batch: z.ZodObject<{
|
|
|
24610
24787
|
mutation_code: "deferring_group_membership_update";
|
|
24611
24788
|
variant: "removing" | "adding";
|
|
24612
24789
|
acs_access_group_id: string;
|
|
24790
|
+
}>, z.ZodObject<{
|
|
24791
|
+
created_at: z.ZodString;
|
|
24792
|
+
message: z.ZodString;
|
|
24793
|
+
} & {
|
|
24794
|
+
mutation_code: z.ZodLiteral<"updating_credential_assignment">;
|
|
24795
|
+
from: z.ZodObject<{
|
|
24796
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
24797
|
+
}, "strip", z.ZodTypeAny, {
|
|
24798
|
+
acs_credential_id: string | null;
|
|
24799
|
+
}, {
|
|
24800
|
+
acs_credential_id: string | null;
|
|
24801
|
+
}>;
|
|
24802
|
+
to: z.ZodObject<{
|
|
24803
|
+
acs_credential_id: z.ZodNullable<z.ZodString>;
|
|
24804
|
+
}, "strip", z.ZodTypeAny, {
|
|
24805
|
+
acs_credential_id: string | null;
|
|
24806
|
+
}, {
|
|
24807
|
+
acs_credential_id: string | null;
|
|
24808
|
+
}>;
|
|
24809
|
+
}, "strip", z.ZodTypeAny, {
|
|
24810
|
+
message: string;
|
|
24811
|
+
created_at: string;
|
|
24812
|
+
mutation_code: "updating_credential_assignment";
|
|
24813
|
+
from: {
|
|
24814
|
+
acs_credential_id: string | null;
|
|
24815
|
+
};
|
|
24816
|
+
to: {
|
|
24817
|
+
acs_credential_id: string | null;
|
|
24818
|
+
};
|
|
24819
|
+
}, {
|
|
24820
|
+
message: string;
|
|
24821
|
+
created_at: string;
|
|
24822
|
+
mutation_code: "updating_credential_assignment";
|
|
24823
|
+
from: {
|
|
24824
|
+
acs_credential_id: string | null;
|
|
24825
|
+
};
|
|
24826
|
+
to: {
|
|
24827
|
+
acs_credential_id: string | null;
|
|
24828
|
+
};
|
|
24613
24829
|
}>]>, "many">>;
|
|
24614
24830
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
24615
24831
|
connected_account_id: z.ZodString;
|
|
@@ -24747,9 +24963,19 @@ declare const batch: z.ZodObject<{
|
|
|
24747
24963
|
mutation_code: "deferring_group_membership_update";
|
|
24748
24964
|
variant: "removing" | "adding";
|
|
24749
24965
|
acs_access_group_id: string;
|
|
24966
|
+
} | {
|
|
24967
|
+
message: string;
|
|
24968
|
+
created_at: string;
|
|
24969
|
+
mutation_code: "updating_credential_assignment";
|
|
24970
|
+
from: {
|
|
24971
|
+
acs_credential_id: string | null;
|
|
24972
|
+
};
|
|
24973
|
+
to: {
|
|
24974
|
+
acs_credential_id: string | null;
|
|
24975
|
+
};
|
|
24750
24976
|
})[] | undefined;
|
|
24751
24977
|
user_identity_id?: string | undefined;
|
|
24752
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
24978
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
24753
24979
|
external_type_display_name?: string | undefined;
|
|
24754
24980
|
access_schedule?: {
|
|
24755
24981
|
starts_at: string;
|
|
@@ -24884,9 +25110,19 @@ declare const batch: z.ZodObject<{
|
|
|
24884
25110
|
mutation_code: "deferring_group_membership_update";
|
|
24885
25111
|
variant: "removing" | "adding";
|
|
24886
25112
|
acs_access_group_id: string;
|
|
25113
|
+
} | {
|
|
25114
|
+
message: string;
|
|
25115
|
+
created_at: string;
|
|
25116
|
+
mutation_code: "updating_credential_assignment";
|
|
25117
|
+
from: {
|
|
25118
|
+
acs_credential_id: string | null;
|
|
25119
|
+
};
|
|
25120
|
+
to: {
|
|
25121
|
+
acs_credential_id: string | null;
|
|
25122
|
+
};
|
|
24887
25123
|
})[] | undefined;
|
|
24888
25124
|
user_identity_id?: string | undefined;
|
|
24889
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
25125
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
24890
25126
|
external_type_display_name?: string | undefined;
|
|
24891
25127
|
access_schedule?: {
|
|
24892
25128
|
starts_at: string;
|
|
@@ -39638,9 +39874,19 @@ declare const batch: z.ZodObject<{
|
|
|
39638
39874
|
mutation_code: "deferring_group_membership_update";
|
|
39639
39875
|
variant: "removing" | "adding";
|
|
39640
39876
|
acs_access_group_id: string;
|
|
39877
|
+
} | {
|
|
39878
|
+
message: string;
|
|
39879
|
+
created_at: string;
|
|
39880
|
+
mutation_code: "updating_credential_assignment";
|
|
39881
|
+
from: {
|
|
39882
|
+
acs_credential_id: string | null;
|
|
39883
|
+
};
|
|
39884
|
+
to: {
|
|
39885
|
+
acs_credential_id: string | null;
|
|
39886
|
+
};
|
|
39641
39887
|
})[] | undefined;
|
|
39642
39888
|
user_identity_id?: string | undefined;
|
|
39643
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
39889
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
39644
39890
|
external_type_display_name?: string | undefined;
|
|
39645
39891
|
access_schedule?: {
|
|
39646
39892
|
starts_at: string;
|
|
@@ -39829,7 +40075,7 @@ declare const batch: z.ZodObject<{
|
|
|
39829
40075
|
issued_at?: string | null | undefined;
|
|
39830
40076
|
is_issued?: boolean | undefined;
|
|
39831
40077
|
acs_user_id?: string | undefined;
|
|
39832
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
40078
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
39833
40079
|
external_type_display_name?: string | undefined;
|
|
39834
40080
|
acs_credential_pool_id?: string | undefined;
|
|
39835
40081
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -39902,7 +40148,7 @@ declare const batch: z.ZodObject<{
|
|
|
39902
40148
|
issued_at?: string | null | undefined;
|
|
39903
40149
|
is_issued?: boolean | undefined;
|
|
39904
40150
|
acs_user_id?: string | undefined;
|
|
39905
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
40151
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
39906
40152
|
external_type_display_name?: string | undefined;
|
|
39907
40153
|
acs_credential_pool_id?: string | undefined;
|
|
39908
40154
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -40182,7 +40428,7 @@ declare const batch: z.ZodObject<{
|
|
|
40182
40428
|
issued_at?: string | null | undefined;
|
|
40183
40429
|
is_issued?: boolean | undefined;
|
|
40184
40430
|
acs_user_id?: string | undefined;
|
|
40185
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
40431
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
40186
40432
|
external_type_display_name?: string | undefined;
|
|
40187
40433
|
acs_credential_pool_id?: string | undefined;
|
|
40188
40434
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -40254,7 +40500,7 @@ declare const batch: z.ZodObject<{
|
|
|
40254
40500
|
issued_at?: string | null | undefined;
|
|
40255
40501
|
is_issued?: boolean | undefined;
|
|
40256
40502
|
acs_user_id?: string | undefined;
|
|
40257
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
40503
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
40258
40504
|
external_type_display_name?: string | undefined;
|
|
40259
40505
|
acs_credential_pool_id?: string | undefined;
|
|
40260
40506
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -40465,7 +40711,7 @@ declare const batch: z.ZodObject<{
|
|
|
40465
40711
|
issued_at?: string | null | undefined;
|
|
40466
40712
|
is_issued?: boolean | undefined;
|
|
40467
40713
|
acs_user_id?: string | undefined;
|
|
40468
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
40714
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
40469
40715
|
external_type_display_name?: string | undefined;
|
|
40470
40716
|
acs_credential_pool_id?: string | undefined;
|
|
40471
40717
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -40537,7 +40783,7 @@ declare const batch: z.ZodObject<{
|
|
|
40537
40783
|
issued_at?: string | null | undefined;
|
|
40538
40784
|
is_issued?: boolean | undefined;
|
|
40539
40785
|
acs_user_id?: string | undefined;
|
|
40540
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
40786
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
40541
40787
|
external_type_display_name?: string | undefined;
|
|
40542
40788
|
acs_credential_pool_id?: string | undefined;
|
|
40543
40789
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -40811,9 +41057,19 @@ declare const batch: z.ZodObject<{
|
|
|
40811
41057
|
mutation_code: "deferring_group_membership_update";
|
|
40812
41058
|
variant: "removing" | "adding";
|
|
40813
41059
|
acs_access_group_id: string;
|
|
41060
|
+
} | {
|
|
41061
|
+
message: string;
|
|
41062
|
+
created_at: string;
|
|
41063
|
+
mutation_code: "updating_credential_assignment";
|
|
41064
|
+
from: {
|
|
41065
|
+
acs_credential_id: string | null;
|
|
41066
|
+
};
|
|
41067
|
+
to: {
|
|
41068
|
+
acs_credential_id: string | null;
|
|
41069
|
+
};
|
|
40814
41070
|
})[] | undefined;
|
|
40815
41071
|
user_identity_id?: string | undefined;
|
|
40816
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
41072
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
40817
41073
|
external_type_display_name?: string | undefined;
|
|
40818
41074
|
access_schedule?: {
|
|
40819
41075
|
starts_at: string;
|
|
@@ -44618,9 +44874,19 @@ declare const batch: z.ZodObject<{
|
|
|
44618
44874
|
mutation_code: "deferring_group_membership_update";
|
|
44619
44875
|
variant: "removing" | "adding";
|
|
44620
44876
|
acs_access_group_id: string;
|
|
44877
|
+
} | {
|
|
44878
|
+
message: string;
|
|
44879
|
+
created_at: string;
|
|
44880
|
+
mutation_code: "updating_credential_assignment";
|
|
44881
|
+
from: {
|
|
44882
|
+
acs_credential_id: string | null;
|
|
44883
|
+
};
|
|
44884
|
+
to: {
|
|
44885
|
+
acs_credential_id: string | null;
|
|
44886
|
+
};
|
|
44621
44887
|
})[] | undefined;
|
|
44622
44888
|
user_identity_id?: string | undefined;
|
|
44623
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
44889
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
44624
44890
|
external_type_display_name?: string | undefined;
|
|
44625
44891
|
access_schedule?: {
|
|
44626
44892
|
starts_at: string;
|
|
@@ -44809,7 +45075,7 @@ declare const batch: z.ZodObject<{
|
|
|
44809
45075
|
issued_at?: string | null | undefined;
|
|
44810
45076
|
is_issued?: boolean | undefined;
|
|
44811
45077
|
acs_user_id?: string | undefined;
|
|
44812
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
45078
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
44813
45079
|
external_type_display_name?: string | undefined;
|
|
44814
45080
|
acs_credential_pool_id?: string | undefined;
|
|
44815
45081
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -44882,7 +45148,7 @@ declare const batch: z.ZodObject<{
|
|
|
44882
45148
|
issued_at?: string | null | undefined;
|
|
44883
45149
|
is_issued?: boolean | undefined;
|
|
44884
45150
|
acs_user_id?: string | undefined;
|
|
44885
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
45151
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
44886
45152
|
external_type_display_name?: string | undefined;
|
|
44887
45153
|
acs_credential_pool_id?: string | undefined;
|
|
44888
45154
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -45162,7 +45428,7 @@ declare const batch: z.ZodObject<{
|
|
|
45162
45428
|
issued_at?: string | null | undefined;
|
|
45163
45429
|
is_issued?: boolean | undefined;
|
|
45164
45430
|
acs_user_id?: string | undefined;
|
|
45165
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
45431
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
45166
45432
|
external_type_display_name?: string | undefined;
|
|
45167
45433
|
acs_credential_pool_id?: string | undefined;
|
|
45168
45434
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -45234,7 +45500,7 @@ declare const batch: z.ZodObject<{
|
|
|
45234
45500
|
issued_at?: string | null | undefined;
|
|
45235
45501
|
is_issued?: boolean | undefined;
|
|
45236
45502
|
acs_user_id?: string | undefined;
|
|
45237
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
45503
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
45238
45504
|
external_type_display_name?: string | undefined;
|
|
45239
45505
|
acs_credential_pool_id?: string | undefined;
|
|
45240
45506
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -45445,7 +45711,7 @@ declare const batch: z.ZodObject<{
|
|
|
45445
45711
|
issued_at?: string | null | undefined;
|
|
45446
45712
|
is_issued?: boolean | undefined;
|
|
45447
45713
|
acs_user_id?: string | undefined;
|
|
45448
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
45714
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
45449
45715
|
external_type_display_name?: string | undefined;
|
|
45450
45716
|
acs_credential_pool_id?: string | undefined;
|
|
45451
45717
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -45517,7 +45783,7 @@ declare const batch: z.ZodObject<{
|
|
|
45517
45783
|
issued_at?: string | null | undefined;
|
|
45518
45784
|
is_issued?: boolean | undefined;
|
|
45519
45785
|
acs_user_id?: string | undefined;
|
|
45520
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
|
|
45786
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
45521
45787
|
external_type_display_name?: string | undefined;
|
|
45522
45788
|
acs_credential_pool_id?: string | undefined;
|
|
45523
45789
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -45791,9 +46057,19 @@ declare const batch: z.ZodObject<{
|
|
|
45791
46057
|
mutation_code: "deferring_group_membership_update";
|
|
45792
46058
|
variant: "removing" | "adding";
|
|
45793
46059
|
acs_access_group_id: string;
|
|
46060
|
+
} | {
|
|
46061
|
+
message: string;
|
|
46062
|
+
created_at: string;
|
|
46063
|
+
mutation_code: "updating_credential_assignment";
|
|
46064
|
+
from: {
|
|
46065
|
+
acs_credential_id: string | null;
|
|
46066
|
+
};
|
|
46067
|
+
to: {
|
|
46068
|
+
acs_credential_id: string | null;
|
|
46069
|
+
};
|
|
45794
46070
|
})[] | undefined;
|
|
45795
46071
|
user_identity_id?: string | undefined;
|
|
45796
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
46072
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
45797
46073
|
external_type_display_name?: string | undefined;
|
|
45798
46074
|
access_schedule?: {
|
|
45799
46075
|
starts_at: string;
|
|
@@ -64214,7 +64490,7 @@ type Routes = {
|
|
|
64214
64490
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
64215
64491
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
64216
64492
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64217
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
64493
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
64218
64494
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
64219
64495
|
external_type_display_name?: string | undefined;
|
|
64220
64496
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -64344,7 +64620,7 @@ type Routes = {
|
|
|
64344
64620
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
64345
64621
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
64346
64622
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64347
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
64623
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
64348
64624
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
64349
64625
|
external_type_display_name?: string | undefined;
|
|
64350
64626
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -64541,7 +64817,7 @@ type Routes = {
|
|
|
64541
64817
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
64542
64818
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
64543
64819
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64544
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
64820
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
64545
64821
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
64546
64822
|
external_type_display_name?: string | undefined;
|
|
64547
64823
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -64671,7 +64947,7 @@ type Routes = {
|
|
|
64671
64947
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
64672
64948
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
64673
64949
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64674
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
64950
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
64675
64951
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
64676
64952
|
external_type_display_name?: string | undefined;
|
|
64677
64953
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -66806,7 +67082,7 @@ type Routes = {
|
|
|
66806
67082
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
66807
67083
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
66808
67084
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
66809
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
67085
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
66810
67086
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
66811
67087
|
external_type_display_name?: string | undefined;
|
|
66812
67088
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -66936,7 +67212,7 @@ type Routes = {
|
|
|
66936
67212
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
66937
67213
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
66938
67214
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
66939
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
67215
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
66940
67216
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
66941
67217
|
external_type_display_name?: string | undefined;
|
|
66942
67218
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -67133,7 +67409,7 @@ type Routes = {
|
|
|
67133
67409
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
67134
67410
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
67135
67411
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67136
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
67412
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
67137
67413
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
67138
67414
|
external_type_display_name?: string | undefined;
|
|
67139
67415
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -67263,7 +67539,7 @@ type Routes = {
|
|
|
67263
67539
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
67264
67540
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
67265
67541
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67266
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
67542
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
67267
67543
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
67268
67544
|
external_type_display_name?: string | undefined;
|
|
67269
67545
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -71286,7 +71562,7 @@ type Routes = {
|
|
|
71286
71562
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
71287
71563
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
71288
71564
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
71289
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
71565
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
71290
71566
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
71291
71567
|
external_type_display_name?: string | undefined;
|
|
71292
71568
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -71416,7 +71692,7 @@ type Routes = {
|
|
|
71416
71692
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
71417
71693
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
71418
71694
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
71419
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
71695
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
71420
71696
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
71421
71697
|
external_type_display_name?: string | undefined;
|
|
71422
71698
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -71613,7 +71889,7 @@ type Routes = {
|
|
|
71613
71889
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
71614
71890
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
71615
71891
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
71616
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
71892
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
71617
71893
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
71618
71894
|
external_type_display_name?: string | undefined;
|
|
71619
71895
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -71743,7 +72019,7 @@ type Routes = {
|
|
|
71743
72019
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
71744
72020
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
71745
72021
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
71746
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
72022
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
71747
72023
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
71748
72024
|
external_type_display_name?: string | undefined;
|
|
71749
72025
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -73752,7 +74028,7 @@ type Routes = {
|
|
|
73752
74028
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
73753
74029
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
73754
74030
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
73755
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
74031
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
73756
74032
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
73757
74033
|
external_type_display_name?: string | undefined;
|
|
73758
74034
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -73882,7 +74158,7 @@ type Routes = {
|
|
|
73882
74158
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
73883
74159
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
73884
74160
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
73885
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
74161
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
73886
74162
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
73887
74163
|
external_type_display_name?: string | undefined;
|
|
73888
74164
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -74079,7 +74355,7 @@ type Routes = {
|
|
|
74079
74355
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
74080
74356
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
74081
74357
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
74082
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
74358
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
74083
74359
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
74084
74360
|
external_type_display_name?: string | undefined;
|
|
74085
74361
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -74209,7 +74485,7 @@ type Routes = {
|
|
|
74209
74485
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
74210
74486
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
74211
74487
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
74212
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
74488
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
74213
74489
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
74214
74490
|
external_type_display_name?: string | undefined;
|
|
74215
74491
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -78569,7 +78845,7 @@ type Routes = {
|
|
|
78569
78845
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
78570
78846
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
78571
78847
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
78572
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
78848
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
78573
78849
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
78574
78850
|
external_type_display_name?: string | undefined;
|
|
78575
78851
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -78699,7 +78975,7 @@ type Routes = {
|
|
|
78699
78975
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
78700
78976
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
78701
78977
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
78702
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
78978
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
78703
78979
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
78704
78980
|
external_type_display_name?: string | undefined;
|
|
78705
78981
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -78896,7 +79172,7 @@ type Routes = {
|
|
|
78896
79172
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
78897
79173
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
78898
79174
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
78899
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
79175
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
78900
79176
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
78901
79177
|
external_type_display_name?: string | undefined;
|
|
78902
79178
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -79026,7 +79302,7 @@ type Routes = {
|
|
|
79026
79302
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
79027
79303
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
79028
79304
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
79029
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
79305
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
79030
79306
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
79031
79307
|
external_type_display_name?: string | undefined;
|
|
79032
79308
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -81754,7 +82030,7 @@ type Routes = {
|
|
|
81754
82030
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
81755
82031
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
81756
82032
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
81757
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
82033
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
81758
82034
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
81759
82035
|
external_type_display_name?: string | undefined;
|
|
81760
82036
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -82820,7 +83096,7 @@ type Routes = {
|
|
|
82820
83096
|
/** Display name for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
82821
83097
|
display_name: string;
|
|
82822
83098
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
82823
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
83099
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
82824
83100
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
82825
83101
|
external_type_display_name?: string | undefined;
|
|
82826
83102
|
/** Indicates whether the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -83017,6 +83293,23 @@ type Routes = {
|
|
|
83017
83293
|
acs_access_group_id: string;
|
|
83018
83294
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
83019
83295
|
variant: 'adding' | 'removing';
|
|
83296
|
+
} | {
|
|
83297
|
+
/** Date and time at which the mutation was created. */
|
|
83298
|
+
created_at: string;
|
|
83299
|
+
/** Detailed description of the mutation. */
|
|
83300
|
+
message: string;
|
|
83301
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
83302
|
+
mutation_code: 'updating_credential_assignment';
|
|
83303
|
+
/** Previous credential assignment. */
|
|
83304
|
+
from: {
|
|
83305
|
+
/** Previous credential ID. */
|
|
83306
|
+
acs_credential_id: string | null;
|
|
83307
|
+
};
|
|
83308
|
+
/** New credential assignment. */
|
|
83309
|
+
to: {
|
|
83310
|
+
/** New credential ID. */
|
|
83311
|
+
acs_credential_id: string | null;
|
|
83312
|
+
};
|
|
83020
83313
|
})[] | undefined;
|
|
83021
83314
|
/** The last time an internal sync job completed for this access system user. */
|
|
83022
83315
|
last_successful_sync_at: string | null;
|
|
@@ -83526,7 +83819,7 @@ type Routes = {
|
|
|
83526
83819
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
83527
83820
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
83528
83821
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
83529
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
83822
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
83530
83823
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
83531
83824
|
external_type_display_name?: string | undefined;
|
|
83532
83825
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -83727,7 +84020,7 @@ type Routes = {
|
|
|
83727
84020
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
83728
84021
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
83729
84022
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
83730
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
84023
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
83731
84024
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
83732
84025
|
external_type_display_name?: string | undefined;
|
|
83733
84026
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -83885,7 +84178,7 @@ type Routes = {
|
|
|
83885
84178
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
83886
84179
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
83887
84180
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
83888
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
84181
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
83889
84182
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
83890
84183
|
external_type_display_name?: string | undefined;
|
|
83891
84184
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -84048,7 +84341,7 @@ type Routes = {
|
|
|
84048
84341
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
84049
84342
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
84050
84343
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
84051
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
84344
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
84052
84345
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
84053
84346
|
external_type_display_name?: string | undefined;
|
|
84054
84347
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -84215,7 +84508,7 @@ type Routes = {
|
|
|
84215
84508
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
84216
84509
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
84217
84510
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
84218
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
84511
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
84219
84512
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
84220
84513
|
external_type_display_name?: string | undefined;
|
|
84221
84514
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -84540,7 +84833,7 @@ type Routes = {
|
|
|
84540
84833
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
84541
84834
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
84542
84835
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
84543
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
84836
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
84544
84837
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
84545
84838
|
external_type_display_name?: string | undefined;
|
|
84546
84839
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -84686,7 +84979,7 @@ type Routes = {
|
|
|
84686
84979
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
84687
84980
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
84688
84981
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
84689
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
84982
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
84690
84983
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
84691
84984
|
external_type_display_name?: string | undefined;
|
|
84692
84985
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -84845,7 +85138,7 @@ type Routes = {
|
|
|
84845
85138
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
84846
85139
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
84847
85140
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
84848
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
85141
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
84849
85142
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
84850
85143
|
external_type_display_name?: string | undefined;
|
|
84851
85144
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -84999,7 +85292,7 @@ type Routes = {
|
|
|
84999
85292
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
85000
85293
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
85001
85294
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
85002
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
85295
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
85003
85296
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
85004
85297
|
external_type_display_name?: string | undefined;
|
|
85005
85298
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -85289,7 +85582,7 @@ type Routes = {
|
|
|
85289
85582
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
85290
85583
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
85291
85584
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
85292
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
85585
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
85293
85586
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
85294
85587
|
external_type_display_name?: string | undefined;
|
|
85295
85588
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -85419,7 +85712,7 @@ type Routes = {
|
|
|
85419
85712
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
85420
85713
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
85421
85714
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
85422
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
85715
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
85423
85716
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
85424
85717
|
external_type_display_name?: string | undefined;
|
|
85425
85718
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -85616,7 +85909,7 @@ type Routes = {
|
|
|
85616
85909
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
85617
85910
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
85618
85911
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
85619
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
85912
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
85620
85913
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
85621
85914
|
external_type_display_name?: string | undefined;
|
|
85622
85915
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -85746,7 +86039,7 @@ type Routes = {
|
|
|
85746
86039
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
85747
86040
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
85748
86041
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
85749
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
86042
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
85750
86043
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
85751
86044
|
external_type_display_name?: string | undefined;
|
|
85752
86045
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -86737,7 +87030,7 @@ type Routes = {
|
|
|
86737
87030
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
86738
87031
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
86739
87032
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
86740
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
87033
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
86741
87034
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
86742
87035
|
external_type_display_name?: string | undefined;
|
|
86743
87036
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -86867,7 +87160,7 @@ type Routes = {
|
|
|
86867
87160
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
86868
87161
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
86869
87162
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
86870
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
87163
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
86871
87164
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
86872
87165
|
external_type_display_name?: string | undefined;
|
|
86873
87166
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -87064,7 +87357,7 @@ type Routes = {
|
|
|
87064
87357
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
87065
87358
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
87066
87359
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
87067
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
87360
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
87068
87361
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
87069
87362
|
external_type_display_name?: string | undefined;
|
|
87070
87363
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -87194,7 +87487,7 @@ type Routes = {
|
|
|
87194
87487
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
87195
87488
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
87196
87489
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
87197
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
87490
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
87198
87491
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
87199
87492
|
external_type_display_name?: string | undefined;
|
|
87200
87493
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -88393,7 +88686,7 @@ type Routes = {
|
|
|
88393
88686
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
88394
88687
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
88395
88688
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
88396
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
88689
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
88397
88690
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
88398
88691
|
external_type_display_name?: string | undefined;
|
|
88399
88692
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -88681,7 +88974,7 @@ type Routes = {
|
|
|
88681
88974
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
88682
88975
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
88683
88976
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
88684
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
88977
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
88685
88978
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
88686
88979
|
external_type_display_name?: string | undefined;
|
|
88687
88980
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -88811,7 +89104,7 @@ type Routes = {
|
|
|
88811
89104
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
88812
89105
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
88813
89106
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
88814
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
89107
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
88815
89108
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
88816
89109
|
external_type_display_name?: string | undefined;
|
|
88817
89110
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -89008,7 +89301,7 @@ type Routes = {
|
|
|
89008
89301
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
89009
89302
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
89010
89303
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
89011
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
89304
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
89012
89305
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
89013
89306
|
external_type_display_name?: string | undefined;
|
|
89014
89307
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -89138,7 +89431,7 @@ type Routes = {
|
|
|
89138
89431
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
89139
89432
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
89140
89433
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
89141
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
89434
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
89142
89435
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
89143
89436
|
external_type_display_name?: string | undefined;
|
|
89144
89437
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -90345,7 +90638,7 @@ type Routes = {
|
|
|
90345
90638
|
/** Display name for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
90346
90639
|
display_name: string;
|
|
90347
90640
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
90348
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
90641
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
90349
90642
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
90350
90643
|
external_type_display_name?: string | undefined;
|
|
90351
90644
|
/** Indicates whether the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -90542,6 +90835,23 @@ type Routes = {
|
|
|
90542
90835
|
acs_access_group_id: string;
|
|
90543
90836
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
90544
90837
|
variant: 'adding' | 'removing';
|
|
90838
|
+
} | {
|
|
90839
|
+
/** Date and time at which the mutation was created. */
|
|
90840
|
+
created_at: string;
|
|
90841
|
+
/** Detailed description of the mutation. */
|
|
90842
|
+
message: string;
|
|
90843
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
90844
|
+
mutation_code: 'updating_credential_assignment';
|
|
90845
|
+
/** Previous credential assignment. */
|
|
90846
|
+
from: {
|
|
90847
|
+
/** Previous credential ID. */
|
|
90848
|
+
acs_credential_id: string | null;
|
|
90849
|
+
};
|
|
90850
|
+
/** New credential assignment. */
|
|
90851
|
+
to: {
|
|
90852
|
+
/** New credential ID. */
|
|
90853
|
+
acs_credential_id: string | null;
|
|
90854
|
+
};
|
|
90545
90855
|
})[] | undefined;
|
|
90546
90856
|
/** The last time an internal sync job completed for this access system user. */
|
|
90547
90857
|
last_successful_sync_at: string | null;
|
|
@@ -90620,7 +90930,7 @@ type Routes = {
|
|
|
90620
90930
|
/** Display name for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
90621
90931
|
display_name: string;
|
|
90622
90932
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
90623
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
90933
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
90624
90934
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
90625
90935
|
external_type_display_name?: string | undefined;
|
|
90626
90936
|
/** Indicates whether the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -90817,6 +91127,23 @@ type Routes = {
|
|
|
90817
91127
|
acs_access_group_id: string;
|
|
90818
91128
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
90819
91129
|
variant: 'adding' | 'removing';
|
|
91130
|
+
} | {
|
|
91131
|
+
/** Date and time at which the mutation was created. */
|
|
91132
|
+
created_at: string;
|
|
91133
|
+
/** Detailed description of the mutation. */
|
|
91134
|
+
message: string;
|
|
91135
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
91136
|
+
mutation_code: 'updating_credential_assignment';
|
|
91137
|
+
/** Previous credential assignment. */
|
|
91138
|
+
from: {
|
|
91139
|
+
/** Previous credential ID. */
|
|
91140
|
+
acs_credential_id: string | null;
|
|
91141
|
+
};
|
|
91142
|
+
/** New credential assignment. */
|
|
91143
|
+
to: {
|
|
91144
|
+
/** New credential ID. */
|
|
91145
|
+
acs_credential_id: string | null;
|
|
91146
|
+
};
|
|
90820
91147
|
})[] | undefined;
|
|
90821
91148
|
/** The last time an internal sync job completed for this access system user. */
|
|
90822
91149
|
last_successful_sync_at: string | null;
|
|
@@ -90883,7 +91210,7 @@ type Routes = {
|
|
|
90883
91210
|
/** Display name for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
90884
91211
|
display_name: string;
|
|
90885
91212
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
90886
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
91213
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
90887
91214
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
90888
91215
|
external_type_display_name?: string | undefined;
|
|
90889
91216
|
/** Indicates whether the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -91080,6 +91407,23 @@ type Routes = {
|
|
|
91080
91407
|
acs_access_group_id: string;
|
|
91081
91408
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
91082
91409
|
variant: 'adding' | 'removing';
|
|
91410
|
+
} | {
|
|
91411
|
+
/** Date and time at which the mutation was created. */
|
|
91412
|
+
created_at: string;
|
|
91413
|
+
/** Detailed description of the mutation. */
|
|
91414
|
+
message: string;
|
|
91415
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
91416
|
+
mutation_code: 'updating_credential_assignment';
|
|
91417
|
+
/** Previous credential assignment. */
|
|
91418
|
+
from: {
|
|
91419
|
+
/** Previous credential ID. */
|
|
91420
|
+
acs_credential_id: string | null;
|
|
91421
|
+
};
|
|
91422
|
+
/** New credential assignment. */
|
|
91423
|
+
to: {
|
|
91424
|
+
/** New credential ID. */
|
|
91425
|
+
acs_credential_id: string | null;
|
|
91426
|
+
};
|
|
91083
91427
|
})[] | undefined;
|
|
91084
91428
|
/** The last time an internal sync job completed for this access system user. */
|
|
91085
91429
|
last_successful_sync_at: string | null;
|
|
@@ -91359,7 +91703,7 @@ type Routes = {
|
|
|
91359
91703
|
/** Display name for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
91360
91704
|
display_name: string;
|
|
91361
91705
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
91362
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
91706
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
91363
91707
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
91364
91708
|
external_type_display_name?: string | undefined;
|
|
91365
91709
|
/** Indicates whether the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -91556,6 +91900,23 @@ type Routes = {
|
|
|
91556
91900
|
acs_access_group_id: string;
|
|
91557
91901
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
91558
91902
|
variant: 'adding' | 'removing';
|
|
91903
|
+
} | {
|
|
91904
|
+
/** Date and time at which the mutation was created. */
|
|
91905
|
+
created_at: string;
|
|
91906
|
+
/** Detailed description of the mutation. */
|
|
91907
|
+
message: string;
|
|
91908
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
91909
|
+
mutation_code: 'updating_credential_assignment';
|
|
91910
|
+
/** Previous credential assignment. */
|
|
91911
|
+
from: {
|
|
91912
|
+
/** Previous credential ID. */
|
|
91913
|
+
acs_credential_id: string | null;
|
|
91914
|
+
};
|
|
91915
|
+
/** New credential assignment. */
|
|
91916
|
+
to: {
|
|
91917
|
+
/** New credential ID. */
|
|
91918
|
+
acs_credential_id: string | null;
|
|
91919
|
+
};
|
|
91559
91920
|
})[] | undefined;
|
|
91560
91921
|
/** The last time an internal sync job completed for this access system user. */
|
|
91561
91922
|
last_successful_sync_at: string | null;
|
|
@@ -91618,7 +91979,7 @@ type Routes = {
|
|
|
91618
91979
|
/** Display name for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
91619
91980
|
display_name: string;
|
|
91620
91981
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
91621
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
91982
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
91622
91983
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
91623
91984
|
external_type_display_name?: string | undefined;
|
|
91624
91985
|
/** Indicates whether the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -91815,6 +92176,23 @@ type Routes = {
|
|
|
91815
92176
|
acs_access_group_id: string;
|
|
91816
92177
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
91817
92178
|
variant: 'adding' | 'removing';
|
|
92179
|
+
} | {
|
|
92180
|
+
/** Date and time at which the mutation was created. */
|
|
92181
|
+
created_at: string;
|
|
92182
|
+
/** Detailed description of the mutation. */
|
|
92183
|
+
message: string;
|
|
92184
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
92185
|
+
mutation_code: 'updating_credential_assignment';
|
|
92186
|
+
/** Previous credential assignment. */
|
|
92187
|
+
from: {
|
|
92188
|
+
/** Previous credential ID. */
|
|
92189
|
+
acs_credential_id: string | null;
|
|
92190
|
+
};
|
|
92191
|
+
/** New credential assignment. */
|
|
92192
|
+
to: {
|
|
92193
|
+
/** New credential ID. */
|
|
92194
|
+
acs_credential_id: string | null;
|
|
92195
|
+
};
|
|
91818
92196
|
})[] | undefined;
|
|
91819
92197
|
/** The last time an internal sync job completed for this access system user. */
|
|
91820
92198
|
last_successful_sync_at: string | null;
|
|
@@ -92075,7 +92453,7 @@ type Routes = {
|
|
|
92075
92453
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
92076
92454
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
92077
92455
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
92078
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
92456
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
92079
92457
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
92080
92458
|
external_type_display_name?: string | undefined;
|
|
92081
92459
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -92205,7 +92583,7 @@ type Routes = {
|
|
|
92205
92583
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
92206
92584
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
92207
92585
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
92208
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
92586
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
92209
92587
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
92210
92588
|
external_type_display_name?: string | undefined;
|
|
92211
92589
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -92402,7 +92780,7 @@ type Routes = {
|
|
|
92402
92780
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
92403
92781
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
92404
92782
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
92405
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
92783
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
92406
92784
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
92407
92785
|
external_type_display_name?: string | undefined;
|
|
92408
92786
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -92532,7 +92910,7 @@ type Routes = {
|
|
|
92532
92910
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
92533
92911
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
92534
92912
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
92535
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
92913
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
92536
92914
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
92537
92915
|
external_type_display_name?: string | undefined;
|
|
92538
92916
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -93416,7 +93794,7 @@ type Routes = {
|
|
|
93416
93794
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
93417
93795
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
93418
93796
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93419
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
93797
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
93420
93798
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
93421
93799
|
external_type_display_name?: string | undefined;
|
|
93422
93800
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -93546,7 +93924,7 @@ type Routes = {
|
|
|
93546
93924
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
93547
93925
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
93548
93926
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93549
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
93927
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
93550
93928
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
93551
93929
|
external_type_display_name?: string | undefined;
|
|
93552
93930
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -93743,7 +94121,7 @@ type Routes = {
|
|
|
93743
94121
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
93744
94122
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
93745
94123
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93746
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
94124
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
93747
94125
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
93748
94126
|
external_type_display_name?: string | undefined;
|
|
93749
94127
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -93873,7 +94251,7 @@ type Routes = {
|
|
|
93873
94251
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
93874
94252
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
93875
94253
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93876
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
94254
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
93877
94255
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
93878
94256
|
external_type_display_name?: string | undefined;
|
|
93879
94257
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -106411,7 +106789,7 @@ type Routes = {
|
|
|
106411
106789
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
106412
106790
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
106413
106791
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
106414
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
106792
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
106415
106793
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
106416
106794
|
external_type_display_name?: string | undefined;
|
|
106417
106795
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -106541,7 +106919,7 @@ type Routes = {
|
|
|
106541
106919
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
106542
106920
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
106543
106921
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
106544
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
106922
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
106545
106923
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
106546
106924
|
external_type_display_name?: string | undefined;
|
|
106547
106925
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -106738,7 +107116,7 @@ type Routes = {
|
|
|
106738
107116
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
106739
107117
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
106740
107118
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
106741
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
107119
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
106742
107120
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
106743
107121
|
external_type_display_name?: string | undefined;
|
|
106744
107122
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -106868,7 +107246,7 @@ type Routes = {
|
|
|
106868
107246
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
106869
107247
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
106870
107248
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
106871
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
107249
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
106872
107250
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
106873
107251
|
external_type_display_name?: string | undefined;
|
|
106874
107252
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -113154,7 +113532,7 @@ type Routes = {
|
|
|
113154
113532
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
113155
113533
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
113156
113534
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
113157
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
113535
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
113158
113536
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
113159
113537
|
external_type_display_name?: string | undefined;
|
|
113160
113538
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -113284,7 +113662,7 @@ type Routes = {
|
|
|
113284
113662
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
113285
113663
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
113286
113664
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
113287
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
113665
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
113288
113666
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
113289
113667
|
external_type_display_name?: string | undefined;
|
|
113290
113668
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -113481,7 +113859,7 @@ type Routes = {
|
|
|
113481
113859
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
113482
113860
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
113483
113861
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
113484
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
113862
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
113485
113863
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
113486
113864
|
external_type_display_name?: string | undefined;
|
|
113487
113865
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -113611,7 +113989,7 @@ type Routes = {
|
|
|
113611
113989
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
113612
113990
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
113613
113991
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
113614
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
113992
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
113615
113993
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
113616
113994
|
external_type_display_name?: string | undefined;
|
|
113617
113995
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -114496,7 +114874,7 @@ type Routes = {
|
|
|
114496
114874
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
114497
114875
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
114498
114876
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
114499
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
114877
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
114500
114878
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
114501
114879
|
external_type_display_name?: string | undefined;
|
|
114502
114880
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -114626,7 +115004,7 @@ type Routes = {
|
|
|
114626
115004
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
114627
115005
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
114628
115006
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
114629
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
115007
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
114630
115008
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
114631
115009
|
external_type_display_name?: string | undefined;
|
|
114632
115010
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -114823,7 +115201,7 @@ type Routes = {
|
|
|
114823
115201
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
114824
115202
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
114825
115203
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
114826
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
115204
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
114827
115205
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
114828
115206
|
external_type_display_name?: string | undefined;
|
|
114829
115207
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -114953,7 +115331,7 @@ type Routes = {
|
|
|
114953
115331
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
114954
115332
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
114955
115333
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
114956
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
115334
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
114957
115335
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
114958
115336
|
external_type_display_name?: string | undefined;
|
|
114959
115337
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -115836,7 +116214,7 @@ type Routes = {
|
|
|
115836
116214
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
115837
116215
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
115838
116216
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
115839
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
116217
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
115840
116218
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
115841
116219
|
external_type_display_name?: string | undefined;
|
|
115842
116220
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -115966,7 +116344,7 @@ type Routes = {
|
|
|
115966
116344
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
115967
116345
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
115968
116346
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
115969
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
116347
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
115970
116348
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
115971
116349
|
external_type_display_name?: string | undefined;
|
|
115972
116350
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -116163,7 +116541,7 @@ type Routes = {
|
|
|
116163
116541
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
116164
116542
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
116165
116543
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
116166
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
116544
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
116167
116545
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
116168
116546
|
external_type_display_name?: string | undefined;
|
|
116169
116547
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -116293,7 +116671,7 @@ type Routes = {
|
|
|
116293
116671
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
116294
116672
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
116295
116673
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
116296
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
116674
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
116297
116675
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
116298
116676
|
external_type_display_name?: string | undefined;
|
|
116299
116677
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -117178,7 +117556,7 @@ type Routes = {
|
|
|
117178
117556
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
117179
117557
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
117180
117558
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
117181
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
117559
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
117182
117560
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
117183
117561
|
external_type_display_name?: string | undefined;
|
|
117184
117562
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -117308,7 +117686,7 @@ type Routes = {
|
|
|
117308
117686
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
117309
117687
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
117310
117688
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
117311
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
117689
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
117312
117690
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
117313
117691
|
external_type_display_name?: string | undefined;
|
|
117314
117692
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -117505,7 +117883,7 @@ type Routes = {
|
|
|
117505
117883
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
117506
117884
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
117507
117885
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
117508
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
117886
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
117509
117887
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
117510
117888
|
external_type_display_name?: string | undefined;
|
|
117511
117889
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -117635,7 +118013,7 @@ type Routes = {
|
|
|
117635
118013
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
117636
118014
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
117637
118015
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
117638
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
118016
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
117639
118017
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
117640
118018
|
external_type_display_name?: string | undefined;
|
|
117641
118019
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -121247,7 +121625,7 @@ type Routes = {
|
|
|
121247
121625
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
121248
121626
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
121249
121627
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
121250
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
121628
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
121251
121629
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
121252
121630
|
external_type_display_name?: string | undefined;
|
|
121253
121631
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -121377,7 +121755,7 @@ type Routes = {
|
|
|
121377
121755
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
121378
121756
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
121379
121757
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
121380
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
121758
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
121381
121759
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
121382
121760
|
external_type_display_name?: string | undefined;
|
|
121383
121761
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -121574,7 +121952,7 @@ type Routes = {
|
|
|
121574
121952
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
121575
121953
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
121576
121954
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
121577
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
121955
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
121578
121956
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
121579
121957
|
external_type_display_name?: string | undefined;
|
|
121580
121958
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -121704,7 +122082,7 @@ type Routes = {
|
|
|
121704
122082
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
121705
122083
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
121706
122084
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
121707
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
122085
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
121708
122086
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
121709
122087
|
external_type_display_name?: string | undefined;
|
|
121710
122088
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -122608,7 +122986,7 @@ type Routes = {
|
|
|
122608
122986
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
122609
122987
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
122610
122988
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
122611
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
122989
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
122612
122990
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
122613
122991
|
external_type_display_name?: string | undefined;
|
|
122614
122992
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -122738,7 +123116,7 @@ type Routes = {
|
|
|
122738
123116
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
122739
123117
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
122740
123118
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
122741
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
123119
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
122742
123120
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
122743
123121
|
external_type_display_name?: string | undefined;
|
|
122744
123122
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -122935,7 +123313,7 @@ type Routes = {
|
|
|
122935
123313
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
122936
123314
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
122937
123315
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
122938
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
123316
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
122939
123317
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
122940
123318
|
external_type_display_name?: string | undefined;
|
|
122941
123319
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -123065,7 +123443,7 @@ type Routes = {
|
|
|
123065
123443
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
123066
123444
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
123067
123445
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
123068
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
123446
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
123069
123447
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
123070
123448
|
external_type_display_name?: string | undefined;
|
|
123071
123449
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -124025,7 +124403,7 @@ type Routes = {
|
|
|
124025
124403
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
124026
124404
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
124027
124405
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
124028
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
124406
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
124029
124407
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
124030
124408
|
external_type_display_name?: string | undefined;
|
|
124031
124409
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -124155,7 +124533,7 @@ type Routes = {
|
|
|
124155
124533
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
124156
124534
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
124157
124535
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
124158
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
124536
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
124159
124537
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
124160
124538
|
external_type_display_name?: string | undefined;
|
|
124161
124539
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -124352,7 +124730,7 @@ type Routes = {
|
|
|
124352
124730
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
124353
124731
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
124354
124732
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
124355
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
124733
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
124356
124734
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
124357
124735
|
external_type_display_name?: string | undefined;
|
|
124358
124736
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -124482,7 +124860,7 @@ type Routes = {
|
|
|
124482
124860
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
124483
124861
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
124484
124862
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
124485
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
124863
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
124486
124864
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
124487
124865
|
external_type_display_name?: string | undefined;
|
|
124488
124866
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -126415,7 +126793,7 @@ type Routes = {
|
|
|
126415
126793
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
126416
126794
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
126417
126795
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
126418
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
126796
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
126419
126797
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
126420
126798
|
external_type_display_name?: string | undefined;
|
|
126421
126799
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -126545,7 +126923,7 @@ type Routes = {
|
|
|
126545
126923
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
126546
126924
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
126547
126925
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
126548
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
126926
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
126549
126927
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
126550
126928
|
external_type_display_name?: string | undefined;
|
|
126551
126929
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -126742,7 +127120,7 @@ type Routes = {
|
|
|
126742
127120
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
126743
127121
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
126744
127122
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
126745
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
127123
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
126746
127124
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
126747
127125
|
external_type_display_name?: string | undefined;
|
|
126748
127126
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -126872,7 +127250,7 @@ type Routes = {
|
|
|
126872
127250
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
126873
127251
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
126874
127252
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
126875
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
127253
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
126876
127254
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
126877
127255
|
external_type_display_name?: string | undefined;
|
|
126878
127256
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -132462,7 +132840,7 @@ type Routes = {
|
|
|
132462
132840
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
132463
132841
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
132464
132842
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
132465
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
132843
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
132466
132844
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
132467
132845
|
external_type_display_name?: string | undefined;
|
|
132468
132846
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -132629,7 +133007,7 @@ type Routes = {
|
|
|
132629
133007
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
132630
133008
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
132631
133009
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
132632
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
133010
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
132633
133011
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
132634
133012
|
external_type_display_name?: string | undefined;
|
|
132635
133013
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -135432,7 +135810,7 @@ type Routes = {
|
|
|
135432
135810
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
135433
135811
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
135434
135812
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
135435
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
135813
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
135436
135814
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
135437
135815
|
external_type_display_name?: string | undefined;
|
|
135438
135816
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -135562,7 +135940,7 @@ type Routes = {
|
|
|
135562
135940
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
135563
135941
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
135564
135942
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
135565
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
135943
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
135566
135944
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
135567
135945
|
external_type_display_name?: string | undefined;
|
|
135568
135946
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -135759,7 +136137,7 @@ type Routes = {
|
|
|
135759
136137
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
135760
136138
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
135761
136139
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
135762
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
136140
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
135763
136141
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
135764
136142
|
external_type_display_name?: string | undefined;
|
|
135765
136143
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -135889,7 +136267,7 @@ type Routes = {
|
|
|
135889
136267
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
135890
136268
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
135891
136269
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
135892
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
136270
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
135893
136271
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
135894
136272
|
external_type_display_name?: string | undefined;
|
|
135895
136273
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -136778,7 +137156,7 @@ type Routes = {
|
|
|
136778
137156
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
136779
137157
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
136780
137158
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
136781
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
137159
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
136782
137160
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
136783
137161
|
external_type_display_name?: string | undefined;
|
|
136784
137162
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -136908,7 +137286,7 @@ type Routes = {
|
|
|
136908
137286
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
136909
137287
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
136910
137288
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
136911
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
137289
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
136912
137290
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
136913
137291
|
external_type_display_name?: string | undefined;
|
|
136914
137292
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -137105,7 +137483,7 @@ type Routes = {
|
|
|
137105
137483
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
137106
137484
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
137107
137485
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
137108
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
137486
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
137109
137487
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
137110
137488
|
external_type_display_name?: string | undefined;
|
|
137111
137489
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -137235,7 +137613,7 @@ type Routes = {
|
|
|
137235
137613
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
137236
137614
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
137237
137615
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
137238
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
137616
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
137239
137617
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
137240
137618
|
external_type_display_name?: string | undefined;
|
|
137241
137619
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -138230,7 +138608,7 @@ type Routes = {
|
|
|
138230
138608
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
138231
138609
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
138232
138610
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
138233
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
138611
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
138234
138612
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
138235
138613
|
external_type_display_name?: string | undefined;
|
|
138236
138614
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -138360,7 +138738,7 @@ type Routes = {
|
|
|
138360
138738
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
138361
138739
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
138362
138740
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
138363
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
138741
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
138364
138742
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
138365
138743
|
external_type_display_name?: string | undefined;
|
|
138366
138744
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -138557,7 +138935,7 @@ type Routes = {
|
|
|
138557
138935
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
138558
138936
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
138559
138937
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
138560
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
138938
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
138561
138939
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
138562
138940
|
external_type_display_name?: string | undefined;
|
|
138563
138941
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -138687,7 +139065,7 @@ type Routes = {
|
|
|
138687
139065
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
138688
139066
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
138689
139067
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
138690
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
139068
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
138691
139069
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
138692
139070
|
external_type_display_name?: string | undefined;
|
|
138693
139071
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -140941,7 +141319,7 @@ type Routes = {
|
|
|
140941
141319
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
140942
141320
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
140943
141321
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
140944
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
141322
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
140945
141323
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
140946
141324
|
external_type_display_name?: string | undefined;
|
|
140947
141325
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141071,7 +141449,7 @@ type Routes = {
|
|
|
141071
141449
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
141072
141450
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141073
141451
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141074
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
141452
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
141075
141453
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
141076
141454
|
external_type_display_name?: string | undefined;
|
|
141077
141455
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141268,7 +141646,7 @@ type Routes = {
|
|
|
141268
141646
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
141269
141647
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141270
141648
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141271
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
141649
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
141272
141650
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
141273
141651
|
external_type_display_name?: string | undefined;
|
|
141274
141652
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141398,7 +141776,7 @@ type Routes = {
|
|
|
141398
141776
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
141399
141777
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141400
141778
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141401
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
141779
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
141402
141780
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
141403
141781
|
external_type_display_name?: string | undefined;
|
|
141404
141782
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -142291,7 +142669,7 @@ type Routes = {
|
|
|
142291
142669
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
142292
142670
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
142293
142671
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
142294
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
142672
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
142295
142673
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
142296
142674
|
external_type_display_name?: string | undefined;
|
|
142297
142675
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -142421,7 +142799,7 @@ type Routes = {
|
|
|
142421
142799
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
142422
142800
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
142423
142801
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
142424
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
142802
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
142425
142803
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
142426
142804
|
external_type_display_name?: string | undefined;
|
|
142427
142805
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -142618,7 +142996,7 @@ type Routes = {
|
|
|
142618
142996
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
142619
142997
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
142620
142998
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
142621
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
142999
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
142622
143000
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
142623
143001
|
external_type_display_name?: string | undefined;
|
|
142624
143002
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -142748,7 +143126,7 @@ type Routes = {
|
|
|
142748
143126
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
142749
143127
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
142750
143128
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
142751
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
143129
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
142752
143130
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
142753
143131
|
external_type_display_name?: string | undefined;
|
|
142754
143132
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -146350,7 +146728,7 @@ type Routes = {
|
|
|
146350
146728
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
146351
146729
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
146352
146730
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
146353
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
146731
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
146354
146732
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
146355
146733
|
external_type_display_name?: string | undefined;
|
|
146356
146734
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -146480,7 +146858,7 @@ type Routes = {
|
|
|
146480
146858
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
146481
146859
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
146482
146860
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
146483
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
146861
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
146484
146862
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
146485
146863
|
external_type_display_name?: string | undefined;
|
|
146486
146864
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -146677,7 +147055,7 @@ type Routes = {
|
|
|
146677
147055
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
146678
147056
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
146679
147057
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
146680
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
147058
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
146681
147059
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
146682
147060
|
external_type_display_name?: string | undefined;
|
|
146683
147061
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -146807,7 +147185,7 @@ type Routes = {
|
|
|
146807
147185
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
146808
147186
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
146809
147187
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
146810
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
147188
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
146811
147189
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
146812
147190
|
external_type_display_name?: string | undefined;
|
|
146813
147191
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -147895,7 +148273,7 @@ type Routes = {
|
|
|
147895
148273
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
147896
148274
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
147897
148275
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
147898
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
148276
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
147899
148277
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
147900
148278
|
external_type_display_name?: string | undefined;
|
|
147901
148279
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148025,7 +148403,7 @@ type Routes = {
|
|
|
148025
148403
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
148026
148404
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148027
148405
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
148028
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
148406
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
148029
148407
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
148030
148408
|
external_type_display_name?: string | undefined;
|
|
148031
148409
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148222,7 +148600,7 @@ type Routes = {
|
|
|
148222
148600
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
148223
148601
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148224
148602
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
148225
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
148603
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
148226
148604
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
148227
148605
|
external_type_display_name?: string | undefined;
|
|
148228
148606
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148352,7 +148730,7 @@ type Routes = {
|
|
|
148352
148730
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
148353
148731
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148354
148732
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
148355
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
148733
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
148356
148734
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
148357
148735
|
external_type_display_name?: string | undefined;
|
|
148358
148736
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -149268,7 +149646,7 @@ type Routes = {
|
|
|
149268
149646
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
149269
149647
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
149270
149648
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
149271
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
149649
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
149272
149650
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
149273
149651
|
external_type_display_name?: string | undefined;
|
|
149274
149652
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -149398,7 +149776,7 @@ type Routes = {
|
|
|
149398
149776
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
149399
149777
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
149400
149778
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
149401
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
149779
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
149402
149780
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
149403
149781
|
external_type_display_name?: string | undefined;
|
|
149404
149782
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -149595,7 +149973,7 @@ type Routes = {
|
|
|
149595
149973
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
149596
149974
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
149597
149975
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
149598
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
149976
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
149599
149977
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
149600
149978
|
external_type_display_name?: string | undefined;
|
|
149601
149979
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -149725,7 +150103,7 @@ type Routes = {
|
|
|
149725
150103
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
149726
150104
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
149727
150105
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
149728
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
150106
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
149729
150107
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
149730
150108
|
external_type_display_name?: string | undefined;
|
|
149731
150109
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -150753,7 +151131,7 @@ type Routes = {
|
|
|
150753
151131
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
150754
151132
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
150755
151133
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
150756
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
151134
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
150757
151135
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
150758
151136
|
external_type_display_name?: string | undefined;
|
|
150759
151137
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -150883,7 +151261,7 @@ type Routes = {
|
|
|
150883
151261
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
150884
151262
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
150885
151263
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
150886
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
151264
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
150887
151265
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
150888
151266
|
external_type_display_name?: string | undefined;
|
|
150889
151267
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -151080,7 +151458,7 @@ type Routes = {
|
|
|
151080
151458
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
151081
151459
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
151082
151460
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
151083
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
151461
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
151084
151462
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
151085
151463
|
external_type_display_name?: string | undefined;
|
|
151086
151464
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -151210,7 +151588,7 @@ type Routes = {
|
|
|
151210
151588
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
151211
151589
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
151212
151590
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
151213
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
151591
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
151214
151592
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
151215
151593
|
external_type_display_name?: string | undefined;
|
|
151216
151594
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -155463,7 +155841,7 @@ type Routes = {
|
|
|
155463
155841
|
/** Display name for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
155464
155842
|
display_name: string;
|
|
155465
155843
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
155466
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
155844
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
155467
155845
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
155468
155846
|
external_type_display_name?: string | undefined;
|
|
155469
155847
|
/** Indicates whether the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -155660,6 +156038,23 @@ type Routes = {
|
|
|
155660
156038
|
acs_access_group_id: string;
|
|
155661
156039
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
155662
156040
|
variant: 'adding' | 'removing';
|
|
156041
|
+
} | {
|
|
156042
|
+
/** Date and time at which the mutation was created. */
|
|
156043
|
+
created_at: string;
|
|
156044
|
+
/** Detailed description of the mutation. */
|
|
156045
|
+
message: string;
|
|
156046
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
156047
|
+
mutation_code: 'updating_credential_assignment';
|
|
156048
|
+
/** Previous credential assignment. */
|
|
156049
|
+
from: {
|
|
156050
|
+
/** Previous credential ID. */
|
|
156051
|
+
acs_credential_id: string | null;
|
|
156052
|
+
};
|
|
156053
|
+
/** New credential assignment. */
|
|
156054
|
+
to: {
|
|
156055
|
+
/** New credential ID. */
|
|
156056
|
+
acs_credential_id: string | null;
|
|
156057
|
+
};
|
|
155663
156058
|
})[] | undefined;
|
|
155664
156059
|
/** The last time an internal sync job completed for this access system user. */
|
|
155665
156060
|
last_successful_sync_at: string | null;
|
|
@@ -157896,7 +158291,7 @@ type Routes = {
|
|
|
157896
158291
|
/** Display name for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
157897
158292
|
display_name: string;
|
|
157898
158293
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
157899
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
158294
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
157900
158295
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
157901
158296
|
external_type_display_name?: string | undefined;
|
|
157902
158297
|
/** Indicates whether the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -158093,6 +158488,23 @@ type Routes = {
|
|
|
158093
158488
|
acs_access_group_id: string;
|
|
158094
158489
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
158095
158490
|
variant: 'adding' | 'removing';
|
|
158491
|
+
} | {
|
|
158492
|
+
/** Date and time at which the mutation was created. */
|
|
158493
|
+
created_at: string;
|
|
158494
|
+
/** Detailed description of the mutation. */
|
|
158495
|
+
message: string;
|
|
158496
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
158497
|
+
mutation_code: 'updating_credential_assignment';
|
|
158498
|
+
/** Previous credential assignment. */
|
|
158499
|
+
from: {
|
|
158500
|
+
/** Previous credential ID. */
|
|
158501
|
+
acs_credential_id: string | null;
|
|
158502
|
+
};
|
|
158503
|
+
/** New credential assignment. */
|
|
158504
|
+
to: {
|
|
158505
|
+
/** New credential ID. */
|
|
158506
|
+
acs_credential_id: string | null;
|
|
158507
|
+
};
|
|
158096
158508
|
})[] | undefined;
|
|
158097
158509
|
/** The last time an internal sync job completed for this access system user. */
|
|
158098
158510
|
last_successful_sync_at: string | null;
|
|
@@ -158470,7 +158882,7 @@ type Routes = {
|
|
|
158470
158882
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158471
158883
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158472
158884
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
158473
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
158885
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
158474
158886
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158475
158887
|
external_type_display_name?: string | undefined;
|
|
158476
158888
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158600,7 +159012,7 @@ type Routes = {
|
|
|
158600
159012
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158601
159013
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158602
159014
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
158603
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
159015
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
158604
159016
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158605
159017
|
external_type_display_name?: string | undefined;
|
|
158606
159018
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158797,7 +159209,7 @@ type Routes = {
|
|
|
158797
159209
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158798
159210
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158799
159211
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
158800
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
159212
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
158801
159213
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158802
159214
|
external_type_display_name?: string | undefined;
|
|
158803
159215
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158927,7 +159339,7 @@ type Routes = {
|
|
|
158927
159339
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158928
159340
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158929
159341
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
158930
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
159342
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
158931
159343
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158932
159344
|
external_type_display_name?: string | undefined;
|
|
158933
159345
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159666,7 +160078,7 @@ type Routes = {
|
|
|
159666
160078
|
/** Display name for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
159667
160079
|
display_name: string;
|
|
159668
160080
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
159669
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
160081
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
159670
160082
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
159671
160083
|
external_type_display_name?: string | undefined;
|
|
159672
160084
|
/** Indicates whether the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -159863,6 +160275,23 @@ type Routes = {
|
|
|
159863
160275
|
acs_access_group_id: string;
|
|
159864
160276
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
159865
160277
|
variant: 'adding' | 'removing';
|
|
160278
|
+
} | {
|
|
160279
|
+
/** Date and time at which the mutation was created. */
|
|
160280
|
+
created_at: string;
|
|
160281
|
+
/** Detailed description of the mutation. */
|
|
160282
|
+
message: string;
|
|
160283
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
160284
|
+
mutation_code: 'updating_credential_assignment';
|
|
160285
|
+
/** Previous credential assignment. */
|
|
160286
|
+
from: {
|
|
160287
|
+
/** Previous credential ID. */
|
|
160288
|
+
acs_credential_id: string | null;
|
|
160289
|
+
};
|
|
160290
|
+
/** New credential assignment. */
|
|
160291
|
+
to: {
|
|
160292
|
+
/** New credential ID. */
|
|
160293
|
+
acs_credential_id: string | null;
|
|
160294
|
+
};
|
|
159866
160295
|
})[] | undefined;
|
|
159867
160296
|
/** The last time an internal sync job completed for this access system user. */
|
|
159868
160297
|
last_successful_sync_at: string | null;
|
|
@@ -163839,7 +164268,7 @@ type Routes = {
|
|
|
163839
164268
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
163840
164269
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
163841
164270
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
163842
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
164271
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
163843
164272
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
163844
164273
|
external_type_display_name?: string | undefined;
|
|
163845
164274
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -163970,7 +164399,7 @@ type Routes = {
|
|
|
163970
164399
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
163971
164400
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
163972
164401
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
163973
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
164402
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
163974
164403
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
163975
164404
|
external_type_display_name?: string | undefined;
|
|
163976
164405
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -165520,7 +165949,7 @@ type Routes = {
|
|
|
165520
165949
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
165521
165950
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
165522
165951
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
165523
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
165952
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
165524
165953
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
165525
165954
|
external_type_display_name?: string | undefined;
|
|
165526
165955
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -165650,7 +166079,7 @@ type Routes = {
|
|
|
165650
166079
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
165651
166080
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
165652
166081
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
165653
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
166082
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
165654
166083
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
165655
166084
|
external_type_display_name?: string | undefined;
|
|
165656
166085
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -165847,7 +166276,7 @@ type Routes = {
|
|
|
165847
166276
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
165848
166277
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
165849
166278
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
165850
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
166279
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
165851
166280
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
165852
166281
|
external_type_display_name?: string | undefined;
|
|
165853
166282
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -165977,7 +166406,7 @@ type Routes = {
|
|
|
165977
166406
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
165978
166407
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
165979
166408
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
165980
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag') | undefined;
|
|
166409
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
165981
166410
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
165982
166411
|
external_type_display_name?: string | undefined;
|
|
165983
166412
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|