@seamapi/types 1.748.0 → 1.750.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 +68 -66
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +571 -595
- package/dist/index.cjs +68 -66
- package/dist/index.cjs.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 +84 -84
- package/lib/seam/connect/models/phones/phone-session.d.ts +24 -24
- package/lib/seam/connect/openapi.d.ts +37 -63
- package/lib/seam/connect/openapi.js +64 -64
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +390 -388
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +3 -1
- package/src/lib/seam/connect/openapi.ts +67 -64
- package/src/lib/seam/connect/route-types.ts +622 -261
|
@@ -227,13 +227,18 @@ export type Routes = {
|
|
|
227
227
|
is_issued?: boolean | undefined
|
|
228
228
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
229
229
|
issued_at?: (string | undefined) | null
|
|
230
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
231
|
-
access_method:
|
|
230
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
231
|
+
access_method:
|
|
232
|
+
| 'code'
|
|
233
|
+
| 'card'
|
|
234
|
+
| 'mobile_key'
|
|
235
|
+
| 'cloud_key'
|
|
232
236
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
233
237
|
external_type?:
|
|
234
238
|
| (
|
|
235
239
|
| 'pti_card'
|
|
236
240
|
| 'brivo_credential'
|
|
241
|
+
| 'brivo_digital_credential'
|
|
237
242
|
| 'hid_credential'
|
|
238
243
|
| 'visionline_card'
|
|
239
244
|
| 'salto_ks_credential'
|
|
@@ -388,13 +393,18 @@ export type Routes = {
|
|
|
388
393
|
is_issued?: boolean | undefined
|
|
389
394
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
390
395
|
issued_at?: (string | undefined) | null
|
|
391
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
392
|
-
access_method:
|
|
396
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
397
|
+
access_method:
|
|
398
|
+
| 'code'
|
|
399
|
+
| 'card'
|
|
400
|
+
| 'mobile_key'
|
|
401
|
+
| 'cloud_key'
|
|
393
402
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
394
403
|
external_type?:
|
|
395
404
|
| (
|
|
396
405
|
| 'pti_card'
|
|
397
406
|
| 'brivo_credential'
|
|
407
|
+
| 'brivo_digital_credential'
|
|
398
408
|
| 'hid_credential'
|
|
399
409
|
| 'visionline_card'
|
|
400
410
|
| 'salto_ks_credential'
|
|
@@ -617,13 +627,14 @@ export type Routes = {
|
|
|
617
627
|
is_issued?: boolean | undefined
|
|
618
628
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
619
629
|
issued_at?: (string | undefined) | null
|
|
620
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
621
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
630
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
631
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
622
632
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
623
633
|
external_type?:
|
|
624
634
|
| (
|
|
625
635
|
| 'pti_card'
|
|
626
636
|
| 'brivo_credential'
|
|
637
|
+
| 'brivo_digital_credential'
|
|
627
638
|
| 'hid_credential'
|
|
628
639
|
| 'visionline_card'
|
|
629
640
|
| 'salto_ks_credential'
|
|
@@ -776,13 +787,14 @@ export type Routes = {
|
|
|
776
787
|
is_issued?: boolean | undefined
|
|
777
788
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
778
789
|
issued_at?: (string | undefined) | null
|
|
779
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
780
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
790
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
791
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
781
792
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
782
793
|
external_type?:
|
|
783
794
|
| (
|
|
784
795
|
| 'pti_card'
|
|
785
796
|
| 'brivo_credential'
|
|
797
|
+
| 'brivo_digital_credential'
|
|
786
798
|
| 'hid_credential'
|
|
787
799
|
| 'visionline_card'
|
|
788
800
|
| 'salto_ks_credential'
|
|
@@ -2857,13 +2869,18 @@ export type Routes = {
|
|
|
2857
2869
|
is_issued?: boolean | undefined
|
|
2858
2870
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
2859
2871
|
issued_at?: (string | undefined) | null
|
|
2860
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
2861
|
-
access_method:
|
|
2872
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
2873
|
+
access_method:
|
|
2874
|
+
| 'code'
|
|
2875
|
+
| 'card'
|
|
2876
|
+
| 'mobile_key'
|
|
2877
|
+
| 'cloud_key'
|
|
2862
2878
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
2863
2879
|
external_type?:
|
|
2864
2880
|
| (
|
|
2865
2881
|
| 'pti_card'
|
|
2866
2882
|
| 'brivo_credential'
|
|
2883
|
+
| 'brivo_digital_credential'
|
|
2867
2884
|
| 'hid_credential'
|
|
2868
2885
|
| 'visionline_card'
|
|
2869
2886
|
| 'salto_ks_credential'
|
|
@@ -3018,13 +3035,18 @@ export type Routes = {
|
|
|
3018
3035
|
is_issued?: boolean | undefined
|
|
3019
3036
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
3020
3037
|
issued_at?: (string | undefined) | null
|
|
3021
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
3022
|
-
access_method:
|
|
3038
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
3039
|
+
access_method:
|
|
3040
|
+
| 'code'
|
|
3041
|
+
| 'card'
|
|
3042
|
+
| 'mobile_key'
|
|
3043
|
+
| 'cloud_key'
|
|
3023
3044
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
3024
3045
|
external_type?:
|
|
3025
3046
|
| (
|
|
3026
3047
|
| 'pti_card'
|
|
3027
3048
|
| 'brivo_credential'
|
|
3049
|
+
| 'brivo_digital_credential'
|
|
3028
3050
|
| 'hid_credential'
|
|
3029
3051
|
| 'visionline_card'
|
|
3030
3052
|
| 'salto_ks_credential'
|
|
@@ -3247,13 +3269,14 @@ export type Routes = {
|
|
|
3247
3269
|
is_issued?: boolean | undefined
|
|
3248
3270
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
3249
3271
|
issued_at?: (string | undefined) | null
|
|
3250
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
3251
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
3272
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
3273
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
3252
3274
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
3253
3275
|
external_type?:
|
|
3254
3276
|
| (
|
|
3255
3277
|
| 'pti_card'
|
|
3256
3278
|
| 'brivo_credential'
|
|
3279
|
+
| 'brivo_digital_credential'
|
|
3257
3280
|
| 'hid_credential'
|
|
3258
3281
|
| 'visionline_card'
|
|
3259
3282
|
| 'salto_ks_credential'
|
|
@@ -3406,13 +3429,14 @@ export type Routes = {
|
|
|
3406
3429
|
is_issued?: boolean | undefined
|
|
3407
3430
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
3408
3431
|
issued_at?: (string | undefined) | null
|
|
3409
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
3410
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
3432
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
3433
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
3411
3434
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
3412
3435
|
external_type?:
|
|
3413
3436
|
| (
|
|
3414
3437
|
| 'pti_card'
|
|
3415
3438
|
| 'brivo_credential'
|
|
3439
|
+
| 'brivo_digital_credential'
|
|
3416
3440
|
| 'hid_credential'
|
|
3417
3441
|
| 'visionline_card'
|
|
3418
3442
|
| 'salto_ks_credential'
|
|
@@ -7363,13 +7387,18 @@ export type Routes = {
|
|
|
7363
7387
|
is_issued?: boolean | undefined
|
|
7364
7388
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
7365
7389
|
issued_at?: (string | undefined) | null
|
|
7366
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
7367
|
-
access_method:
|
|
7390
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
7391
|
+
access_method:
|
|
7392
|
+
| 'code'
|
|
7393
|
+
| 'card'
|
|
7394
|
+
| 'mobile_key'
|
|
7395
|
+
| 'cloud_key'
|
|
7368
7396
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
7369
7397
|
external_type?:
|
|
7370
7398
|
| (
|
|
7371
7399
|
| 'pti_card'
|
|
7372
7400
|
| 'brivo_credential'
|
|
7401
|
+
| 'brivo_digital_credential'
|
|
7373
7402
|
| 'hid_credential'
|
|
7374
7403
|
| 'visionline_card'
|
|
7375
7404
|
| 'salto_ks_credential'
|
|
@@ -7524,13 +7553,18 @@ export type Routes = {
|
|
|
7524
7553
|
is_issued?: boolean | undefined
|
|
7525
7554
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
7526
7555
|
issued_at?: (string | undefined) | null
|
|
7527
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
7528
|
-
access_method:
|
|
7556
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
7557
|
+
access_method:
|
|
7558
|
+
| 'code'
|
|
7559
|
+
| 'card'
|
|
7560
|
+
| 'mobile_key'
|
|
7561
|
+
| 'cloud_key'
|
|
7529
7562
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
7530
7563
|
external_type?:
|
|
7531
7564
|
| (
|
|
7532
7565
|
| 'pti_card'
|
|
7533
7566
|
| 'brivo_credential'
|
|
7567
|
+
| 'brivo_digital_credential'
|
|
7534
7568
|
| 'hid_credential'
|
|
7535
7569
|
| 'visionline_card'
|
|
7536
7570
|
| 'salto_ks_credential'
|
|
@@ -7753,13 +7787,14 @@ export type Routes = {
|
|
|
7753
7787
|
is_issued?: boolean | undefined
|
|
7754
7788
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
7755
7789
|
issued_at?: (string | undefined) | null
|
|
7756
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
7757
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
7790
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
7791
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
7758
7792
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
7759
7793
|
external_type?:
|
|
7760
7794
|
| (
|
|
7761
7795
|
| 'pti_card'
|
|
7762
7796
|
| 'brivo_credential'
|
|
7797
|
+
| 'brivo_digital_credential'
|
|
7763
7798
|
| 'hid_credential'
|
|
7764
7799
|
| 'visionline_card'
|
|
7765
7800
|
| 'salto_ks_credential'
|
|
@@ -7912,13 +7947,14 @@ export type Routes = {
|
|
|
7912
7947
|
is_issued?: boolean | undefined
|
|
7913
7948
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
7914
7949
|
issued_at?: (string | undefined) | null
|
|
7915
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
7916
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
7950
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
7951
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
7917
7952
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
7918
7953
|
external_type?:
|
|
7919
7954
|
| (
|
|
7920
7955
|
| 'pti_card'
|
|
7921
7956
|
| 'brivo_credential'
|
|
7957
|
+
| 'brivo_digital_credential'
|
|
7922
7958
|
| 'hid_credential'
|
|
7923
7959
|
| 'visionline_card'
|
|
7924
7960
|
| 'salto_ks_credential'
|
|
@@ -10025,13 +10061,18 @@ export type Routes = {
|
|
|
10025
10061
|
is_issued?: boolean | undefined
|
|
10026
10062
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
10027
10063
|
issued_at?: (string | undefined) | null
|
|
10028
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
10029
|
-
access_method:
|
|
10064
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
10065
|
+
access_method:
|
|
10066
|
+
| 'code'
|
|
10067
|
+
| 'card'
|
|
10068
|
+
| 'mobile_key'
|
|
10069
|
+
| 'cloud_key'
|
|
10030
10070
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
10031
10071
|
external_type?:
|
|
10032
10072
|
| (
|
|
10033
10073
|
| 'pti_card'
|
|
10034
10074
|
| 'brivo_credential'
|
|
10075
|
+
| 'brivo_digital_credential'
|
|
10035
10076
|
| 'hid_credential'
|
|
10036
10077
|
| 'visionline_card'
|
|
10037
10078
|
| 'salto_ks_credential'
|
|
@@ -10186,13 +10227,18 @@ export type Routes = {
|
|
|
10186
10227
|
is_issued?: boolean | undefined
|
|
10187
10228
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
10188
10229
|
issued_at?: (string | undefined) | null
|
|
10189
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
10190
|
-
access_method:
|
|
10230
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
10231
|
+
access_method:
|
|
10232
|
+
| 'code'
|
|
10233
|
+
| 'card'
|
|
10234
|
+
| 'mobile_key'
|
|
10235
|
+
| 'cloud_key'
|
|
10191
10236
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
10192
10237
|
external_type?:
|
|
10193
10238
|
| (
|
|
10194
10239
|
| 'pti_card'
|
|
10195
10240
|
| 'brivo_credential'
|
|
10241
|
+
| 'brivo_digital_credential'
|
|
10196
10242
|
| 'hid_credential'
|
|
10197
10243
|
| 'visionline_card'
|
|
10198
10244
|
| 'salto_ks_credential'
|
|
@@ -10415,13 +10461,14 @@ export type Routes = {
|
|
|
10415
10461
|
is_issued?: boolean | undefined
|
|
10416
10462
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
10417
10463
|
issued_at?: (string | undefined) | null
|
|
10418
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
10419
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
10464
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
10465
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
10420
10466
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
10421
10467
|
external_type?:
|
|
10422
10468
|
| (
|
|
10423
10469
|
| 'pti_card'
|
|
10424
10470
|
| 'brivo_credential'
|
|
10471
|
+
| 'brivo_digital_credential'
|
|
10425
10472
|
| 'hid_credential'
|
|
10426
10473
|
| 'visionline_card'
|
|
10427
10474
|
| 'salto_ks_credential'
|
|
@@ -10574,13 +10621,14 @@ export type Routes = {
|
|
|
10574
10621
|
is_issued?: boolean | undefined
|
|
10575
10622
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
10576
10623
|
issued_at?: (string | undefined) | null
|
|
10577
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
10578
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
10624
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
10625
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
10579
10626
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
10580
10627
|
external_type?:
|
|
10581
10628
|
| (
|
|
10582
10629
|
| 'pti_card'
|
|
10583
10630
|
| 'brivo_credential'
|
|
10631
|
+
| 'brivo_digital_credential'
|
|
10584
10632
|
| 'hid_credential'
|
|
10585
10633
|
| 'visionline_card'
|
|
10586
10634
|
| 'salto_ks_credential'
|
|
@@ -15339,13 +15387,18 @@ export type Routes = {
|
|
|
15339
15387
|
is_issued?: boolean | undefined
|
|
15340
15388
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
15341
15389
|
issued_at?: (string | undefined) | null
|
|
15342
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
15343
|
-
access_method:
|
|
15390
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
15391
|
+
access_method:
|
|
15392
|
+
| 'code'
|
|
15393
|
+
| 'card'
|
|
15394
|
+
| 'mobile_key'
|
|
15395
|
+
| 'cloud_key'
|
|
15344
15396
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
15345
15397
|
external_type?:
|
|
15346
15398
|
| (
|
|
15347
15399
|
| 'pti_card'
|
|
15348
15400
|
| 'brivo_credential'
|
|
15401
|
+
| 'brivo_digital_credential'
|
|
15349
15402
|
| 'hid_credential'
|
|
15350
15403
|
| 'visionline_card'
|
|
15351
15404
|
| 'salto_ks_credential'
|
|
@@ -15500,13 +15553,18 @@ export type Routes = {
|
|
|
15500
15553
|
is_issued?: boolean | undefined
|
|
15501
15554
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
15502
15555
|
issued_at?: (string | undefined) | null
|
|
15503
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
15504
|
-
access_method:
|
|
15556
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
15557
|
+
access_method:
|
|
15558
|
+
| 'code'
|
|
15559
|
+
| 'card'
|
|
15560
|
+
| 'mobile_key'
|
|
15561
|
+
| 'cloud_key'
|
|
15505
15562
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
15506
15563
|
external_type?:
|
|
15507
15564
|
| (
|
|
15508
15565
|
| 'pti_card'
|
|
15509
15566
|
| 'brivo_credential'
|
|
15567
|
+
| 'brivo_digital_credential'
|
|
15510
15568
|
| 'hid_credential'
|
|
15511
15569
|
| 'visionline_card'
|
|
15512
15570
|
| 'salto_ks_credential'
|
|
@@ -15729,13 +15787,14 @@ export type Routes = {
|
|
|
15729
15787
|
is_issued?: boolean | undefined
|
|
15730
15788
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
15731
15789
|
issued_at?: (string | undefined) | null
|
|
15732
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
15733
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
15790
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
15791
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
15734
15792
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
15735
15793
|
external_type?:
|
|
15736
15794
|
| (
|
|
15737
15795
|
| 'pti_card'
|
|
15738
15796
|
| 'brivo_credential'
|
|
15797
|
+
| 'brivo_digital_credential'
|
|
15739
15798
|
| 'hid_credential'
|
|
15740
15799
|
| 'visionline_card'
|
|
15741
15800
|
| 'salto_ks_credential'
|
|
@@ -15888,13 +15947,14 @@ export type Routes = {
|
|
|
15888
15947
|
is_issued?: boolean | undefined
|
|
15889
15948
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
15890
15949
|
issued_at?: (string | undefined) | null
|
|
15891
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
15892
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
15950
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
15951
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
15893
15952
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
15894
15953
|
external_type?:
|
|
15895
15954
|
| (
|
|
15896
15955
|
| 'pti_card'
|
|
15897
15956
|
| 'brivo_credential'
|
|
15957
|
+
| 'brivo_digital_credential'
|
|
15898
15958
|
| 'hid_credential'
|
|
15899
15959
|
| 'visionline_card'
|
|
15900
15960
|
| 'salto_ks_credential'
|
|
@@ -18997,13 +19057,14 @@ export type Routes = {
|
|
|
18997
19057
|
is_issued?: boolean | undefined
|
|
18998
19058
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
18999
19059
|
issued_at?: (string | undefined) | null
|
|
19000
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
19001
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
19060
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
19061
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
19002
19062
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
19003
19063
|
external_type?:
|
|
19004
19064
|
| (
|
|
19005
19065
|
| 'pti_card'
|
|
19006
19066
|
| 'brivo_credential'
|
|
19067
|
+
| 'brivo_digital_credential'
|
|
19007
19068
|
| 'hid_credential'
|
|
19008
19069
|
| 'visionline_card'
|
|
19009
19070
|
| 'salto_ks_credential'
|
|
@@ -20935,13 +20996,14 @@ export type Routes = {
|
|
|
20935
20996
|
is_issued?: boolean | undefined
|
|
20936
20997
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
20937
20998
|
issued_at?: (string | undefined) | null
|
|
20938
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
20939
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
20999
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
21000
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
20940
21001
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
20941
21002
|
external_type?:
|
|
20942
21003
|
| (
|
|
20943
21004
|
| 'pti_card'
|
|
20944
21005
|
| 'brivo_credential'
|
|
21006
|
+
| 'brivo_digital_credential'
|
|
20945
21007
|
| 'hid_credential'
|
|
20946
21008
|
| 'visionline_card'
|
|
20947
21009
|
| 'salto_ks_credential'
|
|
@@ -21085,8 +21147,8 @@ export type Routes = {
|
|
|
21085
21147
|
user_identity_id?: string | undefined
|
|
21086
21148
|
/** 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`. */
|
|
21087
21149
|
acs_system_id?: string | undefined
|
|
21088
|
-
/** Access method for the new credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
21089
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
21150
|
+
/** Access method for the new credential. Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
21151
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
21090
21152
|
/** 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). */
|
|
21091
21153
|
code?: string | undefined
|
|
21092
21154
|
/** 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). */
|
|
@@ -21174,13 +21236,14 @@ export type Routes = {
|
|
|
21174
21236
|
is_issued?: boolean | undefined
|
|
21175
21237
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
21176
21238
|
issued_at?: (string | undefined) | null
|
|
21177
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
21178
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
21239
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
21240
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
21179
21241
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21180
21242
|
external_type?:
|
|
21181
21243
|
| (
|
|
21182
21244
|
| 'pti_card'
|
|
21183
21245
|
| 'brivo_credential'
|
|
21246
|
+
| 'brivo_digital_credential'
|
|
21184
21247
|
| 'hid_credential'
|
|
21185
21248
|
| 'visionline_card'
|
|
21186
21249
|
| 'salto_ks_credential'
|
|
@@ -21360,13 +21423,14 @@ export type Routes = {
|
|
|
21360
21423
|
is_issued?: boolean | undefined
|
|
21361
21424
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
21362
21425
|
issued_at?: (string | undefined) | null
|
|
21363
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
21364
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
21426
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
21427
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
21365
21428
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21366
21429
|
external_type?:
|
|
21367
21430
|
| (
|
|
21368
21431
|
| 'pti_card'
|
|
21369
21432
|
| 'brivo_credential'
|
|
21433
|
+
| 'brivo_digital_credential'
|
|
21370
21434
|
| 'hid_credential'
|
|
21371
21435
|
| 'visionline_card'
|
|
21372
21436
|
| 'salto_ks_credential'
|
|
@@ -21551,13 +21615,14 @@ export type Routes = {
|
|
|
21551
21615
|
is_issued?: boolean | undefined
|
|
21552
21616
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
21553
21617
|
issued_at?: (string | undefined) | null
|
|
21554
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
21555
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
21618
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
21619
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
21556
21620
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21557
21621
|
external_type?:
|
|
21558
21622
|
| (
|
|
21559
21623
|
| 'pti_card'
|
|
21560
21624
|
| 'brivo_credential'
|
|
21625
|
+
| 'brivo_digital_credential'
|
|
21561
21626
|
| 'hid_credential'
|
|
21562
21627
|
| 'visionline_card'
|
|
21563
21628
|
| 'salto_ks_credential'
|
|
@@ -21752,13 +21817,14 @@ export type Routes = {
|
|
|
21752
21817
|
is_issued?: boolean | undefined
|
|
21753
21818
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
21754
21819
|
issued_at?: (string | undefined) | null
|
|
21755
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
21756
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
21820
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
21821
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
21757
21822
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21758
21823
|
external_type?:
|
|
21759
21824
|
| (
|
|
21760
21825
|
| 'pti_card'
|
|
21761
21826
|
| 'brivo_credential'
|
|
21827
|
+
| 'brivo_digital_credential'
|
|
21762
21828
|
| 'hid_credential'
|
|
21763
21829
|
| 'visionline_card'
|
|
21764
21830
|
| 'salto_ks_credential'
|
|
@@ -22115,13 +22181,14 @@ export type Routes = {
|
|
|
22115
22181
|
is_issued?: boolean | undefined
|
|
22116
22182
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
22117
22183
|
issued_at?: (string | undefined) | null
|
|
22118
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
22119
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
22184
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
22185
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
22120
22186
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22121
22187
|
external_type?:
|
|
22122
22188
|
| (
|
|
22123
22189
|
| 'pti_card'
|
|
22124
22190
|
| 'brivo_credential'
|
|
22191
|
+
| 'brivo_digital_credential'
|
|
22125
22192
|
| 'hid_credential'
|
|
22126
22193
|
| 'visionline_card'
|
|
22127
22194
|
| 'salto_ks_credential'
|
|
@@ -22289,13 +22356,14 @@ export type Routes = {
|
|
|
22289
22356
|
is_issued?: boolean | undefined
|
|
22290
22357
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
22291
22358
|
issued_at?: (string | undefined) | null
|
|
22292
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
22293
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
22359
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
22360
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
22294
22361
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22295
22362
|
external_type?:
|
|
22296
22363
|
| (
|
|
22297
22364
|
| 'pti_card'
|
|
22298
22365
|
| 'brivo_credential'
|
|
22366
|
+
| 'brivo_digital_credential'
|
|
22299
22367
|
| 'hid_credential'
|
|
22300
22368
|
| 'visionline_card'
|
|
22301
22369
|
| 'salto_ks_credential'
|
|
@@ -22481,13 +22549,14 @@ export type Routes = {
|
|
|
22481
22549
|
is_issued?: boolean | undefined
|
|
22482
22550
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
22483
22551
|
issued_at?: (string | undefined) | null
|
|
22484
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
22485
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
22552
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
22553
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
22486
22554
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22487
22555
|
external_type?:
|
|
22488
22556
|
| (
|
|
22489
22557
|
| 'pti_card'
|
|
22490
22558
|
| 'brivo_credential'
|
|
22559
|
+
| 'brivo_digital_credential'
|
|
22491
22560
|
| 'hid_credential'
|
|
22492
22561
|
| 'visionline_card'
|
|
22493
22562
|
| 'salto_ks_credential'
|
|
@@ -22663,13 +22732,14 @@ export type Routes = {
|
|
|
22663
22732
|
is_issued?: boolean | undefined
|
|
22664
22733
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
22665
22734
|
issued_at?: (string | undefined) | null
|
|
22666
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
22667
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
22735
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
22736
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
22668
22737
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22669
22738
|
external_type?:
|
|
22670
22739
|
| (
|
|
22671
22740
|
| 'pti_card'
|
|
22672
22741
|
| 'brivo_credential'
|
|
22742
|
+
| 'brivo_digital_credential'
|
|
22673
22743
|
| 'hid_credential'
|
|
22674
22744
|
| 'visionline_card'
|
|
22675
22745
|
| 'salto_ks_credential'
|
|
@@ -22993,13 +23063,18 @@ export type Routes = {
|
|
|
22993
23063
|
is_issued?: boolean | undefined
|
|
22994
23064
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
22995
23065
|
issued_at?: (string | undefined) | null
|
|
22996
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
22997
|
-
access_method:
|
|
23066
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
23067
|
+
access_method:
|
|
23068
|
+
| 'code'
|
|
23069
|
+
| 'card'
|
|
23070
|
+
| 'mobile_key'
|
|
23071
|
+
| 'cloud_key'
|
|
22998
23072
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22999
23073
|
external_type?:
|
|
23000
23074
|
| (
|
|
23001
23075
|
| 'pti_card'
|
|
23002
23076
|
| 'brivo_credential'
|
|
23077
|
+
| 'brivo_digital_credential'
|
|
23003
23078
|
| 'hid_credential'
|
|
23004
23079
|
| 'visionline_card'
|
|
23005
23080
|
| 'salto_ks_credential'
|
|
@@ -23154,13 +23229,18 @@ export type Routes = {
|
|
|
23154
23229
|
is_issued?: boolean | undefined
|
|
23155
23230
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
23156
23231
|
issued_at?: (string | undefined) | null
|
|
23157
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
23158
|
-
access_method:
|
|
23232
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
23233
|
+
access_method:
|
|
23234
|
+
| 'code'
|
|
23235
|
+
| 'card'
|
|
23236
|
+
| 'mobile_key'
|
|
23237
|
+
| 'cloud_key'
|
|
23159
23238
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
23160
23239
|
external_type?:
|
|
23161
23240
|
| (
|
|
23162
23241
|
| 'pti_card'
|
|
23163
23242
|
| 'brivo_credential'
|
|
23243
|
+
| 'brivo_digital_credential'
|
|
23164
23244
|
| 'hid_credential'
|
|
23165
23245
|
| 'visionline_card'
|
|
23166
23246
|
| 'salto_ks_credential'
|
|
@@ -23383,13 +23463,14 @@ export type Routes = {
|
|
|
23383
23463
|
is_issued?: boolean | undefined
|
|
23384
23464
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
23385
23465
|
issued_at?: (string | undefined) | null
|
|
23386
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
23387
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
23466
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
23467
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
23388
23468
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
23389
23469
|
external_type?:
|
|
23390
23470
|
| (
|
|
23391
23471
|
| 'pti_card'
|
|
23392
23472
|
| 'brivo_credential'
|
|
23473
|
+
| 'brivo_digital_credential'
|
|
23393
23474
|
| 'hid_credential'
|
|
23394
23475
|
| 'visionline_card'
|
|
23395
23476
|
| 'salto_ks_credential'
|
|
@@ -23542,13 +23623,14 @@ export type Routes = {
|
|
|
23542
23623
|
is_issued?: boolean | undefined
|
|
23543
23624
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
23544
23625
|
issued_at?: (string | undefined) | null
|
|
23545
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
23546
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
23626
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
23627
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
23547
23628
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
23548
23629
|
external_type?:
|
|
23549
23630
|
| (
|
|
23550
23631
|
| 'pti_card'
|
|
23551
23632
|
| 'brivo_credential'
|
|
23633
|
+
| 'brivo_digital_credential'
|
|
23552
23634
|
| 'hid_credential'
|
|
23553
23635
|
| 'visionline_card'
|
|
23554
23636
|
| 'salto_ks_credential'
|
|
@@ -24571,13 +24653,18 @@ export type Routes = {
|
|
|
24571
24653
|
is_issued?: boolean | undefined
|
|
24572
24654
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
24573
24655
|
issued_at?: (string | undefined) | null
|
|
24574
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
24575
|
-
access_method:
|
|
24656
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
24657
|
+
access_method:
|
|
24658
|
+
| 'code'
|
|
24659
|
+
| 'card'
|
|
24660
|
+
| 'mobile_key'
|
|
24661
|
+
| 'cloud_key'
|
|
24576
24662
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24577
24663
|
external_type?:
|
|
24578
24664
|
| (
|
|
24579
24665
|
| 'pti_card'
|
|
24580
24666
|
| 'brivo_credential'
|
|
24667
|
+
| 'brivo_digital_credential'
|
|
24581
24668
|
| 'hid_credential'
|
|
24582
24669
|
| 'visionline_card'
|
|
24583
24670
|
| 'salto_ks_credential'
|
|
@@ -24732,13 +24819,18 @@ export type Routes = {
|
|
|
24732
24819
|
is_issued?: boolean | undefined
|
|
24733
24820
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
24734
24821
|
issued_at?: (string | undefined) | null
|
|
24735
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
24736
|
-
access_method:
|
|
24822
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
24823
|
+
access_method:
|
|
24824
|
+
| 'code'
|
|
24825
|
+
| 'card'
|
|
24826
|
+
| 'mobile_key'
|
|
24827
|
+
| 'cloud_key'
|
|
24737
24828
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24738
24829
|
external_type?:
|
|
24739
24830
|
| (
|
|
24740
24831
|
| 'pti_card'
|
|
24741
24832
|
| 'brivo_credential'
|
|
24833
|
+
| 'brivo_digital_credential'
|
|
24742
24834
|
| 'hid_credential'
|
|
24743
24835
|
| 'visionline_card'
|
|
24744
24836
|
| 'salto_ks_credential'
|
|
@@ -24961,13 +25053,14 @@ export type Routes = {
|
|
|
24961
25053
|
is_issued?: boolean | undefined
|
|
24962
25054
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
24963
25055
|
issued_at?: (string | undefined) | null
|
|
24964
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
24965
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
25056
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
25057
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
24966
25058
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24967
25059
|
external_type?:
|
|
24968
25060
|
| (
|
|
24969
25061
|
| 'pti_card'
|
|
24970
25062
|
| 'brivo_credential'
|
|
25063
|
+
| 'brivo_digital_credential'
|
|
24971
25064
|
| 'hid_credential'
|
|
24972
25065
|
| 'visionline_card'
|
|
24973
25066
|
| 'salto_ks_credential'
|
|
@@ -25120,13 +25213,14 @@ export type Routes = {
|
|
|
25120
25213
|
is_issued?: boolean | undefined
|
|
25121
25214
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
25122
25215
|
issued_at?: (string | undefined) | null
|
|
25123
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
25124
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
25216
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
25217
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
25125
25218
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
25126
25219
|
external_type?:
|
|
25127
25220
|
| (
|
|
25128
25221
|
| 'pti_card'
|
|
25129
25222
|
| 'brivo_credential'
|
|
25223
|
+
| 'brivo_digital_credential'
|
|
25130
25224
|
| 'hid_credential'
|
|
25131
25225
|
| 'visionline_card'
|
|
25132
25226
|
| 'salto_ks_credential'
|
|
@@ -26370,13 +26464,14 @@ export type Routes = {
|
|
|
26370
26464
|
is_issued?: boolean | undefined
|
|
26371
26465
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
26372
26466
|
issued_at?: (string | undefined) | null
|
|
26373
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
26374
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
26467
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
26468
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
26375
26469
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
26376
26470
|
external_type?:
|
|
26377
26471
|
| (
|
|
26378
26472
|
| 'pti_card'
|
|
26379
26473
|
| 'brivo_credential'
|
|
26474
|
+
| 'brivo_digital_credential'
|
|
26380
26475
|
| 'hid_credential'
|
|
26381
26476
|
| 'visionline_card'
|
|
26382
26477
|
| 'salto_ks_credential'
|
|
@@ -29100,13 +29195,18 @@ export type Routes = {
|
|
|
29100
29195
|
is_issued?: boolean | undefined
|
|
29101
29196
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
29102
29197
|
issued_at?: (string | undefined) | null
|
|
29103
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
29104
|
-
access_method:
|
|
29198
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
29199
|
+
access_method:
|
|
29200
|
+
| 'code'
|
|
29201
|
+
| 'card'
|
|
29202
|
+
| 'mobile_key'
|
|
29203
|
+
| 'cloud_key'
|
|
29105
29204
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
29106
29205
|
external_type?:
|
|
29107
29206
|
| (
|
|
29108
29207
|
| 'pti_card'
|
|
29109
29208
|
| 'brivo_credential'
|
|
29209
|
+
| 'brivo_digital_credential'
|
|
29110
29210
|
| 'hid_credential'
|
|
29111
29211
|
| 'visionline_card'
|
|
29112
29212
|
| 'salto_ks_credential'
|
|
@@ -29261,13 +29361,18 @@ export type Routes = {
|
|
|
29261
29361
|
is_issued?: boolean | undefined
|
|
29262
29362
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
29263
29363
|
issued_at?: (string | undefined) | null
|
|
29264
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
29265
|
-
access_method:
|
|
29364
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
29365
|
+
access_method:
|
|
29366
|
+
| 'code'
|
|
29367
|
+
| 'card'
|
|
29368
|
+
| 'mobile_key'
|
|
29369
|
+
| 'cloud_key'
|
|
29266
29370
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
29267
29371
|
external_type?:
|
|
29268
29372
|
| (
|
|
29269
29373
|
| 'pti_card'
|
|
29270
29374
|
| 'brivo_credential'
|
|
29375
|
+
| 'brivo_digital_credential'
|
|
29271
29376
|
| 'hid_credential'
|
|
29272
29377
|
| 'visionline_card'
|
|
29273
29378
|
| 'salto_ks_credential'
|
|
@@ -29490,13 +29595,14 @@ export type Routes = {
|
|
|
29490
29595
|
is_issued?: boolean | undefined
|
|
29491
29596
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
29492
29597
|
issued_at?: (string | undefined) | null
|
|
29493
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
29494
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
29598
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
29599
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
29495
29600
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
29496
29601
|
external_type?:
|
|
29497
29602
|
| (
|
|
29498
29603
|
| 'pti_card'
|
|
29499
29604
|
| 'brivo_credential'
|
|
29605
|
+
| 'brivo_digital_credential'
|
|
29500
29606
|
| 'hid_credential'
|
|
29501
29607
|
| 'visionline_card'
|
|
29502
29608
|
| 'salto_ks_credential'
|
|
@@ -29649,13 +29755,14 @@ export type Routes = {
|
|
|
29649
29755
|
is_issued?: boolean | undefined
|
|
29650
29756
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
29651
29757
|
issued_at?: (string | undefined) | null
|
|
29652
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
29653
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
29758
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
29759
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
29654
29760
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
29655
29761
|
external_type?:
|
|
29656
29762
|
| (
|
|
29657
29763
|
| 'pti_card'
|
|
29658
29764
|
| 'brivo_credential'
|
|
29765
|
+
| 'brivo_digital_credential'
|
|
29659
29766
|
| 'hid_credential'
|
|
29660
29767
|
| 'visionline_card'
|
|
29661
29768
|
| 'salto_ks_credential'
|
|
@@ -30567,13 +30674,18 @@ export type Routes = {
|
|
|
30567
30674
|
is_issued?: boolean | undefined
|
|
30568
30675
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
30569
30676
|
issued_at?: (string | undefined) | null
|
|
30570
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
30571
|
-
access_method:
|
|
30677
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
30678
|
+
access_method:
|
|
30679
|
+
| 'code'
|
|
30680
|
+
| 'card'
|
|
30681
|
+
| 'mobile_key'
|
|
30682
|
+
| 'cloud_key'
|
|
30572
30683
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30573
30684
|
external_type?:
|
|
30574
30685
|
| (
|
|
30575
30686
|
| 'pti_card'
|
|
30576
30687
|
| 'brivo_credential'
|
|
30688
|
+
| 'brivo_digital_credential'
|
|
30577
30689
|
| 'hid_credential'
|
|
30578
30690
|
| 'visionline_card'
|
|
30579
30691
|
| 'salto_ks_credential'
|
|
@@ -30728,13 +30840,18 @@ export type Routes = {
|
|
|
30728
30840
|
is_issued?: boolean | undefined
|
|
30729
30841
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
30730
30842
|
issued_at?: (string | undefined) | null
|
|
30731
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
30732
|
-
access_method:
|
|
30843
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
30844
|
+
access_method:
|
|
30845
|
+
| 'code'
|
|
30846
|
+
| 'card'
|
|
30847
|
+
| 'mobile_key'
|
|
30848
|
+
| 'cloud_key'
|
|
30733
30849
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30734
30850
|
external_type?:
|
|
30735
30851
|
| (
|
|
30736
30852
|
| 'pti_card'
|
|
30737
30853
|
| 'brivo_credential'
|
|
30854
|
+
| 'brivo_digital_credential'
|
|
30738
30855
|
| 'hid_credential'
|
|
30739
30856
|
| 'visionline_card'
|
|
30740
30857
|
| 'salto_ks_credential'
|
|
@@ -30957,13 +31074,14 @@ export type Routes = {
|
|
|
30957
31074
|
is_issued?: boolean | undefined
|
|
30958
31075
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
30959
31076
|
issued_at?: (string | undefined) | null
|
|
30960
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
30961
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
31077
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
31078
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
30962
31079
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30963
31080
|
external_type?:
|
|
30964
31081
|
| (
|
|
30965
31082
|
| 'pti_card'
|
|
30966
31083
|
| 'brivo_credential'
|
|
31084
|
+
| 'brivo_digital_credential'
|
|
30967
31085
|
| 'hid_credential'
|
|
30968
31086
|
| 'visionline_card'
|
|
30969
31087
|
| 'salto_ks_credential'
|
|
@@ -31116,13 +31234,14 @@ export type Routes = {
|
|
|
31116
31234
|
is_issued?: boolean | undefined
|
|
31117
31235
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
31118
31236
|
issued_at?: (string | undefined) | null
|
|
31119
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
31120
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
31237
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
31238
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
31121
31239
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
31122
31240
|
external_type?:
|
|
31123
31241
|
| (
|
|
31124
31242
|
| 'pti_card'
|
|
31125
31243
|
| 'brivo_credential'
|
|
31244
|
+
| 'brivo_digital_credential'
|
|
31126
31245
|
| 'hid_credential'
|
|
31127
31246
|
| 'visionline_card'
|
|
31128
31247
|
| 'salto_ks_credential'
|
|
@@ -53125,13 +53244,18 @@ export type Routes = {
|
|
|
53125
53244
|
is_issued?: boolean | undefined
|
|
53126
53245
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
53127
53246
|
issued_at?: (string | undefined) | null
|
|
53128
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
53129
|
-
access_method:
|
|
53247
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
53248
|
+
access_method:
|
|
53249
|
+
| 'code'
|
|
53250
|
+
| 'card'
|
|
53251
|
+
| 'mobile_key'
|
|
53252
|
+
| 'cloud_key'
|
|
53130
53253
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
53131
53254
|
external_type?:
|
|
53132
53255
|
| (
|
|
53133
53256
|
| 'pti_card'
|
|
53134
53257
|
| 'brivo_credential'
|
|
53258
|
+
| 'brivo_digital_credential'
|
|
53135
53259
|
| 'hid_credential'
|
|
53136
53260
|
| 'visionline_card'
|
|
53137
53261
|
| 'salto_ks_credential'
|
|
@@ -53286,13 +53410,18 @@ export type Routes = {
|
|
|
53286
53410
|
is_issued?: boolean | undefined
|
|
53287
53411
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
53288
53412
|
issued_at?: (string | undefined) | null
|
|
53289
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
53290
|
-
access_method:
|
|
53413
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
53414
|
+
access_method:
|
|
53415
|
+
| 'code'
|
|
53416
|
+
| 'card'
|
|
53417
|
+
| 'mobile_key'
|
|
53418
|
+
| 'cloud_key'
|
|
53291
53419
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
53292
53420
|
external_type?:
|
|
53293
53421
|
| (
|
|
53294
53422
|
| 'pti_card'
|
|
53295
53423
|
| 'brivo_credential'
|
|
53424
|
+
| 'brivo_digital_credential'
|
|
53296
53425
|
| 'hid_credential'
|
|
53297
53426
|
| 'visionline_card'
|
|
53298
53427
|
| 'salto_ks_credential'
|
|
@@ -53515,13 +53644,14 @@ export type Routes = {
|
|
|
53515
53644
|
is_issued?: boolean | undefined
|
|
53516
53645
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
53517
53646
|
issued_at?: (string | undefined) | null
|
|
53518
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
53519
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
53647
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
53648
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
53520
53649
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
53521
53650
|
external_type?:
|
|
53522
53651
|
| (
|
|
53523
53652
|
| 'pti_card'
|
|
53524
53653
|
| 'brivo_credential'
|
|
53654
|
+
| 'brivo_digital_credential'
|
|
53525
53655
|
| 'hid_credential'
|
|
53526
53656
|
| 'visionline_card'
|
|
53527
53657
|
| 'salto_ks_credential'
|
|
@@ -53674,13 +53804,14 @@ export type Routes = {
|
|
|
53674
53804
|
is_issued?: boolean | undefined
|
|
53675
53805
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
53676
53806
|
issued_at?: (string | undefined) | null
|
|
53677
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
53678
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
53807
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
53808
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
53679
53809
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
53680
53810
|
external_type?:
|
|
53681
53811
|
| (
|
|
53682
53812
|
| 'pti_card'
|
|
53683
53813
|
| 'brivo_credential'
|
|
53814
|
+
| 'brivo_digital_credential'
|
|
53684
53815
|
| 'hid_credential'
|
|
53685
53816
|
| 'visionline_card'
|
|
53686
53817
|
| 'salto_ks_credential'
|
|
@@ -54593,13 +54724,18 @@ export type Routes = {
|
|
|
54593
54724
|
is_issued?: boolean | undefined
|
|
54594
54725
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
54595
54726
|
issued_at?: (string | undefined) | null
|
|
54596
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
54597
|
-
access_method:
|
|
54727
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
54728
|
+
access_method:
|
|
54729
|
+
| 'code'
|
|
54730
|
+
| 'card'
|
|
54731
|
+
| 'mobile_key'
|
|
54732
|
+
| 'cloud_key'
|
|
54598
54733
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
54599
54734
|
external_type?:
|
|
54600
54735
|
| (
|
|
54601
54736
|
| 'pti_card'
|
|
54602
54737
|
| 'brivo_credential'
|
|
54738
|
+
| 'brivo_digital_credential'
|
|
54603
54739
|
| 'hid_credential'
|
|
54604
54740
|
| 'visionline_card'
|
|
54605
54741
|
| 'salto_ks_credential'
|
|
@@ -54754,13 +54890,18 @@ export type Routes = {
|
|
|
54754
54890
|
is_issued?: boolean | undefined
|
|
54755
54891
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
54756
54892
|
issued_at?: (string | undefined) | null
|
|
54757
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
54758
|
-
access_method:
|
|
54893
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
54894
|
+
access_method:
|
|
54895
|
+
| 'code'
|
|
54896
|
+
| 'card'
|
|
54897
|
+
| 'mobile_key'
|
|
54898
|
+
| 'cloud_key'
|
|
54759
54899
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
54760
54900
|
external_type?:
|
|
54761
54901
|
| (
|
|
54762
54902
|
| 'pti_card'
|
|
54763
54903
|
| 'brivo_credential'
|
|
54904
|
+
| 'brivo_digital_credential'
|
|
54764
54905
|
| 'hid_credential'
|
|
54765
54906
|
| 'visionline_card'
|
|
54766
54907
|
| 'salto_ks_credential'
|
|
@@ -54983,13 +55124,14 @@ export type Routes = {
|
|
|
54983
55124
|
is_issued?: boolean | undefined
|
|
54984
55125
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
54985
55126
|
issued_at?: (string | undefined) | null
|
|
54986
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
54987
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
55127
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
55128
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
54988
55129
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
54989
55130
|
external_type?:
|
|
54990
55131
|
| (
|
|
54991
55132
|
| 'pti_card'
|
|
54992
55133
|
| 'brivo_credential'
|
|
55134
|
+
| 'brivo_digital_credential'
|
|
54993
55135
|
| 'hid_credential'
|
|
54994
55136
|
| 'visionline_card'
|
|
54995
55137
|
| 'salto_ks_credential'
|
|
@@ -55142,13 +55284,14 @@ export type Routes = {
|
|
|
55142
55284
|
is_issued?: boolean | undefined
|
|
55143
55285
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
55144
55286
|
issued_at?: (string | undefined) | null
|
|
55145
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
55146
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
55287
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
55288
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
55147
55289
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
55148
55290
|
external_type?:
|
|
55149
55291
|
| (
|
|
55150
55292
|
| 'pti_card'
|
|
55151
55293
|
| 'brivo_credential'
|
|
55294
|
+
| 'brivo_digital_credential'
|
|
55152
55295
|
| 'hid_credential'
|
|
55153
55296
|
| 'visionline_card'
|
|
55154
55297
|
| 'salto_ks_credential'
|
|
@@ -56059,13 +56202,18 @@ export type Routes = {
|
|
|
56059
56202
|
is_issued?: boolean | undefined
|
|
56060
56203
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
56061
56204
|
issued_at?: (string | undefined) | null
|
|
56062
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
56063
|
-
access_method:
|
|
56205
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
56206
|
+
access_method:
|
|
56207
|
+
| 'code'
|
|
56208
|
+
| 'card'
|
|
56209
|
+
| 'mobile_key'
|
|
56210
|
+
| 'cloud_key'
|
|
56064
56211
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56065
56212
|
external_type?:
|
|
56066
56213
|
| (
|
|
56067
56214
|
| 'pti_card'
|
|
56068
56215
|
| 'brivo_credential'
|
|
56216
|
+
| 'brivo_digital_credential'
|
|
56069
56217
|
| 'hid_credential'
|
|
56070
56218
|
| 'visionline_card'
|
|
56071
56219
|
| 'salto_ks_credential'
|
|
@@ -56220,13 +56368,18 @@ export type Routes = {
|
|
|
56220
56368
|
is_issued?: boolean | undefined
|
|
56221
56369
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
56222
56370
|
issued_at?: (string | undefined) | null
|
|
56223
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
56224
|
-
access_method:
|
|
56371
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
56372
|
+
access_method:
|
|
56373
|
+
| 'code'
|
|
56374
|
+
| 'card'
|
|
56375
|
+
| 'mobile_key'
|
|
56376
|
+
| 'cloud_key'
|
|
56225
56377
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56226
56378
|
external_type?:
|
|
56227
56379
|
| (
|
|
56228
56380
|
| 'pti_card'
|
|
56229
56381
|
| 'brivo_credential'
|
|
56382
|
+
| 'brivo_digital_credential'
|
|
56230
56383
|
| 'hid_credential'
|
|
56231
56384
|
| 'visionline_card'
|
|
56232
56385
|
| 'salto_ks_credential'
|
|
@@ -56449,13 +56602,14 @@ export type Routes = {
|
|
|
56449
56602
|
is_issued?: boolean | undefined
|
|
56450
56603
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
56451
56604
|
issued_at?: (string | undefined) | null
|
|
56452
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
56453
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
56605
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
56606
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
56454
56607
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56455
56608
|
external_type?:
|
|
56456
56609
|
| (
|
|
56457
56610
|
| 'pti_card'
|
|
56458
56611
|
| 'brivo_credential'
|
|
56612
|
+
| 'brivo_digital_credential'
|
|
56459
56613
|
| 'hid_credential'
|
|
56460
56614
|
| 'visionline_card'
|
|
56461
56615
|
| 'salto_ks_credential'
|
|
@@ -56608,13 +56762,14 @@ export type Routes = {
|
|
|
56608
56762
|
is_issued?: boolean | undefined
|
|
56609
56763
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
56610
56764
|
issued_at?: (string | undefined) | null
|
|
56611
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
56612
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
56765
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
56766
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
56613
56767
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56614
56768
|
external_type?:
|
|
56615
56769
|
| (
|
|
56616
56770
|
| 'pti_card'
|
|
56617
56771
|
| 'brivo_credential'
|
|
56772
|
+
| 'brivo_digital_credential'
|
|
56618
56773
|
| 'hid_credential'
|
|
56619
56774
|
| 'visionline_card'
|
|
56620
56775
|
| 'salto_ks_credential'
|
|
@@ -57527,13 +57682,18 @@ export type Routes = {
|
|
|
57527
57682
|
is_issued?: boolean | undefined
|
|
57528
57683
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
57529
57684
|
issued_at?: (string | undefined) | null
|
|
57530
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
57531
|
-
access_method:
|
|
57685
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
57686
|
+
access_method:
|
|
57687
|
+
| 'code'
|
|
57688
|
+
| 'card'
|
|
57689
|
+
| 'mobile_key'
|
|
57690
|
+
| 'cloud_key'
|
|
57532
57691
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
57533
57692
|
external_type?:
|
|
57534
57693
|
| (
|
|
57535
57694
|
| 'pti_card'
|
|
57536
57695
|
| 'brivo_credential'
|
|
57696
|
+
| 'brivo_digital_credential'
|
|
57537
57697
|
| 'hid_credential'
|
|
57538
57698
|
| 'visionline_card'
|
|
57539
57699
|
| 'salto_ks_credential'
|
|
@@ -57688,13 +57848,18 @@ export type Routes = {
|
|
|
57688
57848
|
is_issued?: boolean | undefined
|
|
57689
57849
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
57690
57850
|
issued_at?: (string | undefined) | null
|
|
57691
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
57692
|
-
access_method:
|
|
57851
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
57852
|
+
access_method:
|
|
57853
|
+
| 'code'
|
|
57854
|
+
| 'card'
|
|
57855
|
+
| 'mobile_key'
|
|
57856
|
+
| 'cloud_key'
|
|
57693
57857
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
57694
57858
|
external_type?:
|
|
57695
57859
|
| (
|
|
57696
57860
|
| 'pti_card'
|
|
57697
57861
|
| 'brivo_credential'
|
|
57862
|
+
| 'brivo_digital_credential'
|
|
57698
57863
|
| 'hid_credential'
|
|
57699
57864
|
| 'visionline_card'
|
|
57700
57865
|
| 'salto_ks_credential'
|
|
@@ -57917,13 +58082,14 @@ export type Routes = {
|
|
|
57917
58082
|
is_issued?: boolean | undefined
|
|
57918
58083
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
57919
58084
|
issued_at?: (string | undefined) | null
|
|
57920
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
57921
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
58085
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
58086
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
57922
58087
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
57923
58088
|
external_type?:
|
|
57924
58089
|
| (
|
|
57925
58090
|
| 'pti_card'
|
|
57926
58091
|
| 'brivo_credential'
|
|
58092
|
+
| 'brivo_digital_credential'
|
|
57927
58093
|
| 'hid_credential'
|
|
57928
58094
|
| 'visionline_card'
|
|
57929
58095
|
| 'salto_ks_credential'
|
|
@@ -58076,13 +58242,14 @@ export type Routes = {
|
|
|
58076
58242
|
is_issued?: boolean | undefined
|
|
58077
58243
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
58078
58244
|
issued_at?: (string | undefined) | null
|
|
58079
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
58080
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
58245
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
58246
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
58081
58247
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
58082
58248
|
external_type?:
|
|
58083
58249
|
| (
|
|
58084
58250
|
| 'pti_card'
|
|
58085
58251
|
| 'brivo_credential'
|
|
58252
|
+
| 'brivo_digital_credential'
|
|
58086
58253
|
| 'hid_credential'
|
|
58087
58254
|
| 'visionline_card'
|
|
58088
58255
|
| 'salto_ks_credential'
|
|
@@ -62356,13 +62523,18 @@ export type Routes = {
|
|
|
62356
62523
|
is_issued?: boolean | undefined
|
|
62357
62524
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
62358
62525
|
issued_at?: (string | undefined) | null
|
|
62359
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
62360
|
-
access_method:
|
|
62526
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
62527
|
+
access_method:
|
|
62528
|
+
| 'code'
|
|
62529
|
+
| 'card'
|
|
62530
|
+
| 'mobile_key'
|
|
62531
|
+
| 'cloud_key'
|
|
62361
62532
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62362
62533
|
external_type?:
|
|
62363
62534
|
| (
|
|
62364
62535
|
| 'pti_card'
|
|
62365
62536
|
| 'brivo_credential'
|
|
62537
|
+
| 'brivo_digital_credential'
|
|
62366
62538
|
| 'hid_credential'
|
|
62367
62539
|
| 'visionline_card'
|
|
62368
62540
|
| 'salto_ks_credential'
|
|
@@ -62517,13 +62689,18 @@ export type Routes = {
|
|
|
62517
62689
|
is_issued?: boolean | undefined
|
|
62518
62690
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
62519
62691
|
issued_at?: (string | undefined) | null
|
|
62520
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
62521
|
-
access_method:
|
|
62692
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
62693
|
+
access_method:
|
|
62694
|
+
| 'code'
|
|
62695
|
+
| 'card'
|
|
62696
|
+
| 'mobile_key'
|
|
62697
|
+
| 'cloud_key'
|
|
62522
62698
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62523
62699
|
external_type?:
|
|
62524
62700
|
| (
|
|
62525
62701
|
| 'pti_card'
|
|
62526
62702
|
| 'brivo_credential'
|
|
62703
|
+
| 'brivo_digital_credential'
|
|
62527
62704
|
| 'hid_credential'
|
|
62528
62705
|
| 'visionline_card'
|
|
62529
62706
|
| 'salto_ks_credential'
|
|
@@ -62746,13 +62923,14 @@ export type Routes = {
|
|
|
62746
62923
|
is_issued?: boolean | undefined
|
|
62747
62924
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
62748
62925
|
issued_at?: (string | undefined) | null
|
|
62749
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
62750
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
62926
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
62927
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
62751
62928
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62752
62929
|
external_type?:
|
|
62753
62930
|
| (
|
|
62754
62931
|
| 'pti_card'
|
|
62755
62932
|
| 'brivo_credential'
|
|
62933
|
+
| 'brivo_digital_credential'
|
|
62756
62934
|
| 'hid_credential'
|
|
62757
62935
|
| 'visionline_card'
|
|
62758
62936
|
| 'salto_ks_credential'
|
|
@@ -62905,13 +63083,14 @@ export type Routes = {
|
|
|
62905
63083
|
is_issued?: boolean | undefined
|
|
62906
63084
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
62907
63085
|
issued_at?: (string | undefined) | null
|
|
62908
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
62909
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
63086
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
63087
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
62910
63088
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62911
63089
|
external_type?:
|
|
62912
63090
|
| (
|
|
62913
63091
|
| 'pti_card'
|
|
62914
63092
|
| 'brivo_credential'
|
|
63093
|
+
| 'brivo_digital_credential'
|
|
62915
63094
|
| 'hid_credential'
|
|
62916
63095
|
| 'visionline_card'
|
|
62917
63096
|
| 'salto_ks_credential'
|
|
@@ -63843,13 +64022,18 @@ export type Routes = {
|
|
|
63843
64022
|
is_issued?: boolean | undefined
|
|
63844
64023
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
63845
64024
|
issued_at?: (string | undefined) | null
|
|
63846
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
63847
|
-
access_method:
|
|
64025
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
64026
|
+
access_method:
|
|
64027
|
+
| 'code'
|
|
64028
|
+
| 'card'
|
|
64029
|
+
| 'mobile_key'
|
|
64030
|
+
| 'cloud_key'
|
|
63848
64031
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
63849
64032
|
external_type?:
|
|
63850
64033
|
| (
|
|
63851
64034
|
| 'pti_card'
|
|
63852
64035
|
| 'brivo_credential'
|
|
64036
|
+
| 'brivo_digital_credential'
|
|
63853
64037
|
| 'hid_credential'
|
|
63854
64038
|
| 'visionline_card'
|
|
63855
64039
|
| 'salto_ks_credential'
|
|
@@ -64004,13 +64188,18 @@ export type Routes = {
|
|
|
64004
64188
|
is_issued?: boolean | undefined
|
|
64005
64189
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
64006
64190
|
issued_at?: (string | undefined) | null
|
|
64007
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
64008
|
-
access_method:
|
|
64191
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
64192
|
+
access_method:
|
|
64193
|
+
| 'code'
|
|
64194
|
+
| 'card'
|
|
64195
|
+
| 'mobile_key'
|
|
64196
|
+
| 'cloud_key'
|
|
64009
64197
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64010
64198
|
external_type?:
|
|
64011
64199
|
| (
|
|
64012
64200
|
| 'pti_card'
|
|
64013
64201
|
| 'brivo_credential'
|
|
64202
|
+
| 'brivo_digital_credential'
|
|
64014
64203
|
| 'hid_credential'
|
|
64015
64204
|
| 'visionline_card'
|
|
64016
64205
|
| 'salto_ks_credential'
|
|
@@ -64233,13 +64422,14 @@ export type Routes = {
|
|
|
64233
64422
|
is_issued?: boolean | undefined
|
|
64234
64423
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
64235
64424
|
issued_at?: (string | undefined) | null
|
|
64236
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
64237
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
64425
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
64426
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
64238
64427
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64239
64428
|
external_type?:
|
|
64240
64429
|
| (
|
|
64241
64430
|
| 'pti_card'
|
|
64242
64431
|
| 'brivo_credential'
|
|
64432
|
+
| 'brivo_digital_credential'
|
|
64243
64433
|
| 'hid_credential'
|
|
64244
64434
|
| 'visionline_card'
|
|
64245
64435
|
| 'salto_ks_credential'
|
|
@@ -64392,13 +64582,14 @@ export type Routes = {
|
|
|
64392
64582
|
is_issued?: boolean | undefined
|
|
64393
64583
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
64394
64584
|
issued_at?: (string | undefined) | null
|
|
64395
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
64396
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
64585
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
64586
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
64397
64587
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64398
64588
|
external_type?:
|
|
64399
64589
|
| (
|
|
64400
64590
|
| 'pti_card'
|
|
64401
64591
|
| 'brivo_credential'
|
|
64592
|
+
| 'brivo_digital_credential'
|
|
64402
64593
|
| 'hid_credential'
|
|
64403
64594
|
| 'visionline_card'
|
|
64404
64595
|
| 'salto_ks_credential'
|
|
@@ -65386,13 +65577,18 @@ export type Routes = {
|
|
|
65386
65577
|
is_issued?: boolean | undefined
|
|
65387
65578
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
65388
65579
|
issued_at?: (string | undefined) | null
|
|
65389
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
65390
|
-
access_method:
|
|
65580
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
65581
|
+
access_method:
|
|
65582
|
+
| 'code'
|
|
65583
|
+
| 'card'
|
|
65584
|
+
| 'mobile_key'
|
|
65585
|
+
| 'cloud_key'
|
|
65391
65586
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65392
65587
|
external_type?:
|
|
65393
65588
|
| (
|
|
65394
65589
|
| 'pti_card'
|
|
65395
65590
|
| 'brivo_credential'
|
|
65591
|
+
| 'brivo_digital_credential'
|
|
65396
65592
|
| 'hid_credential'
|
|
65397
65593
|
| 'visionline_card'
|
|
65398
65594
|
| 'salto_ks_credential'
|
|
@@ -65547,13 +65743,18 @@ export type Routes = {
|
|
|
65547
65743
|
is_issued?: boolean | undefined
|
|
65548
65744
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
65549
65745
|
issued_at?: (string | undefined) | null
|
|
65550
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
65551
|
-
access_method:
|
|
65746
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
65747
|
+
access_method:
|
|
65748
|
+
| 'code'
|
|
65749
|
+
| 'card'
|
|
65750
|
+
| 'mobile_key'
|
|
65751
|
+
| 'cloud_key'
|
|
65552
65752
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65553
65753
|
external_type?:
|
|
65554
65754
|
| (
|
|
65555
65755
|
| 'pti_card'
|
|
65556
65756
|
| 'brivo_credential'
|
|
65757
|
+
| 'brivo_digital_credential'
|
|
65557
65758
|
| 'hid_credential'
|
|
65558
65759
|
| 'visionline_card'
|
|
65559
65760
|
| 'salto_ks_credential'
|
|
@@ -65776,13 +65977,14 @@ export type Routes = {
|
|
|
65776
65977
|
is_issued?: boolean | undefined
|
|
65777
65978
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
65778
65979
|
issued_at?: (string | undefined) | null
|
|
65779
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
65780
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
65980
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
65981
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
65781
65982
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65782
65983
|
external_type?:
|
|
65783
65984
|
| (
|
|
65784
65985
|
| 'pti_card'
|
|
65785
65986
|
| 'brivo_credential'
|
|
65987
|
+
| 'brivo_digital_credential'
|
|
65786
65988
|
| 'hid_credential'
|
|
65787
65989
|
| 'visionline_card'
|
|
65788
65990
|
| 'salto_ks_credential'
|
|
@@ -65935,13 +66137,14 @@ export type Routes = {
|
|
|
65935
66137
|
is_issued?: boolean | undefined
|
|
65936
66138
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
65937
66139
|
issued_at?: (string | undefined) | null
|
|
65938
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
65939
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
66140
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
66141
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
65940
66142
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65941
66143
|
external_type?:
|
|
65942
66144
|
| (
|
|
65943
66145
|
| 'pti_card'
|
|
65944
66146
|
| 'brivo_credential'
|
|
66147
|
+
| 'brivo_digital_credential'
|
|
65945
66148
|
| 'hid_credential'
|
|
65946
66149
|
| 'visionline_card'
|
|
65947
66150
|
| 'salto_ks_credential'
|
|
@@ -67884,13 +68087,18 @@ export type Routes = {
|
|
|
67884
68087
|
is_issued?: boolean | undefined
|
|
67885
68088
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
67886
68089
|
issued_at?: (string | undefined) | null
|
|
67887
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
67888
|
-
access_method:
|
|
68090
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
68091
|
+
access_method:
|
|
68092
|
+
| 'code'
|
|
68093
|
+
| 'card'
|
|
68094
|
+
| 'mobile_key'
|
|
68095
|
+
| 'cloud_key'
|
|
67889
68096
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67890
68097
|
external_type?:
|
|
67891
68098
|
| (
|
|
67892
68099
|
| 'pti_card'
|
|
67893
68100
|
| 'brivo_credential'
|
|
68101
|
+
| 'brivo_digital_credential'
|
|
67894
68102
|
| 'hid_credential'
|
|
67895
68103
|
| 'visionline_card'
|
|
67896
68104
|
| 'salto_ks_credential'
|
|
@@ -68045,13 +68253,18 @@ export type Routes = {
|
|
|
68045
68253
|
is_issued?: boolean | undefined
|
|
68046
68254
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
68047
68255
|
issued_at?: (string | undefined) | null
|
|
68048
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
68049
|
-
access_method:
|
|
68256
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
68257
|
+
access_method:
|
|
68258
|
+
| 'code'
|
|
68259
|
+
| 'card'
|
|
68260
|
+
| 'mobile_key'
|
|
68261
|
+
| 'cloud_key'
|
|
68050
68262
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68051
68263
|
external_type?:
|
|
68052
68264
|
| (
|
|
68053
68265
|
| 'pti_card'
|
|
68054
68266
|
| 'brivo_credential'
|
|
68267
|
+
| 'brivo_digital_credential'
|
|
68055
68268
|
| 'hid_credential'
|
|
68056
68269
|
| 'visionline_card'
|
|
68057
68270
|
| 'salto_ks_credential'
|
|
@@ -68274,13 +68487,14 @@ export type Routes = {
|
|
|
68274
68487
|
is_issued?: boolean | undefined
|
|
68275
68488
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
68276
68489
|
issued_at?: (string | undefined) | null
|
|
68277
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
68278
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
68490
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
68491
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
68279
68492
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68280
68493
|
external_type?:
|
|
68281
68494
|
| (
|
|
68282
68495
|
| 'pti_card'
|
|
68283
68496
|
| 'brivo_credential'
|
|
68497
|
+
| 'brivo_digital_credential'
|
|
68284
68498
|
| 'hid_credential'
|
|
68285
68499
|
| 'visionline_card'
|
|
68286
68500
|
| 'salto_ks_credential'
|
|
@@ -68433,13 +68647,14 @@ export type Routes = {
|
|
|
68433
68647
|
is_issued?: boolean | undefined
|
|
68434
68648
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
68435
68649
|
issued_at?: (string | undefined) | null
|
|
68436
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
68437
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
68650
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
68651
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
68438
68652
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68439
68653
|
external_type?:
|
|
68440
68654
|
| (
|
|
68441
68655
|
| 'pti_card'
|
|
68442
68656
|
| 'brivo_credential'
|
|
68657
|
+
| 'brivo_digital_credential'
|
|
68443
68658
|
| 'hid_credential'
|
|
68444
68659
|
| 'visionline_card'
|
|
68445
68660
|
| 'salto_ks_credential'
|
|
@@ -69243,7 +69458,10 @@ export type Routes = {
|
|
|
69243
69458
|
method: 'GET' | 'POST'
|
|
69244
69459
|
queryParams: {}
|
|
69245
69460
|
jsonBody: {}
|
|
69246
|
-
commonParams: {
|
|
69461
|
+
commonParams: {
|
|
69462
|
+
/** Key of the customer to get automation config for. */
|
|
69463
|
+
customer_key?: string | undefined
|
|
69464
|
+
}
|
|
69247
69465
|
formData: {}
|
|
69248
69466
|
jsonResponse: {
|
|
69249
69467
|
access_rules?:
|
|
@@ -69354,6 +69572,8 @@ export type Routes = {
|
|
|
69354
69572
|
method: 'PATCH' | 'POST'
|
|
69355
69573
|
queryParams: {}
|
|
69356
69574
|
jsonBody: {
|
|
69575
|
+
/** Key of the customer to update automation config for. */
|
|
69576
|
+
customer_key?: string | undefined
|
|
69357
69577
|
/** Access automation rules configuration. */
|
|
69358
69578
|
access_rules?:
|
|
69359
69579
|
| {
|
|
@@ -69683,10 +69903,7 @@ export type Routes = {
|
|
|
69683
69903
|
method: 'GET' | 'POST'
|
|
69684
69904
|
queryParams: {}
|
|
69685
69905
|
jsonBody: {}
|
|
69686
|
-
commonParams: {
|
|
69687
|
-
/** Key of the customer. */
|
|
69688
|
-
customer_key: string
|
|
69689
|
-
}
|
|
69906
|
+
commonParams: {}
|
|
69690
69907
|
formData: {}
|
|
69691
69908
|
jsonResponse: {
|
|
69692
69909
|
automation: {
|
|
@@ -74333,13 +74550,14 @@ export type Routes = {
|
|
|
74333
74550
|
is_issued?: boolean | undefined
|
|
74334
74551
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
74335
74552
|
issued_at?: (string | undefined) | null
|
|
74336
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
74337
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
74553
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
74554
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
74338
74555
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
74339
74556
|
external_type?:
|
|
74340
74557
|
| (
|
|
74341
74558
|
| 'pti_card'
|
|
74342
74559
|
| 'brivo_credential'
|
|
74560
|
+
| 'brivo_digital_credential'
|
|
74343
74561
|
| 'hid_credential'
|
|
74344
74562
|
| 'visionline_card'
|
|
74345
74563
|
| 'salto_ks_credential'
|
|
@@ -74530,13 +74748,14 @@ export type Routes = {
|
|
|
74530
74748
|
is_issued?: boolean | undefined
|
|
74531
74749
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
74532
74750
|
issued_at?: (string | undefined) | null
|
|
74533
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
74534
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
74751
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
74752
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
74535
74753
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
74536
74754
|
external_type?:
|
|
74537
74755
|
| (
|
|
74538
74756
|
| 'pti_card'
|
|
74539
74757
|
| 'brivo_credential'
|
|
74758
|
+
| 'brivo_digital_credential'
|
|
74540
74759
|
| 'hid_credential'
|
|
74541
74760
|
| 'visionline_card'
|
|
74542
74761
|
| 'salto_ks_credential'
|
|
@@ -77702,13 +77921,18 @@ export type Routes = {
|
|
|
77702
77921
|
is_issued?: boolean | undefined
|
|
77703
77922
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
77704
77923
|
issued_at?: (string | undefined) | null
|
|
77705
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
77706
|
-
access_method:
|
|
77924
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
77925
|
+
access_method:
|
|
77926
|
+
| 'code'
|
|
77927
|
+
| 'card'
|
|
77928
|
+
| 'mobile_key'
|
|
77929
|
+
| 'cloud_key'
|
|
77707
77930
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
77708
77931
|
external_type?:
|
|
77709
77932
|
| (
|
|
77710
77933
|
| 'pti_card'
|
|
77711
77934
|
| 'brivo_credential'
|
|
77935
|
+
| 'brivo_digital_credential'
|
|
77712
77936
|
| 'hid_credential'
|
|
77713
77937
|
| 'visionline_card'
|
|
77714
77938
|
| 'salto_ks_credential'
|
|
@@ -77863,13 +78087,18 @@ export type Routes = {
|
|
|
77863
78087
|
is_issued?: boolean | undefined
|
|
77864
78088
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
77865
78089
|
issued_at?: (string | undefined) | null
|
|
77866
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
77867
|
-
access_method:
|
|
78090
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
78091
|
+
access_method:
|
|
78092
|
+
| 'code'
|
|
78093
|
+
| 'card'
|
|
78094
|
+
| 'mobile_key'
|
|
78095
|
+
| 'cloud_key'
|
|
77868
78096
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
77869
78097
|
external_type?:
|
|
77870
78098
|
| (
|
|
77871
78099
|
| 'pti_card'
|
|
77872
78100
|
| 'brivo_credential'
|
|
78101
|
+
| 'brivo_digital_credential'
|
|
77873
78102
|
| 'hid_credential'
|
|
77874
78103
|
| 'visionline_card'
|
|
77875
78104
|
| 'salto_ks_credential'
|
|
@@ -78092,13 +78321,14 @@ export type Routes = {
|
|
|
78092
78321
|
is_issued?: boolean | undefined
|
|
78093
78322
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
78094
78323
|
issued_at?: (string | undefined) | null
|
|
78095
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
78096
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
78324
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
78325
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
78097
78326
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
78098
78327
|
external_type?:
|
|
78099
78328
|
| (
|
|
78100
78329
|
| 'pti_card'
|
|
78101
78330
|
| 'brivo_credential'
|
|
78331
|
+
| 'brivo_digital_credential'
|
|
78102
78332
|
| 'hid_credential'
|
|
78103
78333
|
| 'visionline_card'
|
|
78104
78334
|
| 'salto_ks_credential'
|
|
@@ -78251,13 +78481,14 @@ export type Routes = {
|
|
|
78251
78481
|
is_issued?: boolean | undefined
|
|
78252
78482
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
78253
78483
|
issued_at?: (string | undefined) | null
|
|
78254
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
78255
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
78484
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
78485
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
78256
78486
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
78257
78487
|
external_type?:
|
|
78258
78488
|
| (
|
|
78259
78489
|
| 'pti_card'
|
|
78260
78490
|
| 'brivo_credential'
|
|
78491
|
+
| 'brivo_digital_credential'
|
|
78261
78492
|
| 'hid_credential'
|
|
78262
78493
|
| 'visionline_card'
|
|
78263
78494
|
| 'salto_ks_credential'
|
|
@@ -79174,13 +79405,18 @@ export type Routes = {
|
|
|
79174
79405
|
is_issued?: boolean | undefined
|
|
79175
79406
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
79176
79407
|
issued_at?: (string | undefined) | null
|
|
79177
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
79178
|
-
access_method:
|
|
79408
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
79409
|
+
access_method:
|
|
79410
|
+
| 'code'
|
|
79411
|
+
| 'card'
|
|
79412
|
+
| 'mobile_key'
|
|
79413
|
+
| 'cloud_key'
|
|
79179
79414
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
79180
79415
|
external_type?:
|
|
79181
79416
|
| (
|
|
79182
79417
|
| 'pti_card'
|
|
79183
79418
|
| 'brivo_credential'
|
|
79419
|
+
| 'brivo_digital_credential'
|
|
79184
79420
|
| 'hid_credential'
|
|
79185
79421
|
| 'visionline_card'
|
|
79186
79422
|
| 'salto_ks_credential'
|
|
@@ -79335,13 +79571,18 @@ export type Routes = {
|
|
|
79335
79571
|
is_issued?: boolean | undefined
|
|
79336
79572
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
79337
79573
|
issued_at?: (string | undefined) | null
|
|
79338
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
79339
|
-
access_method:
|
|
79574
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
79575
|
+
access_method:
|
|
79576
|
+
| 'code'
|
|
79577
|
+
| 'card'
|
|
79578
|
+
| 'mobile_key'
|
|
79579
|
+
| 'cloud_key'
|
|
79340
79580
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
79341
79581
|
external_type?:
|
|
79342
79582
|
| (
|
|
79343
79583
|
| 'pti_card'
|
|
79344
79584
|
| 'brivo_credential'
|
|
79585
|
+
| 'brivo_digital_credential'
|
|
79345
79586
|
| 'hid_credential'
|
|
79346
79587
|
| 'visionline_card'
|
|
79347
79588
|
| 'salto_ks_credential'
|
|
@@ -79564,13 +79805,14 @@ export type Routes = {
|
|
|
79564
79805
|
is_issued?: boolean | undefined
|
|
79565
79806
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
79566
79807
|
issued_at?: (string | undefined) | null
|
|
79567
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
79568
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
79808
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
79809
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
79569
79810
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
79570
79811
|
external_type?:
|
|
79571
79812
|
| (
|
|
79572
79813
|
| 'pti_card'
|
|
79573
79814
|
| 'brivo_credential'
|
|
79815
|
+
| 'brivo_digital_credential'
|
|
79574
79816
|
| 'hid_credential'
|
|
79575
79817
|
| 'visionline_card'
|
|
79576
79818
|
| 'salto_ks_credential'
|
|
@@ -79723,13 +79965,14 @@ export type Routes = {
|
|
|
79723
79965
|
is_issued?: boolean | undefined
|
|
79724
79966
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
79725
79967
|
issued_at?: (string | undefined) | null
|
|
79726
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
79727
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
79968
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
79969
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
79728
79970
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
79729
79971
|
external_type?:
|
|
79730
79972
|
| (
|
|
79731
79973
|
| 'pti_card'
|
|
79732
79974
|
| 'brivo_credential'
|
|
79975
|
+
| 'brivo_digital_credential'
|
|
79733
79976
|
| 'hid_credential'
|
|
79734
79977
|
| 'visionline_card'
|
|
79735
79978
|
| 'salto_ks_credential'
|
|
@@ -80758,13 +81001,18 @@ export type Routes = {
|
|
|
80758
81001
|
is_issued?: boolean | undefined
|
|
80759
81002
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
80760
81003
|
issued_at?: (string | undefined) | null
|
|
80761
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
80762
|
-
access_method:
|
|
81004
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
81005
|
+
access_method:
|
|
81006
|
+
| 'code'
|
|
81007
|
+
| 'card'
|
|
81008
|
+
| 'mobile_key'
|
|
81009
|
+
| 'cloud_key'
|
|
80763
81010
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
80764
81011
|
external_type?:
|
|
80765
81012
|
| (
|
|
80766
81013
|
| 'pti_card'
|
|
80767
81014
|
| 'brivo_credential'
|
|
81015
|
+
| 'brivo_digital_credential'
|
|
80768
81016
|
| 'hid_credential'
|
|
80769
81017
|
| 'visionline_card'
|
|
80770
81018
|
| 'salto_ks_credential'
|
|
@@ -80919,13 +81167,18 @@ export type Routes = {
|
|
|
80919
81167
|
is_issued?: boolean | undefined
|
|
80920
81168
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
80921
81169
|
issued_at?: (string | undefined) | null
|
|
80922
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
80923
|
-
access_method:
|
|
81170
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
81171
|
+
access_method:
|
|
81172
|
+
| 'code'
|
|
81173
|
+
| 'card'
|
|
81174
|
+
| 'mobile_key'
|
|
81175
|
+
| 'cloud_key'
|
|
80924
81176
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
80925
81177
|
external_type?:
|
|
80926
81178
|
| (
|
|
80927
81179
|
| 'pti_card'
|
|
80928
81180
|
| 'brivo_credential'
|
|
81181
|
+
| 'brivo_digital_credential'
|
|
80929
81182
|
| 'hid_credential'
|
|
80930
81183
|
| 'visionline_card'
|
|
80931
81184
|
| 'salto_ks_credential'
|
|
@@ -81148,13 +81401,14 @@ export type Routes = {
|
|
|
81148
81401
|
is_issued?: boolean | undefined
|
|
81149
81402
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
81150
81403
|
issued_at?: (string | undefined) | null
|
|
81151
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
81152
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
81404
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
81405
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
81153
81406
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
81154
81407
|
external_type?:
|
|
81155
81408
|
| (
|
|
81156
81409
|
| 'pti_card'
|
|
81157
81410
|
| 'brivo_credential'
|
|
81411
|
+
| 'brivo_digital_credential'
|
|
81158
81412
|
| 'hid_credential'
|
|
81159
81413
|
| 'visionline_card'
|
|
81160
81414
|
| 'salto_ks_credential'
|
|
@@ -81307,13 +81561,14 @@ export type Routes = {
|
|
|
81307
81561
|
is_issued?: boolean | undefined
|
|
81308
81562
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
81309
81563
|
issued_at?: (string | undefined) | null
|
|
81310
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
81311
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
81564
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
81565
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
81312
81566
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
81313
81567
|
external_type?:
|
|
81314
81568
|
| (
|
|
81315
81569
|
| 'pti_card'
|
|
81316
81570
|
| 'brivo_credential'
|
|
81571
|
+
| 'brivo_digital_credential'
|
|
81317
81572
|
| 'hid_credential'
|
|
81318
81573
|
| 'visionline_card'
|
|
81319
81574
|
| 'salto_ks_credential'
|
|
@@ -83889,13 +84144,18 @@ export type Routes = {
|
|
|
83889
84144
|
is_issued?: boolean | undefined
|
|
83890
84145
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
83891
84146
|
issued_at?: (string | undefined) | null
|
|
83892
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
83893
|
-
access_method:
|
|
84147
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
84148
|
+
access_method:
|
|
84149
|
+
| 'code'
|
|
84150
|
+
| 'card'
|
|
84151
|
+
| 'mobile_key'
|
|
84152
|
+
| 'cloud_key'
|
|
83894
84153
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
83895
84154
|
external_type?:
|
|
83896
84155
|
| (
|
|
83897
84156
|
| 'pti_card'
|
|
83898
84157
|
| 'brivo_credential'
|
|
84158
|
+
| 'brivo_digital_credential'
|
|
83899
84159
|
| 'hid_credential'
|
|
83900
84160
|
| 'visionline_card'
|
|
83901
84161
|
| 'salto_ks_credential'
|
|
@@ -84050,13 +84310,18 @@ export type Routes = {
|
|
|
84050
84310
|
is_issued?: boolean | undefined
|
|
84051
84311
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
84052
84312
|
issued_at?: (string | undefined) | null
|
|
84053
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
84054
|
-
access_method:
|
|
84313
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
84314
|
+
access_method:
|
|
84315
|
+
| 'code'
|
|
84316
|
+
| 'card'
|
|
84317
|
+
| 'mobile_key'
|
|
84318
|
+
| 'cloud_key'
|
|
84055
84319
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
84056
84320
|
external_type?:
|
|
84057
84321
|
| (
|
|
84058
84322
|
| 'pti_card'
|
|
84059
84323
|
| 'brivo_credential'
|
|
84324
|
+
| 'brivo_digital_credential'
|
|
84060
84325
|
| 'hid_credential'
|
|
84061
84326
|
| 'visionline_card'
|
|
84062
84327
|
| 'salto_ks_credential'
|
|
@@ -84279,13 +84544,14 @@ export type Routes = {
|
|
|
84279
84544
|
is_issued?: boolean | undefined
|
|
84280
84545
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
84281
84546
|
issued_at?: (string | undefined) | null
|
|
84282
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
84283
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
84547
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
84548
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
84284
84549
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
84285
84550
|
external_type?:
|
|
84286
84551
|
| (
|
|
84287
84552
|
| 'pti_card'
|
|
84288
84553
|
| 'brivo_credential'
|
|
84554
|
+
| 'brivo_digital_credential'
|
|
84289
84555
|
| 'hid_credential'
|
|
84290
84556
|
| 'visionline_card'
|
|
84291
84557
|
| 'salto_ks_credential'
|
|
@@ -84438,13 +84704,14 @@ export type Routes = {
|
|
|
84438
84704
|
is_issued?: boolean | undefined
|
|
84439
84705
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
84440
84706
|
issued_at?: (string | undefined) | null
|
|
84441
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
84442
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
84707
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
84708
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
84443
84709
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
84444
84710
|
external_type?:
|
|
84445
84711
|
| (
|
|
84446
84712
|
| 'pti_card'
|
|
84447
84713
|
| 'brivo_credential'
|
|
84714
|
+
| 'brivo_digital_credential'
|
|
84448
84715
|
| 'hid_credential'
|
|
84449
84716
|
| 'visionline_card'
|
|
84450
84717
|
| 'salto_ks_credential'
|
|
@@ -85365,13 +85632,18 @@ export type Routes = {
|
|
|
85365
85632
|
is_issued?: boolean | undefined
|
|
85366
85633
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
85367
85634
|
issued_at?: (string | undefined) | null
|
|
85368
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
85369
|
-
access_method:
|
|
85635
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
85636
|
+
access_method:
|
|
85637
|
+
| 'code'
|
|
85638
|
+
| 'card'
|
|
85639
|
+
| 'mobile_key'
|
|
85640
|
+
| 'cloud_key'
|
|
85370
85641
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
85371
85642
|
external_type?:
|
|
85372
85643
|
| (
|
|
85373
85644
|
| 'pti_card'
|
|
85374
85645
|
| 'brivo_credential'
|
|
85646
|
+
| 'brivo_digital_credential'
|
|
85375
85647
|
| 'hid_credential'
|
|
85376
85648
|
| 'visionline_card'
|
|
85377
85649
|
| 'salto_ks_credential'
|
|
@@ -85526,13 +85798,18 @@ export type Routes = {
|
|
|
85526
85798
|
is_issued?: boolean | undefined
|
|
85527
85799
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
85528
85800
|
issued_at?: (string | undefined) | null
|
|
85529
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
85530
|
-
access_method:
|
|
85801
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
85802
|
+
access_method:
|
|
85803
|
+
| 'code'
|
|
85804
|
+
| 'card'
|
|
85805
|
+
| 'mobile_key'
|
|
85806
|
+
| 'cloud_key'
|
|
85531
85807
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
85532
85808
|
external_type?:
|
|
85533
85809
|
| (
|
|
85534
85810
|
| 'pti_card'
|
|
85535
85811
|
| 'brivo_credential'
|
|
85812
|
+
| 'brivo_digital_credential'
|
|
85536
85813
|
| 'hid_credential'
|
|
85537
85814
|
| 'visionline_card'
|
|
85538
85815
|
| 'salto_ks_credential'
|
|
@@ -85755,13 +86032,14 @@ export type Routes = {
|
|
|
85755
86032
|
is_issued?: boolean | undefined
|
|
85756
86033
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
85757
86034
|
issued_at?: (string | undefined) | null
|
|
85758
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
85759
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
86035
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
86036
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
85760
86037
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
85761
86038
|
external_type?:
|
|
85762
86039
|
| (
|
|
85763
86040
|
| 'pti_card'
|
|
85764
86041
|
| 'brivo_credential'
|
|
86042
|
+
| 'brivo_digital_credential'
|
|
85765
86043
|
| 'hid_credential'
|
|
85766
86044
|
| 'visionline_card'
|
|
85767
86045
|
| 'salto_ks_credential'
|
|
@@ -85914,13 +86192,14 @@ export type Routes = {
|
|
|
85914
86192
|
is_issued?: boolean | undefined
|
|
85915
86193
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
85916
86194
|
issued_at?: (string | undefined) | null
|
|
85917
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
85918
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
86195
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
86196
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
85919
86197
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
85920
86198
|
external_type?:
|
|
85921
86199
|
| (
|
|
85922
86200
|
| 'pti_card'
|
|
85923
86201
|
| 'brivo_credential'
|
|
86202
|
+
| 'brivo_digital_credential'
|
|
85924
86203
|
| 'hid_credential'
|
|
85925
86204
|
| 'visionline_card'
|
|
85926
86205
|
| 'salto_ks_credential'
|
|
@@ -90211,13 +90490,18 @@ export type Routes = {
|
|
|
90211
90490
|
is_issued?: boolean | undefined
|
|
90212
90491
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
90213
90492
|
issued_at?: (string | undefined) | null
|
|
90214
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
90215
|
-
access_method:
|
|
90493
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
90494
|
+
access_method:
|
|
90495
|
+
| 'code'
|
|
90496
|
+
| 'card'
|
|
90497
|
+
| 'mobile_key'
|
|
90498
|
+
| 'cloud_key'
|
|
90216
90499
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
90217
90500
|
external_type?:
|
|
90218
90501
|
| (
|
|
90219
90502
|
| 'pti_card'
|
|
90220
90503
|
| 'brivo_credential'
|
|
90504
|
+
| 'brivo_digital_credential'
|
|
90221
90505
|
| 'hid_credential'
|
|
90222
90506
|
| 'visionline_card'
|
|
90223
90507
|
| 'salto_ks_credential'
|
|
@@ -90372,13 +90656,18 @@ export type Routes = {
|
|
|
90372
90656
|
is_issued?: boolean | undefined
|
|
90373
90657
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
90374
90658
|
issued_at?: (string | undefined) | null
|
|
90375
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
90376
|
-
access_method:
|
|
90659
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
90660
|
+
access_method:
|
|
90661
|
+
| 'code'
|
|
90662
|
+
| 'card'
|
|
90663
|
+
| 'mobile_key'
|
|
90664
|
+
| 'cloud_key'
|
|
90377
90665
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
90378
90666
|
external_type?:
|
|
90379
90667
|
| (
|
|
90380
90668
|
| 'pti_card'
|
|
90381
90669
|
| 'brivo_credential'
|
|
90670
|
+
| 'brivo_digital_credential'
|
|
90382
90671
|
| 'hid_credential'
|
|
90383
90672
|
| 'visionline_card'
|
|
90384
90673
|
| 'salto_ks_credential'
|
|
@@ -90601,13 +90890,14 @@ export type Routes = {
|
|
|
90601
90890
|
is_issued?: boolean | undefined
|
|
90602
90891
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
90603
90892
|
issued_at?: (string | undefined) | null
|
|
90604
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
90605
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
90893
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
90894
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
90606
90895
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
90607
90896
|
external_type?:
|
|
90608
90897
|
| (
|
|
90609
90898
|
| 'pti_card'
|
|
90610
90899
|
| 'brivo_credential'
|
|
90900
|
+
| 'brivo_digital_credential'
|
|
90611
90901
|
| 'hid_credential'
|
|
90612
90902
|
| 'visionline_card'
|
|
90613
90903
|
| 'salto_ks_credential'
|
|
@@ -90760,13 +91050,14 @@ export type Routes = {
|
|
|
90760
91050
|
is_issued?: boolean | undefined
|
|
90761
91051
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
90762
91052
|
issued_at?: (string | undefined) | null
|
|
90763
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
90764
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
91053
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
91054
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
90765
91055
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
90766
91056
|
external_type?:
|
|
90767
91057
|
| (
|
|
90768
91058
|
| 'pti_card'
|
|
90769
91059
|
| 'brivo_credential'
|
|
91060
|
+
| 'brivo_digital_credential'
|
|
90770
91061
|
| 'hid_credential'
|
|
90771
91062
|
| 'visionline_card'
|
|
90772
91063
|
| 'salto_ks_credential'
|
|
@@ -91882,13 +92173,18 @@ export type Routes = {
|
|
|
91882
92173
|
is_issued?: boolean | undefined
|
|
91883
92174
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
91884
92175
|
issued_at?: (string | undefined) | null
|
|
91885
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
91886
|
-
access_method:
|
|
92176
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
92177
|
+
access_method:
|
|
92178
|
+
| 'code'
|
|
92179
|
+
| 'card'
|
|
92180
|
+
| 'mobile_key'
|
|
92181
|
+
| 'cloud_key'
|
|
91887
92182
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
91888
92183
|
external_type?:
|
|
91889
92184
|
| (
|
|
91890
92185
|
| 'pti_card'
|
|
91891
92186
|
| 'brivo_credential'
|
|
92187
|
+
| 'brivo_digital_credential'
|
|
91892
92188
|
| 'hid_credential'
|
|
91893
92189
|
| 'visionline_card'
|
|
91894
92190
|
| 'salto_ks_credential'
|
|
@@ -92043,13 +92339,18 @@ export type Routes = {
|
|
|
92043
92339
|
is_issued?: boolean | undefined
|
|
92044
92340
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
92045
92341
|
issued_at?: (string | undefined) | null
|
|
92046
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
92047
|
-
access_method:
|
|
92342
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
92343
|
+
access_method:
|
|
92344
|
+
| 'code'
|
|
92345
|
+
| 'card'
|
|
92346
|
+
| 'mobile_key'
|
|
92347
|
+
| 'cloud_key'
|
|
92048
92348
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
92049
92349
|
external_type?:
|
|
92050
92350
|
| (
|
|
92051
92351
|
| 'pti_card'
|
|
92052
92352
|
| 'brivo_credential'
|
|
92353
|
+
| 'brivo_digital_credential'
|
|
92053
92354
|
| 'hid_credential'
|
|
92054
92355
|
| 'visionline_card'
|
|
92055
92356
|
| 'salto_ks_credential'
|
|
@@ -92272,13 +92573,14 @@ export type Routes = {
|
|
|
92272
92573
|
is_issued?: boolean | undefined
|
|
92273
92574
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
92274
92575
|
issued_at?: (string | undefined) | null
|
|
92275
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
92276
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
92576
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
92577
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
92277
92578
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
92278
92579
|
external_type?:
|
|
92279
92580
|
| (
|
|
92280
92581
|
| 'pti_card'
|
|
92281
92582
|
| 'brivo_credential'
|
|
92583
|
+
| 'brivo_digital_credential'
|
|
92282
92584
|
| 'hid_credential'
|
|
92283
92585
|
| 'visionline_card'
|
|
92284
92586
|
| 'salto_ks_credential'
|
|
@@ -92431,13 +92733,14 @@ export type Routes = {
|
|
|
92431
92733
|
is_issued?: boolean | undefined
|
|
92432
92734
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
92433
92735
|
issued_at?: (string | undefined) | null
|
|
92434
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
92435
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
92736
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
92737
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
92436
92738
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
92437
92739
|
external_type?:
|
|
92438
92740
|
| (
|
|
92439
92741
|
| 'pti_card'
|
|
92440
92742
|
| 'brivo_credential'
|
|
92743
|
+
| 'brivo_digital_credential'
|
|
92441
92744
|
| 'hid_credential'
|
|
92442
92745
|
| 'visionline_card'
|
|
92443
92746
|
| 'salto_ks_credential'
|
|
@@ -93386,13 +93689,18 @@ export type Routes = {
|
|
|
93386
93689
|
is_issued?: boolean | undefined
|
|
93387
93690
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
93388
93691
|
issued_at?: (string | undefined) | null
|
|
93389
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
93390
|
-
access_method:
|
|
93692
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
93693
|
+
access_method:
|
|
93694
|
+
| 'code'
|
|
93695
|
+
| 'card'
|
|
93696
|
+
| 'mobile_key'
|
|
93697
|
+
| 'cloud_key'
|
|
93391
93698
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93392
93699
|
external_type?:
|
|
93393
93700
|
| (
|
|
93394
93701
|
| 'pti_card'
|
|
93395
93702
|
| 'brivo_credential'
|
|
93703
|
+
| 'brivo_digital_credential'
|
|
93396
93704
|
| 'hid_credential'
|
|
93397
93705
|
| 'visionline_card'
|
|
93398
93706
|
| 'salto_ks_credential'
|
|
@@ -93547,13 +93855,18 @@ export type Routes = {
|
|
|
93547
93855
|
is_issued?: boolean | undefined
|
|
93548
93856
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
93549
93857
|
issued_at?: (string | undefined) | null
|
|
93550
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
93551
|
-
access_method:
|
|
93858
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
93859
|
+
access_method:
|
|
93860
|
+
| 'code'
|
|
93861
|
+
| 'card'
|
|
93862
|
+
| 'mobile_key'
|
|
93863
|
+
| 'cloud_key'
|
|
93552
93864
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93553
93865
|
external_type?:
|
|
93554
93866
|
| (
|
|
93555
93867
|
| 'pti_card'
|
|
93556
93868
|
| 'brivo_credential'
|
|
93869
|
+
| 'brivo_digital_credential'
|
|
93557
93870
|
| 'hid_credential'
|
|
93558
93871
|
| 'visionline_card'
|
|
93559
93872
|
| 'salto_ks_credential'
|
|
@@ -93776,13 +94089,14 @@ export type Routes = {
|
|
|
93776
94089
|
is_issued?: boolean | undefined
|
|
93777
94090
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
93778
94091
|
issued_at?: (string | undefined) | null
|
|
93779
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
93780
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
94092
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
94093
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
93781
94094
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93782
94095
|
external_type?:
|
|
93783
94096
|
| (
|
|
93784
94097
|
| 'pti_card'
|
|
93785
94098
|
| 'brivo_credential'
|
|
94099
|
+
| 'brivo_digital_credential'
|
|
93786
94100
|
| 'hid_credential'
|
|
93787
94101
|
| 'visionline_card'
|
|
93788
94102
|
| 'salto_ks_credential'
|
|
@@ -93935,13 +94249,14 @@ export type Routes = {
|
|
|
93935
94249
|
is_issued?: boolean | undefined
|
|
93936
94250
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
93937
94251
|
issued_at?: (string | undefined) | null
|
|
93938
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
93939
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
94252
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
94253
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
93940
94254
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93941
94255
|
external_type?:
|
|
93942
94256
|
| (
|
|
93943
94257
|
| 'pti_card'
|
|
93944
94258
|
| 'brivo_credential'
|
|
94259
|
+
| 'brivo_digital_credential'
|
|
93945
94260
|
| 'hid_credential'
|
|
93946
94261
|
| 'visionline_card'
|
|
93947
94262
|
| 'salto_ks_credential'
|
|
@@ -95007,13 +95322,18 @@ export type Routes = {
|
|
|
95007
95322
|
is_issued?: boolean | undefined
|
|
95008
95323
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
95009
95324
|
issued_at?: (string | undefined) | null
|
|
95010
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
95011
|
-
access_method:
|
|
95325
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
95326
|
+
access_method:
|
|
95327
|
+
| 'code'
|
|
95328
|
+
| 'card'
|
|
95329
|
+
| 'mobile_key'
|
|
95330
|
+
| 'cloud_key'
|
|
95012
95331
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
95013
95332
|
external_type?:
|
|
95014
95333
|
| (
|
|
95015
95334
|
| 'pti_card'
|
|
95016
95335
|
| 'brivo_credential'
|
|
95336
|
+
| 'brivo_digital_credential'
|
|
95017
95337
|
| 'hid_credential'
|
|
95018
95338
|
| 'visionline_card'
|
|
95019
95339
|
| 'salto_ks_credential'
|
|
@@ -95168,13 +95488,18 @@ export type Routes = {
|
|
|
95168
95488
|
is_issued?: boolean | undefined
|
|
95169
95489
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
95170
95490
|
issued_at?: (string | undefined) | null
|
|
95171
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
95172
|
-
access_method:
|
|
95491
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
95492
|
+
access_method:
|
|
95493
|
+
| 'code'
|
|
95494
|
+
| 'card'
|
|
95495
|
+
| 'mobile_key'
|
|
95496
|
+
| 'cloud_key'
|
|
95173
95497
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
95174
95498
|
external_type?:
|
|
95175
95499
|
| (
|
|
95176
95500
|
| 'pti_card'
|
|
95177
95501
|
| 'brivo_credential'
|
|
95502
|
+
| 'brivo_digital_credential'
|
|
95178
95503
|
| 'hid_credential'
|
|
95179
95504
|
| 'visionline_card'
|
|
95180
95505
|
| 'salto_ks_credential'
|
|
@@ -95397,13 +95722,14 @@ export type Routes = {
|
|
|
95397
95722
|
is_issued?: boolean | undefined
|
|
95398
95723
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
95399
95724
|
issued_at?: (string | undefined) | null
|
|
95400
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
95401
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
95725
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
95726
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
95402
95727
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
95403
95728
|
external_type?:
|
|
95404
95729
|
| (
|
|
95405
95730
|
| 'pti_card'
|
|
95406
95731
|
| 'brivo_credential'
|
|
95732
|
+
| 'brivo_digital_credential'
|
|
95407
95733
|
| 'hid_credential'
|
|
95408
95734
|
| 'visionline_card'
|
|
95409
95735
|
| 'salto_ks_credential'
|
|
@@ -95556,13 +95882,14 @@ export type Routes = {
|
|
|
95556
95882
|
is_issued?: boolean | undefined
|
|
95557
95883
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
95558
95884
|
issued_at?: (string | undefined) | null
|
|
95559
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
95560
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
95885
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
95886
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
95561
95887
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
95562
95888
|
external_type?:
|
|
95563
95889
|
| (
|
|
95564
95890
|
| 'pti_card'
|
|
95565
95891
|
| 'brivo_credential'
|
|
95892
|
+
| 'brivo_digital_credential'
|
|
95566
95893
|
| 'hid_credential'
|
|
95567
95894
|
| 'visionline_card'
|
|
95568
95895
|
| 'salto_ks_credential'
|
|
@@ -103862,13 +104189,18 @@ export type Routes = {
|
|
|
103862
104189
|
is_issued?: boolean | undefined
|
|
103863
104190
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
103864
104191
|
issued_at?: (string | undefined) | null
|
|
103865
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
103866
|
-
access_method:
|
|
104192
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
104193
|
+
access_method:
|
|
104194
|
+
| 'code'
|
|
104195
|
+
| 'card'
|
|
104196
|
+
| 'mobile_key'
|
|
104197
|
+
| 'cloud_key'
|
|
103867
104198
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
103868
104199
|
external_type?:
|
|
103869
104200
|
| (
|
|
103870
104201
|
| 'pti_card'
|
|
103871
104202
|
| 'brivo_credential'
|
|
104203
|
+
| 'brivo_digital_credential'
|
|
103872
104204
|
| 'hid_credential'
|
|
103873
104205
|
| 'visionline_card'
|
|
103874
104206
|
| 'salto_ks_credential'
|
|
@@ -104031,13 +104363,18 @@ export type Routes = {
|
|
|
104031
104363
|
is_issued?: boolean | undefined
|
|
104032
104364
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
104033
104365
|
issued_at?: (string | undefined) | null
|
|
104034
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
104035
|
-
access_method:
|
|
104366
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
104367
|
+
access_method:
|
|
104368
|
+
| 'code'
|
|
104369
|
+
| 'card'
|
|
104370
|
+
| 'mobile_key'
|
|
104371
|
+
| 'cloud_key'
|
|
104036
104372
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
104037
104373
|
external_type?:
|
|
104038
104374
|
| (
|
|
104039
104375
|
| 'pti_card'
|
|
104040
104376
|
| 'brivo_credential'
|
|
104377
|
+
| 'brivo_digital_credential'
|
|
104041
104378
|
| 'hid_credential'
|
|
104042
104379
|
| 'visionline_card'
|
|
104043
104380
|
| 'salto_ks_credential'
|
|
@@ -104268,13 +104605,18 @@ export type Routes = {
|
|
|
104268
104605
|
is_issued?: boolean | undefined
|
|
104269
104606
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
104270
104607
|
issued_at?: (string | undefined) | null
|
|
104271
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
104272
|
-
access_method:
|
|
104608
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
104609
|
+
access_method:
|
|
104610
|
+
| 'code'
|
|
104611
|
+
| 'card'
|
|
104612
|
+
| 'mobile_key'
|
|
104613
|
+
| 'cloud_key'
|
|
104273
104614
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
104274
104615
|
external_type?:
|
|
104275
104616
|
| (
|
|
104276
104617
|
| 'pti_card'
|
|
104277
104618
|
| 'brivo_credential'
|
|
104619
|
+
| 'brivo_digital_credential'
|
|
104278
104620
|
| 'hid_credential'
|
|
104279
104621
|
| 'visionline_card'
|
|
104280
104622
|
| 'salto_ks_credential'
|
|
@@ -104429,13 +104771,18 @@ export type Routes = {
|
|
|
104429
104771
|
is_issued?: boolean | undefined
|
|
104430
104772
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
104431
104773
|
issued_at?: (string | undefined) | null
|
|
104432
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
104433
|
-
access_method:
|
|
104774
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
104775
|
+
access_method:
|
|
104776
|
+
| 'code'
|
|
104777
|
+
| 'card'
|
|
104778
|
+
| 'mobile_key'
|
|
104779
|
+
| 'cloud_key'
|
|
104434
104780
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
104435
104781
|
external_type?:
|
|
104436
104782
|
| (
|
|
104437
104783
|
| 'pti_card'
|
|
104438
104784
|
| 'brivo_credential'
|
|
104785
|
+
| 'brivo_digital_credential'
|
|
104439
104786
|
| 'hid_credential'
|
|
104440
104787
|
| 'visionline_card'
|
|
104441
104788
|
| 'salto_ks_credential'
|
|
@@ -109880,13 +110227,14 @@ export type Routes = {
|
|
|
109880
110227
|
is_issued?: boolean | undefined
|
|
109881
110228
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
109882
110229
|
issued_at?: (string | undefined) | null
|
|
109883
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
109884
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
110230
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
110231
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
109885
110232
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
109886
110233
|
external_type?:
|
|
109887
110234
|
| (
|
|
109888
110235
|
| 'pti_card'
|
|
109889
110236
|
| 'brivo_credential'
|
|
110237
|
+
| 'brivo_digital_credential'
|
|
109890
110238
|
| 'hid_credential'
|
|
109891
110239
|
| 'visionline_card'
|
|
109892
110240
|
| 'salto_ks_credential'
|
|
@@ -110041,13 +110389,14 @@ export type Routes = {
|
|
|
110041
110389
|
is_issued?: boolean | undefined
|
|
110042
110390
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
110043
110391
|
issued_at?: (string | undefined) | null
|
|
110044
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
110045
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
110392
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
110393
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
110046
110394
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
110047
110395
|
external_type?:
|
|
110048
110396
|
| (
|
|
110049
110397
|
| 'pti_card'
|
|
110050
110398
|
| 'brivo_credential'
|
|
110399
|
+
| 'brivo_digital_credential'
|
|
110051
110400
|
| 'hid_credential'
|
|
110052
110401
|
| 'visionline_card'
|
|
110053
110402
|
| 'salto_ks_credential'
|
|
@@ -111638,13 +111987,18 @@ export type Routes = {
|
|
|
111638
111987
|
is_issued?: boolean | undefined
|
|
111639
111988
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
111640
111989
|
issued_at?: (string | undefined) | null
|
|
111641
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
111642
|
-
access_method:
|
|
111990
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
111991
|
+
access_method:
|
|
111992
|
+
| 'code'
|
|
111993
|
+
| 'card'
|
|
111994
|
+
| 'mobile_key'
|
|
111995
|
+
| 'cloud_key'
|
|
111643
111996
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
111644
111997
|
external_type?:
|
|
111645
111998
|
| (
|
|
111646
111999
|
| 'pti_card'
|
|
111647
112000
|
| 'brivo_credential'
|
|
112001
|
+
| 'brivo_digital_credential'
|
|
111648
112002
|
| 'hid_credential'
|
|
111649
112003
|
| 'visionline_card'
|
|
111650
112004
|
| 'salto_ks_credential'
|
|
@@ -111799,13 +112153,18 @@ export type Routes = {
|
|
|
111799
112153
|
is_issued?: boolean | undefined
|
|
111800
112154
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
111801
112155
|
issued_at?: (string | undefined) | null
|
|
111802
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
111803
|
-
access_method:
|
|
112156
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
112157
|
+
access_method:
|
|
112158
|
+
| 'code'
|
|
112159
|
+
| 'card'
|
|
112160
|
+
| 'mobile_key'
|
|
112161
|
+
| 'cloud_key'
|
|
111804
112162
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
111805
112163
|
external_type?:
|
|
111806
112164
|
| (
|
|
111807
112165
|
| 'pti_card'
|
|
111808
112166
|
| 'brivo_credential'
|
|
112167
|
+
| 'brivo_digital_credential'
|
|
111809
112168
|
| 'hid_credential'
|
|
111810
112169
|
| 'visionline_card'
|
|
111811
112170
|
| 'salto_ks_credential'
|
|
@@ -112028,13 +112387,14 @@ export type Routes = {
|
|
|
112028
112387
|
is_issued?: boolean | undefined
|
|
112029
112388
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
112030
112389
|
issued_at?: (string | undefined) | null
|
|
112031
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
112032
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
112390
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
112391
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
112033
112392
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
112034
112393
|
external_type?:
|
|
112035
112394
|
| (
|
|
112036
112395
|
| 'pti_card'
|
|
112037
112396
|
| 'brivo_credential'
|
|
112397
|
+
| 'brivo_digital_credential'
|
|
112038
112398
|
| 'hid_credential'
|
|
112039
112399
|
| 'visionline_card'
|
|
112040
112400
|
| 'salto_ks_credential'
|
|
@@ -112187,13 +112547,14 @@ export type Routes = {
|
|
|
112187
112547
|
is_issued?: boolean | undefined
|
|
112188
112548
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was encoded onto a card. */
|
|
112189
112549
|
issued_at?: (string | undefined) | null
|
|
112190
|
-
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
112191
|
-
access_method: 'code' | 'card' | 'mobile_key'
|
|
112550
|
+
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
112551
|
+
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key'
|
|
112192
112552
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
112193
112553
|
external_type?:
|
|
112194
112554
|
| (
|
|
112195
112555
|
| 'pti_card'
|
|
112196
112556
|
| 'brivo_credential'
|
|
112557
|
+
| 'brivo_digital_credential'
|
|
112197
112558
|
| 'hid_credential'
|
|
112198
112559
|
| 'visionline_card'
|
|
112199
112560
|
| 'salto_ks_credential'
|