@seamapi/types 1.333.0 → 1.335.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 +149 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1293 -124
- package/lib/seam/connect/models/acs/acs-credential.d.ts +73 -7
- package/lib/seam/connect/models/acs/acs-credential.js +6 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +20 -0
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js +7 -0
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +240 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +104 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +136 -14
- package/lib/seam/connect/openapi.d.ts +135 -0
- package/lib/seam/connect/openapi.js +130 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +846 -94
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +9 -1
- package/src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +136 -0
- package/src/lib/seam/connect/route-types.ts +1212 -0
|
@@ -159,6 +159,8 @@ export interface Routes {
|
|
|
159
159
|
| 'salto_ks_credential'
|
|
160
160
|
| 'assa_abloy_vostio_card'
|
|
161
161
|
| 'assa_abloy_vostio_mobile_key'
|
|
162
|
+
| 'salto_space_card'
|
|
163
|
+
| 'salto_space_mobile_key'
|
|
162
164
|
)
|
|
163
165
|
| undefined
|
|
164
166
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -250,6 +252,18 @@ export interface Routes {
|
|
|
250
252
|
credential_id?: string | undefined
|
|
251
253
|
}
|
|
252
254
|
| undefined
|
|
255
|
+
/** Vostio-specific metadata for the credential. */
|
|
256
|
+
assa_abloy_vostio_metadata?:
|
|
257
|
+
| {
|
|
258
|
+
override_guest_acs_entrance_ids?:
|
|
259
|
+
| string[]
|
|
260
|
+
| undefined
|
|
261
|
+
key_id?: string | undefined
|
|
262
|
+
key_issuing_request_id?: string | undefined
|
|
263
|
+
door_names?: string[] | undefined
|
|
264
|
+
endpoint_id?: string | undefined
|
|
265
|
+
}
|
|
266
|
+
| undefined
|
|
253
267
|
is_managed: true
|
|
254
268
|
}
|
|
255
269
|
| {
|
|
@@ -283,6 +297,8 @@ export interface Routes {
|
|
|
283
297
|
| 'salto_ks_credential'
|
|
284
298
|
| 'assa_abloy_vostio_card'
|
|
285
299
|
| 'assa_abloy_vostio_mobile_key'
|
|
300
|
+
| 'salto_space_card'
|
|
301
|
+
| 'salto_space_mobile_key'
|
|
286
302
|
)
|
|
287
303
|
| undefined
|
|
288
304
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -374,6 +390,18 @@ export interface Routes {
|
|
|
374
390
|
credential_id?: string | undefined
|
|
375
391
|
}
|
|
376
392
|
| undefined
|
|
393
|
+
/** Vostio-specific metadata for the credential. */
|
|
394
|
+
assa_abloy_vostio_metadata?:
|
|
395
|
+
| {
|
|
396
|
+
override_guest_acs_entrance_ids?:
|
|
397
|
+
| string[]
|
|
398
|
+
| undefined
|
|
399
|
+
key_id?: string | undefined
|
|
400
|
+
key_issuing_request_id?: string | undefined
|
|
401
|
+
door_names?: string[] | undefined
|
|
402
|
+
endpoint_id?: string | undefined
|
|
403
|
+
}
|
|
404
|
+
| undefined
|
|
377
405
|
is_managed: false
|
|
378
406
|
}
|
|
379
407
|
)
|
|
@@ -454,6 +482,8 @@ export interface Routes {
|
|
|
454
482
|
| 'salto_ks_credential'
|
|
455
483
|
| 'assa_abloy_vostio_card'
|
|
456
484
|
| 'assa_abloy_vostio_mobile_key'
|
|
485
|
+
| 'salto_space_card'
|
|
486
|
+
| 'salto_space_mobile_key'
|
|
457
487
|
)
|
|
458
488
|
| undefined
|
|
459
489
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -545,6 +575,16 @@ export interface Routes {
|
|
|
545
575
|
credential_id?: string | undefined
|
|
546
576
|
}
|
|
547
577
|
| undefined
|
|
578
|
+
/** Vostio-specific metadata for the credential. */
|
|
579
|
+
assa_abloy_vostio_metadata?:
|
|
580
|
+
| {
|
|
581
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
582
|
+
key_id?: string | undefined
|
|
583
|
+
key_issuing_request_id?: string | undefined
|
|
584
|
+
door_names?: string[] | undefined
|
|
585
|
+
endpoint_id?: string | undefined
|
|
586
|
+
}
|
|
587
|
+
| undefined
|
|
548
588
|
is_managed: true
|
|
549
589
|
}
|
|
550
590
|
| {
|
|
@@ -578,6 +618,8 @@ export interface Routes {
|
|
|
578
618
|
| 'salto_ks_credential'
|
|
579
619
|
| 'assa_abloy_vostio_card'
|
|
580
620
|
| 'assa_abloy_vostio_mobile_key'
|
|
621
|
+
| 'salto_space_card'
|
|
622
|
+
| 'salto_space_mobile_key'
|
|
581
623
|
)
|
|
582
624
|
| undefined
|
|
583
625
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -669,6 +711,16 @@ export interface Routes {
|
|
|
669
711
|
credential_id?: string | undefined
|
|
670
712
|
}
|
|
671
713
|
| undefined
|
|
714
|
+
/** Vostio-specific metadata for the credential. */
|
|
715
|
+
assa_abloy_vostio_metadata?:
|
|
716
|
+
| {
|
|
717
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
718
|
+
key_id?: string | undefined
|
|
719
|
+
key_issuing_request_id?: string | undefined
|
|
720
|
+
door_names?: string[] | undefined
|
|
721
|
+
endpoint_id?: string | undefined
|
|
722
|
+
}
|
|
723
|
+
| undefined
|
|
672
724
|
is_managed: false
|
|
673
725
|
}
|
|
674
726
|
}
|
|
@@ -1793,6 +1845,8 @@ export interface Routes {
|
|
|
1793
1845
|
| 'salto_ks_credential'
|
|
1794
1846
|
| 'assa_abloy_vostio_card'
|
|
1795
1847
|
| 'assa_abloy_vostio_mobile_key'
|
|
1848
|
+
| 'salto_space_card'
|
|
1849
|
+
| 'salto_space_mobile_key'
|
|
1796
1850
|
)
|
|
1797
1851
|
| undefined
|
|
1798
1852
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -1884,6 +1938,18 @@ export interface Routes {
|
|
|
1884
1938
|
credential_id?: string | undefined
|
|
1885
1939
|
}
|
|
1886
1940
|
| undefined
|
|
1941
|
+
/** Vostio-specific metadata for the credential. */
|
|
1942
|
+
assa_abloy_vostio_metadata?:
|
|
1943
|
+
| {
|
|
1944
|
+
override_guest_acs_entrance_ids?:
|
|
1945
|
+
| string[]
|
|
1946
|
+
| undefined
|
|
1947
|
+
key_id?: string | undefined
|
|
1948
|
+
key_issuing_request_id?: string | undefined
|
|
1949
|
+
door_names?: string[] | undefined
|
|
1950
|
+
endpoint_id?: string | undefined
|
|
1951
|
+
}
|
|
1952
|
+
| undefined
|
|
1887
1953
|
is_managed: true
|
|
1888
1954
|
}
|
|
1889
1955
|
| {
|
|
@@ -1917,6 +1983,8 @@ export interface Routes {
|
|
|
1917
1983
|
| 'salto_ks_credential'
|
|
1918
1984
|
| 'assa_abloy_vostio_card'
|
|
1919
1985
|
| 'assa_abloy_vostio_mobile_key'
|
|
1986
|
+
| 'salto_space_card'
|
|
1987
|
+
| 'salto_space_mobile_key'
|
|
1920
1988
|
)
|
|
1921
1989
|
| undefined
|
|
1922
1990
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -2008,6 +2076,18 @@ export interface Routes {
|
|
|
2008
2076
|
credential_id?: string | undefined
|
|
2009
2077
|
}
|
|
2010
2078
|
| undefined
|
|
2079
|
+
/** Vostio-specific metadata for the credential. */
|
|
2080
|
+
assa_abloy_vostio_metadata?:
|
|
2081
|
+
| {
|
|
2082
|
+
override_guest_acs_entrance_ids?:
|
|
2083
|
+
| string[]
|
|
2084
|
+
| undefined
|
|
2085
|
+
key_id?: string | undefined
|
|
2086
|
+
key_issuing_request_id?: string | undefined
|
|
2087
|
+
door_names?: string[] | undefined
|
|
2088
|
+
endpoint_id?: string | undefined
|
|
2089
|
+
}
|
|
2090
|
+
| undefined
|
|
2011
2091
|
is_managed: false
|
|
2012
2092
|
}
|
|
2013
2093
|
)
|
|
@@ -2088,6 +2168,8 @@ export interface Routes {
|
|
|
2088
2168
|
| 'salto_ks_credential'
|
|
2089
2169
|
| 'assa_abloy_vostio_card'
|
|
2090
2170
|
| 'assa_abloy_vostio_mobile_key'
|
|
2171
|
+
| 'salto_space_card'
|
|
2172
|
+
| 'salto_space_mobile_key'
|
|
2091
2173
|
)
|
|
2092
2174
|
| undefined
|
|
2093
2175
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -2179,6 +2261,16 @@ export interface Routes {
|
|
|
2179
2261
|
credential_id?: string | undefined
|
|
2180
2262
|
}
|
|
2181
2263
|
| undefined
|
|
2264
|
+
/** Vostio-specific metadata for the credential. */
|
|
2265
|
+
assa_abloy_vostio_metadata?:
|
|
2266
|
+
| {
|
|
2267
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
2268
|
+
key_id?: string | undefined
|
|
2269
|
+
key_issuing_request_id?: string | undefined
|
|
2270
|
+
door_names?: string[] | undefined
|
|
2271
|
+
endpoint_id?: string | undefined
|
|
2272
|
+
}
|
|
2273
|
+
| undefined
|
|
2182
2274
|
is_managed: true
|
|
2183
2275
|
}
|
|
2184
2276
|
| {
|
|
@@ -2212,6 +2304,8 @@ export interface Routes {
|
|
|
2212
2304
|
| 'salto_ks_credential'
|
|
2213
2305
|
| 'assa_abloy_vostio_card'
|
|
2214
2306
|
| 'assa_abloy_vostio_mobile_key'
|
|
2307
|
+
| 'salto_space_card'
|
|
2308
|
+
| 'salto_space_mobile_key'
|
|
2215
2309
|
)
|
|
2216
2310
|
| undefined
|
|
2217
2311
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -2303,6 +2397,16 @@ export interface Routes {
|
|
|
2303
2397
|
credential_id?: string | undefined
|
|
2304
2398
|
}
|
|
2305
2399
|
| undefined
|
|
2400
|
+
/** Vostio-specific metadata for the credential. */
|
|
2401
|
+
assa_abloy_vostio_metadata?:
|
|
2402
|
+
| {
|
|
2403
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
2404
|
+
key_id?: string | undefined
|
|
2405
|
+
key_issuing_request_id?: string | undefined
|
|
2406
|
+
door_names?: string[] | undefined
|
|
2407
|
+
endpoint_id?: string | undefined
|
|
2408
|
+
}
|
|
2409
|
+
| undefined
|
|
2306
2410
|
is_managed: false
|
|
2307
2411
|
}
|
|
2308
2412
|
}
|
|
@@ -4389,6 +4493,8 @@ export interface Routes {
|
|
|
4389
4493
|
| 'salto_ks_credential'
|
|
4390
4494
|
| 'assa_abloy_vostio_card'
|
|
4391
4495
|
| 'assa_abloy_vostio_mobile_key'
|
|
4496
|
+
| 'salto_space_card'
|
|
4497
|
+
| 'salto_space_mobile_key'
|
|
4392
4498
|
)
|
|
4393
4499
|
| undefined
|
|
4394
4500
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -4480,6 +4586,18 @@ export interface Routes {
|
|
|
4480
4586
|
credential_id?: string | undefined
|
|
4481
4587
|
}
|
|
4482
4588
|
| undefined
|
|
4589
|
+
/** Vostio-specific metadata for the credential. */
|
|
4590
|
+
assa_abloy_vostio_metadata?:
|
|
4591
|
+
| {
|
|
4592
|
+
override_guest_acs_entrance_ids?:
|
|
4593
|
+
| string[]
|
|
4594
|
+
| undefined
|
|
4595
|
+
key_id?: string | undefined
|
|
4596
|
+
key_issuing_request_id?: string | undefined
|
|
4597
|
+
door_names?: string[] | undefined
|
|
4598
|
+
endpoint_id?: string | undefined
|
|
4599
|
+
}
|
|
4600
|
+
| undefined
|
|
4483
4601
|
is_managed: true
|
|
4484
4602
|
}
|
|
4485
4603
|
| {
|
|
@@ -4513,6 +4631,8 @@ export interface Routes {
|
|
|
4513
4631
|
| 'salto_ks_credential'
|
|
4514
4632
|
| 'assa_abloy_vostio_card'
|
|
4515
4633
|
| 'assa_abloy_vostio_mobile_key'
|
|
4634
|
+
| 'salto_space_card'
|
|
4635
|
+
| 'salto_space_mobile_key'
|
|
4516
4636
|
)
|
|
4517
4637
|
| undefined
|
|
4518
4638
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -4604,6 +4724,18 @@ export interface Routes {
|
|
|
4604
4724
|
credential_id?: string | undefined
|
|
4605
4725
|
}
|
|
4606
4726
|
| undefined
|
|
4727
|
+
/** Vostio-specific metadata for the credential. */
|
|
4728
|
+
assa_abloy_vostio_metadata?:
|
|
4729
|
+
| {
|
|
4730
|
+
override_guest_acs_entrance_ids?:
|
|
4731
|
+
| string[]
|
|
4732
|
+
| undefined
|
|
4733
|
+
key_id?: string | undefined
|
|
4734
|
+
key_issuing_request_id?: string | undefined
|
|
4735
|
+
door_names?: string[] | undefined
|
|
4736
|
+
endpoint_id?: string | undefined
|
|
4737
|
+
}
|
|
4738
|
+
| undefined
|
|
4607
4739
|
is_managed: false
|
|
4608
4740
|
}
|
|
4609
4741
|
)
|
|
@@ -4684,6 +4816,8 @@ export interface Routes {
|
|
|
4684
4816
|
| 'salto_ks_credential'
|
|
4685
4817
|
| 'assa_abloy_vostio_card'
|
|
4686
4818
|
| 'assa_abloy_vostio_mobile_key'
|
|
4819
|
+
| 'salto_space_card'
|
|
4820
|
+
| 'salto_space_mobile_key'
|
|
4687
4821
|
)
|
|
4688
4822
|
| undefined
|
|
4689
4823
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -4775,6 +4909,16 @@ export interface Routes {
|
|
|
4775
4909
|
credential_id?: string | undefined
|
|
4776
4910
|
}
|
|
4777
4911
|
| undefined
|
|
4912
|
+
/** Vostio-specific metadata for the credential. */
|
|
4913
|
+
assa_abloy_vostio_metadata?:
|
|
4914
|
+
| {
|
|
4915
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
4916
|
+
key_id?: string | undefined
|
|
4917
|
+
key_issuing_request_id?: string | undefined
|
|
4918
|
+
door_names?: string[] | undefined
|
|
4919
|
+
endpoint_id?: string | undefined
|
|
4920
|
+
}
|
|
4921
|
+
| undefined
|
|
4778
4922
|
is_managed: true
|
|
4779
4923
|
}
|
|
4780
4924
|
| {
|
|
@@ -4808,6 +4952,8 @@ export interface Routes {
|
|
|
4808
4952
|
| 'salto_ks_credential'
|
|
4809
4953
|
| 'assa_abloy_vostio_card'
|
|
4810
4954
|
| 'assa_abloy_vostio_mobile_key'
|
|
4955
|
+
| 'salto_space_card'
|
|
4956
|
+
| 'salto_space_mobile_key'
|
|
4811
4957
|
)
|
|
4812
4958
|
| undefined
|
|
4813
4959
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -4899,6 +5045,16 @@ export interface Routes {
|
|
|
4899
5045
|
credential_id?: string | undefined
|
|
4900
5046
|
}
|
|
4901
5047
|
| undefined
|
|
5048
|
+
/** Vostio-specific metadata for the credential. */
|
|
5049
|
+
assa_abloy_vostio_metadata?:
|
|
5050
|
+
| {
|
|
5051
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
5052
|
+
key_id?: string | undefined
|
|
5053
|
+
key_issuing_request_id?: string | undefined
|
|
5054
|
+
door_names?: string[] | undefined
|
|
5055
|
+
endpoint_id?: string | undefined
|
|
5056
|
+
}
|
|
5057
|
+
| undefined
|
|
4902
5058
|
is_managed: false
|
|
4903
5059
|
}
|
|
4904
5060
|
}
|
|
@@ -6010,6 +6166,8 @@ export interface Routes {
|
|
|
6010
6166
|
| 'salto_ks_credential'
|
|
6011
6167
|
| 'assa_abloy_vostio_card'
|
|
6012
6168
|
| 'assa_abloy_vostio_mobile_key'
|
|
6169
|
+
| 'salto_space_card'
|
|
6170
|
+
| 'salto_space_mobile_key'
|
|
6013
6171
|
)
|
|
6014
6172
|
| undefined
|
|
6015
6173
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6101,6 +6259,18 @@ export interface Routes {
|
|
|
6101
6259
|
credential_id?: string | undefined
|
|
6102
6260
|
}
|
|
6103
6261
|
| undefined
|
|
6262
|
+
/** Vostio-specific metadata for the credential. */
|
|
6263
|
+
assa_abloy_vostio_metadata?:
|
|
6264
|
+
| {
|
|
6265
|
+
override_guest_acs_entrance_ids?:
|
|
6266
|
+
| string[]
|
|
6267
|
+
| undefined
|
|
6268
|
+
key_id?: string | undefined
|
|
6269
|
+
key_issuing_request_id?: string | undefined
|
|
6270
|
+
door_names?: string[] | undefined
|
|
6271
|
+
endpoint_id?: string | undefined
|
|
6272
|
+
}
|
|
6273
|
+
| undefined
|
|
6104
6274
|
is_managed: true
|
|
6105
6275
|
}
|
|
6106
6276
|
| {
|
|
@@ -6134,6 +6304,8 @@ export interface Routes {
|
|
|
6134
6304
|
| 'salto_ks_credential'
|
|
6135
6305
|
| 'assa_abloy_vostio_card'
|
|
6136
6306
|
| 'assa_abloy_vostio_mobile_key'
|
|
6307
|
+
| 'salto_space_card'
|
|
6308
|
+
| 'salto_space_mobile_key'
|
|
6137
6309
|
)
|
|
6138
6310
|
| undefined
|
|
6139
6311
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6225,6 +6397,18 @@ export interface Routes {
|
|
|
6225
6397
|
credential_id?: string | undefined
|
|
6226
6398
|
}
|
|
6227
6399
|
| undefined
|
|
6400
|
+
/** Vostio-specific metadata for the credential. */
|
|
6401
|
+
assa_abloy_vostio_metadata?:
|
|
6402
|
+
| {
|
|
6403
|
+
override_guest_acs_entrance_ids?:
|
|
6404
|
+
| string[]
|
|
6405
|
+
| undefined
|
|
6406
|
+
key_id?: string | undefined
|
|
6407
|
+
key_issuing_request_id?: string | undefined
|
|
6408
|
+
door_names?: string[] | undefined
|
|
6409
|
+
endpoint_id?: string | undefined
|
|
6410
|
+
}
|
|
6411
|
+
| undefined
|
|
6228
6412
|
is_managed: false
|
|
6229
6413
|
}
|
|
6230
6414
|
)
|
|
@@ -6305,6 +6489,8 @@ export interface Routes {
|
|
|
6305
6489
|
| 'salto_ks_credential'
|
|
6306
6490
|
| 'assa_abloy_vostio_card'
|
|
6307
6491
|
| 'assa_abloy_vostio_mobile_key'
|
|
6492
|
+
| 'salto_space_card'
|
|
6493
|
+
| 'salto_space_mobile_key'
|
|
6308
6494
|
)
|
|
6309
6495
|
| undefined
|
|
6310
6496
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6396,6 +6582,16 @@ export interface Routes {
|
|
|
6396
6582
|
credential_id?: string | undefined
|
|
6397
6583
|
}
|
|
6398
6584
|
| undefined
|
|
6585
|
+
/** Vostio-specific metadata for the credential. */
|
|
6586
|
+
assa_abloy_vostio_metadata?:
|
|
6587
|
+
| {
|
|
6588
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
6589
|
+
key_id?: string | undefined
|
|
6590
|
+
key_issuing_request_id?: string | undefined
|
|
6591
|
+
door_names?: string[] | undefined
|
|
6592
|
+
endpoint_id?: string | undefined
|
|
6593
|
+
}
|
|
6594
|
+
| undefined
|
|
6399
6595
|
is_managed: true
|
|
6400
6596
|
}
|
|
6401
6597
|
| {
|
|
@@ -6429,6 +6625,8 @@ export interface Routes {
|
|
|
6429
6625
|
| 'salto_ks_credential'
|
|
6430
6626
|
| 'assa_abloy_vostio_card'
|
|
6431
6627
|
| 'assa_abloy_vostio_mobile_key'
|
|
6628
|
+
| 'salto_space_card'
|
|
6629
|
+
| 'salto_space_mobile_key'
|
|
6432
6630
|
)
|
|
6433
6631
|
| undefined
|
|
6434
6632
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6520,6 +6718,16 @@ export interface Routes {
|
|
|
6520
6718
|
credential_id?: string | undefined
|
|
6521
6719
|
}
|
|
6522
6720
|
| undefined
|
|
6721
|
+
/** Vostio-specific metadata for the credential. */
|
|
6722
|
+
assa_abloy_vostio_metadata?:
|
|
6723
|
+
| {
|
|
6724
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
6725
|
+
key_id?: string | undefined
|
|
6726
|
+
key_issuing_request_id?: string | undefined
|
|
6727
|
+
door_names?: string[] | undefined
|
|
6728
|
+
endpoint_id?: string | undefined
|
|
6729
|
+
}
|
|
6730
|
+
| undefined
|
|
6523
6731
|
is_managed: false
|
|
6524
6732
|
}
|
|
6525
6733
|
}
|
|
@@ -7446,6 +7654,8 @@ export interface Routes {
|
|
|
7446
7654
|
| 'salto_ks_credential'
|
|
7447
7655
|
| 'assa_abloy_vostio_card'
|
|
7448
7656
|
| 'assa_abloy_vostio_mobile_key'
|
|
7657
|
+
| 'salto_space_card'
|
|
7658
|
+
| 'salto_space_mobile_key'
|
|
7449
7659
|
)
|
|
7450
7660
|
| undefined
|
|
7451
7661
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -7537,6 +7747,16 @@ export interface Routes {
|
|
|
7537
7747
|
credential_id?: string | undefined
|
|
7538
7748
|
}
|
|
7539
7749
|
| undefined
|
|
7750
|
+
/** Vostio-specific metadata for the credential. */
|
|
7751
|
+
assa_abloy_vostio_metadata?:
|
|
7752
|
+
| {
|
|
7753
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
7754
|
+
key_id?: string | undefined
|
|
7755
|
+
key_issuing_request_id?: string | undefined
|
|
7756
|
+
door_names?: string[] | undefined
|
|
7757
|
+
endpoint_id?: string | undefined
|
|
7758
|
+
}
|
|
7759
|
+
| undefined
|
|
7540
7760
|
is_managed: true
|
|
7541
7761
|
}
|
|
7542
7762
|
}
|
|
@@ -7632,6 +7852,8 @@ export interface Routes {
|
|
|
7632
7852
|
| 'salto_ks_credential'
|
|
7633
7853
|
| 'assa_abloy_vostio_card'
|
|
7634
7854
|
| 'assa_abloy_vostio_mobile_key'
|
|
7855
|
+
| 'salto_space_card'
|
|
7856
|
+
| 'salto_space_mobile_key'
|
|
7635
7857
|
)
|
|
7636
7858
|
| undefined
|
|
7637
7859
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -7723,6 +7945,16 @@ export interface Routes {
|
|
|
7723
7945
|
credential_id?: string | undefined
|
|
7724
7946
|
}
|
|
7725
7947
|
| undefined
|
|
7948
|
+
/** Vostio-specific metadata for the credential. */
|
|
7949
|
+
assa_abloy_vostio_metadata?:
|
|
7950
|
+
| {
|
|
7951
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
7952
|
+
key_id?: string | undefined
|
|
7953
|
+
key_issuing_request_id?: string | undefined
|
|
7954
|
+
door_names?: string[] | undefined
|
|
7955
|
+
endpoint_id?: string | undefined
|
|
7956
|
+
}
|
|
7957
|
+
| undefined
|
|
7726
7958
|
is_managed: true
|
|
7727
7959
|
}
|
|
7728
7960
|
}
|
|
@@ -7779,6 +8011,8 @@ export interface Routes {
|
|
|
7779
8011
|
| 'salto_ks_credential'
|
|
7780
8012
|
| 'assa_abloy_vostio_card'
|
|
7781
8013
|
| 'assa_abloy_vostio_mobile_key'
|
|
8014
|
+
| 'salto_space_card'
|
|
8015
|
+
| 'salto_space_mobile_key'
|
|
7782
8016
|
)
|
|
7783
8017
|
| undefined
|
|
7784
8018
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -7870,6 +8104,16 @@ export interface Routes {
|
|
|
7870
8104
|
credential_id?: string | undefined
|
|
7871
8105
|
}
|
|
7872
8106
|
| undefined
|
|
8107
|
+
/** Vostio-specific metadata for the credential. */
|
|
8108
|
+
assa_abloy_vostio_metadata?:
|
|
8109
|
+
| {
|
|
8110
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
8111
|
+
key_id?: string | undefined
|
|
8112
|
+
key_issuing_request_id?: string | undefined
|
|
8113
|
+
door_names?: string[] | undefined
|
|
8114
|
+
endpoint_id?: string | undefined
|
|
8115
|
+
}
|
|
8116
|
+
| undefined
|
|
7873
8117
|
is_managed: true
|
|
7874
8118
|
}
|
|
7875
8119
|
}
|
|
@@ -7930,6 +8174,8 @@ export interface Routes {
|
|
|
7930
8174
|
| 'salto_ks_credential'
|
|
7931
8175
|
| 'assa_abloy_vostio_card'
|
|
7932
8176
|
| 'assa_abloy_vostio_mobile_key'
|
|
8177
|
+
| 'salto_space_card'
|
|
8178
|
+
| 'salto_space_mobile_key'
|
|
7933
8179
|
)
|
|
7934
8180
|
| undefined
|
|
7935
8181
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8021,6 +8267,16 @@ export interface Routes {
|
|
|
8021
8267
|
credential_id?: string | undefined
|
|
8022
8268
|
}
|
|
8023
8269
|
| undefined
|
|
8270
|
+
/** Vostio-specific metadata for the credential. */
|
|
8271
|
+
assa_abloy_vostio_metadata?:
|
|
8272
|
+
| {
|
|
8273
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
8274
|
+
key_id?: string | undefined
|
|
8275
|
+
key_issuing_request_id?: string | undefined
|
|
8276
|
+
door_names?: string[] | undefined
|
|
8277
|
+
endpoint_id?: string | undefined
|
|
8278
|
+
}
|
|
8279
|
+
| undefined
|
|
8024
8280
|
is_managed: true
|
|
8025
8281
|
}
|
|
8026
8282
|
}
|
|
@@ -8090,6 +8346,8 @@ export interface Routes {
|
|
|
8090
8346
|
| 'salto_ks_credential'
|
|
8091
8347
|
| 'assa_abloy_vostio_card'
|
|
8092
8348
|
| 'assa_abloy_vostio_mobile_key'
|
|
8349
|
+
| 'salto_space_card'
|
|
8350
|
+
| 'salto_space_mobile_key'
|
|
8093
8351
|
)
|
|
8094
8352
|
| undefined
|
|
8095
8353
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8181,6 +8439,16 @@ export interface Routes {
|
|
|
8181
8439
|
credential_id?: string | undefined
|
|
8182
8440
|
}
|
|
8183
8441
|
| undefined
|
|
8442
|
+
/** Vostio-specific metadata for the credential. */
|
|
8443
|
+
assa_abloy_vostio_metadata?:
|
|
8444
|
+
| {
|
|
8445
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
8446
|
+
key_id?: string | undefined
|
|
8447
|
+
key_issuing_request_id?: string | undefined
|
|
8448
|
+
door_names?: string[] | undefined
|
|
8449
|
+
endpoint_id?: string | undefined
|
|
8450
|
+
}
|
|
8451
|
+
| undefined
|
|
8184
8452
|
is_managed: true
|
|
8185
8453
|
}>
|
|
8186
8454
|
}
|
|
@@ -8320,6 +8588,8 @@ export interface Routes {
|
|
|
8320
8588
|
| 'salto_ks_credential'
|
|
8321
8589
|
| 'assa_abloy_vostio_card'
|
|
8322
8590
|
| 'assa_abloy_vostio_mobile_key'
|
|
8591
|
+
| 'salto_space_card'
|
|
8592
|
+
| 'salto_space_mobile_key'
|
|
8323
8593
|
)
|
|
8324
8594
|
| undefined
|
|
8325
8595
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8411,6 +8681,16 @@ export interface Routes {
|
|
|
8411
8681
|
credential_id?: string | undefined
|
|
8412
8682
|
}
|
|
8413
8683
|
| undefined
|
|
8684
|
+
/** Vostio-specific metadata for the credential. */
|
|
8685
|
+
assa_abloy_vostio_metadata?:
|
|
8686
|
+
| {
|
|
8687
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
8688
|
+
key_id?: string | undefined
|
|
8689
|
+
key_issuing_request_id?: string | undefined
|
|
8690
|
+
door_names?: string[] | undefined
|
|
8691
|
+
endpoint_id?: string | undefined
|
|
8692
|
+
}
|
|
8693
|
+
| undefined
|
|
8414
8694
|
is_managed: true
|
|
8415
8695
|
}
|
|
8416
8696
|
}
|
|
@@ -8459,6 +8739,8 @@ export interface Routes {
|
|
|
8459
8739
|
| 'salto_ks_credential'
|
|
8460
8740
|
| 'assa_abloy_vostio_card'
|
|
8461
8741
|
| 'assa_abloy_vostio_mobile_key'
|
|
8742
|
+
| 'salto_space_card'
|
|
8743
|
+
| 'salto_space_mobile_key'
|
|
8462
8744
|
)
|
|
8463
8745
|
| undefined
|
|
8464
8746
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8550,6 +8832,16 @@ export interface Routes {
|
|
|
8550
8832
|
credential_id?: string | undefined
|
|
8551
8833
|
}
|
|
8552
8834
|
| undefined
|
|
8835
|
+
/** Vostio-specific metadata for the credential. */
|
|
8836
|
+
assa_abloy_vostio_metadata?:
|
|
8837
|
+
| {
|
|
8838
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
8839
|
+
key_id?: string | undefined
|
|
8840
|
+
key_issuing_request_id?: string | undefined
|
|
8841
|
+
door_names?: string[] | undefined
|
|
8842
|
+
endpoint_id?: string | undefined
|
|
8843
|
+
}
|
|
8844
|
+
| undefined
|
|
8553
8845
|
is_managed: false
|
|
8554
8846
|
}
|
|
8555
8847
|
}
|
|
@@ -8611,6 +8903,8 @@ export interface Routes {
|
|
|
8611
8903
|
| 'salto_ks_credential'
|
|
8612
8904
|
| 'assa_abloy_vostio_card'
|
|
8613
8905
|
| 'assa_abloy_vostio_mobile_key'
|
|
8906
|
+
| 'salto_space_card'
|
|
8907
|
+
| 'salto_space_mobile_key'
|
|
8614
8908
|
)
|
|
8615
8909
|
| undefined
|
|
8616
8910
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8702,6 +8996,16 @@ export interface Routes {
|
|
|
8702
8996
|
credential_id?: string | undefined
|
|
8703
8997
|
}
|
|
8704
8998
|
| undefined
|
|
8999
|
+
/** Vostio-specific metadata for the credential. */
|
|
9000
|
+
assa_abloy_vostio_metadata?:
|
|
9001
|
+
| {
|
|
9002
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
9003
|
+
key_id?: string | undefined
|
|
9004
|
+
key_issuing_request_id?: string | undefined
|
|
9005
|
+
door_names?: string[] | undefined
|
|
9006
|
+
endpoint_id?: string | undefined
|
|
9007
|
+
}
|
|
9008
|
+
| undefined
|
|
8705
9009
|
is_managed: false
|
|
8706
9010
|
}>
|
|
8707
9011
|
}
|
|
@@ -8754,6 +9058,8 @@ export interface Routes {
|
|
|
8754
9058
|
| 'salto_ks_credential'
|
|
8755
9059
|
| 'assa_abloy_vostio_card'
|
|
8756
9060
|
| 'assa_abloy_vostio_mobile_key'
|
|
9061
|
+
| 'salto_space_card'
|
|
9062
|
+
| 'salto_space_mobile_key'
|
|
8757
9063
|
)
|
|
8758
9064
|
| undefined
|
|
8759
9065
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8845,6 +9151,16 @@ export interface Routes {
|
|
|
8845
9151
|
credential_id?: string | undefined
|
|
8846
9152
|
}
|
|
8847
9153
|
| undefined
|
|
9154
|
+
/** Vostio-specific metadata for the credential. */
|
|
9155
|
+
assa_abloy_vostio_metadata?:
|
|
9156
|
+
| {
|
|
9157
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
9158
|
+
key_id?: string | undefined
|
|
9159
|
+
key_issuing_request_id?: string | undefined
|
|
9160
|
+
door_names?: string[] | undefined
|
|
9161
|
+
endpoint_id?: string | undefined
|
|
9162
|
+
}
|
|
9163
|
+
| undefined
|
|
8848
9164
|
is_managed: true
|
|
8849
9165
|
}
|
|
8850
9166
|
}
|
|
@@ -8996,6 +9312,8 @@ export interface Routes {
|
|
|
8996
9312
|
| 'salto_ks_credential'
|
|
8997
9313
|
| 'assa_abloy_vostio_card'
|
|
8998
9314
|
| 'assa_abloy_vostio_mobile_key'
|
|
9315
|
+
| 'salto_space_card'
|
|
9316
|
+
| 'salto_space_mobile_key'
|
|
8999
9317
|
)
|
|
9000
9318
|
| undefined
|
|
9001
9319
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -9087,6 +9405,18 @@ export interface Routes {
|
|
|
9087
9405
|
credential_id?: string | undefined
|
|
9088
9406
|
}
|
|
9089
9407
|
| undefined
|
|
9408
|
+
/** Vostio-specific metadata for the credential. */
|
|
9409
|
+
assa_abloy_vostio_metadata?:
|
|
9410
|
+
| {
|
|
9411
|
+
override_guest_acs_entrance_ids?:
|
|
9412
|
+
| string[]
|
|
9413
|
+
| undefined
|
|
9414
|
+
key_id?: string | undefined
|
|
9415
|
+
key_issuing_request_id?: string | undefined
|
|
9416
|
+
door_names?: string[] | undefined
|
|
9417
|
+
endpoint_id?: string | undefined
|
|
9418
|
+
}
|
|
9419
|
+
| undefined
|
|
9090
9420
|
is_managed: true
|
|
9091
9421
|
}
|
|
9092
9422
|
| {
|
|
@@ -9120,6 +9450,8 @@ export interface Routes {
|
|
|
9120
9450
|
| 'salto_ks_credential'
|
|
9121
9451
|
| 'assa_abloy_vostio_card'
|
|
9122
9452
|
| 'assa_abloy_vostio_mobile_key'
|
|
9453
|
+
| 'salto_space_card'
|
|
9454
|
+
| 'salto_space_mobile_key'
|
|
9123
9455
|
)
|
|
9124
9456
|
| undefined
|
|
9125
9457
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -9211,6 +9543,18 @@ export interface Routes {
|
|
|
9211
9543
|
credential_id?: string | undefined
|
|
9212
9544
|
}
|
|
9213
9545
|
| undefined
|
|
9546
|
+
/** Vostio-specific metadata for the credential. */
|
|
9547
|
+
assa_abloy_vostio_metadata?:
|
|
9548
|
+
| {
|
|
9549
|
+
override_guest_acs_entrance_ids?:
|
|
9550
|
+
| string[]
|
|
9551
|
+
| undefined
|
|
9552
|
+
key_id?: string | undefined
|
|
9553
|
+
key_issuing_request_id?: string | undefined
|
|
9554
|
+
door_names?: string[] | undefined
|
|
9555
|
+
endpoint_id?: string | undefined
|
|
9556
|
+
}
|
|
9557
|
+
| undefined
|
|
9214
9558
|
is_managed: false
|
|
9215
9559
|
}
|
|
9216
9560
|
)
|
|
@@ -9291,6 +9635,8 @@ export interface Routes {
|
|
|
9291
9635
|
| 'salto_ks_credential'
|
|
9292
9636
|
| 'assa_abloy_vostio_card'
|
|
9293
9637
|
| 'assa_abloy_vostio_mobile_key'
|
|
9638
|
+
| 'salto_space_card'
|
|
9639
|
+
| 'salto_space_mobile_key'
|
|
9294
9640
|
)
|
|
9295
9641
|
| undefined
|
|
9296
9642
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -9382,6 +9728,16 @@ export interface Routes {
|
|
|
9382
9728
|
credential_id?: string | undefined
|
|
9383
9729
|
}
|
|
9384
9730
|
| undefined
|
|
9731
|
+
/** Vostio-specific metadata for the credential. */
|
|
9732
|
+
assa_abloy_vostio_metadata?:
|
|
9733
|
+
| {
|
|
9734
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
9735
|
+
key_id?: string | undefined
|
|
9736
|
+
key_issuing_request_id?: string | undefined
|
|
9737
|
+
door_names?: string[] | undefined
|
|
9738
|
+
endpoint_id?: string | undefined
|
|
9739
|
+
}
|
|
9740
|
+
| undefined
|
|
9385
9741
|
is_managed: true
|
|
9386
9742
|
}
|
|
9387
9743
|
| {
|
|
@@ -9415,6 +9771,8 @@ export interface Routes {
|
|
|
9415
9771
|
| 'salto_ks_credential'
|
|
9416
9772
|
| 'assa_abloy_vostio_card'
|
|
9417
9773
|
| 'assa_abloy_vostio_mobile_key'
|
|
9774
|
+
| 'salto_space_card'
|
|
9775
|
+
| 'salto_space_mobile_key'
|
|
9418
9776
|
)
|
|
9419
9777
|
| undefined
|
|
9420
9778
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -9506,6 +9864,16 @@ export interface Routes {
|
|
|
9506
9864
|
credential_id?: string | undefined
|
|
9507
9865
|
}
|
|
9508
9866
|
| undefined
|
|
9867
|
+
/** Vostio-specific metadata for the credential. */
|
|
9868
|
+
assa_abloy_vostio_metadata?:
|
|
9869
|
+
| {
|
|
9870
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
9871
|
+
key_id?: string | undefined
|
|
9872
|
+
key_issuing_request_id?: string | undefined
|
|
9873
|
+
door_names?: string[] | undefined
|
|
9874
|
+
endpoint_id?: string | undefined
|
|
9875
|
+
}
|
|
9876
|
+
| undefined
|
|
9509
9877
|
is_managed: false
|
|
9510
9878
|
}
|
|
9511
9879
|
}
|
|
@@ -10034,6 +10402,8 @@ export interface Routes {
|
|
|
10034
10402
|
| 'salto_ks_credential'
|
|
10035
10403
|
| 'assa_abloy_vostio_card'
|
|
10036
10404
|
| 'assa_abloy_vostio_mobile_key'
|
|
10405
|
+
| 'salto_space_card'
|
|
10406
|
+
| 'salto_space_mobile_key'
|
|
10037
10407
|
)
|
|
10038
10408
|
| undefined
|
|
10039
10409
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -10125,6 +10495,18 @@ export interface Routes {
|
|
|
10125
10495
|
credential_id?: string | undefined
|
|
10126
10496
|
}
|
|
10127
10497
|
| undefined
|
|
10498
|
+
/** Vostio-specific metadata for the credential. */
|
|
10499
|
+
assa_abloy_vostio_metadata?:
|
|
10500
|
+
| {
|
|
10501
|
+
override_guest_acs_entrance_ids?:
|
|
10502
|
+
| string[]
|
|
10503
|
+
| undefined
|
|
10504
|
+
key_id?: string | undefined
|
|
10505
|
+
key_issuing_request_id?: string | undefined
|
|
10506
|
+
door_names?: string[] | undefined
|
|
10507
|
+
endpoint_id?: string | undefined
|
|
10508
|
+
}
|
|
10509
|
+
| undefined
|
|
10128
10510
|
is_managed: true
|
|
10129
10511
|
}
|
|
10130
10512
|
| {
|
|
@@ -10158,6 +10540,8 @@ export interface Routes {
|
|
|
10158
10540
|
| 'salto_ks_credential'
|
|
10159
10541
|
| 'assa_abloy_vostio_card'
|
|
10160
10542
|
| 'assa_abloy_vostio_mobile_key'
|
|
10543
|
+
| 'salto_space_card'
|
|
10544
|
+
| 'salto_space_mobile_key'
|
|
10161
10545
|
)
|
|
10162
10546
|
| undefined
|
|
10163
10547
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -10249,6 +10633,18 @@ export interface Routes {
|
|
|
10249
10633
|
credential_id?: string | undefined
|
|
10250
10634
|
}
|
|
10251
10635
|
| undefined
|
|
10636
|
+
/** Vostio-specific metadata for the credential. */
|
|
10637
|
+
assa_abloy_vostio_metadata?:
|
|
10638
|
+
| {
|
|
10639
|
+
override_guest_acs_entrance_ids?:
|
|
10640
|
+
| string[]
|
|
10641
|
+
| undefined
|
|
10642
|
+
key_id?: string | undefined
|
|
10643
|
+
key_issuing_request_id?: string | undefined
|
|
10644
|
+
door_names?: string[] | undefined
|
|
10645
|
+
endpoint_id?: string | undefined
|
|
10646
|
+
}
|
|
10647
|
+
| undefined
|
|
10252
10648
|
is_managed: false
|
|
10253
10649
|
}
|
|
10254
10650
|
)
|
|
@@ -10329,6 +10725,8 @@ export interface Routes {
|
|
|
10329
10725
|
| 'salto_ks_credential'
|
|
10330
10726
|
| 'assa_abloy_vostio_card'
|
|
10331
10727
|
| 'assa_abloy_vostio_mobile_key'
|
|
10728
|
+
| 'salto_space_card'
|
|
10729
|
+
| 'salto_space_mobile_key'
|
|
10332
10730
|
)
|
|
10333
10731
|
| undefined
|
|
10334
10732
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -10420,6 +10818,16 @@ export interface Routes {
|
|
|
10420
10818
|
credential_id?: string | undefined
|
|
10421
10819
|
}
|
|
10422
10820
|
| undefined
|
|
10821
|
+
/** Vostio-specific metadata for the credential. */
|
|
10822
|
+
assa_abloy_vostio_metadata?:
|
|
10823
|
+
| {
|
|
10824
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
10825
|
+
key_id?: string | undefined
|
|
10826
|
+
key_issuing_request_id?: string | undefined
|
|
10827
|
+
door_names?: string[] | undefined
|
|
10828
|
+
endpoint_id?: string | undefined
|
|
10829
|
+
}
|
|
10830
|
+
| undefined
|
|
10423
10831
|
is_managed: true
|
|
10424
10832
|
}
|
|
10425
10833
|
| {
|
|
@@ -10453,6 +10861,8 @@ export interface Routes {
|
|
|
10453
10861
|
| 'salto_ks_credential'
|
|
10454
10862
|
| 'assa_abloy_vostio_card'
|
|
10455
10863
|
| 'assa_abloy_vostio_mobile_key'
|
|
10864
|
+
| 'salto_space_card'
|
|
10865
|
+
| 'salto_space_mobile_key'
|
|
10456
10866
|
)
|
|
10457
10867
|
| undefined
|
|
10458
10868
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -10544,6 +10954,16 @@ export interface Routes {
|
|
|
10544
10954
|
credential_id?: string | undefined
|
|
10545
10955
|
}
|
|
10546
10956
|
| undefined
|
|
10957
|
+
/** Vostio-specific metadata for the credential. */
|
|
10958
|
+
assa_abloy_vostio_metadata?:
|
|
10959
|
+
| {
|
|
10960
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
10961
|
+
key_id?: string | undefined
|
|
10962
|
+
key_issuing_request_id?: string | undefined
|
|
10963
|
+
door_names?: string[] | undefined
|
|
10964
|
+
endpoint_id?: string | undefined
|
|
10965
|
+
}
|
|
10966
|
+
| undefined
|
|
10547
10967
|
is_managed: false
|
|
10548
10968
|
}
|
|
10549
10969
|
}
|
|
@@ -11198,6 +11618,8 @@ export interface Routes {
|
|
|
11198
11618
|
| 'salto_ks_credential'
|
|
11199
11619
|
| 'assa_abloy_vostio_card'
|
|
11200
11620
|
| 'assa_abloy_vostio_mobile_key'
|
|
11621
|
+
| 'salto_space_card'
|
|
11622
|
+
| 'salto_space_mobile_key'
|
|
11201
11623
|
)
|
|
11202
11624
|
| undefined
|
|
11203
11625
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -11289,6 +11711,16 @@ export interface Routes {
|
|
|
11289
11711
|
credential_id?: string | undefined
|
|
11290
11712
|
}
|
|
11291
11713
|
| undefined
|
|
11714
|
+
/** Vostio-specific metadata for the credential. */
|
|
11715
|
+
assa_abloy_vostio_metadata?:
|
|
11716
|
+
| {
|
|
11717
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11718
|
+
key_id?: string | undefined
|
|
11719
|
+
key_issuing_request_id?: string | undefined
|
|
11720
|
+
door_names?: string[] | undefined
|
|
11721
|
+
endpoint_id?: string | undefined
|
|
11722
|
+
}
|
|
11723
|
+
| undefined
|
|
11292
11724
|
is_managed: true
|
|
11293
11725
|
}>
|
|
11294
11726
|
}
|
|
@@ -12838,6 +13270,8 @@ export interface Routes {
|
|
|
12838
13270
|
| 'salto_ks_credential'
|
|
12839
13271
|
| 'assa_abloy_vostio_card'
|
|
12840
13272
|
| 'assa_abloy_vostio_mobile_key'
|
|
13273
|
+
| 'salto_space_card'
|
|
13274
|
+
| 'salto_space_mobile_key'
|
|
12841
13275
|
)
|
|
12842
13276
|
| undefined
|
|
12843
13277
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -12929,6 +13363,18 @@ export interface Routes {
|
|
|
12929
13363
|
credential_id?: string | undefined
|
|
12930
13364
|
}
|
|
12931
13365
|
| undefined
|
|
13366
|
+
/** Vostio-specific metadata for the credential. */
|
|
13367
|
+
assa_abloy_vostio_metadata?:
|
|
13368
|
+
| {
|
|
13369
|
+
override_guest_acs_entrance_ids?:
|
|
13370
|
+
| string[]
|
|
13371
|
+
| undefined
|
|
13372
|
+
key_id?: string | undefined
|
|
13373
|
+
key_issuing_request_id?: string | undefined
|
|
13374
|
+
door_names?: string[] | undefined
|
|
13375
|
+
endpoint_id?: string | undefined
|
|
13376
|
+
}
|
|
13377
|
+
| undefined
|
|
12932
13378
|
is_managed: true
|
|
12933
13379
|
}
|
|
12934
13380
|
| {
|
|
@@ -12962,6 +13408,8 @@ export interface Routes {
|
|
|
12962
13408
|
| 'salto_ks_credential'
|
|
12963
13409
|
| 'assa_abloy_vostio_card'
|
|
12964
13410
|
| 'assa_abloy_vostio_mobile_key'
|
|
13411
|
+
| 'salto_space_card'
|
|
13412
|
+
| 'salto_space_mobile_key'
|
|
12965
13413
|
)
|
|
12966
13414
|
| undefined
|
|
12967
13415
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -13053,6 +13501,18 @@ export interface Routes {
|
|
|
13053
13501
|
credential_id?: string | undefined
|
|
13054
13502
|
}
|
|
13055
13503
|
| undefined
|
|
13504
|
+
/** Vostio-specific metadata for the credential. */
|
|
13505
|
+
assa_abloy_vostio_metadata?:
|
|
13506
|
+
| {
|
|
13507
|
+
override_guest_acs_entrance_ids?:
|
|
13508
|
+
| string[]
|
|
13509
|
+
| undefined
|
|
13510
|
+
key_id?: string | undefined
|
|
13511
|
+
key_issuing_request_id?: string | undefined
|
|
13512
|
+
door_names?: string[] | undefined
|
|
13513
|
+
endpoint_id?: string | undefined
|
|
13514
|
+
}
|
|
13515
|
+
| undefined
|
|
13056
13516
|
is_managed: false
|
|
13057
13517
|
}
|
|
13058
13518
|
)
|
|
@@ -13133,6 +13593,8 @@ export interface Routes {
|
|
|
13133
13593
|
| 'salto_ks_credential'
|
|
13134
13594
|
| 'assa_abloy_vostio_card'
|
|
13135
13595
|
| 'assa_abloy_vostio_mobile_key'
|
|
13596
|
+
| 'salto_space_card'
|
|
13597
|
+
| 'salto_space_mobile_key'
|
|
13136
13598
|
)
|
|
13137
13599
|
| undefined
|
|
13138
13600
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -13224,6 +13686,16 @@ export interface Routes {
|
|
|
13224
13686
|
credential_id?: string | undefined
|
|
13225
13687
|
}
|
|
13226
13688
|
| undefined
|
|
13689
|
+
/** Vostio-specific metadata for the credential. */
|
|
13690
|
+
assa_abloy_vostio_metadata?:
|
|
13691
|
+
| {
|
|
13692
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
13693
|
+
key_id?: string | undefined
|
|
13694
|
+
key_issuing_request_id?: string | undefined
|
|
13695
|
+
door_names?: string[] | undefined
|
|
13696
|
+
endpoint_id?: string | undefined
|
|
13697
|
+
}
|
|
13698
|
+
| undefined
|
|
13227
13699
|
is_managed: true
|
|
13228
13700
|
}
|
|
13229
13701
|
| {
|
|
@@ -13257,6 +13729,8 @@ export interface Routes {
|
|
|
13257
13729
|
| 'salto_ks_credential'
|
|
13258
13730
|
| 'assa_abloy_vostio_card'
|
|
13259
13731
|
| 'assa_abloy_vostio_mobile_key'
|
|
13732
|
+
| 'salto_space_card'
|
|
13733
|
+
| 'salto_space_mobile_key'
|
|
13260
13734
|
)
|
|
13261
13735
|
| undefined
|
|
13262
13736
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -13348,6 +13822,16 @@ export interface Routes {
|
|
|
13348
13822
|
credential_id?: string | undefined
|
|
13349
13823
|
}
|
|
13350
13824
|
| undefined
|
|
13825
|
+
/** Vostio-specific metadata for the credential. */
|
|
13826
|
+
assa_abloy_vostio_metadata?:
|
|
13827
|
+
| {
|
|
13828
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
13829
|
+
key_id?: string | undefined
|
|
13830
|
+
key_issuing_request_id?: string | undefined
|
|
13831
|
+
door_names?: string[] | undefined
|
|
13832
|
+
endpoint_id?: string | undefined
|
|
13833
|
+
}
|
|
13834
|
+
| undefined
|
|
13351
13835
|
is_managed: false
|
|
13352
13836
|
}
|
|
13353
13837
|
}
|
|
@@ -13825,6 +14309,8 @@ export interface Routes {
|
|
|
13825
14309
|
| 'salto_ks_credential'
|
|
13826
14310
|
| 'assa_abloy_vostio_card'
|
|
13827
14311
|
| 'assa_abloy_vostio_mobile_key'
|
|
14312
|
+
| 'salto_space_card'
|
|
14313
|
+
| 'salto_space_mobile_key'
|
|
13828
14314
|
)
|
|
13829
14315
|
| undefined
|
|
13830
14316
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -13916,6 +14402,18 @@ export interface Routes {
|
|
|
13916
14402
|
credential_id?: string | undefined
|
|
13917
14403
|
}
|
|
13918
14404
|
| undefined
|
|
14405
|
+
/** Vostio-specific metadata for the credential. */
|
|
14406
|
+
assa_abloy_vostio_metadata?:
|
|
14407
|
+
| {
|
|
14408
|
+
override_guest_acs_entrance_ids?:
|
|
14409
|
+
| string[]
|
|
14410
|
+
| undefined
|
|
14411
|
+
key_id?: string | undefined
|
|
14412
|
+
key_issuing_request_id?: string | undefined
|
|
14413
|
+
door_names?: string[] | undefined
|
|
14414
|
+
endpoint_id?: string | undefined
|
|
14415
|
+
}
|
|
14416
|
+
| undefined
|
|
13919
14417
|
is_managed: true
|
|
13920
14418
|
}
|
|
13921
14419
|
| {
|
|
@@ -13949,6 +14447,8 @@ export interface Routes {
|
|
|
13949
14447
|
| 'salto_ks_credential'
|
|
13950
14448
|
| 'assa_abloy_vostio_card'
|
|
13951
14449
|
| 'assa_abloy_vostio_mobile_key'
|
|
14450
|
+
| 'salto_space_card'
|
|
14451
|
+
| 'salto_space_mobile_key'
|
|
13952
14452
|
)
|
|
13953
14453
|
| undefined
|
|
13954
14454
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -14040,6 +14540,18 @@ export interface Routes {
|
|
|
14040
14540
|
credential_id?: string | undefined
|
|
14041
14541
|
}
|
|
14042
14542
|
| undefined
|
|
14543
|
+
/** Vostio-specific metadata for the credential. */
|
|
14544
|
+
assa_abloy_vostio_metadata?:
|
|
14545
|
+
| {
|
|
14546
|
+
override_guest_acs_entrance_ids?:
|
|
14547
|
+
| string[]
|
|
14548
|
+
| undefined
|
|
14549
|
+
key_id?: string | undefined
|
|
14550
|
+
key_issuing_request_id?: string | undefined
|
|
14551
|
+
door_names?: string[] | undefined
|
|
14552
|
+
endpoint_id?: string | undefined
|
|
14553
|
+
}
|
|
14554
|
+
| undefined
|
|
14043
14555
|
is_managed: false
|
|
14044
14556
|
}
|
|
14045
14557
|
)
|
|
@@ -14120,6 +14632,8 @@ export interface Routes {
|
|
|
14120
14632
|
| 'salto_ks_credential'
|
|
14121
14633
|
| 'assa_abloy_vostio_card'
|
|
14122
14634
|
| 'assa_abloy_vostio_mobile_key'
|
|
14635
|
+
| 'salto_space_card'
|
|
14636
|
+
| 'salto_space_mobile_key'
|
|
14123
14637
|
)
|
|
14124
14638
|
| undefined
|
|
14125
14639
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -14211,6 +14725,16 @@ export interface Routes {
|
|
|
14211
14725
|
credential_id?: string | undefined
|
|
14212
14726
|
}
|
|
14213
14727
|
| undefined
|
|
14728
|
+
/** Vostio-specific metadata for the credential. */
|
|
14729
|
+
assa_abloy_vostio_metadata?:
|
|
14730
|
+
| {
|
|
14731
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
14732
|
+
key_id?: string | undefined
|
|
14733
|
+
key_issuing_request_id?: string | undefined
|
|
14734
|
+
door_names?: string[] | undefined
|
|
14735
|
+
endpoint_id?: string | undefined
|
|
14736
|
+
}
|
|
14737
|
+
| undefined
|
|
14214
14738
|
is_managed: true
|
|
14215
14739
|
}
|
|
14216
14740
|
| {
|
|
@@ -14244,6 +14768,8 @@ export interface Routes {
|
|
|
14244
14768
|
| 'salto_ks_credential'
|
|
14245
14769
|
| 'assa_abloy_vostio_card'
|
|
14246
14770
|
| 'assa_abloy_vostio_mobile_key'
|
|
14771
|
+
| 'salto_space_card'
|
|
14772
|
+
| 'salto_space_mobile_key'
|
|
14247
14773
|
)
|
|
14248
14774
|
| undefined
|
|
14249
14775
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -14335,6 +14861,16 @@ export interface Routes {
|
|
|
14335
14861
|
credential_id?: string | undefined
|
|
14336
14862
|
}
|
|
14337
14863
|
| undefined
|
|
14864
|
+
/** Vostio-specific metadata for the credential. */
|
|
14865
|
+
assa_abloy_vostio_metadata?:
|
|
14866
|
+
| {
|
|
14867
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
14868
|
+
key_id?: string | undefined
|
|
14869
|
+
key_issuing_request_id?: string | undefined
|
|
14870
|
+
door_names?: string[] | undefined
|
|
14871
|
+
endpoint_id?: string | undefined
|
|
14872
|
+
}
|
|
14873
|
+
| undefined
|
|
14338
14874
|
is_managed: false
|
|
14339
14875
|
}
|
|
14340
14876
|
}
|
|
@@ -24618,6 +25154,8 @@ export interface Routes {
|
|
|
24618
25154
|
| 'salto_ks_credential'
|
|
24619
25155
|
| 'assa_abloy_vostio_card'
|
|
24620
25156
|
| 'assa_abloy_vostio_mobile_key'
|
|
25157
|
+
| 'salto_space_card'
|
|
25158
|
+
| 'salto_space_mobile_key'
|
|
24621
25159
|
)
|
|
24622
25160
|
| undefined
|
|
24623
25161
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -24709,6 +25247,18 @@ export interface Routes {
|
|
|
24709
25247
|
credential_id?: string | undefined
|
|
24710
25248
|
}
|
|
24711
25249
|
| undefined
|
|
25250
|
+
/** Vostio-specific metadata for the credential. */
|
|
25251
|
+
assa_abloy_vostio_metadata?:
|
|
25252
|
+
| {
|
|
25253
|
+
override_guest_acs_entrance_ids?:
|
|
25254
|
+
| string[]
|
|
25255
|
+
| undefined
|
|
25256
|
+
key_id?: string | undefined
|
|
25257
|
+
key_issuing_request_id?: string | undefined
|
|
25258
|
+
door_names?: string[] | undefined
|
|
25259
|
+
endpoint_id?: string | undefined
|
|
25260
|
+
}
|
|
25261
|
+
| undefined
|
|
24712
25262
|
is_managed: true
|
|
24713
25263
|
}
|
|
24714
25264
|
| {
|
|
@@ -24742,6 +25292,8 @@ export interface Routes {
|
|
|
24742
25292
|
| 'salto_ks_credential'
|
|
24743
25293
|
| 'assa_abloy_vostio_card'
|
|
24744
25294
|
| 'assa_abloy_vostio_mobile_key'
|
|
25295
|
+
| 'salto_space_card'
|
|
25296
|
+
| 'salto_space_mobile_key'
|
|
24745
25297
|
)
|
|
24746
25298
|
| undefined
|
|
24747
25299
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -24833,6 +25385,18 @@ export interface Routes {
|
|
|
24833
25385
|
credential_id?: string | undefined
|
|
24834
25386
|
}
|
|
24835
25387
|
| undefined
|
|
25388
|
+
/** Vostio-specific metadata for the credential. */
|
|
25389
|
+
assa_abloy_vostio_metadata?:
|
|
25390
|
+
| {
|
|
25391
|
+
override_guest_acs_entrance_ids?:
|
|
25392
|
+
| string[]
|
|
25393
|
+
| undefined
|
|
25394
|
+
key_id?: string | undefined
|
|
25395
|
+
key_issuing_request_id?: string | undefined
|
|
25396
|
+
door_names?: string[] | undefined
|
|
25397
|
+
endpoint_id?: string | undefined
|
|
25398
|
+
}
|
|
25399
|
+
| undefined
|
|
24836
25400
|
is_managed: false
|
|
24837
25401
|
}
|
|
24838
25402
|
)
|
|
@@ -24913,6 +25477,8 @@ export interface Routes {
|
|
|
24913
25477
|
| 'salto_ks_credential'
|
|
24914
25478
|
| 'assa_abloy_vostio_card'
|
|
24915
25479
|
| 'assa_abloy_vostio_mobile_key'
|
|
25480
|
+
| 'salto_space_card'
|
|
25481
|
+
| 'salto_space_mobile_key'
|
|
24916
25482
|
)
|
|
24917
25483
|
| undefined
|
|
24918
25484
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -25004,6 +25570,16 @@ export interface Routes {
|
|
|
25004
25570
|
credential_id?: string | undefined
|
|
25005
25571
|
}
|
|
25006
25572
|
| undefined
|
|
25573
|
+
/** Vostio-specific metadata for the credential. */
|
|
25574
|
+
assa_abloy_vostio_metadata?:
|
|
25575
|
+
| {
|
|
25576
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
25577
|
+
key_id?: string | undefined
|
|
25578
|
+
key_issuing_request_id?: string | undefined
|
|
25579
|
+
door_names?: string[] | undefined
|
|
25580
|
+
endpoint_id?: string | undefined
|
|
25581
|
+
}
|
|
25582
|
+
| undefined
|
|
25007
25583
|
is_managed: true
|
|
25008
25584
|
}
|
|
25009
25585
|
| {
|
|
@@ -25037,6 +25613,8 @@ export interface Routes {
|
|
|
25037
25613
|
| 'salto_ks_credential'
|
|
25038
25614
|
| 'assa_abloy_vostio_card'
|
|
25039
25615
|
| 'assa_abloy_vostio_mobile_key'
|
|
25616
|
+
| 'salto_space_card'
|
|
25617
|
+
| 'salto_space_mobile_key'
|
|
25040
25618
|
)
|
|
25041
25619
|
| undefined
|
|
25042
25620
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -25128,6 +25706,16 @@ export interface Routes {
|
|
|
25128
25706
|
credential_id?: string | undefined
|
|
25129
25707
|
}
|
|
25130
25708
|
| undefined
|
|
25709
|
+
/** Vostio-specific metadata for the credential. */
|
|
25710
|
+
assa_abloy_vostio_metadata?:
|
|
25711
|
+
| {
|
|
25712
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
25713
|
+
key_id?: string | undefined
|
|
25714
|
+
key_issuing_request_id?: string | undefined
|
|
25715
|
+
door_names?: string[] | undefined
|
|
25716
|
+
endpoint_id?: string | undefined
|
|
25717
|
+
}
|
|
25718
|
+
| undefined
|
|
25131
25719
|
is_managed: false
|
|
25132
25720
|
}
|
|
25133
25721
|
}
|
|
@@ -25607,6 +26195,8 @@ export interface Routes {
|
|
|
25607
26195
|
| 'salto_ks_credential'
|
|
25608
26196
|
| 'assa_abloy_vostio_card'
|
|
25609
26197
|
| 'assa_abloy_vostio_mobile_key'
|
|
26198
|
+
| 'salto_space_card'
|
|
26199
|
+
| 'salto_space_mobile_key'
|
|
25610
26200
|
)
|
|
25611
26201
|
| undefined
|
|
25612
26202
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -25698,6 +26288,18 @@ export interface Routes {
|
|
|
25698
26288
|
credential_id?: string | undefined
|
|
25699
26289
|
}
|
|
25700
26290
|
| undefined
|
|
26291
|
+
/** Vostio-specific metadata for the credential. */
|
|
26292
|
+
assa_abloy_vostio_metadata?:
|
|
26293
|
+
| {
|
|
26294
|
+
override_guest_acs_entrance_ids?:
|
|
26295
|
+
| string[]
|
|
26296
|
+
| undefined
|
|
26297
|
+
key_id?: string | undefined
|
|
26298
|
+
key_issuing_request_id?: string | undefined
|
|
26299
|
+
door_names?: string[] | undefined
|
|
26300
|
+
endpoint_id?: string | undefined
|
|
26301
|
+
}
|
|
26302
|
+
| undefined
|
|
25701
26303
|
is_managed: true
|
|
25702
26304
|
}
|
|
25703
26305
|
| {
|
|
@@ -25731,6 +26333,8 @@ export interface Routes {
|
|
|
25731
26333
|
| 'salto_ks_credential'
|
|
25732
26334
|
| 'assa_abloy_vostio_card'
|
|
25733
26335
|
| 'assa_abloy_vostio_mobile_key'
|
|
26336
|
+
| 'salto_space_card'
|
|
26337
|
+
| 'salto_space_mobile_key'
|
|
25734
26338
|
)
|
|
25735
26339
|
| undefined
|
|
25736
26340
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -25822,6 +26426,18 @@ export interface Routes {
|
|
|
25822
26426
|
credential_id?: string | undefined
|
|
25823
26427
|
}
|
|
25824
26428
|
| undefined
|
|
26429
|
+
/** Vostio-specific metadata for the credential. */
|
|
26430
|
+
assa_abloy_vostio_metadata?:
|
|
26431
|
+
| {
|
|
26432
|
+
override_guest_acs_entrance_ids?:
|
|
26433
|
+
| string[]
|
|
26434
|
+
| undefined
|
|
26435
|
+
key_id?: string | undefined
|
|
26436
|
+
key_issuing_request_id?: string | undefined
|
|
26437
|
+
door_names?: string[] | undefined
|
|
26438
|
+
endpoint_id?: string | undefined
|
|
26439
|
+
}
|
|
26440
|
+
| undefined
|
|
25825
26441
|
is_managed: false
|
|
25826
26442
|
}
|
|
25827
26443
|
)
|
|
@@ -25902,6 +26518,8 @@ export interface Routes {
|
|
|
25902
26518
|
| 'salto_ks_credential'
|
|
25903
26519
|
| 'assa_abloy_vostio_card'
|
|
25904
26520
|
| 'assa_abloy_vostio_mobile_key'
|
|
26521
|
+
| 'salto_space_card'
|
|
26522
|
+
| 'salto_space_mobile_key'
|
|
25905
26523
|
)
|
|
25906
26524
|
| undefined
|
|
25907
26525
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -25993,6 +26611,16 @@ export interface Routes {
|
|
|
25993
26611
|
credential_id?: string | undefined
|
|
25994
26612
|
}
|
|
25995
26613
|
| undefined
|
|
26614
|
+
/** Vostio-specific metadata for the credential. */
|
|
26615
|
+
assa_abloy_vostio_metadata?:
|
|
26616
|
+
| {
|
|
26617
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
26618
|
+
key_id?: string | undefined
|
|
26619
|
+
key_issuing_request_id?: string | undefined
|
|
26620
|
+
door_names?: string[] | undefined
|
|
26621
|
+
endpoint_id?: string | undefined
|
|
26622
|
+
}
|
|
26623
|
+
| undefined
|
|
25996
26624
|
is_managed: true
|
|
25997
26625
|
}
|
|
25998
26626
|
| {
|
|
@@ -26026,6 +26654,8 @@ export interface Routes {
|
|
|
26026
26654
|
| 'salto_ks_credential'
|
|
26027
26655
|
| 'assa_abloy_vostio_card'
|
|
26028
26656
|
| 'assa_abloy_vostio_mobile_key'
|
|
26657
|
+
| 'salto_space_card'
|
|
26658
|
+
| 'salto_space_mobile_key'
|
|
26029
26659
|
)
|
|
26030
26660
|
| undefined
|
|
26031
26661
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -26117,6 +26747,16 @@ export interface Routes {
|
|
|
26117
26747
|
credential_id?: string | undefined
|
|
26118
26748
|
}
|
|
26119
26749
|
| undefined
|
|
26750
|
+
/** Vostio-specific metadata for the credential. */
|
|
26751
|
+
assa_abloy_vostio_metadata?:
|
|
26752
|
+
| {
|
|
26753
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
26754
|
+
key_id?: string | undefined
|
|
26755
|
+
key_issuing_request_id?: string | undefined
|
|
26756
|
+
door_names?: string[] | undefined
|
|
26757
|
+
endpoint_id?: string | undefined
|
|
26758
|
+
}
|
|
26759
|
+
| undefined
|
|
26120
26760
|
is_managed: false
|
|
26121
26761
|
}
|
|
26122
26762
|
}
|
|
@@ -28544,6 +29184,8 @@ export interface Routes {
|
|
|
28544
29184
|
| 'salto_ks_credential'
|
|
28545
29185
|
| 'assa_abloy_vostio_card'
|
|
28546
29186
|
| 'assa_abloy_vostio_mobile_key'
|
|
29187
|
+
| 'salto_space_card'
|
|
29188
|
+
| 'salto_space_mobile_key'
|
|
28547
29189
|
)
|
|
28548
29190
|
| undefined
|
|
28549
29191
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -28635,6 +29277,18 @@ export interface Routes {
|
|
|
28635
29277
|
credential_id?: string | undefined
|
|
28636
29278
|
}
|
|
28637
29279
|
| undefined
|
|
29280
|
+
/** Vostio-specific metadata for the credential. */
|
|
29281
|
+
assa_abloy_vostio_metadata?:
|
|
29282
|
+
| {
|
|
29283
|
+
override_guest_acs_entrance_ids?:
|
|
29284
|
+
| string[]
|
|
29285
|
+
| undefined
|
|
29286
|
+
key_id?: string | undefined
|
|
29287
|
+
key_issuing_request_id?: string | undefined
|
|
29288
|
+
door_names?: string[] | undefined
|
|
29289
|
+
endpoint_id?: string | undefined
|
|
29290
|
+
}
|
|
29291
|
+
| undefined
|
|
28638
29292
|
is_managed: true
|
|
28639
29293
|
}
|
|
28640
29294
|
| {
|
|
@@ -28668,6 +29322,8 @@ export interface Routes {
|
|
|
28668
29322
|
| 'salto_ks_credential'
|
|
28669
29323
|
| 'assa_abloy_vostio_card'
|
|
28670
29324
|
| 'assa_abloy_vostio_mobile_key'
|
|
29325
|
+
| 'salto_space_card'
|
|
29326
|
+
| 'salto_space_mobile_key'
|
|
28671
29327
|
)
|
|
28672
29328
|
| undefined
|
|
28673
29329
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -28759,6 +29415,18 @@ export interface Routes {
|
|
|
28759
29415
|
credential_id?: string | undefined
|
|
28760
29416
|
}
|
|
28761
29417
|
| undefined
|
|
29418
|
+
/** Vostio-specific metadata for the credential. */
|
|
29419
|
+
assa_abloy_vostio_metadata?:
|
|
29420
|
+
| {
|
|
29421
|
+
override_guest_acs_entrance_ids?:
|
|
29422
|
+
| string[]
|
|
29423
|
+
| undefined
|
|
29424
|
+
key_id?: string | undefined
|
|
29425
|
+
key_issuing_request_id?: string | undefined
|
|
29426
|
+
door_names?: string[] | undefined
|
|
29427
|
+
endpoint_id?: string | undefined
|
|
29428
|
+
}
|
|
29429
|
+
| undefined
|
|
28762
29430
|
is_managed: false
|
|
28763
29431
|
}
|
|
28764
29432
|
)
|
|
@@ -28839,6 +29507,8 @@ export interface Routes {
|
|
|
28839
29507
|
| 'salto_ks_credential'
|
|
28840
29508
|
| 'assa_abloy_vostio_card'
|
|
28841
29509
|
| 'assa_abloy_vostio_mobile_key'
|
|
29510
|
+
| 'salto_space_card'
|
|
29511
|
+
| 'salto_space_mobile_key'
|
|
28842
29512
|
)
|
|
28843
29513
|
| undefined
|
|
28844
29514
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -28930,6 +29600,16 @@ export interface Routes {
|
|
|
28930
29600
|
credential_id?: string | undefined
|
|
28931
29601
|
}
|
|
28932
29602
|
| undefined
|
|
29603
|
+
/** Vostio-specific metadata for the credential. */
|
|
29604
|
+
assa_abloy_vostio_metadata?:
|
|
29605
|
+
| {
|
|
29606
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
29607
|
+
key_id?: string | undefined
|
|
29608
|
+
key_issuing_request_id?: string | undefined
|
|
29609
|
+
door_names?: string[] | undefined
|
|
29610
|
+
endpoint_id?: string | undefined
|
|
29611
|
+
}
|
|
29612
|
+
| undefined
|
|
28933
29613
|
is_managed: true
|
|
28934
29614
|
}
|
|
28935
29615
|
| {
|
|
@@ -28963,6 +29643,8 @@ export interface Routes {
|
|
|
28963
29643
|
| 'salto_ks_credential'
|
|
28964
29644
|
| 'assa_abloy_vostio_card'
|
|
28965
29645
|
| 'assa_abloy_vostio_mobile_key'
|
|
29646
|
+
| 'salto_space_card'
|
|
29647
|
+
| 'salto_space_mobile_key'
|
|
28966
29648
|
)
|
|
28967
29649
|
| undefined
|
|
28968
29650
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -29054,6 +29736,16 @@ export interface Routes {
|
|
|
29054
29736
|
credential_id?: string | undefined
|
|
29055
29737
|
}
|
|
29056
29738
|
| undefined
|
|
29739
|
+
/** Vostio-specific metadata for the credential. */
|
|
29740
|
+
assa_abloy_vostio_metadata?:
|
|
29741
|
+
| {
|
|
29742
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
29743
|
+
key_id?: string | undefined
|
|
29744
|
+
key_issuing_request_id?: string | undefined
|
|
29745
|
+
door_names?: string[] | undefined
|
|
29746
|
+
endpoint_id?: string | undefined
|
|
29747
|
+
}
|
|
29748
|
+
| undefined
|
|
29057
29749
|
is_managed: false
|
|
29058
29750
|
}
|
|
29059
29751
|
}
|
|
@@ -29544,6 +30236,8 @@ export interface Routes {
|
|
|
29544
30236
|
| 'salto_ks_credential'
|
|
29545
30237
|
| 'assa_abloy_vostio_card'
|
|
29546
30238
|
| 'assa_abloy_vostio_mobile_key'
|
|
30239
|
+
| 'salto_space_card'
|
|
30240
|
+
| 'salto_space_mobile_key'
|
|
29547
30241
|
)
|
|
29548
30242
|
| undefined
|
|
29549
30243
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -29635,6 +30329,18 @@ export interface Routes {
|
|
|
29635
30329
|
credential_id?: string | undefined
|
|
29636
30330
|
}
|
|
29637
30331
|
| undefined
|
|
30332
|
+
/** Vostio-specific metadata for the credential. */
|
|
30333
|
+
assa_abloy_vostio_metadata?:
|
|
30334
|
+
| {
|
|
30335
|
+
override_guest_acs_entrance_ids?:
|
|
30336
|
+
| string[]
|
|
30337
|
+
| undefined
|
|
30338
|
+
key_id?: string | undefined
|
|
30339
|
+
key_issuing_request_id?: string | undefined
|
|
30340
|
+
door_names?: string[] | undefined
|
|
30341
|
+
endpoint_id?: string | undefined
|
|
30342
|
+
}
|
|
30343
|
+
| undefined
|
|
29638
30344
|
is_managed: true
|
|
29639
30345
|
}
|
|
29640
30346
|
| {
|
|
@@ -29668,6 +30374,8 @@ export interface Routes {
|
|
|
29668
30374
|
| 'salto_ks_credential'
|
|
29669
30375
|
| 'assa_abloy_vostio_card'
|
|
29670
30376
|
| 'assa_abloy_vostio_mobile_key'
|
|
30377
|
+
| 'salto_space_card'
|
|
30378
|
+
| 'salto_space_mobile_key'
|
|
29671
30379
|
)
|
|
29672
30380
|
| undefined
|
|
29673
30381
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -29759,6 +30467,18 @@ export interface Routes {
|
|
|
29759
30467
|
credential_id?: string | undefined
|
|
29760
30468
|
}
|
|
29761
30469
|
| undefined
|
|
30470
|
+
/** Vostio-specific metadata for the credential. */
|
|
30471
|
+
assa_abloy_vostio_metadata?:
|
|
30472
|
+
| {
|
|
30473
|
+
override_guest_acs_entrance_ids?:
|
|
30474
|
+
| string[]
|
|
30475
|
+
| undefined
|
|
30476
|
+
key_id?: string | undefined
|
|
30477
|
+
key_issuing_request_id?: string | undefined
|
|
30478
|
+
door_names?: string[] | undefined
|
|
30479
|
+
endpoint_id?: string | undefined
|
|
30480
|
+
}
|
|
30481
|
+
| undefined
|
|
29762
30482
|
is_managed: false
|
|
29763
30483
|
}
|
|
29764
30484
|
)
|
|
@@ -29839,6 +30559,8 @@ export interface Routes {
|
|
|
29839
30559
|
| 'salto_ks_credential'
|
|
29840
30560
|
| 'assa_abloy_vostio_card'
|
|
29841
30561
|
| 'assa_abloy_vostio_mobile_key'
|
|
30562
|
+
| 'salto_space_card'
|
|
30563
|
+
| 'salto_space_mobile_key'
|
|
29842
30564
|
)
|
|
29843
30565
|
| undefined
|
|
29844
30566
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -29930,6 +30652,16 @@ export interface Routes {
|
|
|
29930
30652
|
credential_id?: string | undefined
|
|
29931
30653
|
}
|
|
29932
30654
|
| undefined
|
|
30655
|
+
/** Vostio-specific metadata for the credential. */
|
|
30656
|
+
assa_abloy_vostio_metadata?:
|
|
30657
|
+
| {
|
|
30658
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
30659
|
+
key_id?: string | undefined
|
|
30660
|
+
key_issuing_request_id?: string | undefined
|
|
30661
|
+
door_names?: string[] | undefined
|
|
30662
|
+
endpoint_id?: string | undefined
|
|
30663
|
+
}
|
|
30664
|
+
| undefined
|
|
29933
30665
|
is_managed: true
|
|
29934
30666
|
}
|
|
29935
30667
|
| {
|
|
@@ -29963,6 +30695,8 @@ export interface Routes {
|
|
|
29963
30695
|
| 'salto_ks_credential'
|
|
29964
30696
|
| 'assa_abloy_vostio_card'
|
|
29965
30697
|
| 'assa_abloy_vostio_mobile_key'
|
|
30698
|
+
| 'salto_space_card'
|
|
30699
|
+
| 'salto_space_mobile_key'
|
|
29966
30700
|
)
|
|
29967
30701
|
| undefined
|
|
29968
30702
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -30054,6 +30788,16 @@ export interface Routes {
|
|
|
30054
30788
|
credential_id?: string | undefined
|
|
30055
30789
|
}
|
|
30056
30790
|
| undefined
|
|
30791
|
+
/** Vostio-specific metadata for the credential. */
|
|
30792
|
+
assa_abloy_vostio_metadata?:
|
|
30793
|
+
| {
|
|
30794
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
30795
|
+
key_id?: string | undefined
|
|
30796
|
+
key_issuing_request_id?: string | undefined
|
|
30797
|
+
door_names?: string[] | undefined
|
|
30798
|
+
endpoint_id?: string | undefined
|
|
30799
|
+
}
|
|
30800
|
+
| undefined
|
|
30057
30801
|
is_managed: false
|
|
30058
30802
|
}
|
|
30059
30803
|
}
|
|
@@ -30583,6 +31327,8 @@ export interface Routes {
|
|
|
30583
31327
|
| 'salto_ks_credential'
|
|
30584
31328
|
| 'assa_abloy_vostio_card'
|
|
30585
31329
|
| 'assa_abloy_vostio_mobile_key'
|
|
31330
|
+
| 'salto_space_card'
|
|
31331
|
+
| 'salto_space_mobile_key'
|
|
30586
31332
|
)
|
|
30587
31333
|
| undefined
|
|
30588
31334
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -30674,6 +31420,18 @@ export interface Routes {
|
|
|
30674
31420
|
credential_id?: string | undefined
|
|
30675
31421
|
}
|
|
30676
31422
|
| undefined
|
|
31423
|
+
/** Vostio-specific metadata for the credential. */
|
|
31424
|
+
assa_abloy_vostio_metadata?:
|
|
31425
|
+
| {
|
|
31426
|
+
override_guest_acs_entrance_ids?:
|
|
31427
|
+
| string[]
|
|
31428
|
+
| undefined
|
|
31429
|
+
key_id?: string | undefined
|
|
31430
|
+
key_issuing_request_id?: string | undefined
|
|
31431
|
+
door_names?: string[] | undefined
|
|
31432
|
+
endpoint_id?: string | undefined
|
|
31433
|
+
}
|
|
31434
|
+
| undefined
|
|
30677
31435
|
is_managed: true
|
|
30678
31436
|
}
|
|
30679
31437
|
| {
|
|
@@ -30707,6 +31465,8 @@ export interface Routes {
|
|
|
30707
31465
|
| 'salto_ks_credential'
|
|
30708
31466
|
| 'assa_abloy_vostio_card'
|
|
30709
31467
|
| 'assa_abloy_vostio_mobile_key'
|
|
31468
|
+
| 'salto_space_card'
|
|
31469
|
+
| 'salto_space_mobile_key'
|
|
30710
31470
|
)
|
|
30711
31471
|
| undefined
|
|
30712
31472
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -30798,6 +31558,18 @@ export interface Routes {
|
|
|
30798
31558
|
credential_id?: string | undefined
|
|
30799
31559
|
}
|
|
30800
31560
|
| undefined
|
|
31561
|
+
/** Vostio-specific metadata for the credential. */
|
|
31562
|
+
assa_abloy_vostio_metadata?:
|
|
31563
|
+
| {
|
|
31564
|
+
override_guest_acs_entrance_ids?:
|
|
31565
|
+
| string[]
|
|
31566
|
+
| undefined
|
|
31567
|
+
key_id?: string | undefined
|
|
31568
|
+
key_issuing_request_id?: string | undefined
|
|
31569
|
+
door_names?: string[] | undefined
|
|
31570
|
+
endpoint_id?: string | undefined
|
|
31571
|
+
}
|
|
31572
|
+
| undefined
|
|
30801
31573
|
is_managed: false
|
|
30802
31574
|
}
|
|
30803
31575
|
)
|
|
@@ -30878,6 +31650,8 @@ export interface Routes {
|
|
|
30878
31650
|
| 'salto_ks_credential'
|
|
30879
31651
|
| 'assa_abloy_vostio_card'
|
|
30880
31652
|
| 'assa_abloy_vostio_mobile_key'
|
|
31653
|
+
| 'salto_space_card'
|
|
31654
|
+
| 'salto_space_mobile_key'
|
|
30881
31655
|
)
|
|
30882
31656
|
| undefined
|
|
30883
31657
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -30969,6 +31743,16 @@ export interface Routes {
|
|
|
30969
31743
|
credential_id?: string | undefined
|
|
30970
31744
|
}
|
|
30971
31745
|
| undefined
|
|
31746
|
+
/** Vostio-specific metadata for the credential. */
|
|
31747
|
+
assa_abloy_vostio_metadata?:
|
|
31748
|
+
| {
|
|
31749
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
31750
|
+
key_id?: string | undefined
|
|
31751
|
+
key_issuing_request_id?: string | undefined
|
|
31752
|
+
door_names?: string[] | undefined
|
|
31753
|
+
endpoint_id?: string | undefined
|
|
31754
|
+
}
|
|
31755
|
+
| undefined
|
|
30972
31756
|
is_managed: true
|
|
30973
31757
|
}
|
|
30974
31758
|
| {
|
|
@@ -31002,6 +31786,8 @@ export interface Routes {
|
|
|
31002
31786
|
| 'salto_ks_credential'
|
|
31003
31787
|
| 'assa_abloy_vostio_card'
|
|
31004
31788
|
| 'assa_abloy_vostio_mobile_key'
|
|
31789
|
+
| 'salto_space_card'
|
|
31790
|
+
| 'salto_space_mobile_key'
|
|
31005
31791
|
)
|
|
31006
31792
|
| undefined
|
|
31007
31793
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -31093,6 +31879,16 @@ export interface Routes {
|
|
|
31093
31879
|
credential_id?: string | undefined
|
|
31094
31880
|
}
|
|
31095
31881
|
| undefined
|
|
31882
|
+
/** Vostio-specific metadata for the credential. */
|
|
31883
|
+
assa_abloy_vostio_metadata?:
|
|
31884
|
+
| {
|
|
31885
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
31886
|
+
key_id?: string | undefined
|
|
31887
|
+
key_issuing_request_id?: string | undefined
|
|
31888
|
+
door_names?: string[] | undefined
|
|
31889
|
+
endpoint_id?: string | undefined
|
|
31890
|
+
}
|
|
31891
|
+
| undefined
|
|
31096
31892
|
is_managed: false
|
|
31097
31893
|
}
|
|
31098
31894
|
}
|
|
@@ -32095,6 +32891,8 @@ export interface Routes {
|
|
|
32095
32891
|
| 'salto_ks_credential'
|
|
32096
32892
|
| 'assa_abloy_vostio_card'
|
|
32097
32893
|
| 'assa_abloy_vostio_mobile_key'
|
|
32894
|
+
| 'salto_space_card'
|
|
32895
|
+
| 'salto_space_mobile_key'
|
|
32098
32896
|
)
|
|
32099
32897
|
| undefined
|
|
32100
32898
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -32186,6 +32984,18 @@ export interface Routes {
|
|
|
32186
32984
|
credential_id?: string | undefined
|
|
32187
32985
|
}
|
|
32188
32986
|
| undefined
|
|
32987
|
+
/** Vostio-specific metadata for the credential. */
|
|
32988
|
+
assa_abloy_vostio_metadata?:
|
|
32989
|
+
| {
|
|
32990
|
+
override_guest_acs_entrance_ids?:
|
|
32991
|
+
| string[]
|
|
32992
|
+
| undefined
|
|
32993
|
+
key_id?: string | undefined
|
|
32994
|
+
key_issuing_request_id?: string | undefined
|
|
32995
|
+
door_names?: string[] | undefined
|
|
32996
|
+
endpoint_id?: string | undefined
|
|
32997
|
+
}
|
|
32998
|
+
| undefined
|
|
32189
32999
|
is_managed: true
|
|
32190
33000
|
}
|
|
32191
33001
|
| {
|
|
@@ -32219,6 +33029,8 @@ export interface Routes {
|
|
|
32219
33029
|
| 'salto_ks_credential'
|
|
32220
33030
|
| 'assa_abloy_vostio_card'
|
|
32221
33031
|
| 'assa_abloy_vostio_mobile_key'
|
|
33032
|
+
| 'salto_space_card'
|
|
33033
|
+
| 'salto_space_mobile_key'
|
|
32222
33034
|
)
|
|
32223
33035
|
| undefined
|
|
32224
33036
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -32310,6 +33122,18 @@ export interface Routes {
|
|
|
32310
33122
|
credential_id?: string | undefined
|
|
32311
33123
|
}
|
|
32312
33124
|
| undefined
|
|
33125
|
+
/** Vostio-specific metadata for the credential. */
|
|
33126
|
+
assa_abloy_vostio_metadata?:
|
|
33127
|
+
| {
|
|
33128
|
+
override_guest_acs_entrance_ids?:
|
|
33129
|
+
| string[]
|
|
33130
|
+
| undefined
|
|
33131
|
+
key_id?: string | undefined
|
|
33132
|
+
key_issuing_request_id?: string | undefined
|
|
33133
|
+
door_names?: string[] | undefined
|
|
33134
|
+
endpoint_id?: string | undefined
|
|
33135
|
+
}
|
|
33136
|
+
| undefined
|
|
32313
33137
|
is_managed: false
|
|
32314
33138
|
}
|
|
32315
33139
|
)
|
|
@@ -32390,6 +33214,8 @@ export interface Routes {
|
|
|
32390
33214
|
| 'salto_ks_credential'
|
|
32391
33215
|
| 'assa_abloy_vostio_card'
|
|
32392
33216
|
| 'assa_abloy_vostio_mobile_key'
|
|
33217
|
+
| 'salto_space_card'
|
|
33218
|
+
| 'salto_space_mobile_key'
|
|
32393
33219
|
)
|
|
32394
33220
|
| undefined
|
|
32395
33221
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -32481,6 +33307,16 @@ export interface Routes {
|
|
|
32481
33307
|
credential_id?: string | undefined
|
|
32482
33308
|
}
|
|
32483
33309
|
| undefined
|
|
33310
|
+
/** Vostio-specific metadata for the credential. */
|
|
33311
|
+
assa_abloy_vostio_metadata?:
|
|
33312
|
+
| {
|
|
33313
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
33314
|
+
key_id?: string | undefined
|
|
33315
|
+
key_issuing_request_id?: string | undefined
|
|
33316
|
+
door_names?: string[] | undefined
|
|
33317
|
+
endpoint_id?: string | undefined
|
|
33318
|
+
}
|
|
33319
|
+
| undefined
|
|
32484
33320
|
is_managed: true
|
|
32485
33321
|
}
|
|
32486
33322
|
| {
|
|
@@ -32514,6 +33350,8 @@ export interface Routes {
|
|
|
32514
33350
|
| 'salto_ks_credential'
|
|
32515
33351
|
| 'assa_abloy_vostio_card'
|
|
32516
33352
|
| 'assa_abloy_vostio_mobile_key'
|
|
33353
|
+
| 'salto_space_card'
|
|
33354
|
+
| 'salto_space_mobile_key'
|
|
32517
33355
|
)
|
|
32518
33356
|
| undefined
|
|
32519
33357
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -32605,6 +33443,16 @@ export interface Routes {
|
|
|
32605
33443
|
credential_id?: string | undefined
|
|
32606
33444
|
}
|
|
32607
33445
|
| undefined
|
|
33446
|
+
/** Vostio-specific metadata for the credential. */
|
|
33447
|
+
assa_abloy_vostio_metadata?:
|
|
33448
|
+
| {
|
|
33449
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
33450
|
+
key_id?: string | undefined
|
|
33451
|
+
key_issuing_request_id?: string | undefined
|
|
33452
|
+
door_names?: string[] | undefined
|
|
33453
|
+
endpoint_id?: string | undefined
|
|
33454
|
+
}
|
|
33455
|
+
| undefined
|
|
32608
33456
|
is_managed: false
|
|
32609
33457
|
}
|
|
32610
33458
|
}
|
|
@@ -33090,6 +33938,8 @@ export interface Routes {
|
|
|
33090
33938
|
| 'salto_ks_credential'
|
|
33091
33939
|
| 'assa_abloy_vostio_card'
|
|
33092
33940
|
| 'assa_abloy_vostio_mobile_key'
|
|
33941
|
+
| 'salto_space_card'
|
|
33942
|
+
| 'salto_space_mobile_key'
|
|
33093
33943
|
)
|
|
33094
33944
|
| undefined
|
|
33095
33945
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -33181,6 +34031,18 @@ export interface Routes {
|
|
|
33181
34031
|
credential_id?: string | undefined
|
|
33182
34032
|
}
|
|
33183
34033
|
| undefined
|
|
34034
|
+
/** Vostio-specific metadata for the credential. */
|
|
34035
|
+
assa_abloy_vostio_metadata?:
|
|
34036
|
+
| {
|
|
34037
|
+
override_guest_acs_entrance_ids?:
|
|
34038
|
+
| string[]
|
|
34039
|
+
| undefined
|
|
34040
|
+
key_id?: string | undefined
|
|
34041
|
+
key_issuing_request_id?: string | undefined
|
|
34042
|
+
door_names?: string[] | undefined
|
|
34043
|
+
endpoint_id?: string | undefined
|
|
34044
|
+
}
|
|
34045
|
+
| undefined
|
|
33184
34046
|
is_managed: true
|
|
33185
34047
|
}
|
|
33186
34048
|
| {
|
|
@@ -33214,6 +34076,8 @@ export interface Routes {
|
|
|
33214
34076
|
| 'salto_ks_credential'
|
|
33215
34077
|
| 'assa_abloy_vostio_card'
|
|
33216
34078
|
| 'assa_abloy_vostio_mobile_key'
|
|
34079
|
+
| 'salto_space_card'
|
|
34080
|
+
| 'salto_space_mobile_key'
|
|
33217
34081
|
)
|
|
33218
34082
|
| undefined
|
|
33219
34083
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -33305,6 +34169,18 @@ export interface Routes {
|
|
|
33305
34169
|
credential_id?: string | undefined
|
|
33306
34170
|
}
|
|
33307
34171
|
| undefined
|
|
34172
|
+
/** Vostio-specific metadata for the credential. */
|
|
34173
|
+
assa_abloy_vostio_metadata?:
|
|
34174
|
+
| {
|
|
34175
|
+
override_guest_acs_entrance_ids?:
|
|
34176
|
+
| string[]
|
|
34177
|
+
| undefined
|
|
34178
|
+
key_id?: string | undefined
|
|
34179
|
+
key_issuing_request_id?: string | undefined
|
|
34180
|
+
door_names?: string[] | undefined
|
|
34181
|
+
endpoint_id?: string | undefined
|
|
34182
|
+
}
|
|
34183
|
+
| undefined
|
|
33308
34184
|
is_managed: false
|
|
33309
34185
|
}
|
|
33310
34186
|
)
|
|
@@ -33385,6 +34261,8 @@ export interface Routes {
|
|
|
33385
34261
|
| 'salto_ks_credential'
|
|
33386
34262
|
| 'assa_abloy_vostio_card'
|
|
33387
34263
|
| 'assa_abloy_vostio_mobile_key'
|
|
34264
|
+
| 'salto_space_card'
|
|
34265
|
+
| 'salto_space_mobile_key'
|
|
33388
34266
|
)
|
|
33389
34267
|
| undefined
|
|
33390
34268
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -33476,6 +34354,16 @@ export interface Routes {
|
|
|
33476
34354
|
credential_id?: string | undefined
|
|
33477
34355
|
}
|
|
33478
34356
|
| undefined
|
|
34357
|
+
/** Vostio-specific metadata for the credential. */
|
|
34358
|
+
assa_abloy_vostio_metadata?:
|
|
34359
|
+
| {
|
|
34360
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
34361
|
+
key_id?: string | undefined
|
|
34362
|
+
key_issuing_request_id?: string | undefined
|
|
34363
|
+
door_names?: string[] | undefined
|
|
34364
|
+
endpoint_id?: string | undefined
|
|
34365
|
+
}
|
|
34366
|
+
| undefined
|
|
33479
34367
|
is_managed: true
|
|
33480
34368
|
}
|
|
33481
34369
|
| {
|
|
@@ -33509,6 +34397,8 @@ export interface Routes {
|
|
|
33509
34397
|
| 'salto_ks_credential'
|
|
33510
34398
|
| 'assa_abloy_vostio_card'
|
|
33511
34399
|
| 'assa_abloy_vostio_mobile_key'
|
|
34400
|
+
| 'salto_space_card'
|
|
34401
|
+
| 'salto_space_mobile_key'
|
|
33512
34402
|
)
|
|
33513
34403
|
| undefined
|
|
33514
34404
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -33600,6 +34490,16 @@ export interface Routes {
|
|
|
33600
34490
|
credential_id?: string | undefined
|
|
33601
34491
|
}
|
|
33602
34492
|
| undefined
|
|
34493
|
+
/** Vostio-specific metadata for the credential. */
|
|
34494
|
+
assa_abloy_vostio_metadata?:
|
|
34495
|
+
| {
|
|
34496
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
34497
|
+
key_id?: string | undefined
|
|
34498
|
+
key_issuing_request_id?: string | undefined
|
|
34499
|
+
door_names?: string[] | undefined
|
|
34500
|
+
endpoint_id?: string | undefined
|
|
34501
|
+
}
|
|
34502
|
+
| undefined
|
|
33603
34503
|
is_managed: false
|
|
33604
34504
|
}
|
|
33605
34505
|
}
|
|
@@ -35008,6 +35908,8 @@ export interface Routes {
|
|
|
35008
35908
|
| 'salto_ks_credential'
|
|
35009
35909
|
| 'assa_abloy_vostio_card'
|
|
35010
35910
|
| 'assa_abloy_vostio_mobile_key'
|
|
35911
|
+
| 'salto_space_card'
|
|
35912
|
+
| 'salto_space_mobile_key'
|
|
35011
35913
|
)
|
|
35012
35914
|
| undefined
|
|
35013
35915
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -35099,6 +36001,18 @@ export interface Routes {
|
|
|
35099
36001
|
credential_id?: string | undefined
|
|
35100
36002
|
}
|
|
35101
36003
|
| undefined
|
|
36004
|
+
/** Vostio-specific metadata for the credential. */
|
|
36005
|
+
assa_abloy_vostio_metadata?:
|
|
36006
|
+
| {
|
|
36007
|
+
override_guest_acs_entrance_ids?:
|
|
36008
|
+
| string[]
|
|
36009
|
+
| undefined
|
|
36010
|
+
key_id?: string | undefined
|
|
36011
|
+
key_issuing_request_id?: string | undefined
|
|
36012
|
+
door_names?: string[] | undefined
|
|
36013
|
+
endpoint_id?: string | undefined
|
|
36014
|
+
}
|
|
36015
|
+
| undefined
|
|
35102
36016
|
is_managed: true
|
|
35103
36017
|
}
|
|
35104
36018
|
| {
|
|
@@ -35132,6 +36046,8 @@ export interface Routes {
|
|
|
35132
36046
|
| 'salto_ks_credential'
|
|
35133
36047
|
| 'assa_abloy_vostio_card'
|
|
35134
36048
|
| 'assa_abloy_vostio_mobile_key'
|
|
36049
|
+
| 'salto_space_card'
|
|
36050
|
+
| 'salto_space_mobile_key'
|
|
35135
36051
|
)
|
|
35136
36052
|
| undefined
|
|
35137
36053
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -35223,6 +36139,18 @@ export interface Routes {
|
|
|
35223
36139
|
credential_id?: string | undefined
|
|
35224
36140
|
}
|
|
35225
36141
|
| undefined
|
|
36142
|
+
/** Vostio-specific metadata for the credential. */
|
|
36143
|
+
assa_abloy_vostio_metadata?:
|
|
36144
|
+
| {
|
|
36145
|
+
override_guest_acs_entrance_ids?:
|
|
36146
|
+
| string[]
|
|
36147
|
+
| undefined
|
|
36148
|
+
key_id?: string | undefined
|
|
36149
|
+
key_issuing_request_id?: string | undefined
|
|
36150
|
+
door_names?: string[] | undefined
|
|
36151
|
+
endpoint_id?: string | undefined
|
|
36152
|
+
}
|
|
36153
|
+
| undefined
|
|
35226
36154
|
is_managed: false
|
|
35227
36155
|
}
|
|
35228
36156
|
)
|
|
@@ -35303,6 +36231,8 @@ export interface Routes {
|
|
|
35303
36231
|
| 'salto_ks_credential'
|
|
35304
36232
|
| 'assa_abloy_vostio_card'
|
|
35305
36233
|
| 'assa_abloy_vostio_mobile_key'
|
|
36234
|
+
| 'salto_space_card'
|
|
36235
|
+
| 'salto_space_mobile_key'
|
|
35306
36236
|
)
|
|
35307
36237
|
| undefined
|
|
35308
36238
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -35394,6 +36324,16 @@ export interface Routes {
|
|
|
35394
36324
|
credential_id?: string | undefined
|
|
35395
36325
|
}
|
|
35396
36326
|
| undefined
|
|
36327
|
+
/** Vostio-specific metadata for the credential. */
|
|
36328
|
+
assa_abloy_vostio_metadata?:
|
|
36329
|
+
| {
|
|
36330
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
36331
|
+
key_id?: string | undefined
|
|
36332
|
+
key_issuing_request_id?: string | undefined
|
|
36333
|
+
door_names?: string[] | undefined
|
|
36334
|
+
endpoint_id?: string | undefined
|
|
36335
|
+
}
|
|
36336
|
+
| undefined
|
|
35397
36337
|
is_managed: true
|
|
35398
36338
|
}
|
|
35399
36339
|
| {
|
|
@@ -35427,6 +36367,8 @@ export interface Routes {
|
|
|
35427
36367
|
| 'salto_ks_credential'
|
|
35428
36368
|
| 'assa_abloy_vostio_card'
|
|
35429
36369
|
| 'assa_abloy_vostio_mobile_key'
|
|
36370
|
+
| 'salto_space_card'
|
|
36371
|
+
| 'salto_space_mobile_key'
|
|
35430
36372
|
)
|
|
35431
36373
|
| undefined
|
|
35432
36374
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -35518,6 +36460,16 @@ export interface Routes {
|
|
|
35518
36460
|
credential_id?: string | undefined
|
|
35519
36461
|
}
|
|
35520
36462
|
| undefined
|
|
36463
|
+
/** Vostio-specific metadata for the credential. */
|
|
36464
|
+
assa_abloy_vostio_metadata?:
|
|
36465
|
+
| {
|
|
36466
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
36467
|
+
key_id?: string | undefined
|
|
36468
|
+
key_issuing_request_id?: string | undefined
|
|
36469
|
+
door_names?: string[] | undefined
|
|
36470
|
+
endpoint_id?: string | undefined
|
|
36471
|
+
}
|
|
36472
|
+
| undefined
|
|
35521
36473
|
is_managed: false
|
|
35522
36474
|
}
|
|
35523
36475
|
}
|
|
@@ -36007,6 +36959,8 @@ export interface Routes {
|
|
|
36007
36959
|
| 'salto_ks_credential'
|
|
36008
36960
|
| 'assa_abloy_vostio_card'
|
|
36009
36961
|
| 'assa_abloy_vostio_mobile_key'
|
|
36962
|
+
| 'salto_space_card'
|
|
36963
|
+
| 'salto_space_mobile_key'
|
|
36010
36964
|
)
|
|
36011
36965
|
| undefined
|
|
36012
36966
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -36098,6 +37052,18 @@ export interface Routes {
|
|
|
36098
37052
|
credential_id?: string | undefined
|
|
36099
37053
|
}
|
|
36100
37054
|
| undefined
|
|
37055
|
+
/** Vostio-specific metadata for the credential. */
|
|
37056
|
+
assa_abloy_vostio_metadata?:
|
|
37057
|
+
| {
|
|
37058
|
+
override_guest_acs_entrance_ids?:
|
|
37059
|
+
| string[]
|
|
37060
|
+
| undefined
|
|
37061
|
+
key_id?: string | undefined
|
|
37062
|
+
key_issuing_request_id?: string | undefined
|
|
37063
|
+
door_names?: string[] | undefined
|
|
37064
|
+
endpoint_id?: string | undefined
|
|
37065
|
+
}
|
|
37066
|
+
| undefined
|
|
36101
37067
|
is_managed: true
|
|
36102
37068
|
}
|
|
36103
37069
|
| {
|
|
@@ -36131,6 +37097,8 @@ export interface Routes {
|
|
|
36131
37097
|
| 'salto_ks_credential'
|
|
36132
37098
|
| 'assa_abloy_vostio_card'
|
|
36133
37099
|
| 'assa_abloy_vostio_mobile_key'
|
|
37100
|
+
| 'salto_space_card'
|
|
37101
|
+
| 'salto_space_mobile_key'
|
|
36134
37102
|
)
|
|
36135
37103
|
| undefined
|
|
36136
37104
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -36222,6 +37190,18 @@ export interface Routes {
|
|
|
36222
37190
|
credential_id?: string | undefined
|
|
36223
37191
|
}
|
|
36224
37192
|
| undefined
|
|
37193
|
+
/** Vostio-specific metadata for the credential. */
|
|
37194
|
+
assa_abloy_vostio_metadata?:
|
|
37195
|
+
| {
|
|
37196
|
+
override_guest_acs_entrance_ids?:
|
|
37197
|
+
| string[]
|
|
37198
|
+
| undefined
|
|
37199
|
+
key_id?: string | undefined
|
|
37200
|
+
key_issuing_request_id?: string | undefined
|
|
37201
|
+
door_names?: string[] | undefined
|
|
37202
|
+
endpoint_id?: string | undefined
|
|
37203
|
+
}
|
|
37204
|
+
| undefined
|
|
36225
37205
|
is_managed: false
|
|
36226
37206
|
}
|
|
36227
37207
|
)
|
|
@@ -36302,6 +37282,8 @@ export interface Routes {
|
|
|
36302
37282
|
| 'salto_ks_credential'
|
|
36303
37283
|
| 'assa_abloy_vostio_card'
|
|
36304
37284
|
| 'assa_abloy_vostio_mobile_key'
|
|
37285
|
+
| 'salto_space_card'
|
|
37286
|
+
| 'salto_space_mobile_key'
|
|
36305
37287
|
)
|
|
36306
37288
|
| undefined
|
|
36307
37289
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -36393,6 +37375,16 @@ export interface Routes {
|
|
|
36393
37375
|
credential_id?: string | undefined
|
|
36394
37376
|
}
|
|
36395
37377
|
| undefined
|
|
37378
|
+
/** Vostio-specific metadata for the credential. */
|
|
37379
|
+
assa_abloy_vostio_metadata?:
|
|
37380
|
+
| {
|
|
37381
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
37382
|
+
key_id?: string | undefined
|
|
37383
|
+
key_issuing_request_id?: string | undefined
|
|
37384
|
+
door_names?: string[] | undefined
|
|
37385
|
+
endpoint_id?: string | undefined
|
|
37386
|
+
}
|
|
37387
|
+
| undefined
|
|
36396
37388
|
is_managed: true
|
|
36397
37389
|
}
|
|
36398
37390
|
| {
|
|
@@ -36426,6 +37418,8 @@ export interface Routes {
|
|
|
36426
37418
|
| 'salto_ks_credential'
|
|
36427
37419
|
| 'assa_abloy_vostio_card'
|
|
36428
37420
|
| 'assa_abloy_vostio_mobile_key'
|
|
37421
|
+
| 'salto_space_card'
|
|
37422
|
+
| 'salto_space_mobile_key'
|
|
36429
37423
|
)
|
|
36430
37424
|
| undefined
|
|
36431
37425
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -36517,6 +37511,16 @@ export interface Routes {
|
|
|
36517
37511
|
credential_id?: string | undefined
|
|
36518
37512
|
}
|
|
36519
37513
|
| undefined
|
|
37514
|
+
/** Vostio-specific metadata for the credential. */
|
|
37515
|
+
assa_abloy_vostio_metadata?:
|
|
37516
|
+
| {
|
|
37517
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
37518
|
+
key_id?: string | undefined
|
|
37519
|
+
key_issuing_request_id?: string | undefined
|
|
37520
|
+
door_names?: string[] | undefined
|
|
37521
|
+
endpoint_id?: string | undefined
|
|
37522
|
+
}
|
|
37523
|
+
| undefined
|
|
36520
37524
|
is_managed: false
|
|
36521
37525
|
}
|
|
36522
37526
|
}
|
|
@@ -38906,6 +39910,8 @@ export interface Routes {
|
|
|
38906
39910
|
| 'salto_ks_credential'
|
|
38907
39911
|
| 'assa_abloy_vostio_card'
|
|
38908
39912
|
| 'assa_abloy_vostio_mobile_key'
|
|
39913
|
+
| 'salto_space_card'
|
|
39914
|
+
| 'salto_space_mobile_key'
|
|
38909
39915
|
)
|
|
38910
39916
|
| undefined
|
|
38911
39917
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -38997,6 +40003,18 @@ export interface Routes {
|
|
|
38997
40003
|
credential_id?: string | undefined
|
|
38998
40004
|
}
|
|
38999
40005
|
| undefined
|
|
40006
|
+
/** Vostio-specific metadata for the credential. */
|
|
40007
|
+
assa_abloy_vostio_metadata?:
|
|
40008
|
+
| {
|
|
40009
|
+
override_guest_acs_entrance_ids?:
|
|
40010
|
+
| string[]
|
|
40011
|
+
| undefined
|
|
40012
|
+
key_id?: string | undefined
|
|
40013
|
+
key_issuing_request_id?: string | undefined
|
|
40014
|
+
door_names?: string[] | undefined
|
|
40015
|
+
endpoint_id?: string | undefined
|
|
40016
|
+
}
|
|
40017
|
+
| undefined
|
|
39000
40018
|
is_managed: true
|
|
39001
40019
|
}
|
|
39002
40020
|
| {
|
|
@@ -39030,6 +40048,8 @@ export interface Routes {
|
|
|
39030
40048
|
| 'salto_ks_credential'
|
|
39031
40049
|
| 'assa_abloy_vostio_card'
|
|
39032
40050
|
| 'assa_abloy_vostio_mobile_key'
|
|
40051
|
+
| 'salto_space_card'
|
|
40052
|
+
| 'salto_space_mobile_key'
|
|
39033
40053
|
)
|
|
39034
40054
|
| undefined
|
|
39035
40055
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -39121,6 +40141,18 @@ export interface Routes {
|
|
|
39121
40141
|
credential_id?: string | undefined
|
|
39122
40142
|
}
|
|
39123
40143
|
| undefined
|
|
40144
|
+
/** Vostio-specific metadata for the credential. */
|
|
40145
|
+
assa_abloy_vostio_metadata?:
|
|
40146
|
+
| {
|
|
40147
|
+
override_guest_acs_entrance_ids?:
|
|
40148
|
+
| string[]
|
|
40149
|
+
| undefined
|
|
40150
|
+
key_id?: string | undefined
|
|
40151
|
+
key_issuing_request_id?: string | undefined
|
|
40152
|
+
door_names?: string[] | undefined
|
|
40153
|
+
endpoint_id?: string | undefined
|
|
40154
|
+
}
|
|
40155
|
+
| undefined
|
|
39124
40156
|
is_managed: false
|
|
39125
40157
|
}
|
|
39126
40158
|
)
|
|
@@ -39201,6 +40233,8 @@ export interface Routes {
|
|
|
39201
40233
|
| 'salto_ks_credential'
|
|
39202
40234
|
| 'assa_abloy_vostio_card'
|
|
39203
40235
|
| 'assa_abloy_vostio_mobile_key'
|
|
40236
|
+
| 'salto_space_card'
|
|
40237
|
+
| 'salto_space_mobile_key'
|
|
39204
40238
|
)
|
|
39205
40239
|
| undefined
|
|
39206
40240
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -39292,6 +40326,16 @@ export interface Routes {
|
|
|
39292
40326
|
credential_id?: string | undefined
|
|
39293
40327
|
}
|
|
39294
40328
|
| undefined
|
|
40329
|
+
/** Vostio-specific metadata for the credential. */
|
|
40330
|
+
assa_abloy_vostio_metadata?:
|
|
40331
|
+
| {
|
|
40332
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
40333
|
+
key_id?: string | undefined
|
|
40334
|
+
key_issuing_request_id?: string | undefined
|
|
40335
|
+
door_names?: string[] | undefined
|
|
40336
|
+
endpoint_id?: string | undefined
|
|
40337
|
+
}
|
|
40338
|
+
| undefined
|
|
39295
40339
|
is_managed: true
|
|
39296
40340
|
}
|
|
39297
40341
|
| {
|
|
@@ -39325,6 +40369,8 @@ export interface Routes {
|
|
|
39325
40369
|
| 'salto_ks_credential'
|
|
39326
40370
|
| 'assa_abloy_vostio_card'
|
|
39327
40371
|
| 'assa_abloy_vostio_mobile_key'
|
|
40372
|
+
| 'salto_space_card'
|
|
40373
|
+
| 'salto_space_mobile_key'
|
|
39328
40374
|
)
|
|
39329
40375
|
| undefined
|
|
39330
40376
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -39416,6 +40462,16 @@ export interface Routes {
|
|
|
39416
40462
|
credential_id?: string | undefined
|
|
39417
40463
|
}
|
|
39418
40464
|
| undefined
|
|
40465
|
+
/** Vostio-specific metadata for the credential. */
|
|
40466
|
+
assa_abloy_vostio_metadata?:
|
|
40467
|
+
| {
|
|
40468
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
40469
|
+
key_id?: string | undefined
|
|
40470
|
+
key_issuing_request_id?: string | undefined
|
|
40471
|
+
door_names?: string[] | undefined
|
|
40472
|
+
endpoint_id?: string | undefined
|
|
40473
|
+
}
|
|
40474
|
+
| undefined
|
|
39419
40475
|
is_managed: false
|
|
39420
40476
|
}
|
|
39421
40477
|
}
|
|
@@ -40081,6 +41137,8 @@ export interface Routes {
|
|
|
40081
41137
|
| 'salto_ks_credential'
|
|
40082
41138
|
| 'assa_abloy_vostio_card'
|
|
40083
41139
|
| 'assa_abloy_vostio_mobile_key'
|
|
41140
|
+
| 'salto_space_card'
|
|
41141
|
+
| 'salto_space_mobile_key'
|
|
40084
41142
|
)
|
|
40085
41143
|
| undefined
|
|
40086
41144
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -40172,6 +41230,18 @@ export interface Routes {
|
|
|
40172
41230
|
credential_id?: string | undefined
|
|
40173
41231
|
}
|
|
40174
41232
|
| undefined
|
|
41233
|
+
/** Vostio-specific metadata for the credential. */
|
|
41234
|
+
assa_abloy_vostio_metadata?:
|
|
41235
|
+
| {
|
|
41236
|
+
override_guest_acs_entrance_ids?:
|
|
41237
|
+
| string[]
|
|
41238
|
+
| undefined
|
|
41239
|
+
key_id?: string | undefined
|
|
41240
|
+
key_issuing_request_id?: string | undefined
|
|
41241
|
+
door_names?: string[] | undefined
|
|
41242
|
+
endpoint_id?: string | undefined
|
|
41243
|
+
}
|
|
41244
|
+
| undefined
|
|
40175
41245
|
is_managed: true
|
|
40176
41246
|
}
|
|
40177
41247
|
| {
|
|
@@ -40205,6 +41275,8 @@ export interface Routes {
|
|
|
40205
41275
|
| 'salto_ks_credential'
|
|
40206
41276
|
| 'assa_abloy_vostio_card'
|
|
40207
41277
|
| 'assa_abloy_vostio_mobile_key'
|
|
41278
|
+
| 'salto_space_card'
|
|
41279
|
+
| 'salto_space_mobile_key'
|
|
40208
41280
|
)
|
|
40209
41281
|
| undefined
|
|
40210
41282
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -40296,6 +41368,18 @@ export interface Routes {
|
|
|
40296
41368
|
credential_id?: string | undefined
|
|
40297
41369
|
}
|
|
40298
41370
|
| undefined
|
|
41371
|
+
/** Vostio-specific metadata for the credential. */
|
|
41372
|
+
assa_abloy_vostio_metadata?:
|
|
41373
|
+
| {
|
|
41374
|
+
override_guest_acs_entrance_ids?:
|
|
41375
|
+
| string[]
|
|
41376
|
+
| undefined
|
|
41377
|
+
key_id?: string | undefined
|
|
41378
|
+
key_issuing_request_id?: string | undefined
|
|
41379
|
+
door_names?: string[] | undefined
|
|
41380
|
+
endpoint_id?: string | undefined
|
|
41381
|
+
}
|
|
41382
|
+
| undefined
|
|
40299
41383
|
is_managed: false
|
|
40300
41384
|
}
|
|
40301
41385
|
)
|
|
@@ -40376,6 +41460,8 @@ export interface Routes {
|
|
|
40376
41460
|
| 'salto_ks_credential'
|
|
40377
41461
|
| 'assa_abloy_vostio_card'
|
|
40378
41462
|
| 'assa_abloy_vostio_mobile_key'
|
|
41463
|
+
| 'salto_space_card'
|
|
41464
|
+
| 'salto_space_mobile_key'
|
|
40379
41465
|
)
|
|
40380
41466
|
| undefined
|
|
40381
41467
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -40467,6 +41553,16 @@ export interface Routes {
|
|
|
40467
41553
|
credential_id?: string | undefined
|
|
40468
41554
|
}
|
|
40469
41555
|
| undefined
|
|
41556
|
+
/** Vostio-specific metadata for the credential. */
|
|
41557
|
+
assa_abloy_vostio_metadata?:
|
|
41558
|
+
| {
|
|
41559
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
41560
|
+
key_id?: string | undefined
|
|
41561
|
+
key_issuing_request_id?: string | undefined
|
|
41562
|
+
door_names?: string[] | undefined
|
|
41563
|
+
endpoint_id?: string | undefined
|
|
41564
|
+
}
|
|
41565
|
+
| undefined
|
|
40470
41566
|
is_managed: true
|
|
40471
41567
|
}
|
|
40472
41568
|
| {
|
|
@@ -40500,6 +41596,8 @@ export interface Routes {
|
|
|
40500
41596
|
| 'salto_ks_credential'
|
|
40501
41597
|
| 'assa_abloy_vostio_card'
|
|
40502
41598
|
| 'assa_abloy_vostio_mobile_key'
|
|
41599
|
+
| 'salto_space_card'
|
|
41600
|
+
| 'salto_space_mobile_key'
|
|
40503
41601
|
)
|
|
40504
41602
|
| undefined
|
|
40505
41603
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -40591,6 +41689,16 @@ export interface Routes {
|
|
|
40591
41689
|
credential_id?: string | undefined
|
|
40592
41690
|
}
|
|
40593
41691
|
| undefined
|
|
41692
|
+
/** Vostio-specific metadata for the credential. */
|
|
41693
|
+
assa_abloy_vostio_metadata?:
|
|
41694
|
+
| {
|
|
41695
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
41696
|
+
key_id?: string | undefined
|
|
41697
|
+
key_issuing_request_id?: string | undefined
|
|
41698
|
+
door_names?: string[] | undefined
|
|
41699
|
+
endpoint_id?: string | undefined
|
|
41700
|
+
}
|
|
41701
|
+
| undefined
|
|
40594
41702
|
is_managed: false
|
|
40595
41703
|
}
|
|
40596
41704
|
}
|
|
@@ -41103,6 +42211,8 @@ export interface Routes {
|
|
|
41103
42211
|
| 'salto_ks_credential'
|
|
41104
42212
|
| 'assa_abloy_vostio_card'
|
|
41105
42213
|
| 'assa_abloy_vostio_mobile_key'
|
|
42214
|
+
| 'salto_space_card'
|
|
42215
|
+
| 'salto_space_mobile_key'
|
|
41106
42216
|
)
|
|
41107
42217
|
| undefined
|
|
41108
42218
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -41194,6 +42304,18 @@ export interface Routes {
|
|
|
41194
42304
|
credential_id?: string | undefined
|
|
41195
42305
|
}
|
|
41196
42306
|
| undefined
|
|
42307
|
+
/** Vostio-specific metadata for the credential. */
|
|
42308
|
+
assa_abloy_vostio_metadata?:
|
|
42309
|
+
| {
|
|
42310
|
+
override_guest_acs_entrance_ids?:
|
|
42311
|
+
| string[]
|
|
42312
|
+
| undefined
|
|
42313
|
+
key_id?: string | undefined
|
|
42314
|
+
key_issuing_request_id?: string | undefined
|
|
42315
|
+
door_names?: string[] | undefined
|
|
42316
|
+
endpoint_id?: string | undefined
|
|
42317
|
+
}
|
|
42318
|
+
| undefined
|
|
41197
42319
|
is_managed: true
|
|
41198
42320
|
}
|
|
41199
42321
|
| {
|
|
@@ -41227,6 +42349,8 @@ export interface Routes {
|
|
|
41227
42349
|
| 'salto_ks_credential'
|
|
41228
42350
|
| 'assa_abloy_vostio_card'
|
|
41229
42351
|
| 'assa_abloy_vostio_mobile_key'
|
|
42352
|
+
| 'salto_space_card'
|
|
42353
|
+
| 'salto_space_mobile_key'
|
|
41230
42354
|
)
|
|
41231
42355
|
| undefined
|
|
41232
42356
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -41318,6 +42442,18 @@ export interface Routes {
|
|
|
41318
42442
|
credential_id?: string | undefined
|
|
41319
42443
|
}
|
|
41320
42444
|
| undefined
|
|
42445
|
+
/** Vostio-specific metadata for the credential. */
|
|
42446
|
+
assa_abloy_vostio_metadata?:
|
|
42447
|
+
| {
|
|
42448
|
+
override_guest_acs_entrance_ids?:
|
|
42449
|
+
| string[]
|
|
42450
|
+
| undefined
|
|
42451
|
+
key_id?: string | undefined
|
|
42452
|
+
key_issuing_request_id?: string | undefined
|
|
42453
|
+
door_names?: string[] | undefined
|
|
42454
|
+
endpoint_id?: string | undefined
|
|
42455
|
+
}
|
|
42456
|
+
| undefined
|
|
41321
42457
|
is_managed: false
|
|
41322
42458
|
}
|
|
41323
42459
|
)
|
|
@@ -41398,6 +42534,8 @@ export interface Routes {
|
|
|
41398
42534
|
| 'salto_ks_credential'
|
|
41399
42535
|
| 'assa_abloy_vostio_card'
|
|
41400
42536
|
| 'assa_abloy_vostio_mobile_key'
|
|
42537
|
+
| 'salto_space_card'
|
|
42538
|
+
| 'salto_space_mobile_key'
|
|
41401
42539
|
)
|
|
41402
42540
|
| undefined
|
|
41403
42541
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -41489,6 +42627,16 @@ export interface Routes {
|
|
|
41489
42627
|
credential_id?: string | undefined
|
|
41490
42628
|
}
|
|
41491
42629
|
| undefined
|
|
42630
|
+
/** Vostio-specific metadata for the credential. */
|
|
42631
|
+
assa_abloy_vostio_metadata?:
|
|
42632
|
+
| {
|
|
42633
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
42634
|
+
key_id?: string | undefined
|
|
42635
|
+
key_issuing_request_id?: string | undefined
|
|
42636
|
+
door_names?: string[] | undefined
|
|
42637
|
+
endpoint_id?: string | undefined
|
|
42638
|
+
}
|
|
42639
|
+
| undefined
|
|
41492
42640
|
is_managed: true
|
|
41493
42641
|
}
|
|
41494
42642
|
| {
|
|
@@ -41522,6 +42670,8 @@ export interface Routes {
|
|
|
41522
42670
|
| 'salto_ks_credential'
|
|
41523
42671
|
| 'assa_abloy_vostio_card'
|
|
41524
42672
|
| 'assa_abloy_vostio_mobile_key'
|
|
42673
|
+
| 'salto_space_card'
|
|
42674
|
+
| 'salto_space_mobile_key'
|
|
41525
42675
|
)
|
|
41526
42676
|
| undefined
|
|
41527
42677
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -41613,6 +42763,16 @@ export interface Routes {
|
|
|
41613
42763
|
credential_id?: string | undefined
|
|
41614
42764
|
}
|
|
41615
42765
|
| undefined
|
|
42766
|
+
/** Vostio-specific metadata for the credential. */
|
|
42767
|
+
assa_abloy_vostio_metadata?:
|
|
42768
|
+
| {
|
|
42769
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
42770
|
+
key_id?: string | undefined
|
|
42771
|
+
key_issuing_request_id?: string | undefined
|
|
42772
|
+
door_names?: string[] | undefined
|
|
42773
|
+
endpoint_id?: string | undefined
|
|
42774
|
+
}
|
|
42775
|
+
| undefined
|
|
41616
42776
|
is_managed: false
|
|
41617
42777
|
}
|
|
41618
42778
|
}
|
|
@@ -44606,6 +45766,8 @@ export interface Routes {
|
|
|
44606
45766
|
| 'salto_ks_credential'
|
|
44607
45767
|
| 'assa_abloy_vostio_card'
|
|
44608
45768
|
| 'assa_abloy_vostio_mobile_key'
|
|
45769
|
+
| 'salto_space_card'
|
|
45770
|
+
| 'salto_space_mobile_key'
|
|
44609
45771
|
)
|
|
44610
45772
|
| undefined
|
|
44611
45773
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -44697,6 +45859,18 @@ export interface Routes {
|
|
|
44697
45859
|
credential_id?: string | undefined
|
|
44698
45860
|
}
|
|
44699
45861
|
| undefined
|
|
45862
|
+
/** Vostio-specific metadata for the credential. */
|
|
45863
|
+
assa_abloy_vostio_metadata?:
|
|
45864
|
+
| {
|
|
45865
|
+
override_guest_acs_entrance_ids?:
|
|
45866
|
+
| string[]
|
|
45867
|
+
| undefined
|
|
45868
|
+
key_id?: string | undefined
|
|
45869
|
+
key_issuing_request_id?: string | undefined
|
|
45870
|
+
door_names?: string[] | undefined
|
|
45871
|
+
endpoint_id?: string | undefined
|
|
45872
|
+
}
|
|
45873
|
+
| undefined
|
|
44700
45874
|
is_managed: true
|
|
44701
45875
|
}
|
|
44702
45876
|
| {
|
|
@@ -44730,6 +45904,8 @@ export interface Routes {
|
|
|
44730
45904
|
| 'salto_ks_credential'
|
|
44731
45905
|
| 'assa_abloy_vostio_card'
|
|
44732
45906
|
| 'assa_abloy_vostio_mobile_key'
|
|
45907
|
+
| 'salto_space_card'
|
|
45908
|
+
| 'salto_space_mobile_key'
|
|
44733
45909
|
)
|
|
44734
45910
|
| undefined
|
|
44735
45911
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -44821,6 +45997,18 @@ export interface Routes {
|
|
|
44821
45997
|
credential_id?: string | undefined
|
|
44822
45998
|
}
|
|
44823
45999
|
| undefined
|
|
46000
|
+
/** Vostio-specific metadata for the credential. */
|
|
46001
|
+
assa_abloy_vostio_metadata?:
|
|
46002
|
+
| {
|
|
46003
|
+
override_guest_acs_entrance_ids?:
|
|
46004
|
+
| string[]
|
|
46005
|
+
| undefined
|
|
46006
|
+
key_id?: string | undefined
|
|
46007
|
+
key_issuing_request_id?: string | undefined
|
|
46008
|
+
door_names?: string[] | undefined
|
|
46009
|
+
endpoint_id?: string | undefined
|
|
46010
|
+
}
|
|
46011
|
+
| undefined
|
|
44824
46012
|
is_managed: false
|
|
44825
46013
|
}
|
|
44826
46014
|
)
|
|
@@ -44901,6 +46089,8 @@ export interface Routes {
|
|
|
44901
46089
|
| 'salto_ks_credential'
|
|
44902
46090
|
| 'assa_abloy_vostio_card'
|
|
44903
46091
|
| 'assa_abloy_vostio_mobile_key'
|
|
46092
|
+
| 'salto_space_card'
|
|
46093
|
+
| 'salto_space_mobile_key'
|
|
44904
46094
|
)
|
|
44905
46095
|
| undefined
|
|
44906
46096
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -44992,6 +46182,16 @@ export interface Routes {
|
|
|
44992
46182
|
credential_id?: string | undefined
|
|
44993
46183
|
}
|
|
44994
46184
|
| undefined
|
|
46185
|
+
/** Vostio-specific metadata for the credential. */
|
|
46186
|
+
assa_abloy_vostio_metadata?:
|
|
46187
|
+
| {
|
|
46188
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
46189
|
+
key_id?: string | undefined
|
|
46190
|
+
key_issuing_request_id?: string | undefined
|
|
46191
|
+
door_names?: string[] | undefined
|
|
46192
|
+
endpoint_id?: string | undefined
|
|
46193
|
+
}
|
|
46194
|
+
| undefined
|
|
44995
46195
|
is_managed: true
|
|
44996
46196
|
}
|
|
44997
46197
|
| {
|
|
@@ -45025,6 +46225,8 @@ export interface Routes {
|
|
|
45025
46225
|
| 'salto_ks_credential'
|
|
45026
46226
|
| 'assa_abloy_vostio_card'
|
|
45027
46227
|
| 'assa_abloy_vostio_mobile_key'
|
|
46228
|
+
| 'salto_space_card'
|
|
46229
|
+
| 'salto_space_mobile_key'
|
|
45028
46230
|
)
|
|
45029
46231
|
| undefined
|
|
45030
46232
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -45116,6 +46318,16 @@ export interface Routes {
|
|
|
45116
46318
|
credential_id?: string | undefined
|
|
45117
46319
|
}
|
|
45118
46320
|
| undefined
|
|
46321
|
+
/** Vostio-specific metadata for the credential. */
|
|
46322
|
+
assa_abloy_vostio_metadata?:
|
|
46323
|
+
| {
|
|
46324
|
+
override_guest_acs_entrance_ids?: string[] | undefined
|
|
46325
|
+
key_id?: string | undefined
|
|
46326
|
+
key_issuing_request_id?: string | undefined
|
|
46327
|
+
door_names?: string[] | undefined
|
|
46328
|
+
endpoint_id?: string | undefined
|
|
46329
|
+
}
|
|
46330
|
+
| undefined
|
|
45119
46331
|
is_managed: false
|
|
45120
46332
|
}
|
|
45121
46333
|
}
|