@seamapi/types 1.514.0 → 1.516.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 +16 -68
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +232 -384
- package/dist/index.cjs +16 -68
- 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/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 +84 -84
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.d.ts +32 -179
- package/lib/seam/connect/openapi.js +7 -60
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +128 -133
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +7 -60
- package/src/lib/seam/connect/route-types.ts +128 -5
package/dist/connect.d.cts
CHANGED
|
@@ -3874,7 +3874,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
3874
3874
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
3875
3875
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3876
3876
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
3877
|
-
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"]>>;
|
|
3877
|
+
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"]>>;
|
|
3878
3878
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
3879
3879
|
created_at: z.ZodString;
|
|
3880
3880
|
workspace_id: z.ZodString;
|
|
@@ -4087,7 +4087,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
4087
4087
|
user_identity_id?: string | undefined;
|
|
4088
4088
|
issued_at?: string | null | undefined;
|
|
4089
4089
|
is_issued?: boolean | undefined;
|
|
4090
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
4090
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
4091
4091
|
external_type_display_name?: string | undefined;
|
|
4092
4092
|
acs_user_id?: string | undefined;
|
|
4093
4093
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4159,7 +4159,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
4159
4159
|
user_identity_id?: string | undefined;
|
|
4160
4160
|
issued_at?: string | null | undefined;
|
|
4161
4161
|
is_issued?: boolean | undefined;
|
|
4162
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
4162
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
4163
4163
|
external_type_display_name?: string | undefined;
|
|
4164
4164
|
acs_user_id?: string | undefined;
|
|
4165
4165
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4184,7 +4184,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
4184
4184
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
4185
4185
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4186
4186
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
4187
|
-
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"]>>;
|
|
4187
|
+
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"]>>;
|
|
4188
4188
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4189
4189
|
created_at: z.ZodString;
|
|
4190
4190
|
workspace_id: z.ZodString;
|
|
@@ -4397,7 +4397,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
4397
4397
|
user_identity_id?: string | undefined;
|
|
4398
4398
|
issued_at?: string | null | undefined;
|
|
4399
4399
|
is_issued?: boolean | undefined;
|
|
4400
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
4400
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
4401
4401
|
external_type_display_name?: string | undefined;
|
|
4402
4402
|
acs_user_id?: string | undefined;
|
|
4403
4403
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4469,7 +4469,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
4469
4469
|
user_identity_id?: string | undefined;
|
|
4470
4470
|
issued_at?: string | null | undefined;
|
|
4471
4471
|
is_issued?: boolean | undefined;
|
|
4472
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
4472
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
4473
4473
|
external_type_display_name?: string | undefined;
|
|
4474
4474
|
acs_user_id?: string | undefined;
|
|
4475
4475
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -6618,7 +6618,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
6618
6618
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
6619
6619
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6620
6620
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
6621
|
-
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"]>>;
|
|
6621
|
+
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"]>>;
|
|
6622
6622
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
6623
6623
|
created_at: z.ZodString;
|
|
6624
6624
|
workspace_id: z.ZodString;
|
|
@@ -6831,7 +6831,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
6831
6831
|
user_identity_id?: string | undefined;
|
|
6832
6832
|
issued_at?: string | null | undefined;
|
|
6833
6833
|
is_issued?: boolean | undefined;
|
|
6834
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
6834
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
6835
6835
|
external_type_display_name?: string | undefined;
|
|
6836
6836
|
acs_user_id?: string | undefined;
|
|
6837
6837
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -6903,7 +6903,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
6903
6903
|
user_identity_id?: string | undefined;
|
|
6904
6904
|
issued_at?: string | null | undefined;
|
|
6905
6905
|
is_issued?: boolean | undefined;
|
|
6906
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
6906
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
6907
6907
|
external_type_display_name?: string | undefined;
|
|
6908
6908
|
acs_user_id?: string | undefined;
|
|
6909
6909
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -6927,7 +6927,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
6927
6927
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
6928
6928
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6929
6929
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
6930
|
-
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"]>>;
|
|
6930
|
+
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"]>>;
|
|
6931
6931
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
6932
6932
|
created_at: z.ZodString;
|
|
6933
6933
|
workspace_id: z.ZodString;
|
|
@@ -7140,7 +7140,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7140
7140
|
user_identity_id?: string | undefined;
|
|
7141
7141
|
issued_at?: string | null | undefined;
|
|
7142
7142
|
is_issued?: boolean | undefined;
|
|
7143
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7143
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
7144
7144
|
external_type_display_name?: string | undefined;
|
|
7145
7145
|
acs_user_id?: string | undefined;
|
|
7146
7146
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -7212,7 +7212,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7212
7212
|
user_identity_id?: string | undefined;
|
|
7213
7213
|
issued_at?: string | null | undefined;
|
|
7214
7214
|
is_issued?: boolean | undefined;
|
|
7215
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7215
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
7216
7216
|
external_type_display_name?: string | undefined;
|
|
7217
7217
|
acs_user_id?: string | undefined;
|
|
7218
7218
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -7321,7 +7321,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7321
7321
|
user_identity_id?: string | undefined;
|
|
7322
7322
|
issued_at?: string | null | undefined;
|
|
7323
7323
|
is_issued?: boolean | undefined;
|
|
7324
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7324
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
7325
7325
|
external_type_display_name?: string | undefined;
|
|
7326
7326
|
acs_user_id?: string | undefined;
|
|
7327
7327
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -7393,7 +7393,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7393
7393
|
user_identity_id?: string | undefined;
|
|
7394
7394
|
issued_at?: string | null | undefined;
|
|
7395
7395
|
is_issued?: boolean | undefined;
|
|
7396
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7396
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
7397
7397
|
external_type_display_name?: string | undefined;
|
|
7398
7398
|
acs_user_id?: string | undefined;
|
|
7399
7399
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -7492,7 +7492,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7492
7492
|
user_identity_id?: string | undefined;
|
|
7493
7493
|
issued_at?: string | null | undefined;
|
|
7494
7494
|
is_issued?: boolean | undefined;
|
|
7495
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7495
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
7496
7496
|
external_type_display_name?: string | undefined;
|
|
7497
7497
|
acs_user_id?: string | undefined;
|
|
7498
7498
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -7564,7 +7564,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7564
7564
|
user_identity_id?: string | undefined;
|
|
7565
7565
|
issued_at?: string | null | undefined;
|
|
7566
7566
|
is_issued?: boolean | undefined;
|
|
7567
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7567
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
7568
7568
|
external_type_display_name?: string | undefined;
|
|
7569
7569
|
acs_user_id?: string | undefined;
|
|
7570
7570
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -7668,7 +7668,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7668
7668
|
user_identity_id?: string | undefined;
|
|
7669
7669
|
issued_at?: string | null | undefined;
|
|
7670
7670
|
is_issued?: boolean | undefined;
|
|
7671
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7671
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
7672
7672
|
external_type_display_name?: string | undefined;
|
|
7673
7673
|
acs_user_id?: string | undefined;
|
|
7674
7674
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -7740,7 +7740,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7740
7740
|
user_identity_id?: string | undefined;
|
|
7741
7741
|
issued_at?: string | null | undefined;
|
|
7742
7742
|
is_issued?: boolean | undefined;
|
|
7743
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7743
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
7744
7744
|
external_type_display_name?: string | undefined;
|
|
7745
7745
|
acs_user_id?: string | undefined;
|
|
7746
7746
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -7845,7 +7845,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7845
7845
|
user_identity_id?: string | undefined;
|
|
7846
7846
|
issued_at?: string | null | undefined;
|
|
7847
7847
|
is_issued?: boolean | undefined;
|
|
7848
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7848
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
7849
7849
|
external_type_display_name?: string | undefined;
|
|
7850
7850
|
acs_user_id?: string | undefined;
|
|
7851
7851
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -7917,7 +7917,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7917
7917
|
user_identity_id?: string | undefined;
|
|
7918
7918
|
issued_at?: string | null | undefined;
|
|
7919
7919
|
is_issued?: boolean | undefined;
|
|
7920
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7920
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
7921
7921
|
external_type_display_name?: string | undefined;
|
|
7922
7922
|
acs_user_id?: string | undefined;
|
|
7923
7923
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -8036,7 +8036,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8036
8036
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
8037
8037
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8038
8038
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
8039
|
-
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"]>>;
|
|
8039
|
+
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"]>>;
|
|
8040
8040
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
8041
8041
|
created_at: z.ZodString;
|
|
8042
8042
|
workspace_id: z.ZodString;
|
|
@@ -8249,7 +8249,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8249
8249
|
user_identity_id?: string | undefined;
|
|
8250
8250
|
issued_at?: string | null | undefined;
|
|
8251
8251
|
is_issued?: boolean | undefined;
|
|
8252
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8252
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
8253
8253
|
external_type_display_name?: string | undefined;
|
|
8254
8254
|
acs_user_id?: string | undefined;
|
|
8255
8255
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -8321,7 +8321,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8321
8321
|
user_identity_id?: string | undefined;
|
|
8322
8322
|
issued_at?: string | null | undefined;
|
|
8323
8323
|
is_issued?: boolean | undefined;
|
|
8324
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8324
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
8325
8325
|
external_type_display_name?: string | undefined;
|
|
8326
8326
|
acs_user_id?: string | undefined;
|
|
8327
8327
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -8345,7 +8345,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8345
8345
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
8346
8346
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8347
8347
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
8348
|
-
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"]>>;
|
|
8348
|
+
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"]>>;
|
|
8349
8349
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
8350
8350
|
created_at: z.ZodString;
|
|
8351
8351
|
workspace_id: z.ZodString;
|
|
@@ -8558,7 +8558,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8558
8558
|
user_identity_id?: string | undefined;
|
|
8559
8559
|
issued_at?: string | null | undefined;
|
|
8560
8560
|
is_issued?: boolean | undefined;
|
|
8561
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8561
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
8562
8562
|
external_type_display_name?: string | undefined;
|
|
8563
8563
|
acs_user_id?: string | undefined;
|
|
8564
8564
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -8630,7 +8630,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8630
8630
|
user_identity_id?: string | undefined;
|
|
8631
8631
|
issued_at?: string | null | undefined;
|
|
8632
8632
|
is_issued?: boolean | undefined;
|
|
8633
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8633
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
8634
8634
|
external_type_display_name?: string | undefined;
|
|
8635
8635
|
acs_user_id?: string | undefined;
|
|
8636
8636
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -8707,7 +8707,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8707
8707
|
user_identity_id?: string | undefined;
|
|
8708
8708
|
issued_at?: string | null | undefined;
|
|
8709
8709
|
is_issued?: boolean | undefined;
|
|
8710
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8710
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
8711
8711
|
external_type_display_name?: string | undefined;
|
|
8712
8712
|
acs_user_id?: string | undefined;
|
|
8713
8713
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -8779,7 +8779,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8779
8779
|
user_identity_id?: string | undefined;
|
|
8780
8780
|
issued_at?: string | null | undefined;
|
|
8781
8781
|
is_issued?: boolean | undefined;
|
|
8782
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8782
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
8783
8783
|
external_type_display_name?: string | undefined;
|
|
8784
8784
|
acs_user_id?: string | undefined;
|
|
8785
8785
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -8857,7 +8857,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8857
8857
|
user_identity_id?: string | undefined;
|
|
8858
8858
|
issued_at?: string | null | undefined;
|
|
8859
8859
|
is_issued?: boolean | undefined;
|
|
8860
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8860
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
8861
8861
|
external_type_display_name?: string | undefined;
|
|
8862
8862
|
acs_user_id?: string | undefined;
|
|
8863
8863
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -8929,7 +8929,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8929
8929
|
user_identity_id?: string | undefined;
|
|
8930
8930
|
issued_at?: string | null | undefined;
|
|
8931
8931
|
is_issued?: boolean | undefined;
|
|
8932
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8932
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
8933
8933
|
external_type_display_name?: string | undefined;
|
|
8934
8934
|
acs_user_id?: string | undefined;
|
|
8935
8935
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -15702,7 +15702,7 @@ declare const batch: z.ZodObject<{
|
|
|
15702
15702
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
15703
15703
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
15704
15704
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
15705
|
-
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"]>>;
|
|
15705
|
+
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"]>>;
|
|
15706
15706
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
15707
15707
|
created_at: z.ZodString;
|
|
15708
15708
|
workspace_id: z.ZodString;
|
|
@@ -15915,7 +15915,7 @@ declare const batch: z.ZodObject<{
|
|
|
15915
15915
|
user_identity_id?: string | undefined;
|
|
15916
15916
|
issued_at?: string | null | undefined;
|
|
15917
15917
|
is_issued?: boolean | undefined;
|
|
15918
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
15918
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
15919
15919
|
external_type_display_name?: string | undefined;
|
|
15920
15920
|
acs_user_id?: string | undefined;
|
|
15921
15921
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -15987,7 +15987,7 @@ declare const batch: z.ZodObject<{
|
|
|
15987
15987
|
user_identity_id?: string | undefined;
|
|
15988
15988
|
issued_at?: string | null | undefined;
|
|
15989
15989
|
is_issued?: boolean | undefined;
|
|
15990
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
15990
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
15991
15991
|
external_type_display_name?: string | undefined;
|
|
15992
15992
|
acs_user_id?: string | undefined;
|
|
15993
15993
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -16012,7 +16012,7 @@ declare const batch: z.ZodObject<{
|
|
|
16012
16012
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
16013
16013
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
16014
16014
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
16015
|
-
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"]>>;
|
|
16015
|
+
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"]>>;
|
|
16016
16016
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
16017
16017
|
created_at: z.ZodString;
|
|
16018
16018
|
workspace_id: z.ZodString;
|
|
@@ -16225,7 +16225,7 @@ declare const batch: z.ZodObject<{
|
|
|
16225
16225
|
user_identity_id?: string | undefined;
|
|
16226
16226
|
issued_at?: string | null | undefined;
|
|
16227
16227
|
is_issued?: boolean | undefined;
|
|
16228
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
16228
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
16229
16229
|
external_type_display_name?: string | undefined;
|
|
16230
16230
|
acs_user_id?: string | undefined;
|
|
16231
16231
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -16297,7 +16297,7 @@ declare const batch: z.ZodObject<{
|
|
|
16297
16297
|
user_identity_id?: string | undefined;
|
|
16298
16298
|
issued_at?: string | null | undefined;
|
|
16299
16299
|
is_issued?: boolean | undefined;
|
|
16300
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
16300
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
16301
16301
|
external_type_display_name?: string | undefined;
|
|
16302
16302
|
acs_user_id?: string | undefined;
|
|
16303
16303
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -16587,7 +16587,7 @@ declare const batch: z.ZodObject<{
|
|
|
16587
16587
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
16588
16588
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
16589
16589
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
16590
|
-
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"]>>;
|
|
16590
|
+
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"]>>;
|
|
16591
16591
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
16592
16592
|
created_at: z.ZodString;
|
|
16593
16593
|
workspace_id: z.ZodString;
|
|
@@ -16800,7 +16800,7 @@ declare const batch: z.ZodObject<{
|
|
|
16800
16800
|
user_identity_id?: string | undefined;
|
|
16801
16801
|
issued_at?: string | null | undefined;
|
|
16802
16802
|
is_issued?: boolean | undefined;
|
|
16803
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
16803
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
16804
16804
|
external_type_display_name?: string | undefined;
|
|
16805
16805
|
acs_user_id?: string | undefined;
|
|
16806
16806
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -16872,7 +16872,7 @@ declare const batch: z.ZodObject<{
|
|
|
16872
16872
|
user_identity_id?: string | undefined;
|
|
16873
16873
|
issued_at?: string | null | undefined;
|
|
16874
16874
|
is_issued?: boolean | undefined;
|
|
16875
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
16875
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
16876
16876
|
external_type_display_name?: string | undefined;
|
|
16877
16877
|
acs_user_id?: string | undefined;
|
|
16878
16878
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -16896,7 +16896,7 @@ declare const batch: z.ZodObject<{
|
|
|
16896
16896
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
16897
16897
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
16898
16898
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
16899
|
-
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"]>>;
|
|
16899
|
+
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"]>>;
|
|
16900
16900
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
16901
16901
|
created_at: z.ZodString;
|
|
16902
16902
|
workspace_id: z.ZodString;
|
|
@@ -17109,7 +17109,7 @@ declare const batch: z.ZodObject<{
|
|
|
17109
17109
|
user_identity_id?: string | undefined;
|
|
17110
17110
|
issued_at?: string | null | undefined;
|
|
17111
17111
|
is_issued?: boolean | undefined;
|
|
17112
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
17112
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
17113
17113
|
external_type_display_name?: string | undefined;
|
|
17114
17114
|
acs_user_id?: string | undefined;
|
|
17115
17115
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -17181,7 +17181,7 @@ declare const batch: z.ZodObject<{
|
|
|
17181
17181
|
user_identity_id?: string | undefined;
|
|
17182
17182
|
issued_at?: string | null | undefined;
|
|
17183
17183
|
is_issued?: boolean | undefined;
|
|
17184
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
17184
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
17185
17185
|
external_type_display_name?: string | undefined;
|
|
17186
17186
|
acs_user_id?: string | undefined;
|
|
17187
17187
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -17290,7 +17290,7 @@ declare const batch: z.ZodObject<{
|
|
|
17290
17290
|
user_identity_id?: string | undefined;
|
|
17291
17291
|
issued_at?: string | null | undefined;
|
|
17292
17292
|
is_issued?: boolean | undefined;
|
|
17293
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
17293
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
17294
17294
|
external_type_display_name?: string | undefined;
|
|
17295
17295
|
acs_user_id?: string | undefined;
|
|
17296
17296
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -17362,7 +17362,7 @@ declare const batch: z.ZodObject<{
|
|
|
17362
17362
|
user_identity_id?: string | undefined;
|
|
17363
17363
|
issued_at?: string | null | undefined;
|
|
17364
17364
|
is_issued?: boolean | undefined;
|
|
17365
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
17365
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
17366
17366
|
external_type_display_name?: string | undefined;
|
|
17367
17367
|
acs_user_id?: string | undefined;
|
|
17368
17368
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -17461,7 +17461,7 @@ declare const batch: z.ZodObject<{
|
|
|
17461
17461
|
user_identity_id?: string | undefined;
|
|
17462
17462
|
issued_at?: string | null | undefined;
|
|
17463
17463
|
is_issued?: boolean | undefined;
|
|
17464
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
17464
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
17465
17465
|
external_type_display_name?: string | undefined;
|
|
17466
17466
|
acs_user_id?: string | undefined;
|
|
17467
17467
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -17533,7 +17533,7 @@ declare const batch: z.ZodObject<{
|
|
|
17533
17533
|
user_identity_id?: string | undefined;
|
|
17534
17534
|
issued_at?: string | null | undefined;
|
|
17535
17535
|
is_issued?: boolean | undefined;
|
|
17536
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
17536
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
17537
17537
|
external_type_display_name?: string | undefined;
|
|
17538
17538
|
acs_user_id?: string | undefined;
|
|
17539
17539
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -17637,7 +17637,7 @@ declare const batch: z.ZodObject<{
|
|
|
17637
17637
|
user_identity_id?: string | undefined;
|
|
17638
17638
|
issued_at?: string | null | undefined;
|
|
17639
17639
|
is_issued?: boolean | undefined;
|
|
17640
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
17640
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
17641
17641
|
external_type_display_name?: string | undefined;
|
|
17642
17642
|
acs_user_id?: string | undefined;
|
|
17643
17643
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -17709,7 +17709,7 @@ declare const batch: z.ZodObject<{
|
|
|
17709
17709
|
user_identity_id?: string | undefined;
|
|
17710
17710
|
issued_at?: string | null | undefined;
|
|
17711
17711
|
is_issued?: boolean | undefined;
|
|
17712
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
17712
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
17713
17713
|
external_type_display_name?: string | undefined;
|
|
17714
17714
|
acs_user_id?: string | undefined;
|
|
17715
17715
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -17814,7 +17814,7 @@ declare const batch: z.ZodObject<{
|
|
|
17814
17814
|
user_identity_id?: string | undefined;
|
|
17815
17815
|
issued_at?: string | null | undefined;
|
|
17816
17816
|
is_issued?: boolean | undefined;
|
|
17817
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
17817
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
17818
17818
|
external_type_display_name?: string | undefined;
|
|
17819
17819
|
acs_user_id?: string | undefined;
|
|
17820
17820
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -17886,7 +17886,7 @@ declare const batch: z.ZodObject<{
|
|
|
17886
17886
|
user_identity_id?: string | undefined;
|
|
17887
17887
|
issued_at?: string | null | undefined;
|
|
17888
17888
|
is_issued?: boolean | undefined;
|
|
17889
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
17889
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
17890
17890
|
external_type_display_name?: string | undefined;
|
|
17891
17891
|
acs_user_id?: string | undefined;
|
|
17892
17892
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -18005,7 +18005,7 @@ declare const batch: z.ZodObject<{
|
|
|
18005
18005
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
18006
18006
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
18007
18007
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
18008
|
-
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"]>>;
|
|
18008
|
+
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"]>>;
|
|
18009
18009
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
18010
18010
|
created_at: z.ZodString;
|
|
18011
18011
|
workspace_id: z.ZodString;
|
|
@@ -18218,7 +18218,7 @@ declare const batch: z.ZodObject<{
|
|
|
18218
18218
|
user_identity_id?: string | undefined;
|
|
18219
18219
|
issued_at?: string | null | undefined;
|
|
18220
18220
|
is_issued?: boolean | undefined;
|
|
18221
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
18221
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
18222
18222
|
external_type_display_name?: string | undefined;
|
|
18223
18223
|
acs_user_id?: string | undefined;
|
|
18224
18224
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -18290,7 +18290,7 @@ declare const batch: z.ZodObject<{
|
|
|
18290
18290
|
user_identity_id?: string | undefined;
|
|
18291
18291
|
issued_at?: string | null | undefined;
|
|
18292
18292
|
is_issued?: boolean | undefined;
|
|
18293
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
18293
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
18294
18294
|
external_type_display_name?: string | undefined;
|
|
18295
18295
|
acs_user_id?: string | undefined;
|
|
18296
18296
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -18314,7 +18314,7 @@ declare const batch: z.ZodObject<{
|
|
|
18314
18314
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
18315
18315
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
18316
18316
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
18317
|
-
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"]>>;
|
|
18317
|
+
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"]>>;
|
|
18318
18318
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
18319
18319
|
created_at: z.ZodString;
|
|
18320
18320
|
workspace_id: z.ZodString;
|
|
@@ -18527,7 +18527,7 @@ declare const batch: z.ZodObject<{
|
|
|
18527
18527
|
user_identity_id?: string | undefined;
|
|
18528
18528
|
issued_at?: string | null | undefined;
|
|
18529
18529
|
is_issued?: boolean | undefined;
|
|
18530
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
18530
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
18531
18531
|
external_type_display_name?: string | undefined;
|
|
18532
18532
|
acs_user_id?: string | undefined;
|
|
18533
18533
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -18599,7 +18599,7 @@ declare const batch: z.ZodObject<{
|
|
|
18599
18599
|
user_identity_id?: string | undefined;
|
|
18600
18600
|
issued_at?: string | null | undefined;
|
|
18601
18601
|
is_issued?: boolean | undefined;
|
|
18602
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
18602
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
18603
18603
|
external_type_display_name?: string | undefined;
|
|
18604
18604
|
acs_user_id?: string | undefined;
|
|
18605
18605
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -18676,7 +18676,7 @@ declare const batch: z.ZodObject<{
|
|
|
18676
18676
|
user_identity_id?: string | undefined;
|
|
18677
18677
|
issued_at?: string | null | undefined;
|
|
18678
18678
|
is_issued?: boolean | undefined;
|
|
18679
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
18679
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
18680
18680
|
external_type_display_name?: string | undefined;
|
|
18681
18681
|
acs_user_id?: string | undefined;
|
|
18682
18682
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -18748,7 +18748,7 @@ declare const batch: z.ZodObject<{
|
|
|
18748
18748
|
user_identity_id?: string | undefined;
|
|
18749
18749
|
issued_at?: string | null | undefined;
|
|
18750
18750
|
is_issued?: boolean | undefined;
|
|
18751
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
18751
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
18752
18752
|
external_type_display_name?: string | undefined;
|
|
18753
18753
|
acs_user_id?: string | undefined;
|
|
18754
18754
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -18826,7 +18826,7 @@ declare const batch: z.ZodObject<{
|
|
|
18826
18826
|
user_identity_id?: string | undefined;
|
|
18827
18827
|
issued_at?: string | null | undefined;
|
|
18828
18828
|
is_issued?: boolean | undefined;
|
|
18829
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
18829
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
18830
18830
|
external_type_display_name?: string | undefined;
|
|
18831
18831
|
acs_user_id?: string | undefined;
|
|
18832
18832
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -18898,7 +18898,7 @@ declare const batch: z.ZodObject<{
|
|
|
18898
18898
|
user_identity_id?: string | undefined;
|
|
18899
18899
|
issued_at?: string | null | undefined;
|
|
18900
18900
|
is_issued?: boolean | undefined;
|
|
18901
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
18901
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
18902
18902
|
external_type_display_name?: string | undefined;
|
|
18903
18903
|
acs_user_id?: string | undefined;
|
|
18904
18904
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -31587,7 +31587,7 @@ declare const batch: z.ZodObject<{
|
|
|
31587
31587
|
user_identity_id?: string | undefined;
|
|
31588
31588
|
issued_at?: string | null | undefined;
|
|
31589
31589
|
is_issued?: boolean | undefined;
|
|
31590
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
31590
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
31591
31591
|
external_type_display_name?: string | undefined;
|
|
31592
31592
|
acs_user_id?: string | undefined;
|
|
31593
31593
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -31660,7 +31660,7 @@ declare const batch: z.ZodObject<{
|
|
|
31660
31660
|
user_identity_id?: string | undefined;
|
|
31661
31661
|
issued_at?: string | null | undefined;
|
|
31662
31662
|
is_issued?: boolean | undefined;
|
|
31663
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
31663
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
31664
31664
|
external_type_display_name?: string | undefined;
|
|
31665
31665
|
acs_user_id?: string | undefined;
|
|
31666
31666
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -31919,7 +31919,7 @@ declare const batch: z.ZodObject<{
|
|
|
31919
31919
|
user_identity_id?: string | undefined;
|
|
31920
31920
|
issued_at?: string | null | undefined;
|
|
31921
31921
|
is_issued?: boolean | undefined;
|
|
31922
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
31922
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
31923
31923
|
external_type_display_name?: string | undefined;
|
|
31924
31924
|
acs_user_id?: string | undefined;
|
|
31925
31925
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -31991,7 +31991,7 @@ declare const batch: z.ZodObject<{
|
|
|
31991
31991
|
user_identity_id?: string | undefined;
|
|
31992
31992
|
issued_at?: string | null | undefined;
|
|
31993
31993
|
is_issued?: boolean | undefined;
|
|
31994
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
31994
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
31995
31995
|
external_type_display_name?: string | undefined;
|
|
31996
31996
|
acs_user_id?: string | undefined;
|
|
31997
31997
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -32185,7 +32185,7 @@ declare const batch: z.ZodObject<{
|
|
|
32185
32185
|
user_identity_id?: string | undefined;
|
|
32186
32186
|
issued_at?: string | null | undefined;
|
|
32187
32187
|
is_issued?: boolean | undefined;
|
|
32188
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
32188
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
32189
32189
|
external_type_display_name?: string | undefined;
|
|
32190
32190
|
acs_user_id?: string | undefined;
|
|
32191
32191
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -32257,7 +32257,7 @@ declare const batch: z.ZodObject<{
|
|
|
32257
32257
|
user_identity_id?: string | undefined;
|
|
32258
32258
|
issued_at?: string | null | undefined;
|
|
32259
32259
|
is_issued?: boolean | undefined;
|
|
32260
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
32260
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
32261
32261
|
external_type_display_name?: string | undefined;
|
|
32262
32262
|
acs_user_id?: string | undefined;
|
|
32263
32263
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -35424,7 +35424,7 @@ declare const batch: z.ZodObject<{
|
|
|
35424
35424
|
user_identity_id?: string | undefined;
|
|
35425
35425
|
issued_at?: string | null | undefined;
|
|
35426
35426
|
is_issued?: boolean | undefined;
|
|
35427
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
35427
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
35428
35428
|
external_type_display_name?: string | undefined;
|
|
35429
35429
|
acs_user_id?: string | undefined;
|
|
35430
35430
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -35497,7 +35497,7 @@ declare const batch: z.ZodObject<{
|
|
|
35497
35497
|
user_identity_id?: string | undefined;
|
|
35498
35498
|
issued_at?: string | null | undefined;
|
|
35499
35499
|
is_issued?: boolean | undefined;
|
|
35500
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
35500
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
35501
35501
|
external_type_display_name?: string | undefined;
|
|
35502
35502
|
acs_user_id?: string | undefined;
|
|
35503
35503
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -35756,7 +35756,7 @@ declare const batch: z.ZodObject<{
|
|
|
35756
35756
|
user_identity_id?: string | undefined;
|
|
35757
35757
|
issued_at?: string | null | undefined;
|
|
35758
35758
|
is_issued?: boolean | undefined;
|
|
35759
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
35759
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
35760
35760
|
external_type_display_name?: string | undefined;
|
|
35761
35761
|
acs_user_id?: string | undefined;
|
|
35762
35762
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -35828,7 +35828,7 @@ declare const batch: z.ZodObject<{
|
|
|
35828
35828
|
user_identity_id?: string | undefined;
|
|
35829
35829
|
issued_at?: string | null | undefined;
|
|
35830
35830
|
is_issued?: boolean | undefined;
|
|
35831
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
35831
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
35832
35832
|
external_type_display_name?: string | undefined;
|
|
35833
35833
|
acs_user_id?: string | undefined;
|
|
35834
35834
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -36022,7 +36022,7 @@ declare const batch: z.ZodObject<{
|
|
|
36022
36022
|
user_identity_id?: string | undefined;
|
|
36023
36023
|
issued_at?: string | null | undefined;
|
|
36024
36024
|
is_issued?: boolean | undefined;
|
|
36025
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
36025
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
36026
36026
|
external_type_display_name?: string | undefined;
|
|
36027
36027
|
acs_user_id?: string | undefined;
|
|
36028
36028
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -36094,7 +36094,7 @@ declare const batch: z.ZodObject<{
|
|
|
36094
36094
|
user_identity_id?: string | undefined;
|
|
36095
36095
|
issued_at?: string | null | undefined;
|
|
36096
36096
|
is_issued?: boolean | undefined;
|
|
36097
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
36097
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
36098
36098
|
external_type_display_name?: string | undefined;
|
|
36099
36099
|
acs_user_id?: string | undefined;
|
|
36100
36100
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -81226,36 +81226,13 @@ declare const _default: {
|
|
|
81226
81226
|
description: string;
|
|
81227
81227
|
operationId: string;
|
|
81228
81228
|
parameters: ({
|
|
81229
|
-
in: string;
|
|
81230
|
-
name: string;
|
|
81231
|
-
schema: {
|
|
81232
|
-
items: {
|
|
81233
|
-
format: string;
|
|
81234
|
-
type: string;
|
|
81235
|
-
oneOf?: never;
|
|
81236
|
-
enum?: never;
|
|
81237
|
-
};
|
|
81238
|
-
type: string;
|
|
81239
|
-
description?: never;
|
|
81240
|
-
format?: never;
|
|
81241
|
-
oneOf?: never;
|
|
81242
|
-
enum?: never;
|
|
81243
|
-
default?: never;
|
|
81244
|
-
additionalProperties?: never;
|
|
81245
|
-
nullable?: never;
|
|
81246
|
-
'x-undocumented'?: never;
|
|
81247
|
-
deprecated?: never;
|
|
81248
|
-
'x-deprecated'?: never;
|
|
81249
|
-
minLength?: never;
|
|
81250
|
-
};
|
|
81251
|
-
} | {
|
|
81252
81229
|
in: string;
|
|
81253
81230
|
name: string;
|
|
81254
81231
|
schema: {
|
|
81255
81232
|
description: string;
|
|
81256
81233
|
type: string;
|
|
81257
|
-
items?: never;
|
|
81258
81234
|
format?: never;
|
|
81235
|
+
items?: never;
|
|
81259
81236
|
oneOf?: never;
|
|
81260
81237
|
enum?: never;
|
|
81261
81238
|
default?: never;
|
|
@@ -81317,9 +81294,9 @@ declare const _default: {
|
|
|
81317
81294
|
enum: string[];
|
|
81318
81295
|
type: string;
|
|
81319
81296
|
}[];
|
|
81320
|
-
items?: never;
|
|
81321
81297
|
type?: never;
|
|
81322
81298
|
format?: never;
|
|
81299
|
+
items?: never;
|
|
81323
81300
|
enum?: never;
|
|
81324
81301
|
default?: never;
|
|
81325
81302
|
additionalProperties?: never;
|
|
@@ -81363,8 +81340,8 @@ declare const _default: {
|
|
|
81363
81340
|
description: string;
|
|
81364
81341
|
enum: string[];
|
|
81365
81342
|
type: string;
|
|
81366
|
-
items?: never;
|
|
81367
81343
|
format?: never;
|
|
81344
|
+
items?: never;
|
|
81368
81345
|
oneOf?: never;
|
|
81369
81346
|
default?: never;
|
|
81370
81347
|
additionalProperties?: never;
|
|
@@ -81403,8 +81380,8 @@ declare const _default: {
|
|
|
81403
81380
|
};
|
|
81404
81381
|
description: string;
|
|
81405
81382
|
type: string;
|
|
81406
|
-
items?: never;
|
|
81407
81383
|
format?: never;
|
|
81384
|
+
items?: never;
|
|
81408
81385
|
oneOf?: never;
|
|
81409
81386
|
enum?: never;
|
|
81410
81387
|
default?: never;
|
|
@@ -81421,8 +81398,8 @@ declare const _default: {
|
|
|
81421
81398
|
description: string;
|
|
81422
81399
|
nullable: boolean;
|
|
81423
81400
|
type: string;
|
|
81424
|
-
items?: never;
|
|
81425
81401
|
format?: never;
|
|
81402
|
+
items?: never;
|
|
81426
81403
|
oneOf?: never;
|
|
81427
81404
|
enum?: never;
|
|
81428
81405
|
default?: never;
|
|
@@ -81464,8 +81441,8 @@ declare const _default: {
|
|
|
81464
81441
|
nullable: boolean;
|
|
81465
81442
|
type: string;
|
|
81466
81443
|
'x-deprecated': string;
|
|
81467
|
-
items?: never;
|
|
81468
81444
|
description?: never;
|
|
81445
|
+
items?: never;
|
|
81469
81446
|
oneOf?: never;
|
|
81470
81447
|
enum?: never;
|
|
81471
81448
|
default?: never;
|
|
@@ -81480,8 +81457,8 @@ declare const _default: {
|
|
|
81480
81457
|
description: string;
|
|
81481
81458
|
minLength: number;
|
|
81482
81459
|
type: string;
|
|
81483
|
-
items?: never;
|
|
81484
81460
|
format?: never;
|
|
81461
|
+
items?: never;
|
|
81485
81462
|
oneOf?: never;
|
|
81486
81463
|
enum?: never;
|
|
81487
81464
|
default?: never;
|
|
@@ -81609,13 +81586,6 @@ declare const _default: {
|
|
|
81609
81586
|
description: string;
|
|
81610
81587
|
type: string;
|
|
81611
81588
|
};
|
|
81612
|
-
customer_ids: {
|
|
81613
|
-
items: {
|
|
81614
|
-
format: string;
|
|
81615
|
-
type: string;
|
|
81616
|
-
};
|
|
81617
|
-
type: string;
|
|
81618
|
-
};
|
|
81619
81589
|
customer_key: {
|
|
81620
81590
|
description: string;
|
|
81621
81591
|
type: string;
|
|
@@ -82462,36 +82432,13 @@ declare const _default: {
|
|
|
82462
82432
|
description: string;
|
|
82463
82433
|
operationId: string;
|
|
82464
82434
|
parameters: ({
|
|
82465
|
-
in: string;
|
|
82466
|
-
name: string;
|
|
82467
|
-
schema: {
|
|
82468
|
-
items: {
|
|
82469
|
-
format: string;
|
|
82470
|
-
type: string;
|
|
82471
|
-
oneOf?: never;
|
|
82472
|
-
enum?: never;
|
|
82473
|
-
};
|
|
82474
|
-
type: string;
|
|
82475
|
-
description?: never;
|
|
82476
|
-
format?: never;
|
|
82477
|
-
oneOf?: never;
|
|
82478
|
-
enum?: never;
|
|
82479
|
-
default?: never;
|
|
82480
|
-
additionalProperties?: never;
|
|
82481
|
-
nullable?: never;
|
|
82482
|
-
'x-undocumented'?: never;
|
|
82483
|
-
deprecated?: never;
|
|
82484
|
-
'x-deprecated'?: never;
|
|
82485
|
-
minLength?: never;
|
|
82486
|
-
};
|
|
82487
|
-
} | {
|
|
82488
82435
|
in: string;
|
|
82489
82436
|
name: string;
|
|
82490
82437
|
schema: {
|
|
82491
82438
|
description: string;
|
|
82492
82439
|
type: string;
|
|
82493
|
-
items?: never;
|
|
82494
82440
|
format?: never;
|
|
82441
|
+
items?: never;
|
|
82495
82442
|
oneOf?: never;
|
|
82496
82443
|
enum?: never;
|
|
82497
82444
|
default?: never;
|
|
@@ -82553,9 +82500,9 @@ declare const _default: {
|
|
|
82553
82500
|
enum: string[];
|
|
82554
82501
|
type: string;
|
|
82555
82502
|
}[];
|
|
82556
|
-
items?: never;
|
|
82557
82503
|
type?: never;
|
|
82558
82504
|
format?: never;
|
|
82505
|
+
items?: never;
|
|
82559
82506
|
enum?: never;
|
|
82560
82507
|
default?: never;
|
|
82561
82508
|
additionalProperties?: never;
|
|
@@ -82599,8 +82546,8 @@ declare const _default: {
|
|
|
82599
82546
|
description: string;
|
|
82600
82547
|
enum: string[];
|
|
82601
82548
|
type: string;
|
|
82602
|
-
items?: never;
|
|
82603
82549
|
format?: never;
|
|
82550
|
+
items?: never;
|
|
82604
82551
|
oneOf?: never;
|
|
82605
82552
|
default?: never;
|
|
82606
82553
|
additionalProperties?: never;
|
|
@@ -82639,8 +82586,8 @@ declare const _default: {
|
|
|
82639
82586
|
};
|
|
82640
82587
|
description: string;
|
|
82641
82588
|
type: string;
|
|
82642
|
-
items?: never;
|
|
82643
82589
|
format?: never;
|
|
82590
|
+
items?: never;
|
|
82644
82591
|
oneOf?: never;
|
|
82645
82592
|
enum?: never;
|
|
82646
82593
|
default?: never;
|
|
@@ -82657,8 +82604,8 @@ declare const _default: {
|
|
|
82657
82604
|
description: string;
|
|
82658
82605
|
nullable: boolean;
|
|
82659
82606
|
type: string;
|
|
82660
|
-
items?: never;
|
|
82661
82607
|
format?: never;
|
|
82608
|
+
items?: never;
|
|
82662
82609
|
oneOf?: never;
|
|
82663
82610
|
enum?: never;
|
|
82664
82611
|
default?: never;
|
|
@@ -82700,8 +82647,8 @@ declare const _default: {
|
|
|
82700
82647
|
nullable: boolean;
|
|
82701
82648
|
type: string;
|
|
82702
82649
|
'x-deprecated': string;
|
|
82703
|
-
items?: never;
|
|
82704
82650
|
description?: never;
|
|
82651
|
+
items?: never;
|
|
82705
82652
|
oneOf?: never;
|
|
82706
82653
|
enum?: never;
|
|
82707
82654
|
default?: never;
|
|
@@ -82716,8 +82663,8 @@ declare const _default: {
|
|
|
82716
82663
|
description: string;
|
|
82717
82664
|
minLength: number;
|
|
82718
82665
|
type: string;
|
|
82719
|
-
items?: never;
|
|
82720
82666
|
format?: never;
|
|
82667
|
+
items?: never;
|
|
82721
82668
|
oneOf?: never;
|
|
82722
82669
|
enum?: never;
|
|
82723
82670
|
default?: never;
|
|
@@ -82824,13 +82771,6 @@ declare const _default: {
|
|
|
82824
82771
|
description: string;
|
|
82825
82772
|
type: string;
|
|
82826
82773
|
};
|
|
82827
|
-
customer_ids: {
|
|
82828
|
-
items: {
|
|
82829
|
-
format: string;
|
|
82830
|
-
type: string;
|
|
82831
|
-
};
|
|
82832
|
-
type: string;
|
|
82833
|
-
};
|
|
82834
82774
|
customer_key: {
|
|
82835
82775
|
description: string;
|
|
82836
82776
|
type: string;
|
|
@@ -84475,35 +84415,13 @@ declare const _default: {
|
|
|
84475
84415
|
description: string;
|
|
84476
84416
|
operationId: string;
|
|
84477
84417
|
parameters: ({
|
|
84478
|
-
in: string;
|
|
84479
|
-
name: string;
|
|
84480
|
-
schema: {
|
|
84481
|
-
items: {
|
|
84482
|
-
format: string;
|
|
84483
|
-
type: string;
|
|
84484
|
-
description?: never;
|
|
84485
|
-
enum?: never;
|
|
84486
|
-
};
|
|
84487
|
-
type: string;
|
|
84488
|
-
description?: never;
|
|
84489
|
-
format?: never;
|
|
84490
|
-
enum?: never;
|
|
84491
|
-
default?: never;
|
|
84492
|
-
additionalProperties?: never;
|
|
84493
|
-
nullable?: never;
|
|
84494
|
-
'x-undocumented'?: never;
|
|
84495
|
-
deprecated?: never;
|
|
84496
|
-
'x-deprecated'?: never;
|
|
84497
|
-
minLength?: never;
|
|
84498
|
-
};
|
|
84499
|
-
} | {
|
|
84500
84418
|
in: string;
|
|
84501
84419
|
name: string;
|
|
84502
84420
|
schema: {
|
|
84503
84421
|
description: string;
|
|
84504
84422
|
type: string;
|
|
84505
|
-
items?: never;
|
|
84506
84423
|
format?: never;
|
|
84424
|
+
items?: never;
|
|
84507
84425
|
enum?: never;
|
|
84508
84426
|
default?: never;
|
|
84509
84427
|
additionalProperties?: never;
|
|
@@ -84559,8 +84477,8 @@ declare const _default: {
|
|
|
84559
84477
|
description: string;
|
|
84560
84478
|
enum: string[];
|
|
84561
84479
|
type: string;
|
|
84562
|
-
items?: never;
|
|
84563
84480
|
format?: never;
|
|
84481
|
+
items?: never;
|
|
84564
84482
|
default?: never;
|
|
84565
84483
|
additionalProperties?: never;
|
|
84566
84484
|
nullable?: never;
|
|
@@ -84619,8 +84537,8 @@ declare const _default: {
|
|
|
84619
84537
|
};
|
|
84620
84538
|
description: string;
|
|
84621
84539
|
type: string;
|
|
84622
|
-
items?: never;
|
|
84623
84540
|
format?: never;
|
|
84541
|
+
items?: never;
|
|
84624
84542
|
enum?: never;
|
|
84625
84543
|
default?: never;
|
|
84626
84544
|
nullable?: never;
|
|
@@ -84636,8 +84554,8 @@ declare const _default: {
|
|
|
84636
84554
|
description: string;
|
|
84637
84555
|
nullable: boolean;
|
|
84638
84556
|
type: string;
|
|
84639
|
-
items?: never;
|
|
84640
84557
|
format?: never;
|
|
84558
|
+
items?: never;
|
|
84641
84559
|
enum?: never;
|
|
84642
84560
|
default?: never;
|
|
84643
84561
|
additionalProperties?: never;
|
|
@@ -84677,8 +84595,8 @@ declare const _default: {
|
|
|
84677
84595
|
nullable: boolean;
|
|
84678
84596
|
type: string;
|
|
84679
84597
|
'x-deprecated': string;
|
|
84680
|
-
items?: never;
|
|
84681
84598
|
description?: never;
|
|
84599
|
+
items?: never;
|
|
84682
84600
|
enum?: never;
|
|
84683
84601
|
default?: never;
|
|
84684
84602
|
additionalProperties?: never;
|
|
@@ -84692,8 +84610,8 @@ declare const _default: {
|
|
|
84692
84610
|
description: string;
|
|
84693
84611
|
minLength: number;
|
|
84694
84612
|
type: string;
|
|
84695
|
-
items?: never;
|
|
84696
84613
|
format?: never;
|
|
84614
|
+
items?: never;
|
|
84697
84615
|
enum?: never;
|
|
84698
84616
|
default?: never;
|
|
84699
84617
|
additionalProperties?: never;
|
|
@@ -84813,13 +84731,6 @@ declare const _default: {
|
|
|
84813
84731
|
description: string;
|
|
84814
84732
|
type: string;
|
|
84815
84733
|
};
|
|
84816
|
-
customer_ids: {
|
|
84817
|
-
items: {
|
|
84818
|
-
format: string;
|
|
84819
|
-
type: string;
|
|
84820
|
-
};
|
|
84821
|
-
type: string;
|
|
84822
|
-
};
|
|
84823
84734
|
customer_key: {
|
|
84824
84735
|
description: string;
|
|
84825
84736
|
type: string;
|
|
@@ -85310,35 +85221,13 @@ declare const _default: {
|
|
|
85310
85221
|
description: string;
|
|
85311
85222
|
operationId: string;
|
|
85312
85223
|
parameters: ({
|
|
85313
|
-
in: string;
|
|
85314
|
-
name: string;
|
|
85315
|
-
schema: {
|
|
85316
|
-
items: {
|
|
85317
|
-
format: string;
|
|
85318
|
-
type: string;
|
|
85319
|
-
description?: never;
|
|
85320
|
-
enum?: never;
|
|
85321
|
-
};
|
|
85322
|
-
type: string;
|
|
85323
|
-
description?: never;
|
|
85324
|
-
format?: never;
|
|
85325
|
-
enum?: never;
|
|
85326
|
-
default?: never;
|
|
85327
|
-
additionalProperties?: never;
|
|
85328
|
-
nullable?: never;
|
|
85329
|
-
'x-undocumented'?: never;
|
|
85330
|
-
deprecated?: never;
|
|
85331
|
-
'x-deprecated'?: never;
|
|
85332
|
-
minLength?: never;
|
|
85333
|
-
};
|
|
85334
|
-
} | {
|
|
85335
85224
|
in: string;
|
|
85336
85225
|
name: string;
|
|
85337
85226
|
schema: {
|
|
85338
85227
|
description: string;
|
|
85339
85228
|
type: string;
|
|
85340
|
-
items?: never;
|
|
85341
85229
|
format?: never;
|
|
85230
|
+
items?: never;
|
|
85342
85231
|
enum?: never;
|
|
85343
85232
|
default?: never;
|
|
85344
85233
|
additionalProperties?: never;
|
|
@@ -85394,8 +85283,8 @@ declare const _default: {
|
|
|
85394
85283
|
description: string;
|
|
85395
85284
|
enum: string[];
|
|
85396
85285
|
type: string;
|
|
85397
|
-
items?: never;
|
|
85398
85286
|
format?: never;
|
|
85287
|
+
items?: never;
|
|
85399
85288
|
default?: never;
|
|
85400
85289
|
additionalProperties?: never;
|
|
85401
85290
|
nullable?: never;
|
|
@@ -85454,8 +85343,8 @@ declare const _default: {
|
|
|
85454
85343
|
};
|
|
85455
85344
|
description: string;
|
|
85456
85345
|
type: string;
|
|
85457
|
-
items?: never;
|
|
85458
85346
|
format?: never;
|
|
85347
|
+
items?: never;
|
|
85459
85348
|
enum?: never;
|
|
85460
85349
|
default?: never;
|
|
85461
85350
|
nullable?: never;
|
|
@@ -85471,8 +85360,8 @@ declare const _default: {
|
|
|
85471
85360
|
description: string;
|
|
85472
85361
|
nullable: boolean;
|
|
85473
85362
|
type: string;
|
|
85474
|
-
items?: never;
|
|
85475
85363
|
format?: never;
|
|
85364
|
+
items?: never;
|
|
85476
85365
|
enum?: never;
|
|
85477
85366
|
default?: never;
|
|
85478
85367
|
additionalProperties?: never;
|
|
@@ -85512,8 +85401,8 @@ declare const _default: {
|
|
|
85512
85401
|
nullable: boolean;
|
|
85513
85402
|
type: string;
|
|
85514
85403
|
'x-deprecated': string;
|
|
85515
|
-
items?: never;
|
|
85516
85404
|
description?: never;
|
|
85405
|
+
items?: never;
|
|
85517
85406
|
enum?: never;
|
|
85518
85407
|
default?: never;
|
|
85519
85408
|
additionalProperties?: never;
|
|
@@ -85527,8 +85416,8 @@ declare const _default: {
|
|
|
85527
85416
|
description: string;
|
|
85528
85417
|
minLength: number;
|
|
85529
85418
|
type: string;
|
|
85530
|
-
items?: never;
|
|
85531
85419
|
format?: never;
|
|
85420
|
+
items?: never;
|
|
85532
85421
|
enum?: never;
|
|
85533
85422
|
default?: never;
|
|
85534
85423
|
additionalProperties?: never;
|
|
@@ -85648,13 +85537,6 @@ declare const _default: {
|
|
|
85648
85537
|
description: string;
|
|
85649
85538
|
type: string;
|
|
85650
85539
|
};
|
|
85651
|
-
customer_ids: {
|
|
85652
|
-
items: {
|
|
85653
|
-
format: string;
|
|
85654
|
-
type: string;
|
|
85655
|
-
};
|
|
85656
|
-
type: string;
|
|
85657
|
-
};
|
|
85658
85540
|
customer_key: {
|
|
85659
85541
|
description: string;
|
|
85660
85542
|
type: string;
|
|
@@ -93440,35 +93322,13 @@ declare const _default: {
|
|
|
93440
93322
|
description: string;
|
|
93441
93323
|
operationId: string;
|
|
93442
93324
|
parameters: ({
|
|
93443
|
-
in: string;
|
|
93444
|
-
name: string;
|
|
93445
|
-
schema: {
|
|
93446
|
-
items: {
|
|
93447
|
-
format: string;
|
|
93448
|
-
type: string;
|
|
93449
|
-
description?: never;
|
|
93450
|
-
enum?: never;
|
|
93451
|
-
};
|
|
93452
|
-
type: string;
|
|
93453
|
-
description?: never;
|
|
93454
|
-
format?: never;
|
|
93455
|
-
enum?: never;
|
|
93456
|
-
default?: never;
|
|
93457
|
-
additionalProperties?: never;
|
|
93458
|
-
nullable?: never;
|
|
93459
|
-
'x-undocumented'?: never;
|
|
93460
|
-
deprecated?: never;
|
|
93461
|
-
'x-deprecated'?: never;
|
|
93462
|
-
minLength?: never;
|
|
93463
|
-
};
|
|
93464
|
-
} | {
|
|
93465
93325
|
in: string;
|
|
93466
93326
|
name: string;
|
|
93467
93327
|
schema: {
|
|
93468
93328
|
description: string;
|
|
93469
93329
|
type: string;
|
|
93470
|
-
items?: never;
|
|
93471
93330
|
format?: never;
|
|
93331
|
+
items?: never;
|
|
93472
93332
|
enum?: never;
|
|
93473
93333
|
default?: never;
|
|
93474
93334
|
additionalProperties?: never;
|
|
@@ -93524,8 +93384,8 @@ declare const _default: {
|
|
|
93524
93384
|
description: string;
|
|
93525
93385
|
enum: string[];
|
|
93526
93386
|
type: string;
|
|
93527
|
-
items?: never;
|
|
93528
93387
|
format?: never;
|
|
93388
|
+
items?: never;
|
|
93529
93389
|
default?: never;
|
|
93530
93390
|
additionalProperties?: never;
|
|
93531
93391
|
nullable?: never;
|
|
@@ -93584,8 +93444,8 @@ declare const _default: {
|
|
|
93584
93444
|
};
|
|
93585
93445
|
description: string;
|
|
93586
93446
|
type: string;
|
|
93587
|
-
items?: never;
|
|
93588
93447
|
format?: never;
|
|
93448
|
+
items?: never;
|
|
93589
93449
|
enum?: never;
|
|
93590
93450
|
default?: never;
|
|
93591
93451
|
nullable?: never;
|
|
@@ -93601,8 +93461,8 @@ declare const _default: {
|
|
|
93601
93461
|
description: string;
|
|
93602
93462
|
nullable: boolean;
|
|
93603
93463
|
type: string;
|
|
93604
|
-
items?: never;
|
|
93605
93464
|
format?: never;
|
|
93465
|
+
items?: never;
|
|
93606
93466
|
enum?: never;
|
|
93607
93467
|
default?: never;
|
|
93608
93468
|
additionalProperties?: never;
|
|
@@ -93642,8 +93502,8 @@ declare const _default: {
|
|
|
93642
93502
|
nullable: boolean;
|
|
93643
93503
|
type: string;
|
|
93644
93504
|
'x-deprecated': string;
|
|
93645
|
-
items?: never;
|
|
93646
93505
|
description?: never;
|
|
93506
|
+
items?: never;
|
|
93647
93507
|
enum?: never;
|
|
93648
93508
|
default?: never;
|
|
93649
93509
|
additionalProperties?: never;
|
|
@@ -93657,8 +93517,8 @@ declare const _default: {
|
|
|
93657
93517
|
description: string;
|
|
93658
93518
|
minLength: number;
|
|
93659
93519
|
type: string;
|
|
93660
|
-
items?: never;
|
|
93661
93520
|
format?: never;
|
|
93521
|
+
items?: never;
|
|
93662
93522
|
enum?: never;
|
|
93663
93523
|
default?: never;
|
|
93664
93524
|
additionalProperties?: never;
|
|
@@ -93778,13 +93638,6 @@ declare const _default: {
|
|
|
93778
93638
|
description: string;
|
|
93779
93639
|
type: string;
|
|
93780
93640
|
};
|
|
93781
|
-
customer_ids: {
|
|
93782
|
-
items: {
|
|
93783
|
-
format: string;
|
|
93784
|
-
type: string;
|
|
93785
|
-
};
|
|
93786
|
-
type: string;
|
|
93787
|
-
};
|
|
93788
93641
|
customer_key: {
|
|
93789
93642
|
description: string;
|
|
93790
93643
|
type: string;
|
|
@@ -101172,7 +101025,7 @@ type Routes = {
|
|
|
101172
101025
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
101173
101026
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
101174
101027
|
/** 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`. */
|
|
101175
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
101028
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
101176
101029
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
101177
101030
|
external_type_display_name?: string | undefined;
|
|
101178
101031
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -101302,7 +101155,7 @@ type Routes = {
|
|
|
101302
101155
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
101303
101156
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
101304
101157
|
/** 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`. */
|
|
101305
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
101158
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
101306
101159
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
101307
101160
|
external_type_display_name?: string | undefined;
|
|
101308
101161
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -101484,7 +101337,7 @@ type Routes = {
|
|
|
101484
101337
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
101485
101338
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
101486
101339
|
/** 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`. */
|
|
101487
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
101340
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
101488
101341
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
101489
101342
|
external_type_display_name?: string | undefined;
|
|
101490
101343
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -101614,7 +101467,7 @@ type Routes = {
|
|
|
101614
101467
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
101615
101468
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
101616
101469
|
/** 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`. */
|
|
101617
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
101470
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
101618
101471
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
101619
101472
|
external_type_display_name?: string | undefined;
|
|
101620
101473
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -103504,7 +103357,7 @@ type Routes = {
|
|
|
103504
103357
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
103505
103358
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
103506
103359
|
/** 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`. */
|
|
103507
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
103360
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
103508
103361
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
103509
103362
|
external_type_display_name?: string | undefined;
|
|
103510
103363
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -103634,7 +103487,7 @@ type Routes = {
|
|
|
103634
103487
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
103635
103488
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
103636
103489
|
/** 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`. */
|
|
103637
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
103490
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
103638
103491
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
103639
103492
|
external_type_display_name?: string | undefined;
|
|
103640
103493
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -103816,7 +103669,7 @@ type Routes = {
|
|
|
103816
103669
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
103817
103670
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
103818
103671
|
/** 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`. */
|
|
103819
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
103672
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
103820
103673
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
103821
103674
|
external_type_display_name?: string | undefined;
|
|
103822
103675
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -103946,7 +103799,7 @@ type Routes = {
|
|
|
103946
103799
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
103947
103800
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
103948
103801
|
/** 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`. */
|
|
103949
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
103802
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
103950
103803
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
103951
103804
|
external_type_display_name?: string | undefined;
|
|
103952
103805
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -107446,7 +107299,7 @@ type Routes = {
|
|
|
107446
107299
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
107447
107300
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
107448
107301
|
/** 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`. */
|
|
107449
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
107302
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
107450
107303
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
107451
107304
|
external_type_display_name?: string | undefined;
|
|
107452
107305
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -107576,7 +107429,7 @@ type Routes = {
|
|
|
107576
107429
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
107577
107430
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
107578
107431
|
/** 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`. */
|
|
107579
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
107432
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
107580
107433
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
107581
107434
|
external_type_display_name?: string | undefined;
|
|
107582
107435
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -107758,7 +107611,7 @@ type Routes = {
|
|
|
107758
107611
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
107759
107612
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
107760
107613
|
/** 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`. */
|
|
107761
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
107614
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
107762
107615
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
107763
107616
|
external_type_display_name?: string | undefined;
|
|
107764
107617
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -107888,7 +107741,7 @@ type Routes = {
|
|
|
107888
107741
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
107889
107742
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
107890
107743
|
/** 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`. */
|
|
107891
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
107744
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
107892
107745
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
107893
107746
|
external_type_display_name?: string | undefined;
|
|
107894
107747
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -109799,7 +109652,7 @@ type Routes = {
|
|
|
109799
109652
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
109800
109653
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
109801
109654
|
/** 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`. */
|
|
109802
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
109655
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
109803
109656
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
109804
109657
|
external_type_display_name?: string | undefined;
|
|
109805
109658
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -109929,7 +109782,7 @@ type Routes = {
|
|
|
109929
109782
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
109930
109783
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
109931
109784
|
/** 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`. */
|
|
109932
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
109785
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
109933
109786
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
109934
109787
|
external_type_display_name?: string | undefined;
|
|
109935
109788
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -110111,7 +109964,7 @@ type Routes = {
|
|
|
110111
109964
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
110112
109965
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
110113
109966
|
/** 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`. */
|
|
110114
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
109967
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
110115
109968
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
110116
109969
|
external_type_display_name?: string | undefined;
|
|
110117
109970
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -110241,7 +110094,7 @@ type Routes = {
|
|
|
110241
110094
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
110242
110095
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
110243
110096
|
/** 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`. */
|
|
110244
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
110097
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
110245
110098
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
110246
110099
|
external_type_display_name?: string | undefined;
|
|
110247
110100
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -113003,7 +112856,7 @@ type Routes = {
|
|
|
113003
112856
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
113004
112857
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
113005
112858
|
/** 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`. */
|
|
113006
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
112859
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
113007
112860
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
113008
112861
|
external_type_display_name?: string | undefined;
|
|
113009
112862
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -113133,7 +112986,7 @@ type Routes = {
|
|
|
113133
112986
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
113134
112987
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
113135
112988
|
/** 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`. */
|
|
113136
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
112989
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
113137
112990
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
113138
112991
|
external_type_display_name?: string | undefined;
|
|
113139
112992
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -113315,7 +113168,7 @@ type Routes = {
|
|
|
113315
113168
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
113316
113169
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
113317
113170
|
/** 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`. */
|
|
113318
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
113171
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
113319
113172
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
113320
113173
|
external_type_display_name?: string | undefined;
|
|
113321
113174
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -113445,7 +113298,7 @@ type Routes = {
|
|
|
113445
113298
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
113446
113299
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
113447
113300
|
/** 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`. */
|
|
113448
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
113301
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
113449
113302
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
113450
113303
|
external_type_display_name?: string | undefined;
|
|
113451
113304
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -115924,7 +115777,7 @@ type Routes = {
|
|
|
115924
115777
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
115925
115778
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
115926
115779
|
/** 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`. */
|
|
115927
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
115780
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
115928
115781
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
115929
115782
|
external_type_display_name?: string | undefined;
|
|
115930
115783
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -116055,7 +115908,7 @@ type Routes = {
|
|
|
116055
115908
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
116056
115909
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
116057
115910
|
/** 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`. */
|
|
116058
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
115911
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
116059
115912
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
116060
115913
|
external_type_display_name?: string | undefined;
|
|
116061
115914
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -116316,7 +116169,7 @@ type Routes = {
|
|
|
116316
116169
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
116317
116170
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
116318
116171
|
/** 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`. */
|
|
116319
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
116172
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
116320
116173
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
116321
116174
|
external_type_display_name?: string | undefined;
|
|
116322
116175
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -116446,7 +116299,7 @@ type Routes = {
|
|
|
116446
116299
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
116447
116300
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
116448
116301
|
/** 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`. */
|
|
116449
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
116302
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
116450
116303
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
116451
116304
|
external_type_display_name?: string | undefined;
|
|
116452
116305
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -116628,7 +116481,7 @@ type Routes = {
|
|
|
116628
116481
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
116629
116482
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
116630
116483
|
/** 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`. */
|
|
116631
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
116484
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
116632
116485
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
116633
116486
|
external_type_display_name?: string | undefined;
|
|
116634
116487
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -116758,7 +116611,7 @@ type Routes = {
|
|
|
116758
116611
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
116759
116612
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
116760
116613
|
/** 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`. */
|
|
116761
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
116614
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
116762
116615
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
116763
116616
|
external_type_display_name?: string | undefined;
|
|
116764
116617
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -121823,7 +121676,7 @@ type Routes = {
|
|
|
121823
121676
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
121824
121677
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
121825
121678
|
/** 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`. */
|
|
121826
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
121679
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
121827
121680
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
121828
121681
|
external_type_display_name?: string | undefined;
|
|
121829
121682
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -122018,7 +121871,7 @@ type Routes = {
|
|
|
122018
121871
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
122019
121872
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
122020
121873
|
/** 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`. */
|
|
122021
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
121874
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
122022
121875
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
122023
121876
|
external_type_display_name?: string | undefined;
|
|
122024
121877
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -122175,7 +122028,7 @@ type Routes = {
|
|
|
122175
122028
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
122176
122029
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
122177
122030
|
/** 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`. */
|
|
122178
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
122031
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
122179
122032
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
122180
122033
|
external_type_display_name?: string | undefined;
|
|
122181
122034
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -122336,7 +122189,7 @@ type Routes = {
|
|
|
122336
122189
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
122337
122190
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
122338
122191
|
/** 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`. */
|
|
122339
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
122192
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
122340
122193
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
122341
122194
|
external_type_display_name?: string | undefined;
|
|
122342
122195
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -122500,7 +122353,7 @@ type Routes = {
|
|
|
122500
122353
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
122501
122354
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
122502
122355
|
/** 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`. */
|
|
122503
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
122356
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
122504
122357
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
122505
122358
|
external_type_display_name?: string | undefined;
|
|
122506
122359
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -122783,7 +122636,7 @@ type Routes = {
|
|
|
122783
122636
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
122784
122637
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
122785
122638
|
/** 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`. */
|
|
122786
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
122639
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
122787
122640
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
122788
122641
|
external_type_display_name?: string | undefined;
|
|
122789
122642
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -122928,7 +122781,7 @@ type Routes = {
|
|
|
122928
122781
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
122929
122782
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
122930
122783
|
/** 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`. */
|
|
122931
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
122784
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
122932
122785
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
122933
122786
|
external_type_display_name?: string | undefined;
|
|
122934
122787
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -123083,7 +122936,7 @@ type Routes = {
|
|
|
123083
122936
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
123084
122937
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
123085
122938
|
/** 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`. */
|
|
123086
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
122939
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
123087
122940
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
123088
122941
|
external_type_display_name?: string | undefined;
|
|
123089
122942
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -123236,7 +123089,7 @@ type Routes = {
|
|
|
123236
123089
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
123237
123090
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
123238
123091
|
/** 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`. */
|
|
123239
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
123092
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
123240
123093
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
123241
123094
|
external_type_display_name?: string | undefined;
|
|
123242
123095
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -123519,7 +123372,7 @@ type Routes = {
|
|
|
123519
123372
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
123520
123373
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
123521
123374
|
/** 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`. */
|
|
123522
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
123375
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
123523
123376
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
123524
123377
|
external_type_display_name?: string | undefined;
|
|
123525
123378
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -123649,7 +123502,7 @@ type Routes = {
|
|
|
123649
123502
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
123650
123503
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
123651
123504
|
/** 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`. */
|
|
123652
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
123505
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
123653
123506
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
123654
123507
|
external_type_display_name?: string | undefined;
|
|
123655
123508
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -123831,7 +123684,7 @@ type Routes = {
|
|
|
123831
123684
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
123832
123685
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
123833
123686
|
/** 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`. */
|
|
123834
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
123687
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
123835
123688
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
123836
123689
|
external_type_display_name?: string | undefined;
|
|
123837
123690
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -123961,7 +123814,7 @@ type Routes = {
|
|
|
123961
123814
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
123962
123815
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
123963
123816
|
/** 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`. */
|
|
123964
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
123817
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
123965
123818
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
123966
123819
|
external_type_display_name?: string | undefined;
|
|
123967
123820
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -124875,7 +124728,7 @@ type Routes = {
|
|
|
124875
124728
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
124876
124729
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
124877
124730
|
/** 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`. */
|
|
124878
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
124731
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
124879
124732
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
124880
124733
|
external_type_display_name?: string | undefined;
|
|
124881
124734
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -125005,7 +124858,7 @@ type Routes = {
|
|
|
125005
124858
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
125006
124859
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
125007
124860
|
/** 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`. */
|
|
125008
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
124861
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
125009
124862
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
125010
124863
|
external_type_display_name?: string | undefined;
|
|
125011
124864
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -125187,7 +125040,7 @@ type Routes = {
|
|
|
125187
125040
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
125188
125041
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
125189
125042
|
/** 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`. */
|
|
125190
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
125043
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
125191
125044
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
125192
125045
|
external_type_display_name?: string | undefined;
|
|
125193
125046
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -125317,7 +125170,7 @@ type Routes = {
|
|
|
125317
125170
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
125318
125171
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
125319
125172
|
/** 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`. */
|
|
125320
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
125173
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
125321
125174
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
125322
125175
|
external_type_display_name?: string | undefined;
|
|
125323
125176
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -126372,7 +126225,7 @@ type Routes = {
|
|
|
126372
126225
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
126373
126226
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
126374
126227
|
/** 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`. */
|
|
126375
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
126228
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
126376
126229
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
126377
126230
|
external_type_display_name?: string | undefined;
|
|
126378
126231
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -128474,7 +128327,7 @@ type Routes = {
|
|
|
128474
128327
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
128475
128328
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
128476
128329
|
/** 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`. */
|
|
128477
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
128330
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
128478
128331
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
128479
128332
|
external_type_display_name?: string | undefined;
|
|
128480
128333
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -128604,7 +128457,7 @@ type Routes = {
|
|
|
128604
128457
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
128605
128458
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
128606
128459
|
/** 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`. */
|
|
128607
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
128460
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
128608
128461
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
128609
128462
|
external_type_display_name?: string | undefined;
|
|
128610
128463
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -128786,7 +128639,7 @@ type Routes = {
|
|
|
128786
128639
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
128787
128640
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
128788
128641
|
/** 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`. */
|
|
128789
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
128642
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
128790
128643
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
128791
128644
|
external_type_display_name?: string | undefined;
|
|
128792
128645
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -128916,7 +128769,7 @@ type Routes = {
|
|
|
128916
128769
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
128917
128770
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
128918
128771
|
/** 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`. */
|
|
128919
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
128772
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
128920
128773
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
128921
128774
|
external_type_display_name?: string | undefined;
|
|
128922
128775
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -129727,7 +129580,7 @@ type Routes = {
|
|
|
129727
129580
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
129728
129581
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
129729
129582
|
/** 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`. */
|
|
129730
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
129583
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
129731
129584
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
129732
129585
|
external_type_display_name?: string | undefined;
|
|
129733
129586
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -129857,7 +129710,7 @@ type Routes = {
|
|
|
129857
129710
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
129858
129711
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
129859
129712
|
/** 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`. */
|
|
129860
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
129713
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
129861
129714
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
129862
129715
|
external_type_display_name?: string | undefined;
|
|
129863
129716
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -130039,7 +129892,7 @@ type Routes = {
|
|
|
130039
129892
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
130040
129893
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
130041
129894
|
/** 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`. */
|
|
130042
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
129895
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
130043
129896
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
130044
129897
|
external_type_display_name?: string | undefined;
|
|
130045
129898
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -130169,7 +130022,7 @@ type Routes = {
|
|
|
130169
130022
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
130170
130023
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
130171
130024
|
/** 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`. */
|
|
130172
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
130025
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
130173
130026
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
130174
130027
|
external_type_display_name?: string | undefined;
|
|
130175
130028
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -133677,7 +133530,6 @@ type Routes = {
|
|
|
133677
133530
|
queryParams: {};
|
|
133678
133531
|
jsonBody: {};
|
|
133679
133532
|
commonParams: {
|
|
133680
|
-
customer_ids?: string[] | undefined;
|
|
133681
133533
|
/** Customer key for which you want to list devices. */
|
|
133682
133534
|
customer_key?: string | undefined;
|
|
133683
133535
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -135404,7 +135256,6 @@ type Routes = {
|
|
|
135404
135256
|
queryParams: {};
|
|
135405
135257
|
jsonBody: {};
|
|
135406
135258
|
commonParams: {
|
|
135407
|
-
customer_ids?: string[] | undefined;
|
|
135408
135259
|
/** Customer key for which you want to list devices. */
|
|
135409
135260
|
customer_key?: string | undefined;
|
|
135410
135261
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -142057,7 +141908,6 @@ type Routes = {
|
|
|
142057
141908
|
queryParams: {};
|
|
142058
141909
|
jsonBody: {};
|
|
142059
141910
|
commonParams: {
|
|
142060
|
-
customer_ids?: string[] | undefined;
|
|
142061
141911
|
/** Customer key for which you want to list devices. */
|
|
142062
141912
|
customer_key?: string | undefined;
|
|
142063
141913
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -144619,7 +144469,7 @@ type Routes = {
|
|
|
144619
144469
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
144620
144470
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
144621
144471
|
/** 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`. */
|
|
144622
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
144472
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
144623
144473
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
144624
144474
|
external_type_display_name?: string | undefined;
|
|
144625
144475
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -144749,7 +144599,7 @@ type Routes = {
|
|
|
144749
144599
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
144750
144600
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
144751
144601
|
/** 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`. */
|
|
144752
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
144602
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
144753
144603
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
144754
144604
|
external_type_display_name?: string | undefined;
|
|
144755
144605
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -144931,7 +144781,7 @@ type Routes = {
|
|
|
144931
144781
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
144932
144782
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
144933
144783
|
/** 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`. */
|
|
144934
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
144784
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
144935
144785
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
144936
144786
|
external_type_display_name?: string | undefined;
|
|
144937
144787
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -145061,7 +144911,7 @@ type Routes = {
|
|
|
145061
144911
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
145062
144912
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
145063
144913
|
/** 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`. */
|
|
145064
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
144914
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
145065
144915
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
145066
144916
|
external_type_display_name?: string | undefined;
|
|
145067
144917
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -145879,7 +145729,7 @@ type Routes = {
|
|
|
145879
145729
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
145880
145730
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
145881
145731
|
/** 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`. */
|
|
145882
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
145732
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
145883
145733
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
145884
145734
|
external_type_display_name?: string | undefined;
|
|
145885
145735
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -146009,7 +145859,7 @@ type Routes = {
|
|
|
146009
145859
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
146010
145860
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
146011
145861
|
/** 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`. */
|
|
146012
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
145862
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
146013
145863
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
146014
145864
|
external_type_display_name?: string | undefined;
|
|
146015
145865
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -146191,7 +146041,7 @@ type Routes = {
|
|
|
146191
146041
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
146192
146042
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
146193
146043
|
/** 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`. */
|
|
146194
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
146044
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
146195
146045
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
146196
146046
|
external_type_display_name?: string | undefined;
|
|
146197
146047
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -146321,7 +146171,7 @@ type Routes = {
|
|
|
146321
146171
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
146322
146172
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
146323
146173
|
/** 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`. */
|
|
146324
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
146174
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
146325
146175
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
146326
146176
|
external_type_display_name?: string | undefined;
|
|
146327
146177
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -147137,7 +146987,7 @@ type Routes = {
|
|
|
147137
146987
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
147138
146988
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
147139
146989
|
/** 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`. */
|
|
147140
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
146990
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
147141
146991
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
147142
146992
|
external_type_display_name?: string | undefined;
|
|
147143
146993
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -147267,7 +147117,7 @@ type Routes = {
|
|
|
147267
147117
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
147268
147118
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
147269
147119
|
/** 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`. */
|
|
147270
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
147120
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
147271
147121
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
147272
147122
|
external_type_display_name?: string | undefined;
|
|
147273
147123
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -147449,7 +147299,7 @@ type Routes = {
|
|
|
147449
147299
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
147450
147300
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
147451
147301
|
/** 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`. */
|
|
147452
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
147302
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
147453
147303
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
147454
147304
|
external_type_display_name?: string | undefined;
|
|
147455
147305
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -147579,7 +147429,7 @@ type Routes = {
|
|
|
147579
147429
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
147580
147430
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
147581
147431
|
/** 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`. */
|
|
147582
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
147432
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
147583
147433
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
147584
147434
|
external_type_display_name?: string | undefined;
|
|
147585
147435
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148397,7 +148247,7 @@ type Routes = {
|
|
|
148397
148247
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
148398
148248
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
148399
148249
|
/** 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`. */
|
|
148400
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
148250
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
148401
148251
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
148402
148252
|
external_type_display_name?: string | undefined;
|
|
148403
148253
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148527,7 +148377,7 @@ type Routes = {
|
|
|
148527
148377
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
148528
148378
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
148529
148379
|
/** 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`. */
|
|
148530
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
148380
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
148531
148381
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
148532
148382
|
external_type_display_name?: string | undefined;
|
|
148533
148383
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148709,7 +148559,7 @@ type Routes = {
|
|
|
148709
148559
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
148710
148560
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
148711
148561
|
/** 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`. */
|
|
148712
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
148562
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
148713
148563
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
148714
148564
|
external_type_display_name?: string | undefined;
|
|
148715
148565
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148839,7 +148689,7 @@ type Routes = {
|
|
|
148839
148689
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
148840
148690
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
148841
148691
|
/** 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`. */
|
|
148842
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
148692
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
148843
148693
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
148844
148694
|
external_type_display_name?: string | undefined;
|
|
148845
148695
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -149486,7 +149336,6 @@ type Routes = {
|
|
|
149486
149336
|
queryParams: {};
|
|
149487
149337
|
jsonBody: {};
|
|
149488
149338
|
commonParams: {
|
|
149489
|
-
customer_ids?: string[] | undefined;
|
|
149490
149339
|
/** Customer key for which you want to list devices. */
|
|
149491
149340
|
customer_key?: string | undefined;
|
|
149492
149341
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -152058,7 +151907,7 @@ type Routes = {
|
|
|
152058
151907
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
152059
151908
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
152060
151909
|
/** 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`. */
|
|
152061
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
151910
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
152062
151911
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
152063
151912
|
external_type_display_name?: string | undefined;
|
|
152064
151913
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -152188,7 +152037,7 @@ type Routes = {
|
|
|
152188
152037
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
152189
152038
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
152190
152039
|
/** 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`. */
|
|
152191
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
152040
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
152192
152041
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
152193
152042
|
external_type_display_name?: string | undefined;
|
|
152194
152043
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -152370,7 +152219,7 @@ type Routes = {
|
|
|
152370
152219
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
152371
152220
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
152372
152221
|
/** 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`. */
|
|
152373
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
152222
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
152374
152223
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
152375
152224
|
external_type_display_name?: string | undefined;
|
|
152376
152225
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -152500,7 +152349,7 @@ type Routes = {
|
|
|
152500
152349
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
152501
152350
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
152502
152351
|
/** 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`. */
|
|
152503
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
152352
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
152504
152353
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
152505
152354
|
external_type_display_name?: string | undefined;
|
|
152506
152355
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -153337,7 +153186,7 @@ type Routes = {
|
|
|
153337
153186
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
153338
153187
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
153339
153188
|
/** 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`. */
|
|
153340
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
153189
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
153341
153190
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
153342
153191
|
external_type_display_name?: string | undefined;
|
|
153343
153192
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -153467,7 +153316,7 @@ type Routes = {
|
|
|
153467
153316
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
153468
153317
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
153469
153318
|
/** 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`. */
|
|
153470
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
153319
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
153471
153320
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
153472
153321
|
external_type_display_name?: string | undefined;
|
|
153473
153322
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -153649,7 +153498,7 @@ type Routes = {
|
|
|
153649
153498
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
153650
153499
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
153651
153500
|
/** 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`. */
|
|
153652
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
153501
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
153653
153502
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
153654
153503
|
external_type_display_name?: string | undefined;
|
|
153655
153504
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -153779,7 +153628,7 @@ type Routes = {
|
|
|
153779
153628
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
153780
153629
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
153781
153630
|
/** 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`. */
|
|
153782
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
153631
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
153783
153632
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
153784
153633
|
external_type_display_name?: string | undefined;
|
|
153785
153634
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -154670,7 +154519,7 @@ type Routes = {
|
|
|
154670
154519
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
154671
154520
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
154672
154521
|
/** 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`. */
|
|
154673
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
154522
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
154674
154523
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
154675
154524
|
external_type_display_name?: string | undefined;
|
|
154676
154525
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -154800,7 +154649,7 @@ type Routes = {
|
|
|
154800
154649
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
154801
154650
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
154802
154651
|
/** 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`. */
|
|
154803
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
154652
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
154804
154653
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
154805
154654
|
external_type_display_name?: string | undefined;
|
|
154806
154655
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -154982,7 +154831,7 @@ type Routes = {
|
|
|
154982
154831
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
154983
154832
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
154984
154833
|
/** 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`. */
|
|
154985
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
154834
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
154986
154835
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
154987
154836
|
external_type_display_name?: string | undefined;
|
|
154988
154837
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -155112,7 +154961,7 @@ type Routes = {
|
|
|
155112
154961
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
155113
154962
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
155114
154963
|
/** 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`. */
|
|
155115
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
154964
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
155116
154965
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
155117
154966
|
external_type_display_name?: string | undefined;
|
|
155118
154967
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158533,7 +158382,7 @@ type Routes = {
|
|
|
158533
158382
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
158534
158383
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
158535
158384
|
/** 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`. */
|
|
158536
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
158385
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
158537
158386
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158538
158387
|
external_type_display_name?: string | undefined;
|
|
158539
158388
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158699,7 +158548,7 @@ type Routes = {
|
|
|
158699
158548
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
158700
158549
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
158701
158550
|
/** 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`. */
|
|
158702
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
158551
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
158703
158552
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158704
158553
|
external_type_display_name?: string | undefined;
|
|
158705
158554
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -160949,7 +160798,7 @@ type Routes = {
|
|
|
160949
160798
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
160950
160799
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
160951
160800
|
/** 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`. */
|
|
160952
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
160801
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
160953
160802
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
160954
160803
|
external_type_display_name?: string | undefined;
|
|
160955
160804
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -161079,7 +160928,7 @@ type Routes = {
|
|
|
161079
160928
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
161080
160929
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
161081
160930
|
/** 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`. */
|
|
161082
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
160931
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
161083
160932
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
161084
160933
|
external_type_display_name?: string | undefined;
|
|
161085
160934
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -161261,7 +161110,7 @@ type Routes = {
|
|
|
161261
161110
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
161262
161111
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
161263
161112
|
/** 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`. */
|
|
161264
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
161113
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
161265
161114
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
161266
161115
|
external_type_display_name?: string | undefined;
|
|
161267
161116
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -161391,7 +161240,7 @@ type Routes = {
|
|
|
161391
161240
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
161392
161241
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
161393
161242
|
/** 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`. */
|
|
161394
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
161243
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
161395
161244
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
161396
161245
|
external_type_display_name?: string | undefined;
|
|
161397
161246
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -162213,7 +162062,7 @@ type Routes = {
|
|
|
162213
162062
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
162214
162063
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
162215
162064
|
/** 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`. */
|
|
162216
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
162065
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
162217
162066
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
162218
162067
|
external_type_display_name?: string | undefined;
|
|
162219
162068
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -162343,7 +162192,7 @@ type Routes = {
|
|
|
162343
162192
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
162344
162193
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
162345
162194
|
/** 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`. */
|
|
162346
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
162195
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
162347
162196
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
162348
162197
|
external_type_display_name?: string | undefined;
|
|
162349
162198
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -162525,7 +162374,7 @@ type Routes = {
|
|
|
162525
162374
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
162526
162375
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
162527
162376
|
/** 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`. */
|
|
162528
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
162377
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
162529
162378
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
162530
162379
|
external_type_display_name?: string | undefined;
|
|
162531
162380
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -162655,7 +162504,7 @@ type Routes = {
|
|
|
162655
162504
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
162656
162505
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
162657
162506
|
/** 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`. */
|
|
162658
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
162507
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
162659
162508
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
162660
162509
|
external_type_display_name?: string | undefined;
|
|
162661
162510
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -163580,7 +163429,7 @@ type Routes = {
|
|
|
163580
163429
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
163581
163430
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
163582
163431
|
/** 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`. */
|
|
163583
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
163432
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
163584
163433
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
163585
163434
|
external_type_display_name?: string | undefined;
|
|
163586
163435
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -163710,7 +163559,7 @@ type Routes = {
|
|
|
163710
163559
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
163711
163560
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
163712
163561
|
/** 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`. */
|
|
163713
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
163562
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
163714
163563
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
163715
163564
|
external_type_display_name?: string | undefined;
|
|
163716
163565
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -163892,7 +163741,7 @@ type Routes = {
|
|
|
163892
163741
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
163893
163742
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
163894
163743
|
/** 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`. */
|
|
163895
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
163744
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
163896
163745
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
163897
163746
|
external_type_display_name?: string | undefined;
|
|
163898
163747
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -164022,7 +163871,7 @@ type Routes = {
|
|
|
164022
163871
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
164023
163872
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
164024
163873
|
/** 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`. */
|
|
164025
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
163874
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
164026
163875
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
164027
163876
|
external_type_display_name?: string | undefined;
|
|
164028
163877
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -166043,7 +165892,7 @@ type Routes = {
|
|
|
166043
165892
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
166044
165893
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
166045
165894
|
/** 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`. */
|
|
166046
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
165895
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
166047
165896
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
166048
165897
|
external_type_display_name?: string | undefined;
|
|
166049
165898
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -166173,7 +166022,7 @@ type Routes = {
|
|
|
166173
166022
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
166174
166023
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
166175
166024
|
/** 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`. */
|
|
166176
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
166025
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
166177
166026
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
166178
166027
|
external_type_display_name?: string | undefined;
|
|
166179
166028
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -166355,7 +166204,7 @@ type Routes = {
|
|
|
166355
166204
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
166356
166205
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
166357
166206
|
/** 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`. */
|
|
166358
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
166207
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
166359
166208
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
166360
166209
|
external_type_display_name?: string | undefined;
|
|
166361
166210
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -166485,7 +166334,7 @@ type Routes = {
|
|
|
166485
166334
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
166486
166335
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
166487
166336
|
/** 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`. */
|
|
166488
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
166337
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
166489
166338
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
166490
166339
|
external_type_display_name?: string | undefined;
|
|
166491
166340
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -167311,7 +167160,7 @@ type Routes = {
|
|
|
167311
167160
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
167312
167161
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
167313
167162
|
/** 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`. */
|
|
167314
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
167163
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
167315
167164
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
167316
167165
|
external_type_display_name?: string | undefined;
|
|
167317
167166
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -167441,7 +167290,7 @@ type Routes = {
|
|
|
167441
167290
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
167442
167291
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
167443
167292
|
/** 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`. */
|
|
167444
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
167293
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
167445
167294
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
167446
167295
|
external_type_display_name?: string | undefined;
|
|
167447
167296
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -167623,7 +167472,7 @@ type Routes = {
|
|
|
167623
167472
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
167624
167473
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
167625
167474
|
/** 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`. */
|
|
167626
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
167475
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
167627
167476
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
167628
167477
|
external_type_display_name?: string | undefined;
|
|
167629
167478
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -167753,7 +167602,7 @@ type Routes = {
|
|
|
167753
167602
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
167754
167603
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
167755
167604
|
/** 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`. */
|
|
167756
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
167605
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
167757
167606
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
167758
167607
|
external_type_display_name?: string | undefined;
|
|
167759
167608
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -168400,7 +168249,6 @@ type Routes = {
|
|
|
168400
168249
|
queryParams: {};
|
|
168401
168250
|
jsonBody: {};
|
|
168402
168251
|
commonParams: {
|
|
168403
|
-
customer_ids?: string[] | undefined;
|
|
168404
168252
|
/** Customer key for which you want to list devices. */
|
|
168405
168253
|
customer_key?: string | undefined;
|
|
168406
168254
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -170962,7 +170810,7 @@ type Routes = {
|
|
|
170962
170810
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
170963
170811
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
170964
170812
|
/** 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`. */
|
|
170965
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
170813
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
170966
170814
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
170967
170815
|
external_type_display_name?: string | undefined;
|
|
170968
170816
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -171092,7 +170940,7 @@ type Routes = {
|
|
|
171092
170940
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
171093
170941
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
171094
170942
|
/** 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`. */
|
|
171095
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
170943
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
171096
170944
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
171097
170945
|
external_type_display_name?: string | undefined;
|
|
171098
170946
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -171274,7 +171122,7 @@ type Routes = {
|
|
|
171274
171122
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
171275
171123
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
171276
171124
|
/** 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`. */
|
|
171277
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
171125
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
171278
171126
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
171279
171127
|
external_type_display_name?: string | undefined;
|
|
171280
171128
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -171404,7 +171252,7 @@ type Routes = {
|
|
|
171404
171252
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
171405
171253
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
171406
171254
|
/** 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`. */
|
|
171407
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
171255
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
171408
171256
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
171409
171257
|
external_type_display_name?: string | undefined;
|
|
171410
171258
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -172419,7 +172267,7 @@ type Routes = {
|
|
|
172419
172267
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
172420
172268
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
172421
172269
|
/** 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`. */
|
|
172422
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
172270
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
172423
172271
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
172424
172272
|
external_type_display_name?: string | undefined;
|
|
172425
172273
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -172549,7 +172397,7 @@ type Routes = {
|
|
|
172549
172397
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
172550
172398
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
172551
172399
|
/** 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`. */
|
|
172552
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
172400
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
172553
172401
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
172554
172402
|
external_type_display_name?: string | undefined;
|
|
172555
172403
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -172731,7 +172579,7 @@ type Routes = {
|
|
|
172731
172579
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
172732
172580
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
172733
172581
|
/** 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`. */
|
|
172734
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
172582
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
172735
172583
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
172736
172584
|
external_type_display_name?: string | undefined;
|
|
172737
172585
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -172861,7 +172709,7 @@ type Routes = {
|
|
|
172861
172709
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
172862
172710
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
172863
172711
|
/** 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`. */
|
|
172864
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
172712
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
172865
172713
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
172866
172714
|
external_type_display_name?: string | undefined;
|
|
172867
172715
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -173710,7 +173558,7 @@ type Routes = {
|
|
|
173710
173558
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
173711
173559
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
173712
173560
|
/** 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`. */
|
|
173713
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
173561
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
173714
173562
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
173715
173563
|
external_type_display_name?: string | undefined;
|
|
173716
173564
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -173840,7 +173688,7 @@ type Routes = {
|
|
|
173840
173688
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
173841
173689
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
173842
173690
|
/** 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`. */
|
|
173843
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
173691
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
173844
173692
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
173845
173693
|
external_type_display_name?: string | undefined;
|
|
173846
173694
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -174022,7 +173870,7 @@ type Routes = {
|
|
|
174022
173870
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
174023
173871
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
174024
173872
|
/** 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`. */
|
|
174025
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
173873
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
174026
173874
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
174027
173875
|
external_type_display_name?: string | undefined;
|
|
174028
173876
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -174152,7 +174000,7 @@ type Routes = {
|
|
|
174152
174000
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
174153
174001
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
174154
174002
|
/** 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`. */
|
|
174155
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
174003
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
174156
174004
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
174157
174005
|
external_type_display_name?: string | undefined;
|
|
174158
174006
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -175109,7 +174957,7 @@ type Routes = {
|
|
|
175109
174957
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
175110
174958
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
175111
174959
|
/** 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`. */
|
|
175112
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
174960
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
175113
174961
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
175114
174962
|
external_type_display_name?: string | undefined;
|
|
175115
174963
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -175239,7 +175087,7 @@ type Routes = {
|
|
|
175239
175087
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
175240
175088
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
175241
175089
|
/** 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`. */
|
|
175242
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
175090
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
175243
175091
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
175244
175092
|
external_type_display_name?: string | undefined;
|
|
175245
175093
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -175421,7 +175269,7 @@ type Routes = {
|
|
|
175421
175269
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
175422
175270
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
175423
175271
|
/** 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`. */
|
|
175424
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
175272
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
175425
175273
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
175426
175274
|
external_type_display_name?: string | undefined;
|
|
175427
175275
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -175551,7 +175399,7 @@ type Routes = {
|
|
|
175551
175399
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
175552
175400
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
175553
175401
|
/** 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`. */
|
|
175554
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
175402
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
175555
175403
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
175556
175404
|
external_type_display_name?: string | undefined;
|
|
175557
175405
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -181515,7 +181363,7 @@ type Routes = {
|
|
|
181515
181363
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
181516
181364
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
181517
181365
|
/** 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`. */
|
|
181518
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
181366
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
181519
181367
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
181520
181368
|
external_type_display_name?: string | undefined;
|
|
181521
181369
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -181646,7 +181494,7 @@ type Routes = {
|
|
|
181646
181494
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
181647
181495
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
181648
181496
|
/** 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`. */
|
|
181649
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
181497
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
181650
181498
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
181651
181499
|
external_type_display_name?: string | undefined;
|
|
181652
181500
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -181907,7 +181755,7 @@ type Routes = {
|
|
|
181907
181755
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
181908
181756
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
181909
181757
|
/** 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`. */
|
|
181910
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
181758
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
181911
181759
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
181912
181760
|
external_type_display_name?: string | undefined;
|
|
181913
181761
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -182037,7 +181885,7 @@ type Routes = {
|
|
|
182037
181885
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
182038
181886
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
182039
181887
|
/** 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`. */
|
|
182040
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
181888
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
182041
181889
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
182042
181890
|
external_type_display_name?: string | undefined;
|
|
182043
181891
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -182219,7 +182067,7 @@ type Routes = {
|
|
|
182219
182067
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
182220
182068
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
182221
182069
|
/** 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`. */
|
|
182222
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
182070
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
182223
182071
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
182224
182072
|
external_type_display_name?: string | undefined;
|
|
182225
182073
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -182349,7 +182197,7 @@ type Routes = {
|
|
|
182349
182197
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
182350
182198
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
182351
182199
|
/** 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`. */
|
|
182352
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
182200
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
182353
182201
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
182354
182202
|
external_type_display_name?: string | undefined;
|
|
182355
182203
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -186937,7 +186785,7 @@ type Routes = {
|
|
|
186937
186785
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
186938
186786
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
186939
186787
|
/** 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`. */
|
|
186940
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
186788
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
186941
186789
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
186942
186790
|
external_type_display_name?: string | undefined;
|
|
186943
186791
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187067,7 +186915,7 @@ type Routes = {
|
|
|
187067
186915
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
187068
186916
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
187069
186917
|
/** 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`. */
|
|
187070
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
186918
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
187071
186919
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
187072
186920
|
external_type_display_name?: string | undefined;
|
|
187073
186921
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187249,7 +187097,7 @@ type Routes = {
|
|
|
187249
187097
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
187250
187098
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
187251
187099
|
/** 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`. */
|
|
187252
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
187100
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
187253
187101
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
187254
187102
|
external_type_display_name?: string | undefined;
|
|
187255
187103
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187379,7 +187227,7 @@ type Routes = {
|
|
|
187379
187227
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
187380
187228
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
187381
187229
|
/** 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`. */
|
|
187382
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
187230
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential') | undefined;
|
|
187383
187231
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
187384
187232
|
external_type_display_name?: string | undefined;
|
|
187385
187233
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|