@seamapi/types 1.264.2 → 1.266.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 +42 -13
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +112 -33
- package/lib/seam/connect/models/acs/acs-credential.d.ts +10 -5
- package/lib/seam/connect/models/acs/acs-credential.js +3 -3
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +6 -0
- package/lib/seam/connect/models/acs/acs-system.js +14 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +18 -9
- package/lib/seam/connect/models/action-attempts/scan-card.d.ts +18 -9
- package/lib/seam/connect/openapi.d.ts +31 -4
- package/lib/seam/connect/openapi.js +26 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +57 -20
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +3 -3
- package/src/lib/seam/connect/models/acs/acs-system.ts +16 -0
- package/src/lib/seam/connect/openapi.ts +31 -5
- package/src/lib/seam/connect/route-types.ts +57 -20
|
@@ -109,7 +109,6 @@ export interface Routes {
|
|
|
109
109
|
visionline_metadata?:
|
|
110
110
|
| {
|
|
111
111
|
card_id: string
|
|
112
|
-
card_function_type: 'guest' | 'staff'
|
|
113
112
|
cancelled: boolean
|
|
114
113
|
discarded: boolean
|
|
115
114
|
expired: boolean
|
|
@@ -119,6 +118,8 @@ export interface Routes {
|
|
|
119
118
|
card_format: 'TLCode' | 'rfid48'
|
|
120
119
|
card_holder?: string | undefined
|
|
121
120
|
number_of_issued_cards: number
|
|
121
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
122
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
122
123
|
}
|
|
123
124
|
| undefined
|
|
124
125
|
}
|
|
@@ -918,7 +919,6 @@ export interface Routes {
|
|
|
918
919
|
visionline_metadata?:
|
|
919
920
|
| {
|
|
920
921
|
card_id: string
|
|
921
|
-
card_function_type: 'guest' | 'staff'
|
|
922
922
|
cancelled: boolean
|
|
923
923
|
discarded: boolean
|
|
924
924
|
expired: boolean
|
|
@@ -928,6 +928,8 @@ export interface Routes {
|
|
|
928
928
|
card_format: 'TLCode' | 'rfid48'
|
|
929
929
|
card_holder?: string | undefined
|
|
930
930
|
number_of_issued_cards: number
|
|
931
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
932
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
931
933
|
}
|
|
932
934
|
| undefined
|
|
933
935
|
}
|
|
@@ -1892,7 +1894,6 @@ export interface Routes {
|
|
|
1892
1894
|
visionline_metadata?:
|
|
1893
1895
|
| {
|
|
1894
1896
|
card_id: string
|
|
1895
|
-
card_function_type: 'guest' | 'staff'
|
|
1896
1897
|
cancelled: boolean
|
|
1897
1898
|
discarded: boolean
|
|
1898
1899
|
expired: boolean
|
|
@@ -1902,6 +1903,8 @@ export interface Routes {
|
|
|
1902
1903
|
card_format: 'TLCode' | 'rfid48'
|
|
1903
1904
|
card_holder?: string | undefined
|
|
1904
1905
|
number_of_issued_cards: number
|
|
1906
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
1907
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
1905
1908
|
}
|
|
1906
1909
|
| undefined
|
|
1907
1910
|
}
|
|
@@ -2688,7 +2691,6 @@ export interface Routes {
|
|
|
2688
2691
|
visionline_metadata?:
|
|
2689
2692
|
| {
|
|
2690
2693
|
card_id: string
|
|
2691
|
-
card_function_type: 'guest' | 'staff'
|
|
2692
2694
|
cancelled: boolean
|
|
2693
2695
|
discarded: boolean
|
|
2694
2696
|
expired: boolean
|
|
@@ -2698,6 +2700,8 @@ export interface Routes {
|
|
|
2698
2700
|
card_format: 'TLCode' | 'rfid48'
|
|
2699
2701
|
card_holder?: string | undefined
|
|
2700
2702
|
number_of_issued_cards: number
|
|
2703
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
2704
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
2701
2705
|
}
|
|
2702
2706
|
| undefined
|
|
2703
2707
|
}
|
|
@@ -4392,7 +4396,6 @@ export interface Routes {
|
|
|
4392
4396
|
visionline_metadata?:
|
|
4393
4397
|
| {
|
|
4394
4398
|
card_id: string
|
|
4395
|
-
card_function_type: 'guest' | 'staff'
|
|
4396
4399
|
cancelled: boolean
|
|
4397
4400
|
discarded: boolean
|
|
4398
4401
|
expired: boolean
|
|
@@ -4402,6 +4405,8 @@ export interface Routes {
|
|
|
4402
4405
|
card_format: 'TLCode' | 'rfid48'
|
|
4403
4406
|
card_holder?: string | undefined
|
|
4404
4407
|
number_of_issued_cards: number
|
|
4408
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
4409
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
4405
4410
|
}
|
|
4406
4411
|
| undefined
|
|
4407
4412
|
}
|
|
@@ -5685,7 +5690,6 @@ export interface Routes {
|
|
|
5685
5690
|
visionline_metadata?:
|
|
5686
5691
|
| {
|
|
5687
5692
|
card_id: string
|
|
5688
|
-
card_function_type: 'guest' | 'staff'
|
|
5689
5693
|
cancelled: boolean
|
|
5690
5694
|
discarded: boolean
|
|
5691
5695
|
expired: boolean
|
|
@@ -5695,6 +5699,8 @@ export interface Routes {
|
|
|
5695
5699
|
card_format: 'TLCode' | 'rfid48'
|
|
5696
5700
|
card_holder?: string | undefined
|
|
5697
5701
|
number_of_issued_cards: number
|
|
5702
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
5703
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
5698
5704
|
}
|
|
5699
5705
|
| undefined
|
|
5700
5706
|
}
|
|
@@ -6457,6 +6463,8 @@ export interface Routes {
|
|
|
6457
6463
|
jsonResponse: {
|
|
6458
6464
|
/** Represents an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
6459
6465
|
acs_system: {
|
|
6466
|
+
/** ID of the default credential manager acs_system for this access control system. */
|
|
6467
|
+
default_credential_manager_acs_system_id?: (string | null) | undefined
|
|
6460
6468
|
/** ID of the `acs_system`. */
|
|
6461
6469
|
acs_system_id: string
|
|
6462
6470
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
@@ -6474,6 +6482,8 @@ export interface Routes {
|
|
|
6474
6482
|
| undefined
|
|
6475
6483
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
6476
6484
|
external_type_display_name?: string | undefined
|
|
6485
|
+
/** Indicates if the `acs_system` is a credential manager. */
|
|
6486
|
+
is_credential_manager: boolean
|
|
6477
6487
|
visionline_metadata?:
|
|
6478
6488
|
| {
|
|
6479
6489
|
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
@@ -6588,6 +6598,8 @@ export interface Routes {
|
|
|
6588
6598
|
formData: {}
|
|
6589
6599
|
jsonResponse: {
|
|
6590
6600
|
acs_systems: Array<{
|
|
6601
|
+
/** ID of the default credential manager acs_system for this access control system. */
|
|
6602
|
+
default_credential_manager_acs_system_id?: (string | null) | undefined
|
|
6591
6603
|
/** ID of the `acs_system`. */
|
|
6592
6604
|
acs_system_id: string
|
|
6593
6605
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
@@ -6605,6 +6617,8 @@ export interface Routes {
|
|
|
6605
6617
|
| undefined
|
|
6606
6618
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
6607
6619
|
external_type_display_name?: string | undefined
|
|
6620
|
+
/** Indicates if the `acs_system` is a credential manager. */
|
|
6621
|
+
is_credential_manager: boolean
|
|
6608
6622
|
visionline_metadata?:
|
|
6609
6623
|
| {
|
|
6610
6624
|
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
@@ -6719,6 +6733,8 @@ export interface Routes {
|
|
|
6719
6733
|
formData: {}
|
|
6720
6734
|
jsonResponse: {
|
|
6721
6735
|
acs_systems: Array<{
|
|
6736
|
+
/** ID of the default credential manager acs_system for this access control system. */
|
|
6737
|
+
default_credential_manager_acs_system_id?: (string | null) | undefined
|
|
6722
6738
|
/** ID of the `acs_system`. */
|
|
6723
6739
|
acs_system_id: string
|
|
6724
6740
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
@@ -6736,6 +6752,8 @@ export interface Routes {
|
|
|
6736
6752
|
| undefined
|
|
6737
6753
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
6738
6754
|
external_type_display_name?: string | undefined
|
|
6755
|
+
/** Indicates if the `acs_system` is a credential manager. */
|
|
6756
|
+
is_credential_manager: boolean
|
|
6739
6757
|
visionline_metadata?:
|
|
6740
6758
|
| {
|
|
6741
6759
|
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
@@ -7731,7 +7749,6 @@ export interface Routes {
|
|
|
7731
7749
|
visionline_metadata?:
|
|
7732
7750
|
| {
|
|
7733
7751
|
card_id: string
|
|
7734
|
-
card_function_type: 'guest' | 'staff'
|
|
7735
7752
|
cancelled: boolean
|
|
7736
7753
|
discarded: boolean
|
|
7737
7754
|
expired: boolean
|
|
@@ -7741,6 +7758,8 @@ export interface Routes {
|
|
|
7741
7758
|
card_format: 'TLCode' | 'rfid48'
|
|
7742
7759
|
card_holder?: string | undefined
|
|
7743
7760
|
number_of_issued_cards: number
|
|
7761
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
7762
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
7744
7763
|
}
|
|
7745
7764
|
| undefined
|
|
7746
7765
|
}
|
|
@@ -8381,7 +8400,6 @@ export interface Routes {
|
|
|
8381
8400
|
visionline_metadata?:
|
|
8382
8401
|
| {
|
|
8383
8402
|
card_id: string
|
|
8384
|
-
card_function_type: 'guest' | 'staff'
|
|
8385
8403
|
cancelled: boolean
|
|
8386
8404
|
discarded: boolean
|
|
8387
8405
|
expired: boolean
|
|
@@ -8391,6 +8409,8 @@ export interface Routes {
|
|
|
8391
8409
|
card_format: 'TLCode' | 'rfid48'
|
|
8392
8410
|
card_holder?: string | undefined
|
|
8393
8411
|
number_of_issued_cards: number
|
|
8412
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
8413
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
8394
8414
|
}
|
|
8395
8415
|
| undefined
|
|
8396
8416
|
}
|
|
@@ -14423,7 +14443,6 @@ export interface Routes {
|
|
|
14423
14443
|
visionline_metadata?:
|
|
14424
14444
|
| {
|
|
14425
14445
|
card_id: string
|
|
14426
|
-
card_function_type: 'guest' | 'staff'
|
|
14427
14446
|
cancelled: boolean
|
|
14428
14447
|
discarded: boolean
|
|
14429
14448
|
expired: boolean
|
|
@@ -14433,6 +14452,8 @@ export interface Routes {
|
|
|
14433
14452
|
card_format: 'TLCode' | 'rfid48'
|
|
14434
14453
|
card_holder?: string | undefined
|
|
14435
14454
|
number_of_issued_cards: number
|
|
14455
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
14456
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
14436
14457
|
}
|
|
14437
14458
|
| undefined
|
|
14438
14459
|
}
|
|
@@ -15074,7 +15095,6 @@ export interface Routes {
|
|
|
15074
15095
|
visionline_metadata?:
|
|
15075
15096
|
| {
|
|
15076
15097
|
card_id: string
|
|
15077
|
-
card_function_type: 'guest' | 'staff'
|
|
15078
15098
|
cancelled: boolean
|
|
15079
15099
|
discarded: boolean
|
|
15080
15100
|
expired: boolean
|
|
@@ -15084,6 +15104,8 @@ export interface Routes {
|
|
|
15084
15104
|
card_format: 'TLCode' | 'rfid48'
|
|
15085
15105
|
card_holder?: string | undefined
|
|
15086
15106
|
number_of_issued_cards: number
|
|
15107
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
15108
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
15087
15109
|
}
|
|
15088
15110
|
| undefined
|
|
15089
15111
|
}
|
|
@@ -17163,7 +17185,6 @@ export interface Routes {
|
|
|
17163
17185
|
visionline_metadata?:
|
|
17164
17186
|
| {
|
|
17165
17187
|
card_id: string
|
|
17166
|
-
card_function_type: 'guest' | 'staff'
|
|
17167
17188
|
cancelled: boolean
|
|
17168
17189
|
discarded: boolean
|
|
17169
17190
|
expired: boolean
|
|
@@ -17173,6 +17194,8 @@ export interface Routes {
|
|
|
17173
17194
|
card_format: 'TLCode' | 'rfid48'
|
|
17174
17195
|
card_holder?: string | undefined
|
|
17175
17196
|
number_of_issued_cards: number
|
|
17197
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
17198
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
17176
17199
|
}
|
|
17177
17200
|
| undefined
|
|
17178
17201
|
}
|
|
@@ -17824,7 +17847,6 @@ export interface Routes {
|
|
|
17824
17847
|
visionline_metadata?:
|
|
17825
17848
|
| {
|
|
17826
17849
|
card_id: string
|
|
17827
|
-
card_function_type: 'guest' | 'staff'
|
|
17828
17850
|
cancelled: boolean
|
|
17829
17851
|
discarded: boolean
|
|
17830
17852
|
expired: boolean
|
|
@@ -17834,6 +17856,8 @@ export interface Routes {
|
|
|
17834
17856
|
card_format: 'TLCode' | 'rfid48'
|
|
17835
17857
|
card_holder?: string | undefined
|
|
17836
17858
|
number_of_issued_cards: number
|
|
17859
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
17860
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
17837
17861
|
}
|
|
17838
17862
|
| undefined
|
|
17839
17863
|
}
|
|
@@ -18524,7 +18548,6 @@ export interface Routes {
|
|
|
18524
18548
|
visionline_metadata?:
|
|
18525
18549
|
| {
|
|
18526
18550
|
card_id: string
|
|
18527
|
-
card_function_type: 'guest' | 'staff'
|
|
18528
18551
|
cancelled: boolean
|
|
18529
18552
|
discarded: boolean
|
|
18530
18553
|
expired: boolean
|
|
@@ -18534,6 +18557,8 @@ export interface Routes {
|
|
|
18534
18557
|
card_format: 'TLCode' | 'rfid48'
|
|
18535
18558
|
card_holder?: string | undefined
|
|
18536
18559
|
number_of_issued_cards: number
|
|
18560
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
18561
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
18537
18562
|
}
|
|
18538
18563
|
| undefined
|
|
18539
18564
|
}
|
|
@@ -19381,7 +19406,6 @@ export interface Routes {
|
|
|
19381
19406
|
visionline_metadata?:
|
|
19382
19407
|
| {
|
|
19383
19408
|
card_id: string
|
|
19384
|
-
card_function_type: 'guest' | 'staff'
|
|
19385
19409
|
cancelled: boolean
|
|
19386
19410
|
discarded: boolean
|
|
19387
19411
|
expired: boolean
|
|
@@ -19391,6 +19415,8 @@ export interface Routes {
|
|
|
19391
19415
|
card_format: 'TLCode' | 'rfid48'
|
|
19392
19416
|
card_holder?: string | undefined
|
|
19393
19417
|
number_of_issued_cards: number
|
|
19418
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
19419
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
19394
19420
|
}
|
|
19395
19421
|
| undefined
|
|
19396
19422
|
}
|
|
@@ -20034,7 +20060,6 @@ export interface Routes {
|
|
|
20034
20060
|
visionline_metadata?:
|
|
20035
20061
|
| {
|
|
20036
20062
|
card_id: string
|
|
20037
|
-
card_function_type: 'guest' | 'staff'
|
|
20038
20063
|
cancelled: boolean
|
|
20039
20064
|
discarded: boolean
|
|
20040
20065
|
expired: boolean
|
|
@@ -20044,6 +20069,8 @@ export interface Routes {
|
|
|
20044
20069
|
card_format: 'TLCode' | 'rfid48'
|
|
20045
20070
|
card_holder?: string | undefined
|
|
20046
20071
|
number_of_issued_cards: number
|
|
20072
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
20073
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
20047
20074
|
}
|
|
20048
20075
|
| undefined
|
|
20049
20076
|
}
|
|
@@ -21346,7 +21373,6 @@ export interface Routes {
|
|
|
21346
21373
|
visionline_metadata?:
|
|
21347
21374
|
| {
|
|
21348
21375
|
card_id: string
|
|
21349
|
-
card_function_type: 'guest' | 'staff'
|
|
21350
21376
|
cancelled: boolean
|
|
21351
21377
|
discarded: boolean
|
|
21352
21378
|
expired: boolean
|
|
@@ -21356,6 +21382,8 @@ export interface Routes {
|
|
|
21356
21382
|
card_format: 'TLCode' | 'rfid48'
|
|
21357
21383
|
card_holder?: string | undefined
|
|
21358
21384
|
number_of_issued_cards: number
|
|
21385
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
21386
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
21359
21387
|
}
|
|
21360
21388
|
| undefined
|
|
21361
21389
|
}
|
|
@@ -22001,7 +22029,6 @@ export interface Routes {
|
|
|
22001
22029
|
visionline_metadata?:
|
|
22002
22030
|
| {
|
|
22003
22031
|
card_id: string
|
|
22004
|
-
card_function_type: 'guest' | 'staff'
|
|
22005
22032
|
cancelled: boolean
|
|
22006
22033
|
discarded: boolean
|
|
22007
22034
|
expired: boolean
|
|
@@ -22011,6 +22038,8 @@ export interface Routes {
|
|
|
22011
22038
|
card_format: 'TLCode' | 'rfid48'
|
|
22012
22039
|
card_holder?: string | undefined
|
|
22013
22040
|
number_of_issued_cards: number
|
|
22041
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
22042
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
22014
22043
|
}
|
|
22015
22044
|
| undefined
|
|
22016
22045
|
}
|
|
@@ -23750,6 +23779,7 @@ export interface Routes {
|
|
|
23750
23779
|
| {
|
|
23751
23780
|
gadget_name: string
|
|
23752
23781
|
gadget_id: string
|
|
23782
|
+
_member_group_id?: string | undefined
|
|
23753
23783
|
}
|
|
23754
23784
|
| undefined
|
|
23755
23785
|
}) &
|
|
@@ -24050,7 +24080,6 @@ export interface Routes {
|
|
|
24050
24080
|
visionline_metadata?:
|
|
24051
24081
|
| {
|
|
24052
24082
|
card_id: string
|
|
24053
|
-
card_function_type: 'guest' | 'staff'
|
|
24054
24083
|
cancelled: boolean
|
|
24055
24084
|
discarded: boolean
|
|
24056
24085
|
expired: boolean
|
|
@@ -24060,6 +24089,8 @@ export interface Routes {
|
|
|
24060
24089
|
card_format: 'TLCode' | 'rfid48'
|
|
24061
24090
|
card_holder?: string | undefined
|
|
24062
24091
|
number_of_issued_cards: number
|
|
24092
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
24093
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
24063
24094
|
}
|
|
24064
24095
|
| undefined
|
|
24065
24096
|
}
|
|
@@ -24822,7 +24853,6 @@ export interface Routes {
|
|
|
24822
24853
|
visionline_metadata?:
|
|
24823
24854
|
| {
|
|
24824
24855
|
card_id: string
|
|
24825
|
-
card_function_type: 'guest' | 'staff'
|
|
24826
24856
|
cancelled: boolean
|
|
24827
24857
|
discarded: boolean
|
|
24828
24858
|
expired: boolean
|
|
@@ -24832,6 +24862,8 @@ export interface Routes {
|
|
|
24832
24862
|
card_format: 'TLCode' | 'rfid48'
|
|
24833
24863
|
card_holder?: string | undefined
|
|
24834
24864
|
number_of_issued_cards: number
|
|
24865
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
24866
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
24835
24867
|
}
|
|
24836
24868
|
| undefined
|
|
24837
24869
|
}
|
|
@@ -26832,6 +26864,8 @@ export interface Routes {
|
|
|
26832
26864
|
formData: {}
|
|
26833
26865
|
jsonResponse: {
|
|
26834
26866
|
acs_systems: Array<{
|
|
26867
|
+
/** ID of the default credential manager acs_system for this access control system. */
|
|
26868
|
+
default_credential_manager_acs_system_id?: (string | null) | undefined
|
|
26835
26869
|
/** ID of the `acs_system`. */
|
|
26836
26870
|
acs_system_id: string
|
|
26837
26871
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
@@ -26849,6 +26883,8 @@ export interface Routes {
|
|
|
26849
26883
|
| undefined
|
|
26850
26884
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
26851
26885
|
external_type_display_name?: string | undefined
|
|
26886
|
+
/** Indicates if the `acs_system` is a credential manager. */
|
|
26887
|
+
is_credential_manager: boolean
|
|
26852
26888
|
visionline_metadata?:
|
|
26853
26889
|
| {
|
|
26854
26890
|
/** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
|
|
@@ -27343,7 +27379,6 @@ export interface Routes {
|
|
|
27343
27379
|
visionline_metadata?:
|
|
27344
27380
|
| {
|
|
27345
27381
|
card_id: string
|
|
27346
|
-
card_function_type: 'guest' | 'staff'
|
|
27347
27382
|
cancelled: boolean
|
|
27348
27383
|
discarded: boolean
|
|
27349
27384
|
expired: boolean
|
|
@@ -27353,6 +27388,8 @@ export interface Routes {
|
|
|
27353
27388
|
card_format: 'TLCode' | 'rfid48'
|
|
27354
27389
|
card_holder?: string | undefined
|
|
27355
27390
|
number_of_issued_cards: number
|
|
27391
|
+
guest_acs_entrance_ids?: string[] | undefined
|
|
27392
|
+
common_acs_entrance_ids?: string[] | undefined
|
|
27356
27393
|
}
|
|
27357
27394
|
| undefined
|
|
27358
27395
|
}
|