@seamapi/types 1.336.0 → 1.336.1
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 +16 -32
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +124 -124
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +2 -4
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/openapi.js +14 -28
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +94 -94
- package/package.json +2 -2
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -4
- package/src/lib/seam/connect/openapi.ts +14 -28
- package/src/lib/seam/connect/route-types.ts +188 -376
|
@@ -157,10 +157,8 @@ export interface Routes {
|
|
|
157
157
|
| 'hid_credential'
|
|
158
158
|
| 'visionline_card'
|
|
159
159
|
| 'salto_ks_credential'
|
|
160
|
-
| '
|
|
161
|
-
| '
|
|
162
|
-
| 'salto_space_card'
|
|
163
|
-
| 'salto_space_mobile_key'
|
|
160
|
+
| 'assa_abloy_vostio_key'
|
|
161
|
+
| 'salto_space_key'
|
|
164
162
|
)
|
|
165
163
|
| undefined
|
|
166
164
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -295,10 +293,8 @@ export interface Routes {
|
|
|
295
293
|
| 'hid_credential'
|
|
296
294
|
| 'visionline_card'
|
|
297
295
|
| 'salto_ks_credential'
|
|
298
|
-
| '
|
|
299
|
-
| '
|
|
300
|
-
| 'salto_space_card'
|
|
301
|
-
| 'salto_space_mobile_key'
|
|
296
|
+
| 'assa_abloy_vostio_key'
|
|
297
|
+
| 'salto_space_key'
|
|
302
298
|
)
|
|
303
299
|
| undefined
|
|
304
300
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -480,10 +476,8 @@ export interface Routes {
|
|
|
480
476
|
| 'hid_credential'
|
|
481
477
|
| 'visionline_card'
|
|
482
478
|
| 'salto_ks_credential'
|
|
483
|
-
| '
|
|
484
|
-
| '
|
|
485
|
-
| 'salto_space_card'
|
|
486
|
-
| 'salto_space_mobile_key'
|
|
479
|
+
| 'assa_abloy_vostio_key'
|
|
480
|
+
| 'salto_space_key'
|
|
487
481
|
)
|
|
488
482
|
| undefined
|
|
489
483
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -616,10 +610,8 @@ export interface Routes {
|
|
|
616
610
|
| 'hid_credential'
|
|
617
611
|
| 'visionline_card'
|
|
618
612
|
| 'salto_ks_credential'
|
|
619
|
-
| '
|
|
620
|
-
| '
|
|
621
|
-
| 'salto_space_card'
|
|
622
|
-
| 'salto_space_mobile_key'
|
|
613
|
+
| 'assa_abloy_vostio_key'
|
|
614
|
+
| 'salto_space_key'
|
|
623
615
|
)
|
|
624
616
|
| undefined
|
|
625
617
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -1843,10 +1835,8 @@ export interface Routes {
|
|
|
1843
1835
|
| 'hid_credential'
|
|
1844
1836
|
| 'visionline_card'
|
|
1845
1837
|
| 'salto_ks_credential'
|
|
1846
|
-
| '
|
|
1847
|
-
| '
|
|
1848
|
-
| 'salto_space_card'
|
|
1849
|
-
| 'salto_space_mobile_key'
|
|
1838
|
+
| 'assa_abloy_vostio_key'
|
|
1839
|
+
| 'salto_space_key'
|
|
1850
1840
|
)
|
|
1851
1841
|
| undefined
|
|
1852
1842
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -1981,10 +1971,8 @@ export interface Routes {
|
|
|
1981
1971
|
| 'hid_credential'
|
|
1982
1972
|
| 'visionline_card'
|
|
1983
1973
|
| 'salto_ks_credential'
|
|
1984
|
-
| '
|
|
1985
|
-
| '
|
|
1986
|
-
| 'salto_space_card'
|
|
1987
|
-
| 'salto_space_mobile_key'
|
|
1974
|
+
| 'assa_abloy_vostio_key'
|
|
1975
|
+
| 'salto_space_key'
|
|
1988
1976
|
)
|
|
1989
1977
|
| undefined
|
|
1990
1978
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -2166,10 +2154,8 @@ export interface Routes {
|
|
|
2166
2154
|
| 'hid_credential'
|
|
2167
2155
|
| 'visionline_card'
|
|
2168
2156
|
| 'salto_ks_credential'
|
|
2169
|
-
| '
|
|
2170
|
-
| '
|
|
2171
|
-
| 'salto_space_card'
|
|
2172
|
-
| 'salto_space_mobile_key'
|
|
2157
|
+
| 'assa_abloy_vostio_key'
|
|
2158
|
+
| 'salto_space_key'
|
|
2173
2159
|
)
|
|
2174
2160
|
| undefined
|
|
2175
2161
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -2302,10 +2288,8 @@ export interface Routes {
|
|
|
2302
2288
|
| 'hid_credential'
|
|
2303
2289
|
| 'visionline_card'
|
|
2304
2290
|
| 'salto_ks_credential'
|
|
2305
|
-
| '
|
|
2306
|
-
| '
|
|
2307
|
-
| 'salto_space_card'
|
|
2308
|
-
| 'salto_space_mobile_key'
|
|
2291
|
+
| 'assa_abloy_vostio_key'
|
|
2292
|
+
| 'salto_space_key'
|
|
2309
2293
|
)
|
|
2310
2294
|
| undefined
|
|
2311
2295
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -4491,10 +4475,8 @@ export interface Routes {
|
|
|
4491
4475
|
| 'hid_credential'
|
|
4492
4476
|
| 'visionline_card'
|
|
4493
4477
|
| 'salto_ks_credential'
|
|
4494
|
-
| '
|
|
4495
|
-
| '
|
|
4496
|
-
| 'salto_space_card'
|
|
4497
|
-
| 'salto_space_mobile_key'
|
|
4478
|
+
| 'assa_abloy_vostio_key'
|
|
4479
|
+
| 'salto_space_key'
|
|
4498
4480
|
)
|
|
4499
4481
|
| undefined
|
|
4500
4482
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -4629,10 +4611,8 @@ export interface Routes {
|
|
|
4629
4611
|
| 'hid_credential'
|
|
4630
4612
|
| 'visionline_card'
|
|
4631
4613
|
| 'salto_ks_credential'
|
|
4632
|
-
| '
|
|
4633
|
-
| '
|
|
4634
|
-
| 'salto_space_card'
|
|
4635
|
-
| 'salto_space_mobile_key'
|
|
4614
|
+
| 'assa_abloy_vostio_key'
|
|
4615
|
+
| 'salto_space_key'
|
|
4636
4616
|
)
|
|
4637
4617
|
| undefined
|
|
4638
4618
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -4814,10 +4794,8 @@ export interface Routes {
|
|
|
4814
4794
|
| 'hid_credential'
|
|
4815
4795
|
| 'visionline_card'
|
|
4816
4796
|
| 'salto_ks_credential'
|
|
4817
|
-
| '
|
|
4818
|
-
| '
|
|
4819
|
-
| 'salto_space_card'
|
|
4820
|
-
| 'salto_space_mobile_key'
|
|
4797
|
+
| 'assa_abloy_vostio_key'
|
|
4798
|
+
| 'salto_space_key'
|
|
4821
4799
|
)
|
|
4822
4800
|
| undefined
|
|
4823
4801
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -4950,10 +4928,8 @@ export interface Routes {
|
|
|
4950
4928
|
| 'hid_credential'
|
|
4951
4929
|
| 'visionline_card'
|
|
4952
4930
|
| 'salto_ks_credential'
|
|
4953
|
-
| '
|
|
4954
|
-
| '
|
|
4955
|
-
| 'salto_space_card'
|
|
4956
|
-
| 'salto_space_mobile_key'
|
|
4931
|
+
| 'assa_abloy_vostio_key'
|
|
4932
|
+
| 'salto_space_key'
|
|
4957
4933
|
)
|
|
4958
4934
|
| undefined
|
|
4959
4935
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6164,10 +6140,8 @@ export interface Routes {
|
|
|
6164
6140
|
| 'hid_credential'
|
|
6165
6141
|
| 'visionline_card'
|
|
6166
6142
|
| 'salto_ks_credential'
|
|
6167
|
-
| '
|
|
6168
|
-
| '
|
|
6169
|
-
| 'salto_space_card'
|
|
6170
|
-
| 'salto_space_mobile_key'
|
|
6143
|
+
| 'assa_abloy_vostio_key'
|
|
6144
|
+
| 'salto_space_key'
|
|
6171
6145
|
)
|
|
6172
6146
|
| undefined
|
|
6173
6147
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6302,10 +6276,8 @@ export interface Routes {
|
|
|
6302
6276
|
| 'hid_credential'
|
|
6303
6277
|
| 'visionline_card'
|
|
6304
6278
|
| 'salto_ks_credential'
|
|
6305
|
-
| '
|
|
6306
|
-
| '
|
|
6307
|
-
| 'salto_space_card'
|
|
6308
|
-
| 'salto_space_mobile_key'
|
|
6279
|
+
| 'assa_abloy_vostio_key'
|
|
6280
|
+
| 'salto_space_key'
|
|
6309
6281
|
)
|
|
6310
6282
|
| undefined
|
|
6311
6283
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6487,10 +6459,8 @@ export interface Routes {
|
|
|
6487
6459
|
| 'hid_credential'
|
|
6488
6460
|
| 'visionline_card'
|
|
6489
6461
|
| 'salto_ks_credential'
|
|
6490
|
-
| '
|
|
6491
|
-
| '
|
|
6492
|
-
| 'salto_space_card'
|
|
6493
|
-
| 'salto_space_mobile_key'
|
|
6462
|
+
| 'assa_abloy_vostio_key'
|
|
6463
|
+
| 'salto_space_key'
|
|
6494
6464
|
)
|
|
6495
6465
|
| undefined
|
|
6496
6466
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6623,10 +6593,8 @@ export interface Routes {
|
|
|
6623
6593
|
| 'hid_credential'
|
|
6624
6594
|
| 'visionline_card'
|
|
6625
6595
|
| 'salto_ks_credential'
|
|
6626
|
-
| '
|
|
6627
|
-
| '
|
|
6628
|
-
| 'salto_space_card'
|
|
6629
|
-
| 'salto_space_mobile_key'
|
|
6596
|
+
| 'assa_abloy_vostio_key'
|
|
6597
|
+
| 'salto_space_key'
|
|
6630
6598
|
)
|
|
6631
6599
|
| undefined
|
|
6632
6600
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -7653,10 +7621,8 @@ export interface Routes {
|
|
|
7653
7621
|
| 'hid_credential'
|
|
7654
7622
|
| 'visionline_card'
|
|
7655
7623
|
| 'salto_ks_credential'
|
|
7656
|
-
| '
|
|
7657
|
-
| '
|
|
7658
|
-
| 'salto_space_card'
|
|
7659
|
-
| 'salto_space_mobile_key'
|
|
7624
|
+
| 'assa_abloy_vostio_key'
|
|
7625
|
+
| 'salto_space_key'
|
|
7660
7626
|
)
|
|
7661
7627
|
| undefined
|
|
7662
7628
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -7851,10 +7817,8 @@ export interface Routes {
|
|
|
7851
7817
|
| 'hid_credential'
|
|
7852
7818
|
| 'visionline_card'
|
|
7853
7819
|
| 'salto_ks_credential'
|
|
7854
|
-
| '
|
|
7855
|
-
| '
|
|
7856
|
-
| 'salto_space_card'
|
|
7857
|
-
| 'salto_space_mobile_key'
|
|
7820
|
+
| 'assa_abloy_vostio_key'
|
|
7821
|
+
| 'salto_space_key'
|
|
7858
7822
|
)
|
|
7859
7823
|
| undefined
|
|
7860
7824
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8010,10 +7974,8 @@ export interface Routes {
|
|
|
8010
7974
|
| 'hid_credential'
|
|
8011
7975
|
| 'visionline_card'
|
|
8012
7976
|
| 'salto_ks_credential'
|
|
8013
|
-
| '
|
|
8014
|
-
| '
|
|
8015
|
-
| 'salto_space_card'
|
|
8016
|
-
| 'salto_space_mobile_key'
|
|
7977
|
+
| 'assa_abloy_vostio_key'
|
|
7978
|
+
| 'salto_space_key'
|
|
8017
7979
|
)
|
|
8018
7980
|
| undefined
|
|
8019
7981
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8173,10 +8135,8 @@ export interface Routes {
|
|
|
8173
8135
|
| 'hid_credential'
|
|
8174
8136
|
| 'visionline_card'
|
|
8175
8137
|
| 'salto_ks_credential'
|
|
8176
|
-
| '
|
|
8177
|
-
| '
|
|
8178
|
-
| 'salto_space_card'
|
|
8179
|
-
| 'salto_space_mobile_key'
|
|
8138
|
+
| 'assa_abloy_vostio_key'
|
|
8139
|
+
| 'salto_space_key'
|
|
8180
8140
|
)
|
|
8181
8141
|
| undefined
|
|
8182
8142
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8345,10 +8305,8 @@ export interface Routes {
|
|
|
8345
8305
|
| 'hid_credential'
|
|
8346
8306
|
| 'visionline_card'
|
|
8347
8307
|
| 'salto_ks_credential'
|
|
8348
|
-
| '
|
|
8349
|
-
| '
|
|
8350
|
-
| 'salto_space_card'
|
|
8351
|
-
| 'salto_space_mobile_key'
|
|
8308
|
+
| 'assa_abloy_vostio_key'
|
|
8309
|
+
| 'salto_space_key'
|
|
8352
8310
|
)
|
|
8353
8311
|
| undefined
|
|
8354
8312
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8587,10 +8545,8 @@ export interface Routes {
|
|
|
8587
8545
|
| 'hid_credential'
|
|
8588
8546
|
| 'visionline_card'
|
|
8589
8547
|
| 'salto_ks_credential'
|
|
8590
|
-
| '
|
|
8591
|
-
| '
|
|
8592
|
-
| 'salto_space_card'
|
|
8593
|
-
| 'salto_space_mobile_key'
|
|
8548
|
+
| 'assa_abloy_vostio_key'
|
|
8549
|
+
| 'salto_space_key'
|
|
8594
8550
|
)
|
|
8595
8551
|
| undefined
|
|
8596
8552
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8738,10 +8694,8 @@ export interface Routes {
|
|
|
8738
8694
|
| 'hid_credential'
|
|
8739
8695
|
| 'visionline_card'
|
|
8740
8696
|
| 'salto_ks_credential'
|
|
8741
|
-
| '
|
|
8742
|
-
| '
|
|
8743
|
-
| 'salto_space_card'
|
|
8744
|
-
| 'salto_space_mobile_key'
|
|
8697
|
+
| 'assa_abloy_vostio_key'
|
|
8698
|
+
| 'salto_space_key'
|
|
8745
8699
|
)
|
|
8746
8700
|
| undefined
|
|
8747
8701
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8902,10 +8856,8 @@ export interface Routes {
|
|
|
8902
8856
|
| 'hid_credential'
|
|
8903
8857
|
| 'visionline_card'
|
|
8904
8858
|
| 'salto_ks_credential'
|
|
8905
|
-
| '
|
|
8906
|
-
| '
|
|
8907
|
-
| 'salto_space_card'
|
|
8908
|
-
| 'salto_space_mobile_key'
|
|
8859
|
+
| 'assa_abloy_vostio_key'
|
|
8860
|
+
| 'salto_space_key'
|
|
8909
8861
|
)
|
|
8910
8862
|
| undefined
|
|
8911
8863
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -9057,10 +9009,8 @@ export interface Routes {
|
|
|
9057
9009
|
| 'hid_credential'
|
|
9058
9010
|
| 'visionline_card'
|
|
9059
9011
|
| 'salto_ks_credential'
|
|
9060
|
-
| '
|
|
9061
|
-
| '
|
|
9062
|
-
| 'salto_space_card'
|
|
9063
|
-
| 'salto_space_mobile_key'
|
|
9012
|
+
| 'assa_abloy_vostio_key'
|
|
9013
|
+
| 'salto_space_key'
|
|
9064
9014
|
)
|
|
9065
9015
|
| undefined
|
|
9066
9016
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -9311,10 +9261,8 @@ export interface Routes {
|
|
|
9311
9261
|
| 'hid_credential'
|
|
9312
9262
|
| 'visionline_card'
|
|
9313
9263
|
| 'salto_ks_credential'
|
|
9314
|
-
| '
|
|
9315
|
-
| '
|
|
9316
|
-
| 'salto_space_card'
|
|
9317
|
-
| 'salto_space_mobile_key'
|
|
9264
|
+
| 'assa_abloy_vostio_key'
|
|
9265
|
+
| 'salto_space_key'
|
|
9318
9266
|
)
|
|
9319
9267
|
| undefined
|
|
9320
9268
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -9449,10 +9397,8 @@ export interface Routes {
|
|
|
9449
9397
|
| 'hid_credential'
|
|
9450
9398
|
| 'visionline_card'
|
|
9451
9399
|
| 'salto_ks_credential'
|
|
9452
|
-
| '
|
|
9453
|
-
| '
|
|
9454
|
-
| 'salto_space_card'
|
|
9455
|
-
| 'salto_space_mobile_key'
|
|
9400
|
+
| 'assa_abloy_vostio_key'
|
|
9401
|
+
| 'salto_space_key'
|
|
9456
9402
|
)
|
|
9457
9403
|
| undefined
|
|
9458
9404
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -9634,10 +9580,8 @@ export interface Routes {
|
|
|
9634
9580
|
| 'hid_credential'
|
|
9635
9581
|
| 'visionline_card'
|
|
9636
9582
|
| 'salto_ks_credential'
|
|
9637
|
-
| '
|
|
9638
|
-
| '
|
|
9639
|
-
| 'salto_space_card'
|
|
9640
|
-
| 'salto_space_mobile_key'
|
|
9583
|
+
| 'assa_abloy_vostio_key'
|
|
9584
|
+
| 'salto_space_key'
|
|
9641
9585
|
)
|
|
9642
9586
|
| undefined
|
|
9643
9587
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -9770,10 +9714,8 @@ export interface Routes {
|
|
|
9770
9714
|
| 'hid_credential'
|
|
9771
9715
|
| 'visionline_card'
|
|
9772
9716
|
| 'salto_ks_credential'
|
|
9773
|
-
| '
|
|
9774
|
-
| '
|
|
9775
|
-
| 'salto_space_card'
|
|
9776
|
-
| 'salto_space_mobile_key'
|
|
9717
|
+
| 'assa_abloy_vostio_key'
|
|
9718
|
+
| 'salto_space_key'
|
|
9777
9719
|
)
|
|
9778
9720
|
| undefined
|
|
9779
9721
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -10401,10 +10343,8 @@ export interface Routes {
|
|
|
10401
10343
|
| 'hid_credential'
|
|
10402
10344
|
| 'visionline_card'
|
|
10403
10345
|
| 'salto_ks_credential'
|
|
10404
|
-
| '
|
|
10405
|
-
| '
|
|
10406
|
-
| 'salto_space_card'
|
|
10407
|
-
| 'salto_space_mobile_key'
|
|
10346
|
+
| 'assa_abloy_vostio_key'
|
|
10347
|
+
| 'salto_space_key'
|
|
10408
10348
|
)
|
|
10409
10349
|
| undefined
|
|
10410
10350
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -10539,10 +10479,8 @@ export interface Routes {
|
|
|
10539
10479
|
| 'hid_credential'
|
|
10540
10480
|
| 'visionline_card'
|
|
10541
10481
|
| 'salto_ks_credential'
|
|
10542
|
-
| '
|
|
10543
|
-
| '
|
|
10544
|
-
| 'salto_space_card'
|
|
10545
|
-
| 'salto_space_mobile_key'
|
|
10482
|
+
| 'assa_abloy_vostio_key'
|
|
10483
|
+
| 'salto_space_key'
|
|
10546
10484
|
)
|
|
10547
10485
|
| undefined
|
|
10548
10486
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -10724,10 +10662,8 @@ export interface Routes {
|
|
|
10724
10662
|
| 'hid_credential'
|
|
10725
10663
|
| 'visionline_card'
|
|
10726
10664
|
| 'salto_ks_credential'
|
|
10727
|
-
| '
|
|
10728
|
-
| '
|
|
10729
|
-
| 'salto_space_card'
|
|
10730
|
-
| 'salto_space_mobile_key'
|
|
10665
|
+
| 'assa_abloy_vostio_key'
|
|
10666
|
+
| 'salto_space_key'
|
|
10731
10667
|
)
|
|
10732
10668
|
| undefined
|
|
10733
10669
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -10860,10 +10796,8 @@ export interface Routes {
|
|
|
10860
10796
|
| 'hid_credential'
|
|
10861
10797
|
| 'visionline_card'
|
|
10862
10798
|
| 'salto_ks_credential'
|
|
10863
|
-
| '
|
|
10864
|
-
| '
|
|
10865
|
-
| 'salto_space_card'
|
|
10866
|
-
| 'salto_space_mobile_key'
|
|
10799
|
+
| 'assa_abloy_vostio_key'
|
|
10800
|
+
| 'salto_space_key'
|
|
10867
10801
|
)
|
|
10868
10802
|
| undefined
|
|
10869
10803
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -11617,10 +11551,8 @@ export interface Routes {
|
|
|
11617
11551
|
| 'hid_credential'
|
|
11618
11552
|
| 'visionline_card'
|
|
11619
11553
|
| 'salto_ks_credential'
|
|
11620
|
-
| '
|
|
11621
|
-
| '
|
|
11622
|
-
| 'salto_space_card'
|
|
11623
|
-
| 'salto_space_mobile_key'
|
|
11554
|
+
| 'assa_abloy_vostio_key'
|
|
11555
|
+
| 'salto_space_key'
|
|
11624
11556
|
)
|
|
11625
11557
|
| undefined
|
|
11626
11558
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -13274,10 +13206,8 @@ export interface Routes {
|
|
|
13274
13206
|
| 'hid_credential'
|
|
13275
13207
|
| 'visionline_card'
|
|
13276
13208
|
| 'salto_ks_credential'
|
|
13277
|
-
| '
|
|
13278
|
-
| '
|
|
13279
|
-
| 'salto_space_card'
|
|
13280
|
-
| 'salto_space_mobile_key'
|
|
13209
|
+
| 'assa_abloy_vostio_key'
|
|
13210
|
+
| 'salto_space_key'
|
|
13281
13211
|
)
|
|
13282
13212
|
| undefined
|
|
13283
13213
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -13412,10 +13342,8 @@ export interface Routes {
|
|
|
13412
13342
|
| 'hid_credential'
|
|
13413
13343
|
| 'visionline_card'
|
|
13414
13344
|
| 'salto_ks_credential'
|
|
13415
|
-
| '
|
|
13416
|
-
| '
|
|
13417
|
-
| 'salto_space_card'
|
|
13418
|
-
| 'salto_space_mobile_key'
|
|
13345
|
+
| 'assa_abloy_vostio_key'
|
|
13346
|
+
| 'salto_space_key'
|
|
13419
13347
|
)
|
|
13420
13348
|
| undefined
|
|
13421
13349
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -13597,10 +13525,8 @@ export interface Routes {
|
|
|
13597
13525
|
| 'hid_credential'
|
|
13598
13526
|
| 'visionline_card'
|
|
13599
13527
|
| 'salto_ks_credential'
|
|
13600
|
-
| '
|
|
13601
|
-
| '
|
|
13602
|
-
| 'salto_space_card'
|
|
13603
|
-
| 'salto_space_mobile_key'
|
|
13528
|
+
| 'assa_abloy_vostio_key'
|
|
13529
|
+
| 'salto_space_key'
|
|
13604
13530
|
)
|
|
13605
13531
|
| undefined
|
|
13606
13532
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -13733,10 +13659,8 @@ export interface Routes {
|
|
|
13733
13659
|
| 'hid_credential'
|
|
13734
13660
|
| 'visionline_card'
|
|
13735
13661
|
| 'salto_ks_credential'
|
|
13736
|
-
| '
|
|
13737
|
-
| '
|
|
13738
|
-
| 'salto_space_card'
|
|
13739
|
-
| 'salto_space_mobile_key'
|
|
13662
|
+
| 'assa_abloy_vostio_key'
|
|
13663
|
+
| 'salto_space_key'
|
|
13740
13664
|
)
|
|
13741
13665
|
| undefined
|
|
13742
13666
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -14313,10 +14237,8 @@ export interface Routes {
|
|
|
14313
14237
|
| 'hid_credential'
|
|
14314
14238
|
| 'visionline_card'
|
|
14315
14239
|
| 'salto_ks_credential'
|
|
14316
|
-
| '
|
|
14317
|
-
| '
|
|
14318
|
-
| 'salto_space_card'
|
|
14319
|
-
| 'salto_space_mobile_key'
|
|
14240
|
+
| 'assa_abloy_vostio_key'
|
|
14241
|
+
| 'salto_space_key'
|
|
14320
14242
|
)
|
|
14321
14243
|
| undefined
|
|
14322
14244
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -14451,10 +14373,8 @@ export interface Routes {
|
|
|
14451
14373
|
| 'hid_credential'
|
|
14452
14374
|
| 'visionline_card'
|
|
14453
14375
|
| 'salto_ks_credential'
|
|
14454
|
-
| '
|
|
14455
|
-
| '
|
|
14456
|
-
| 'salto_space_card'
|
|
14457
|
-
| 'salto_space_mobile_key'
|
|
14376
|
+
| 'assa_abloy_vostio_key'
|
|
14377
|
+
| 'salto_space_key'
|
|
14458
14378
|
)
|
|
14459
14379
|
| undefined
|
|
14460
14380
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -14636,10 +14556,8 @@ export interface Routes {
|
|
|
14636
14556
|
| 'hid_credential'
|
|
14637
14557
|
| 'visionline_card'
|
|
14638
14558
|
| 'salto_ks_credential'
|
|
14639
|
-
| '
|
|
14640
|
-
| '
|
|
14641
|
-
| 'salto_space_card'
|
|
14642
|
-
| 'salto_space_mobile_key'
|
|
14559
|
+
| 'assa_abloy_vostio_key'
|
|
14560
|
+
| 'salto_space_key'
|
|
14643
14561
|
)
|
|
14644
14562
|
| undefined
|
|
14645
14563
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -14772,10 +14690,8 @@ export interface Routes {
|
|
|
14772
14690
|
| 'hid_credential'
|
|
14773
14691
|
| 'visionline_card'
|
|
14774
14692
|
| 'salto_ks_credential'
|
|
14775
|
-
| '
|
|
14776
|
-
| '
|
|
14777
|
-
| 'salto_space_card'
|
|
14778
|
-
| 'salto_space_mobile_key'
|
|
14693
|
+
| 'assa_abloy_vostio_key'
|
|
14694
|
+
| 'salto_space_key'
|
|
14779
14695
|
)
|
|
14780
14696
|
| undefined
|
|
14781
14697
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -25158,10 +25074,8 @@ export interface Routes {
|
|
|
25158
25074
|
| 'hid_credential'
|
|
25159
25075
|
| 'visionline_card'
|
|
25160
25076
|
| 'salto_ks_credential'
|
|
25161
|
-
| '
|
|
25162
|
-
| '
|
|
25163
|
-
| 'salto_space_card'
|
|
25164
|
-
| 'salto_space_mobile_key'
|
|
25077
|
+
| 'assa_abloy_vostio_key'
|
|
25078
|
+
| 'salto_space_key'
|
|
25165
25079
|
)
|
|
25166
25080
|
| undefined
|
|
25167
25081
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -25296,10 +25210,8 @@ export interface Routes {
|
|
|
25296
25210
|
| 'hid_credential'
|
|
25297
25211
|
| 'visionline_card'
|
|
25298
25212
|
| 'salto_ks_credential'
|
|
25299
|
-
| '
|
|
25300
|
-
| '
|
|
25301
|
-
| 'salto_space_card'
|
|
25302
|
-
| 'salto_space_mobile_key'
|
|
25213
|
+
| 'assa_abloy_vostio_key'
|
|
25214
|
+
| 'salto_space_key'
|
|
25303
25215
|
)
|
|
25304
25216
|
| undefined
|
|
25305
25217
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -25481,10 +25393,8 @@ export interface Routes {
|
|
|
25481
25393
|
| 'hid_credential'
|
|
25482
25394
|
| 'visionline_card'
|
|
25483
25395
|
| 'salto_ks_credential'
|
|
25484
|
-
| '
|
|
25485
|
-
| '
|
|
25486
|
-
| 'salto_space_card'
|
|
25487
|
-
| 'salto_space_mobile_key'
|
|
25396
|
+
| 'assa_abloy_vostio_key'
|
|
25397
|
+
| 'salto_space_key'
|
|
25488
25398
|
)
|
|
25489
25399
|
| undefined
|
|
25490
25400
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -25617,10 +25527,8 @@ export interface Routes {
|
|
|
25617
25527
|
| 'hid_credential'
|
|
25618
25528
|
| 'visionline_card'
|
|
25619
25529
|
| 'salto_ks_credential'
|
|
25620
|
-
| '
|
|
25621
|
-
| '
|
|
25622
|
-
| 'salto_space_card'
|
|
25623
|
-
| 'salto_space_mobile_key'
|
|
25530
|
+
| 'assa_abloy_vostio_key'
|
|
25531
|
+
| 'salto_space_key'
|
|
25624
25532
|
)
|
|
25625
25533
|
| undefined
|
|
25626
25534
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -26199,10 +26107,8 @@ export interface Routes {
|
|
|
26199
26107
|
| 'hid_credential'
|
|
26200
26108
|
| 'visionline_card'
|
|
26201
26109
|
| 'salto_ks_credential'
|
|
26202
|
-
| '
|
|
26203
|
-
| '
|
|
26204
|
-
| 'salto_space_card'
|
|
26205
|
-
| 'salto_space_mobile_key'
|
|
26110
|
+
| 'assa_abloy_vostio_key'
|
|
26111
|
+
| 'salto_space_key'
|
|
26206
26112
|
)
|
|
26207
26113
|
| undefined
|
|
26208
26114
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -26337,10 +26243,8 @@ export interface Routes {
|
|
|
26337
26243
|
| 'hid_credential'
|
|
26338
26244
|
| 'visionline_card'
|
|
26339
26245
|
| 'salto_ks_credential'
|
|
26340
|
-
| '
|
|
26341
|
-
| '
|
|
26342
|
-
| 'salto_space_card'
|
|
26343
|
-
| 'salto_space_mobile_key'
|
|
26246
|
+
| 'assa_abloy_vostio_key'
|
|
26247
|
+
| 'salto_space_key'
|
|
26344
26248
|
)
|
|
26345
26249
|
| undefined
|
|
26346
26250
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -26522,10 +26426,8 @@ export interface Routes {
|
|
|
26522
26426
|
| 'hid_credential'
|
|
26523
26427
|
| 'visionline_card'
|
|
26524
26428
|
| 'salto_ks_credential'
|
|
26525
|
-
| '
|
|
26526
|
-
| '
|
|
26527
|
-
| 'salto_space_card'
|
|
26528
|
-
| 'salto_space_mobile_key'
|
|
26429
|
+
| 'assa_abloy_vostio_key'
|
|
26430
|
+
| 'salto_space_key'
|
|
26529
26431
|
)
|
|
26530
26432
|
| undefined
|
|
26531
26433
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -26658,10 +26560,8 @@ export interface Routes {
|
|
|
26658
26560
|
| 'hid_credential'
|
|
26659
26561
|
| 'visionline_card'
|
|
26660
26562
|
| 'salto_ks_credential'
|
|
26661
|
-
| '
|
|
26662
|
-
| '
|
|
26663
|
-
| 'salto_space_card'
|
|
26664
|
-
| 'salto_space_mobile_key'
|
|
26563
|
+
| 'assa_abloy_vostio_key'
|
|
26564
|
+
| 'salto_space_key'
|
|
26665
26565
|
)
|
|
26666
26566
|
| undefined
|
|
26667
26567
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -29188,10 +29088,8 @@ export interface Routes {
|
|
|
29188
29088
|
| 'hid_credential'
|
|
29189
29089
|
| 'visionline_card'
|
|
29190
29090
|
| 'salto_ks_credential'
|
|
29191
|
-
| '
|
|
29192
|
-
| '
|
|
29193
|
-
| 'salto_space_card'
|
|
29194
|
-
| 'salto_space_mobile_key'
|
|
29091
|
+
| 'assa_abloy_vostio_key'
|
|
29092
|
+
| 'salto_space_key'
|
|
29195
29093
|
)
|
|
29196
29094
|
| undefined
|
|
29197
29095
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -29326,10 +29224,8 @@ export interface Routes {
|
|
|
29326
29224
|
| 'hid_credential'
|
|
29327
29225
|
| 'visionline_card'
|
|
29328
29226
|
| 'salto_ks_credential'
|
|
29329
|
-
| '
|
|
29330
|
-
| '
|
|
29331
|
-
| 'salto_space_card'
|
|
29332
|
-
| 'salto_space_mobile_key'
|
|
29227
|
+
| 'assa_abloy_vostio_key'
|
|
29228
|
+
| 'salto_space_key'
|
|
29333
29229
|
)
|
|
29334
29230
|
| undefined
|
|
29335
29231
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -29511,10 +29407,8 @@ export interface Routes {
|
|
|
29511
29407
|
| 'hid_credential'
|
|
29512
29408
|
| 'visionline_card'
|
|
29513
29409
|
| 'salto_ks_credential'
|
|
29514
|
-
| '
|
|
29515
|
-
| '
|
|
29516
|
-
| 'salto_space_card'
|
|
29517
|
-
| 'salto_space_mobile_key'
|
|
29410
|
+
| 'assa_abloy_vostio_key'
|
|
29411
|
+
| 'salto_space_key'
|
|
29518
29412
|
)
|
|
29519
29413
|
| undefined
|
|
29520
29414
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -29647,10 +29541,8 @@ export interface Routes {
|
|
|
29647
29541
|
| 'hid_credential'
|
|
29648
29542
|
| 'visionline_card'
|
|
29649
29543
|
| 'salto_ks_credential'
|
|
29650
|
-
| '
|
|
29651
|
-
| '
|
|
29652
|
-
| 'salto_space_card'
|
|
29653
|
-
| 'salto_space_mobile_key'
|
|
29544
|
+
| 'assa_abloy_vostio_key'
|
|
29545
|
+
| 'salto_space_key'
|
|
29654
29546
|
)
|
|
29655
29547
|
| undefined
|
|
29656
29548
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -30240,10 +30132,8 @@ export interface Routes {
|
|
|
30240
30132
|
| 'hid_credential'
|
|
30241
30133
|
| 'visionline_card'
|
|
30242
30134
|
| 'salto_ks_credential'
|
|
30243
|
-
| '
|
|
30244
|
-
| '
|
|
30245
|
-
| 'salto_space_card'
|
|
30246
|
-
| 'salto_space_mobile_key'
|
|
30135
|
+
| 'assa_abloy_vostio_key'
|
|
30136
|
+
| 'salto_space_key'
|
|
30247
30137
|
)
|
|
30248
30138
|
| undefined
|
|
30249
30139
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -30378,10 +30268,8 @@ export interface Routes {
|
|
|
30378
30268
|
| 'hid_credential'
|
|
30379
30269
|
| 'visionline_card'
|
|
30380
30270
|
| 'salto_ks_credential'
|
|
30381
|
-
| '
|
|
30382
|
-
| '
|
|
30383
|
-
| 'salto_space_card'
|
|
30384
|
-
| 'salto_space_mobile_key'
|
|
30271
|
+
| 'assa_abloy_vostio_key'
|
|
30272
|
+
| 'salto_space_key'
|
|
30385
30273
|
)
|
|
30386
30274
|
| undefined
|
|
30387
30275
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -30563,10 +30451,8 @@ export interface Routes {
|
|
|
30563
30451
|
| 'hid_credential'
|
|
30564
30452
|
| 'visionline_card'
|
|
30565
30453
|
| 'salto_ks_credential'
|
|
30566
|
-
| '
|
|
30567
|
-
| '
|
|
30568
|
-
| 'salto_space_card'
|
|
30569
|
-
| 'salto_space_mobile_key'
|
|
30454
|
+
| 'assa_abloy_vostio_key'
|
|
30455
|
+
| 'salto_space_key'
|
|
30570
30456
|
)
|
|
30571
30457
|
| undefined
|
|
30572
30458
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -30699,10 +30585,8 @@ export interface Routes {
|
|
|
30699
30585
|
| 'hid_credential'
|
|
30700
30586
|
| 'visionline_card'
|
|
30701
30587
|
| 'salto_ks_credential'
|
|
30702
|
-
| '
|
|
30703
|
-
| '
|
|
30704
|
-
| 'salto_space_card'
|
|
30705
|
-
| 'salto_space_mobile_key'
|
|
30588
|
+
| 'assa_abloy_vostio_key'
|
|
30589
|
+
| 'salto_space_key'
|
|
30706
30590
|
)
|
|
30707
30591
|
| undefined
|
|
30708
30592
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -31331,10 +31215,8 @@ export interface Routes {
|
|
|
31331
31215
|
| 'hid_credential'
|
|
31332
31216
|
| 'visionline_card'
|
|
31333
31217
|
| 'salto_ks_credential'
|
|
31334
|
-
| '
|
|
31335
|
-
| '
|
|
31336
|
-
| 'salto_space_card'
|
|
31337
|
-
| 'salto_space_mobile_key'
|
|
31218
|
+
| 'assa_abloy_vostio_key'
|
|
31219
|
+
| 'salto_space_key'
|
|
31338
31220
|
)
|
|
31339
31221
|
| undefined
|
|
31340
31222
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -31469,10 +31351,8 @@ export interface Routes {
|
|
|
31469
31351
|
| 'hid_credential'
|
|
31470
31352
|
| 'visionline_card'
|
|
31471
31353
|
| 'salto_ks_credential'
|
|
31472
|
-
| '
|
|
31473
|
-
| '
|
|
31474
|
-
| 'salto_space_card'
|
|
31475
|
-
| 'salto_space_mobile_key'
|
|
31354
|
+
| 'assa_abloy_vostio_key'
|
|
31355
|
+
| 'salto_space_key'
|
|
31476
31356
|
)
|
|
31477
31357
|
| undefined
|
|
31478
31358
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -31654,10 +31534,8 @@ export interface Routes {
|
|
|
31654
31534
|
| 'hid_credential'
|
|
31655
31535
|
| 'visionline_card'
|
|
31656
31536
|
| 'salto_ks_credential'
|
|
31657
|
-
| '
|
|
31658
|
-
| '
|
|
31659
|
-
| 'salto_space_card'
|
|
31660
|
-
| 'salto_space_mobile_key'
|
|
31537
|
+
| 'assa_abloy_vostio_key'
|
|
31538
|
+
| 'salto_space_key'
|
|
31661
31539
|
)
|
|
31662
31540
|
| undefined
|
|
31663
31541
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -31790,10 +31668,8 @@ export interface Routes {
|
|
|
31790
31668
|
| 'hid_credential'
|
|
31791
31669
|
| 'visionline_card'
|
|
31792
31670
|
| 'salto_ks_credential'
|
|
31793
|
-
| '
|
|
31794
|
-
| '
|
|
31795
|
-
| 'salto_space_card'
|
|
31796
|
-
| 'salto_space_mobile_key'
|
|
31671
|
+
| 'assa_abloy_vostio_key'
|
|
31672
|
+
| 'salto_space_key'
|
|
31797
31673
|
)
|
|
31798
31674
|
| undefined
|
|
31799
31675
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -32895,10 +32771,8 @@ export interface Routes {
|
|
|
32895
32771
|
| 'hid_credential'
|
|
32896
32772
|
| 'visionline_card'
|
|
32897
32773
|
| 'salto_ks_credential'
|
|
32898
|
-
| '
|
|
32899
|
-
| '
|
|
32900
|
-
| 'salto_space_card'
|
|
32901
|
-
| 'salto_space_mobile_key'
|
|
32774
|
+
| 'assa_abloy_vostio_key'
|
|
32775
|
+
| 'salto_space_key'
|
|
32902
32776
|
)
|
|
32903
32777
|
| undefined
|
|
32904
32778
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -33033,10 +32907,8 @@ export interface Routes {
|
|
|
33033
32907
|
| 'hid_credential'
|
|
33034
32908
|
| 'visionline_card'
|
|
33035
32909
|
| 'salto_ks_credential'
|
|
33036
|
-
| '
|
|
33037
|
-
| '
|
|
33038
|
-
| 'salto_space_card'
|
|
33039
|
-
| 'salto_space_mobile_key'
|
|
32910
|
+
| 'assa_abloy_vostio_key'
|
|
32911
|
+
| 'salto_space_key'
|
|
33040
32912
|
)
|
|
33041
32913
|
| undefined
|
|
33042
32914
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -33218,10 +33090,8 @@ export interface Routes {
|
|
|
33218
33090
|
| 'hid_credential'
|
|
33219
33091
|
| 'visionline_card'
|
|
33220
33092
|
| 'salto_ks_credential'
|
|
33221
|
-
| '
|
|
33222
|
-
| '
|
|
33223
|
-
| 'salto_space_card'
|
|
33224
|
-
| 'salto_space_mobile_key'
|
|
33093
|
+
| 'assa_abloy_vostio_key'
|
|
33094
|
+
| 'salto_space_key'
|
|
33225
33095
|
)
|
|
33226
33096
|
| undefined
|
|
33227
33097
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -33354,10 +33224,8 @@ export interface Routes {
|
|
|
33354
33224
|
| 'hid_credential'
|
|
33355
33225
|
| 'visionline_card'
|
|
33356
33226
|
| 'salto_ks_credential'
|
|
33357
|
-
| '
|
|
33358
|
-
| '
|
|
33359
|
-
| 'salto_space_card'
|
|
33360
|
-
| 'salto_space_mobile_key'
|
|
33227
|
+
| 'assa_abloy_vostio_key'
|
|
33228
|
+
| 'salto_space_key'
|
|
33361
33229
|
)
|
|
33362
33230
|
| undefined
|
|
33363
33231
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -33942,10 +33810,8 @@ export interface Routes {
|
|
|
33942
33810
|
| 'hid_credential'
|
|
33943
33811
|
| 'visionline_card'
|
|
33944
33812
|
| 'salto_ks_credential'
|
|
33945
|
-
| '
|
|
33946
|
-
| '
|
|
33947
|
-
| 'salto_space_card'
|
|
33948
|
-
| 'salto_space_mobile_key'
|
|
33813
|
+
| 'assa_abloy_vostio_key'
|
|
33814
|
+
| 'salto_space_key'
|
|
33949
33815
|
)
|
|
33950
33816
|
| undefined
|
|
33951
33817
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -34080,10 +33946,8 @@ export interface Routes {
|
|
|
34080
33946
|
| 'hid_credential'
|
|
34081
33947
|
| 'visionline_card'
|
|
34082
33948
|
| 'salto_ks_credential'
|
|
34083
|
-
| '
|
|
34084
|
-
| '
|
|
34085
|
-
| 'salto_space_card'
|
|
34086
|
-
| 'salto_space_mobile_key'
|
|
33949
|
+
| 'assa_abloy_vostio_key'
|
|
33950
|
+
| 'salto_space_key'
|
|
34087
33951
|
)
|
|
34088
33952
|
| undefined
|
|
34089
33953
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -34265,10 +34129,8 @@ export interface Routes {
|
|
|
34265
34129
|
| 'hid_credential'
|
|
34266
34130
|
| 'visionline_card'
|
|
34267
34131
|
| 'salto_ks_credential'
|
|
34268
|
-
| '
|
|
34269
|
-
| '
|
|
34270
|
-
| 'salto_space_card'
|
|
34271
|
-
| 'salto_space_mobile_key'
|
|
34132
|
+
| 'assa_abloy_vostio_key'
|
|
34133
|
+
| 'salto_space_key'
|
|
34272
34134
|
)
|
|
34273
34135
|
| undefined
|
|
34274
34136
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -34401,10 +34263,8 @@ export interface Routes {
|
|
|
34401
34263
|
| 'hid_credential'
|
|
34402
34264
|
| 'visionline_card'
|
|
34403
34265
|
| 'salto_ks_credential'
|
|
34404
|
-
| '
|
|
34405
|
-
| '
|
|
34406
|
-
| 'salto_space_card'
|
|
34407
|
-
| 'salto_space_mobile_key'
|
|
34266
|
+
| 'assa_abloy_vostio_key'
|
|
34267
|
+
| 'salto_space_key'
|
|
34408
34268
|
)
|
|
34409
34269
|
| undefined
|
|
34410
34270
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -35912,10 +35772,8 @@ export interface Routes {
|
|
|
35912
35772
|
| 'hid_credential'
|
|
35913
35773
|
| 'visionline_card'
|
|
35914
35774
|
| 'salto_ks_credential'
|
|
35915
|
-
| '
|
|
35916
|
-
| '
|
|
35917
|
-
| 'salto_space_card'
|
|
35918
|
-
| 'salto_space_mobile_key'
|
|
35775
|
+
| 'assa_abloy_vostio_key'
|
|
35776
|
+
| 'salto_space_key'
|
|
35919
35777
|
)
|
|
35920
35778
|
| undefined
|
|
35921
35779
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -36050,10 +35908,8 @@ export interface Routes {
|
|
|
36050
35908
|
| 'hid_credential'
|
|
36051
35909
|
| 'visionline_card'
|
|
36052
35910
|
| 'salto_ks_credential'
|
|
36053
|
-
| '
|
|
36054
|
-
| '
|
|
36055
|
-
| 'salto_space_card'
|
|
36056
|
-
| 'salto_space_mobile_key'
|
|
35911
|
+
| 'assa_abloy_vostio_key'
|
|
35912
|
+
| 'salto_space_key'
|
|
36057
35913
|
)
|
|
36058
35914
|
| undefined
|
|
36059
35915
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -36235,10 +36091,8 @@ export interface Routes {
|
|
|
36235
36091
|
| 'hid_credential'
|
|
36236
36092
|
| 'visionline_card'
|
|
36237
36093
|
| 'salto_ks_credential'
|
|
36238
|
-
| '
|
|
36239
|
-
| '
|
|
36240
|
-
| 'salto_space_card'
|
|
36241
|
-
| 'salto_space_mobile_key'
|
|
36094
|
+
| 'assa_abloy_vostio_key'
|
|
36095
|
+
| 'salto_space_key'
|
|
36242
36096
|
)
|
|
36243
36097
|
| undefined
|
|
36244
36098
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -36371,10 +36225,8 @@ export interface Routes {
|
|
|
36371
36225
|
| 'hid_credential'
|
|
36372
36226
|
| 'visionline_card'
|
|
36373
36227
|
| 'salto_ks_credential'
|
|
36374
|
-
| '
|
|
36375
|
-
| '
|
|
36376
|
-
| 'salto_space_card'
|
|
36377
|
-
| 'salto_space_mobile_key'
|
|
36228
|
+
| 'assa_abloy_vostio_key'
|
|
36229
|
+
| 'salto_space_key'
|
|
36378
36230
|
)
|
|
36379
36231
|
| undefined
|
|
36380
36232
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -36963,10 +36815,8 @@ export interface Routes {
|
|
|
36963
36815
|
| 'hid_credential'
|
|
36964
36816
|
| 'visionline_card'
|
|
36965
36817
|
| 'salto_ks_credential'
|
|
36966
|
-
| '
|
|
36967
|
-
| '
|
|
36968
|
-
| 'salto_space_card'
|
|
36969
|
-
| 'salto_space_mobile_key'
|
|
36818
|
+
| 'assa_abloy_vostio_key'
|
|
36819
|
+
| 'salto_space_key'
|
|
36970
36820
|
)
|
|
36971
36821
|
| undefined
|
|
36972
36822
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -37101,10 +36951,8 @@ export interface Routes {
|
|
|
37101
36951
|
| 'hid_credential'
|
|
37102
36952
|
| 'visionline_card'
|
|
37103
36953
|
| 'salto_ks_credential'
|
|
37104
|
-
| '
|
|
37105
|
-
| '
|
|
37106
|
-
| 'salto_space_card'
|
|
37107
|
-
| 'salto_space_mobile_key'
|
|
36954
|
+
| 'assa_abloy_vostio_key'
|
|
36955
|
+
| 'salto_space_key'
|
|
37108
36956
|
)
|
|
37109
36957
|
| undefined
|
|
37110
36958
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -37286,10 +37134,8 @@ export interface Routes {
|
|
|
37286
37134
|
| 'hid_credential'
|
|
37287
37135
|
| 'visionline_card'
|
|
37288
37136
|
| 'salto_ks_credential'
|
|
37289
|
-
| '
|
|
37290
|
-
| '
|
|
37291
|
-
| 'salto_space_card'
|
|
37292
|
-
| 'salto_space_mobile_key'
|
|
37137
|
+
| 'assa_abloy_vostio_key'
|
|
37138
|
+
| 'salto_space_key'
|
|
37293
37139
|
)
|
|
37294
37140
|
| undefined
|
|
37295
37141
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -37422,10 +37268,8 @@ export interface Routes {
|
|
|
37422
37268
|
| 'hid_credential'
|
|
37423
37269
|
| 'visionline_card'
|
|
37424
37270
|
| 'salto_ks_credential'
|
|
37425
|
-
| '
|
|
37426
|
-
| '
|
|
37427
|
-
| 'salto_space_card'
|
|
37428
|
-
| 'salto_space_mobile_key'
|
|
37271
|
+
| 'assa_abloy_vostio_key'
|
|
37272
|
+
| 'salto_space_key'
|
|
37429
37273
|
)
|
|
37430
37274
|
| undefined
|
|
37431
37275
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -39914,10 +39758,8 @@ export interface Routes {
|
|
|
39914
39758
|
| 'hid_credential'
|
|
39915
39759
|
| 'visionline_card'
|
|
39916
39760
|
| 'salto_ks_credential'
|
|
39917
|
-
| '
|
|
39918
|
-
| '
|
|
39919
|
-
| 'salto_space_card'
|
|
39920
|
-
| 'salto_space_mobile_key'
|
|
39761
|
+
| 'assa_abloy_vostio_key'
|
|
39762
|
+
| 'salto_space_key'
|
|
39921
39763
|
)
|
|
39922
39764
|
| undefined
|
|
39923
39765
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -40052,10 +39894,8 @@ export interface Routes {
|
|
|
40052
39894
|
| 'hid_credential'
|
|
40053
39895
|
| 'visionline_card'
|
|
40054
39896
|
| 'salto_ks_credential'
|
|
40055
|
-
| '
|
|
40056
|
-
| '
|
|
40057
|
-
| 'salto_space_card'
|
|
40058
|
-
| 'salto_space_mobile_key'
|
|
39897
|
+
| 'assa_abloy_vostio_key'
|
|
39898
|
+
| 'salto_space_key'
|
|
40059
39899
|
)
|
|
40060
39900
|
| undefined
|
|
40061
39901
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -40237,10 +40077,8 @@ export interface Routes {
|
|
|
40237
40077
|
| 'hid_credential'
|
|
40238
40078
|
| 'visionline_card'
|
|
40239
40079
|
| 'salto_ks_credential'
|
|
40240
|
-
| '
|
|
40241
|
-
| '
|
|
40242
|
-
| 'salto_space_card'
|
|
40243
|
-
| 'salto_space_mobile_key'
|
|
40080
|
+
| 'assa_abloy_vostio_key'
|
|
40081
|
+
| 'salto_space_key'
|
|
40244
40082
|
)
|
|
40245
40083
|
| undefined
|
|
40246
40084
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -40373,10 +40211,8 @@ export interface Routes {
|
|
|
40373
40211
|
| 'hid_credential'
|
|
40374
40212
|
| 'visionline_card'
|
|
40375
40213
|
| 'salto_ks_credential'
|
|
40376
|
-
| '
|
|
40377
|
-
| '
|
|
40378
|
-
| 'salto_space_card'
|
|
40379
|
-
| 'salto_space_mobile_key'
|
|
40214
|
+
| 'assa_abloy_vostio_key'
|
|
40215
|
+
| 'salto_space_key'
|
|
40380
40216
|
)
|
|
40381
40217
|
| undefined
|
|
40382
40218
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -41141,10 +40977,8 @@ export interface Routes {
|
|
|
41141
40977
|
| 'hid_credential'
|
|
41142
40978
|
| 'visionline_card'
|
|
41143
40979
|
| 'salto_ks_credential'
|
|
41144
|
-
| '
|
|
41145
|
-
| '
|
|
41146
|
-
| 'salto_space_card'
|
|
41147
|
-
| 'salto_space_mobile_key'
|
|
40980
|
+
| 'assa_abloy_vostio_key'
|
|
40981
|
+
| 'salto_space_key'
|
|
41148
40982
|
)
|
|
41149
40983
|
| undefined
|
|
41150
40984
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -41279,10 +41113,8 @@ export interface Routes {
|
|
|
41279
41113
|
| 'hid_credential'
|
|
41280
41114
|
| 'visionline_card'
|
|
41281
41115
|
| 'salto_ks_credential'
|
|
41282
|
-
| '
|
|
41283
|
-
| '
|
|
41284
|
-
| 'salto_space_card'
|
|
41285
|
-
| 'salto_space_mobile_key'
|
|
41116
|
+
| 'assa_abloy_vostio_key'
|
|
41117
|
+
| 'salto_space_key'
|
|
41286
41118
|
)
|
|
41287
41119
|
| undefined
|
|
41288
41120
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -41464,10 +41296,8 @@ export interface Routes {
|
|
|
41464
41296
|
| 'hid_credential'
|
|
41465
41297
|
| 'visionline_card'
|
|
41466
41298
|
| 'salto_ks_credential'
|
|
41467
|
-
| '
|
|
41468
|
-
| '
|
|
41469
|
-
| 'salto_space_card'
|
|
41470
|
-
| 'salto_space_mobile_key'
|
|
41299
|
+
| 'assa_abloy_vostio_key'
|
|
41300
|
+
| 'salto_space_key'
|
|
41471
41301
|
)
|
|
41472
41302
|
| undefined
|
|
41473
41303
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -41600,10 +41430,8 @@ export interface Routes {
|
|
|
41600
41430
|
| 'hid_credential'
|
|
41601
41431
|
| 'visionline_card'
|
|
41602
41432
|
| 'salto_ks_credential'
|
|
41603
|
-
| '
|
|
41604
|
-
| '
|
|
41605
|
-
| 'salto_space_card'
|
|
41606
|
-
| 'salto_space_mobile_key'
|
|
41433
|
+
| 'assa_abloy_vostio_key'
|
|
41434
|
+
| 'salto_space_key'
|
|
41607
41435
|
)
|
|
41608
41436
|
| undefined
|
|
41609
41437
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -42215,10 +42043,8 @@ export interface Routes {
|
|
|
42215
42043
|
| 'hid_credential'
|
|
42216
42044
|
| 'visionline_card'
|
|
42217
42045
|
| 'salto_ks_credential'
|
|
42218
|
-
| '
|
|
42219
|
-
| '
|
|
42220
|
-
| 'salto_space_card'
|
|
42221
|
-
| 'salto_space_mobile_key'
|
|
42046
|
+
| 'assa_abloy_vostio_key'
|
|
42047
|
+
| 'salto_space_key'
|
|
42222
42048
|
)
|
|
42223
42049
|
| undefined
|
|
42224
42050
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -42353,10 +42179,8 @@ export interface Routes {
|
|
|
42353
42179
|
| 'hid_credential'
|
|
42354
42180
|
| 'visionline_card'
|
|
42355
42181
|
| 'salto_ks_credential'
|
|
42356
|
-
| '
|
|
42357
|
-
| '
|
|
42358
|
-
| 'salto_space_card'
|
|
42359
|
-
| 'salto_space_mobile_key'
|
|
42182
|
+
| 'assa_abloy_vostio_key'
|
|
42183
|
+
| 'salto_space_key'
|
|
42360
42184
|
)
|
|
42361
42185
|
| undefined
|
|
42362
42186
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -42538,10 +42362,8 @@ export interface Routes {
|
|
|
42538
42362
|
| 'hid_credential'
|
|
42539
42363
|
| 'visionline_card'
|
|
42540
42364
|
| 'salto_ks_credential'
|
|
42541
|
-
| '
|
|
42542
|
-
| '
|
|
42543
|
-
| 'salto_space_card'
|
|
42544
|
-
| 'salto_space_mobile_key'
|
|
42365
|
+
| 'assa_abloy_vostio_key'
|
|
42366
|
+
| 'salto_space_key'
|
|
42545
42367
|
)
|
|
42546
42368
|
| undefined
|
|
42547
42369
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -42674,10 +42496,8 @@ export interface Routes {
|
|
|
42674
42496
|
| 'hid_credential'
|
|
42675
42497
|
| 'visionline_card'
|
|
42676
42498
|
| 'salto_ks_credential'
|
|
42677
|
-
| '
|
|
42678
|
-
| '
|
|
42679
|
-
| 'salto_space_card'
|
|
42680
|
-
| 'salto_space_mobile_key'
|
|
42499
|
+
| 'assa_abloy_vostio_key'
|
|
42500
|
+
| 'salto_space_key'
|
|
42681
42501
|
)
|
|
42682
42502
|
| undefined
|
|
42683
42503
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -45771,10 +45591,8 @@ export interface Routes {
|
|
|
45771
45591
|
| 'hid_credential'
|
|
45772
45592
|
| 'visionline_card'
|
|
45773
45593
|
| 'salto_ks_credential'
|
|
45774
|
-
| '
|
|
45775
|
-
| '
|
|
45776
|
-
| 'salto_space_card'
|
|
45777
|
-
| 'salto_space_mobile_key'
|
|
45594
|
+
| 'assa_abloy_vostio_key'
|
|
45595
|
+
| 'salto_space_key'
|
|
45778
45596
|
)
|
|
45779
45597
|
| undefined
|
|
45780
45598
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -45909,10 +45727,8 @@ export interface Routes {
|
|
|
45909
45727
|
| 'hid_credential'
|
|
45910
45728
|
| 'visionline_card'
|
|
45911
45729
|
| 'salto_ks_credential'
|
|
45912
|
-
| '
|
|
45913
|
-
| '
|
|
45914
|
-
| 'salto_space_card'
|
|
45915
|
-
| 'salto_space_mobile_key'
|
|
45730
|
+
| 'assa_abloy_vostio_key'
|
|
45731
|
+
| 'salto_space_key'
|
|
45916
45732
|
)
|
|
45917
45733
|
| undefined
|
|
45918
45734
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -46094,10 +45910,8 @@ export interface Routes {
|
|
|
46094
45910
|
| 'hid_credential'
|
|
46095
45911
|
| 'visionline_card'
|
|
46096
45912
|
| 'salto_ks_credential'
|
|
46097
|
-
| '
|
|
46098
|
-
| '
|
|
46099
|
-
| 'salto_space_card'
|
|
46100
|
-
| 'salto_space_mobile_key'
|
|
45913
|
+
| 'assa_abloy_vostio_key'
|
|
45914
|
+
| 'salto_space_key'
|
|
46101
45915
|
)
|
|
46102
45916
|
| undefined
|
|
46103
45917
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -46230,10 +46044,8 @@ export interface Routes {
|
|
|
46230
46044
|
| 'hid_credential'
|
|
46231
46045
|
| 'visionline_card'
|
|
46232
46046
|
| 'salto_ks_credential'
|
|
46233
|
-
| '
|
|
46234
|
-
| '
|
|
46235
|
-
| 'salto_space_card'
|
|
46236
|
-
| 'salto_space_mobile_key'
|
|
46047
|
+
| 'assa_abloy_vostio_key'
|
|
46048
|
+
| 'salto_space_key'
|
|
46237
46049
|
)
|
|
46238
46050
|
| undefined
|
|
46239
46051
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|