@seamapi/types 1.747.0 → 1.749.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 +185 -20
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +801 -537
- package/dist/index.cjs +185 -20
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-method.d.ts +81 -0
- package/lib/seam/connect/models/access-grants/access-method.js +16 -0
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +14 -14
- package/lib/seam/connect/models/acs/acs-credential.js +3 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +48 -48
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +20 -20
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +28 -28
- package/lib/seam/connect/models/batch.d.ts +120 -84
- package/lib/seam/connect/models/phones/phone-session.d.ts +24 -24
- package/lib/seam/connect/openapi.d.ts +140 -10
- package/lib/seam/connect/openapi.js +169 -16
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +455 -383
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-method.ts +21 -0
- package/src/lib/seam/connect/models/acs/acs-credential.ts +3 -1
- package/src/lib/seam/connect/openapi.ts +194 -16
- package/src/lib/seam/connect/route-types.ts +695 -256
package/dist/connect.d.cts
CHANGED
|
@@ -4001,6 +4001,22 @@ declare const access_method: z.ZodObject<{
|
|
|
4001
4001
|
message: string;
|
|
4002
4002
|
created_at: string;
|
|
4003
4003
|
warning_code: "updating_access_times";
|
|
4004
|
+
}>, z.ZodObject<{
|
|
4005
|
+
created_at: z.ZodString;
|
|
4006
|
+
message: z.ZodString;
|
|
4007
|
+
} & {
|
|
4008
|
+
warning_code: z.ZodLiteral<"pulled_backup_access_code">;
|
|
4009
|
+
original_access_method_id: z.ZodOptional<z.ZodString>;
|
|
4010
|
+
}, "strip", z.ZodTypeAny, {
|
|
4011
|
+
message: string;
|
|
4012
|
+
created_at: string;
|
|
4013
|
+
warning_code: "pulled_backup_access_code";
|
|
4014
|
+
original_access_method_id?: string | undefined;
|
|
4015
|
+
}, {
|
|
4016
|
+
message: string;
|
|
4017
|
+
created_at: string;
|
|
4018
|
+
warning_code: "pulled_backup_access_code";
|
|
4019
|
+
original_access_method_id?: string | undefined;
|
|
4004
4020
|
}>]>, "many">;
|
|
4005
4021
|
pending_mutations: z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<{
|
|
4006
4022
|
created_at: z.ZodString;
|
|
@@ -4143,6 +4159,11 @@ declare const access_method: z.ZodObject<{
|
|
|
4143
4159
|
message: string;
|
|
4144
4160
|
created_at: string;
|
|
4145
4161
|
warning_code: "updating_access_times";
|
|
4162
|
+
} | {
|
|
4163
|
+
message: string;
|
|
4164
|
+
created_at: string;
|
|
4165
|
+
warning_code: "pulled_backup_access_code";
|
|
4166
|
+
original_access_method_id?: string | undefined;
|
|
4146
4167
|
})[];
|
|
4147
4168
|
mode: "code" | "card" | "mobile_key";
|
|
4148
4169
|
pending_mutations: ({
|
|
@@ -4198,6 +4219,11 @@ declare const access_method: z.ZodObject<{
|
|
|
4198
4219
|
message: string;
|
|
4199
4220
|
created_at: string;
|
|
4200
4221
|
warning_code: "updating_access_times";
|
|
4222
|
+
} | {
|
|
4223
|
+
message: string;
|
|
4224
|
+
created_at: string;
|
|
4225
|
+
warning_code: "pulled_backup_access_code";
|
|
4226
|
+
original_access_method_id?: string | undefined;
|
|
4201
4227
|
})[];
|
|
4202
4228
|
mode: "code" | "card" | "mobile_key";
|
|
4203
4229
|
pending_mutations: ({
|
|
@@ -5162,8 +5188,8 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5162
5188
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5163
5189
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
5164
5190
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5165
|
-
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
5166
|
-
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"]>>;
|
|
5191
|
+
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
5192
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
5167
5193
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
5168
5194
|
created_at: z.ZodString;
|
|
5169
5195
|
workspace_id: z.ZodString;
|
|
@@ -5350,7 +5376,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5350
5376
|
is_managed: true;
|
|
5351
5377
|
acs_system_id: string;
|
|
5352
5378
|
acs_credential_id: string;
|
|
5353
|
-
access_method: "code" | "card" | "mobile_key";
|
|
5379
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
5354
5380
|
code?: string | null | undefined;
|
|
5355
5381
|
starts_at?: string | undefined;
|
|
5356
5382
|
ends_at?: string | undefined;
|
|
@@ -5377,7 +5403,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5377
5403
|
issued_at?: string | null | undefined;
|
|
5378
5404
|
is_issued?: boolean | undefined;
|
|
5379
5405
|
acs_user_id?: string | undefined;
|
|
5380
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
5406
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
5381
5407
|
external_type_display_name?: string | undefined;
|
|
5382
5408
|
acs_credential_pool_id?: string | undefined;
|
|
5383
5409
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -5422,7 +5448,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5422
5448
|
is_managed: true;
|
|
5423
5449
|
acs_system_id: string;
|
|
5424
5450
|
acs_credential_id: string;
|
|
5425
|
-
access_method: "code" | "card" | "mobile_key";
|
|
5451
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
5426
5452
|
code?: string | null | undefined;
|
|
5427
5453
|
starts_at?: string | undefined;
|
|
5428
5454
|
ends_at?: string | undefined;
|
|
@@ -5449,7 +5475,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5449
5475
|
issued_at?: string | null | undefined;
|
|
5450
5476
|
is_issued?: boolean | undefined;
|
|
5451
5477
|
acs_user_id?: string | undefined;
|
|
5452
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
5478
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
5453
5479
|
external_type_display_name?: string | undefined;
|
|
5454
5480
|
acs_credential_pool_id?: string | undefined;
|
|
5455
5481
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -5472,8 +5498,8 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
5472
5498
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5473
5499
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
5474
5500
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5475
|
-
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
5476
|
-
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"]>>;
|
|
5501
|
+
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
5502
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
5477
5503
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
5478
5504
|
created_at: z.ZodString;
|
|
5479
5505
|
workspace_id: z.ZodString;
|
|
@@ -5660,7 +5686,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
5660
5686
|
is_managed: false;
|
|
5661
5687
|
acs_system_id: string;
|
|
5662
5688
|
acs_credential_id: string;
|
|
5663
|
-
access_method: "code" | "card" | "mobile_key";
|
|
5689
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
5664
5690
|
code?: string | null | undefined;
|
|
5665
5691
|
starts_at?: string | undefined;
|
|
5666
5692
|
ends_at?: string | undefined;
|
|
@@ -5687,7 +5713,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
5687
5713
|
issued_at?: string | null | undefined;
|
|
5688
5714
|
is_issued?: boolean | undefined;
|
|
5689
5715
|
acs_user_id?: string | undefined;
|
|
5690
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
5716
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
5691
5717
|
external_type_display_name?: string | undefined;
|
|
5692
5718
|
acs_credential_pool_id?: string | undefined;
|
|
5693
5719
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -5732,7 +5758,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
5732
5758
|
is_managed: false;
|
|
5733
5759
|
acs_system_id: string;
|
|
5734
5760
|
acs_credential_id: string;
|
|
5735
|
-
access_method: "code" | "card" | "mobile_key";
|
|
5761
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
5736
5762
|
code?: string | null | undefined;
|
|
5737
5763
|
starts_at?: string | undefined;
|
|
5738
5764
|
ends_at?: string | undefined;
|
|
@@ -5759,7 +5785,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
5759
5785
|
issued_at?: string | null | undefined;
|
|
5760
5786
|
is_issued?: boolean | undefined;
|
|
5761
5787
|
acs_user_id?: string | undefined;
|
|
5762
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
5788
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
5763
5789
|
external_type_display_name?: string | undefined;
|
|
5764
5790
|
acs_credential_pool_id?: string | undefined;
|
|
5765
5791
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8128,8 +8154,8 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8128
8154
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8129
8155
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
8130
8156
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8131
|
-
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
8132
|
-
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"]>>;
|
|
8157
|
+
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
8158
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
8133
8159
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
8134
8160
|
created_at: z.ZodString;
|
|
8135
8161
|
workspace_id: z.ZodString;
|
|
@@ -8316,7 +8342,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8316
8342
|
is_managed: true;
|
|
8317
8343
|
acs_system_id: string;
|
|
8318
8344
|
acs_credential_id: string;
|
|
8319
|
-
access_method: "code" | "card" | "mobile_key";
|
|
8345
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
8320
8346
|
code?: string | null | undefined;
|
|
8321
8347
|
starts_at?: string | undefined;
|
|
8322
8348
|
ends_at?: string | undefined;
|
|
@@ -8343,7 +8369,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8343
8369
|
issued_at?: string | null | undefined;
|
|
8344
8370
|
is_issued?: boolean | undefined;
|
|
8345
8371
|
acs_user_id?: string | undefined;
|
|
8346
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8372
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8347
8373
|
external_type_display_name?: string | undefined;
|
|
8348
8374
|
acs_credential_pool_id?: string | undefined;
|
|
8349
8375
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8388,7 +8414,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8388
8414
|
is_managed: true;
|
|
8389
8415
|
acs_system_id: string;
|
|
8390
8416
|
acs_credential_id: string;
|
|
8391
|
-
access_method: "code" | "card" | "mobile_key";
|
|
8417
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
8392
8418
|
code?: string | null | undefined;
|
|
8393
8419
|
starts_at?: string | undefined;
|
|
8394
8420
|
ends_at?: string | undefined;
|
|
@@ -8415,7 +8441,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8415
8441
|
issued_at?: string | null | undefined;
|
|
8416
8442
|
is_issued?: boolean | undefined;
|
|
8417
8443
|
acs_user_id?: string | undefined;
|
|
8418
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8444
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8419
8445
|
external_type_display_name?: string | undefined;
|
|
8420
8446
|
acs_credential_pool_id?: string | undefined;
|
|
8421
8447
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8437,8 +8463,8 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8437
8463
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8438
8464
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
8439
8465
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8440
|
-
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
8441
|
-
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"]>>;
|
|
8466
|
+
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
8467
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
8442
8468
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
8443
8469
|
created_at: z.ZodString;
|
|
8444
8470
|
workspace_id: z.ZodString;
|
|
@@ -8625,7 +8651,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8625
8651
|
is_managed: false;
|
|
8626
8652
|
acs_system_id: string;
|
|
8627
8653
|
acs_credential_id: string;
|
|
8628
|
-
access_method: "code" | "card" | "mobile_key";
|
|
8654
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
8629
8655
|
code?: string | null | undefined;
|
|
8630
8656
|
starts_at?: string | undefined;
|
|
8631
8657
|
ends_at?: string | undefined;
|
|
@@ -8652,7 +8678,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8652
8678
|
issued_at?: string | null | undefined;
|
|
8653
8679
|
is_issued?: boolean | undefined;
|
|
8654
8680
|
acs_user_id?: string | undefined;
|
|
8655
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8681
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8656
8682
|
external_type_display_name?: string | undefined;
|
|
8657
8683
|
acs_credential_pool_id?: string | undefined;
|
|
8658
8684
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8697,7 +8723,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8697
8723
|
is_managed: false;
|
|
8698
8724
|
acs_system_id: string;
|
|
8699
8725
|
acs_credential_id: string;
|
|
8700
|
-
access_method: "code" | "card" | "mobile_key";
|
|
8726
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
8701
8727
|
code?: string | null | undefined;
|
|
8702
8728
|
starts_at?: string | undefined;
|
|
8703
8729
|
ends_at?: string | undefined;
|
|
@@ -8724,7 +8750,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8724
8750
|
issued_at?: string | null | undefined;
|
|
8725
8751
|
is_issued?: boolean | undefined;
|
|
8726
8752
|
acs_user_id?: string | undefined;
|
|
8727
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8753
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8728
8754
|
external_type_display_name?: string | undefined;
|
|
8729
8755
|
acs_credential_pool_id?: string | undefined;
|
|
8730
8756
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8806,7 +8832,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8806
8832
|
is_managed: true;
|
|
8807
8833
|
acs_system_id: string;
|
|
8808
8834
|
acs_credential_id: string;
|
|
8809
|
-
access_method: "code" | "card" | "mobile_key";
|
|
8835
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
8810
8836
|
code?: string | null | undefined;
|
|
8811
8837
|
starts_at?: string | undefined;
|
|
8812
8838
|
ends_at?: string | undefined;
|
|
@@ -8833,7 +8859,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8833
8859
|
issued_at?: string | null | undefined;
|
|
8834
8860
|
is_issued?: boolean | undefined;
|
|
8835
8861
|
acs_user_id?: string | undefined;
|
|
8836
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8862
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8837
8863
|
external_type_display_name?: string | undefined;
|
|
8838
8864
|
acs_credential_pool_id?: string | undefined;
|
|
8839
8865
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8878,7 +8904,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8878
8904
|
is_managed: false;
|
|
8879
8905
|
acs_system_id: string;
|
|
8880
8906
|
acs_credential_id: string;
|
|
8881
|
-
access_method: "code" | "card" | "mobile_key";
|
|
8907
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
8882
8908
|
code?: string | null | undefined;
|
|
8883
8909
|
starts_at?: string | undefined;
|
|
8884
8910
|
ends_at?: string | undefined;
|
|
@@ -8905,7 +8931,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8905
8931
|
issued_at?: string | null | undefined;
|
|
8906
8932
|
is_issued?: boolean | undefined;
|
|
8907
8933
|
acs_user_id?: string | undefined;
|
|
8908
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8934
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8909
8935
|
external_type_display_name?: string | undefined;
|
|
8910
8936
|
acs_credential_pool_id?: string | undefined;
|
|
8911
8937
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8977,7 +9003,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8977
9003
|
is_managed: true;
|
|
8978
9004
|
acs_system_id: string;
|
|
8979
9005
|
acs_credential_id: string;
|
|
8980
|
-
access_method: "code" | "card" | "mobile_key";
|
|
9006
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
8981
9007
|
code?: string | null | undefined;
|
|
8982
9008
|
starts_at?: string | undefined;
|
|
8983
9009
|
ends_at?: string | undefined;
|
|
@@ -9004,7 +9030,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9004
9030
|
issued_at?: string | null | undefined;
|
|
9005
9031
|
is_issued?: boolean | undefined;
|
|
9006
9032
|
acs_user_id?: string | undefined;
|
|
9007
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9033
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9008
9034
|
external_type_display_name?: string | undefined;
|
|
9009
9035
|
acs_credential_pool_id?: string | undefined;
|
|
9010
9036
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9049,7 +9075,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9049
9075
|
is_managed: false;
|
|
9050
9076
|
acs_system_id: string;
|
|
9051
9077
|
acs_credential_id: string;
|
|
9052
|
-
access_method: "code" | "card" | "mobile_key";
|
|
9078
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
9053
9079
|
code?: string | null | undefined;
|
|
9054
9080
|
starts_at?: string | undefined;
|
|
9055
9081
|
ends_at?: string | undefined;
|
|
@@ -9076,7 +9102,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9076
9102
|
issued_at?: string | null | undefined;
|
|
9077
9103
|
is_issued?: boolean | undefined;
|
|
9078
9104
|
acs_user_id?: string | undefined;
|
|
9079
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9105
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9080
9106
|
external_type_display_name?: string | undefined;
|
|
9081
9107
|
acs_credential_pool_id?: string | undefined;
|
|
9082
9108
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9153,7 +9179,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9153
9179
|
is_managed: true;
|
|
9154
9180
|
acs_system_id: string;
|
|
9155
9181
|
acs_credential_id: string;
|
|
9156
|
-
access_method: "code" | "card" | "mobile_key";
|
|
9182
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
9157
9183
|
code?: string | null | undefined;
|
|
9158
9184
|
starts_at?: string | undefined;
|
|
9159
9185
|
ends_at?: string | undefined;
|
|
@@ -9180,7 +9206,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9180
9206
|
issued_at?: string | null | undefined;
|
|
9181
9207
|
is_issued?: boolean | undefined;
|
|
9182
9208
|
acs_user_id?: string | undefined;
|
|
9183
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9209
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9184
9210
|
external_type_display_name?: string | undefined;
|
|
9185
9211
|
acs_credential_pool_id?: string | undefined;
|
|
9186
9212
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9225,7 +9251,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9225
9251
|
is_managed: false;
|
|
9226
9252
|
acs_system_id: string;
|
|
9227
9253
|
acs_credential_id: string;
|
|
9228
|
-
access_method: "code" | "card" | "mobile_key";
|
|
9254
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
9229
9255
|
code?: string | null | undefined;
|
|
9230
9256
|
starts_at?: string | undefined;
|
|
9231
9257
|
ends_at?: string | undefined;
|
|
@@ -9252,7 +9278,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9252
9278
|
issued_at?: string | null | undefined;
|
|
9253
9279
|
is_issued?: boolean | undefined;
|
|
9254
9280
|
acs_user_id?: string | undefined;
|
|
9255
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9281
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9256
9282
|
external_type_display_name?: string | undefined;
|
|
9257
9283
|
acs_credential_pool_id?: string | undefined;
|
|
9258
9284
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9330,7 +9356,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9330
9356
|
is_managed: true;
|
|
9331
9357
|
acs_system_id: string;
|
|
9332
9358
|
acs_credential_id: string;
|
|
9333
|
-
access_method: "code" | "card" | "mobile_key";
|
|
9359
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
9334
9360
|
code?: string | null | undefined;
|
|
9335
9361
|
starts_at?: string | undefined;
|
|
9336
9362
|
ends_at?: string | undefined;
|
|
@@ -9357,7 +9383,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9357
9383
|
issued_at?: string | null | undefined;
|
|
9358
9384
|
is_issued?: boolean | undefined;
|
|
9359
9385
|
acs_user_id?: string | undefined;
|
|
9360
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9386
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9361
9387
|
external_type_display_name?: string | undefined;
|
|
9362
9388
|
acs_credential_pool_id?: string | undefined;
|
|
9363
9389
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9402,7 +9428,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9402
9428
|
is_managed: false;
|
|
9403
9429
|
acs_system_id: string;
|
|
9404
9430
|
acs_credential_id: string;
|
|
9405
|
-
access_method: "code" | "card" | "mobile_key";
|
|
9431
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
9406
9432
|
code?: string | null | undefined;
|
|
9407
9433
|
starts_at?: string | undefined;
|
|
9408
9434
|
ends_at?: string | undefined;
|
|
@@ -9429,7 +9455,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9429
9455
|
issued_at?: string | null | undefined;
|
|
9430
9456
|
is_issued?: boolean | undefined;
|
|
9431
9457
|
acs_user_id?: string | undefined;
|
|
9432
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9458
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9433
9459
|
external_type_display_name?: string | undefined;
|
|
9434
9460
|
acs_credential_pool_id?: string | undefined;
|
|
9435
9461
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9561,8 +9587,8 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9561
9587
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9562
9588
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
9563
9589
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9564
|
-
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
9565
|
-
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"]>>;
|
|
9590
|
+
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
9591
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
9566
9592
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
9567
9593
|
created_at: z.ZodString;
|
|
9568
9594
|
workspace_id: z.ZodString;
|
|
@@ -9749,7 +9775,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9749
9775
|
is_managed: true;
|
|
9750
9776
|
acs_system_id: string;
|
|
9751
9777
|
acs_credential_id: string;
|
|
9752
|
-
access_method: "code" | "card" | "mobile_key";
|
|
9778
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
9753
9779
|
code?: string | null | undefined;
|
|
9754
9780
|
starts_at?: string | undefined;
|
|
9755
9781
|
ends_at?: string | undefined;
|
|
@@ -9776,7 +9802,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9776
9802
|
issued_at?: string | null | undefined;
|
|
9777
9803
|
is_issued?: boolean | undefined;
|
|
9778
9804
|
acs_user_id?: string | undefined;
|
|
9779
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9805
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9780
9806
|
external_type_display_name?: string | undefined;
|
|
9781
9807
|
acs_credential_pool_id?: string | undefined;
|
|
9782
9808
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9821,7 +9847,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9821
9847
|
is_managed: true;
|
|
9822
9848
|
acs_system_id: string;
|
|
9823
9849
|
acs_credential_id: string;
|
|
9824
|
-
access_method: "code" | "card" | "mobile_key";
|
|
9850
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
9825
9851
|
code?: string | null | undefined;
|
|
9826
9852
|
starts_at?: string | undefined;
|
|
9827
9853
|
ends_at?: string | undefined;
|
|
@@ -9848,7 +9874,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9848
9874
|
issued_at?: string | null | undefined;
|
|
9849
9875
|
is_issued?: boolean | undefined;
|
|
9850
9876
|
acs_user_id?: string | undefined;
|
|
9851
|
-
external_type?: "pti_card" | "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
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9852
9878
|
external_type_display_name?: string | undefined;
|
|
9853
9879
|
acs_credential_pool_id?: string | undefined;
|
|
9854
9880
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9870,8 +9896,8 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9870
9896
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9871
9897
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
9872
9898
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9873
|
-
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
9874
|
-
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"]>>;
|
|
9899
|
+
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
9900
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
9875
9901
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
9876
9902
|
created_at: z.ZodString;
|
|
9877
9903
|
workspace_id: z.ZodString;
|
|
@@ -10058,7 +10084,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10058
10084
|
is_managed: false;
|
|
10059
10085
|
acs_system_id: string;
|
|
10060
10086
|
acs_credential_id: string;
|
|
10061
|
-
access_method: "code" | "card" | "mobile_key";
|
|
10087
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
10062
10088
|
code?: string | null | undefined;
|
|
10063
10089
|
starts_at?: string | undefined;
|
|
10064
10090
|
ends_at?: string | undefined;
|
|
@@ -10085,7 +10111,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10085
10111
|
issued_at?: string | null | undefined;
|
|
10086
10112
|
is_issued?: boolean | undefined;
|
|
10087
10113
|
acs_user_id?: string | undefined;
|
|
10088
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10114
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10089
10115
|
external_type_display_name?: string | undefined;
|
|
10090
10116
|
acs_credential_pool_id?: string | undefined;
|
|
10091
10117
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10130,7 +10156,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10130
10156
|
is_managed: false;
|
|
10131
10157
|
acs_system_id: string;
|
|
10132
10158
|
acs_credential_id: string;
|
|
10133
|
-
access_method: "code" | "card" | "mobile_key";
|
|
10159
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
10134
10160
|
code?: string | null | undefined;
|
|
10135
10161
|
starts_at?: string | undefined;
|
|
10136
10162
|
ends_at?: string | undefined;
|
|
@@ -10157,7 +10183,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10157
10183
|
issued_at?: string | null | undefined;
|
|
10158
10184
|
is_issued?: boolean | undefined;
|
|
10159
10185
|
acs_user_id?: string | undefined;
|
|
10160
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10186
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10161
10187
|
external_type_display_name?: string | undefined;
|
|
10162
10188
|
acs_credential_pool_id?: string | undefined;
|
|
10163
10189
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10207,7 +10233,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10207
10233
|
is_managed: true;
|
|
10208
10234
|
acs_system_id: string;
|
|
10209
10235
|
acs_credential_id: string;
|
|
10210
|
-
access_method: "code" | "card" | "mobile_key";
|
|
10236
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
10211
10237
|
code?: string | null | undefined;
|
|
10212
10238
|
starts_at?: string | undefined;
|
|
10213
10239
|
ends_at?: string | undefined;
|
|
@@ -10234,7 +10260,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10234
10260
|
issued_at?: string | null | undefined;
|
|
10235
10261
|
is_issued?: boolean | undefined;
|
|
10236
10262
|
acs_user_id?: string | undefined;
|
|
10237
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10263
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10238
10264
|
external_type_display_name?: string | undefined;
|
|
10239
10265
|
acs_credential_pool_id?: string | undefined;
|
|
10240
10266
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10279,7 +10305,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10279
10305
|
is_managed: false;
|
|
10280
10306
|
acs_system_id: string;
|
|
10281
10307
|
acs_credential_id: string;
|
|
10282
|
-
access_method: "code" | "card" | "mobile_key";
|
|
10308
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
10283
10309
|
code?: string | null | undefined;
|
|
10284
10310
|
starts_at?: string | undefined;
|
|
10285
10311
|
ends_at?: string | undefined;
|
|
@@ -10306,7 +10332,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10306
10332
|
issued_at?: string | null | undefined;
|
|
10307
10333
|
is_issued?: boolean | undefined;
|
|
10308
10334
|
acs_user_id?: string | undefined;
|
|
10309
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10335
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10310
10336
|
external_type_display_name?: string | undefined;
|
|
10311
10337
|
acs_credential_pool_id?: string | undefined;
|
|
10312
10338
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10357,7 +10383,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10357
10383
|
is_managed: true;
|
|
10358
10384
|
acs_system_id: string;
|
|
10359
10385
|
acs_credential_id: string;
|
|
10360
|
-
access_method: "code" | "card" | "mobile_key";
|
|
10386
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
10361
10387
|
code?: string | null | undefined;
|
|
10362
10388
|
starts_at?: string | undefined;
|
|
10363
10389
|
ends_at?: string | undefined;
|
|
@@ -10384,7 +10410,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10384
10410
|
issued_at?: string | null | undefined;
|
|
10385
10411
|
is_issued?: boolean | undefined;
|
|
10386
10412
|
acs_user_id?: string | undefined;
|
|
10387
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10413
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10388
10414
|
external_type_display_name?: string | undefined;
|
|
10389
10415
|
acs_credential_pool_id?: string | undefined;
|
|
10390
10416
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10429,7 +10455,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10429
10455
|
is_managed: false;
|
|
10430
10456
|
acs_system_id: string;
|
|
10431
10457
|
acs_credential_id: string;
|
|
10432
|
-
access_method: "code" | "card" | "mobile_key";
|
|
10458
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
10433
10459
|
code?: string | null | undefined;
|
|
10434
10460
|
starts_at?: string | undefined;
|
|
10435
10461
|
ends_at?: string | undefined;
|
|
@@ -10456,7 +10482,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10456
10482
|
issued_at?: string | null | undefined;
|
|
10457
10483
|
is_issued?: boolean | undefined;
|
|
10458
10484
|
acs_user_id?: string | undefined;
|
|
10459
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10485
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10460
10486
|
external_type_display_name?: string | undefined;
|
|
10461
10487
|
acs_credential_pool_id?: string | undefined;
|
|
10462
10488
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -18603,8 +18629,8 @@ declare const batch: z.ZodObject<{
|
|
|
18603
18629
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
18604
18630
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
18605
18631
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
18606
|
-
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
18607
|
-
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"]>>;
|
|
18632
|
+
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
18633
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
18608
18634
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
18609
18635
|
created_at: z.ZodString;
|
|
18610
18636
|
workspace_id: z.ZodString;
|
|
@@ -18791,7 +18817,7 @@ declare const batch: z.ZodObject<{
|
|
|
18791
18817
|
is_managed: true;
|
|
18792
18818
|
acs_system_id: string;
|
|
18793
18819
|
acs_credential_id: string;
|
|
18794
|
-
access_method: "code" | "card" | "mobile_key";
|
|
18820
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
18795
18821
|
code?: string | null | undefined;
|
|
18796
18822
|
starts_at?: string | undefined;
|
|
18797
18823
|
ends_at?: string | undefined;
|
|
@@ -18818,7 +18844,7 @@ declare const batch: z.ZodObject<{
|
|
|
18818
18844
|
issued_at?: string | null | undefined;
|
|
18819
18845
|
is_issued?: boolean | undefined;
|
|
18820
18846
|
acs_user_id?: string | undefined;
|
|
18821
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
18847
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
18822
18848
|
external_type_display_name?: string | undefined;
|
|
18823
18849
|
acs_credential_pool_id?: string | undefined;
|
|
18824
18850
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -18863,7 +18889,7 @@ declare const batch: z.ZodObject<{
|
|
|
18863
18889
|
is_managed: true;
|
|
18864
18890
|
acs_system_id: string;
|
|
18865
18891
|
acs_credential_id: string;
|
|
18866
|
-
access_method: "code" | "card" | "mobile_key";
|
|
18892
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
18867
18893
|
code?: string | null | undefined;
|
|
18868
18894
|
starts_at?: string | undefined;
|
|
18869
18895
|
ends_at?: string | undefined;
|
|
@@ -18890,7 +18916,7 @@ declare const batch: z.ZodObject<{
|
|
|
18890
18916
|
issued_at?: string | null | undefined;
|
|
18891
18917
|
is_issued?: boolean | undefined;
|
|
18892
18918
|
acs_user_id?: string | undefined;
|
|
18893
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
18919
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
18894
18920
|
external_type_display_name?: string | undefined;
|
|
18895
18921
|
acs_credential_pool_id?: string | undefined;
|
|
18896
18922
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -18913,8 +18939,8 @@ declare const batch: z.ZodObject<{
|
|
|
18913
18939
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
18914
18940
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
18915
18941
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
18916
|
-
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
18917
|
-
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"]>>;
|
|
18942
|
+
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
18943
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
18918
18944
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
18919
18945
|
created_at: z.ZodString;
|
|
18920
18946
|
workspace_id: z.ZodString;
|
|
@@ -19101,7 +19127,7 @@ declare const batch: z.ZodObject<{
|
|
|
19101
19127
|
is_managed: false;
|
|
19102
19128
|
acs_system_id: string;
|
|
19103
19129
|
acs_credential_id: string;
|
|
19104
|
-
access_method: "code" | "card" | "mobile_key";
|
|
19130
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
19105
19131
|
code?: string | null | undefined;
|
|
19106
19132
|
starts_at?: string | undefined;
|
|
19107
19133
|
ends_at?: string | undefined;
|
|
@@ -19128,7 +19154,7 @@ declare const batch: z.ZodObject<{
|
|
|
19128
19154
|
issued_at?: string | null | undefined;
|
|
19129
19155
|
is_issued?: boolean | undefined;
|
|
19130
19156
|
acs_user_id?: string | undefined;
|
|
19131
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
19157
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
19132
19158
|
external_type_display_name?: string | undefined;
|
|
19133
19159
|
acs_credential_pool_id?: string | undefined;
|
|
19134
19160
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19173,7 +19199,7 @@ declare const batch: z.ZodObject<{
|
|
|
19173
19199
|
is_managed: false;
|
|
19174
19200
|
acs_system_id: string;
|
|
19175
19201
|
acs_credential_id: string;
|
|
19176
|
-
access_method: "code" | "card" | "mobile_key";
|
|
19202
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
19177
19203
|
code?: string | null | undefined;
|
|
19178
19204
|
starts_at?: string | undefined;
|
|
19179
19205
|
ends_at?: string | undefined;
|
|
@@ -19200,7 +19226,7 @@ declare const batch: z.ZodObject<{
|
|
|
19200
19226
|
issued_at?: string | null | undefined;
|
|
19201
19227
|
is_issued?: boolean | undefined;
|
|
19202
19228
|
acs_user_id?: string | undefined;
|
|
19203
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
19229
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
19204
19230
|
external_type_display_name?: string | undefined;
|
|
19205
19231
|
acs_credential_pool_id?: string | undefined;
|
|
19206
19232
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19508,8 +19534,8 @@ declare const batch: z.ZodObject<{
|
|
|
19508
19534
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19509
19535
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
19510
19536
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19511
|
-
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
19512
|
-
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"]>>;
|
|
19537
|
+
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
19538
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
19513
19539
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
19514
19540
|
created_at: z.ZodString;
|
|
19515
19541
|
workspace_id: z.ZodString;
|
|
@@ -19696,7 +19722,7 @@ declare const batch: z.ZodObject<{
|
|
|
19696
19722
|
is_managed: true;
|
|
19697
19723
|
acs_system_id: string;
|
|
19698
19724
|
acs_credential_id: string;
|
|
19699
|
-
access_method: "code" | "card" | "mobile_key";
|
|
19725
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
19700
19726
|
code?: string | null | undefined;
|
|
19701
19727
|
starts_at?: string | undefined;
|
|
19702
19728
|
ends_at?: string | undefined;
|
|
@@ -19723,7 +19749,7 @@ declare const batch: z.ZodObject<{
|
|
|
19723
19749
|
issued_at?: string | null | undefined;
|
|
19724
19750
|
is_issued?: boolean | undefined;
|
|
19725
19751
|
acs_user_id?: string | undefined;
|
|
19726
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
19752
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
19727
19753
|
external_type_display_name?: string | undefined;
|
|
19728
19754
|
acs_credential_pool_id?: string | undefined;
|
|
19729
19755
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19768,7 +19794,7 @@ declare const batch: z.ZodObject<{
|
|
|
19768
19794
|
is_managed: true;
|
|
19769
19795
|
acs_system_id: string;
|
|
19770
19796
|
acs_credential_id: string;
|
|
19771
|
-
access_method: "code" | "card" | "mobile_key";
|
|
19797
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
19772
19798
|
code?: string | null | undefined;
|
|
19773
19799
|
starts_at?: string | undefined;
|
|
19774
19800
|
ends_at?: string | undefined;
|
|
@@ -19795,7 +19821,7 @@ declare const batch: z.ZodObject<{
|
|
|
19795
19821
|
issued_at?: string | null | undefined;
|
|
19796
19822
|
is_issued?: boolean | undefined;
|
|
19797
19823
|
acs_user_id?: string | undefined;
|
|
19798
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
19824
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
19799
19825
|
external_type_display_name?: string | undefined;
|
|
19800
19826
|
acs_credential_pool_id?: string | undefined;
|
|
19801
19827
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -19817,8 +19843,8 @@ declare const batch: z.ZodObject<{
|
|
|
19817
19843
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19818
19844
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
19819
19845
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19820
|
-
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
19821
|
-
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"]>>;
|
|
19846
|
+
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
19847
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
19822
19848
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
19823
19849
|
created_at: z.ZodString;
|
|
19824
19850
|
workspace_id: z.ZodString;
|
|
@@ -20005,7 +20031,7 @@ declare const batch: z.ZodObject<{
|
|
|
20005
20031
|
is_managed: false;
|
|
20006
20032
|
acs_system_id: string;
|
|
20007
20033
|
acs_credential_id: string;
|
|
20008
|
-
access_method: "code" | "card" | "mobile_key";
|
|
20034
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
20009
20035
|
code?: string | null | undefined;
|
|
20010
20036
|
starts_at?: string | undefined;
|
|
20011
20037
|
ends_at?: string | undefined;
|
|
@@ -20032,7 +20058,7 @@ declare const batch: z.ZodObject<{
|
|
|
20032
20058
|
issued_at?: string | null | undefined;
|
|
20033
20059
|
is_issued?: boolean | undefined;
|
|
20034
20060
|
acs_user_id?: string | undefined;
|
|
20035
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20061
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20036
20062
|
external_type_display_name?: string | undefined;
|
|
20037
20063
|
acs_credential_pool_id?: string | undefined;
|
|
20038
20064
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20077,7 +20103,7 @@ declare const batch: z.ZodObject<{
|
|
|
20077
20103
|
is_managed: false;
|
|
20078
20104
|
acs_system_id: string;
|
|
20079
20105
|
acs_credential_id: string;
|
|
20080
|
-
access_method: "code" | "card" | "mobile_key";
|
|
20106
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
20081
20107
|
code?: string | null | undefined;
|
|
20082
20108
|
starts_at?: string | undefined;
|
|
20083
20109
|
ends_at?: string | undefined;
|
|
@@ -20104,7 +20130,7 @@ declare const batch: z.ZodObject<{
|
|
|
20104
20130
|
issued_at?: string | null | undefined;
|
|
20105
20131
|
is_issued?: boolean | undefined;
|
|
20106
20132
|
acs_user_id?: string | undefined;
|
|
20107
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20133
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20108
20134
|
external_type_display_name?: string | undefined;
|
|
20109
20135
|
acs_credential_pool_id?: string | undefined;
|
|
20110
20136
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20186,7 +20212,7 @@ declare const batch: z.ZodObject<{
|
|
|
20186
20212
|
is_managed: true;
|
|
20187
20213
|
acs_system_id: string;
|
|
20188
20214
|
acs_credential_id: string;
|
|
20189
|
-
access_method: "code" | "card" | "mobile_key";
|
|
20215
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
20190
20216
|
code?: string | null | undefined;
|
|
20191
20217
|
starts_at?: string | undefined;
|
|
20192
20218
|
ends_at?: string | undefined;
|
|
@@ -20213,7 +20239,7 @@ declare const batch: z.ZodObject<{
|
|
|
20213
20239
|
issued_at?: string | null | undefined;
|
|
20214
20240
|
is_issued?: boolean | undefined;
|
|
20215
20241
|
acs_user_id?: string | undefined;
|
|
20216
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20242
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20217
20243
|
external_type_display_name?: string | undefined;
|
|
20218
20244
|
acs_credential_pool_id?: string | undefined;
|
|
20219
20245
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20258,7 +20284,7 @@ declare const batch: z.ZodObject<{
|
|
|
20258
20284
|
is_managed: false;
|
|
20259
20285
|
acs_system_id: string;
|
|
20260
20286
|
acs_credential_id: string;
|
|
20261
|
-
access_method: "code" | "card" | "mobile_key";
|
|
20287
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
20262
20288
|
code?: string | null | undefined;
|
|
20263
20289
|
starts_at?: string | undefined;
|
|
20264
20290
|
ends_at?: string | undefined;
|
|
@@ -20285,7 +20311,7 @@ declare const batch: z.ZodObject<{
|
|
|
20285
20311
|
issued_at?: string | null | undefined;
|
|
20286
20312
|
is_issued?: boolean | undefined;
|
|
20287
20313
|
acs_user_id?: string | undefined;
|
|
20288
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20314
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20289
20315
|
external_type_display_name?: string | undefined;
|
|
20290
20316
|
acs_credential_pool_id?: string | undefined;
|
|
20291
20317
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20357,7 +20383,7 @@ declare const batch: z.ZodObject<{
|
|
|
20357
20383
|
is_managed: true;
|
|
20358
20384
|
acs_system_id: string;
|
|
20359
20385
|
acs_credential_id: string;
|
|
20360
|
-
access_method: "code" | "card" | "mobile_key";
|
|
20386
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
20361
20387
|
code?: string | null | undefined;
|
|
20362
20388
|
starts_at?: string | undefined;
|
|
20363
20389
|
ends_at?: string | undefined;
|
|
@@ -20384,7 +20410,7 @@ declare const batch: z.ZodObject<{
|
|
|
20384
20410
|
issued_at?: string | null | undefined;
|
|
20385
20411
|
is_issued?: boolean | undefined;
|
|
20386
20412
|
acs_user_id?: string | undefined;
|
|
20387
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20413
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20388
20414
|
external_type_display_name?: string | undefined;
|
|
20389
20415
|
acs_credential_pool_id?: string | undefined;
|
|
20390
20416
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20429,7 +20455,7 @@ declare const batch: z.ZodObject<{
|
|
|
20429
20455
|
is_managed: false;
|
|
20430
20456
|
acs_system_id: string;
|
|
20431
20457
|
acs_credential_id: string;
|
|
20432
|
-
access_method: "code" | "card" | "mobile_key";
|
|
20458
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
20433
20459
|
code?: string | null | undefined;
|
|
20434
20460
|
starts_at?: string | undefined;
|
|
20435
20461
|
ends_at?: string | undefined;
|
|
@@ -20456,7 +20482,7 @@ declare const batch: z.ZodObject<{
|
|
|
20456
20482
|
issued_at?: string | null | undefined;
|
|
20457
20483
|
is_issued?: boolean | undefined;
|
|
20458
20484
|
acs_user_id?: string | undefined;
|
|
20459
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20485
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20460
20486
|
external_type_display_name?: string | undefined;
|
|
20461
20487
|
acs_credential_pool_id?: string | undefined;
|
|
20462
20488
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20533,7 +20559,7 @@ declare const batch: z.ZodObject<{
|
|
|
20533
20559
|
is_managed: true;
|
|
20534
20560
|
acs_system_id: string;
|
|
20535
20561
|
acs_credential_id: string;
|
|
20536
|
-
access_method: "code" | "card" | "mobile_key";
|
|
20562
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
20537
20563
|
code?: string | null | undefined;
|
|
20538
20564
|
starts_at?: string | undefined;
|
|
20539
20565
|
ends_at?: string | undefined;
|
|
@@ -20560,7 +20586,7 @@ declare const batch: z.ZodObject<{
|
|
|
20560
20586
|
issued_at?: string | null | undefined;
|
|
20561
20587
|
is_issued?: boolean | undefined;
|
|
20562
20588
|
acs_user_id?: string | undefined;
|
|
20563
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20589
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20564
20590
|
external_type_display_name?: string | undefined;
|
|
20565
20591
|
acs_credential_pool_id?: string | undefined;
|
|
20566
20592
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20605,7 +20631,7 @@ declare const batch: z.ZodObject<{
|
|
|
20605
20631
|
is_managed: false;
|
|
20606
20632
|
acs_system_id: string;
|
|
20607
20633
|
acs_credential_id: string;
|
|
20608
|
-
access_method: "code" | "card" | "mobile_key";
|
|
20634
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
20609
20635
|
code?: string | null | undefined;
|
|
20610
20636
|
starts_at?: string | undefined;
|
|
20611
20637
|
ends_at?: string | undefined;
|
|
@@ -20632,7 +20658,7 @@ declare const batch: z.ZodObject<{
|
|
|
20632
20658
|
issued_at?: string | null | undefined;
|
|
20633
20659
|
is_issued?: boolean | undefined;
|
|
20634
20660
|
acs_user_id?: string | undefined;
|
|
20635
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20661
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20636
20662
|
external_type_display_name?: string | undefined;
|
|
20637
20663
|
acs_credential_pool_id?: string | undefined;
|
|
20638
20664
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20710,7 +20736,7 @@ declare const batch: z.ZodObject<{
|
|
|
20710
20736
|
is_managed: true;
|
|
20711
20737
|
acs_system_id: string;
|
|
20712
20738
|
acs_credential_id: string;
|
|
20713
|
-
access_method: "code" | "card" | "mobile_key";
|
|
20739
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
20714
20740
|
code?: string | null | undefined;
|
|
20715
20741
|
starts_at?: string | undefined;
|
|
20716
20742
|
ends_at?: string | undefined;
|
|
@@ -20737,7 +20763,7 @@ declare const batch: z.ZodObject<{
|
|
|
20737
20763
|
issued_at?: string | null | undefined;
|
|
20738
20764
|
is_issued?: boolean | undefined;
|
|
20739
20765
|
acs_user_id?: string | undefined;
|
|
20740
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20766
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20741
20767
|
external_type_display_name?: string | undefined;
|
|
20742
20768
|
acs_credential_pool_id?: string | undefined;
|
|
20743
20769
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20782,7 +20808,7 @@ declare const batch: z.ZodObject<{
|
|
|
20782
20808
|
is_managed: false;
|
|
20783
20809
|
acs_system_id: string;
|
|
20784
20810
|
acs_credential_id: string;
|
|
20785
|
-
access_method: "code" | "card" | "mobile_key";
|
|
20811
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
20786
20812
|
code?: string | null | undefined;
|
|
20787
20813
|
starts_at?: string | undefined;
|
|
20788
20814
|
ends_at?: string | undefined;
|
|
@@ -20809,7 +20835,7 @@ declare const batch: z.ZodObject<{
|
|
|
20809
20835
|
issued_at?: string | null | undefined;
|
|
20810
20836
|
is_issued?: boolean | undefined;
|
|
20811
20837
|
acs_user_id?: string | undefined;
|
|
20812
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20838
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
20813
20839
|
external_type_display_name?: string | undefined;
|
|
20814
20840
|
acs_credential_pool_id?: string | undefined;
|
|
20815
20841
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -20941,8 +20967,8 @@ declare const batch: z.ZodObject<{
|
|
|
20941
20967
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20942
20968
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
20943
20969
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20944
|
-
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
20945
|
-
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"]>>;
|
|
20970
|
+
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
20971
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
20946
20972
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
20947
20973
|
created_at: z.ZodString;
|
|
20948
20974
|
workspace_id: z.ZodString;
|
|
@@ -21129,7 +21155,7 @@ declare const batch: z.ZodObject<{
|
|
|
21129
21155
|
is_managed: true;
|
|
21130
21156
|
acs_system_id: string;
|
|
21131
21157
|
acs_credential_id: string;
|
|
21132
|
-
access_method: "code" | "card" | "mobile_key";
|
|
21158
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
21133
21159
|
code?: string | null | undefined;
|
|
21134
21160
|
starts_at?: string | undefined;
|
|
21135
21161
|
ends_at?: string | undefined;
|
|
@@ -21156,7 +21182,7 @@ declare const batch: z.ZodObject<{
|
|
|
21156
21182
|
issued_at?: string | null | undefined;
|
|
21157
21183
|
is_issued?: boolean | undefined;
|
|
21158
21184
|
acs_user_id?: string | undefined;
|
|
21159
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21185
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21160
21186
|
external_type_display_name?: string | undefined;
|
|
21161
21187
|
acs_credential_pool_id?: string | undefined;
|
|
21162
21188
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21201,7 +21227,7 @@ declare const batch: z.ZodObject<{
|
|
|
21201
21227
|
is_managed: true;
|
|
21202
21228
|
acs_system_id: string;
|
|
21203
21229
|
acs_credential_id: string;
|
|
21204
|
-
access_method: "code" | "card" | "mobile_key";
|
|
21230
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
21205
21231
|
code?: string | null | undefined;
|
|
21206
21232
|
starts_at?: string | undefined;
|
|
21207
21233
|
ends_at?: string | undefined;
|
|
@@ -21228,7 +21254,7 @@ declare const batch: z.ZodObject<{
|
|
|
21228
21254
|
issued_at?: string | null | undefined;
|
|
21229
21255
|
is_issued?: boolean | undefined;
|
|
21230
21256
|
acs_user_id?: string | undefined;
|
|
21231
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21257
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21232
21258
|
external_type_display_name?: string | undefined;
|
|
21233
21259
|
acs_credential_pool_id?: string | undefined;
|
|
21234
21260
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21250,8 +21276,8 @@ declare const batch: z.ZodObject<{
|
|
|
21250
21276
|
card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
21251
21277
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
21252
21278
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
21253
|
-
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
21254
|
-
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"]>>;
|
|
21279
|
+
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
21280
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
21255
21281
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
21256
21282
|
created_at: z.ZodString;
|
|
21257
21283
|
workspace_id: z.ZodString;
|
|
@@ -21438,7 +21464,7 @@ declare const batch: z.ZodObject<{
|
|
|
21438
21464
|
is_managed: false;
|
|
21439
21465
|
acs_system_id: string;
|
|
21440
21466
|
acs_credential_id: string;
|
|
21441
|
-
access_method: "code" | "card" | "mobile_key";
|
|
21467
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
21442
21468
|
code?: string | null | undefined;
|
|
21443
21469
|
starts_at?: string | undefined;
|
|
21444
21470
|
ends_at?: string | undefined;
|
|
@@ -21465,7 +21491,7 @@ declare const batch: z.ZodObject<{
|
|
|
21465
21491
|
issued_at?: string | null | undefined;
|
|
21466
21492
|
is_issued?: boolean | undefined;
|
|
21467
21493
|
acs_user_id?: string | undefined;
|
|
21468
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21494
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21469
21495
|
external_type_display_name?: string | undefined;
|
|
21470
21496
|
acs_credential_pool_id?: string | undefined;
|
|
21471
21497
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21510,7 +21536,7 @@ declare const batch: z.ZodObject<{
|
|
|
21510
21536
|
is_managed: false;
|
|
21511
21537
|
acs_system_id: string;
|
|
21512
21538
|
acs_credential_id: string;
|
|
21513
|
-
access_method: "code" | "card" | "mobile_key";
|
|
21539
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
21514
21540
|
code?: string | null | undefined;
|
|
21515
21541
|
starts_at?: string | undefined;
|
|
21516
21542
|
ends_at?: string | undefined;
|
|
@@ -21537,7 +21563,7 @@ declare const batch: z.ZodObject<{
|
|
|
21537
21563
|
issued_at?: string | null | undefined;
|
|
21538
21564
|
is_issued?: boolean | undefined;
|
|
21539
21565
|
acs_user_id?: string | undefined;
|
|
21540
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21566
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21541
21567
|
external_type_display_name?: string | undefined;
|
|
21542
21568
|
acs_credential_pool_id?: string | undefined;
|
|
21543
21569
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21587,7 +21613,7 @@ declare const batch: z.ZodObject<{
|
|
|
21587
21613
|
is_managed: true;
|
|
21588
21614
|
acs_system_id: string;
|
|
21589
21615
|
acs_credential_id: string;
|
|
21590
|
-
access_method: "code" | "card" | "mobile_key";
|
|
21616
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
21591
21617
|
code?: string | null | undefined;
|
|
21592
21618
|
starts_at?: string | undefined;
|
|
21593
21619
|
ends_at?: string | undefined;
|
|
@@ -21614,7 +21640,7 @@ declare const batch: z.ZodObject<{
|
|
|
21614
21640
|
issued_at?: string | null | undefined;
|
|
21615
21641
|
is_issued?: boolean | undefined;
|
|
21616
21642
|
acs_user_id?: string | undefined;
|
|
21617
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21643
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21618
21644
|
external_type_display_name?: string | undefined;
|
|
21619
21645
|
acs_credential_pool_id?: string | undefined;
|
|
21620
21646
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21659,7 +21685,7 @@ declare const batch: z.ZodObject<{
|
|
|
21659
21685
|
is_managed: false;
|
|
21660
21686
|
acs_system_id: string;
|
|
21661
21687
|
acs_credential_id: string;
|
|
21662
|
-
access_method: "code" | "card" | "mobile_key";
|
|
21688
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
21663
21689
|
code?: string | null | undefined;
|
|
21664
21690
|
starts_at?: string | undefined;
|
|
21665
21691
|
ends_at?: string | undefined;
|
|
@@ -21686,7 +21712,7 @@ declare const batch: z.ZodObject<{
|
|
|
21686
21712
|
issued_at?: string | null | undefined;
|
|
21687
21713
|
is_issued?: boolean | undefined;
|
|
21688
21714
|
acs_user_id?: string | undefined;
|
|
21689
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21715
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21690
21716
|
external_type_display_name?: string | undefined;
|
|
21691
21717
|
acs_credential_pool_id?: string | undefined;
|
|
21692
21718
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21737,7 +21763,7 @@ declare const batch: z.ZodObject<{
|
|
|
21737
21763
|
is_managed: true;
|
|
21738
21764
|
acs_system_id: string;
|
|
21739
21765
|
acs_credential_id: string;
|
|
21740
|
-
access_method: "code" | "card" | "mobile_key";
|
|
21766
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
21741
21767
|
code?: string | null | undefined;
|
|
21742
21768
|
starts_at?: string | undefined;
|
|
21743
21769
|
ends_at?: string | undefined;
|
|
@@ -21764,7 +21790,7 @@ declare const batch: z.ZodObject<{
|
|
|
21764
21790
|
issued_at?: string | null | undefined;
|
|
21765
21791
|
is_issued?: boolean | undefined;
|
|
21766
21792
|
acs_user_id?: string | undefined;
|
|
21767
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21793
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21768
21794
|
external_type_display_name?: string | undefined;
|
|
21769
21795
|
acs_credential_pool_id?: string | undefined;
|
|
21770
21796
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -21809,7 +21835,7 @@ declare const batch: z.ZodObject<{
|
|
|
21809
21835
|
is_managed: false;
|
|
21810
21836
|
acs_system_id: string;
|
|
21811
21837
|
acs_credential_id: string;
|
|
21812
|
-
access_method: "code" | "card" | "mobile_key";
|
|
21838
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
21813
21839
|
code?: string | null | undefined;
|
|
21814
21840
|
starts_at?: string | undefined;
|
|
21815
21841
|
ends_at?: string | undefined;
|
|
@@ -21836,7 +21862,7 @@ declare const batch: z.ZodObject<{
|
|
|
21836
21862
|
issued_at?: string | null | undefined;
|
|
21837
21863
|
is_issued?: boolean | undefined;
|
|
21838
21864
|
acs_user_id?: string | undefined;
|
|
21839
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21865
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
21840
21866
|
external_type_display_name?: string | undefined;
|
|
21841
21867
|
acs_credential_pool_id?: string | undefined;
|
|
21842
21868
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -28038,6 +28064,22 @@ declare const batch: z.ZodObject<{
|
|
|
28038
28064
|
message: string;
|
|
28039
28065
|
created_at: string;
|
|
28040
28066
|
warning_code: "updating_access_times";
|
|
28067
|
+
}>, z.ZodObject<{
|
|
28068
|
+
created_at: z.ZodString;
|
|
28069
|
+
message: z.ZodString;
|
|
28070
|
+
} & {
|
|
28071
|
+
warning_code: z.ZodLiteral<"pulled_backup_access_code">;
|
|
28072
|
+
original_access_method_id: z.ZodOptional<z.ZodString>;
|
|
28073
|
+
}, "strip", z.ZodTypeAny, {
|
|
28074
|
+
message: string;
|
|
28075
|
+
created_at: string;
|
|
28076
|
+
warning_code: "pulled_backup_access_code";
|
|
28077
|
+
original_access_method_id?: string | undefined;
|
|
28078
|
+
}, {
|
|
28079
|
+
message: string;
|
|
28080
|
+
created_at: string;
|
|
28081
|
+
warning_code: "pulled_backup_access_code";
|
|
28082
|
+
original_access_method_id?: string | undefined;
|
|
28041
28083
|
}>]>, "many">;
|
|
28042
28084
|
pending_mutations: z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<{
|
|
28043
28085
|
created_at: z.ZodString;
|
|
@@ -28180,6 +28222,11 @@ declare const batch: z.ZodObject<{
|
|
|
28180
28222
|
message: string;
|
|
28181
28223
|
created_at: string;
|
|
28182
28224
|
warning_code: "updating_access_times";
|
|
28225
|
+
} | {
|
|
28226
|
+
message: string;
|
|
28227
|
+
created_at: string;
|
|
28228
|
+
warning_code: "pulled_backup_access_code";
|
|
28229
|
+
original_access_method_id?: string | undefined;
|
|
28183
28230
|
})[];
|
|
28184
28231
|
mode: "code" | "card" | "mobile_key";
|
|
28185
28232
|
pending_mutations: ({
|
|
@@ -28235,6 +28282,11 @@ declare const batch: z.ZodObject<{
|
|
|
28235
28282
|
message: string;
|
|
28236
28283
|
created_at: string;
|
|
28237
28284
|
warning_code: "updating_access_times";
|
|
28285
|
+
} | {
|
|
28286
|
+
message: string;
|
|
28287
|
+
created_at: string;
|
|
28288
|
+
warning_code: "pulled_backup_access_code";
|
|
28289
|
+
original_access_method_id?: string | undefined;
|
|
28238
28290
|
})[];
|
|
28239
28291
|
mode: "code" | "card" | "mobile_key";
|
|
28240
28292
|
pending_mutations: ({
|
|
@@ -38065,7 +38117,7 @@ declare const batch: z.ZodObject<{
|
|
|
38065
38117
|
is_managed: true;
|
|
38066
38118
|
acs_system_id: string;
|
|
38067
38119
|
acs_credential_id: string;
|
|
38068
|
-
access_method: "code" | "card" | "mobile_key";
|
|
38120
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
38069
38121
|
code?: string | null | undefined;
|
|
38070
38122
|
starts_at?: string | undefined;
|
|
38071
38123
|
ends_at?: string | undefined;
|
|
@@ -38092,7 +38144,7 @@ declare const batch: z.ZodObject<{
|
|
|
38092
38144
|
issued_at?: string | null | undefined;
|
|
38093
38145
|
is_issued?: boolean | undefined;
|
|
38094
38146
|
acs_user_id?: string | undefined;
|
|
38095
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
38147
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
38096
38148
|
external_type_display_name?: string | undefined;
|
|
38097
38149
|
acs_credential_pool_id?: string | undefined;
|
|
38098
38150
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -38138,7 +38190,7 @@ declare const batch: z.ZodObject<{
|
|
|
38138
38190
|
is_managed: false;
|
|
38139
38191
|
acs_system_id: string;
|
|
38140
38192
|
acs_credential_id: string;
|
|
38141
|
-
access_method: "code" | "card" | "mobile_key";
|
|
38193
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
38142
38194
|
code?: string | null | undefined;
|
|
38143
38195
|
starts_at?: string | undefined;
|
|
38144
38196
|
ends_at?: string | undefined;
|
|
@@ -38165,7 +38217,7 @@ declare const batch: z.ZodObject<{
|
|
|
38165
38217
|
issued_at?: string | null | undefined;
|
|
38166
38218
|
is_issued?: boolean | undefined;
|
|
38167
38219
|
acs_user_id?: string | undefined;
|
|
38168
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
38220
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
38169
38221
|
external_type_display_name?: string | undefined;
|
|
38170
38222
|
acs_credential_pool_id?: string | undefined;
|
|
38171
38223
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -38397,7 +38449,7 @@ declare const batch: z.ZodObject<{
|
|
|
38397
38449
|
is_managed: true;
|
|
38398
38450
|
acs_system_id: string;
|
|
38399
38451
|
acs_credential_id: string;
|
|
38400
|
-
access_method: "code" | "card" | "mobile_key";
|
|
38452
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
38401
38453
|
code?: string | null | undefined;
|
|
38402
38454
|
starts_at?: string | undefined;
|
|
38403
38455
|
ends_at?: string | undefined;
|
|
@@ -38424,7 +38476,7 @@ declare const batch: z.ZodObject<{
|
|
|
38424
38476
|
issued_at?: string | null | undefined;
|
|
38425
38477
|
is_issued?: boolean | undefined;
|
|
38426
38478
|
acs_user_id?: string | undefined;
|
|
38427
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
38479
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
38428
38480
|
external_type_display_name?: string | undefined;
|
|
38429
38481
|
acs_credential_pool_id?: string | undefined;
|
|
38430
38482
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -38469,7 +38521,7 @@ declare const batch: z.ZodObject<{
|
|
|
38469
38521
|
is_managed: false;
|
|
38470
38522
|
acs_system_id: string;
|
|
38471
38523
|
acs_credential_id: string;
|
|
38472
|
-
access_method: "code" | "card" | "mobile_key";
|
|
38524
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
38473
38525
|
code?: string | null | undefined;
|
|
38474
38526
|
starts_at?: string | undefined;
|
|
38475
38527
|
ends_at?: string | undefined;
|
|
@@ -38496,7 +38548,7 @@ declare const batch: z.ZodObject<{
|
|
|
38496
38548
|
issued_at?: string | null | undefined;
|
|
38497
38549
|
is_issued?: boolean | undefined;
|
|
38498
38550
|
acs_user_id?: string | undefined;
|
|
38499
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
38551
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
38500
38552
|
external_type_display_name?: string | undefined;
|
|
38501
38553
|
acs_credential_pool_id?: string | undefined;
|
|
38502
38554
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -38668,7 +38720,7 @@ declare const batch: z.ZodObject<{
|
|
|
38668
38720
|
is_managed: true;
|
|
38669
38721
|
acs_system_id: string;
|
|
38670
38722
|
acs_credential_id: string;
|
|
38671
|
-
access_method: "code" | "card" | "mobile_key";
|
|
38723
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
38672
38724
|
code?: string | null | undefined;
|
|
38673
38725
|
starts_at?: string | undefined;
|
|
38674
38726
|
ends_at?: string | undefined;
|
|
@@ -38695,7 +38747,7 @@ declare const batch: z.ZodObject<{
|
|
|
38695
38747
|
issued_at?: string | null | undefined;
|
|
38696
38748
|
is_issued?: boolean | undefined;
|
|
38697
38749
|
acs_user_id?: string | undefined;
|
|
38698
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
38750
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
38699
38751
|
external_type_display_name?: string | undefined;
|
|
38700
38752
|
acs_credential_pool_id?: string | undefined;
|
|
38701
38753
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -38740,7 +38792,7 @@ declare const batch: z.ZodObject<{
|
|
|
38740
38792
|
is_managed: false;
|
|
38741
38793
|
acs_system_id: string;
|
|
38742
38794
|
acs_credential_id: string;
|
|
38743
|
-
access_method: "code" | "card" | "mobile_key";
|
|
38795
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
38744
38796
|
code?: string | null | undefined;
|
|
38745
38797
|
starts_at?: string | undefined;
|
|
38746
38798
|
ends_at?: string | undefined;
|
|
@@ -38767,7 +38819,7 @@ declare const batch: z.ZodObject<{
|
|
|
38767
38819
|
issued_at?: string | null | undefined;
|
|
38768
38820
|
is_issued?: boolean | undefined;
|
|
38769
38821
|
acs_user_id?: string | undefined;
|
|
38770
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
38822
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
38771
38823
|
external_type_display_name?: string | undefined;
|
|
38772
38824
|
acs_credential_pool_id?: string | undefined;
|
|
38773
38825
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -39431,6 +39483,11 @@ declare const batch: z.ZodObject<{
|
|
|
39431
39483
|
message: string;
|
|
39432
39484
|
created_at: string;
|
|
39433
39485
|
warning_code: "updating_access_times";
|
|
39486
|
+
} | {
|
|
39487
|
+
message: string;
|
|
39488
|
+
created_at: string;
|
|
39489
|
+
warning_code: "pulled_backup_access_code";
|
|
39490
|
+
original_access_method_id?: string | undefined;
|
|
39434
39491
|
})[];
|
|
39435
39492
|
mode: "code" | "card" | "mobile_key";
|
|
39436
39493
|
pending_mutations: ({
|
|
@@ -42862,7 +42919,7 @@ declare const batch: z.ZodObject<{
|
|
|
42862
42919
|
is_managed: true;
|
|
42863
42920
|
acs_system_id: string;
|
|
42864
42921
|
acs_credential_id: string;
|
|
42865
|
-
access_method: "code" | "card" | "mobile_key";
|
|
42922
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
42866
42923
|
code?: string | null | undefined;
|
|
42867
42924
|
starts_at?: string | undefined;
|
|
42868
42925
|
ends_at?: string | undefined;
|
|
@@ -42889,7 +42946,7 @@ declare const batch: z.ZodObject<{
|
|
|
42889
42946
|
issued_at?: string | null | undefined;
|
|
42890
42947
|
is_issued?: boolean | undefined;
|
|
42891
42948
|
acs_user_id?: string | undefined;
|
|
42892
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
42949
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
42893
42950
|
external_type_display_name?: string | undefined;
|
|
42894
42951
|
acs_credential_pool_id?: string | undefined;
|
|
42895
42952
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -42935,7 +42992,7 @@ declare const batch: z.ZodObject<{
|
|
|
42935
42992
|
is_managed: false;
|
|
42936
42993
|
acs_system_id: string;
|
|
42937
42994
|
acs_credential_id: string;
|
|
42938
|
-
access_method: "code" | "card" | "mobile_key";
|
|
42995
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
42939
42996
|
code?: string | null | undefined;
|
|
42940
42997
|
starts_at?: string | undefined;
|
|
42941
42998
|
ends_at?: string | undefined;
|
|
@@ -42962,7 +43019,7 @@ declare const batch: z.ZodObject<{
|
|
|
42962
43019
|
issued_at?: string | null | undefined;
|
|
42963
43020
|
is_issued?: boolean | undefined;
|
|
42964
43021
|
acs_user_id?: string | undefined;
|
|
42965
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
43022
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
42966
43023
|
external_type_display_name?: string | undefined;
|
|
42967
43024
|
acs_credential_pool_id?: string | undefined;
|
|
42968
43025
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -43194,7 +43251,7 @@ declare const batch: z.ZodObject<{
|
|
|
43194
43251
|
is_managed: true;
|
|
43195
43252
|
acs_system_id: string;
|
|
43196
43253
|
acs_credential_id: string;
|
|
43197
|
-
access_method: "code" | "card" | "mobile_key";
|
|
43254
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
43198
43255
|
code?: string | null | undefined;
|
|
43199
43256
|
starts_at?: string | undefined;
|
|
43200
43257
|
ends_at?: string | undefined;
|
|
@@ -43221,7 +43278,7 @@ declare const batch: z.ZodObject<{
|
|
|
43221
43278
|
issued_at?: string | null | undefined;
|
|
43222
43279
|
is_issued?: boolean | undefined;
|
|
43223
43280
|
acs_user_id?: string | undefined;
|
|
43224
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
43281
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
43225
43282
|
external_type_display_name?: string | undefined;
|
|
43226
43283
|
acs_credential_pool_id?: string | undefined;
|
|
43227
43284
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -43266,7 +43323,7 @@ declare const batch: z.ZodObject<{
|
|
|
43266
43323
|
is_managed: false;
|
|
43267
43324
|
acs_system_id: string;
|
|
43268
43325
|
acs_credential_id: string;
|
|
43269
|
-
access_method: "code" | "card" | "mobile_key";
|
|
43326
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
43270
43327
|
code?: string | null | undefined;
|
|
43271
43328
|
starts_at?: string | undefined;
|
|
43272
43329
|
ends_at?: string | undefined;
|
|
@@ -43293,7 +43350,7 @@ declare const batch: z.ZodObject<{
|
|
|
43293
43350
|
issued_at?: string | null | undefined;
|
|
43294
43351
|
is_issued?: boolean | undefined;
|
|
43295
43352
|
acs_user_id?: string | undefined;
|
|
43296
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
43353
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
43297
43354
|
external_type_display_name?: string | undefined;
|
|
43298
43355
|
acs_credential_pool_id?: string | undefined;
|
|
43299
43356
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -43465,7 +43522,7 @@ declare const batch: z.ZodObject<{
|
|
|
43465
43522
|
is_managed: true;
|
|
43466
43523
|
acs_system_id: string;
|
|
43467
43524
|
acs_credential_id: string;
|
|
43468
|
-
access_method: "code" | "card" | "mobile_key";
|
|
43525
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
43469
43526
|
code?: string | null | undefined;
|
|
43470
43527
|
starts_at?: string | undefined;
|
|
43471
43528
|
ends_at?: string | undefined;
|
|
@@ -43492,7 +43549,7 @@ declare const batch: z.ZodObject<{
|
|
|
43492
43549
|
issued_at?: string | null | undefined;
|
|
43493
43550
|
is_issued?: boolean | undefined;
|
|
43494
43551
|
acs_user_id?: string | undefined;
|
|
43495
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
43552
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
43496
43553
|
external_type_display_name?: string | undefined;
|
|
43497
43554
|
acs_credential_pool_id?: string | undefined;
|
|
43498
43555
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -43537,7 +43594,7 @@ declare const batch: z.ZodObject<{
|
|
|
43537
43594
|
is_managed: false;
|
|
43538
43595
|
acs_system_id: string;
|
|
43539
43596
|
acs_credential_id: string;
|
|
43540
|
-
access_method: "code" | "card" | "mobile_key";
|
|
43597
|
+
access_method: "code" | "card" | "mobile_key" | "cloud_key";
|
|
43541
43598
|
code?: string | null | undefined;
|
|
43542
43599
|
starts_at?: string | undefined;
|
|
43543
43600
|
ends_at?: string | undefined;
|
|
@@ -43564,7 +43621,7 @@ declare const batch: z.ZodObject<{
|
|
|
43564
43621
|
issued_at?: string | null | undefined;
|
|
43565
43622
|
is_issued?: boolean | undefined;
|
|
43566
43623
|
acs_user_id?: string | undefined;
|
|
43567
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
43624
|
+
external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
43568
43625
|
external_type_display_name?: string | undefined;
|
|
43569
43626
|
acs_credential_pool_id?: string | undefined;
|
|
43570
43627
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -44228,6 +44285,11 @@ declare const batch: z.ZodObject<{
|
|
|
44228
44285
|
message: string;
|
|
44229
44286
|
created_at: string;
|
|
44230
44287
|
warning_code: "updating_access_times";
|
|
44288
|
+
} | {
|
|
44289
|
+
message: string;
|
|
44290
|
+
created_at: string;
|
|
44291
|
+
warning_code: "pulled_backup_access_code";
|
|
44292
|
+
original_access_method_id?: string | undefined;
|
|
44231
44293
|
})[];
|
|
44232
44294
|
mode: "code" | "card" | "mobile_key";
|
|
44233
44295
|
pending_mutations: ({
|
|
@@ -62686,7 +62748,7 @@ declare const _default: {
|
|
|
62686
62748
|
discriminator: {
|
|
62687
62749
|
propertyName: string;
|
|
62688
62750
|
};
|
|
62689
|
-
oneOf: {
|
|
62751
|
+
oneOf: ({
|
|
62690
62752
|
description: string;
|
|
62691
62753
|
properties: {
|
|
62692
62754
|
created_at: {
|
|
@@ -62703,10 +62765,36 @@ declare const _default: {
|
|
|
62703
62765
|
enum: string[];
|
|
62704
62766
|
type: string;
|
|
62705
62767
|
};
|
|
62768
|
+
original_access_method_id?: never;
|
|
62706
62769
|
};
|
|
62707
62770
|
required: string[];
|
|
62708
62771
|
type: string;
|
|
62709
|
-
}
|
|
62772
|
+
} | {
|
|
62773
|
+
description: string;
|
|
62774
|
+
properties: {
|
|
62775
|
+
created_at: {
|
|
62776
|
+
description: string;
|
|
62777
|
+
format: string;
|
|
62778
|
+
type: string;
|
|
62779
|
+
};
|
|
62780
|
+
message: {
|
|
62781
|
+
description: string;
|
|
62782
|
+
type: string;
|
|
62783
|
+
};
|
|
62784
|
+
original_access_method_id: {
|
|
62785
|
+
description: string;
|
|
62786
|
+
format: string;
|
|
62787
|
+
type: string;
|
|
62788
|
+
};
|
|
62789
|
+
warning_code: {
|
|
62790
|
+
description: string;
|
|
62791
|
+
enum: string[];
|
|
62792
|
+
type: string;
|
|
62793
|
+
};
|
|
62794
|
+
};
|
|
62795
|
+
required: string[];
|
|
62796
|
+
type: string;
|
|
62797
|
+
})[];
|
|
62710
62798
|
};
|
|
62711
62799
|
type: string;
|
|
62712
62800
|
};
|
|
@@ -88779,7 +88867,7 @@ declare const _default: {
|
|
|
88779
88867
|
discriminator: {
|
|
88780
88868
|
propertyName: string;
|
|
88781
88869
|
};
|
|
88782
|
-
oneOf: {
|
|
88870
|
+
oneOf: ({
|
|
88783
88871
|
description: string;
|
|
88784
88872
|
properties: {
|
|
88785
88873
|
created_at: {
|
|
@@ -88796,10 +88884,36 @@ declare const _default: {
|
|
|
88796
88884
|
enum: string[];
|
|
88797
88885
|
type: string;
|
|
88798
88886
|
};
|
|
88887
|
+
original_access_method_id?: never;
|
|
88799
88888
|
};
|
|
88800
88889
|
required: string[];
|
|
88801
88890
|
type: string;
|
|
88802
|
-
}
|
|
88891
|
+
} | {
|
|
88892
|
+
description: string;
|
|
88893
|
+
properties: {
|
|
88894
|
+
created_at: {
|
|
88895
|
+
description: string;
|
|
88896
|
+
format: string;
|
|
88897
|
+
type: string;
|
|
88898
|
+
};
|
|
88899
|
+
message: {
|
|
88900
|
+
description: string;
|
|
88901
|
+
type: string;
|
|
88902
|
+
};
|
|
88903
|
+
original_access_method_id: {
|
|
88904
|
+
description: string;
|
|
88905
|
+
format: string;
|
|
88906
|
+
type: string;
|
|
88907
|
+
};
|
|
88908
|
+
warning_code: {
|
|
88909
|
+
description: string;
|
|
88910
|
+
enum: string[];
|
|
88911
|
+
type: string;
|
|
88912
|
+
};
|
|
88913
|
+
};
|
|
88914
|
+
required: string[];
|
|
88915
|
+
type: string;
|
|
88916
|
+
})[];
|
|
88803
88917
|
};
|
|
88804
88918
|
type: string;
|
|
88805
88919
|
};
|
|
@@ -89052,7 +89166,7 @@ declare const _default: {
|
|
|
89052
89166
|
discriminator: {
|
|
89053
89167
|
propertyName: string;
|
|
89054
89168
|
};
|
|
89055
|
-
oneOf: {
|
|
89169
|
+
oneOf: ({
|
|
89056
89170
|
description: string;
|
|
89057
89171
|
properties: {
|
|
89058
89172
|
created_at: {
|
|
@@ -89069,10 +89183,36 @@ declare const _default: {
|
|
|
89069
89183
|
enum: string[];
|
|
89070
89184
|
type: string;
|
|
89071
89185
|
};
|
|
89186
|
+
original_access_method_id?: never;
|
|
89072
89187
|
};
|
|
89073
89188
|
required: string[];
|
|
89074
89189
|
type: string;
|
|
89075
|
-
}
|
|
89190
|
+
} | {
|
|
89191
|
+
description: string;
|
|
89192
|
+
properties: {
|
|
89193
|
+
created_at: {
|
|
89194
|
+
description: string;
|
|
89195
|
+
format: string;
|
|
89196
|
+
type: string;
|
|
89197
|
+
};
|
|
89198
|
+
message: {
|
|
89199
|
+
description: string;
|
|
89200
|
+
type: string;
|
|
89201
|
+
};
|
|
89202
|
+
original_access_method_id: {
|
|
89203
|
+
description: string;
|
|
89204
|
+
format: string;
|
|
89205
|
+
type: string;
|
|
89206
|
+
};
|
|
89207
|
+
warning_code: {
|
|
89208
|
+
description: string;
|
|
89209
|
+
enum: string[];
|
|
89210
|
+
type: string;
|
|
89211
|
+
};
|
|
89212
|
+
};
|
|
89213
|
+
required: string[];
|
|
89214
|
+
type: string;
|
|
89215
|
+
})[];
|
|
89076
89216
|
};
|
|
89077
89217
|
type: string;
|
|
89078
89218
|
};
|
|
@@ -89321,7 +89461,7 @@ declare const _default: {
|
|
|
89321
89461
|
discriminator: {
|
|
89322
89462
|
propertyName: string;
|
|
89323
89463
|
};
|
|
89324
|
-
oneOf: {
|
|
89464
|
+
oneOf: ({
|
|
89325
89465
|
description: string;
|
|
89326
89466
|
properties: {
|
|
89327
89467
|
created_at: {
|
|
@@ -89338,10 +89478,36 @@ declare const _default: {
|
|
|
89338
89478
|
enum: string[];
|
|
89339
89479
|
type: string;
|
|
89340
89480
|
};
|
|
89481
|
+
original_access_method_id?: never;
|
|
89341
89482
|
};
|
|
89342
89483
|
required: string[];
|
|
89343
89484
|
type: string;
|
|
89344
|
-
}
|
|
89485
|
+
} | {
|
|
89486
|
+
description: string;
|
|
89487
|
+
properties: {
|
|
89488
|
+
created_at: {
|
|
89489
|
+
description: string;
|
|
89490
|
+
format: string;
|
|
89491
|
+
type: string;
|
|
89492
|
+
};
|
|
89493
|
+
message: {
|
|
89494
|
+
description: string;
|
|
89495
|
+
type: string;
|
|
89496
|
+
};
|
|
89497
|
+
original_access_method_id: {
|
|
89498
|
+
description: string;
|
|
89499
|
+
format: string;
|
|
89500
|
+
type: string;
|
|
89501
|
+
};
|
|
89502
|
+
warning_code: {
|
|
89503
|
+
description: string;
|
|
89504
|
+
enum: string[];
|
|
89505
|
+
type: string;
|
|
89506
|
+
};
|
|
89507
|
+
};
|
|
89508
|
+
required: string[];
|
|
89509
|
+
type: string;
|
|
89510
|
+
})[];
|
|
89345
89511
|
};
|
|
89346
89512
|
type: string;
|
|
89347
89513
|
};
|
|
@@ -89612,7 +89778,7 @@ declare const _default: {
|
|
|
89612
89778
|
discriminator: {
|
|
89613
89779
|
propertyName: string;
|
|
89614
89780
|
};
|
|
89615
|
-
oneOf: {
|
|
89781
|
+
oneOf: ({
|
|
89616
89782
|
description: string;
|
|
89617
89783
|
properties: {
|
|
89618
89784
|
created_at: {
|
|
@@ -89629,10 +89795,36 @@ declare const _default: {
|
|
|
89629
89795
|
enum: string[];
|
|
89630
89796
|
type: string;
|
|
89631
89797
|
};
|
|
89798
|
+
original_access_method_id?: never;
|
|
89632
89799
|
};
|
|
89633
89800
|
required: string[];
|
|
89634
89801
|
type: string;
|
|
89635
|
-
}
|
|
89802
|
+
} | {
|
|
89803
|
+
description: string;
|
|
89804
|
+
properties: {
|
|
89805
|
+
created_at: {
|
|
89806
|
+
description: string;
|
|
89807
|
+
format: string;
|
|
89808
|
+
type: string;
|
|
89809
|
+
};
|
|
89810
|
+
message: {
|
|
89811
|
+
description: string;
|
|
89812
|
+
type: string;
|
|
89813
|
+
};
|
|
89814
|
+
original_access_method_id: {
|
|
89815
|
+
description: string;
|
|
89816
|
+
format: string;
|
|
89817
|
+
type: string;
|
|
89818
|
+
};
|
|
89819
|
+
warning_code: {
|
|
89820
|
+
description: string;
|
|
89821
|
+
enum: string[];
|
|
89822
|
+
type: string;
|
|
89823
|
+
};
|
|
89824
|
+
};
|
|
89825
|
+
required: string[];
|
|
89826
|
+
type: string;
|
|
89827
|
+
})[];
|
|
89636
89828
|
};
|
|
89637
89829
|
type: string;
|
|
89638
89830
|
};
|
|
@@ -132725,10 +132917,10 @@ type Routes = {
|
|
|
132725
132917
|
is_issued?: boolean | undefined;
|
|
132726
132918
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
132727
132919
|
issued_at?: (string | undefined) | null;
|
|
132728
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
132729
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
132920
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
132921
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
132730
132922
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
132731
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
132923
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
132732
132924
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
132733
132925
|
external_type_display_name?: string | undefined;
|
|
132734
132926
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -132855,10 +133047,10 @@ type Routes = {
|
|
|
132855
133047
|
is_issued?: boolean | undefined;
|
|
132856
133048
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
132857
133049
|
issued_at?: (string | undefined) | null;
|
|
132858
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
132859
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
133050
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
133051
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
132860
133052
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
132861
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
133053
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
132862
133054
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
132863
133055
|
external_type_display_name?: string | undefined;
|
|
132864
133056
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -133042,10 +133234,10 @@ type Routes = {
|
|
|
133042
133234
|
is_issued?: boolean | undefined;
|
|
133043
133235
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
133044
133236
|
issued_at?: (string | undefined) | null;
|
|
133045
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
133046
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
133237
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
133238
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
133047
133239
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
133048
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
133240
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
133049
133241
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
133050
133242
|
external_type_display_name?: string | undefined;
|
|
133051
133243
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -133172,10 +133364,10 @@ type Routes = {
|
|
|
133172
133364
|
is_issued?: boolean | undefined;
|
|
133173
133365
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
133174
133366
|
issued_at?: (string | undefined) | null;
|
|
133175
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
133176
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
133367
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
133368
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
133177
133369
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
133178
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
133370
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
133179
133371
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
133180
133372
|
external_type_display_name?: string | undefined;
|
|
133181
133373
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -135054,10 +135246,10 @@ type Routes = {
|
|
|
135054
135246
|
is_issued?: boolean | undefined;
|
|
135055
135247
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
135056
135248
|
issued_at?: (string | undefined) | null;
|
|
135057
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
135058
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
135249
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
135250
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
135059
135251
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
135060
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
135252
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
135061
135253
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
135062
135254
|
external_type_display_name?: string | undefined;
|
|
135063
135255
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -135184,10 +135376,10 @@ type Routes = {
|
|
|
135184
135376
|
is_issued?: boolean | undefined;
|
|
135185
135377
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
135186
135378
|
issued_at?: (string | undefined) | null;
|
|
135187
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
135188
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
135379
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
135380
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
135189
135381
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
135190
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
135382
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
135191
135383
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
135192
135384
|
external_type_display_name?: string | undefined;
|
|
135193
135385
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -135371,10 +135563,10 @@ type Routes = {
|
|
|
135371
135563
|
is_issued?: boolean | undefined;
|
|
135372
135564
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
135373
135565
|
issued_at?: (string | undefined) | null;
|
|
135374
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
135375
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
135566
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
135567
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
135376
135568
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
135377
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
135569
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
135378
135570
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
135379
135571
|
external_type_display_name?: string | undefined;
|
|
135380
135572
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -135501,10 +135693,10 @@ type Routes = {
|
|
|
135501
135693
|
is_issued?: boolean | undefined;
|
|
135502
135694
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
135503
135695
|
issued_at?: (string | undefined) | null;
|
|
135504
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
135505
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
135696
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
135697
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
135506
135698
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
135507
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
135699
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
135508
135700
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
135509
135701
|
external_type_display_name?: string | undefined;
|
|
135510
135702
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -139055,10 +139247,10 @@ type Routes = {
|
|
|
139055
139247
|
is_issued?: boolean | undefined;
|
|
139056
139248
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
139057
139249
|
issued_at?: (string | undefined) | null;
|
|
139058
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
139059
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
139250
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
139251
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
139060
139252
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
139061
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
139253
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
139062
139254
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
139063
139255
|
external_type_display_name?: string | undefined;
|
|
139064
139256
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -139185,10 +139377,10 @@ type Routes = {
|
|
|
139185
139377
|
is_issued?: boolean | undefined;
|
|
139186
139378
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
139187
139379
|
issued_at?: (string | undefined) | null;
|
|
139188
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
139189
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
139380
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
139381
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
139190
139382
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
139191
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
139383
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
139192
139384
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
139193
139385
|
external_type_display_name?: string | undefined;
|
|
139194
139386
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -139372,10 +139564,10 @@ type Routes = {
|
|
|
139372
139564
|
is_issued?: boolean | undefined;
|
|
139373
139565
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
139374
139566
|
issued_at?: (string | undefined) | null;
|
|
139375
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
139376
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
139567
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
139568
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
139377
139569
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
139378
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
139570
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
139379
139571
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
139380
139572
|
external_type_display_name?: string | undefined;
|
|
139381
139573
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -139502,10 +139694,10 @@ type Routes = {
|
|
|
139502
139694
|
is_issued?: boolean | undefined;
|
|
139503
139695
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
139504
139696
|
issued_at?: (string | undefined) | null;
|
|
139505
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
139506
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
139697
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
139698
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
139507
139699
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
139508
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
139700
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
139509
139701
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
139510
139702
|
external_type_display_name?: string | undefined;
|
|
139511
139703
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141420,10 +141612,10 @@ type Routes = {
|
|
|
141420
141612
|
is_issued?: boolean | undefined;
|
|
141421
141613
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
141422
141614
|
issued_at?: (string | undefined) | null;
|
|
141423
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
141424
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
141615
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
141616
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141425
141617
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141426
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
141618
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
141427
141619
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
141428
141620
|
external_type_display_name?: string | undefined;
|
|
141429
141621
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141550,10 +141742,10 @@ type Routes = {
|
|
|
141550
141742
|
is_issued?: boolean | undefined;
|
|
141551
141743
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
141552
141744
|
issued_at?: (string | undefined) | null;
|
|
141553
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
141554
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
141745
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
141746
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141555
141747
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141556
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
141748
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
141557
141749
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
141558
141750
|
external_type_display_name?: string | undefined;
|
|
141559
141751
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141737,10 +141929,10 @@ type Routes = {
|
|
|
141737
141929
|
is_issued?: boolean | undefined;
|
|
141738
141930
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
141739
141931
|
issued_at?: (string | undefined) | null;
|
|
141740
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
141741
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
141932
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
141933
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141742
141934
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141743
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
141935
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
141744
141936
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
141745
141937
|
external_type_display_name?: string | undefined;
|
|
141746
141938
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -141867,10 +142059,10 @@ type Routes = {
|
|
|
141867
142059
|
is_issued?: boolean | undefined;
|
|
141868
142060
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
141869
142061
|
issued_at?: (string | undefined) | null;
|
|
141870
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
141871
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
142062
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
142063
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
141872
142064
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141873
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
142065
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
141874
142066
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
141875
142067
|
external_type_display_name?: string | undefined;
|
|
141876
142068
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -144925,6 +145117,15 @@ type Routes = {
|
|
|
144925
145117
|
message: string;
|
|
144926
145118
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144927
145119
|
warning_code: 'updating_access_times';
|
|
145120
|
+
} | {
|
|
145121
|
+
/** Date and time at which Seam created the warning. */
|
|
145122
|
+
created_at: string;
|
|
145123
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
145124
|
+
message: string;
|
|
145125
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145126
|
+
warning_code: 'pulled_backup_access_code';
|
|
145127
|
+
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
145128
|
+
original_access_method_id?: string | undefined;
|
|
144928
145129
|
})[];
|
|
144929
145130
|
/** Pending mutations for the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). Indicates operations that are in progress. */
|
|
144930
145131
|
pending_mutations: ({
|
|
@@ -145940,10 +146141,10 @@ type Routes = {
|
|
|
145940
146141
|
is_issued?: boolean | undefined;
|
|
145941
146142
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
145942
146143
|
issued_at?: (string | undefined) | null;
|
|
145943
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
145944
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
146144
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
146145
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
145945
146146
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
145946
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
146147
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
145947
146148
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
145948
146149
|
external_type_display_name?: string | undefined;
|
|
145949
146150
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -146070,10 +146271,10 @@ type Routes = {
|
|
|
146070
146271
|
is_issued?: boolean | undefined;
|
|
146071
146272
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
146072
146273
|
issued_at?: (string | undefined) | null;
|
|
146073
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
146074
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
146274
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
146275
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
146075
146276
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
146076
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
146277
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
146077
146278
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
146078
146279
|
external_type_display_name?: string | undefined;
|
|
146079
146280
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -146257,10 +146458,10 @@ type Routes = {
|
|
|
146257
146458
|
is_issued?: boolean | undefined;
|
|
146258
146459
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
146259
146460
|
issued_at?: (string | undefined) | null;
|
|
146260
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
146261
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
146461
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
146462
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
146262
146463
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
146263
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
146464
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
146264
146465
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
146265
146466
|
external_type_display_name?: string | undefined;
|
|
146266
146467
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -146387,10 +146588,10 @@ type Routes = {
|
|
|
146387
146588
|
is_issued?: boolean | undefined;
|
|
146388
146589
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
146389
146590
|
issued_at?: (string | undefined) | null;
|
|
146390
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
146391
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
146591
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
146592
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
146392
146593
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
146393
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
146594
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
146394
146595
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
146395
146596
|
external_type_display_name?: string | undefined;
|
|
146396
146597
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -147087,6 +147288,15 @@ type Routes = {
|
|
|
147087
147288
|
message: string;
|
|
147088
147289
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147089
147290
|
warning_code: 'updating_access_times';
|
|
147291
|
+
} | {
|
|
147292
|
+
/** Date and time at which Seam created the warning. */
|
|
147293
|
+
created_at: string;
|
|
147294
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147295
|
+
message: string;
|
|
147296
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147297
|
+
warning_code: 'pulled_backup_access_code';
|
|
147298
|
+
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
147299
|
+
original_access_method_id?: string | undefined;
|
|
147090
147300
|
})[];
|
|
147091
147301
|
/** Pending mutations for the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). Indicates operations that are in progress. */
|
|
147092
147302
|
pending_mutations: ({
|
|
@@ -148817,6 +149027,15 @@ type Routes = {
|
|
|
148817
149027
|
message: string;
|
|
148818
149028
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148819
149029
|
warning_code: 'updating_access_times';
|
|
149030
|
+
} | {
|
|
149031
|
+
/** Date and time at which Seam created the warning. */
|
|
149032
|
+
created_at: string;
|
|
149033
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
149034
|
+
message: string;
|
|
149035
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
149036
|
+
warning_code: 'pulled_backup_access_code';
|
|
149037
|
+
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
149038
|
+
original_access_method_id?: string | undefined;
|
|
148820
149039
|
})[];
|
|
148821
149040
|
/** Pending mutations for the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). Indicates operations that are in progress. */
|
|
148822
149041
|
pending_mutations: ({
|
|
@@ -148958,10 +149177,10 @@ type Routes = {
|
|
|
148958
149177
|
is_issued?: boolean | undefined;
|
|
148959
149178
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
148960
149179
|
issued_at?: (string | undefined) | null;
|
|
148961
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
148962
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
149180
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
149181
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148963
149182
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
148964
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
149183
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
148965
149184
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
148966
149185
|
external_type_display_name?: string | undefined;
|
|
148967
149186
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -149122,6 +149341,15 @@ type Routes = {
|
|
|
149122
149341
|
message: string;
|
|
149123
149342
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
149124
149343
|
warning_code: 'updating_access_times';
|
|
149344
|
+
} | {
|
|
149345
|
+
/** Date and time at which Seam created the warning. */
|
|
149346
|
+
created_at: string;
|
|
149347
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
149348
|
+
message: string;
|
|
149349
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
149350
|
+
warning_code: 'pulled_backup_access_code';
|
|
149351
|
+
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
149352
|
+
original_access_method_id?: string | undefined;
|
|
149125
149353
|
})[];
|
|
149126
149354
|
/** Pending mutations for the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). Indicates operations that are in progress. */
|
|
149127
149355
|
pending_mutations: ({
|
|
@@ -149232,6 +149460,15 @@ type Routes = {
|
|
|
149232
149460
|
message: string;
|
|
149233
149461
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
149234
149462
|
warning_code: 'updating_access_times';
|
|
149463
|
+
} | {
|
|
149464
|
+
/** Date and time at which Seam created the warning. */
|
|
149465
|
+
created_at: string;
|
|
149466
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
149467
|
+
message: string;
|
|
149468
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
149469
|
+
warning_code: 'pulled_backup_access_code';
|
|
149470
|
+
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
149471
|
+
original_access_method_id?: string | undefined;
|
|
149235
149472
|
})[];
|
|
149236
149473
|
/** Pending mutations for the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). Indicates operations that are in progress. */
|
|
149237
149474
|
pending_mutations: ({
|
|
@@ -149345,6 +149582,15 @@ type Routes = {
|
|
|
149345
149582
|
message: string;
|
|
149346
149583
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
149347
149584
|
warning_code: 'updating_access_times';
|
|
149585
|
+
} | {
|
|
149586
|
+
/** Date and time at which Seam created the warning. */
|
|
149587
|
+
created_at: string;
|
|
149588
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
149589
|
+
message: string;
|
|
149590
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
149591
|
+
warning_code: 'pulled_backup_access_code';
|
|
149592
|
+
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
149593
|
+
original_access_method_id?: string | undefined;
|
|
149348
149594
|
})[];
|
|
149349
149595
|
/** Pending mutations for the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). Indicates operations that are in progress. */
|
|
149350
149596
|
pending_mutations: ({
|
|
@@ -150638,10 +150884,10 @@ type Routes = {
|
|
|
150638
150884
|
is_issued?: boolean | undefined;
|
|
150639
150885
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
150640
150886
|
issued_at?: (string | undefined) | null;
|
|
150641
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
150642
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
150887
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
150888
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
150643
150889
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
150644
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
150890
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
150645
150891
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
150646
150892
|
external_type_display_name?: string | undefined;
|
|
150647
150893
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -150760,8 +151006,8 @@ type Routes = {
|
|
|
150760
151006
|
user_identity_id?: string | undefined;
|
|
150761
151007
|
/** ID of the access system to which the new credential belongs. You must provide either `acs_user_id` or the combination of `user_identity_id` and `acs_system_id`. */
|
|
150762
151008
|
acs_system_id?: string | undefined;
|
|
150763
|
-
/** Access method for the new credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
150764
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
151009
|
+
/** Access method for the new credential. Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
151010
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
150765
151011
|
/** Access (PIN) code for the new credential. There may be manufacturer-specific code restrictions. For details, see the applicable [device or system integration guide](https://docs.seam.co/latest/device-and-system-integration-guides/overview). */
|
|
150766
151012
|
code?: string | undefined;
|
|
150767
151013
|
/** Indicates whether the new credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials). */
|
|
@@ -150839,10 +151085,10 @@ type Routes = {
|
|
|
150839
151085
|
is_issued?: boolean | undefined;
|
|
150840
151086
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
150841
151087
|
issued_at?: (string | undefined) | null;
|
|
150842
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
150843
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
151088
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
151089
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
150844
151090
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
150845
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
151091
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
150846
151092
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
150847
151093
|
external_type_display_name?: string | undefined;
|
|
150848
151094
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -150997,10 +151243,10 @@ type Routes = {
|
|
|
150997
151243
|
is_issued?: boolean | undefined;
|
|
150998
151244
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
150999
151245
|
issued_at?: (string | undefined) | null;
|
|
151000
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
151001
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
151246
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
151247
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
151002
151248
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
151003
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
151249
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
151004
151250
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
151005
151251
|
external_type_display_name?: string | undefined;
|
|
151006
151252
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -151160,10 +151406,10 @@ type Routes = {
|
|
|
151160
151406
|
is_issued?: boolean | undefined;
|
|
151161
151407
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
151162
151408
|
issued_at?: (string | undefined) | null;
|
|
151163
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
151164
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
151409
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
151410
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
151165
151411
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
151166
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
151412
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
151167
151413
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
151168
151414
|
external_type_display_name?: string | undefined;
|
|
151169
151415
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -151327,10 +151573,10 @@ type Routes = {
|
|
|
151327
151573
|
is_issued?: boolean | undefined;
|
|
151328
151574
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
151329
151575
|
issued_at?: (string | undefined) | null;
|
|
151330
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
151331
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
151576
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
151577
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
151332
151578
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
151333
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
151579
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
151334
151580
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
151335
151581
|
external_type_display_name?: string | undefined;
|
|
151336
151582
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -151633,10 +151879,10 @@ type Routes = {
|
|
|
151633
151879
|
is_issued?: boolean | undefined;
|
|
151634
151880
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
151635
151881
|
issued_at?: (string | undefined) | null;
|
|
151636
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
151637
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
151882
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
151883
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
151638
151884
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
151639
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
151885
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
151640
151886
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
151641
151887
|
external_type_display_name?: string | undefined;
|
|
151642
151888
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -151779,10 +152025,10 @@ type Routes = {
|
|
|
151779
152025
|
is_issued?: boolean | undefined;
|
|
151780
152026
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
151781
152027
|
issued_at?: (string | undefined) | null;
|
|
151782
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
151783
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
152028
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
152029
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
151784
152030
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
151785
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
152031
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
151786
152032
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
151787
152033
|
external_type_display_name?: string | undefined;
|
|
151788
152034
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -151938,10 +152184,10 @@ type Routes = {
|
|
|
151938
152184
|
is_issued?: boolean | undefined;
|
|
151939
152185
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
151940
152186
|
issued_at?: (string | undefined) | null;
|
|
151941
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
151942
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
152187
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
152188
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
151943
152189
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
151944
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
152190
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
151945
152191
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
151946
152192
|
external_type_display_name?: string | undefined;
|
|
151947
152193
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -152092,10 +152338,10 @@ type Routes = {
|
|
|
152092
152338
|
is_issued?: boolean | undefined;
|
|
152093
152339
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
152094
152340
|
issued_at?: (string | undefined) | null;
|
|
152095
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
152096
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
152341
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
152342
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
152097
152343
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
152098
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
152344
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
152099
152345
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
152100
152346
|
external_type_display_name?: string | undefined;
|
|
152101
152347
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -152382,10 +152628,10 @@ type Routes = {
|
|
|
152382
152628
|
is_issued?: boolean | undefined;
|
|
152383
152629
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
152384
152630
|
issued_at?: (string | undefined) | null;
|
|
152385
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
152386
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
152631
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
152632
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
152387
152633
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
152388
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
152634
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
152389
152635
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
152390
152636
|
external_type_display_name?: string | undefined;
|
|
152391
152637
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -152512,10 +152758,10 @@ type Routes = {
|
|
|
152512
152758
|
is_issued?: boolean | undefined;
|
|
152513
152759
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
152514
152760
|
issued_at?: (string | undefined) | null;
|
|
152515
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
152516
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
152761
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
152762
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
152517
152763
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
152518
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
152764
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
152519
152765
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
152520
152766
|
external_type_display_name?: string | undefined;
|
|
152521
152767
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -152699,10 +152945,10 @@ type Routes = {
|
|
|
152699
152945
|
is_issued?: boolean | undefined;
|
|
152700
152946
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
152701
152947
|
issued_at?: (string | undefined) | null;
|
|
152702
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
152703
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
152948
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
152949
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
152704
152950
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
152705
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
152951
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
152706
152952
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
152707
152953
|
external_type_display_name?: string | undefined;
|
|
152708
152954
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -152829,10 +153075,10 @@ type Routes = {
|
|
|
152829
153075
|
is_issued?: boolean | undefined;
|
|
152830
153076
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
152831
153077
|
issued_at?: (string | undefined) | null;
|
|
152832
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
152833
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
153078
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
153079
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
152834
153080
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
152835
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
153081
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
152836
153082
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
152837
153083
|
external_type_display_name?: string | undefined;
|
|
152838
153084
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -153765,10 +154011,10 @@ type Routes = {
|
|
|
153765
154011
|
is_issued?: boolean | undefined;
|
|
153766
154012
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
153767
154013
|
issued_at?: (string | undefined) | null;
|
|
153768
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
153769
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
154014
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
154015
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
153770
154016
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
153771
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
154017
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
153772
154018
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
153773
154019
|
external_type_display_name?: string | undefined;
|
|
153774
154020
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -153895,10 +154141,10 @@ type Routes = {
|
|
|
153895
154141
|
is_issued?: boolean | undefined;
|
|
153896
154142
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
153897
154143
|
issued_at?: (string | undefined) | null;
|
|
153898
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
153899
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
154144
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
154145
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
153900
154146
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
153901
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
154147
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
153902
154148
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
153903
154149
|
external_type_display_name?: string | undefined;
|
|
153904
154150
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -154082,10 +154328,10 @@ type Routes = {
|
|
|
154082
154328
|
is_issued?: boolean | undefined;
|
|
154083
154329
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
154084
154330
|
issued_at?: (string | undefined) | null;
|
|
154085
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
154086
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
154331
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
154332
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
154087
154333
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
154088
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
154334
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
154089
154335
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
154090
154336
|
external_type_display_name?: string | undefined;
|
|
154091
154337
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -154212,10 +154458,10 @@ type Routes = {
|
|
|
154212
154458
|
is_issued?: boolean | undefined;
|
|
154213
154459
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
154214
154460
|
issued_at?: (string | undefined) | null;
|
|
154215
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
154216
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
154461
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
154462
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
154217
154463
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
154218
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
154464
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
154219
154465
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
154220
154466
|
external_type_display_name?: string | undefined;
|
|
154221
154467
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -155318,10 +155564,10 @@ type Routes = {
|
|
|
155318
155564
|
is_issued?: boolean | undefined;
|
|
155319
155565
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
155320
155566
|
issued_at?: (string | undefined) | null;
|
|
155321
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
155322
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
155567
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
155568
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
155323
155569
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
155324
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
155570
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
155325
155571
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
155326
155572
|
external_type_display_name?: string | undefined;
|
|
155327
155573
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -157639,10 +157885,10 @@ type Routes = {
|
|
|
157639
157885
|
is_issued?: boolean | undefined;
|
|
157640
157886
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
157641
157887
|
issued_at?: (string | undefined) | null;
|
|
157642
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
157643
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
157888
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
157889
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
157644
157890
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
157645
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
157891
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
157646
157892
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
157647
157893
|
external_type_display_name?: string | undefined;
|
|
157648
157894
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -157769,10 +158015,10 @@ type Routes = {
|
|
|
157769
158015
|
is_issued?: boolean | undefined;
|
|
157770
158016
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
157771
158017
|
issued_at?: (string | undefined) | null;
|
|
157772
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
157773
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
158018
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158019
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
157774
158020
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
157775
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
158021
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
157776
158022
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
157777
158023
|
external_type_display_name?: string | undefined;
|
|
157778
158024
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -157956,10 +158202,10 @@ type Routes = {
|
|
|
157956
158202
|
is_issued?: boolean | undefined;
|
|
157957
158203
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
157958
158204
|
issued_at?: (string | undefined) | null;
|
|
157959
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
157960
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
158205
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158206
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
157961
158207
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
157962
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
158208
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
157963
158209
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
157964
158210
|
external_type_display_name?: string | undefined;
|
|
157965
158211
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158086,10 +158332,10 @@ type Routes = {
|
|
|
158086
158332
|
is_issued?: boolean | undefined;
|
|
158087
158333
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
158088
158334
|
issued_at?: (string | undefined) | null;
|
|
158089
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
158090
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
158335
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
158336
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158091
158337
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
158092
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
158338
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
158093
158339
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158094
158340
|
external_type_display_name?: string | undefined;
|
|
158095
158341
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -158915,10 +159161,10 @@ type Routes = {
|
|
|
158915
159161
|
is_issued?: boolean | undefined;
|
|
158916
159162
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
158917
159163
|
issued_at?: (string | undefined) | null;
|
|
158918
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
158919
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
159164
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
159165
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
158920
159166
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
158921
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
159167
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
158922
159168
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
158923
159169
|
external_type_display_name?: string | undefined;
|
|
158924
159170
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159045,10 +159291,10 @@ type Routes = {
|
|
|
159045
159291
|
is_issued?: boolean | undefined;
|
|
159046
159292
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
159047
159293
|
issued_at?: (string | undefined) | null;
|
|
159048
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
159049
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
159294
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
159295
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159050
159296
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
159051
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
159297
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
159052
159298
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
159053
159299
|
external_type_display_name?: string | undefined;
|
|
159054
159300
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159232,10 +159478,10 @@ type Routes = {
|
|
|
159232
159478
|
is_issued?: boolean | undefined;
|
|
159233
159479
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
159234
159480
|
issued_at?: (string | undefined) | null;
|
|
159235
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
159236
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
159481
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
159482
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159237
159483
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
159238
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
159484
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
159239
159485
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
159240
159486
|
external_type_display_name?: string | undefined;
|
|
159241
159487
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -159362,10 +159608,10 @@ type Routes = {
|
|
|
159362
159608
|
is_issued?: boolean | undefined;
|
|
159363
159609
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
159364
159610
|
issued_at?: (string | undefined) | null;
|
|
159365
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
159366
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
159611
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
159612
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
159367
159613
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
159368
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
159614
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
159369
159615
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
159370
159616
|
external_type_display_name?: string | undefined;
|
|
159371
159617
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -176952,10 +177198,10 @@ type Routes = {
|
|
|
176952
177198
|
is_issued?: boolean | undefined;
|
|
176953
177199
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
176954
177200
|
issued_at?: (string | undefined) | null;
|
|
176955
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
176956
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
177201
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
177202
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
176957
177203
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
176958
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
177204
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
176959
177205
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
176960
177206
|
external_type_display_name?: string | undefined;
|
|
176961
177207
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -177082,10 +177328,10 @@ type Routes = {
|
|
|
177082
177328
|
is_issued?: boolean | undefined;
|
|
177083
177329
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
177084
177330
|
issued_at?: (string | undefined) | null;
|
|
177085
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
177086
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
177331
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
177332
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
177087
177333
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
177088
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
177334
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
177089
177335
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
177090
177336
|
external_type_display_name?: string | undefined;
|
|
177091
177337
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -177269,10 +177515,10 @@ type Routes = {
|
|
|
177269
177515
|
is_issued?: boolean | undefined;
|
|
177270
177516
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
177271
177517
|
issued_at?: (string | undefined) | null;
|
|
177272
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
177273
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
177518
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
177519
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
177274
177520
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
177275
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
177521
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
177276
177522
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
177277
177523
|
external_type_display_name?: string | undefined;
|
|
177278
177524
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -177399,10 +177645,10 @@ type Routes = {
|
|
|
177399
177645
|
is_issued?: boolean | undefined;
|
|
177400
177646
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
177401
177647
|
issued_at?: (string | undefined) | null;
|
|
177402
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
177403
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
177648
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
177649
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
177404
177650
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
177405
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
177651
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
177406
177652
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
177407
177653
|
external_type_display_name?: string | undefined;
|
|
177408
177654
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -178229,10 +178475,10 @@ type Routes = {
|
|
|
178229
178475
|
is_issued?: boolean | undefined;
|
|
178230
178476
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
178231
178477
|
issued_at?: (string | undefined) | null;
|
|
178232
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
178233
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
178478
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
178479
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
178234
178480
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
178235
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
178481
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
178236
178482
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
178237
178483
|
external_type_display_name?: string | undefined;
|
|
178238
178484
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -178359,10 +178605,10 @@ type Routes = {
|
|
|
178359
178605
|
is_issued?: boolean | undefined;
|
|
178360
178606
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
178361
178607
|
issued_at?: (string | undefined) | null;
|
|
178362
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
178363
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
178608
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
178609
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
178364
178610
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
178365
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
178611
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
178366
178612
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
178367
178613
|
external_type_display_name?: string | undefined;
|
|
178368
178614
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -178546,10 +178792,10 @@ type Routes = {
|
|
|
178546
178792
|
is_issued?: boolean | undefined;
|
|
178547
178793
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
178548
178794
|
issued_at?: (string | undefined) | null;
|
|
178549
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
178550
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
178795
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
178796
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
178551
178797
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
178552
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
178798
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
178553
178799
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
178554
178800
|
external_type_display_name?: string | undefined;
|
|
178555
178801
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -178676,10 +178922,10 @@ type Routes = {
|
|
|
178676
178922
|
is_issued?: boolean | undefined;
|
|
178677
178923
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
178678
178924
|
issued_at?: (string | undefined) | null;
|
|
178679
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
178680
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
178925
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
178926
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
178681
178927
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
178682
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
178928
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
178683
178929
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
178684
178930
|
external_type_display_name?: string | undefined;
|
|
178685
178931
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -179504,10 +179750,10 @@ type Routes = {
|
|
|
179504
179750
|
is_issued?: boolean | undefined;
|
|
179505
179751
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
179506
179752
|
issued_at?: (string | undefined) | null;
|
|
179507
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
179508
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
179753
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
179754
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
179509
179755
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
179510
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
179756
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
179511
179757
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
179512
179758
|
external_type_display_name?: string | undefined;
|
|
179513
179759
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -179634,10 +179880,10 @@ type Routes = {
|
|
|
179634
179880
|
is_issued?: boolean | undefined;
|
|
179635
179881
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
179636
179882
|
issued_at?: (string | undefined) | null;
|
|
179637
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
179638
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
179883
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
179884
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
179639
179885
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
179640
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
179886
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
179641
179887
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
179642
179888
|
external_type_display_name?: string | undefined;
|
|
179643
179889
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -179821,10 +180067,10 @@ type Routes = {
|
|
|
179821
180067
|
is_issued?: boolean | undefined;
|
|
179822
180068
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
179823
180069
|
issued_at?: (string | undefined) | null;
|
|
179824
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
179825
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
180070
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
180071
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
179826
180072
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
179827
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
180073
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
179828
180074
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
179829
180075
|
external_type_display_name?: string | undefined;
|
|
179830
180076
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -179951,10 +180197,10 @@ type Routes = {
|
|
|
179951
180197
|
is_issued?: boolean | undefined;
|
|
179952
180198
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
179953
180199
|
issued_at?: (string | undefined) | null;
|
|
179954
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
179955
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
180200
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
180201
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
179956
180202
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
179957
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
180203
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
179958
180204
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
179959
180205
|
external_type_display_name?: string | undefined;
|
|
179960
180206
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -180781,10 +181027,10 @@ type Routes = {
|
|
|
180781
181027
|
is_issued?: boolean | undefined;
|
|
180782
181028
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
180783
181029
|
issued_at?: (string | undefined) | null;
|
|
180784
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
180785
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
181030
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
181031
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
180786
181032
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
180787
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
181033
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
180788
181034
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
180789
181035
|
external_type_display_name?: string | undefined;
|
|
180790
181036
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -180911,10 +181157,10 @@ type Routes = {
|
|
|
180911
181157
|
is_issued?: boolean | undefined;
|
|
180912
181158
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
180913
181159
|
issued_at?: (string | undefined) | null;
|
|
180914
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
180915
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
181160
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
181161
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
180916
181162
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
180917
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
181163
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
180918
181164
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
180919
181165
|
external_type_display_name?: string | undefined;
|
|
180920
181166
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -181098,10 +181344,10 @@ type Routes = {
|
|
|
181098
181344
|
is_issued?: boolean | undefined;
|
|
181099
181345
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
181100
181346
|
issued_at?: (string | undefined) | null;
|
|
181101
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
181102
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
181347
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
181348
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
181103
181349
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
181104
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
181350
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
181105
181351
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
181106
181352
|
external_type_display_name?: string | undefined;
|
|
181107
181353
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -181228,10 +181474,10 @@ type Routes = {
|
|
|
181228
181474
|
is_issued?: boolean | undefined;
|
|
181229
181475
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
181230
181476
|
issued_at?: (string | undefined) | null;
|
|
181231
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
181232
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
181477
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
181478
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
181233
181479
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
181234
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
181480
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
181235
181481
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
181236
181482
|
external_type_display_name?: string | undefined;
|
|
181237
181483
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -184729,10 +184975,10 @@ type Routes = {
|
|
|
184729
184975
|
is_issued?: boolean | undefined;
|
|
184730
184976
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
184731
184977
|
issued_at?: (string | undefined) | null;
|
|
184732
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
184733
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
184978
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
184979
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
184734
184980
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
184735
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
184981
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
184736
184982
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
184737
184983
|
external_type_display_name?: string | undefined;
|
|
184738
184984
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -184859,10 +185105,10 @@ type Routes = {
|
|
|
184859
185105
|
is_issued?: boolean | undefined;
|
|
184860
185106
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
184861
185107
|
issued_at?: (string | undefined) | null;
|
|
184862
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
184863
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
185108
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
185109
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
184864
185110
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
184865
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
185111
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
184866
185112
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
184867
185113
|
external_type_display_name?: string | undefined;
|
|
184868
185114
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -185046,10 +185292,10 @@ type Routes = {
|
|
|
185046
185292
|
is_issued?: boolean | undefined;
|
|
185047
185293
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
185048
185294
|
issued_at?: (string | undefined) | null;
|
|
185049
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
185050
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
185295
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
185296
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
185051
185297
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
185052
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
185298
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
185053
185299
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
185054
185300
|
external_type_display_name?: string | undefined;
|
|
185055
185301
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -185176,10 +185422,10 @@ type Routes = {
|
|
|
185176
185422
|
is_issued?: boolean | undefined;
|
|
185177
185423
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
185178
185424
|
issued_at?: (string | undefined) | null;
|
|
185179
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
185180
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
185425
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
185426
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
185181
185427
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
185182
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
185428
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
185183
185429
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
185184
185430
|
external_type_display_name?: string | undefined;
|
|
185185
185431
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -186025,10 +186271,10 @@ type Routes = {
|
|
|
186025
186271
|
is_issued?: boolean | undefined;
|
|
186026
186272
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
186027
186273
|
issued_at?: (string | undefined) | null;
|
|
186028
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
186029
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
186274
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
186275
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
186030
186276
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
186031
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
186277
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
186032
186278
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
186033
186279
|
external_type_display_name?: string | undefined;
|
|
186034
186280
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -186155,10 +186401,10 @@ type Routes = {
|
|
|
186155
186401
|
is_issued?: boolean | undefined;
|
|
186156
186402
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
186157
186403
|
issued_at?: (string | undefined) | null;
|
|
186158
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
186159
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
186404
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
186405
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
186160
186406
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
186161
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
186407
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
186162
186408
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
186163
186409
|
external_type_display_name?: string | undefined;
|
|
186164
186410
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -186342,10 +186588,10 @@ type Routes = {
|
|
|
186342
186588
|
is_issued?: boolean | undefined;
|
|
186343
186589
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
186344
186590
|
issued_at?: (string | undefined) | null;
|
|
186345
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
186346
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
186591
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
186592
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
186347
186593
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
186348
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
186594
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
186349
186595
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
186350
186596
|
external_type_display_name?: string | undefined;
|
|
186351
186597
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -186472,10 +186718,10 @@ type Routes = {
|
|
|
186472
186718
|
is_issued?: boolean | undefined;
|
|
186473
186719
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
186474
186720
|
issued_at?: (string | undefined) | null;
|
|
186475
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
186476
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
186721
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
186722
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
186477
186723
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
186478
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
186724
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
186479
186725
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
186480
186726
|
external_type_display_name?: string | undefined;
|
|
186481
186727
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187377,10 +187623,10 @@ type Routes = {
|
|
|
187377
187623
|
is_issued?: boolean | undefined;
|
|
187378
187624
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
187379
187625
|
issued_at?: (string | undefined) | null;
|
|
187380
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
187381
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
187626
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
187627
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
187382
187628
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
187383
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
187629
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
187384
187630
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
187385
187631
|
external_type_display_name?: string | undefined;
|
|
187386
187632
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187507,10 +187753,10 @@ type Routes = {
|
|
|
187507
187753
|
is_issued?: boolean | undefined;
|
|
187508
187754
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
187509
187755
|
issued_at?: (string | undefined) | null;
|
|
187510
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
187511
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
187756
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
187757
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
187512
187758
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
187513
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
187759
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
187514
187760
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
187515
187761
|
external_type_display_name?: string | undefined;
|
|
187516
187762
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187694,10 +187940,10 @@ type Routes = {
|
|
|
187694
187940
|
is_issued?: boolean | undefined;
|
|
187695
187941
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
187696
187942
|
issued_at?: (string | undefined) | null;
|
|
187697
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
187698
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
187943
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
187944
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
187699
187945
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
187700
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
187946
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
187701
187947
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
187702
187948
|
external_type_display_name?: string | undefined;
|
|
187703
187949
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -187824,10 +188070,10 @@ type Routes = {
|
|
|
187824
188070
|
is_issued?: boolean | undefined;
|
|
187825
188071
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
187826
188072
|
issued_at?: (string | undefined) | null;
|
|
187827
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
187828
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
188073
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
188074
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
187829
188075
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
187830
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
188076
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
187831
188077
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
187832
188078
|
external_type_display_name?: string | undefined;
|
|
187833
188079
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -189620,10 +189866,10 @@ type Routes = {
|
|
|
189620
189866
|
is_issued?: boolean | undefined;
|
|
189621
189867
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
189622
189868
|
issued_at?: (string | undefined) | null;
|
|
189623
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
189624
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
189869
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
189870
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
189625
189871
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
189626
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
189872
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
189627
189873
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
189628
189874
|
external_type_display_name?: string | undefined;
|
|
189629
189875
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -189750,10 +189996,10 @@ type Routes = {
|
|
|
189750
189996
|
is_issued?: boolean | undefined;
|
|
189751
189997
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
189752
189998
|
issued_at?: (string | undefined) | null;
|
|
189753
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
189754
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
189999
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
190000
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
189755
190001
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
189756
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
190002
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
189757
190003
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
189758
190004
|
external_type_display_name?: string | undefined;
|
|
189759
190005
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -189937,10 +190183,10 @@ type Routes = {
|
|
|
189937
190183
|
is_issued?: boolean | undefined;
|
|
189938
190184
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
189939
190185
|
issued_at?: (string | undefined) | null;
|
|
189940
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
189941
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
190186
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
190187
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
189942
190188
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
189943
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
190189
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
189944
190190
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
189945
190191
|
external_type_display_name?: string | undefined;
|
|
189946
190192
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -190067,10 +190313,10 @@ type Routes = {
|
|
|
190067
190313
|
is_issued?: boolean | undefined;
|
|
190068
190314
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
190069
190315
|
issued_at?: (string | undefined) | null;
|
|
190070
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
190071
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
190316
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
190317
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
190072
190318
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
190073
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
190319
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
190074
190320
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
190075
190321
|
external_type_display_name?: string | undefined;
|
|
190076
190322
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -195110,10 +195356,10 @@ type Routes = {
|
|
|
195110
195356
|
is_issued?: boolean | undefined;
|
|
195111
195357
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
195112
195358
|
issued_at?: (string | undefined) | null;
|
|
195113
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
195114
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
195359
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
195360
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
195115
195361
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
195116
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
195362
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
195117
195363
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
195118
195364
|
external_type_display_name?: string | undefined;
|
|
195119
195365
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -195277,10 +195523,10 @@ type Routes = {
|
|
|
195277
195523
|
is_issued?: boolean | undefined;
|
|
195278
195524
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
195279
195525
|
issued_at?: (string | undefined) | null;
|
|
195280
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
195281
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
195526
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
195527
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
195282
195528
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
195283
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
195529
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
195284
195530
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
195285
195531
|
external_type_display_name?: string | undefined;
|
|
195286
195532
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -197514,6 +197760,15 @@ type Routes = {
|
|
|
197514
197760
|
message: string;
|
|
197515
197761
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
197516
197762
|
warning_code: 'updating_access_times';
|
|
197763
|
+
} | {
|
|
197764
|
+
/** Date and time at which Seam created the warning. */
|
|
197765
|
+
created_at: string;
|
|
197766
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
197767
|
+
message: string;
|
|
197768
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
197769
|
+
warning_code: 'pulled_backup_access_code';
|
|
197770
|
+
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
197771
|
+
original_access_method_id?: string | undefined;
|
|
197517
197772
|
})[];
|
|
197518
197773
|
/** Pending mutations for the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). Indicates operations that are in progress. */
|
|
197519
197774
|
pending_mutations: ({
|
|
@@ -197878,10 +198133,10 @@ type Routes = {
|
|
|
197878
198133
|
is_issued?: boolean | undefined;
|
|
197879
198134
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
197880
198135
|
issued_at?: (string | undefined) | null;
|
|
197881
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
197882
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
198136
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
198137
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
197883
198138
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
197884
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
198139
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
197885
198140
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
197886
198141
|
external_type_display_name?: string | undefined;
|
|
197887
198142
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -198008,10 +198263,10 @@ type Routes = {
|
|
|
198008
198263
|
is_issued?: boolean | undefined;
|
|
198009
198264
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
198010
198265
|
issued_at?: (string | undefined) | null;
|
|
198011
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
198012
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
198266
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
198267
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
198013
198268
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
198014
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
198269
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
198015
198270
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
198016
198271
|
external_type_display_name?: string | undefined;
|
|
198017
198272
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -198195,10 +198450,10 @@ type Routes = {
|
|
|
198195
198450
|
is_issued?: boolean | undefined;
|
|
198196
198451
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
198197
198452
|
issued_at?: (string | undefined) | null;
|
|
198198
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
198199
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
198453
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
198454
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
198200
198455
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
198201
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
198456
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
198202
198457
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
198203
198458
|
external_type_display_name?: string | undefined;
|
|
198204
198459
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -198325,10 +198580,10 @@ type Routes = {
|
|
|
198325
198580
|
is_issued?: boolean | undefined;
|
|
198326
198581
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
198327
198582
|
issued_at?: (string | undefined) | null;
|
|
198328
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
198329
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
198583
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
198584
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
198330
198585
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
198331
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
198586
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
198332
198587
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
198333
198588
|
external_type_display_name?: string | undefined;
|
|
198334
198589
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -199159,10 +199414,10 @@ type Routes = {
|
|
|
199159
199414
|
is_issued?: boolean | undefined;
|
|
199160
199415
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
199161
199416
|
issued_at?: (string | undefined) | null;
|
|
199162
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
199163
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
199417
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
199418
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
199164
199419
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
199165
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
199420
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
199166
199421
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
199167
199422
|
external_type_display_name?: string | undefined;
|
|
199168
199423
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -199289,10 +199544,10 @@ type Routes = {
|
|
|
199289
199544
|
is_issued?: boolean | undefined;
|
|
199290
199545
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
199291
199546
|
issued_at?: (string | undefined) | null;
|
|
199292
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
199293
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
199547
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
199548
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
199294
199549
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
199295
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
199550
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
199296
199551
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
199297
199552
|
external_type_display_name?: string | undefined;
|
|
199298
199553
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -199476,10 +199731,10 @@ type Routes = {
|
|
|
199476
199731
|
is_issued?: boolean | undefined;
|
|
199477
199732
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
199478
199733
|
issued_at?: (string | undefined) | null;
|
|
199479
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
199480
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
199734
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
199735
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
199481
199736
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
199482
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
199737
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
199483
199738
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
199484
199739
|
external_type_display_name?: string | undefined;
|
|
199485
199740
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -199606,10 +199861,10 @@ type Routes = {
|
|
|
199606
199861
|
is_issued?: boolean | undefined;
|
|
199607
199862
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
199608
199863
|
issued_at?: (string | undefined) | null;
|
|
199609
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
199610
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
199864
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
199865
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
199611
199866
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
199612
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
199867
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
199613
199868
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
199614
199869
|
external_type_display_name?: string | undefined;
|
|
199615
199870
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -200546,10 +200801,10 @@ type Routes = {
|
|
|
200546
200801
|
is_issued?: boolean | undefined;
|
|
200547
200802
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
200548
200803
|
issued_at?: (string | undefined) | null;
|
|
200549
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
200550
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
200804
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
200805
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
200551
200806
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
200552
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
200807
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
200553
200808
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
200554
200809
|
external_type_display_name?: string | undefined;
|
|
200555
200810
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -200676,10 +200931,10 @@ type Routes = {
|
|
|
200676
200931
|
is_issued?: boolean | undefined;
|
|
200677
200932
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
200678
200933
|
issued_at?: (string | undefined) | null;
|
|
200679
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
200680
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
200934
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
200935
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
200681
200936
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
200682
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
200937
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
200683
200938
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
200684
200939
|
external_type_display_name?: string | undefined;
|
|
200685
200940
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -200863,10 +201118,10 @@ type Routes = {
|
|
|
200863
201118
|
is_issued?: boolean | undefined;
|
|
200864
201119
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
200865
201120
|
issued_at?: (string | undefined) | null;
|
|
200866
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
200867
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
201121
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
201122
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
200868
201123
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
200869
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
201124
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
200870
201125
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
200871
201126
|
external_type_display_name?: string | undefined;
|
|
200872
201127
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -200993,10 +201248,10 @@ type Routes = {
|
|
|
200993
201248
|
is_issued?: boolean | undefined;
|
|
200994
201249
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
200995
201250
|
issued_at?: (string | undefined) | null;
|
|
200996
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
200997
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
201251
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
201252
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
200998
201253
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
200999
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
201254
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
201000
201255
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
201001
201256
|
external_type_display_name?: string | undefined;
|
|
201002
201257
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -203164,10 +203419,10 @@ type Routes = {
|
|
|
203164
203419
|
is_issued?: boolean | undefined;
|
|
203165
203420
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
203166
203421
|
issued_at?: (string | undefined) | null;
|
|
203167
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
203168
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
203422
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
203423
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
203169
203424
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
203170
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
203425
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
203171
203426
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
203172
203427
|
external_type_display_name?: string | undefined;
|
|
203173
203428
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -203294,10 +203549,10 @@ type Routes = {
|
|
|
203294
203549
|
is_issued?: boolean | undefined;
|
|
203295
203550
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
203296
203551
|
issued_at?: (string | undefined) | null;
|
|
203297
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
203298
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
203552
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
203553
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
203299
203554
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
203300
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
203555
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
203301
203556
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
203302
203557
|
external_type_display_name?: string | undefined;
|
|
203303
203558
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -203481,10 +203736,10 @@ type Routes = {
|
|
|
203481
203736
|
is_issued?: boolean | undefined;
|
|
203482
203737
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
203483
203738
|
issued_at?: (string | undefined) | null;
|
|
203484
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
203485
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
203739
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
203740
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
203486
203741
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
203487
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
203742
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
203488
203743
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
203489
203744
|
external_type_display_name?: string | undefined;
|
|
203490
203745
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -203611,10 +203866,10 @@ type Routes = {
|
|
|
203611
203866
|
is_issued?: boolean | undefined;
|
|
203612
203867
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
203613
203868
|
issued_at?: (string | undefined) | null;
|
|
203614
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
203615
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
203869
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
203870
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
203616
203871
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
203617
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
203872
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
203618
203873
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
203619
203874
|
external_type_display_name?: string | undefined;
|
|
203620
203875
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -204449,10 +204704,10 @@ type Routes = {
|
|
|
204449
204704
|
is_issued?: boolean | undefined;
|
|
204450
204705
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
204451
204706
|
issued_at?: (string | undefined) | null;
|
|
204452
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
204453
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
204707
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
204708
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
204454
204709
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
204455
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
204710
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
204456
204711
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
204457
204712
|
external_type_display_name?: string | undefined;
|
|
204458
204713
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -204579,10 +204834,10 @@ type Routes = {
|
|
|
204579
204834
|
is_issued?: boolean | undefined;
|
|
204580
204835
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
204581
204836
|
issued_at?: (string | undefined) | null;
|
|
204582
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
204583
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
204837
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
204838
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
204584
204839
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
204585
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
204840
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
204586
204841
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
204587
204842
|
external_type_display_name?: string | undefined;
|
|
204588
204843
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -204766,10 +205021,10 @@ type Routes = {
|
|
|
204766
205021
|
is_issued?: boolean | undefined;
|
|
204767
205022
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
204768
205023
|
issued_at?: (string | undefined) | null;
|
|
204769
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
204770
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
205024
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
205025
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
204771
205026
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
204772
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
205027
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
204773
205028
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
204774
205029
|
external_type_display_name?: string | undefined;
|
|
204775
205030
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -204896,10 +205151,10 @@ type Routes = {
|
|
|
204896
205151
|
is_issued?: boolean | undefined;
|
|
204897
205152
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
204898
205153
|
issued_at?: (string | undefined) | null;
|
|
204899
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
204900
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
205154
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
205155
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
204901
205156
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
204902
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
205157
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
204903
205158
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
204904
205159
|
external_type_display_name?: string | undefined;
|
|
204905
205160
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -208387,10 +208642,10 @@ type Routes = {
|
|
|
208387
208642
|
is_issued?: boolean | undefined;
|
|
208388
208643
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
208389
208644
|
issued_at?: (string | undefined) | null;
|
|
208390
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
208391
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
208645
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
208646
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
208392
208647
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
208393
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
208648
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
208394
208649
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
208395
208650
|
external_type_display_name?: string | undefined;
|
|
208396
208651
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -208517,10 +208772,10 @@ type Routes = {
|
|
|
208517
208772
|
is_issued?: boolean | undefined;
|
|
208518
208773
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
208519
208774
|
issued_at?: (string | undefined) | null;
|
|
208520
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
208521
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
208775
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
208776
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
208522
208777
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
208523
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
208778
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
208524
208779
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
208525
208780
|
external_type_display_name?: string | undefined;
|
|
208526
208781
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -208704,10 +208959,10 @@ type Routes = {
|
|
|
208704
208959
|
is_issued?: boolean | undefined;
|
|
208705
208960
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
208706
208961
|
issued_at?: (string | undefined) | null;
|
|
208707
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
208708
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
208962
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
208963
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
208709
208964
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
208710
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
208965
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
208711
208966
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
208712
208967
|
external_type_display_name?: string | undefined;
|
|
208713
208968
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -208834,10 +209089,10 @@ type Routes = {
|
|
|
208834
209089
|
is_issued?: boolean | undefined;
|
|
208835
209090
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
208836
209091
|
issued_at?: (string | undefined) | null;
|
|
208837
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
208838
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
209092
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
209093
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
208839
209094
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
208840
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
209095
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
208841
209096
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
208842
209097
|
external_type_display_name?: string | undefined;
|
|
208843
209098
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -209867,10 +210122,10 @@ type Routes = {
|
|
|
209867
210122
|
is_issued?: boolean | undefined;
|
|
209868
210123
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
209869
210124
|
issued_at?: (string | undefined) | null;
|
|
209870
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
209871
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
210125
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
210126
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
209872
210127
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
209873
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
210128
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
209874
210129
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
209875
210130
|
external_type_display_name?: string | undefined;
|
|
209876
210131
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -209997,10 +210252,10 @@ type Routes = {
|
|
|
209997
210252
|
is_issued?: boolean | undefined;
|
|
209998
210253
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
209999
210254
|
issued_at?: (string | undefined) | null;
|
|
210000
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
210001
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
210255
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
210256
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
210002
210257
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
210003
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
210258
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
210004
210259
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
210005
210260
|
external_type_display_name?: string | undefined;
|
|
210006
210261
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -210184,10 +210439,10 @@ type Routes = {
|
|
|
210184
210439
|
is_issued?: boolean | undefined;
|
|
210185
210440
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
210186
210441
|
issued_at?: (string | undefined) | null;
|
|
210187
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
210188
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
210442
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
210443
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
210189
210444
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
210190
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
210445
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
210191
210446
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
210192
210447
|
external_type_display_name?: string | undefined;
|
|
210193
210448
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -210314,10 +210569,10 @@ type Routes = {
|
|
|
210314
210569
|
is_issued?: boolean | undefined;
|
|
210315
210570
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
210316
210571
|
issued_at?: (string | undefined) | null;
|
|
210317
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
210318
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
210572
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
210573
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
210319
210574
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
210320
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
210575
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
210321
210576
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
210322
210577
|
external_type_display_name?: string | undefined;
|
|
210323
210578
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -211175,10 +211430,10 @@ type Routes = {
|
|
|
211175
211430
|
is_issued?: boolean | undefined;
|
|
211176
211431
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
211177
211432
|
issued_at?: (string | undefined) | null;
|
|
211178
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
211179
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
211433
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
211434
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
211180
211435
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
211181
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
211436
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
211182
211437
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
211183
211438
|
external_type_display_name?: string | undefined;
|
|
211184
211439
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -211305,10 +211560,10 @@ type Routes = {
|
|
|
211305
211560
|
is_issued?: boolean | undefined;
|
|
211306
211561
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
211307
211562
|
issued_at?: (string | undefined) | null;
|
|
211308
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
211309
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
211563
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
211564
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
211310
211565
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
211311
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
211566
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
211312
211567
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
211313
211568
|
external_type_display_name?: string | undefined;
|
|
211314
211569
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -211492,10 +211747,10 @@ type Routes = {
|
|
|
211492
211747
|
is_issued?: boolean | undefined;
|
|
211493
211748
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
211494
211749
|
issued_at?: (string | undefined) | null;
|
|
211495
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
211496
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
211750
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
211751
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
211497
211752
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
211498
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
211753
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
211499
211754
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
211500
211755
|
external_type_display_name?: string | undefined;
|
|
211501
211756
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -211622,10 +211877,10 @@ type Routes = {
|
|
|
211622
211877
|
is_issued?: boolean | undefined;
|
|
211623
211878
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
211624
211879
|
issued_at?: (string | undefined) | null;
|
|
211625
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
211626
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
211880
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
211881
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
211627
211882
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
211628
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
211883
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
211629
211884
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
211630
211885
|
external_type_display_name?: string | undefined;
|
|
211631
211886
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -212595,10 +212850,10 @@ type Routes = {
|
|
|
212595
212850
|
is_issued?: boolean | undefined;
|
|
212596
212851
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
212597
212852
|
issued_at?: (string | undefined) | null;
|
|
212598
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
212599
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
212853
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
212854
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
212600
212855
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
212601
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
212856
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
212602
212857
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
212603
212858
|
external_type_display_name?: string | undefined;
|
|
212604
212859
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -212725,10 +212980,10 @@ type Routes = {
|
|
|
212725
212980
|
is_issued?: boolean | undefined;
|
|
212726
212981
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
212727
212982
|
issued_at?: (string | undefined) | null;
|
|
212728
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
212729
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
212983
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
212984
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
212730
212985
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
212731
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
212986
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
212732
212987
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
212733
212988
|
external_type_display_name?: string | undefined;
|
|
212734
212989
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -212912,10 +213167,10 @@ type Routes = {
|
|
|
212912
213167
|
is_issued?: boolean | undefined;
|
|
212913
213168
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
212914
213169
|
issued_at?: (string | undefined) | null;
|
|
212915
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
212916
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
213170
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
213171
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
212917
213172
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
212918
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
213173
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
212919
213174
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
212920
213175
|
external_type_display_name?: string | undefined;
|
|
212921
213176
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -213042,10 +213297,10 @@ type Routes = {
|
|
|
213042
213297
|
is_issued?: boolean | undefined;
|
|
213043
213298
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
213044
213299
|
issued_at?: (string | undefined) | null;
|
|
213045
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
213046
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
213300
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
213301
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
213047
213302
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
213048
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
213303
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
213049
213304
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
213050
213305
|
external_type_display_name?: string | undefined;
|
|
213051
213306
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -219969,10 +220224,10 @@ type Routes = {
|
|
|
219969
220224
|
is_issued?: boolean | undefined;
|
|
219970
220225
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
219971
220226
|
issued_at?: (string | undefined) | null;
|
|
219972
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
219973
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
220227
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
220228
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
219974
220229
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
219975
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
220230
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
219976
220231
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
219977
220232
|
external_type_display_name?: string | undefined;
|
|
219978
220233
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -220099,10 +220354,10 @@ type Routes = {
|
|
|
220099
220354
|
is_issued?: boolean | undefined;
|
|
220100
220355
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
220101
220356
|
issued_at?: (string | undefined) | null;
|
|
220102
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
220103
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
220357
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
220358
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
220104
220359
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
220105
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
220360
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
220106
220361
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
220107
220362
|
external_type_display_name?: string | undefined;
|
|
220108
220363
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -220286,10 +220541,10 @@ type Routes = {
|
|
|
220286
220541
|
is_issued?: boolean | undefined;
|
|
220287
220542
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
220288
220543
|
issued_at?: (string | undefined) | null;
|
|
220289
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
220290
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
220544
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
220545
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
220291
220546
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
220292
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
220547
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
220293
220548
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
220294
220549
|
external_type_display_name?: string | undefined;
|
|
220295
220550
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -220416,10 +220671,10 @@ type Routes = {
|
|
|
220416
220671
|
is_issued?: boolean | undefined;
|
|
220417
220672
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
220418
220673
|
issued_at?: (string | undefined) | null;
|
|
220419
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
220420
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
220674
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
220675
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
220421
220676
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
220422
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
220677
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
220423
220678
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
220424
220679
|
external_type_display_name?: string | undefined;
|
|
220425
220680
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -222009,6 +222264,15 @@ type Routes = {
|
|
|
222009
222264
|
message: string;
|
|
222010
222265
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
222011
222266
|
warning_code: 'updating_access_times';
|
|
222267
|
+
} | {
|
|
222268
|
+
/** Date and time at which Seam created the warning. */
|
|
222269
|
+
created_at: string;
|
|
222270
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
222271
|
+
message: string;
|
|
222272
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
222273
|
+
warning_code: 'pulled_backup_access_code';
|
|
222274
|
+
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
222275
|
+
original_access_method_id?: string | undefined;
|
|
222012
222276
|
})[];
|
|
222013
222277
|
/** Pending mutations for the [access method](https://docs.seam.co/latest/capability-guides/access-grants/delivering-access-methods). Indicates operations that are in progress. */
|
|
222014
222278
|
pending_mutations: ({
|
|
@@ -225177,10 +225441,10 @@ type Routes = {
|
|
|
225177
225441
|
is_issued?: boolean | undefined;
|
|
225178
225442
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
225179
225443
|
issued_at?: (string | undefined) | null;
|
|
225180
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
225181
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
225444
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
225445
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
225182
225446
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
225183
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
225447
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
225184
225448
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
225185
225449
|
external_type_display_name?: string | undefined;
|
|
225186
225450
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -225308,10 +225572,10 @@ type Routes = {
|
|
|
225308
225572
|
is_issued?: boolean | undefined;
|
|
225309
225573
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
225310
225574
|
issued_at?: (string | undefined) | null;
|
|
225311
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
225312
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
225575
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
225576
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
225313
225577
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
225314
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
225578
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
225315
225579
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
225316
225580
|
external_type_display_name?: string | undefined;
|
|
225317
225581
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -226742,10 +227006,10 @@ type Routes = {
|
|
|
226742
227006
|
is_issued?: boolean | undefined;
|
|
226743
227007
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
226744
227008
|
issued_at?: (string | undefined) | null;
|
|
226745
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
226746
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
227009
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
227010
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
226747
227011
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
226748
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
227012
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
226749
227013
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
226750
227014
|
external_type_display_name?: string | undefined;
|
|
226751
227015
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -226872,10 +227136,10 @@ type Routes = {
|
|
|
226872
227136
|
is_issued?: boolean | undefined;
|
|
226873
227137
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
226874
227138
|
issued_at?: (string | undefined) | null;
|
|
226875
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
226876
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
227139
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
227140
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
226877
227141
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
226878
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
227142
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
226879
227143
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
226880
227144
|
external_type_display_name?: string | undefined;
|
|
226881
227145
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -227059,10 +227323,10 @@ type Routes = {
|
|
|
227059
227323
|
is_issued?: boolean | undefined;
|
|
227060
227324
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
227061
227325
|
issued_at?: (string | undefined) | null;
|
|
227062
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
227063
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
227326
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
227327
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
227064
227328
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
227065
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
227329
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
227066
227330
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
227067
227331
|
external_type_display_name?: string | undefined;
|
|
227068
227332
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -227189,10 +227453,10 @@ type Routes = {
|
|
|
227189
227453
|
is_issued?: boolean | undefined;
|
|
227190
227454
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
227191
227455
|
issued_at?: (string | undefined) | null;
|
|
227192
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
227193
|
-
access_method: 'code' | 'card' | 'mobile_key';
|
|
227456
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
227457
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
227194
227458
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
227195
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
227459
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'brivo_digital_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card') | undefined;
|
|
227196
227460
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
227197
227461
|
external_type_display_name?: string | undefined;
|
|
227198
227462
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|