@seamapi/types 1.264.2 → 1.265.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.
@@ -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
  }
@@ -6474,6 +6480,8 @@ export interface Routes {
6474
6480
  | undefined
6475
6481
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
6476
6482
  external_type_display_name?: string | undefined
6483
+ /** Indicates if the `acs_system` is a credential manager. */
6484
+ is_credential_manager: boolean
6477
6485
  visionline_metadata?:
6478
6486
  | {
6479
6487
  /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
@@ -6605,6 +6613,8 @@ export interface Routes {
6605
6613
  | undefined
6606
6614
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
6607
6615
  external_type_display_name?: string | undefined
6616
+ /** Indicates if the `acs_system` is a credential manager. */
6617
+ is_credential_manager: boolean
6608
6618
  visionline_metadata?:
6609
6619
  | {
6610
6620
  /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
@@ -6736,6 +6746,8 @@ export interface Routes {
6736
6746
  | undefined
6737
6747
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
6738
6748
  external_type_display_name?: string | undefined
6749
+ /** Indicates if the `acs_system` is a credential manager. */
6750
+ is_credential_manager: boolean
6739
6751
  visionline_metadata?:
6740
6752
  | {
6741
6753
  /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
@@ -7731,7 +7743,6 @@ export interface Routes {
7731
7743
  visionline_metadata?:
7732
7744
  | {
7733
7745
  card_id: string
7734
- card_function_type: 'guest' | 'staff'
7735
7746
  cancelled: boolean
7736
7747
  discarded: boolean
7737
7748
  expired: boolean
@@ -7741,6 +7752,8 @@ export interface Routes {
7741
7752
  card_format: 'TLCode' | 'rfid48'
7742
7753
  card_holder?: string | undefined
7743
7754
  number_of_issued_cards: number
7755
+ guest_acs_entrance_ids?: string[] | undefined
7756
+ common_acs_entrance_ids?: string[] | undefined
7744
7757
  }
7745
7758
  | undefined
7746
7759
  }
@@ -8381,7 +8394,6 @@ export interface Routes {
8381
8394
  visionline_metadata?:
8382
8395
  | {
8383
8396
  card_id: string
8384
- card_function_type: 'guest' | 'staff'
8385
8397
  cancelled: boolean
8386
8398
  discarded: boolean
8387
8399
  expired: boolean
@@ -8391,6 +8403,8 @@ export interface Routes {
8391
8403
  card_format: 'TLCode' | 'rfid48'
8392
8404
  card_holder?: string | undefined
8393
8405
  number_of_issued_cards: number
8406
+ guest_acs_entrance_ids?: string[] | undefined
8407
+ common_acs_entrance_ids?: string[] | undefined
8394
8408
  }
8395
8409
  | undefined
8396
8410
  }
@@ -14423,7 +14437,6 @@ export interface Routes {
14423
14437
  visionline_metadata?:
14424
14438
  | {
14425
14439
  card_id: string
14426
- card_function_type: 'guest' | 'staff'
14427
14440
  cancelled: boolean
14428
14441
  discarded: boolean
14429
14442
  expired: boolean
@@ -14433,6 +14446,8 @@ export interface Routes {
14433
14446
  card_format: 'TLCode' | 'rfid48'
14434
14447
  card_holder?: string | undefined
14435
14448
  number_of_issued_cards: number
14449
+ guest_acs_entrance_ids?: string[] | undefined
14450
+ common_acs_entrance_ids?: string[] | undefined
14436
14451
  }
14437
14452
  | undefined
14438
14453
  }
@@ -15074,7 +15089,6 @@ export interface Routes {
15074
15089
  visionline_metadata?:
15075
15090
  | {
15076
15091
  card_id: string
15077
- card_function_type: 'guest' | 'staff'
15078
15092
  cancelled: boolean
15079
15093
  discarded: boolean
15080
15094
  expired: boolean
@@ -15084,6 +15098,8 @@ export interface Routes {
15084
15098
  card_format: 'TLCode' | 'rfid48'
15085
15099
  card_holder?: string | undefined
15086
15100
  number_of_issued_cards: number
15101
+ guest_acs_entrance_ids?: string[] | undefined
15102
+ common_acs_entrance_ids?: string[] | undefined
15087
15103
  }
15088
15104
  | undefined
15089
15105
  }
@@ -17163,7 +17179,6 @@ export interface Routes {
17163
17179
  visionline_metadata?:
17164
17180
  | {
17165
17181
  card_id: string
17166
- card_function_type: 'guest' | 'staff'
17167
17182
  cancelled: boolean
17168
17183
  discarded: boolean
17169
17184
  expired: boolean
@@ -17173,6 +17188,8 @@ export interface Routes {
17173
17188
  card_format: 'TLCode' | 'rfid48'
17174
17189
  card_holder?: string | undefined
17175
17190
  number_of_issued_cards: number
17191
+ guest_acs_entrance_ids?: string[] | undefined
17192
+ common_acs_entrance_ids?: string[] | undefined
17176
17193
  }
17177
17194
  | undefined
17178
17195
  }
@@ -17824,7 +17841,6 @@ export interface Routes {
17824
17841
  visionline_metadata?:
17825
17842
  | {
17826
17843
  card_id: string
17827
- card_function_type: 'guest' | 'staff'
17828
17844
  cancelled: boolean
17829
17845
  discarded: boolean
17830
17846
  expired: boolean
@@ -17834,6 +17850,8 @@ export interface Routes {
17834
17850
  card_format: 'TLCode' | 'rfid48'
17835
17851
  card_holder?: string | undefined
17836
17852
  number_of_issued_cards: number
17853
+ guest_acs_entrance_ids?: string[] | undefined
17854
+ common_acs_entrance_ids?: string[] | undefined
17837
17855
  }
17838
17856
  | undefined
17839
17857
  }
@@ -18524,7 +18542,6 @@ export interface Routes {
18524
18542
  visionline_metadata?:
18525
18543
  | {
18526
18544
  card_id: string
18527
- card_function_type: 'guest' | 'staff'
18528
18545
  cancelled: boolean
18529
18546
  discarded: boolean
18530
18547
  expired: boolean
@@ -18534,6 +18551,8 @@ export interface Routes {
18534
18551
  card_format: 'TLCode' | 'rfid48'
18535
18552
  card_holder?: string | undefined
18536
18553
  number_of_issued_cards: number
18554
+ guest_acs_entrance_ids?: string[] | undefined
18555
+ common_acs_entrance_ids?: string[] | undefined
18537
18556
  }
18538
18557
  | undefined
18539
18558
  }
@@ -19381,7 +19400,6 @@ export interface Routes {
19381
19400
  visionline_metadata?:
19382
19401
  | {
19383
19402
  card_id: string
19384
- card_function_type: 'guest' | 'staff'
19385
19403
  cancelled: boolean
19386
19404
  discarded: boolean
19387
19405
  expired: boolean
@@ -19391,6 +19409,8 @@ export interface Routes {
19391
19409
  card_format: 'TLCode' | 'rfid48'
19392
19410
  card_holder?: string | undefined
19393
19411
  number_of_issued_cards: number
19412
+ guest_acs_entrance_ids?: string[] | undefined
19413
+ common_acs_entrance_ids?: string[] | undefined
19394
19414
  }
19395
19415
  | undefined
19396
19416
  }
@@ -20034,7 +20054,6 @@ export interface Routes {
20034
20054
  visionline_metadata?:
20035
20055
  | {
20036
20056
  card_id: string
20037
- card_function_type: 'guest' | 'staff'
20038
20057
  cancelled: boolean
20039
20058
  discarded: boolean
20040
20059
  expired: boolean
@@ -20044,6 +20063,8 @@ export interface Routes {
20044
20063
  card_format: 'TLCode' | 'rfid48'
20045
20064
  card_holder?: string | undefined
20046
20065
  number_of_issued_cards: number
20066
+ guest_acs_entrance_ids?: string[] | undefined
20067
+ common_acs_entrance_ids?: string[] | undefined
20047
20068
  }
20048
20069
  | undefined
20049
20070
  }
@@ -21346,7 +21367,6 @@ export interface Routes {
21346
21367
  visionline_metadata?:
21347
21368
  | {
21348
21369
  card_id: string
21349
- card_function_type: 'guest' | 'staff'
21350
21370
  cancelled: boolean
21351
21371
  discarded: boolean
21352
21372
  expired: boolean
@@ -21356,6 +21376,8 @@ export interface Routes {
21356
21376
  card_format: 'TLCode' | 'rfid48'
21357
21377
  card_holder?: string | undefined
21358
21378
  number_of_issued_cards: number
21379
+ guest_acs_entrance_ids?: string[] | undefined
21380
+ common_acs_entrance_ids?: string[] | undefined
21359
21381
  }
21360
21382
  | undefined
21361
21383
  }
@@ -22001,7 +22023,6 @@ export interface Routes {
22001
22023
  visionline_metadata?:
22002
22024
  | {
22003
22025
  card_id: string
22004
- card_function_type: 'guest' | 'staff'
22005
22026
  cancelled: boolean
22006
22027
  discarded: boolean
22007
22028
  expired: boolean
@@ -22011,6 +22032,8 @@ export interface Routes {
22011
22032
  card_format: 'TLCode' | 'rfid48'
22012
22033
  card_holder?: string | undefined
22013
22034
  number_of_issued_cards: number
22035
+ guest_acs_entrance_ids?: string[] | undefined
22036
+ common_acs_entrance_ids?: string[] | undefined
22014
22037
  }
22015
22038
  | undefined
22016
22039
  }
@@ -23750,6 +23773,7 @@ export interface Routes {
23750
23773
  | {
23751
23774
  gadget_name: string
23752
23775
  gadget_id: string
23776
+ _member_group_id?: string | undefined
23753
23777
  }
23754
23778
  | undefined
23755
23779
  }) &
@@ -24050,7 +24074,6 @@ export interface Routes {
24050
24074
  visionline_metadata?:
24051
24075
  | {
24052
24076
  card_id: string
24053
- card_function_type: 'guest' | 'staff'
24054
24077
  cancelled: boolean
24055
24078
  discarded: boolean
24056
24079
  expired: boolean
@@ -24060,6 +24083,8 @@ export interface Routes {
24060
24083
  card_format: 'TLCode' | 'rfid48'
24061
24084
  card_holder?: string | undefined
24062
24085
  number_of_issued_cards: number
24086
+ guest_acs_entrance_ids?: string[] | undefined
24087
+ common_acs_entrance_ids?: string[] | undefined
24063
24088
  }
24064
24089
  | undefined
24065
24090
  }
@@ -24822,7 +24847,6 @@ export interface Routes {
24822
24847
  visionline_metadata?:
24823
24848
  | {
24824
24849
  card_id: string
24825
- card_function_type: 'guest' | 'staff'
24826
24850
  cancelled: boolean
24827
24851
  discarded: boolean
24828
24852
  expired: boolean
@@ -24832,6 +24856,8 @@ export interface Routes {
24832
24856
  card_format: 'TLCode' | 'rfid48'
24833
24857
  card_holder?: string | undefined
24834
24858
  number_of_issued_cards: number
24859
+ guest_acs_entrance_ids?: string[] | undefined
24860
+ common_acs_entrance_ids?: string[] | undefined
24835
24861
  }
24836
24862
  | undefined
24837
24863
  }
@@ -26849,6 +26875,8 @@ export interface Routes {
26849
26875
  | undefined
26850
26876
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
26851
26877
  external_type_display_name?: string | undefined
26878
+ /** Indicates if the `acs_system` is a credential manager. */
26879
+ is_credential_manager: boolean
26852
26880
  visionline_metadata?:
26853
26881
  | {
26854
26882
  /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
@@ -27343,7 +27371,6 @@ export interface Routes {
27343
27371
  visionline_metadata?:
27344
27372
  | {
27345
27373
  card_id: string
27346
- card_function_type: 'guest' | 'staff'
27347
27374
  cancelled: boolean
27348
27375
  discarded: boolean
27349
27376
  expired: boolean
@@ -27353,6 +27380,8 @@ export interface Routes {
27353
27380
  card_format: 'TLCode' | 'rfid48'
27354
27381
  card_holder?: string | undefined
27355
27382
  number_of_issued_cards: number
27383
+ guest_acs_entrance_ids?: string[] | undefined
27384
+ common_acs_entrance_ids?: string[] | undefined
27356
27385
  }
27357
27386
  | undefined
27358
27387
  }