@seamapi/types 1.816.0 → 1.818.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 +54 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +460 -207
- package/dist/index.cjs +54 -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 +100 -42
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +12 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +44 -7
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +275 -135
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +0 -1
- package/src/lib/seam/connect/models/devices/device.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +52 -7
- package/src/lib/seam/connect/route-types.ts +160 -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;
|
|
@@ -15527,6 +15527,19 @@ declare const batch: z.ZodObject<{
|
|
|
15527
15527
|
}>, z.ZodObject<{
|
|
15528
15528
|
message: z.ZodString;
|
|
15529
15529
|
created_at: z.ZodString;
|
|
15530
|
+
} & {
|
|
15531
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
15532
|
+
}, "strip", z.ZodTypeAny, {
|
|
15533
|
+
message: string;
|
|
15534
|
+
created_at: string;
|
|
15535
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
15536
|
+
}, {
|
|
15537
|
+
message: string;
|
|
15538
|
+
created_at: string;
|
|
15539
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
15540
|
+
}>, z.ZodObject<{
|
|
15541
|
+
message: z.ZodString;
|
|
15542
|
+
created_at: z.ZodString;
|
|
15530
15543
|
} & {
|
|
15531
15544
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
15532
15545
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15826,6 +15839,10 @@ declare const batch: z.ZodObject<{
|
|
|
15826
15839
|
message: string;
|
|
15827
15840
|
created_at: string;
|
|
15828
15841
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
15842
|
+
} | {
|
|
15843
|
+
message: string;
|
|
15844
|
+
created_at: string;
|
|
15845
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
15829
15846
|
} | {
|
|
15830
15847
|
message: string;
|
|
15831
15848
|
created_at: string;
|
|
@@ -16549,6 +16566,10 @@ declare const batch: z.ZodObject<{
|
|
|
16549
16566
|
message: string;
|
|
16550
16567
|
created_at: string;
|
|
16551
16568
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
16569
|
+
} | {
|
|
16570
|
+
message: string;
|
|
16571
|
+
created_at: string;
|
|
16572
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
16552
16573
|
} | {
|
|
16553
16574
|
message: string;
|
|
16554
16575
|
created_at: string;
|
|
@@ -19393,7 +19414,7 @@ declare const batch: z.ZodObject<{
|
|
|
19393
19414
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
19394
19415
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19395
19416
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
19396
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
19417
|
+
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
19418
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
19398
19419
|
created_at: z.ZodString;
|
|
19399
19420
|
workspace_id: z.ZodString;
|
|
@@ -19607,7 +19628,7 @@ declare const batch: z.ZodObject<{
|
|
|
19607
19628
|
issued_at?: string | null | undefined;
|
|
19608
19629
|
is_issued?: boolean | undefined;
|
|
19609
19630
|
acs_user_id?: string | undefined;
|
|
19610
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
19631
|
+
external_type?: "pti_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
19632
|
external_type_display_name?: string | undefined;
|
|
19612
19633
|
acs_credential_pool_id?: string | undefined;
|
|
19613
19634
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19679,7 +19700,7 @@ declare const batch: z.ZodObject<{
|
|
|
19679
19700
|
issued_at?: string | null | undefined;
|
|
19680
19701
|
is_issued?: boolean | undefined;
|
|
19681
19702
|
acs_user_id?: string | undefined;
|
|
19682
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
19703
|
+
external_type?: "pti_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
19704
|
external_type_display_name?: string | undefined;
|
|
19684
19705
|
acs_credential_pool_id?: string | undefined;
|
|
19685
19706
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19703,7 +19724,7 @@ declare const batch: z.ZodObject<{
|
|
|
19703
19724
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
19704
19725
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19705
19726
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
19706
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
19727
|
+
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
19728
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
19708
19729
|
created_at: z.ZodString;
|
|
19709
19730
|
workspace_id: z.ZodString;
|
|
@@ -19917,7 +19938,7 @@ declare const batch: z.ZodObject<{
|
|
|
19917
19938
|
issued_at?: string | null | undefined;
|
|
19918
19939
|
is_issued?: boolean | undefined;
|
|
19919
19940
|
acs_user_id?: string | undefined;
|
|
19920
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
19941
|
+
external_type?: "pti_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
19942
|
external_type_display_name?: string | undefined;
|
|
19922
19943
|
acs_credential_pool_id?: string | undefined;
|
|
19923
19944
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19989,7 +20010,7 @@ declare const batch: z.ZodObject<{
|
|
|
19989
20010
|
issued_at?: string | null | undefined;
|
|
19990
20011
|
is_issued?: boolean | undefined;
|
|
19991
20012
|
acs_user_id?: string | undefined;
|
|
19992
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
20013
|
+
external_type?: "pti_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
20014
|
external_type_display_name?: string | undefined;
|
|
19994
20015
|
acs_credential_pool_id?: string | undefined;
|
|
19995
20016
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20298,7 +20319,7 @@ declare const batch: z.ZodObject<{
|
|
|
20298
20319
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
20299
20320
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20300
20321
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
20301
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
20322
|
+
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
20323
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
20303
20324
|
created_at: z.ZodString;
|
|
20304
20325
|
workspace_id: z.ZodString;
|
|
@@ -20512,7 +20533,7 @@ declare const batch: z.ZodObject<{
|
|
|
20512
20533
|
issued_at?: string | null | undefined;
|
|
20513
20534
|
is_issued?: boolean | undefined;
|
|
20514
20535
|
acs_user_id?: string | undefined;
|
|
20515
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
20536
|
+
external_type?: "pti_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
20537
|
external_type_display_name?: string | undefined;
|
|
20517
20538
|
acs_credential_pool_id?: string | undefined;
|
|
20518
20539
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20584,7 +20605,7 @@ declare const batch: z.ZodObject<{
|
|
|
20584
20605
|
issued_at?: string | null | undefined;
|
|
20585
20606
|
is_issued?: boolean | undefined;
|
|
20586
20607
|
acs_user_id?: string | undefined;
|
|
20587
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
20608
|
+
external_type?: "pti_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
20609
|
external_type_display_name?: string | undefined;
|
|
20589
20610
|
acs_credential_pool_id?: string | undefined;
|
|
20590
20611
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20607,7 +20628,7 @@ declare const batch: z.ZodObject<{
|
|
|
20607
20628
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
20608
20629
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20609
20630
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
20610
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
20631
|
+
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
20632
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
20612
20633
|
created_at: z.ZodString;
|
|
20613
20634
|
workspace_id: z.ZodString;
|
|
@@ -20821,7 +20842,7 @@ declare const batch: z.ZodObject<{
|
|
|
20821
20842
|
issued_at?: string | null | undefined;
|
|
20822
20843
|
is_issued?: boolean | undefined;
|
|
20823
20844
|
acs_user_id?: string | undefined;
|
|
20824
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
20845
|
+
external_type?: "pti_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
20846
|
external_type_display_name?: string | undefined;
|
|
20826
20847
|
acs_credential_pool_id?: string | undefined;
|
|
20827
20848
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20893,7 +20914,7 @@ declare const batch: z.ZodObject<{
|
|
|
20893
20914
|
issued_at?: string | null | undefined;
|
|
20894
20915
|
is_issued?: boolean | undefined;
|
|
20895
20916
|
acs_user_id?: string | undefined;
|
|
20896
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
20917
|
+
external_type?: "pti_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
20918
|
external_type_display_name?: string | undefined;
|
|
20898
20919
|
acs_credential_pool_id?: string | undefined;
|
|
20899
20920
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21002,7 +21023,7 @@ declare const batch: z.ZodObject<{
|
|
|
21002
21023
|
issued_at?: string | null | undefined;
|
|
21003
21024
|
is_issued?: boolean | undefined;
|
|
21004
21025
|
acs_user_id?: string | undefined;
|
|
21005
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21026
|
+
external_type?: "pti_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
21027
|
external_type_display_name?: string | undefined;
|
|
21007
21028
|
acs_credential_pool_id?: string | undefined;
|
|
21008
21029
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21074,7 +21095,7 @@ declare const batch: z.ZodObject<{
|
|
|
21074
21095
|
issued_at?: string | null | undefined;
|
|
21075
21096
|
is_issued?: boolean | undefined;
|
|
21076
21097
|
acs_user_id?: string | undefined;
|
|
21077
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21098
|
+
external_type?: "pti_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
21099
|
external_type_display_name?: string | undefined;
|
|
21079
21100
|
acs_credential_pool_id?: string | undefined;
|
|
21080
21101
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21173,7 +21194,7 @@ declare const batch: z.ZodObject<{
|
|
|
21173
21194
|
issued_at?: string | null | undefined;
|
|
21174
21195
|
is_issued?: boolean | undefined;
|
|
21175
21196
|
acs_user_id?: string | undefined;
|
|
21176
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21197
|
+
external_type?: "pti_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
21198
|
external_type_display_name?: string | undefined;
|
|
21178
21199
|
acs_credential_pool_id?: string | undefined;
|
|
21179
21200
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21245,7 +21266,7 @@ declare const batch: z.ZodObject<{
|
|
|
21245
21266
|
issued_at?: string | null | undefined;
|
|
21246
21267
|
is_issued?: boolean | undefined;
|
|
21247
21268
|
acs_user_id?: string | undefined;
|
|
21248
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21269
|
+
external_type?: "pti_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
21270
|
external_type_display_name?: string | undefined;
|
|
21250
21271
|
acs_credential_pool_id?: string | undefined;
|
|
21251
21272
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21349,7 +21370,7 @@ declare const batch: z.ZodObject<{
|
|
|
21349
21370
|
issued_at?: string | null | undefined;
|
|
21350
21371
|
is_issued?: boolean | undefined;
|
|
21351
21372
|
acs_user_id?: string | undefined;
|
|
21352
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21373
|
+
external_type?: "pti_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
21374
|
external_type_display_name?: string | undefined;
|
|
21354
21375
|
acs_credential_pool_id?: string | undefined;
|
|
21355
21376
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21421,7 +21442,7 @@ declare const batch: z.ZodObject<{
|
|
|
21421
21442
|
issued_at?: string | null | undefined;
|
|
21422
21443
|
is_issued?: boolean | undefined;
|
|
21423
21444
|
acs_user_id?: string | undefined;
|
|
21424
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21445
|
+
external_type?: "pti_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
21446
|
external_type_display_name?: string | undefined;
|
|
21426
21447
|
acs_credential_pool_id?: string | undefined;
|
|
21427
21448
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21526,7 +21547,7 @@ declare const batch: z.ZodObject<{
|
|
|
21526
21547
|
issued_at?: string | null | undefined;
|
|
21527
21548
|
is_issued?: boolean | undefined;
|
|
21528
21549
|
acs_user_id?: string | undefined;
|
|
21529
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21550
|
+
external_type?: "pti_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
21551
|
external_type_display_name?: string | undefined;
|
|
21531
21552
|
acs_credential_pool_id?: string | undefined;
|
|
21532
21553
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21598,7 +21619,7 @@ declare const batch: z.ZodObject<{
|
|
|
21598
21619
|
issued_at?: string | null | undefined;
|
|
21599
21620
|
is_issued?: boolean | undefined;
|
|
21600
21621
|
acs_user_id?: string | undefined;
|
|
21601
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21622
|
+
external_type?: "pti_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
21623
|
external_type_display_name?: string | undefined;
|
|
21603
21624
|
acs_credential_pool_id?: string | undefined;
|
|
21604
21625
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21761,7 +21782,7 @@ declare const batch: z.ZodObject<{
|
|
|
21761
21782
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
21762
21783
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
21763
21784
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
21764
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
21785
|
+
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
21786
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
21766
21787
|
created_at: z.ZodString;
|
|
21767
21788
|
workspace_id: z.ZodString;
|
|
@@ -21975,7 +21996,7 @@ declare const batch: z.ZodObject<{
|
|
|
21975
21996
|
issued_at?: string | null | undefined;
|
|
21976
21997
|
is_issued?: boolean | undefined;
|
|
21977
21998
|
acs_user_id?: string | undefined;
|
|
21978
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
21999
|
+
external_type?: "pti_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
22000
|
external_type_display_name?: string | undefined;
|
|
21980
22001
|
acs_credential_pool_id?: string | undefined;
|
|
21981
22002
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22047,7 +22068,7 @@ declare const batch: z.ZodObject<{
|
|
|
22047
22068
|
issued_at?: string | null | undefined;
|
|
22048
22069
|
is_issued?: boolean | undefined;
|
|
22049
22070
|
acs_user_id?: string | undefined;
|
|
22050
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22071
|
+
external_type?: "pti_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
22072
|
external_type_display_name?: string | undefined;
|
|
22052
22073
|
acs_credential_pool_id?: string | undefined;
|
|
22053
22074
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22070,7 +22091,7 @@ declare const batch: z.ZodObject<{
|
|
|
22070
22091
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
22071
22092
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
22072
22093
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
22073
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
22094
|
+
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
22095
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
22075
22096
|
created_at: z.ZodString;
|
|
22076
22097
|
workspace_id: z.ZodString;
|
|
@@ -22284,7 +22305,7 @@ declare const batch: z.ZodObject<{
|
|
|
22284
22305
|
issued_at?: string | null | undefined;
|
|
22285
22306
|
is_issued?: boolean | undefined;
|
|
22286
22307
|
acs_user_id?: string | undefined;
|
|
22287
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22308
|
+
external_type?: "pti_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
22309
|
external_type_display_name?: string | undefined;
|
|
22289
22310
|
acs_credential_pool_id?: string | undefined;
|
|
22290
22311
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22356,7 +22377,7 @@ declare const batch: z.ZodObject<{
|
|
|
22356
22377
|
issued_at?: string | null | undefined;
|
|
22357
22378
|
is_issued?: boolean | undefined;
|
|
22358
22379
|
acs_user_id?: string | undefined;
|
|
22359
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22380
|
+
external_type?: "pti_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
22381
|
external_type_display_name?: string | undefined;
|
|
22361
22382
|
acs_credential_pool_id?: string | undefined;
|
|
22362
22383
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22433,7 +22454,7 @@ declare const batch: z.ZodObject<{
|
|
|
22433
22454
|
issued_at?: string | null | undefined;
|
|
22434
22455
|
is_issued?: boolean | undefined;
|
|
22435
22456
|
acs_user_id?: string | undefined;
|
|
22436
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22457
|
+
external_type?: "pti_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
22458
|
external_type_display_name?: string | undefined;
|
|
22438
22459
|
acs_credential_pool_id?: string | undefined;
|
|
22439
22460
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22505,7 +22526,7 @@ declare const batch: z.ZodObject<{
|
|
|
22505
22526
|
issued_at?: string | null | undefined;
|
|
22506
22527
|
is_issued?: boolean | undefined;
|
|
22507
22528
|
acs_user_id?: string | undefined;
|
|
22508
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22529
|
+
external_type?: "pti_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
22530
|
external_type_display_name?: string | undefined;
|
|
22510
22531
|
acs_credential_pool_id?: string | undefined;
|
|
22511
22532
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22583,7 +22604,7 @@ declare const batch: z.ZodObject<{
|
|
|
22583
22604
|
issued_at?: string | null | undefined;
|
|
22584
22605
|
is_issued?: boolean | undefined;
|
|
22585
22606
|
acs_user_id?: string | undefined;
|
|
22586
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22607
|
+
external_type?: "pti_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
22608
|
external_type_display_name?: string | undefined;
|
|
22588
22609
|
acs_credential_pool_id?: string | undefined;
|
|
22589
22610
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -22655,7 +22676,7 @@ declare const batch: z.ZodObject<{
|
|
|
22655
22676
|
issued_at?: string | null | undefined;
|
|
22656
22677
|
is_issued?: boolean | undefined;
|
|
22657
22678
|
acs_user_id?: string | undefined;
|
|
22658
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
22679
|
+
external_type?: "pti_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
22680
|
external_type_display_name?: string | undefined;
|
|
22660
22681
|
acs_credential_pool_id?: string | undefined;
|
|
22661
22682
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -28113,6 +28134,19 @@ declare const batch: z.ZodObject<{
|
|
|
28113
28134
|
}>, z.ZodObject<{
|
|
28114
28135
|
message: z.ZodString;
|
|
28115
28136
|
created_at: z.ZodString;
|
|
28137
|
+
} & {
|
|
28138
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
28139
|
+
}, "strip", z.ZodTypeAny, {
|
|
28140
|
+
message: string;
|
|
28141
|
+
created_at: string;
|
|
28142
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
28143
|
+
}, {
|
|
28144
|
+
message: string;
|
|
28145
|
+
created_at: string;
|
|
28146
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
28147
|
+
}>, z.ZodObject<{
|
|
28148
|
+
message: z.ZodString;
|
|
28149
|
+
created_at: z.ZodString;
|
|
28116
28150
|
} & {
|
|
28117
28151
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
28118
28152
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28568,6 +28602,10 @@ declare const batch: z.ZodObject<{
|
|
|
28568
28602
|
message: string;
|
|
28569
28603
|
created_at: string;
|
|
28570
28604
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
28605
|
+
} | {
|
|
28606
|
+
message: string;
|
|
28607
|
+
created_at: string;
|
|
28608
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
28571
28609
|
} | {
|
|
28572
28610
|
message: string;
|
|
28573
28611
|
created_at: string;
|
|
@@ -28825,6 +28863,10 @@ declare const batch: z.ZodObject<{
|
|
|
28825
28863
|
message: string;
|
|
28826
28864
|
created_at: string;
|
|
28827
28865
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
28866
|
+
} | {
|
|
28867
|
+
message: string;
|
|
28868
|
+
created_at: string;
|
|
28869
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
28828
28870
|
} | {
|
|
28829
28871
|
message: string;
|
|
28830
28872
|
created_at: string;
|
|
@@ -38465,6 +38507,10 @@ declare const batch: z.ZodObject<{
|
|
|
38465
38507
|
message: string;
|
|
38466
38508
|
created_at: string;
|
|
38467
38509
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
38510
|
+
} | {
|
|
38511
|
+
message: string;
|
|
38512
|
+
created_at: string;
|
|
38513
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
38468
38514
|
} | {
|
|
38469
38515
|
message: string;
|
|
38470
38516
|
created_at: string;
|
|
@@ -39585,7 +39631,7 @@ declare const batch: z.ZodObject<{
|
|
|
39585
39631
|
issued_at?: string | null | undefined;
|
|
39586
39632
|
is_issued?: boolean | undefined;
|
|
39587
39633
|
acs_user_id?: string | undefined;
|
|
39588
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
39634
|
+
external_type?: "pti_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
39635
|
external_type_display_name?: string | undefined;
|
|
39590
39636
|
acs_credential_pool_id?: string | undefined;
|
|
39591
39637
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -39658,7 +39704,7 @@ declare const batch: z.ZodObject<{
|
|
|
39658
39704
|
issued_at?: string | null | undefined;
|
|
39659
39705
|
is_issued?: boolean | undefined;
|
|
39660
39706
|
acs_user_id?: string | undefined;
|
|
39661
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
39707
|
+
external_type?: "pti_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
39708
|
external_type_display_name?: string | undefined;
|
|
39663
39709
|
acs_credential_pool_id?: string | undefined;
|
|
39664
39710
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -39938,7 +39984,7 @@ declare const batch: z.ZodObject<{
|
|
|
39938
39984
|
issued_at?: string | null | undefined;
|
|
39939
39985
|
is_issued?: boolean | undefined;
|
|
39940
39986
|
acs_user_id?: string | undefined;
|
|
39941
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
39987
|
+
external_type?: "pti_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
39988
|
external_type_display_name?: string | undefined;
|
|
39943
39989
|
acs_credential_pool_id?: string | undefined;
|
|
39944
39990
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -40010,7 +40056,7 @@ declare const batch: z.ZodObject<{
|
|
|
40010
40056
|
issued_at?: string | null | undefined;
|
|
40011
40057
|
is_issued?: boolean | undefined;
|
|
40012
40058
|
acs_user_id?: string | undefined;
|
|
40013
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
40059
|
+
external_type?: "pti_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
40060
|
external_type_display_name?: string | undefined;
|
|
40015
40061
|
acs_credential_pool_id?: string | undefined;
|
|
40016
40062
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -40221,7 +40267,7 @@ declare const batch: z.ZodObject<{
|
|
|
40221
40267
|
issued_at?: string | null | undefined;
|
|
40222
40268
|
is_issued?: boolean | undefined;
|
|
40223
40269
|
acs_user_id?: string | undefined;
|
|
40224
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
40270
|
+
external_type?: "pti_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
40271
|
external_type_display_name?: string | undefined;
|
|
40226
40272
|
acs_credential_pool_id?: string | undefined;
|
|
40227
40273
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -40293,7 +40339,7 @@ declare const batch: z.ZodObject<{
|
|
|
40293
40339
|
issued_at?: string | null | undefined;
|
|
40294
40340
|
is_issued?: boolean | undefined;
|
|
40295
40341
|
acs_user_id?: string | undefined;
|
|
40296
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
40342
|
+
external_type?: "pti_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
40343
|
external_type_display_name?: string | undefined;
|
|
40298
40344
|
acs_credential_pool_id?: string | undefined;
|
|
40299
40345
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -40805,6 +40851,10 @@ declare const batch: z.ZodObject<{
|
|
|
40805
40851
|
message: string;
|
|
40806
40852
|
created_at: string;
|
|
40807
40853
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
40854
|
+
} | {
|
|
40855
|
+
message: string;
|
|
40856
|
+
created_at: string;
|
|
40857
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
40808
40858
|
} | {
|
|
40809
40859
|
message: string;
|
|
40810
40860
|
created_at: string;
|
|
@@ -43415,6 +43465,10 @@ declare const batch: z.ZodObject<{
|
|
|
43415
43465
|
message: string;
|
|
43416
43466
|
created_at: string;
|
|
43417
43467
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
43468
|
+
} | {
|
|
43469
|
+
message: string;
|
|
43470
|
+
created_at: string;
|
|
43471
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
43418
43472
|
} | {
|
|
43419
43473
|
message: string;
|
|
43420
43474
|
created_at: string;
|
|
@@ -44535,7 +44589,7 @@ declare const batch: z.ZodObject<{
|
|
|
44535
44589
|
issued_at?: string | null | undefined;
|
|
44536
44590
|
is_issued?: boolean | undefined;
|
|
44537
44591
|
acs_user_id?: string | undefined;
|
|
44538
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
44592
|
+
external_type?: "pti_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
44593
|
external_type_display_name?: string | undefined;
|
|
44540
44594
|
acs_credential_pool_id?: string | undefined;
|
|
44541
44595
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -44608,7 +44662,7 @@ declare const batch: z.ZodObject<{
|
|
|
44608
44662
|
issued_at?: string | null | undefined;
|
|
44609
44663
|
is_issued?: boolean | undefined;
|
|
44610
44664
|
acs_user_id?: string | undefined;
|
|
44611
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
44665
|
+
external_type?: "pti_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
44666
|
external_type_display_name?: string | undefined;
|
|
44613
44667
|
acs_credential_pool_id?: string | undefined;
|
|
44614
44668
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -44888,7 +44942,7 @@ declare const batch: z.ZodObject<{
|
|
|
44888
44942
|
issued_at?: string | null | undefined;
|
|
44889
44943
|
is_issued?: boolean | undefined;
|
|
44890
44944
|
acs_user_id?: string | undefined;
|
|
44891
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
44945
|
+
external_type?: "pti_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
44946
|
external_type_display_name?: string | undefined;
|
|
44893
44947
|
acs_credential_pool_id?: string | undefined;
|
|
44894
44948
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -44960,7 +45014,7 @@ declare const batch: z.ZodObject<{
|
|
|
44960
45014
|
issued_at?: string | null | undefined;
|
|
44961
45015
|
is_issued?: boolean | undefined;
|
|
44962
45016
|
acs_user_id?: string | undefined;
|
|
44963
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
45017
|
+
external_type?: "pti_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
45018
|
external_type_display_name?: string | undefined;
|
|
44965
45019
|
acs_credential_pool_id?: string | undefined;
|
|
44966
45020
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -45171,7 +45225,7 @@ declare const batch: z.ZodObject<{
|
|
|
45171
45225
|
issued_at?: string | null | undefined;
|
|
45172
45226
|
is_issued?: boolean | undefined;
|
|
45173
45227
|
acs_user_id?: string | undefined;
|
|
45174
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
45228
|
+
external_type?: "pti_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
45229
|
external_type_display_name?: string | undefined;
|
|
45176
45230
|
acs_credential_pool_id?: string | undefined;
|
|
45177
45231
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -45243,7 +45297,7 @@ declare const batch: z.ZodObject<{
|
|
|
45243
45297
|
issued_at?: string | null | undefined;
|
|
45244
45298
|
is_issued?: boolean | undefined;
|
|
45245
45299
|
acs_user_id?: string | undefined;
|
|
45246
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
45300
|
+
external_type?: "pti_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
45301
|
external_type_display_name?: string | undefined;
|
|
45248
45302
|
acs_credential_pool_id?: string | undefined;
|
|
45249
45303
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -45755,6 +45809,10 @@ declare const batch: z.ZodObject<{
|
|
|
45755
45809
|
message: string;
|
|
45756
45810
|
created_at: string;
|
|
45757
45811
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
45812
|
+
} | {
|
|
45813
|
+
message: string;
|
|
45814
|
+
created_at: string;
|
|
45815
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
45758
45816
|
} | {
|
|
45759
45817
|
message: string;
|
|
45760
45818
|
created_at: string;
|
|
@@ -49555,6 +49613,19 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
49555
49613
|
}>, z.ZodObject<{
|
|
49556
49614
|
message: z.ZodString;
|
|
49557
49615
|
created_at: z.ZodString;
|
|
49616
|
+
} & {
|
|
49617
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
49618
|
+
}, "strip", z.ZodTypeAny, {
|
|
49619
|
+
message: string;
|
|
49620
|
+
created_at: string;
|
|
49621
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
49622
|
+
}, {
|
|
49623
|
+
message: string;
|
|
49624
|
+
created_at: string;
|
|
49625
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
49626
|
+
}>, z.ZodObject<{
|
|
49627
|
+
message: z.ZodString;
|
|
49628
|
+
created_at: z.ZodString;
|
|
49558
49629
|
} & {
|
|
49559
49630
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
49560
49631
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -52576,6 +52647,19 @@ declare const device: z.ZodObject<{
|
|
|
52576
52647
|
}>, z.ZodObject<{
|
|
52577
52648
|
message: z.ZodString;
|
|
52578
52649
|
created_at: z.ZodString;
|
|
52650
|
+
} & {
|
|
52651
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
52652
|
+
}, "strip", z.ZodTypeAny, {
|
|
52653
|
+
message: string;
|
|
52654
|
+
created_at: string;
|
|
52655
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
52656
|
+
}, {
|
|
52657
|
+
message: string;
|
|
52658
|
+
created_at: string;
|
|
52659
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
52660
|
+
}>, z.ZodObject<{
|
|
52661
|
+
message: z.ZodString;
|
|
52662
|
+
created_at: z.ZodString;
|
|
52579
52663
|
} & {
|
|
52580
52664
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
52581
52665
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -52875,6 +52959,10 @@ declare const device: z.ZodObject<{
|
|
|
52875
52959
|
message: string;
|
|
52876
52960
|
created_at: string;
|
|
52877
52961
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
52962
|
+
} | {
|
|
52963
|
+
message: string;
|
|
52964
|
+
created_at: string;
|
|
52965
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
52878
52966
|
} | {
|
|
52879
52967
|
message: string;
|
|
52880
52968
|
created_at: string;
|
|
@@ -53598,6 +53686,10 @@ declare const device: z.ZodObject<{
|
|
|
53598
53686
|
message: string;
|
|
53599
53687
|
created_at: string;
|
|
53600
53688
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
53689
|
+
} | {
|
|
53690
|
+
message: string;
|
|
53691
|
+
created_at: string;
|
|
53692
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
53601
53693
|
} | {
|
|
53602
53694
|
message: string;
|
|
53603
53695
|
created_at: string;
|
|
@@ -57230,6 +57322,19 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
57230
57322
|
}>, z.ZodObject<{
|
|
57231
57323
|
message: z.ZodString;
|
|
57232
57324
|
created_at: z.ZodString;
|
|
57325
|
+
} & {
|
|
57326
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
57327
|
+
}, "strip", z.ZodTypeAny, {
|
|
57328
|
+
message: string;
|
|
57329
|
+
created_at: string;
|
|
57330
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
57331
|
+
}, {
|
|
57332
|
+
message: string;
|
|
57333
|
+
created_at: string;
|
|
57334
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
57335
|
+
}>, z.ZodObject<{
|
|
57336
|
+
message: z.ZodString;
|
|
57337
|
+
created_at: z.ZodString;
|
|
57233
57338
|
} & {
|
|
57234
57339
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
57235
57340
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -57685,6 +57790,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
57685
57790
|
message: string;
|
|
57686
57791
|
created_at: string;
|
|
57687
57792
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
57793
|
+
} | {
|
|
57794
|
+
message: string;
|
|
57795
|
+
created_at: string;
|
|
57796
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
57688
57797
|
} | {
|
|
57689
57798
|
message: string;
|
|
57690
57799
|
created_at: string;
|
|
@@ -57942,6 +58051,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
57942
58051
|
message: string;
|
|
57943
58052
|
created_at: string;
|
|
57944
58053
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
58054
|
+
} | {
|
|
58055
|
+
message: string;
|
|
58056
|
+
created_at: string;
|
|
58057
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
57945
58058
|
} | {
|
|
57946
58059
|
message: string;
|
|
57947
58060
|
created_at: string;
|
|
@@ -138623,7 +138736,7 @@ type Routes = {
|
|
|
138623
138736
|
/** 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
138737
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
138625
138738
|
/** Brand-specific terminology for 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' | '
|
|
138739
|
+
external_type?: ('pti_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
138740
|
/** 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
138741
|
external_type_display_name?: string | undefined;
|
|
138629
138742
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -138753,7 +138866,7 @@ type Routes = {
|
|
|
138753
138866
|
/** 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
138867
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
138755
138868
|
/** Brand-specific terminology for 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' | '
|
|
138869
|
+
external_type?: ('pti_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
138870
|
/** 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
138871
|
external_type_display_name?: string | undefined;
|
|
138759
138872
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -138950,7 +139063,7 @@ type Routes = {
|
|
|
138950
139063
|
/** 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
139064
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
138952
139065
|
/** Brand-specific terminology for 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' | '
|
|
139066
|
+
external_type?: ('pti_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
139067
|
/** 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
139068
|
external_type_display_name?: string | undefined;
|
|
138956
139069
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -139080,7 +139193,7 @@ type Routes = {
|
|
|
139080
139193
|
/** 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
139194
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
139082
139195
|
/** Brand-specific terminology for 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' | '
|
|
139196
|
+
external_type?: ('pti_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
139197
|
/** 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
139198
|
external_type_display_name?: string | undefined;
|
|
139086
139199
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141207,7 +141320,7 @@ type Routes = {
|
|
|
141207
141320
|
/** 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
141321
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141209
141322
|
/** Brand-specific terminology for 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' | '
|
|
141323
|
+
external_type?: ('pti_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
141324
|
/** 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
141325
|
external_type_display_name?: string | undefined;
|
|
141213
141326
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141337,7 +141450,7 @@ type Routes = {
|
|
|
141337
141450
|
/** 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
141451
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141339
141452
|
/** Brand-specific terminology for 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' | '
|
|
141453
|
+
external_type?: ('pti_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
141454
|
/** 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
141455
|
external_type_display_name?: string | undefined;
|
|
141343
141456
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141534,7 +141647,7 @@ type Routes = {
|
|
|
141534
141647
|
/** 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
141648
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141536
141649
|
/** Brand-specific terminology for 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' | '
|
|
141650
|
+
external_type?: ('pti_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
141651
|
/** 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
141652
|
external_type_display_name?: string | undefined;
|
|
141540
141653
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141664,7 +141777,7 @@ type Routes = {
|
|
|
141664
141777
|
/** 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
141778
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141666
141779
|
/** Brand-specific terminology for 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' | '
|
|
141780
|
+
external_type?: ('pti_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
141781
|
/** 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
141782
|
external_type_display_name?: string | undefined;
|
|
141670
141783
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -145667,7 +145780,7 @@ type Routes = {
|
|
|
145667
145780
|
/** 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
145781
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
145669
145782
|
/** Brand-specific terminology for 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' | '
|
|
145783
|
+
external_type?: ('pti_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
145784
|
/** 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
145785
|
external_type_display_name?: string | undefined;
|
|
145673
145786
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -145797,7 +145910,7 @@ type Routes = {
|
|
|
145797
145910
|
/** 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
145911
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
145799
145912
|
/** Brand-specific terminology for 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' | '
|
|
145913
|
+
external_type?: ('pti_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
145914
|
/** 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
145915
|
external_type_display_name?: string | undefined;
|
|
145803
145916
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -145994,7 +146107,7 @@ type Routes = {
|
|
|
145994
146107
|
/** 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
146108
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
145996
146109
|
/** Brand-specific terminology for 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' | '
|
|
146110
|
+
external_type?: ('pti_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
146111
|
/** 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
146112
|
external_type_display_name?: string | undefined;
|
|
146000
146113
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -146124,7 +146237,7 @@ type Routes = {
|
|
|
146124
146237
|
/** 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
146238
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
146126
146239
|
/** Brand-specific terminology for 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' | '
|
|
146240
|
+
external_type?: ('pti_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
146241
|
/** 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
146242
|
external_type_display_name?: string | undefined;
|
|
146130
146243
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148125,7 +148238,7 @@ type Routes = {
|
|
|
148125
148238
|
/** 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
148239
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148127
148240
|
/** Brand-specific terminology for 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' | '
|
|
148241
|
+
external_type?: ('pti_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
148242
|
/** 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
148243
|
external_type_display_name?: string | undefined;
|
|
148131
148244
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148255,7 +148368,7 @@ type Routes = {
|
|
|
148255
148368
|
/** 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
148369
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148257
148370
|
/** Brand-specific terminology for 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' | '
|
|
148371
|
+
external_type?: ('pti_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
148372
|
/** 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
148373
|
external_type_display_name?: string | undefined;
|
|
148261
148374
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148452,7 +148565,7 @@ type Routes = {
|
|
|
148452
148565
|
/** 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
148566
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148454
148567
|
/** Brand-specific terminology for 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' | '
|
|
148568
|
+
external_type?: ('pti_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
148569
|
/** 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
148570
|
external_type_display_name?: string | undefined;
|
|
148458
148571
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -148582,7 +148695,7 @@ type Routes = {
|
|
|
148582
148695
|
/** 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
148696
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148584
148697
|
/** Brand-specific terminology for 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' | '
|
|
148698
|
+
external_type?: ('pti_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
148699
|
/** 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
148700
|
external_type_display_name?: string | undefined;
|
|
148588
148701
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -151020,6 +151133,13 @@ type Routes = {
|
|
|
151020
151133
|
created_at: string;
|
|
151021
151134
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151022
151135
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
151136
|
+
} | {
|
|
151137
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
151138
|
+
message: string;
|
|
151139
|
+
/** Date and time at which Seam created the warning. */
|
|
151140
|
+
created_at: string;
|
|
151141
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151142
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
151023
151143
|
} | {
|
|
151024
151144
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
151025
151145
|
message: string;
|
|
@@ -152897,7 +153017,7 @@ type Routes = {
|
|
|
152897
153017
|
/** 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
153018
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
152899
153019
|
/** Brand-specific terminology for 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' | '
|
|
153020
|
+
external_type?: ('pti_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
153021
|
/** 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
153022
|
external_type_display_name?: string | undefined;
|
|
152903
153023
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -153027,7 +153147,7 @@ type Routes = {
|
|
|
153027
153147
|
/** 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
153148
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
153029
153149
|
/** Brand-specific terminology for 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' | '
|
|
153150
|
+
external_type?: ('pti_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
153151
|
/** 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
153152
|
external_type_display_name?: string | undefined;
|
|
153033
153153
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -153224,7 +153344,7 @@ type Routes = {
|
|
|
153224
153344
|
/** 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
153345
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
153226
153346
|
/** Brand-specific terminology for 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' | '
|
|
153347
|
+
external_type?: ('pti_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
153348
|
/** 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
153349
|
external_type_display_name?: string | undefined;
|
|
153230
153350
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -153354,7 +153474,7 @@ type Routes = {
|
|
|
153354
153474
|
/** 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
153475
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
153356
153476
|
/** Brand-specific terminology for 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' | '
|
|
153477
|
+
external_type?: ('pti_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
153478
|
/** 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
153479
|
external_type_display_name?: string | undefined;
|
|
153360
153480
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -155436,6 +155556,13 @@ type Routes = {
|
|
|
155436
155556
|
created_at: string;
|
|
155437
155557
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155438
155558
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
155559
|
+
} | {
|
|
155560
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155561
|
+
message: string;
|
|
155562
|
+
/** Date and time at which Seam created the warning. */
|
|
155563
|
+
created_at: string;
|
|
155564
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155565
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
155439
155566
|
} | {
|
|
155440
155567
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155441
155568
|
message: string;
|
|
@@ -156054,7 +156181,7 @@ type Routes = {
|
|
|
156054
156181
|
/** 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
156182
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
156056
156183
|
/** Brand-specific terminology for 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' | '
|
|
156184
|
+
external_type?: ('pti_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
156185
|
/** 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
156186
|
external_type_display_name?: string | undefined;
|
|
156060
156187
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -157809,7 +157936,7 @@ type Routes = {
|
|
|
157809
157936
|
/** 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
157937
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
157811
157938
|
/** Brand-specific terminology for 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' | '
|
|
157939
|
+
external_type?: ('pti_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
157940
|
/** 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
157941
|
external_type_display_name?: string | undefined;
|
|
157815
157942
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158010,7 +158137,7 @@ type Routes = {
|
|
|
158010
158137
|
/** 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
158138
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158012
158139
|
/** Brand-specific terminology for 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' | '
|
|
158140
|
+
external_type?: ('pti_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
158141
|
/** 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
158142
|
external_type_display_name?: string | undefined;
|
|
158016
158143
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158168,7 +158295,7 @@ type Routes = {
|
|
|
158168
158295
|
/** 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
158296
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158170
158297
|
/** Brand-specific terminology for 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' | '
|
|
158298
|
+
external_type?: ('pti_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
158299
|
/** 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
158300
|
external_type_display_name?: string | undefined;
|
|
158174
158301
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158331,7 +158458,7 @@ type Routes = {
|
|
|
158331
158458
|
/** 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
158459
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158333
158460
|
/** Brand-specific terminology for 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' | '
|
|
158461
|
+
external_type?: ('pti_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
158462
|
/** 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
158463
|
external_type_display_name?: string | undefined;
|
|
158337
158464
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158498,7 +158625,7 @@ type Routes = {
|
|
|
158498
158625
|
/** 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
158626
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158500
158627
|
/** Brand-specific terminology for 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' | '
|
|
158628
|
+
external_type?: ('pti_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
158629
|
/** 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
158630
|
external_type_display_name?: string | undefined;
|
|
158504
158631
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158806,7 +158933,7 @@ type Routes = {
|
|
|
158806
158933
|
/** 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
158934
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158808
158935
|
/** Brand-specific terminology for 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' | '
|
|
158936
|
+
external_type?: ('pti_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
158937
|
/** 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
158938
|
external_type_display_name?: string | undefined;
|
|
158812
158939
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158952,7 +159079,7 @@ type Routes = {
|
|
|
158952
159079
|
/** 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
159080
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158954
159081
|
/** Brand-specific terminology for 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' | '
|
|
159082
|
+
external_type?: ('pti_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
159083
|
/** 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
159084
|
external_type_display_name?: string | undefined;
|
|
158958
159085
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159111,7 +159238,7 @@ type Routes = {
|
|
|
159111
159238
|
/** 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
159239
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159113
159240
|
/** Brand-specific terminology for 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' | '
|
|
159241
|
+
external_type?: ('pti_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
159242
|
/** 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
159243
|
external_type_display_name?: string | undefined;
|
|
159117
159244
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159265,7 +159392,7 @@ type Routes = {
|
|
|
159265
159392
|
/** 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
159393
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159267
159394
|
/** Brand-specific terminology for 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' | '
|
|
159395
|
+
external_type?: ('pti_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
159396
|
/** 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
159397
|
external_type_display_name?: string | undefined;
|
|
159271
159398
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159555,7 +159682,7 @@ type Routes = {
|
|
|
159555
159682
|
/** 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
159683
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159557
159684
|
/** Brand-specific terminology for 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' | '
|
|
159685
|
+
external_type?: ('pti_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
159686
|
/** 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
159687
|
external_type_display_name?: string | undefined;
|
|
159561
159688
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159685,7 +159812,7 @@ type Routes = {
|
|
|
159685
159812
|
/** 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
159813
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159687
159814
|
/** Brand-specific terminology for 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' | '
|
|
159815
|
+
external_type?: ('pti_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
159816
|
/** 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
159817
|
external_type_display_name?: string | undefined;
|
|
159691
159818
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159882,7 +160009,7 @@ type Routes = {
|
|
|
159882
160009
|
/** 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
160010
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159884
160011
|
/** Brand-specific terminology for 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' | '
|
|
160012
|
+
external_type?: ('pti_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
160013
|
/** 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
160014
|
external_type_display_name?: string | undefined;
|
|
159888
160015
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -160012,7 +160139,7 @@ type Routes = {
|
|
|
160012
160139
|
/** 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
160140
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
160014
160141
|
/** Brand-specific terminology for 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' | '
|
|
160142
|
+
external_type?: ('pti_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
160143
|
/** 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
160144
|
external_type_display_name?: string | undefined;
|
|
160018
160145
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -161003,7 +161130,7 @@ type Routes = {
|
|
|
161003
161130
|
/** 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
161131
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
161005
161132
|
/** Brand-specific terminology for 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' | '
|
|
161133
|
+
external_type?: ('pti_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
161134
|
/** 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
161135
|
external_type_display_name?: string | undefined;
|
|
161009
161136
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -161133,7 +161260,7 @@ type Routes = {
|
|
|
161133
161260
|
/** 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
161261
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
161135
161262
|
/** Brand-specific terminology for 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' | '
|
|
161263
|
+
external_type?: ('pti_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
161264
|
/** 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
161265
|
external_type_display_name?: string | undefined;
|
|
161139
161266
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -161330,7 +161457,7 @@ type Routes = {
|
|
|
161330
161457
|
/** 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
161458
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
161332
161459
|
/** Brand-specific terminology for 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' | '
|
|
161460
|
+
external_type?: ('pti_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
161461
|
/** 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
161462
|
external_type_display_name?: string | undefined;
|
|
161336
161463
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -161460,7 +161587,7 @@ type Routes = {
|
|
|
161460
161587
|
/** 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
161588
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
161462
161589
|
/** Brand-specific terminology for 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' | '
|
|
161590
|
+
external_type?: ('pti_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
161591
|
/** 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
161592
|
external_type_display_name?: string | undefined;
|
|
161466
161593
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -162625,7 +162752,7 @@ type Routes = {
|
|
|
162625
162752
|
/** 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
162753
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
162627
162754
|
/** Brand-specific terminology for 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' | '
|
|
162755
|
+
external_type?: ('pti_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
162756
|
/** 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
162757
|
external_type_display_name?: string | undefined;
|
|
162631
162758
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -162913,7 +163040,7 @@ type Routes = {
|
|
|
162913
163040
|
/** 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
163041
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
162915
163042
|
/** Brand-specific terminology for 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' | '
|
|
163043
|
+
external_type?: ('pti_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
163044
|
/** 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
163045
|
external_type_display_name?: string | undefined;
|
|
162919
163046
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -163043,7 +163170,7 @@ type Routes = {
|
|
|
163043
163170
|
/** 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
163171
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
163045
163172
|
/** Brand-specific terminology for 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' | '
|
|
163173
|
+
external_type?: ('pti_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
163174
|
/** 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
163175
|
external_type_display_name?: string | undefined;
|
|
163049
163176
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -163240,7 +163367,7 @@ type Routes = {
|
|
|
163240
163367
|
/** 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
163368
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
163242
163369
|
/** Brand-specific terminology for 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' | '
|
|
163370
|
+
external_type?: ('pti_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
163371
|
/** 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
163372
|
external_type_display_name?: string | undefined;
|
|
163246
163373
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -163370,7 +163497,7 @@ type Routes = {
|
|
|
163370
163497
|
/** 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
163498
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
163372
163499
|
/** Brand-specific terminology for 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' | '
|
|
163500
|
+
external_type?: ('pti_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
163501
|
/** 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
163502
|
external_type_display_name?: string | undefined;
|
|
163376
163503
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -166290,7 +166417,7 @@ type Routes = {
|
|
|
166290
166417
|
/** 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
166418
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
166292
166419
|
/** Brand-specific terminology for 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' | '
|
|
166420
|
+
external_type?: ('pti_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
166421
|
/** 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
166422
|
external_type_display_name?: string | undefined;
|
|
166296
166423
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -166420,7 +166547,7 @@ type Routes = {
|
|
|
166420
166547
|
/** 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
166548
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
166422
166549
|
/** Brand-specific terminology for 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' | '
|
|
166550
|
+
external_type?: ('pti_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
166551
|
/** 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
166552
|
external_type_display_name?: string | undefined;
|
|
166426
166553
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -166617,7 +166744,7 @@ type Routes = {
|
|
|
166617
166744
|
/** 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
166745
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
166619
166746
|
/** Brand-specific terminology for 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' | '
|
|
166747
|
+
external_type?: ('pti_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
166748
|
/** 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
166749
|
external_type_display_name?: string | undefined;
|
|
166623
166750
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -166747,7 +166874,7 @@ type Routes = {
|
|
|
166747
166874
|
/** 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
166875
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
166749
166876
|
/** Brand-specific terminology for 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' | '
|
|
166877
|
+
external_type?: ('pti_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
166878
|
/** 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
166879
|
external_type_display_name?: string | undefined;
|
|
166753
166880
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -167631,7 +167758,7 @@ type Routes = {
|
|
|
167631
167758
|
/** 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
167759
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
167633
167760
|
/** Brand-specific terminology for 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' | '
|
|
167761
|
+
external_type?: ('pti_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
167762
|
/** 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
167763
|
external_type_display_name?: string | undefined;
|
|
167637
167764
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -167761,7 +167888,7 @@ type Routes = {
|
|
|
167761
167888
|
/** 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
167889
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
167763
167890
|
/** Brand-specific terminology for 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' | '
|
|
167891
|
+
external_type?: ('pti_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
167892
|
/** 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
167893
|
external_type_display_name?: string | undefined;
|
|
167767
167894
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -167958,7 +168085,7 @@ type Routes = {
|
|
|
167958
168085
|
/** 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
168086
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
167960
168087
|
/** Brand-specific terminology for 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' | '
|
|
168088
|
+
external_type?: ('pti_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
168089
|
/** 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
168090
|
external_type_display_name?: string | undefined;
|
|
167964
168091
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -168088,7 +168215,7 @@ type Routes = {
|
|
|
168088
168215
|
/** 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
168216
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
168090
168217
|
/** Brand-specific terminology for 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' | '
|
|
168218
|
+
external_type?: ('pti_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
168219
|
/** 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
168220
|
external_type_display_name?: string | undefined;
|
|
168094
168221
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -172009,6 +172136,13 @@ type Routes = {
|
|
|
172009
172136
|
created_at: string;
|
|
172010
172137
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
172011
172138
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
172139
|
+
} | {
|
|
172140
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
172141
|
+
message: string;
|
|
172142
|
+
/** Date and time at which Seam created the warning. */
|
|
172143
|
+
created_at: string;
|
|
172144
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
172145
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
172012
172146
|
} | {
|
|
172013
172147
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
172014
172148
|
message: string;
|
|
@@ -173384,6 +173518,13 @@ type Routes = {
|
|
|
173384
173518
|
created_at: string;
|
|
173385
173519
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173386
173520
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
173521
|
+
} | {
|
|
173522
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173523
|
+
message: string;
|
|
173524
|
+
/** Date and time at which Seam created the warning. */
|
|
173525
|
+
created_at: string;
|
|
173526
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173527
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
173387
173528
|
} | {
|
|
173388
173529
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173389
173530
|
message: string;
|
|
@@ -173938,6 +174079,13 @@ type Routes = {
|
|
|
173938
174079
|
created_at: string;
|
|
173939
174080
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173940
174081
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
174082
|
+
} | {
|
|
174083
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174084
|
+
message: string;
|
|
174085
|
+
/** Date and time at which Seam created the warning. */
|
|
174086
|
+
created_at: string;
|
|
174087
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174088
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
173941
174089
|
} | {
|
|
173942
174090
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173943
174091
|
message: string;
|
|
@@ -174422,6 +174570,13 @@ type Routes = {
|
|
|
174422
174570
|
created_at: string;
|
|
174423
174571
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174424
174572
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
174573
|
+
} | {
|
|
174574
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174575
|
+
message: string;
|
|
174576
|
+
/** Date and time at which Seam created the warning. */
|
|
174577
|
+
created_at: string;
|
|
174578
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174579
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
174425
174580
|
} | {
|
|
174426
174581
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174427
174582
|
message: string;
|
|
@@ -180553,7 +180708,7 @@ type Routes = {
|
|
|
180553
180708
|
/** 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
180709
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
180555
180710
|
/** Brand-specific terminology for 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' | '
|
|
180711
|
+
external_type?: ('pti_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
180712
|
/** 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
180713
|
external_type_display_name?: string | undefined;
|
|
180559
180714
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -180683,7 +180838,7 @@ type Routes = {
|
|
|
180683
180838
|
/** 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
180839
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
180685
180840
|
/** Brand-specific terminology for 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' | '
|
|
180841
|
+
external_type?: ('pti_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
180842
|
/** 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
180843
|
external_type_display_name?: string | undefined;
|
|
180689
180844
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -180880,7 +181035,7 @@ type Routes = {
|
|
|
180880
181035
|
/** 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
181036
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
180882
181037
|
/** Brand-specific terminology for 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' | '
|
|
181038
|
+
external_type?: ('pti_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
181039
|
/** 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
181040
|
external_type_display_name?: string | undefined;
|
|
180886
181041
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -181010,7 +181165,7 @@ type Routes = {
|
|
|
181010
181165
|
/** 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
181166
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
181012
181167
|
/** Brand-specific terminology for 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' | '
|
|
181168
|
+
external_type?: ('pti_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
181169
|
/** 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
181170
|
external_type_display_name?: string | undefined;
|
|
181016
181171
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -182933,6 +183088,13 @@ type Routes = {
|
|
|
182933
183088
|
created_at: string;
|
|
182934
183089
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182935
183090
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
183091
|
+
} | {
|
|
183092
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
183093
|
+
message: string;
|
|
183094
|
+
/** Date and time at which Seam created the warning. */
|
|
183095
|
+
created_at: string;
|
|
183096
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
183097
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
182936
183098
|
} | {
|
|
182937
183099
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
182938
183100
|
message: string;
|
|
@@ -184258,6 +184420,13 @@ type Routes = {
|
|
|
184258
184420
|
created_at: string;
|
|
184259
184421
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
184260
184422
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
184423
|
+
} | {
|
|
184424
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
184425
|
+
message: string;
|
|
184426
|
+
/** Date and time at which Seam created the warning. */
|
|
184427
|
+
created_at: string;
|
|
184428
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
184429
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
184261
184430
|
} | {
|
|
184262
184431
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
184263
184432
|
message: string;
|
|
@@ -185633,6 +185802,13 @@ type Routes = {
|
|
|
185633
185802
|
created_at: string;
|
|
185634
185803
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
185635
185804
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
185805
|
+
} | {
|
|
185806
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
185807
|
+
message: string;
|
|
185808
|
+
/** Date and time at which Seam created the warning. */
|
|
185809
|
+
created_at: string;
|
|
185810
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
185811
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
185636
185812
|
} | {
|
|
185637
185813
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
185638
185814
|
message: string;
|
|
@@ -186957,6 +187133,13 @@ type Routes = {
|
|
|
186957
187133
|
created_at: string;
|
|
186958
187134
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
186959
187135
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
187136
|
+
} | {
|
|
187137
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
187138
|
+
message: string;
|
|
187139
|
+
/** Date and time at which Seam created the warning. */
|
|
187140
|
+
created_at: string;
|
|
187141
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
187142
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
186960
187143
|
} | {
|
|
186961
187144
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
186962
187145
|
message: string;
|
|
@@ -187260,7 +187443,7 @@ type Routes = {
|
|
|
187260
187443
|
/** 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
187444
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
187262
187445
|
/** Brand-specific terminology for 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' | '
|
|
187446
|
+
external_type?: ('pti_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
187447
|
/** 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
187448
|
external_type_display_name?: string | undefined;
|
|
187266
187449
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187390,7 +187573,7 @@ type Routes = {
|
|
|
187390
187573
|
/** 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
187574
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
187392
187575
|
/** Brand-specific terminology for 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' | '
|
|
187576
|
+
external_type?: ('pti_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
187577
|
/** 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
187578
|
external_type_display_name?: string | undefined;
|
|
187396
187579
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187587,7 +187770,7 @@ type Routes = {
|
|
|
187587
187770
|
/** 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
187771
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
187589
187772
|
/** Brand-specific terminology for 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' | '
|
|
187773
|
+
external_type?: ('pti_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
187774
|
/** 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
187775
|
external_type_display_name?: string | undefined;
|
|
187593
187776
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187717,7 +187900,7 @@ type Routes = {
|
|
|
187717
187900
|
/** 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
187901
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
187719
187902
|
/** Brand-specific terminology for 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' | '
|
|
187903
|
+
external_type?: ('pti_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
187904
|
/** 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
187905
|
external_type_display_name?: string | undefined;
|
|
187723
187906
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -188602,7 +188785,7 @@ type Routes = {
|
|
|
188602
188785
|
/** 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
188786
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
188604
188787
|
/** Brand-specific terminology for 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' | '
|
|
188788
|
+
external_type?: ('pti_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
188789
|
/** 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
188790
|
external_type_display_name?: string | undefined;
|
|
188608
188791
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -188732,7 +188915,7 @@ type Routes = {
|
|
|
188732
188915
|
/** 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
188916
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
188734
188917
|
/** Brand-specific terminology for 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' | '
|
|
188918
|
+
external_type?: ('pti_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
188919
|
/** 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
188920
|
external_type_display_name?: string | undefined;
|
|
188738
188921
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -188929,7 +189112,7 @@ type Routes = {
|
|
|
188929
189112
|
/** 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
189113
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
188931
189114
|
/** Brand-specific terminology for 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' | '
|
|
189115
|
+
external_type?: ('pti_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
189116
|
/** 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
189117
|
external_type_display_name?: string | undefined;
|
|
188935
189118
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -189059,7 +189242,7 @@ type Routes = {
|
|
|
189059
189242
|
/** 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
189243
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
189061
189244
|
/** Brand-specific terminology for 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' | '
|
|
189245
|
+
external_type?: ('pti_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
189246
|
/** 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
189247
|
external_type_display_name?: string | undefined;
|
|
189065
189248
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -189942,7 +190125,7 @@ type Routes = {
|
|
|
189942
190125
|
/** 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
190126
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
189944
190127
|
/** Brand-specific terminology for 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' | '
|
|
190128
|
+
external_type?: ('pti_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
190129
|
/** 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
190130
|
external_type_display_name?: string | undefined;
|
|
189948
190131
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -190072,7 +190255,7 @@ type Routes = {
|
|
|
190072
190255
|
/** 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
190256
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
190074
190257
|
/** Brand-specific terminology for 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' | '
|
|
190258
|
+
external_type?: ('pti_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
190259
|
/** 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
190260
|
external_type_display_name?: string | undefined;
|
|
190078
190261
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -190269,7 +190452,7 @@ type Routes = {
|
|
|
190269
190452
|
/** 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
190453
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
190271
190454
|
/** Brand-specific terminology for 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' | '
|
|
190455
|
+
external_type?: ('pti_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
190456
|
/** 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
190457
|
external_type_display_name?: string | undefined;
|
|
190275
190458
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -190399,7 +190582,7 @@ type Routes = {
|
|
|
190399
190582
|
/** 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
190583
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
190401
190584
|
/** Brand-specific terminology for 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' | '
|
|
190585
|
+
external_type?: ('pti_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
190586
|
/** 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
190587
|
external_type_display_name?: string | undefined;
|
|
190405
190588
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -191284,7 +191467,7 @@ type Routes = {
|
|
|
191284
191467
|
/** 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
191468
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
191286
191469
|
/** Brand-specific terminology for 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' | '
|
|
191470
|
+
external_type?: ('pti_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
191471
|
/** 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
191472
|
external_type_display_name?: string | undefined;
|
|
191290
191473
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -191414,7 +191597,7 @@ type Routes = {
|
|
|
191414
191597
|
/** 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
191598
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
191416
191599
|
/** Brand-specific terminology for 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' | '
|
|
191600
|
+
external_type?: ('pti_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
191601
|
/** 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
191602
|
external_type_display_name?: string | undefined;
|
|
191420
191603
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -191611,7 +191794,7 @@ type Routes = {
|
|
|
191611
191794
|
/** 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
191795
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
191613
191796
|
/** Brand-specific terminology for 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' | '
|
|
191797
|
+
external_type?: ('pti_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
191798
|
/** 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
191799
|
external_type_display_name?: string | undefined;
|
|
191617
191800
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -191741,7 +191924,7 @@ type Routes = {
|
|
|
191741
191924
|
/** 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
191925
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
191743
191926
|
/** Brand-specific terminology for 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' | '
|
|
191927
|
+
external_type?: ('pti_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
191928
|
/** 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
191929
|
external_type_display_name?: string | undefined;
|
|
191747
191930
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -193698,6 +193881,13 @@ type Routes = {
|
|
|
193698
193881
|
created_at: string;
|
|
193699
193882
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
193700
193883
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
193884
|
+
} | {
|
|
193885
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
193886
|
+
message: string;
|
|
193887
|
+
/** Date and time at which Seam created the warning. */
|
|
193888
|
+
created_at: string;
|
|
193889
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
193890
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
193701
193891
|
} | {
|
|
193702
193892
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
193703
193893
|
message: string;
|
|
@@ -195022,6 +195212,13 @@ type Routes = {
|
|
|
195022
195212
|
created_at: string;
|
|
195023
195213
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
195024
195214
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
195215
|
+
} | {
|
|
195216
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
195217
|
+
message: string;
|
|
195218
|
+
/** Date and time at which Seam created the warning. */
|
|
195219
|
+
created_at: string;
|
|
195220
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
195221
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
195025
195222
|
} | {
|
|
195026
195223
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
195027
195224
|
message: string;
|
|
@@ -195335,7 +195532,7 @@ type Routes = {
|
|
|
195335
195532
|
/** 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
195533
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
195337
195534
|
/** Brand-specific terminology for 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' | '
|
|
195535
|
+
external_type?: ('pti_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
195536
|
/** 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
195537
|
external_type_display_name?: string | undefined;
|
|
195341
195538
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -195465,7 +195662,7 @@ type Routes = {
|
|
|
195465
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`. */
|
|
195466
195663
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
195467
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`. */
|
|
195468
|
-
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;
|
|
195469
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. */
|
|
195470
195667
|
external_type_display_name?: string | undefined;
|
|
195471
195668
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -195662,7 +195859,7 @@ type Routes = {
|
|
|
195662
195859
|
/** 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
195860
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
195664
195861
|
/** Brand-specific terminology for 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' | '
|
|
195862
|
+
external_type?: ('pti_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
195863
|
/** 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
195864
|
external_type_display_name?: string | undefined;
|
|
195668
195865
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -195792,7 +195989,7 @@ type Routes = {
|
|
|
195792
195989
|
/** 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
195990
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
195794
195991
|
/** Brand-specific terminology for 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' | '
|
|
195992
|
+
external_type?: ('pti_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
195993
|
/** 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
195994
|
external_type_display_name?: string | undefined;
|
|
195798
195995
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -196696,7 +196893,7 @@ type Routes = {
|
|
|
196696
196893
|
/** 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
196894
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
196698
196895
|
/** Brand-specific terminology for 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' | '
|
|
196896
|
+
external_type?: ('pti_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
196897
|
/** 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
196898
|
external_type_display_name?: string | undefined;
|
|
196702
196899
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -196826,7 +197023,7 @@ type Routes = {
|
|
|
196826
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`. */
|
|
196827
197024
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
196828
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`. */
|
|
196829
|
-
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;
|
|
196830
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. */
|
|
196831
197028
|
external_type_display_name?: string | undefined;
|
|
196832
197029
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -197023,7 +197220,7 @@ type Routes = {
|
|
|
197023
197220
|
/** 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
197221
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
197025
197222
|
/** Brand-specific terminology for 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' | '
|
|
197223
|
+
external_type?: ('pti_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
197224
|
/** 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
197225
|
external_type_display_name?: string | undefined;
|
|
197029
197226
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -197153,7 +197350,7 @@ type Routes = {
|
|
|
197153
197350
|
/** 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
197351
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
197155
197352
|
/** Brand-specific terminology for 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' | '
|
|
197353
|
+
external_type?: ('pti_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
197354
|
/** 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
197355
|
external_type_display_name?: string | undefined;
|
|
197159
197356
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -198113,7 +198310,7 @@ type Routes = {
|
|
|
198113
198310
|
/** 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
198311
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
198115
198312
|
/** Brand-specific terminology for 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' | '
|
|
198313
|
+
external_type?: ('pti_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
198314
|
/** 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
198315
|
external_type_display_name?: string | undefined;
|
|
198119
198316
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -198243,7 +198440,7 @@ type Routes = {
|
|
|
198243
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`. */
|
|
198244
198441
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
198245
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`. */
|
|
198246
|
-
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;
|
|
198247
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. */
|
|
198248
198445
|
external_type_display_name?: string | undefined;
|
|
198249
198446
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -198440,7 +198637,7 @@ type Routes = {
|
|
|
198440
198637
|
/** 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
198638
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
198442
198639
|
/** Brand-specific terminology for 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' | '
|
|
198640
|
+
external_type?: ('pti_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
198641
|
/** 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
198642
|
external_type_display_name?: string | undefined;
|
|
198446
198643
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -198570,7 +198767,7 @@ type Routes = {
|
|
|
198570
198767
|
/** 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
198768
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
198572
198769
|
/** Brand-specific terminology for 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' | '
|
|
198770
|
+
external_type?: ('pti_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
198771
|
/** 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
198772
|
external_type_display_name?: string | undefined;
|
|
198576
198773
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -200501,7 +200698,7 @@ type Routes = {
|
|
|
200501
200698
|
/** 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
200699
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
200503
200700
|
/** Brand-specific terminology for 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' | '
|
|
200701
|
+
external_type?: ('pti_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
200702
|
/** 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
200703
|
external_type_display_name?: string | undefined;
|
|
200507
200704
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -200631,7 +200828,7 @@ type Routes = {
|
|
|
200631
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`. */
|
|
200632
200829
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
200633
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`. */
|
|
200634
|
-
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;
|
|
200635
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. */
|
|
200636
200833
|
external_type_display_name?: string | undefined;
|
|
200637
200834
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -200828,7 +201025,7 @@ type Routes = {
|
|
|
200828
201025
|
/** 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
201026
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
200830
201027
|
/** Brand-specific terminology for 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' | '
|
|
201028
|
+
external_type?: ('pti_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
201029
|
/** 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
201030
|
external_type_display_name?: string | undefined;
|
|
200834
201031
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -200958,7 +201155,7 @@ type Routes = {
|
|
|
200958
201155
|
/** 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
201156
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
200960
201157
|
/** Brand-specific terminology for 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' | '
|
|
201158
|
+
external_type?: ('pti_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
201159
|
/** 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
201160
|
external_type_display_name?: string | undefined;
|
|
200964
201161
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -206627,7 +206824,7 @@ type Routes = {
|
|
|
206627
206824
|
/** 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
206825
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
206629
206826
|
/** Brand-specific terminology for 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' | '
|
|
206827
|
+
external_type?: ('pti_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
206828
|
/** 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
206829
|
external_type_display_name?: string | undefined;
|
|
206633
206830
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -206794,7 +206991,7 @@ type Routes = {
|
|
|
206794
206991
|
/** 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
206992
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
206796
206993
|
/** Brand-specific terminology for 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' | '
|
|
206994
|
+
external_type?: ('pti_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
206995
|
/** 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
206996
|
external_type_display_name?: string | undefined;
|
|
206800
206997
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -208566,6 +208763,13 @@ type Routes = {
|
|
|
208566
208763
|
created_at: string;
|
|
208567
208764
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
208568
208765
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
208766
|
+
} | {
|
|
208767
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
208768
|
+
message: string;
|
|
208769
|
+
/** Date and time at which Seam created the warning. */
|
|
208770
|
+
created_at: string;
|
|
208771
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
208772
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
208569
208773
|
} | {
|
|
208570
208774
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
208571
208775
|
message: string;
|
|
@@ -209545,7 +209749,7 @@ type Routes = {
|
|
|
209545
209749
|
/** 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
209750
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
209547
209751
|
/** Brand-specific terminology for 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' | '
|
|
209752
|
+
external_type?: ('pti_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
209753
|
/** 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
209754
|
external_type_display_name?: string | undefined;
|
|
209551
209755
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -209675,7 +209879,7 @@ type Routes = {
|
|
|
209675
209879
|
/** 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
209880
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
209677
209881
|
/** Brand-specific terminology for 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' | '
|
|
209882
|
+
external_type?: ('pti_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
209883
|
/** 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
209884
|
external_type_display_name?: string | undefined;
|
|
209681
209885
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -209872,7 +210076,7 @@ type Routes = {
|
|
|
209872
210076
|
/** 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
210077
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
209874
210078
|
/** Brand-specific terminology for 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' | '
|
|
210079
|
+
external_type?: ('pti_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
210080
|
/** 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
210081
|
external_type_display_name?: string | undefined;
|
|
209878
210082
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -210002,7 +210206,7 @@ type Routes = {
|
|
|
210002
210206
|
/** 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
210207
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
210004
210208
|
/** Brand-specific terminology for 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' | '
|
|
210209
|
+
external_type?: ('pti_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
210210
|
/** 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
210211
|
external_type_display_name?: string | undefined;
|
|
210008
210212
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -210891,7 +211095,7 @@ type Routes = {
|
|
|
210891
211095
|
/** 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
211096
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
210893
211097
|
/** Brand-specific terminology for 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' | '
|
|
211098
|
+
external_type?: ('pti_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
211099
|
/** 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
211100
|
external_type_display_name?: string | undefined;
|
|
210897
211101
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -211021,7 +211225,7 @@ type Routes = {
|
|
|
211021
211225
|
/** 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
211226
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
211023
211227
|
/** Brand-specific terminology for 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' | '
|
|
211228
|
+
external_type?: ('pti_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
211229
|
/** 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
211230
|
external_type_display_name?: string | undefined;
|
|
211027
211231
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -211218,7 +211422,7 @@ type Routes = {
|
|
|
211218
211422
|
/** 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
211423
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
211220
211424
|
/** Brand-specific terminology for 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' | '
|
|
211425
|
+
external_type?: ('pti_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
211426
|
/** 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
211427
|
external_type_display_name?: string | undefined;
|
|
211224
211428
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -211348,7 +211552,7 @@ type Routes = {
|
|
|
211348
211552
|
/** 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
211553
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
211350
211554
|
/** Brand-specific terminology for 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' | '
|
|
211555
|
+
external_type?: ('pti_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
211556
|
/** 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
211557
|
external_type_display_name?: string | undefined;
|
|
211354
211558
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -212343,7 +212547,7 @@ type Routes = {
|
|
|
212343
212547
|
/** 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
212548
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
212345
212549
|
/** Brand-specific terminology for 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' | '
|
|
212550
|
+
external_type?: ('pti_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
212551
|
/** 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
212552
|
external_type_display_name?: string | undefined;
|
|
212349
212553
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -212473,7 +212677,7 @@ type Routes = {
|
|
|
212473
212677
|
/** 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
212678
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
212475
212679
|
/** Brand-specific terminology for 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' | '
|
|
212680
|
+
external_type?: ('pti_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
212681
|
/** 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
212682
|
external_type_display_name?: string | undefined;
|
|
212479
212683
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -212670,7 +212874,7 @@ type Routes = {
|
|
|
212670
212874
|
/** 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
212875
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
212672
212876
|
/** Brand-specific terminology for 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' | '
|
|
212877
|
+
external_type?: ('pti_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
212878
|
/** 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
212879
|
external_type_display_name?: string | undefined;
|
|
212676
212880
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -212800,7 +213004,7 @@ type Routes = {
|
|
|
212800
213004
|
/** 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
213005
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
212802
213006
|
/** Brand-specific terminology for 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' | '
|
|
213007
|
+
external_type?: ('pti_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
213008
|
/** 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
213009
|
external_type_display_name?: string | undefined;
|
|
212806
213010
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -214738,6 +214942,13 @@ type Routes = {
|
|
|
214738
214942
|
created_at: string;
|
|
214739
214943
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
214740
214944
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
214945
|
+
} | {
|
|
214946
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
214947
|
+
message: string;
|
|
214948
|
+
/** Date and time at which Seam created the warning. */
|
|
214949
|
+
created_at: string;
|
|
214950
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
214951
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
214741
214952
|
} | {
|
|
214742
214953
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
214743
214954
|
message: string;
|
|
@@ -215045,7 +215256,7 @@ type Routes = {
|
|
|
215045
215256
|
/** 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
215257
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
215047
215258
|
/** Brand-specific terminology for 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' | '
|
|
215259
|
+
external_type?: ('pti_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
215260
|
/** 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
215261
|
external_type_display_name?: string | undefined;
|
|
215051
215262
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -215175,7 +215386,7 @@ type Routes = {
|
|
|
215175
215386
|
/** 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
215387
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
215177
215388
|
/** Brand-specific terminology for 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' | '
|
|
215389
|
+
external_type?: ('pti_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
215390
|
/** 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
215391
|
external_type_display_name?: string | undefined;
|
|
215181
215392
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -215372,7 +215583,7 @@ type Routes = {
|
|
|
215372
215583
|
/** 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
215584
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
215374
215585
|
/** Brand-specific terminology for 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' | '
|
|
215586
|
+
external_type?: ('pti_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
215587
|
/** 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
215588
|
external_type_display_name?: string | undefined;
|
|
215378
215589
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -215502,7 +215713,7 @@ type Routes = {
|
|
|
215502
215713
|
/** 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
215714
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
215504
215715
|
/** Brand-specific terminology for 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' | '
|
|
215716
|
+
external_type?: ('pti_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
215717
|
/** 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
215718
|
external_type_display_name?: string | undefined;
|
|
215508
215719
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -216395,7 +216606,7 @@ type Routes = {
|
|
|
216395
216606
|
/** 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
216607
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
216397
216608
|
/** Brand-specific terminology for 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' | '
|
|
216609
|
+
external_type?: ('pti_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
216610
|
/** 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
216611
|
external_type_display_name?: string | undefined;
|
|
216401
216612
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -216525,7 +216736,7 @@ type Routes = {
|
|
|
216525
216736
|
/** 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
216737
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
216527
216738
|
/** Brand-specific terminology for 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' | '
|
|
216739
|
+
external_type?: ('pti_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
216740
|
/** 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
216741
|
external_type_display_name?: string | undefined;
|
|
216531
216742
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -216722,7 +216933,7 @@ type Routes = {
|
|
|
216722
216933
|
/** 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
216934
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
216724
216935
|
/** Brand-specific terminology for 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' | '
|
|
216936
|
+
external_type?: ('pti_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
216937
|
/** 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
216938
|
external_type_display_name?: string | undefined;
|
|
216728
216939
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -216852,7 +217063,7 @@ type Routes = {
|
|
|
216852
217063
|
/** 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
217064
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
216854
217065
|
/** Brand-specific terminology for 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' | '
|
|
217066
|
+
external_type?: ('pti_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
217067
|
/** 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
217068
|
external_type_display_name?: string | undefined;
|
|
216858
217069
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -218809,6 +219020,13 @@ type Routes = {
|
|
|
218809
219020
|
created_at: string;
|
|
218810
219021
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
218811
219022
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
219023
|
+
} | {
|
|
219024
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
219025
|
+
message: string;
|
|
219026
|
+
/** Date and time at which Seam created the warning. */
|
|
219027
|
+
created_at: string;
|
|
219028
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
219029
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
218812
219030
|
} | {
|
|
218813
219031
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
218814
219032
|
message: string;
|
|
@@ -220133,6 +220351,13 @@ type Routes = {
|
|
|
220133
220351
|
created_at: string;
|
|
220134
220352
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
220135
220353
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
220354
|
+
} | {
|
|
220355
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
220356
|
+
message: string;
|
|
220357
|
+
/** Date and time at which Seam created the warning. */
|
|
220358
|
+
created_at: string;
|
|
220359
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
220360
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
220136
220361
|
} | {
|
|
220137
220362
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
220138
220363
|
message: string;
|
|
@@ -220436,7 +220661,7 @@ type Routes = {
|
|
|
220436
220661
|
/** 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
220662
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
220438
220663
|
/** Brand-specific terminology for 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' | '
|
|
220664
|
+
external_type?: ('pti_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
220665
|
/** 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
220666
|
external_type_display_name?: string | undefined;
|
|
220442
220667
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -220566,7 +220791,7 @@ type Routes = {
|
|
|
220566
220791
|
/** 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
220792
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
220568
220793
|
/** Brand-specific terminology for 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' | '
|
|
220794
|
+
external_type?: ('pti_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
220795
|
/** 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
220796
|
external_type_display_name?: string | undefined;
|
|
220572
220797
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -220763,7 +220988,7 @@ type Routes = {
|
|
|
220763
220988
|
/** 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
220989
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
220765
220990
|
/** Brand-specific terminology for 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' | '
|
|
220991
|
+
external_type?: ('pti_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
220992
|
/** 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
220993
|
external_type_display_name?: string | undefined;
|
|
220769
220994
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -220893,7 +221118,7 @@ type Routes = {
|
|
|
220893
221118
|
/** 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
221119
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
220895
221120
|
/** Brand-specific terminology for 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' | '
|
|
221121
|
+
external_type?: ('pti_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
221122
|
/** 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
221123
|
external_type_display_name?: string | undefined;
|
|
220899
221124
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -221981,7 +222206,7 @@ type Routes = {
|
|
|
221981
222206
|
/** 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
222207
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
221983
222208
|
/** Brand-specific terminology for 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' | '
|
|
222209
|
+
external_type?: ('pti_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
222210
|
/** 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
222211
|
external_type_display_name?: string | undefined;
|
|
221987
222212
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -222111,7 +222336,7 @@ type Routes = {
|
|
|
222111
222336
|
/** 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
222337
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
222113
222338
|
/** Brand-specific terminology for 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' | '
|
|
222339
|
+
external_type?: ('pti_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
222340
|
/** 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
222341
|
external_type_display_name?: string | undefined;
|
|
222117
222342
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -222308,7 +222533,7 @@ type Routes = {
|
|
|
222308
222533
|
/** 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
222534
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
222310
222535
|
/** Brand-specific terminology for 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' | '
|
|
222536
|
+
external_type?: ('pti_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
222537
|
/** 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
222538
|
external_type_display_name?: string | undefined;
|
|
222314
222539
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -222438,7 +222663,7 @@ type Routes = {
|
|
|
222438
222663
|
/** 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
222664
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
222440
222665
|
/** Brand-specific terminology for 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' | '
|
|
222666
|
+
external_type?: ('pti_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
222667
|
/** 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
222668
|
external_type_display_name?: string | undefined;
|
|
222444
222669
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -223354,7 +223579,7 @@ type Routes = {
|
|
|
223354
223579
|
/** 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
223580
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
223356
223581
|
/** Brand-specific terminology for 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' | '
|
|
223582
|
+
external_type?: ('pti_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
223583
|
/** 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
223584
|
external_type_display_name?: string | undefined;
|
|
223360
223585
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -223484,7 +223709,7 @@ type Routes = {
|
|
|
223484
223709
|
/** 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
223710
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
223486
223711
|
/** Brand-specific terminology for 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' | '
|
|
223712
|
+
external_type?: ('pti_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
223713
|
/** 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
223714
|
external_type_display_name?: string | undefined;
|
|
223490
223715
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -223681,7 +223906,7 @@ type Routes = {
|
|
|
223681
223906
|
/** 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
223907
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
223683
223908
|
/** Brand-specific terminology for 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' | '
|
|
223909
|
+
external_type?: ('pti_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
223910
|
/** 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
223911
|
external_type_display_name?: string | undefined;
|
|
223687
223912
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -223811,7 +224036,7 @@ type Routes = {
|
|
|
223811
224036
|
/** 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
224037
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
223813
224038
|
/** Brand-specific terminology for 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' | '
|
|
224039
|
+
external_type?: ('pti_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
224040
|
/** 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
224041
|
external_type_display_name?: string | undefined;
|
|
223817
224042
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -224839,7 +225064,7 @@ type Routes = {
|
|
|
224839
225064
|
/** 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
225065
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
224841
225066
|
/** Brand-specific terminology for 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' | '
|
|
225067
|
+
external_type?: ('pti_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
225068
|
/** 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
225069
|
external_type_display_name?: string | undefined;
|
|
224845
225070
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -224969,7 +225194,7 @@ type Routes = {
|
|
|
224969
225194
|
/** 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
225195
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
224971
225196
|
/** Brand-specific terminology for 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' | '
|
|
225197
|
+
external_type?: ('pti_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
225198
|
/** 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
225199
|
external_type_display_name?: string | undefined;
|
|
224975
225200
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -225166,7 +225391,7 @@ type Routes = {
|
|
|
225166
225391
|
/** 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
225392
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
225168
225393
|
/** Brand-specific terminology for 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' | '
|
|
225394
|
+
external_type?: ('pti_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
225395
|
/** 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
225396
|
external_type_display_name?: string | undefined;
|
|
225172
225397
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -225296,7 +225521,7 @@ type Routes = {
|
|
|
225296
225521
|
/** 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
225522
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
225298
225523
|
/** Brand-specific terminology for 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' | '
|
|
225524
|
+
external_type?: ('pti_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
225525
|
/** 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
225526
|
external_type_display_name?: string | undefined;
|
|
225302
225527
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -227767,6 +227992,13 @@ type Routes = {
|
|
|
227767
227992
|
created_at: string;
|
|
227768
227993
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
227769
227994
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
227995
|
+
} | {
|
|
227996
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
227997
|
+
message: string;
|
|
227998
|
+
/** Date and time at which Seam created the warning. */
|
|
227999
|
+
created_at: string;
|
|
228000
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
228001
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
227770
228002
|
} | {
|
|
227771
228003
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
227772
228004
|
message: string;
|
|
@@ -229093,6 +229325,13 @@ type Routes = {
|
|
|
229093
229325
|
created_at: string;
|
|
229094
229326
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
229095
229327
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
229328
|
+
} | {
|
|
229329
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
229330
|
+
message: string;
|
|
229331
|
+
/** Date and time at which Seam created the warning. */
|
|
229332
|
+
created_at: string;
|
|
229333
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
229334
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
229096
229335
|
} | {
|
|
229097
229336
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
229098
229337
|
message: string;
|
|
@@ -231542,6 +231781,13 @@ type Routes = {
|
|
|
231542
231781
|
created_at: string;
|
|
231543
231782
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
231544
231783
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
231784
|
+
} | {
|
|
231785
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
231786
|
+
message: string;
|
|
231787
|
+
/** Date and time at which Seam created the warning. */
|
|
231788
|
+
created_at: string;
|
|
231789
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
231790
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
231545
231791
|
} | {
|
|
231546
231792
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
231547
231793
|
message: string;
|
|
@@ -232495,7 +232741,7 @@ type Routes = {
|
|
|
232495
232741
|
/** 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
232742
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
232497
232743
|
/** Brand-specific terminology for 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' | '
|
|
232744
|
+
external_type?: ('pti_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
232745
|
/** 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
232746
|
external_type_display_name?: string | undefined;
|
|
232501
232747
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -232625,7 +232871,7 @@ type Routes = {
|
|
|
232625
232871
|
/** 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
232872
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
232627
232873
|
/** Brand-specific terminology for 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' | '
|
|
232874
|
+
external_type?: ('pti_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
232875
|
/** 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
232876
|
external_type_display_name?: string | undefined;
|
|
232631
232877
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -232822,7 +233068,7 @@ type Routes = {
|
|
|
232822
233068
|
/** 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
233069
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
232824
233070
|
/** Brand-specific terminology for 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' | '
|
|
233071
|
+
external_type?: ('pti_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
233072
|
/** 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
233073
|
external_type_display_name?: string | undefined;
|
|
232828
233074
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -232952,7 +233198,7 @@ type Routes = {
|
|
|
232952
233198
|
/** 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
233199
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
232954
233200
|
/** Brand-specific terminology for 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' | '
|
|
233201
|
+
external_type?: ('pti_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
233202
|
/** 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
233203
|
external_type_display_name?: string | undefined;
|
|
232958
233204
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -234344,6 +234590,13 @@ type Routes = {
|
|
|
234344
234590
|
created_at: string;
|
|
234345
234591
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
234346
234592
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
234593
|
+
} | {
|
|
234594
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
234595
|
+
message: string;
|
|
234596
|
+
/** Date and time at which Seam created the warning. */
|
|
234597
|
+
created_at: string;
|
|
234598
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
234599
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
234347
234600
|
} | {
|
|
234348
234601
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
234349
234602
|
message: string;
|
|
@@ -237838,7 +238091,7 @@ type Routes = {
|
|
|
237838
238091
|
/** 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
238092
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
237840
238093
|
/** Brand-specific terminology for 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' | '
|
|
238094
|
+
external_type?: ('pti_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
238095
|
/** 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
238096
|
external_type_display_name?: string | undefined;
|
|
237844
238097
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -237969,7 +238222,7 @@ type Routes = {
|
|
|
237969
238222
|
/** 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
238223
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
237971
238224
|
/** Brand-specific terminology for 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' | '
|
|
238225
|
+
external_type?: ('pti_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
238226
|
/** 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
238227
|
external_type_display_name?: string | undefined;
|
|
237975
238228
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -239511,7 +239764,7 @@ type Routes = {
|
|
|
239511
239764
|
/** 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
239765
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
239513
239766
|
/** Brand-specific terminology for 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' | '
|
|
239767
|
+
external_type?: ('pti_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
239768
|
/** 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
239769
|
external_type_display_name?: string | undefined;
|
|
239517
239770
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -239641,7 +239894,7 @@ type Routes = {
|
|
|
239641
239894
|
/** 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
239895
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
239643
239896
|
/** Brand-specific terminology for 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' | '
|
|
239897
|
+
external_type?: ('pti_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
239898
|
/** 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
239899
|
external_type_display_name?: string | undefined;
|
|
239647
239900
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -239838,7 +240091,7 @@ type Routes = {
|
|
|
239838
240091
|
/** 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
240092
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
239840
240093
|
/** Brand-specific terminology for 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' | '
|
|
240094
|
+
external_type?: ('pti_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
240095
|
/** 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
240096
|
external_type_display_name?: string | undefined;
|
|
239844
240097
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -239968,7 +240221,7 @@ type Routes = {
|
|
|
239968
240221
|
/** 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
240222
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
239970
240223
|
/** Brand-specific terminology for 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' | '
|
|
240224
|
+
external_type?: ('pti_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
240225
|
/** 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
240226
|
external_type_display_name?: string | undefined;
|
|
239974
240227
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|