@seamapi/types 1.815.0 → 1.817.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 +0 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +207 -207
- package/dist/index.cjs +0 -8
- 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 +0 -1
- 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 +42 -42
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +4 -4
- package/lib/seam/connect/models/connected-accounts/connected-account.js +2 -2
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +4 -4
- package/lib/seam/connect/models/devices/device.js +2 -2
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +0 -7
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +135 -135
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +0 -1
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +4 -4
- package/src/lib/seam/connect/models/devices/device.ts +4 -4
- package/src/lib/seam/connect/openapi.ts +0 -7
- package/src/lib/seam/connect/route-types.ts +0 -135
package/dist/connect.d.cts
CHANGED
|
@@ -5676,7 +5676,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5676
5676
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
5677
5677
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5678
5678
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
5679
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
5679
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
5680
5680
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
5681
5681
|
created_at: z.ZodString;
|
|
5682
5682
|
workspace_id: z.ZodString;
|
|
@@ -5890,7 +5890,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5890
5890
|
issued_at?: string | null | undefined;
|
|
5891
5891
|
is_issued?: boolean | undefined;
|
|
5892
5892
|
acs_user_id?: string | undefined;
|
|
5893
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
5893
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
5894
5894
|
external_type_display_name?: string | undefined;
|
|
5895
5895
|
acs_credential_pool_id?: string | undefined;
|
|
5896
5896
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -5962,7 +5962,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5962
5962
|
issued_at?: string | null | undefined;
|
|
5963
5963
|
is_issued?: boolean | undefined;
|
|
5964
5964
|
acs_user_id?: string | undefined;
|
|
5965
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
5965
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
5966
5966
|
external_type_display_name?: string | undefined;
|
|
5967
5967
|
acs_credential_pool_id?: string | undefined;
|
|
5968
5968
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -5986,7 +5986,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
5986
5986
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
5987
5987
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5988
5988
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
5989
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
5989
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
5990
5990
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
5991
5991
|
created_at: z.ZodString;
|
|
5992
5992
|
workspace_id: z.ZodString;
|
|
@@ -6200,7 +6200,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
6200
6200
|
issued_at?: string | null | undefined;
|
|
6201
6201
|
is_issued?: boolean | undefined;
|
|
6202
6202
|
acs_user_id?: string | undefined;
|
|
6203
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
6203
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
6204
6204
|
external_type_display_name?: string | undefined;
|
|
6205
6205
|
acs_credential_pool_id?: string | undefined;
|
|
6206
6206
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -6272,7 +6272,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
6272
6272
|
issued_at?: string | null | undefined;
|
|
6273
6273
|
is_issued?: boolean | undefined;
|
|
6274
6274
|
acs_user_id?: string | undefined;
|
|
6275
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
6275
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
6276
6276
|
external_type_display_name?: string | undefined;
|
|
6277
6277
|
acs_credential_pool_id?: string | undefined;
|
|
6278
6278
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8645,7 +8645,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8645
8645
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
8646
8646
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8647
8647
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
8648
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
8648
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
8649
8649
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
8650
8650
|
created_at: z.ZodString;
|
|
8651
8651
|
workspace_id: z.ZodString;
|
|
@@ -8859,7 +8859,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8859
8859
|
issued_at?: string | null | undefined;
|
|
8860
8860
|
is_issued?: boolean | undefined;
|
|
8861
8861
|
acs_user_id?: string | undefined;
|
|
8862
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
8862
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8863
8863
|
external_type_display_name?: string | undefined;
|
|
8864
8864
|
acs_credential_pool_id?: string | undefined;
|
|
8865
8865
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8931,7 +8931,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8931
8931
|
issued_at?: string | null | undefined;
|
|
8932
8932
|
is_issued?: boolean | undefined;
|
|
8933
8933
|
acs_user_id?: string | undefined;
|
|
8934
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
8934
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8935
8935
|
external_type_display_name?: string | undefined;
|
|
8936
8936
|
acs_credential_pool_id?: string | undefined;
|
|
8937
8937
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8954,7 +8954,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8954
8954
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
8955
8955
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8956
8956
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
8957
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
8957
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
8958
8958
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
8959
8959
|
created_at: z.ZodString;
|
|
8960
8960
|
workspace_id: z.ZodString;
|
|
@@ -9168,7 +9168,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9168
9168
|
issued_at?: string | null | undefined;
|
|
9169
9169
|
is_issued?: boolean | undefined;
|
|
9170
9170
|
acs_user_id?: string | undefined;
|
|
9171
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9171
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9172
9172
|
external_type_display_name?: string | undefined;
|
|
9173
9173
|
acs_credential_pool_id?: string | undefined;
|
|
9174
9174
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9240,7 +9240,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9240
9240
|
issued_at?: string | null | undefined;
|
|
9241
9241
|
is_issued?: boolean | undefined;
|
|
9242
9242
|
acs_user_id?: string | undefined;
|
|
9243
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9243
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9244
9244
|
external_type_display_name?: string | undefined;
|
|
9245
9245
|
acs_credential_pool_id?: string | undefined;
|
|
9246
9246
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9349,7 +9349,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9349
9349
|
issued_at?: string | null | undefined;
|
|
9350
9350
|
is_issued?: boolean | undefined;
|
|
9351
9351
|
acs_user_id?: string | undefined;
|
|
9352
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9352
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9353
9353
|
external_type_display_name?: string | undefined;
|
|
9354
9354
|
acs_credential_pool_id?: string | undefined;
|
|
9355
9355
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9421,7 +9421,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9421
9421
|
issued_at?: string | null | undefined;
|
|
9422
9422
|
is_issued?: boolean | undefined;
|
|
9423
9423
|
acs_user_id?: string | undefined;
|
|
9424
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9424
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9425
9425
|
external_type_display_name?: string | undefined;
|
|
9426
9426
|
acs_credential_pool_id?: string | undefined;
|
|
9427
9427
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9520,7 +9520,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9520
9520
|
issued_at?: string | null | undefined;
|
|
9521
9521
|
is_issued?: boolean | undefined;
|
|
9522
9522
|
acs_user_id?: string | undefined;
|
|
9523
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9523
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9524
9524
|
external_type_display_name?: string | undefined;
|
|
9525
9525
|
acs_credential_pool_id?: string | undefined;
|
|
9526
9526
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9592,7 +9592,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9592
9592
|
issued_at?: string | null | undefined;
|
|
9593
9593
|
is_issued?: boolean | undefined;
|
|
9594
9594
|
acs_user_id?: string | undefined;
|
|
9595
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9595
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9596
9596
|
external_type_display_name?: string | undefined;
|
|
9597
9597
|
acs_credential_pool_id?: string | undefined;
|
|
9598
9598
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9696,7 +9696,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9696
9696
|
issued_at?: string | null | undefined;
|
|
9697
9697
|
is_issued?: boolean | undefined;
|
|
9698
9698
|
acs_user_id?: string | undefined;
|
|
9699
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9699
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9700
9700
|
external_type_display_name?: string | undefined;
|
|
9701
9701
|
acs_credential_pool_id?: string | undefined;
|
|
9702
9702
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9768,7 +9768,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9768
9768
|
issued_at?: string | null | undefined;
|
|
9769
9769
|
is_issued?: boolean | undefined;
|
|
9770
9770
|
acs_user_id?: string | undefined;
|
|
9771
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9771
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9772
9772
|
external_type_display_name?: string | undefined;
|
|
9773
9773
|
acs_credential_pool_id?: string | undefined;
|
|
9774
9774
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9873,7 +9873,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9873
9873
|
issued_at?: string | null | undefined;
|
|
9874
9874
|
is_issued?: boolean | undefined;
|
|
9875
9875
|
acs_user_id?: string | undefined;
|
|
9876
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9876
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9877
9877
|
external_type_display_name?: string | undefined;
|
|
9878
9878
|
acs_credential_pool_id?: string | undefined;
|
|
9879
9879
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9945,7 +9945,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9945
9945
|
issued_at?: string | null | undefined;
|
|
9946
9946
|
is_issued?: boolean | undefined;
|
|
9947
9947
|
acs_user_id?: string | undefined;
|
|
9948
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9948
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9949
9949
|
external_type_display_name?: string | undefined;
|
|
9950
9950
|
acs_credential_pool_id?: string | undefined;
|
|
9951
9951
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10108,7 +10108,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10108
10108
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
10109
10109
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10110
10110
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
10111
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
10111
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
10112
10112
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
10113
10113
|
created_at: z.ZodString;
|
|
10114
10114
|
workspace_id: z.ZodString;
|
|
@@ -10322,7 +10322,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10322
10322
|
issued_at?: string | null | undefined;
|
|
10323
10323
|
is_issued?: boolean | undefined;
|
|
10324
10324
|
acs_user_id?: string | undefined;
|
|
10325
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
10325
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10326
10326
|
external_type_display_name?: string | undefined;
|
|
10327
10327
|
acs_credential_pool_id?: string | undefined;
|
|
10328
10328
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10394,7 +10394,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10394
10394
|
issued_at?: string | null | undefined;
|
|
10395
10395
|
is_issued?: boolean | undefined;
|
|
10396
10396
|
acs_user_id?: string | undefined;
|
|
10397
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
10397
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10398
10398
|
external_type_display_name?: string | undefined;
|
|
10399
10399
|
acs_credential_pool_id?: string | undefined;
|
|
10400
10400
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10417,7 +10417,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10417
10417
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
10418
10418
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10419
10419
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
10420
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
10420
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
10421
10421
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
10422
10422
|
created_at: z.ZodString;
|
|
10423
10423
|
workspace_id: z.ZodString;
|
|
@@ -10631,7 +10631,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10631
10631
|
issued_at?: string | null | undefined;
|
|
10632
10632
|
is_issued?: boolean | undefined;
|
|
10633
10633
|
acs_user_id?: string | undefined;
|
|
10634
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
10634
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10635
10635
|
external_type_display_name?: string | undefined;
|
|
10636
10636
|
acs_credential_pool_id?: string | undefined;
|
|
10637
10637
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10703,7 +10703,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10703
10703
|
issued_at?: string | null | undefined;
|
|
10704
10704
|
is_issued?: boolean | undefined;
|
|
10705
10705
|
acs_user_id?: string | undefined;
|
|
10706
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
10706
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10707
10707
|
external_type_display_name?: string | undefined;
|
|
10708
10708
|
acs_credential_pool_id?: string | undefined;
|
|
10709
10709
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10780,7 +10780,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10780
10780
|
issued_at?: string | null | undefined;
|
|
10781
10781
|
is_issued?: boolean | undefined;
|
|
10782
10782
|
acs_user_id?: string | undefined;
|
|
10783
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
10783
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10784
10784
|
external_type_display_name?: string | undefined;
|
|
10785
10785
|
acs_credential_pool_id?: string | undefined;
|
|
10786
10786
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10852,7 +10852,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10852
10852
|
issued_at?: string | null | undefined;
|
|
10853
10853
|
is_issued?: boolean | undefined;
|
|
10854
10854
|
acs_user_id?: string | undefined;
|
|
10855
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
10855
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10856
10856
|
external_type_display_name?: string | undefined;
|
|
10857
10857
|
acs_credential_pool_id?: string | undefined;
|
|
10858
10858
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10930,7 +10930,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10930
10930
|
issued_at?: string | null | undefined;
|
|
10931
10931
|
is_issued?: boolean | undefined;
|
|
10932
10932
|
acs_user_id?: string | undefined;
|
|
10933
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
10933
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10934
10934
|
external_type_display_name?: string | undefined;
|
|
10935
10935
|
acs_credential_pool_id?: string | undefined;
|
|
10936
10936
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -11002,7 +11002,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
11002
11002
|
issued_at?: string | null | undefined;
|
|
11003
11003
|
is_issued?: boolean | undefined;
|
|
11004
11004
|
acs_user_id?: string | undefined;
|
|
11005
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
11005
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
11006
11006
|
external_type_display_name?: string | undefined;
|
|
11007
11007
|
acs_credential_pool_id?: string | undefined;
|
|
11008
11008
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19393,7 +19393,7 @@ declare const batch: z.ZodObject<{
|
|
|
19393
19393
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
19394
19394
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19395
19395
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
19396
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
19396
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
19397
19397
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
19398
19398
|
created_at: z.ZodString;
|
|
19399
19399
|
workspace_id: z.ZodString;
|
|
@@ -19607,7 +19607,7 @@ declare const batch: z.ZodObject<{
|
|
|
19607
19607
|
issued_at?: string | null | undefined;
|
|
19608
19608
|
is_issued?: boolean | undefined;
|
|
19609
19609
|
acs_user_id?: string | undefined;
|
|
19610
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
19610
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
19611
19611
|
external_type_display_name?: string | undefined;
|
|
19612
19612
|
acs_credential_pool_id?: string | undefined;
|
|
19613
19613
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19679,7 +19679,7 @@ declare const batch: z.ZodObject<{
|
|
|
19679
19679
|
issued_at?: string | null | undefined;
|
|
19680
19680
|
is_issued?: boolean | undefined;
|
|
19681
19681
|
acs_user_id?: string | undefined;
|
|
19682
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
19682
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
19683
19683
|
external_type_display_name?: string | undefined;
|
|
19684
19684
|
acs_credential_pool_id?: string | undefined;
|
|
19685
19685
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19703,7 +19703,7 @@ declare const batch: z.ZodObject<{
|
|
|
19703
19703
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
19704
19704
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19705
19705
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
19706
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
19706
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
19707
19707
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
19708
19708
|
created_at: z.ZodString;
|
|
19709
19709
|
workspace_id: z.ZodString;
|
|
@@ -19917,7 +19917,7 @@ declare const batch: z.ZodObject<{
|
|
|
19917
19917
|
issued_at?: string | null | undefined;
|
|
19918
19918
|
is_issued?: boolean | undefined;
|
|
19919
19919
|
acs_user_id?: string | undefined;
|
|
19920
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
19920
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
19921
19921
|
external_type_display_name?: string | undefined;
|
|
19922
19922
|
acs_credential_pool_id?: string | undefined;
|
|
19923
19923
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19989,7 +19989,7 @@ declare const batch: z.ZodObject<{
|
|
|
19989
19989
|
issued_at?: string | null | undefined;
|
|
19990
19990
|
is_issued?: boolean | undefined;
|
|
19991
19991
|
acs_user_id?: string | undefined;
|
|
19992
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
19992
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
19993
19993
|
external_type_display_name?: string | undefined;
|
|
19994
19994
|
acs_credential_pool_id?: string | undefined;
|
|
19995
19995
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20298,7 +20298,7 @@ declare const batch: z.ZodObject<{
|
|
|
20298
20298
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
20299
20299
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20300
20300
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
20301
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
20301
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
20302
20302
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
20303
20303
|
created_at: z.ZodString;
|
|
20304
20304
|
workspace_id: z.ZodString;
|
|
@@ -20512,7 +20512,7 @@ declare const batch: z.ZodObject<{
|
|
|
20512
20512
|
issued_at?: string | null | undefined;
|
|
20513
20513
|
is_issued?: boolean | undefined;
|
|
20514
20514
|
acs_user_id?: string | undefined;
|
|
20515
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
20515
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20516
20516
|
external_type_display_name?: string | undefined;
|
|
20517
20517
|
acs_credential_pool_id?: string | undefined;
|
|
20518
20518
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20584,7 +20584,7 @@ declare const batch: z.ZodObject<{
|
|
|
20584
20584
|
issued_at?: string | null | undefined;
|
|
20585
20585
|
is_issued?: boolean | undefined;
|
|
20586
20586
|
acs_user_id?: string | undefined;
|
|
20587
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
20587
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20588
20588
|
external_type_display_name?: string | undefined;
|
|
20589
20589
|
acs_credential_pool_id?: string | undefined;
|
|
20590
20590
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20607,7 +20607,7 @@ declare const batch: z.ZodObject<{
|
|
|
20607
20607
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
20608
20608
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20609
20609
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
20610
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
20610
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
20611
20611
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
20612
20612
|
created_at: z.ZodString;
|
|
20613
20613
|
workspace_id: z.ZodString;
|
|
@@ -20821,7 +20821,7 @@ declare const batch: z.ZodObject<{
|
|
|
20821
20821
|
issued_at?: string | null | undefined;
|
|
20822
20822
|
is_issued?: boolean | undefined;
|
|
20823
20823
|
acs_user_id?: string | undefined;
|
|
20824
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
20824
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20825
20825
|
external_type_display_name?: string | undefined;
|
|
20826
20826
|
acs_credential_pool_id?: string | undefined;
|
|
20827
20827
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20893,7 +20893,7 @@ declare const batch: z.ZodObject<{
|
|
|
20893
20893
|
issued_at?: string | null | undefined;
|
|
20894
20894
|
is_issued?: boolean | undefined;
|
|
20895
20895
|
acs_user_id?: string | undefined;
|
|
20896
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
20896
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20897
20897
|
external_type_display_name?: string | undefined;
|
|
20898
20898
|
acs_credential_pool_id?: string | undefined;
|
|
20899
20899
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21002,7 +21002,7 @@ declare const batch: z.ZodObject<{
|
|
|
21002
21002
|
issued_at?: string | null | undefined;
|
|
21003
21003
|
is_issued?: boolean | undefined;
|
|
21004
21004
|
acs_user_id?: string | undefined;
|
|
21005
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21005
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21006
21006
|
external_type_display_name?: string | undefined;
|
|
21007
21007
|
acs_credential_pool_id?: string | undefined;
|
|
21008
21008
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21074,7 +21074,7 @@ declare const batch: z.ZodObject<{
|
|
|
21074
21074
|
issued_at?: string | null | undefined;
|
|
21075
21075
|
is_issued?: boolean | undefined;
|
|
21076
21076
|
acs_user_id?: string | undefined;
|
|
21077
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21077
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21078
21078
|
external_type_display_name?: string | undefined;
|
|
21079
21079
|
acs_credential_pool_id?: string | undefined;
|
|
21080
21080
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21173,7 +21173,7 @@ declare const batch: z.ZodObject<{
|
|
|
21173
21173
|
issued_at?: string | null | undefined;
|
|
21174
21174
|
is_issued?: boolean | undefined;
|
|
21175
21175
|
acs_user_id?: string | undefined;
|
|
21176
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21176
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21177
21177
|
external_type_display_name?: string | undefined;
|
|
21178
21178
|
acs_credential_pool_id?: string | undefined;
|
|
21179
21179
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21245,7 +21245,7 @@ declare const batch: z.ZodObject<{
|
|
|
21245
21245
|
issued_at?: string | null | undefined;
|
|
21246
21246
|
is_issued?: boolean | undefined;
|
|
21247
21247
|
acs_user_id?: string | undefined;
|
|
21248
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21248
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21249
21249
|
external_type_display_name?: string | undefined;
|
|
21250
21250
|
acs_credential_pool_id?: string | undefined;
|
|
21251
21251
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21349,7 +21349,7 @@ declare const batch: z.ZodObject<{
|
|
|
21349
21349
|
issued_at?: string | null | undefined;
|
|
21350
21350
|
is_issued?: boolean | undefined;
|
|
21351
21351
|
acs_user_id?: string | undefined;
|
|
21352
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21352
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21353
21353
|
external_type_display_name?: string | undefined;
|
|
21354
21354
|
acs_credential_pool_id?: string | undefined;
|
|
21355
21355
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21421,7 +21421,7 @@ declare const batch: z.ZodObject<{
|
|
|
21421
21421
|
issued_at?: string | null | undefined;
|
|
21422
21422
|
is_issued?: boolean | undefined;
|
|
21423
21423
|
acs_user_id?: string | undefined;
|
|
21424
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21424
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21425
21425
|
external_type_display_name?: string | undefined;
|
|
21426
21426
|
acs_credential_pool_id?: string | undefined;
|
|
21427
21427
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21526,7 +21526,7 @@ declare const batch: z.ZodObject<{
|
|
|
21526
21526
|
issued_at?: string | null | undefined;
|
|
21527
21527
|
is_issued?: boolean | undefined;
|
|
21528
21528
|
acs_user_id?: string | undefined;
|
|
21529
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21529
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21530
21530
|
external_type_display_name?: string | undefined;
|
|
21531
21531
|
acs_credential_pool_id?: string | undefined;
|
|
21532
21532
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21598,7 +21598,7 @@ declare const batch: z.ZodObject<{
|
|
|
21598
21598
|
issued_at?: string | null | undefined;
|
|
21599
21599
|
is_issued?: boolean | undefined;
|
|
21600
21600
|
acs_user_id?: string | undefined;
|
|
21601
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21601
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21602
21602
|
external_type_display_name?: string | undefined;
|
|
21603
21603
|
acs_credential_pool_id?: string | undefined;
|
|
21604
21604
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21761,7 +21761,7 @@ declare const batch: z.ZodObject<{
|
|
|
21761
21761
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
21762
21762
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
21763
21763
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
21764
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
21764
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
21765
21765
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
21766
21766
|
created_at: z.ZodString;
|
|
21767
21767
|
workspace_id: z.ZodString;
|
|
@@ -21975,7 +21975,7 @@ declare const batch: z.ZodObject<{
|
|
|
21975
21975
|
issued_at?: string | null | undefined;
|
|
21976
21976
|
is_issued?: boolean | undefined;
|
|
21977
21977
|
acs_user_id?: string | undefined;
|
|
21978
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21978
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21979
21979
|
external_type_display_name?: string | undefined;
|
|
21980
21980
|
acs_credential_pool_id?: string | undefined;
|
|
21981
21981
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22047,7 +22047,7 @@ declare const batch: z.ZodObject<{
|
|
|
22047
22047
|
issued_at?: string | null | undefined;
|
|
22048
22048
|
is_issued?: boolean | undefined;
|
|
22049
22049
|
acs_user_id?: string | undefined;
|
|
22050
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22050
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
22051
22051
|
external_type_display_name?: string | undefined;
|
|
22052
22052
|
acs_credential_pool_id?: string | undefined;
|
|
22053
22053
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22070,7 +22070,7 @@ declare const batch: z.ZodObject<{
|
|
|
22070
22070
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
22071
22071
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
22072
22072
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
22073
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
22073
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
22074
22074
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
22075
22075
|
created_at: z.ZodString;
|
|
22076
22076
|
workspace_id: z.ZodString;
|
|
@@ -22284,7 +22284,7 @@ declare const batch: z.ZodObject<{
|
|
|
22284
22284
|
issued_at?: string | null | undefined;
|
|
22285
22285
|
is_issued?: boolean | undefined;
|
|
22286
22286
|
acs_user_id?: string | undefined;
|
|
22287
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22287
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
22288
22288
|
external_type_display_name?: string | undefined;
|
|
22289
22289
|
acs_credential_pool_id?: string | undefined;
|
|
22290
22290
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22356,7 +22356,7 @@ declare const batch: z.ZodObject<{
|
|
|
22356
22356
|
issued_at?: string | null | undefined;
|
|
22357
22357
|
is_issued?: boolean | undefined;
|
|
22358
22358
|
acs_user_id?: string | undefined;
|
|
22359
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22359
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
22360
22360
|
external_type_display_name?: string | undefined;
|
|
22361
22361
|
acs_credential_pool_id?: string | undefined;
|
|
22362
22362
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22433,7 +22433,7 @@ declare const batch: z.ZodObject<{
|
|
|
22433
22433
|
issued_at?: string | null | undefined;
|
|
22434
22434
|
is_issued?: boolean | undefined;
|
|
22435
22435
|
acs_user_id?: string | undefined;
|
|
22436
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22436
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
22437
22437
|
external_type_display_name?: string | undefined;
|
|
22438
22438
|
acs_credential_pool_id?: string | undefined;
|
|
22439
22439
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22505,7 +22505,7 @@ declare const batch: z.ZodObject<{
|
|
|
22505
22505
|
issued_at?: string | null | undefined;
|
|
22506
22506
|
is_issued?: boolean | undefined;
|
|
22507
22507
|
acs_user_id?: string | undefined;
|
|
22508
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22508
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
22509
22509
|
external_type_display_name?: string | undefined;
|
|
22510
22510
|
acs_credential_pool_id?: string | undefined;
|
|
22511
22511
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22583,7 +22583,7 @@ declare const batch: z.ZodObject<{
|
|
|
22583
22583
|
issued_at?: string | null | undefined;
|
|
22584
22584
|
is_issued?: boolean | undefined;
|
|
22585
22585
|
acs_user_id?: string | undefined;
|
|
22586
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22586
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
22587
22587
|
external_type_display_name?: string | undefined;
|
|
22588
22588
|
acs_credential_pool_id?: string | undefined;
|
|
22589
22589
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22655,7 +22655,7 @@ declare const batch: z.ZodObject<{
|
|
|
22655
22655
|
issued_at?: string | null | undefined;
|
|
22656
22656
|
is_issued?: boolean | undefined;
|
|
22657
22657
|
acs_user_id?: string | undefined;
|
|
22658
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22658
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
22659
22659
|
external_type_display_name?: string | undefined;
|
|
22660
22660
|
acs_credential_pool_id?: string | undefined;
|
|
22661
22661
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -39585,7 +39585,7 @@ declare const batch: z.ZodObject<{
|
|
|
39585
39585
|
issued_at?: string | null | undefined;
|
|
39586
39586
|
is_issued?: boolean | undefined;
|
|
39587
39587
|
acs_user_id?: string | undefined;
|
|
39588
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
39588
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
39589
39589
|
external_type_display_name?: string | undefined;
|
|
39590
39590
|
acs_credential_pool_id?: string | undefined;
|
|
39591
39591
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -39658,7 +39658,7 @@ declare const batch: z.ZodObject<{
|
|
|
39658
39658
|
issued_at?: string | null | undefined;
|
|
39659
39659
|
is_issued?: boolean | undefined;
|
|
39660
39660
|
acs_user_id?: string | undefined;
|
|
39661
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
39661
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
39662
39662
|
external_type_display_name?: string | undefined;
|
|
39663
39663
|
acs_credential_pool_id?: string | undefined;
|
|
39664
39664
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -39938,7 +39938,7 @@ declare const batch: z.ZodObject<{
|
|
|
39938
39938
|
issued_at?: string | null | undefined;
|
|
39939
39939
|
is_issued?: boolean | undefined;
|
|
39940
39940
|
acs_user_id?: string | undefined;
|
|
39941
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
39941
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
39942
39942
|
external_type_display_name?: string | undefined;
|
|
39943
39943
|
acs_credential_pool_id?: string | undefined;
|
|
39944
39944
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -40010,7 +40010,7 @@ declare const batch: z.ZodObject<{
|
|
|
40010
40010
|
issued_at?: string | null | undefined;
|
|
40011
40011
|
is_issued?: boolean | undefined;
|
|
40012
40012
|
acs_user_id?: string | undefined;
|
|
40013
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
40013
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
40014
40014
|
external_type_display_name?: string | undefined;
|
|
40015
40015
|
acs_credential_pool_id?: string | undefined;
|
|
40016
40016
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -40221,7 +40221,7 @@ declare const batch: z.ZodObject<{
|
|
|
40221
40221
|
issued_at?: string | null | undefined;
|
|
40222
40222
|
is_issued?: boolean | undefined;
|
|
40223
40223
|
acs_user_id?: string | undefined;
|
|
40224
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
40224
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
40225
40225
|
external_type_display_name?: string | undefined;
|
|
40226
40226
|
acs_credential_pool_id?: string | undefined;
|
|
40227
40227
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -40293,7 +40293,7 @@ declare const batch: z.ZodObject<{
|
|
|
40293
40293
|
issued_at?: string | null | undefined;
|
|
40294
40294
|
is_issued?: boolean | undefined;
|
|
40295
40295
|
acs_user_id?: string | undefined;
|
|
40296
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
40296
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
40297
40297
|
external_type_display_name?: string | undefined;
|
|
40298
40298
|
acs_credential_pool_id?: string | undefined;
|
|
40299
40299
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -44535,7 +44535,7 @@ declare const batch: z.ZodObject<{
|
|
|
44535
44535
|
issued_at?: string | null | undefined;
|
|
44536
44536
|
is_issued?: boolean | undefined;
|
|
44537
44537
|
acs_user_id?: string | undefined;
|
|
44538
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
44538
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
44539
44539
|
external_type_display_name?: string | undefined;
|
|
44540
44540
|
acs_credential_pool_id?: string | undefined;
|
|
44541
44541
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -44608,7 +44608,7 @@ declare const batch: z.ZodObject<{
|
|
|
44608
44608
|
issued_at?: string | null | undefined;
|
|
44609
44609
|
is_issued?: boolean | undefined;
|
|
44610
44610
|
acs_user_id?: string | undefined;
|
|
44611
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
44611
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
44612
44612
|
external_type_display_name?: string | undefined;
|
|
44613
44613
|
acs_credential_pool_id?: string | undefined;
|
|
44614
44614
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -44888,7 +44888,7 @@ declare const batch: z.ZodObject<{
|
|
|
44888
44888
|
issued_at?: string | null | undefined;
|
|
44889
44889
|
is_issued?: boolean | undefined;
|
|
44890
44890
|
acs_user_id?: string | undefined;
|
|
44891
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
44891
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
44892
44892
|
external_type_display_name?: string | undefined;
|
|
44893
44893
|
acs_credential_pool_id?: string | undefined;
|
|
44894
44894
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -44960,7 +44960,7 @@ declare const batch: z.ZodObject<{
|
|
|
44960
44960
|
issued_at?: string | null | undefined;
|
|
44961
44961
|
is_issued?: boolean | undefined;
|
|
44962
44962
|
acs_user_id?: string | undefined;
|
|
44963
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
44963
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
44964
44964
|
external_type_display_name?: string | undefined;
|
|
44965
44965
|
acs_credential_pool_id?: string | undefined;
|
|
44966
44966
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -45171,7 +45171,7 @@ declare const batch: z.ZodObject<{
|
|
|
45171
45171
|
issued_at?: string | null | undefined;
|
|
45172
45172
|
is_issued?: boolean | undefined;
|
|
45173
45173
|
acs_user_id?: string | undefined;
|
|
45174
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
45174
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
45175
45175
|
external_type_display_name?: string | undefined;
|
|
45176
45176
|
acs_credential_pool_id?: string | undefined;
|
|
45177
45177
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -45243,7 +45243,7 @@ declare const batch: z.ZodObject<{
|
|
|
45243
45243
|
issued_at?: string | null | undefined;
|
|
45244
45244
|
is_issued?: boolean | undefined;
|
|
45245
45245
|
acs_user_id?: string | undefined;
|
|
45246
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
45246
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
45247
45247
|
external_type_display_name?: string | undefined;
|
|
45248
45248
|
acs_credential_pool_id?: string | undefined;
|
|
45249
45249
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -138623,7 +138623,7 @@ type Routes = {
|
|
|
138623
138623
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
138624
138624
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
138625
138625
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
138626
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
138626
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
138627
138627
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
138628
138628
|
external_type_display_name?: string | undefined;
|
|
138629
138629
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -138753,7 +138753,7 @@ type Routes = {
|
|
|
138753
138753
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
138754
138754
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
138755
138755
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
138756
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
138756
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
138757
138757
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
138758
138758
|
external_type_display_name?: string | undefined;
|
|
138759
138759
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -138950,7 +138950,7 @@ type Routes = {
|
|
|
138950
138950
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
138951
138951
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
138952
138952
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
138953
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
138953
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
138954
138954
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
138955
138955
|
external_type_display_name?: string | undefined;
|
|
138956
138956
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -139080,7 +139080,7 @@ type Routes = {
|
|
|
139080
139080
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
139081
139081
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
139082
139082
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
139083
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
139083
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
139084
139084
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
139085
139085
|
external_type_display_name?: string | undefined;
|
|
139086
139086
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141207,7 +141207,7 @@ type Routes = {
|
|
|
141207
141207
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
141208
141208
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141209
141209
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141210
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
141210
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
141211
141211
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
141212
141212
|
external_type_display_name?: string | undefined;
|
|
141213
141213
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141337,7 +141337,7 @@ type Routes = {
|
|
|
141337
141337
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
141338
141338
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141339
141339
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141340
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
141340
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
141341
141341
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
141342
141342
|
external_type_display_name?: string | undefined;
|
|
141343
141343
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141534,7 +141534,7 @@ type Routes = {
|
|
|
141534
141534
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
141535
141535
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141536
141536
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141537
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
141537
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
141538
141538
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
141539
141539
|
external_type_display_name?: string | undefined;
|
|
141540
141540
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141664,7 +141664,7 @@ type Routes = {
|
|
|
141664
141664
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
141665
141665
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141666
141666
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141667
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
141667
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
141668
141668
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
141669
141669
|
external_type_display_name?: string | undefined;
|
|
141670
141670
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -145667,7 +145667,7 @@ type Routes = {
|
|
|
145667
145667
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
145668
145668
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
145669
145669
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
145670
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
145670
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
145671
145671
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
145672
145672
|
external_type_display_name?: string | undefined;
|
|
145673
145673
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -145797,7 +145797,7 @@ type Routes = {
|
|
|
145797
145797
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
145798
145798
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
145799
145799
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
145800
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
145800
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
145801
145801
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
145802
145802
|
external_type_display_name?: string | undefined;
|
|
145803
145803
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -145994,7 +145994,7 @@ type Routes = {
|
|
|
145994
145994
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
145995
145995
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
145996
145996
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
145997
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
145997
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
145998
145998
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
145999
145999
|
external_type_display_name?: string | undefined;
|
|
146000
146000
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -146124,7 +146124,7 @@ type Routes = {
|
|
|
146124
146124
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
146125
146125
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
146126
146126
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
146127
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
146127
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
146128
146128
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
146129
146129
|
external_type_display_name?: string | undefined;
|
|
146130
146130
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148125,7 +148125,7 @@ type Routes = {
|
|
|
148125
148125
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
148126
148126
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148127
148127
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
148128
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
148128
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
148129
148129
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
148130
148130
|
external_type_display_name?: string | undefined;
|
|
148131
148131
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148255,7 +148255,7 @@ type Routes = {
|
|
|
148255
148255
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
148256
148256
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148257
148257
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
148258
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
148258
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
148259
148259
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
148260
148260
|
external_type_display_name?: string | undefined;
|
|
148261
148261
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148452,7 +148452,7 @@ type Routes = {
|
|
|
148452
148452
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
148453
148453
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148454
148454
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
148455
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
148455
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
148456
148456
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
148457
148457
|
external_type_display_name?: string | undefined;
|
|
148458
148458
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148582,7 +148582,7 @@ type Routes = {
|
|
|
148582
148582
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
148583
148583
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148584
148584
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
148585
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
148585
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
148586
148586
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
148587
148587
|
external_type_display_name?: string | undefined;
|
|
148588
148588
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -152897,7 +152897,7 @@ type Routes = {
|
|
|
152897
152897
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
152898
152898
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
152899
152899
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
152900
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
152900
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
152901
152901
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
152902
152902
|
external_type_display_name?: string | undefined;
|
|
152903
152903
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -153027,7 +153027,7 @@ type Routes = {
|
|
|
153027
153027
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
153028
153028
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
153029
153029
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
153030
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
153030
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
153031
153031
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
153032
153032
|
external_type_display_name?: string | undefined;
|
|
153033
153033
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -153224,7 +153224,7 @@ type Routes = {
|
|
|
153224
153224
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
153225
153225
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
153226
153226
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
153227
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
153227
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
153228
153228
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
153229
153229
|
external_type_display_name?: string | undefined;
|
|
153230
153230
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -153354,7 +153354,7 @@ type Routes = {
|
|
|
153354
153354
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
153355
153355
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
153356
153356
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
153357
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
153357
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
153358
153358
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
153359
153359
|
external_type_display_name?: string | undefined;
|
|
153360
153360
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -156054,7 +156054,7 @@ type Routes = {
|
|
|
156054
156054
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
156055
156055
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
156056
156056
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
156057
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
156057
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
156058
156058
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
156059
156059
|
external_type_display_name?: string | undefined;
|
|
156060
156060
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -157809,7 +157809,7 @@ type Routes = {
|
|
|
157809
157809
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
157810
157810
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
157811
157811
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
157812
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
157812
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
157813
157813
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
157814
157814
|
external_type_display_name?: string | undefined;
|
|
157815
157815
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158010,7 +158010,7 @@ type Routes = {
|
|
|
158010
158010
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158011
158011
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158012
158012
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
158013
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
158013
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
158014
158014
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158015
158015
|
external_type_display_name?: string | undefined;
|
|
158016
158016
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158168,7 +158168,7 @@ type Routes = {
|
|
|
158168
158168
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158169
158169
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158170
158170
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
158171
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
158171
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
158172
158172
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158173
158173
|
external_type_display_name?: string | undefined;
|
|
158174
158174
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158331,7 +158331,7 @@ type Routes = {
|
|
|
158331
158331
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158332
158332
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158333
158333
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
158334
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
158334
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
158335
158335
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158336
158336
|
external_type_display_name?: string | undefined;
|
|
158337
158337
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158498,7 +158498,7 @@ type Routes = {
|
|
|
158498
158498
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158499
158499
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158500
158500
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
158501
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
158501
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
158502
158502
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158503
158503
|
external_type_display_name?: string | undefined;
|
|
158504
158504
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158806,7 +158806,7 @@ type Routes = {
|
|
|
158806
158806
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158807
158807
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158808
158808
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
158809
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
158809
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
158810
158810
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158811
158811
|
external_type_display_name?: string | undefined;
|
|
158812
158812
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158952,7 +158952,7 @@ type Routes = {
|
|
|
158952
158952
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158953
158953
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158954
158954
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
158955
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
158955
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
158956
158956
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158957
158957
|
external_type_display_name?: string | undefined;
|
|
158958
158958
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159111,7 +159111,7 @@ type Routes = {
|
|
|
159111
159111
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
159112
159112
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159113
159113
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
159114
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
159114
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
159115
159115
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
159116
159116
|
external_type_display_name?: string | undefined;
|
|
159117
159117
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159265,7 +159265,7 @@ type Routes = {
|
|
|
159265
159265
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
159266
159266
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159267
159267
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
159268
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
159268
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
159269
159269
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
159270
159270
|
external_type_display_name?: string | undefined;
|
|
159271
159271
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159555,7 +159555,7 @@ type Routes = {
|
|
|
159555
159555
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
159556
159556
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159557
159557
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
159558
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
159558
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
159559
159559
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
159560
159560
|
external_type_display_name?: string | undefined;
|
|
159561
159561
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159685,7 +159685,7 @@ type Routes = {
|
|
|
159685
159685
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
159686
159686
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159687
159687
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
159688
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
159688
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
159689
159689
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
159690
159690
|
external_type_display_name?: string | undefined;
|
|
159691
159691
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159882,7 +159882,7 @@ type Routes = {
|
|
|
159882
159882
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
159883
159883
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159884
159884
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
159885
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
159885
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
159886
159886
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
159887
159887
|
external_type_display_name?: string | undefined;
|
|
159888
159888
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -160012,7 +160012,7 @@ type Routes = {
|
|
|
160012
160012
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
160013
160013
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
160014
160014
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
160015
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
160015
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
160016
160016
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
160017
160017
|
external_type_display_name?: string | undefined;
|
|
160018
160018
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -161003,7 +161003,7 @@ type Routes = {
|
|
|
161003
161003
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
161004
161004
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
161005
161005
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
161006
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
161006
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
161007
161007
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
161008
161008
|
external_type_display_name?: string | undefined;
|
|
161009
161009
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -161133,7 +161133,7 @@ type Routes = {
|
|
|
161133
161133
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
161134
161134
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
161135
161135
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
161136
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
161136
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
161137
161137
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
161138
161138
|
external_type_display_name?: string | undefined;
|
|
161139
161139
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -161330,7 +161330,7 @@ type Routes = {
|
|
|
161330
161330
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
161331
161331
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
161332
161332
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
161333
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
161333
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
161334
161334
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
161335
161335
|
external_type_display_name?: string | undefined;
|
|
161336
161336
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -161460,7 +161460,7 @@ type Routes = {
|
|
|
161460
161460
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
161461
161461
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
161462
161462
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
161463
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
161463
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
161464
161464
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
161465
161465
|
external_type_display_name?: string | undefined;
|
|
161466
161466
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -162625,7 +162625,7 @@ type Routes = {
|
|
|
162625
162625
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
162626
162626
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
162627
162627
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
162628
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
162628
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
162629
162629
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
162630
162630
|
external_type_display_name?: string | undefined;
|
|
162631
162631
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -162913,7 +162913,7 @@ type Routes = {
|
|
|
162913
162913
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
162914
162914
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
162915
162915
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
162916
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
162916
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
162917
162917
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
162918
162918
|
external_type_display_name?: string | undefined;
|
|
162919
162919
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -163043,7 +163043,7 @@ type Routes = {
|
|
|
163043
163043
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
163044
163044
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
163045
163045
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
163046
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
163046
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
163047
163047
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
163048
163048
|
external_type_display_name?: string | undefined;
|
|
163049
163049
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -163240,7 +163240,7 @@ type Routes = {
|
|
|
163240
163240
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
163241
163241
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
163242
163242
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
163243
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
163243
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
163244
163244
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
163245
163245
|
external_type_display_name?: string | undefined;
|
|
163246
163246
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -163370,7 +163370,7 @@ type Routes = {
|
|
|
163370
163370
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
163371
163371
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
163372
163372
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
163373
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
163373
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
163374
163374
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
163375
163375
|
external_type_display_name?: string | undefined;
|
|
163376
163376
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -166290,7 +166290,7 @@ type Routes = {
|
|
|
166290
166290
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
166291
166291
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
166292
166292
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
166293
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
166293
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
166294
166294
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
166295
166295
|
external_type_display_name?: string | undefined;
|
|
166296
166296
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -166420,7 +166420,7 @@ type Routes = {
|
|
|
166420
166420
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
166421
166421
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
166422
166422
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
166423
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
166423
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
166424
166424
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
166425
166425
|
external_type_display_name?: string | undefined;
|
|
166426
166426
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -166617,7 +166617,7 @@ type Routes = {
|
|
|
166617
166617
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
166618
166618
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
166619
166619
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
166620
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
166620
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
166621
166621
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
166622
166622
|
external_type_display_name?: string | undefined;
|
|
166623
166623
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -166747,7 +166747,7 @@ type Routes = {
|
|
|
166747
166747
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
166748
166748
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
166749
166749
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
166750
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
166750
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
166751
166751
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
166752
166752
|
external_type_display_name?: string | undefined;
|
|
166753
166753
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -167631,7 +167631,7 @@ type Routes = {
|
|
|
167631
167631
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
167632
167632
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
167633
167633
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
167634
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
167634
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
167635
167635
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
167636
167636
|
external_type_display_name?: string | undefined;
|
|
167637
167637
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -167761,7 +167761,7 @@ type Routes = {
|
|
|
167761
167761
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
167762
167762
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
167763
167763
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
167764
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
167764
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
167765
167765
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
167766
167766
|
external_type_display_name?: string | undefined;
|
|
167767
167767
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -167958,7 +167958,7 @@ type Routes = {
|
|
|
167958
167958
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
167959
167959
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
167960
167960
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
167961
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
167961
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
167962
167962
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
167963
167963
|
external_type_display_name?: string | undefined;
|
|
167964
167964
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -168088,7 +168088,7 @@ type Routes = {
|
|
|
168088
168088
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
168089
168089
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
168090
168090
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
168091
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
168091
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
168092
168092
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
168093
168093
|
external_type_display_name?: string | undefined;
|
|
168094
168094
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -180553,7 +180553,7 @@ type Routes = {
|
|
|
180553
180553
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
180554
180554
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
180555
180555
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
180556
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
180556
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
180557
180557
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
180558
180558
|
external_type_display_name?: string | undefined;
|
|
180559
180559
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -180683,7 +180683,7 @@ type Routes = {
|
|
|
180683
180683
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
180684
180684
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
180685
180685
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
180686
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
180686
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
180687
180687
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
180688
180688
|
external_type_display_name?: string | undefined;
|
|
180689
180689
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -180880,7 +180880,7 @@ type Routes = {
|
|
|
180880
180880
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
180881
180881
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
180882
180882
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
180883
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
180883
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
180884
180884
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
180885
180885
|
external_type_display_name?: string | undefined;
|
|
180886
180886
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -181010,7 +181010,7 @@ type Routes = {
|
|
|
181010
181010
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
181011
181011
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
181012
181012
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
181013
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
181013
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
181014
181014
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
181015
181015
|
external_type_display_name?: string | undefined;
|
|
181016
181016
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187260,7 +187260,7 @@ type Routes = {
|
|
|
187260
187260
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
187261
187261
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
187262
187262
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
187263
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
187263
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
187264
187264
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
187265
187265
|
external_type_display_name?: string | undefined;
|
|
187266
187266
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187390,7 +187390,7 @@ type Routes = {
|
|
|
187390
187390
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
187391
187391
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
187392
187392
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
187393
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
187393
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
187394
187394
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
187395
187395
|
external_type_display_name?: string | undefined;
|
|
187396
187396
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187587,7 +187587,7 @@ type Routes = {
|
|
|
187587
187587
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
187588
187588
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
187589
187589
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
187590
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
187590
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
187591
187591
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
187592
187592
|
external_type_display_name?: string | undefined;
|
|
187593
187593
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187717,7 +187717,7 @@ type Routes = {
|
|
|
187717
187717
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
187718
187718
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
187719
187719
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
187720
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
187720
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
187721
187721
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
187722
187722
|
external_type_display_name?: string | undefined;
|
|
187723
187723
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -188602,7 +188602,7 @@ type Routes = {
|
|
|
188602
188602
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
188603
188603
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
188604
188604
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
188605
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
188605
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
188606
188606
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
188607
188607
|
external_type_display_name?: string | undefined;
|
|
188608
188608
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -188732,7 +188732,7 @@ type Routes = {
|
|
|
188732
188732
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
188733
188733
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
188734
188734
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
188735
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
188735
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
188736
188736
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
188737
188737
|
external_type_display_name?: string | undefined;
|
|
188738
188738
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -188929,7 +188929,7 @@ type Routes = {
|
|
|
188929
188929
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
188930
188930
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
188931
188931
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
188932
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
188932
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
188933
188933
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
188934
188934
|
external_type_display_name?: string | undefined;
|
|
188935
188935
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -189059,7 +189059,7 @@ type Routes = {
|
|
|
189059
189059
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
189060
189060
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
189061
189061
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
189062
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
189062
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
189063
189063
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
189064
189064
|
external_type_display_name?: string | undefined;
|
|
189065
189065
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -189942,7 +189942,7 @@ type Routes = {
|
|
|
189942
189942
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
189943
189943
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
189944
189944
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
189945
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
189945
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
189946
189946
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
189947
189947
|
external_type_display_name?: string | undefined;
|
|
189948
189948
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -190072,7 +190072,7 @@ type Routes = {
|
|
|
190072
190072
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
190073
190073
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
190074
190074
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
190075
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
190075
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
190076
190076
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
190077
190077
|
external_type_display_name?: string | undefined;
|
|
190078
190078
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -190269,7 +190269,7 @@ type Routes = {
|
|
|
190269
190269
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
190270
190270
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
190271
190271
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
190272
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
190272
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
190273
190273
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
190274
190274
|
external_type_display_name?: string | undefined;
|
|
190275
190275
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -190399,7 +190399,7 @@ type Routes = {
|
|
|
190399
190399
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
190400
190400
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
190401
190401
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
190402
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
190402
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
190403
190403
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
190404
190404
|
external_type_display_name?: string | undefined;
|
|
190405
190405
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -191284,7 +191284,7 @@ type Routes = {
|
|
|
191284
191284
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
191285
191285
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
191286
191286
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
191287
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
191287
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
191288
191288
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
191289
191289
|
external_type_display_name?: string | undefined;
|
|
191290
191290
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -191414,7 +191414,7 @@ type Routes = {
|
|
|
191414
191414
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
191415
191415
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
191416
191416
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
191417
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
191417
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
191418
191418
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
191419
191419
|
external_type_display_name?: string | undefined;
|
|
191420
191420
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -191611,7 +191611,7 @@ type Routes = {
|
|
|
191611
191611
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
191612
191612
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
191613
191613
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
191614
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
191614
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
191615
191615
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
191616
191616
|
external_type_display_name?: string | undefined;
|
|
191617
191617
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -191741,7 +191741,7 @@ type Routes = {
|
|
|
191741
191741
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
191742
191742
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
191743
191743
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
191744
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
191744
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
191745
191745
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
191746
191746
|
external_type_display_name?: string | undefined;
|
|
191747
191747
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -195335,7 +195335,7 @@ type Routes = {
|
|
|
195335
195335
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
195336
195336
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
195337
195337
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
195338
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
195338
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
195339
195339
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
195340
195340
|
external_type_display_name?: string | undefined;
|
|
195341
195341
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -195465,7 +195465,7 @@ type Routes = {
|
|
|
195465
195465
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
195466
195466
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
195467
195467
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
195468
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
195468
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
195469
195469
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
195470
195470
|
external_type_display_name?: string | undefined;
|
|
195471
195471
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -195662,7 +195662,7 @@ type Routes = {
|
|
|
195662
195662
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
195663
195663
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
195664
195664
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
195665
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
195665
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
195666
195666
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
195667
195667
|
external_type_display_name?: string | undefined;
|
|
195668
195668
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -195792,7 +195792,7 @@ type Routes = {
|
|
|
195792
195792
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
195793
195793
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
195794
195794
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
195795
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
195795
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
195796
195796
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
195797
195797
|
external_type_display_name?: string | undefined;
|
|
195798
195798
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -196696,7 +196696,7 @@ type Routes = {
|
|
|
196696
196696
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
196697
196697
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
196698
196698
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
196699
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
196699
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
196700
196700
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
196701
196701
|
external_type_display_name?: string | undefined;
|
|
196702
196702
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -196826,7 +196826,7 @@ type Routes = {
|
|
|
196826
196826
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
196827
196827
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
196828
196828
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
196829
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
196829
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
196830
196830
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
196831
196831
|
external_type_display_name?: string | undefined;
|
|
196832
196832
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -197023,7 +197023,7 @@ type Routes = {
|
|
|
197023
197023
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
197024
197024
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
197025
197025
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
197026
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
197026
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
197027
197027
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
197028
197028
|
external_type_display_name?: string | undefined;
|
|
197029
197029
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -197153,7 +197153,7 @@ type Routes = {
|
|
|
197153
197153
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
197154
197154
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
197155
197155
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
197156
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
197156
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
197157
197157
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
197158
197158
|
external_type_display_name?: string | undefined;
|
|
197159
197159
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -198113,7 +198113,7 @@ type Routes = {
|
|
|
198113
198113
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
198114
198114
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
198115
198115
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
198116
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
198116
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
198117
198117
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
198118
198118
|
external_type_display_name?: string | undefined;
|
|
198119
198119
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -198243,7 +198243,7 @@ type Routes = {
|
|
|
198243
198243
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
198244
198244
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
198245
198245
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
198246
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
198246
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
198247
198247
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
198248
198248
|
external_type_display_name?: string | undefined;
|
|
198249
198249
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -198440,7 +198440,7 @@ type Routes = {
|
|
|
198440
198440
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
198441
198441
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
198442
198442
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
198443
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
198443
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
198444
198444
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
198445
198445
|
external_type_display_name?: string | undefined;
|
|
198446
198446
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -198570,7 +198570,7 @@ type Routes = {
|
|
|
198570
198570
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
198571
198571
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
198572
198572
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
198573
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
198573
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
198574
198574
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
198575
198575
|
external_type_display_name?: string | undefined;
|
|
198576
198576
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -200501,7 +200501,7 @@ type Routes = {
|
|
|
200501
200501
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
200502
200502
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
200503
200503
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
200504
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
200504
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
200505
200505
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
200506
200506
|
external_type_display_name?: string | undefined;
|
|
200507
200507
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -200631,7 +200631,7 @@ type Routes = {
|
|
|
200631
200631
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
200632
200632
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
200633
200633
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
200634
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
200634
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
200635
200635
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
200636
200636
|
external_type_display_name?: string | undefined;
|
|
200637
200637
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -200828,7 +200828,7 @@ type Routes = {
|
|
|
200828
200828
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
200829
200829
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
200830
200830
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
200831
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
200831
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
200832
200832
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
200833
200833
|
external_type_display_name?: string | undefined;
|
|
200834
200834
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -200958,7 +200958,7 @@ type Routes = {
|
|
|
200958
200958
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
200959
200959
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
200960
200960
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
200961
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
200961
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
200962
200962
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
200963
200963
|
external_type_display_name?: string | undefined;
|
|
200964
200964
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -206627,7 +206627,7 @@ type Routes = {
|
|
|
206627
206627
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
206628
206628
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
206629
206629
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
206630
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
206630
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
206631
206631
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
206632
206632
|
external_type_display_name?: string | undefined;
|
|
206633
206633
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -206794,7 +206794,7 @@ type Routes = {
|
|
|
206794
206794
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
206795
206795
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
206796
206796
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
206797
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
206797
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
206798
206798
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
206799
206799
|
external_type_display_name?: string | undefined;
|
|
206800
206800
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -209545,7 +209545,7 @@ type Routes = {
|
|
|
209545
209545
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
209546
209546
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
209547
209547
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
209548
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
209548
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
209549
209549
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
209550
209550
|
external_type_display_name?: string | undefined;
|
|
209551
209551
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -209675,7 +209675,7 @@ type Routes = {
|
|
|
209675
209675
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
209676
209676
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
209677
209677
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
209678
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
209678
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
209679
209679
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
209680
209680
|
external_type_display_name?: string | undefined;
|
|
209681
209681
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -209872,7 +209872,7 @@ type Routes = {
|
|
|
209872
209872
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
209873
209873
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
209874
209874
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
209875
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
209875
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
209876
209876
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
209877
209877
|
external_type_display_name?: string | undefined;
|
|
209878
209878
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -210002,7 +210002,7 @@ type Routes = {
|
|
|
210002
210002
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
210003
210003
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
210004
210004
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
210005
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
210005
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
210006
210006
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
210007
210007
|
external_type_display_name?: string | undefined;
|
|
210008
210008
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -210891,7 +210891,7 @@ type Routes = {
|
|
|
210891
210891
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
210892
210892
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
210893
210893
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
210894
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
210894
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
210895
210895
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
210896
210896
|
external_type_display_name?: string | undefined;
|
|
210897
210897
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -211021,7 +211021,7 @@ type Routes = {
|
|
|
211021
211021
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
211022
211022
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
211023
211023
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
211024
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
211024
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
211025
211025
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
211026
211026
|
external_type_display_name?: string | undefined;
|
|
211027
211027
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -211218,7 +211218,7 @@ type Routes = {
|
|
|
211218
211218
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
211219
211219
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
211220
211220
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
211221
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
211221
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
211222
211222
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
211223
211223
|
external_type_display_name?: string | undefined;
|
|
211224
211224
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -211348,7 +211348,7 @@ type Routes = {
|
|
|
211348
211348
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
211349
211349
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
211350
211350
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
211351
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
211351
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
211352
211352
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
211353
211353
|
external_type_display_name?: string | undefined;
|
|
211354
211354
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -212343,7 +212343,7 @@ type Routes = {
|
|
|
212343
212343
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
212344
212344
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
212345
212345
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
212346
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
212346
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
212347
212347
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
212348
212348
|
external_type_display_name?: string | undefined;
|
|
212349
212349
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -212473,7 +212473,7 @@ type Routes = {
|
|
|
212473
212473
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
212474
212474
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
212475
212475
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
212476
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
212476
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
212477
212477
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
212478
212478
|
external_type_display_name?: string | undefined;
|
|
212479
212479
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -212670,7 +212670,7 @@ type Routes = {
|
|
|
212670
212670
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
212671
212671
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
212672
212672
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
212673
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
212673
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
212674
212674
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
212675
212675
|
external_type_display_name?: string | undefined;
|
|
212676
212676
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -212800,7 +212800,7 @@ type Routes = {
|
|
|
212800
212800
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
212801
212801
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
212802
212802
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
212803
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
212803
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
212804
212804
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
212805
212805
|
external_type_display_name?: string | undefined;
|
|
212806
212806
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -215045,7 +215045,7 @@ type Routes = {
|
|
|
215045
215045
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
215046
215046
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
215047
215047
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
215048
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
215048
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
215049
215049
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
215050
215050
|
external_type_display_name?: string | undefined;
|
|
215051
215051
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -215175,7 +215175,7 @@ type Routes = {
|
|
|
215175
215175
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
215176
215176
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
215177
215177
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
215178
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
215178
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
215179
215179
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
215180
215180
|
external_type_display_name?: string | undefined;
|
|
215181
215181
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -215372,7 +215372,7 @@ type Routes = {
|
|
|
215372
215372
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
215373
215373
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
215374
215374
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
215375
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
215375
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
215376
215376
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
215377
215377
|
external_type_display_name?: string | undefined;
|
|
215378
215378
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -215502,7 +215502,7 @@ type Routes = {
|
|
|
215502
215502
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
215503
215503
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
215504
215504
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
215505
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
215505
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
215506
215506
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
215507
215507
|
external_type_display_name?: string | undefined;
|
|
215508
215508
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -216395,7 +216395,7 @@ type Routes = {
|
|
|
216395
216395
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
216396
216396
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
216397
216397
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
216398
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
216398
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
216399
216399
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
216400
216400
|
external_type_display_name?: string | undefined;
|
|
216401
216401
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -216525,7 +216525,7 @@ type Routes = {
|
|
|
216525
216525
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
216526
216526
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
216527
216527
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
216528
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
216528
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
216529
216529
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
216530
216530
|
external_type_display_name?: string | undefined;
|
|
216531
216531
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -216722,7 +216722,7 @@ type Routes = {
|
|
|
216722
216722
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
216723
216723
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
216724
216724
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
216725
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
216725
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
216726
216726
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
216727
216727
|
external_type_display_name?: string | undefined;
|
|
216728
216728
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -216852,7 +216852,7 @@ type Routes = {
|
|
|
216852
216852
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
216853
216853
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
216854
216854
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
216855
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
216855
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
216856
216856
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
216857
216857
|
external_type_display_name?: string | undefined;
|
|
216858
216858
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -220436,7 +220436,7 @@ type Routes = {
|
|
|
220436
220436
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
220437
220437
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
220438
220438
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
220439
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
220439
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
220440
220440
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
220441
220441
|
external_type_display_name?: string | undefined;
|
|
220442
220442
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -220566,7 +220566,7 @@ type Routes = {
|
|
|
220566
220566
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
220567
220567
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
220568
220568
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
220569
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
220569
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
220570
220570
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
220571
220571
|
external_type_display_name?: string | undefined;
|
|
220572
220572
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -220763,7 +220763,7 @@ type Routes = {
|
|
|
220763
220763
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
220764
220764
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
220765
220765
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
220766
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
220766
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
220767
220767
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
220768
220768
|
external_type_display_name?: string | undefined;
|
|
220769
220769
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -220893,7 +220893,7 @@ type Routes = {
|
|
|
220893
220893
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
220894
220894
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
220895
220895
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
220896
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
220896
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
220897
220897
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
220898
220898
|
external_type_display_name?: string | undefined;
|
|
220899
220899
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -221981,7 +221981,7 @@ type Routes = {
|
|
|
221981
221981
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
221982
221982
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
221983
221983
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
221984
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
221984
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
221985
221985
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
221986
221986
|
external_type_display_name?: string | undefined;
|
|
221987
221987
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -222111,7 +222111,7 @@ type Routes = {
|
|
|
222111
222111
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
222112
222112
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
222113
222113
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
222114
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
222114
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
222115
222115
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
222116
222116
|
external_type_display_name?: string | undefined;
|
|
222117
222117
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -222308,7 +222308,7 @@ type Routes = {
|
|
|
222308
222308
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
222309
222309
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
222310
222310
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
222311
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
222311
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
222312
222312
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
222313
222313
|
external_type_display_name?: string | undefined;
|
|
222314
222314
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -222438,7 +222438,7 @@ type Routes = {
|
|
|
222438
222438
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
222439
222439
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
222440
222440
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
222441
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
222441
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
222442
222442
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
222443
222443
|
external_type_display_name?: string | undefined;
|
|
222444
222444
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -223354,7 +223354,7 @@ type Routes = {
|
|
|
223354
223354
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
223355
223355
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
223356
223356
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
223357
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
223357
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
223358
223358
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
223359
223359
|
external_type_display_name?: string | undefined;
|
|
223360
223360
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -223484,7 +223484,7 @@ type Routes = {
|
|
|
223484
223484
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
223485
223485
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
223486
223486
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
223487
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
223487
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
223488
223488
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
223489
223489
|
external_type_display_name?: string | undefined;
|
|
223490
223490
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -223681,7 +223681,7 @@ type Routes = {
|
|
|
223681
223681
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
223682
223682
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
223683
223683
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
223684
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
223684
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
223685
223685
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
223686
223686
|
external_type_display_name?: string | undefined;
|
|
223687
223687
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -223811,7 +223811,7 @@ type Routes = {
|
|
|
223811
223811
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
223812
223812
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
223813
223813
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
223814
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
223814
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
223815
223815
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
223816
223816
|
external_type_display_name?: string | undefined;
|
|
223817
223817
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -224839,7 +224839,7 @@ type Routes = {
|
|
|
224839
224839
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
224840
224840
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
224841
224841
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
224842
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
224842
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
224843
224843
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
224844
224844
|
external_type_display_name?: string | undefined;
|
|
224845
224845
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -224969,7 +224969,7 @@ type Routes = {
|
|
|
224969
224969
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
224970
224970
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
224971
224971
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
224972
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
224972
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
224973
224973
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
224974
224974
|
external_type_display_name?: string | undefined;
|
|
224975
224975
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -225166,7 +225166,7 @@ type Routes = {
|
|
|
225166
225166
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
225167
225167
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
225168
225168
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
225169
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
225169
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
225170
225170
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
225171
225171
|
external_type_display_name?: string | undefined;
|
|
225172
225172
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -225296,7 +225296,7 @@ type Routes = {
|
|
|
225296
225296
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
225297
225297
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
225298
225298
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
225299
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
225299
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
225300
225300
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
225301
225301
|
external_type_display_name?: string | undefined;
|
|
225302
225302
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -232495,7 +232495,7 @@ type Routes = {
|
|
|
232495
232495
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
232496
232496
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
232497
232497
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
232498
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
232498
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
232499
232499
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
232500
232500
|
external_type_display_name?: string | undefined;
|
|
232501
232501
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -232625,7 +232625,7 @@ type Routes = {
|
|
|
232625
232625
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
232626
232626
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
232627
232627
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
232628
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
232628
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
232629
232629
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
232630
232630
|
external_type_display_name?: string | undefined;
|
|
232631
232631
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -232822,7 +232822,7 @@ type Routes = {
|
|
|
232822
232822
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
232823
232823
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
232824
232824
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
232825
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
232825
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
232826
232826
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
232827
232827
|
external_type_display_name?: string | undefined;
|
|
232828
232828
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -232952,7 +232952,7 @@ type Routes = {
|
|
|
232952
232952
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
232953
232953
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
232954
232954
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
232955
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
232955
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
232956
232956
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
232957
232957
|
external_type_display_name?: string | undefined;
|
|
232958
232958
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -237838,7 +237838,7 @@ type Routes = {
|
|
|
237838
237838
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
237839
237839
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
237840
237840
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
237841
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
237841
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
237842
237842
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
237843
237843
|
external_type_display_name?: string | undefined;
|
|
237844
237844
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -237969,7 +237969,7 @@ type Routes = {
|
|
|
237969
237969
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
237970
237970
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
237971
237971
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
237972
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
237972
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
237973
237973
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
237974
237974
|
external_type_display_name?: string | undefined;
|
|
237975
237975
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -239511,7 +239511,7 @@ type Routes = {
|
|
|
239511
239511
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
239512
239512
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
239513
239513
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
239514
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
239514
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
239515
239515
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
239516
239516
|
external_type_display_name?: string | undefined;
|
|
239517
239517
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -239641,7 +239641,7 @@ type Routes = {
|
|
|
239641
239641
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
239642
239642
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
239643
239643
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
239644
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
239644
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
239645
239645
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
239646
239646
|
external_type_display_name?: string | undefined;
|
|
239647
239647
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -239838,7 +239838,7 @@ type Routes = {
|
|
|
239838
239838
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
239839
239839
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
239840
239840
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
239841
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
239841
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
239842
239842
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
239843
239843
|
external_type_display_name?: string | undefined;
|
|
239844
239844
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -239968,7 +239968,7 @@ type Routes = {
|
|
|
239968
239968
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
239969
239969
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
239970
239970
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
239971
|
-
external_type?: ('pti_card' | 'brivo_credential' | '
|
|
239971
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
239972
239972
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
239973
239973
|
external_type_display_name?: string | undefined;
|
|
239974
239974
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|