@seamapi/types 1.548.0 → 1.550.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 +24 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +217 -200
- package/dist/index.cjs +24 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/models/batch.d.ts +84 -84
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +15 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +133 -128
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +15 -0
- package/src/lib/seam/connect/route-types.ts +135 -0
|
@@ -235,6 +235,7 @@ export type Routes = {
|
|
|
235
235
|
| 'salto_space_key'
|
|
236
236
|
| 'latch_access'
|
|
237
237
|
| 'dormakaba_ambiance_credential'
|
|
238
|
+
| 'hotek_card'
|
|
238
239
|
)
|
|
239
240
|
| undefined
|
|
240
241
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -395,6 +396,7 @@ export type Routes = {
|
|
|
395
396
|
| 'salto_space_key'
|
|
396
397
|
| 'latch_access'
|
|
397
398
|
| 'dormakaba_ambiance_credential'
|
|
399
|
+
| 'hotek_card'
|
|
398
400
|
)
|
|
399
401
|
| undefined
|
|
400
402
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -617,6 +619,7 @@ export type Routes = {
|
|
|
617
619
|
| 'salto_space_key'
|
|
618
620
|
| 'latch_access'
|
|
619
621
|
| 'dormakaba_ambiance_credential'
|
|
622
|
+
| 'hotek_card'
|
|
620
623
|
)
|
|
621
624
|
| undefined
|
|
622
625
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -775,6 +778,7 @@ export type Routes = {
|
|
|
775
778
|
| 'salto_space_key'
|
|
776
779
|
| 'latch_access'
|
|
777
780
|
| 'dormakaba_ambiance_credential'
|
|
781
|
+
| 'hotek_card'
|
|
778
782
|
)
|
|
779
783
|
| undefined
|
|
780
784
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -2862,6 +2866,7 @@ export type Routes = {
|
|
|
2862
2866
|
| 'salto_space_key'
|
|
2863
2867
|
| 'latch_access'
|
|
2864
2868
|
| 'dormakaba_ambiance_credential'
|
|
2869
|
+
| 'hotek_card'
|
|
2865
2870
|
)
|
|
2866
2871
|
| undefined
|
|
2867
2872
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -3022,6 +3027,7 @@ export type Routes = {
|
|
|
3022
3027
|
| 'salto_space_key'
|
|
3023
3028
|
| 'latch_access'
|
|
3024
3029
|
| 'dormakaba_ambiance_credential'
|
|
3030
|
+
| 'hotek_card'
|
|
3025
3031
|
)
|
|
3026
3032
|
| undefined
|
|
3027
3033
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -3244,6 +3250,7 @@ export type Routes = {
|
|
|
3244
3250
|
| 'salto_space_key'
|
|
3245
3251
|
| 'latch_access'
|
|
3246
3252
|
| 'dormakaba_ambiance_credential'
|
|
3253
|
+
| 'hotek_card'
|
|
3247
3254
|
)
|
|
3248
3255
|
| undefined
|
|
3249
3256
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -3402,6 +3409,7 @@ export type Routes = {
|
|
|
3402
3409
|
| 'salto_space_key'
|
|
3403
3410
|
| 'latch_access'
|
|
3404
3411
|
| 'dormakaba_ambiance_credential'
|
|
3412
|
+
| 'hotek_card'
|
|
3405
3413
|
)
|
|
3406
3414
|
| undefined
|
|
3407
3415
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -7265,6 +7273,7 @@ export type Routes = {
|
|
|
7265
7273
|
| 'salto_space_key'
|
|
7266
7274
|
| 'latch_access'
|
|
7267
7275
|
| 'dormakaba_ambiance_credential'
|
|
7276
|
+
| 'hotek_card'
|
|
7268
7277
|
)
|
|
7269
7278
|
| undefined
|
|
7270
7279
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -7425,6 +7434,7 @@ export type Routes = {
|
|
|
7425
7434
|
| 'salto_space_key'
|
|
7426
7435
|
| 'latch_access'
|
|
7427
7436
|
| 'dormakaba_ambiance_credential'
|
|
7437
|
+
| 'hotek_card'
|
|
7428
7438
|
)
|
|
7429
7439
|
| undefined
|
|
7430
7440
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -7647,6 +7657,7 @@ export type Routes = {
|
|
|
7647
7657
|
| 'salto_space_key'
|
|
7648
7658
|
| 'latch_access'
|
|
7649
7659
|
| 'dormakaba_ambiance_credential'
|
|
7660
|
+
| 'hotek_card'
|
|
7650
7661
|
)
|
|
7651
7662
|
| undefined
|
|
7652
7663
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -7805,6 +7816,7 @@ export type Routes = {
|
|
|
7805
7816
|
| 'salto_space_key'
|
|
7806
7817
|
| 'latch_access'
|
|
7807
7818
|
| 'dormakaba_ambiance_credential'
|
|
7819
|
+
| 'hotek_card'
|
|
7808
7820
|
)
|
|
7809
7821
|
| undefined
|
|
7810
7822
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -9913,6 +9925,7 @@ export type Routes = {
|
|
|
9913
9925
|
| 'salto_space_key'
|
|
9914
9926
|
| 'latch_access'
|
|
9915
9927
|
| 'dormakaba_ambiance_credential'
|
|
9928
|
+
| 'hotek_card'
|
|
9916
9929
|
)
|
|
9917
9930
|
| undefined
|
|
9918
9931
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -10073,6 +10086,7 @@ export type Routes = {
|
|
|
10073
10086
|
| 'salto_space_key'
|
|
10074
10087
|
| 'latch_access'
|
|
10075
10088
|
| 'dormakaba_ambiance_credential'
|
|
10089
|
+
| 'hotek_card'
|
|
10076
10090
|
)
|
|
10077
10091
|
| undefined
|
|
10078
10092
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -10295,6 +10309,7 @@ export type Routes = {
|
|
|
10295
10309
|
| 'salto_space_key'
|
|
10296
10310
|
| 'latch_access'
|
|
10297
10311
|
| 'dormakaba_ambiance_credential'
|
|
10312
|
+
| 'hotek_card'
|
|
10298
10313
|
)
|
|
10299
10314
|
| undefined
|
|
10300
10315
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -10453,6 +10468,7 @@ export type Routes = {
|
|
|
10453
10468
|
| 'salto_space_key'
|
|
10454
10469
|
| 'latch_access'
|
|
10455
10470
|
| 'dormakaba_ambiance_credential'
|
|
10471
|
+
| 'hotek_card'
|
|
10456
10472
|
)
|
|
10457
10473
|
| undefined
|
|
10458
10474
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -13800,6 +13816,7 @@ export type Routes = {
|
|
|
13800
13816
|
| 'salto_space_key'
|
|
13801
13817
|
| 'latch_access'
|
|
13802
13818
|
| 'dormakaba_ambiance_credential'
|
|
13819
|
+
| 'hotek_card'
|
|
13803
13820
|
)
|
|
13804
13821
|
| undefined
|
|
13805
13822
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -13960,6 +13977,7 @@ export type Routes = {
|
|
|
13960
13977
|
| 'salto_space_key'
|
|
13961
13978
|
| 'latch_access'
|
|
13962
13979
|
| 'dormakaba_ambiance_credential'
|
|
13980
|
+
| 'hotek_card'
|
|
13963
13981
|
)
|
|
13964
13982
|
| undefined
|
|
13965
13983
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -14182,6 +14200,7 @@ export type Routes = {
|
|
|
14182
14200
|
| 'salto_space_key'
|
|
14183
14201
|
| 'latch_access'
|
|
14184
14202
|
| 'dormakaba_ambiance_credential'
|
|
14203
|
+
| 'hotek_card'
|
|
14185
14204
|
)
|
|
14186
14205
|
| undefined
|
|
14187
14206
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -14340,6 +14359,7 @@ export type Routes = {
|
|
|
14340
14359
|
| 'salto_space_key'
|
|
14341
14360
|
| 'latch_access'
|
|
14342
14361
|
| 'dormakaba_ambiance_credential'
|
|
14362
|
+
| 'hotek_card'
|
|
14343
14363
|
)
|
|
14344
14364
|
| undefined
|
|
14345
14365
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -17401,6 +17421,7 @@ export type Routes = {
|
|
|
17401
17421
|
| 'salto_space_key'
|
|
17402
17422
|
| 'latch_access'
|
|
17403
17423
|
| 'dormakaba_ambiance_credential'
|
|
17424
|
+
| 'hotek_card'
|
|
17404
17425
|
)
|
|
17405
17426
|
| undefined
|
|
17406
17427
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -17561,6 +17582,7 @@ export type Routes = {
|
|
|
17561
17582
|
| 'salto_space_key'
|
|
17562
17583
|
| 'latch_access'
|
|
17563
17584
|
| 'dormakaba_ambiance_credential'
|
|
17585
|
+
| 'hotek_card'
|
|
17564
17586
|
)
|
|
17565
17587
|
| undefined
|
|
17566
17588
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -17863,6 +17885,7 @@ export type Routes = {
|
|
|
17863
17885
|
| 'salto_space_key'
|
|
17864
17886
|
| 'latch_access'
|
|
17865
17887
|
| 'dormakaba_ambiance_credential'
|
|
17888
|
+
| 'hotek_card'
|
|
17866
17889
|
)
|
|
17867
17890
|
| undefined
|
|
17868
17891
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -18031,6 +18054,7 @@ export type Routes = {
|
|
|
18031
18054
|
| 'salto_space_key'
|
|
18032
18055
|
| 'latch_access'
|
|
18033
18056
|
| 'dormakaba_ambiance_credential'
|
|
18057
|
+
| 'hotek_card'
|
|
18034
18058
|
)
|
|
18035
18059
|
| undefined
|
|
18036
18060
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -18261,6 +18285,7 @@ export type Routes = {
|
|
|
18261
18285
|
| 'salto_space_key'
|
|
18262
18286
|
| 'latch_access'
|
|
18263
18287
|
| 'dormakaba_ambiance_credential'
|
|
18288
|
+
| 'hotek_card'
|
|
18264
18289
|
)
|
|
18265
18290
|
| undefined
|
|
18266
18291
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -18421,6 +18446,7 @@ export type Routes = {
|
|
|
18421
18446
|
| 'salto_space_key'
|
|
18422
18447
|
| 'latch_access'
|
|
18423
18448
|
| 'dormakaba_ambiance_credential'
|
|
18449
|
+
| 'hotek_card'
|
|
18424
18450
|
)
|
|
18425
18451
|
| undefined
|
|
18426
18452
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -24352,6 +24378,7 @@ export type Routes = {
|
|
|
24352
24378
|
| 'salto_space_key'
|
|
24353
24379
|
| 'latch_access'
|
|
24354
24380
|
| 'dormakaba_ambiance_credential'
|
|
24381
|
+
| 'hotek_card'
|
|
24355
24382
|
)
|
|
24356
24383
|
| undefined
|
|
24357
24384
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -24521,6 +24548,13 @@ export type Routes = {
|
|
|
24521
24548
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
24522
24549
|
}
|
|
24523
24550
|
| undefined
|
|
24551
|
+
/** */
|
|
24552
|
+
hotek_metadata?:
|
|
24553
|
+
| {
|
|
24554
|
+
override?: boolean | undefined
|
|
24555
|
+
auto_join?: boolean | undefined
|
|
24556
|
+
}
|
|
24557
|
+
| undefined
|
|
24524
24558
|
/** Salto Space-specific metadata for the new credential. */
|
|
24525
24559
|
salto_space_metadata?:
|
|
24526
24560
|
| {
|
|
@@ -24582,6 +24616,7 @@ export type Routes = {
|
|
|
24582
24616
|
| 'salto_space_key'
|
|
24583
24617
|
| 'latch_access'
|
|
24584
24618
|
| 'dormakaba_ambiance_credential'
|
|
24619
|
+
| 'hotek_card'
|
|
24585
24620
|
)
|
|
24586
24621
|
| undefined
|
|
24587
24622
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -24766,6 +24801,7 @@ export type Routes = {
|
|
|
24766
24801
|
| 'salto_space_key'
|
|
24767
24802
|
| 'latch_access'
|
|
24768
24803
|
| 'dormakaba_ambiance_credential'
|
|
24804
|
+
| 'hotek_card'
|
|
24769
24805
|
)
|
|
24770
24806
|
| undefined
|
|
24771
24807
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -24954,6 +24990,7 @@ export type Routes = {
|
|
|
24954
24990
|
| 'salto_space_key'
|
|
24955
24991
|
| 'latch_access'
|
|
24956
24992
|
| 'dormakaba_ambiance_credential'
|
|
24993
|
+
| 'hotek_card'
|
|
24957
24994
|
)
|
|
24958
24995
|
| undefined
|
|
24959
24996
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -25153,6 +25190,7 @@ export type Routes = {
|
|
|
25153
25190
|
| 'salto_space_key'
|
|
25154
25191
|
| 'latch_access'
|
|
25155
25192
|
| 'dormakaba_ambiance_credential'
|
|
25193
|
+
| 'hotek_card'
|
|
25156
25194
|
)
|
|
25157
25195
|
| undefined
|
|
25158
25196
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -25501,6 +25539,7 @@ export type Routes = {
|
|
|
25501
25539
|
| 'salto_space_key'
|
|
25502
25540
|
| 'latch_access'
|
|
25503
25541
|
| 'dormakaba_ambiance_credential'
|
|
25542
|
+
| 'hotek_card'
|
|
25504
25543
|
)
|
|
25505
25544
|
| undefined
|
|
25506
25545
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -25673,6 +25712,7 @@ export type Routes = {
|
|
|
25673
25712
|
| 'salto_space_key'
|
|
25674
25713
|
| 'latch_access'
|
|
25675
25714
|
| 'dormakaba_ambiance_credential'
|
|
25715
|
+
| 'hotek_card'
|
|
25676
25716
|
)
|
|
25677
25717
|
| undefined
|
|
25678
25718
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -25859,6 +25899,7 @@ export type Routes = {
|
|
|
25859
25899
|
| 'salto_space_key'
|
|
25860
25900
|
| 'latch_access'
|
|
25861
25901
|
| 'dormakaba_ambiance_credential'
|
|
25902
|
+
| 'hotek_card'
|
|
25862
25903
|
)
|
|
25863
25904
|
| undefined
|
|
25864
25905
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -26039,6 +26080,7 @@ export type Routes = {
|
|
|
26039
26080
|
| 'salto_space_key'
|
|
26040
26081
|
| 'latch_access'
|
|
26041
26082
|
| 'dormakaba_ambiance_credential'
|
|
26083
|
+
| 'hotek_card'
|
|
26042
26084
|
)
|
|
26043
26085
|
| undefined
|
|
26044
26086
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -26361,6 +26403,7 @@ export type Routes = {
|
|
|
26361
26403
|
| 'salto_space_key'
|
|
26362
26404
|
| 'latch_access'
|
|
26363
26405
|
| 'dormakaba_ambiance_credential'
|
|
26406
|
+
| 'hotek_card'
|
|
26364
26407
|
)
|
|
26365
26408
|
| undefined
|
|
26366
26409
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -26521,6 +26564,7 @@ export type Routes = {
|
|
|
26521
26564
|
| 'salto_space_key'
|
|
26522
26565
|
| 'latch_access'
|
|
26523
26566
|
| 'dormakaba_ambiance_credential'
|
|
26567
|
+
| 'hotek_card'
|
|
26524
26568
|
)
|
|
26525
26569
|
| undefined
|
|
26526
26570
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -26743,6 +26787,7 @@ export type Routes = {
|
|
|
26743
26787
|
| 'salto_space_key'
|
|
26744
26788
|
| 'latch_access'
|
|
26745
26789
|
| 'dormakaba_ambiance_credential'
|
|
26790
|
+
| 'hotek_card'
|
|
26746
26791
|
)
|
|
26747
26792
|
| undefined
|
|
26748
26793
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -26901,6 +26946,7 @@ export type Routes = {
|
|
|
26901
26946
|
| 'salto_space_key'
|
|
26902
26947
|
| 'latch_access'
|
|
26903
26948
|
| 'dormakaba_ambiance_credential'
|
|
26949
|
+
| 'hotek_card'
|
|
26904
26950
|
)
|
|
26905
26951
|
| undefined
|
|
26906
26952
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -27914,6 +27960,7 @@ export type Routes = {
|
|
|
27914
27960
|
| 'salto_space_key'
|
|
27915
27961
|
| 'latch_access'
|
|
27916
27962
|
| 'dormakaba_ambiance_credential'
|
|
27963
|
+
| 'hotek_card'
|
|
27917
27964
|
)
|
|
27918
27965
|
| undefined
|
|
27919
27966
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -28074,6 +28121,7 @@ export type Routes = {
|
|
|
28074
28121
|
| 'salto_space_key'
|
|
28075
28122
|
| 'latch_access'
|
|
28076
28123
|
| 'dormakaba_ambiance_credential'
|
|
28124
|
+
| 'hotek_card'
|
|
28077
28125
|
)
|
|
28078
28126
|
| undefined
|
|
28079
28127
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -28296,6 +28344,7 @@ export type Routes = {
|
|
|
28296
28344
|
| 'salto_space_key'
|
|
28297
28345
|
| 'latch_access'
|
|
28298
28346
|
| 'dormakaba_ambiance_credential'
|
|
28347
|
+
| 'hotek_card'
|
|
28299
28348
|
)
|
|
28300
28349
|
| undefined
|
|
28301
28350
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -28454,6 +28503,7 @@ export type Routes = {
|
|
|
28454
28503
|
| 'salto_space_key'
|
|
28455
28504
|
| 'latch_access'
|
|
28456
28505
|
| 'dormakaba_ambiance_credential'
|
|
28506
|
+
| 'hotek_card'
|
|
28457
28507
|
)
|
|
28458
28508
|
| undefined
|
|
28459
28509
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -29665,6 +29715,7 @@ export type Routes = {
|
|
|
29665
29715
|
| 'salto_space_key'
|
|
29666
29716
|
| 'latch_access'
|
|
29667
29717
|
| 'dormakaba_ambiance_credential'
|
|
29718
|
+
| 'hotek_card'
|
|
29668
29719
|
)
|
|
29669
29720
|
| undefined
|
|
29670
29721
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -32160,6 +32211,7 @@ export type Routes = {
|
|
|
32160
32211
|
| 'salto_space_key'
|
|
32161
32212
|
| 'latch_access'
|
|
32162
32213
|
| 'dormakaba_ambiance_credential'
|
|
32214
|
+
| 'hotek_card'
|
|
32163
32215
|
)
|
|
32164
32216
|
| undefined
|
|
32165
32217
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -32320,6 +32372,7 @@ export type Routes = {
|
|
|
32320
32372
|
| 'salto_space_key'
|
|
32321
32373
|
| 'latch_access'
|
|
32322
32374
|
| 'dormakaba_ambiance_credential'
|
|
32375
|
+
| 'hotek_card'
|
|
32323
32376
|
)
|
|
32324
32377
|
| undefined
|
|
32325
32378
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -32542,6 +32595,7 @@ export type Routes = {
|
|
|
32542
32595
|
| 'salto_space_key'
|
|
32543
32596
|
| 'latch_access'
|
|
32544
32597
|
| 'dormakaba_ambiance_credential'
|
|
32598
|
+
| 'hotek_card'
|
|
32545
32599
|
)
|
|
32546
32600
|
| undefined
|
|
32547
32601
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -32700,6 +32754,7 @@ export type Routes = {
|
|
|
32700
32754
|
| 'salto_space_key'
|
|
32701
32755
|
| 'latch_access'
|
|
32702
32756
|
| 'dormakaba_ambiance_credential'
|
|
32757
|
+
| 'hotek_card'
|
|
32703
32758
|
)
|
|
32704
32759
|
| undefined
|
|
32705
32760
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -33598,6 +33653,7 @@ export type Routes = {
|
|
|
33598
33653
|
| 'salto_space_key'
|
|
33599
33654
|
| 'latch_access'
|
|
33600
33655
|
| 'dormakaba_ambiance_credential'
|
|
33656
|
+
| 'hotek_card'
|
|
33601
33657
|
)
|
|
33602
33658
|
| undefined
|
|
33603
33659
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -33758,6 +33814,7 @@ export type Routes = {
|
|
|
33758
33814
|
| 'salto_space_key'
|
|
33759
33815
|
| 'latch_access'
|
|
33760
33816
|
| 'dormakaba_ambiance_credential'
|
|
33817
|
+
| 'hotek_card'
|
|
33761
33818
|
)
|
|
33762
33819
|
| undefined
|
|
33763
33820
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -33980,6 +34037,7 @@ export type Routes = {
|
|
|
33980
34037
|
| 'salto_space_key'
|
|
33981
34038
|
| 'latch_access'
|
|
33982
34039
|
| 'dormakaba_ambiance_credential'
|
|
34040
|
+
| 'hotek_card'
|
|
33983
34041
|
)
|
|
33984
34042
|
| undefined
|
|
33985
34043
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -34138,6 +34196,7 @@ export type Routes = {
|
|
|
34138
34196
|
| 'salto_space_key'
|
|
34139
34197
|
| 'latch_access'
|
|
34140
34198
|
| 'dormakaba_ambiance_credential'
|
|
34199
|
+
| 'hotek_card'
|
|
34141
34200
|
)
|
|
34142
34201
|
| undefined
|
|
34143
34202
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -52406,6 +52465,7 @@ export type Routes = {
|
|
|
52406
52465
|
| 'salto_space_key'
|
|
52407
52466
|
| 'latch_access'
|
|
52408
52467
|
| 'dormakaba_ambiance_credential'
|
|
52468
|
+
| 'hotek_card'
|
|
52409
52469
|
)
|
|
52410
52470
|
| undefined
|
|
52411
52471
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -52566,6 +52626,7 @@ export type Routes = {
|
|
|
52566
52626
|
| 'salto_space_key'
|
|
52567
52627
|
| 'latch_access'
|
|
52568
52628
|
| 'dormakaba_ambiance_credential'
|
|
52629
|
+
| 'hotek_card'
|
|
52569
52630
|
)
|
|
52570
52631
|
| undefined
|
|
52571
52632
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -52788,6 +52849,7 @@ export type Routes = {
|
|
|
52788
52849
|
| 'salto_space_key'
|
|
52789
52850
|
| 'latch_access'
|
|
52790
52851
|
| 'dormakaba_ambiance_credential'
|
|
52852
|
+
| 'hotek_card'
|
|
52791
52853
|
)
|
|
52792
52854
|
| undefined
|
|
52793
52855
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -52946,6 +53008,7 @@ export type Routes = {
|
|
|
52946
53008
|
| 'salto_space_key'
|
|
52947
53009
|
| 'latch_access'
|
|
52948
53010
|
| 'dormakaba_ambiance_credential'
|
|
53011
|
+
| 'hotek_card'
|
|
52949
53012
|
)
|
|
52950
53013
|
| undefined
|
|
52951
53014
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -53851,6 +53914,7 @@ export type Routes = {
|
|
|
53851
53914
|
| 'salto_space_key'
|
|
53852
53915
|
| 'latch_access'
|
|
53853
53916
|
| 'dormakaba_ambiance_credential'
|
|
53917
|
+
| 'hotek_card'
|
|
53854
53918
|
)
|
|
53855
53919
|
| undefined
|
|
53856
53920
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -54011,6 +54075,7 @@ export type Routes = {
|
|
|
54011
54075
|
| 'salto_space_key'
|
|
54012
54076
|
| 'latch_access'
|
|
54013
54077
|
| 'dormakaba_ambiance_credential'
|
|
54078
|
+
| 'hotek_card'
|
|
54014
54079
|
)
|
|
54015
54080
|
| undefined
|
|
54016
54081
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -54233,6 +54298,7 @@ export type Routes = {
|
|
|
54233
54298
|
| 'salto_space_key'
|
|
54234
54299
|
| 'latch_access'
|
|
54235
54300
|
| 'dormakaba_ambiance_credential'
|
|
54301
|
+
| 'hotek_card'
|
|
54236
54302
|
)
|
|
54237
54303
|
| undefined
|
|
54238
54304
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -54391,6 +54457,7 @@ export type Routes = {
|
|
|
54391
54457
|
| 'salto_space_key'
|
|
54392
54458
|
| 'latch_access'
|
|
54393
54459
|
| 'dormakaba_ambiance_credential'
|
|
54460
|
+
| 'hotek_card'
|
|
54394
54461
|
)
|
|
54395
54462
|
| undefined
|
|
54396
54463
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -55294,6 +55361,7 @@ export type Routes = {
|
|
|
55294
55361
|
| 'salto_space_key'
|
|
55295
55362
|
| 'latch_access'
|
|
55296
55363
|
| 'dormakaba_ambiance_credential'
|
|
55364
|
+
| 'hotek_card'
|
|
55297
55365
|
)
|
|
55298
55366
|
| undefined
|
|
55299
55367
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -55454,6 +55522,7 @@ export type Routes = {
|
|
|
55454
55522
|
| 'salto_space_key'
|
|
55455
55523
|
| 'latch_access'
|
|
55456
55524
|
| 'dormakaba_ambiance_credential'
|
|
55525
|
+
| 'hotek_card'
|
|
55457
55526
|
)
|
|
55458
55527
|
| undefined
|
|
55459
55528
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -55676,6 +55745,7 @@ export type Routes = {
|
|
|
55676
55745
|
| 'salto_space_key'
|
|
55677
55746
|
| 'latch_access'
|
|
55678
55747
|
| 'dormakaba_ambiance_credential'
|
|
55748
|
+
| 'hotek_card'
|
|
55679
55749
|
)
|
|
55680
55750
|
| undefined
|
|
55681
55751
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -55834,6 +55904,7 @@ export type Routes = {
|
|
|
55834
55904
|
| 'salto_space_key'
|
|
55835
55905
|
| 'latch_access'
|
|
55836
55906
|
| 'dormakaba_ambiance_credential'
|
|
55907
|
+
| 'hotek_card'
|
|
55837
55908
|
)
|
|
55838
55909
|
| undefined
|
|
55839
55910
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -56739,6 +56810,7 @@ export type Routes = {
|
|
|
56739
56810
|
| 'salto_space_key'
|
|
56740
56811
|
| 'latch_access'
|
|
56741
56812
|
| 'dormakaba_ambiance_credential'
|
|
56813
|
+
| 'hotek_card'
|
|
56742
56814
|
)
|
|
56743
56815
|
| undefined
|
|
56744
56816
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -56899,6 +56971,7 @@ export type Routes = {
|
|
|
56899
56971
|
| 'salto_space_key'
|
|
56900
56972
|
| 'latch_access'
|
|
56901
56973
|
| 'dormakaba_ambiance_credential'
|
|
56974
|
+
| 'hotek_card'
|
|
56902
56975
|
)
|
|
56903
56976
|
| undefined
|
|
56904
56977
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -57121,6 +57194,7 @@ export type Routes = {
|
|
|
57121
57194
|
| 'salto_space_key'
|
|
57122
57195
|
| 'latch_access'
|
|
57123
57196
|
| 'dormakaba_ambiance_credential'
|
|
57197
|
+
| 'hotek_card'
|
|
57124
57198
|
)
|
|
57125
57199
|
| undefined
|
|
57126
57200
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -57279,6 +57353,7 @@ export type Routes = {
|
|
|
57279
57353
|
| 'salto_space_key'
|
|
57280
57354
|
| 'latch_access'
|
|
57281
57355
|
| 'dormakaba_ambiance_credential'
|
|
57356
|
+
| 'hotek_card'
|
|
57282
57357
|
)
|
|
57283
57358
|
| undefined
|
|
57284
57359
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -61234,6 +61309,7 @@ export type Routes = {
|
|
|
61234
61309
|
| 'salto_space_key'
|
|
61235
61310
|
| 'latch_access'
|
|
61236
61311
|
| 'dormakaba_ambiance_credential'
|
|
61312
|
+
| 'hotek_card'
|
|
61237
61313
|
)
|
|
61238
61314
|
| undefined
|
|
61239
61315
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -61394,6 +61470,7 @@ export type Routes = {
|
|
|
61394
61470
|
| 'salto_space_key'
|
|
61395
61471
|
| 'latch_access'
|
|
61396
61472
|
| 'dormakaba_ambiance_credential'
|
|
61473
|
+
| 'hotek_card'
|
|
61397
61474
|
)
|
|
61398
61475
|
| undefined
|
|
61399
61476
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -61616,6 +61693,7 @@ export type Routes = {
|
|
|
61616
61693
|
| 'salto_space_key'
|
|
61617
61694
|
| 'latch_access'
|
|
61618
61695
|
| 'dormakaba_ambiance_credential'
|
|
61696
|
+
| 'hotek_card'
|
|
61619
61697
|
)
|
|
61620
61698
|
| undefined
|
|
61621
61699
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -61774,6 +61852,7 @@ export type Routes = {
|
|
|
61774
61852
|
| 'salto_space_key'
|
|
61775
61853
|
| 'latch_access'
|
|
61776
61854
|
| 'dormakaba_ambiance_credential'
|
|
61855
|
+
| 'hotek_card'
|
|
61777
61856
|
)
|
|
61778
61857
|
| undefined
|
|
61779
61858
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -62698,6 +62777,7 @@ export type Routes = {
|
|
|
62698
62777
|
| 'salto_space_key'
|
|
62699
62778
|
| 'latch_access'
|
|
62700
62779
|
| 'dormakaba_ambiance_credential'
|
|
62780
|
+
| 'hotek_card'
|
|
62701
62781
|
)
|
|
62702
62782
|
| undefined
|
|
62703
62783
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -62858,6 +62938,7 @@ export type Routes = {
|
|
|
62858
62938
|
| 'salto_space_key'
|
|
62859
62939
|
| 'latch_access'
|
|
62860
62940
|
| 'dormakaba_ambiance_credential'
|
|
62941
|
+
| 'hotek_card'
|
|
62861
62942
|
)
|
|
62862
62943
|
| undefined
|
|
62863
62944
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -63080,6 +63161,7 @@ export type Routes = {
|
|
|
63080
63161
|
| 'salto_space_key'
|
|
63081
63162
|
| 'latch_access'
|
|
63082
63163
|
| 'dormakaba_ambiance_credential'
|
|
63164
|
+
| 'hotek_card'
|
|
63083
63165
|
)
|
|
63084
63166
|
| undefined
|
|
63085
63167
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -63238,6 +63320,7 @@ export type Routes = {
|
|
|
63238
63320
|
| 'salto_space_key'
|
|
63239
63321
|
| 'latch_access'
|
|
63240
63322
|
| 'dormakaba_ambiance_credential'
|
|
63323
|
+
| 'hotek_card'
|
|
63241
63324
|
)
|
|
63242
63325
|
| undefined
|
|
63243
63326
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -64216,6 +64299,7 @@ export type Routes = {
|
|
|
64216
64299
|
| 'salto_space_key'
|
|
64217
64300
|
| 'latch_access'
|
|
64218
64301
|
| 'dormakaba_ambiance_credential'
|
|
64302
|
+
| 'hotek_card'
|
|
64219
64303
|
)
|
|
64220
64304
|
| undefined
|
|
64221
64305
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -64376,6 +64460,7 @@ export type Routes = {
|
|
|
64376
64460
|
| 'salto_space_key'
|
|
64377
64461
|
| 'latch_access'
|
|
64378
64462
|
| 'dormakaba_ambiance_credential'
|
|
64463
|
+
| 'hotek_card'
|
|
64379
64464
|
)
|
|
64380
64465
|
| undefined
|
|
64381
64466
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -64598,6 +64683,7 @@ export type Routes = {
|
|
|
64598
64683
|
| 'salto_space_key'
|
|
64599
64684
|
| 'latch_access'
|
|
64600
64685
|
| 'dormakaba_ambiance_credential'
|
|
64686
|
+
| 'hotek_card'
|
|
64601
64687
|
)
|
|
64602
64688
|
| undefined
|
|
64603
64689
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -64756,6 +64842,7 @@ export type Routes = {
|
|
|
64756
64842
|
| 'salto_space_key'
|
|
64757
64843
|
| 'latch_access'
|
|
64758
64844
|
| 'dormakaba_ambiance_credential'
|
|
64845
|
+
| 'hotek_card'
|
|
64759
64846
|
)
|
|
64760
64847
|
| undefined
|
|
64761
64848
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -68986,6 +69073,7 @@ export type Routes = {
|
|
|
68986
69073
|
| 'salto_space_key'
|
|
68987
69074
|
| 'latch_access'
|
|
68988
69075
|
| 'dormakaba_ambiance_credential'
|
|
69076
|
+
| 'hotek_card'
|
|
68989
69077
|
)
|
|
68990
69078
|
| undefined
|
|
68991
69079
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -69181,6 +69269,7 @@ export type Routes = {
|
|
|
69181
69269
|
| 'salto_space_key'
|
|
69182
69270
|
| 'latch_access'
|
|
69183
69271
|
| 'dormakaba_ambiance_credential'
|
|
69272
|
+
| 'hotek_card'
|
|
69184
69273
|
)
|
|
69185
69274
|
| undefined
|
|
69186
69275
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -71974,6 +72063,7 @@ export type Routes = {
|
|
|
71974
72063
|
| 'salto_space_key'
|
|
71975
72064
|
| 'latch_access'
|
|
71976
72065
|
| 'dormakaba_ambiance_credential'
|
|
72066
|
+
| 'hotek_card'
|
|
71977
72067
|
)
|
|
71978
72068
|
| undefined
|
|
71979
72069
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -72134,6 +72224,7 @@ export type Routes = {
|
|
|
72134
72224
|
| 'salto_space_key'
|
|
72135
72225
|
| 'latch_access'
|
|
72136
72226
|
| 'dormakaba_ambiance_credential'
|
|
72227
|
+
| 'hotek_card'
|
|
72137
72228
|
)
|
|
72138
72229
|
| undefined
|
|
72139
72230
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -72356,6 +72447,7 @@ export type Routes = {
|
|
|
72356
72447
|
| 'salto_space_key'
|
|
72357
72448
|
| 'latch_access'
|
|
72358
72449
|
| 'dormakaba_ambiance_credential'
|
|
72450
|
+
| 'hotek_card'
|
|
72359
72451
|
)
|
|
72360
72452
|
| undefined
|
|
72361
72453
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -72514,6 +72606,7 @@ export type Routes = {
|
|
|
72514
72606
|
| 'salto_space_key'
|
|
72515
72607
|
| 'latch_access'
|
|
72516
72608
|
| 'dormakaba_ambiance_credential'
|
|
72609
|
+
| 'hotek_card'
|
|
72517
72610
|
)
|
|
72518
72611
|
| undefined
|
|
72519
72612
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -73423,6 +73516,7 @@ export type Routes = {
|
|
|
73423
73516
|
| 'salto_space_key'
|
|
73424
73517
|
| 'latch_access'
|
|
73425
73518
|
| 'dormakaba_ambiance_credential'
|
|
73519
|
+
| 'hotek_card'
|
|
73426
73520
|
)
|
|
73427
73521
|
| undefined
|
|
73428
73522
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -73583,6 +73677,7 @@ export type Routes = {
|
|
|
73583
73677
|
| 'salto_space_key'
|
|
73584
73678
|
| 'latch_access'
|
|
73585
73679
|
| 'dormakaba_ambiance_credential'
|
|
73680
|
+
| 'hotek_card'
|
|
73586
73681
|
)
|
|
73587
73682
|
| undefined
|
|
73588
73683
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -73805,6 +73900,7 @@ export type Routes = {
|
|
|
73805
73900
|
| 'salto_space_key'
|
|
73806
73901
|
| 'latch_access'
|
|
73807
73902
|
| 'dormakaba_ambiance_credential'
|
|
73903
|
+
| 'hotek_card'
|
|
73808
73904
|
)
|
|
73809
73905
|
| undefined
|
|
73810
73906
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -73963,6 +74059,7 @@ export type Routes = {
|
|
|
73963
74059
|
| 'salto_space_key'
|
|
73964
74060
|
| 'latch_access'
|
|
73965
74061
|
| 'dormakaba_ambiance_credential'
|
|
74062
|
+
| 'hotek_card'
|
|
73966
74063
|
)
|
|
73967
74064
|
| undefined
|
|
73968
74065
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -74981,6 +75078,7 @@ export type Routes = {
|
|
|
74981
75078
|
| 'salto_space_key'
|
|
74982
75079
|
| 'latch_access'
|
|
74983
75080
|
| 'dormakaba_ambiance_credential'
|
|
75081
|
+
| 'hotek_card'
|
|
74984
75082
|
)
|
|
74985
75083
|
| undefined
|
|
74986
75084
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -75141,6 +75239,7 @@ export type Routes = {
|
|
|
75141
75239
|
| 'salto_space_key'
|
|
75142
75240
|
| 'latch_access'
|
|
75143
75241
|
| 'dormakaba_ambiance_credential'
|
|
75242
|
+
| 'hotek_card'
|
|
75144
75243
|
)
|
|
75145
75244
|
| undefined
|
|
75146
75245
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -75363,6 +75462,7 @@ export type Routes = {
|
|
|
75363
75462
|
| 'salto_space_key'
|
|
75364
75463
|
| 'latch_access'
|
|
75365
75464
|
| 'dormakaba_ambiance_credential'
|
|
75465
|
+
| 'hotek_card'
|
|
75366
75466
|
)
|
|
75367
75467
|
| undefined
|
|
75368
75468
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -75521,6 +75621,7 @@ export type Routes = {
|
|
|
75521
75621
|
| 'salto_space_key'
|
|
75522
75622
|
| 'latch_access'
|
|
75523
75623
|
| 'dormakaba_ambiance_credential'
|
|
75624
|
+
| 'hotek_card'
|
|
75524
75625
|
)
|
|
75525
75626
|
| undefined
|
|
75526
75627
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -77935,6 +78036,7 @@ export type Routes = {
|
|
|
77935
78036
|
| 'salto_space_key'
|
|
77936
78037
|
| 'latch_access'
|
|
77937
78038
|
| 'dormakaba_ambiance_credential'
|
|
78039
|
+
| 'hotek_card'
|
|
77938
78040
|
)
|
|
77939
78041
|
| undefined
|
|
77940
78042
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -78095,6 +78197,7 @@ export type Routes = {
|
|
|
78095
78197
|
| 'salto_space_key'
|
|
78096
78198
|
| 'latch_access'
|
|
78097
78199
|
| 'dormakaba_ambiance_credential'
|
|
78200
|
+
| 'hotek_card'
|
|
78098
78201
|
)
|
|
78099
78202
|
| undefined
|
|
78100
78203
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -78317,6 +78420,7 @@ export type Routes = {
|
|
|
78317
78420
|
| 'salto_space_key'
|
|
78318
78421
|
| 'latch_access'
|
|
78319
78422
|
| 'dormakaba_ambiance_credential'
|
|
78423
|
+
| 'hotek_card'
|
|
78320
78424
|
)
|
|
78321
78425
|
| undefined
|
|
78322
78426
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -78475,6 +78579,7 @@ export type Routes = {
|
|
|
78475
78579
|
| 'salto_space_key'
|
|
78476
78580
|
| 'latch_access'
|
|
78477
78581
|
| 'dormakaba_ambiance_credential'
|
|
78582
|
+
| 'hotek_card'
|
|
78478
78583
|
)
|
|
78479
78584
|
| undefined
|
|
78480
78585
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -79388,6 +79493,7 @@ export type Routes = {
|
|
|
79388
79493
|
| 'salto_space_key'
|
|
79389
79494
|
| 'latch_access'
|
|
79390
79495
|
| 'dormakaba_ambiance_credential'
|
|
79496
|
+
| 'hotek_card'
|
|
79391
79497
|
)
|
|
79392
79498
|
| undefined
|
|
79393
79499
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -79548,6 +79654,7 @@ export type Routes = {
|
|
|
79548
79654
|
| 'salto_space_key'
|
|
79549
79655
|
| 'latch_access'
|
|
79550
79656
|
| 'dormakaba_ambiance_credential'
|
|
79657
|
+
| 'hotek_card'
|
|
79551
79658
|
)
|
|
79552
79659
|
| undefined
|
|
79553
79660
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -79770,6 +79877,7 @@ export type Routes = {
|
|
|
79770
79877
|
| 'salto_space_key'
|
|
79771
79878
|
| 'latch_access'
|
|
79772
79879
|
| 'dormakaba_ambiance_credential'
|
|
79880
|
+
| 'hotek_card'
|
|
79773
79881
|
)
|
|
79774
79882
|
| undefined
|
|
79775
79883
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -79928,6 +80036,7 @@ export type Routes = {
|
|
|
79928
80036
|
| 'salto_space_key'
|
|
79929
80037
|
| 'latch_access'
|
|
79930
80038
|
| 'dormakaba_ambiance_credential'
|
|
80039
|
+
| 'hotek_card'
|
|
79931
80040
|
)
|
|
79932
80041
|
| undefined
|
|
79933
80042
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -83900,6 +84009,7 @@ export type Routes = {
|
|
|
83900
84009
|
| 'salto_space_key'
|
|
83901
84010
|
| 'latch_access'
|
|
83902
84011
|
| 'dormakaba_ambiance_credential'
|
|
84012
|
+
| 'hotek_card'
|
|
83903
84013
|
)
|
|
83904
84014
|
| undefined
|
|
83905
84015
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -84060,6 +84170,7 @@ export type Routes = {
|
|
|
84060
84170
|
| 'salto_space_key'
|
|
84061
84171
|
| 'latch_access'
|
|
84062
84172
|
| 'dormakaba_ambiance_credential'
|
|
84173
|
+
| 'hotek_card'
|
|
84063
84174
|
)
|
|
84064
84175
|
| undefined
|
|
84065
84176
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -84282,6 +84393,7 @@ export type Routes = {
|
|
|
84282
84393
|
| 'salto_space_key'
|
|
84283
84394
|
| 'latch_access'
|
|
84284
84395
|
| 'dormakaba_ambiance_credential'
|
|
84396
|
+
| 'hotek_card'
|
|
84285
84397
|
)
|
|
84286
84398
|
| undefined
|
|
84287
84399
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -84440,6 +84552,7 @@ export type Routes = {
|
|
|
84440
84552
|
| 'salto_space_key'
|
|
84441
84553
|
| 'latch_access'
|
|
84442
84554
|
| 'dormakaba_ambiance_credential'
|
|
84555
|
+
| 'hotek_card'
|
|
84443
84556
|
)
|
|
84444
84557
|
| undefined
|
|
84445
84558
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -85542,6 +85655,7 @@ export type Routes = {
|
|
|
85542
85655
|
| 'salto_space_key'
|
|
85543
85656
|
| 'latch_access'
|
|
85544
85657
|
| 'dormakaba_ambiance_credential'
|
|
85658
|
+
| 'hotek_card'
|
|
85545
85659
|
)
|
|
85546
85660
|
| undefined
|
|
85547
85661
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -85702,6 +85816,7 @@ export type Routes = {
|
|
|
85702
85816
|
| 'salto_space_key'
|
|
85703
85817
|
| 'latch_access'
|
|
85704
85818
|
| 'dormakaba_ambiance_credential'
|
|
85819
|
+
| 'hotek_card'
|
|
85705
85820
|
)
|
|
85706
85821
|
| undefined
|
|
85707
85822
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -85924,6 +86039,7 @@ export type Routes = {
|
|
|
85924
86039
|
| 'salto_space_key'
|
|
85925
86040
|
| 'latch_access'
|
|
85926
86041
|
| 'dormakaba_ambiance_credential'
|
|
86042
|
+
| 'hotek_card'
|
|
85927
86043
|
)
|
|
85928
86044
|
| undefined
|
|
85929
86045
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -86082,6 +86198,7 @@ export type Routes = {
|
|
|
86082
86198
|
| 'salto_space_key'
|
|
86083
86199
|
| 'latch_access'
|
|
86084
86200
|
| 'dormakaba_ambiance_credential'
|
|
86201
|
+
| 'hotek_card'
|
|
86085
86202
|
)
|
|
86086
86203
|
| undefined
|
|
86087
86204
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -87023,6 +87140,7 @@ export type Routes = {
|
|
|
87023
87140
|
| 'salto_space_key'
|
|
87024
87141
|
| 'latch_access'
|
|
87025
87142
|
| 'dormakaba_ambiance_credential'
|
|
87143
|
+
| 'hotek_card'
|
|
87026
87144
|
)
|
|
87027
87145
|
| undefined
|
|
87028
87146
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -87183,6 +87301,7 @@ export type Routes = {
|
|
|
87183
87301
|
| 'salto_space_key'
|
|
87184
87302
|
| 'latch_access'
|
|
87185
87303
|
| 'dormakaba_ambiance_credential'
|
|
87304
|
+
| 'hotek_card'
|
|
87186
87305
|
)
|
|
87187
87306
|
| undefined
|
|
87188
87307
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -87405,6 +87524,7 @@ export type Routes = {
|
|
|
87405
87524
|
| 'salto_space_key'
|
|
87406
87525
|
| 'latch_access'
|
|
87407
87526
|
| 'dormakaba_ambiance_credential'
|
|
87527
|
+
| 'hotek_card'
|
|
87408
87528
|
)
|
|
87409
87529
|
| undefined
|
|
87410
87530
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -87563,6 +87683,7 @@ export type Routes = {
|
|
|
87563
87683
|
| 'salto_space_key'
|
|
87564
87684
|
| 'latch_access'
|
|
87565
87685
|
| 'dormakaba_ambiance_credential'
|
|
87686
|
+
| 'hotek_card'
|
|
87566
87687
|
)
|
|
87567
87688
|
| undefined
|
|
87568
87689
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -88617,6 +88738,7 @@ export type Routes = {
|
|
|
88617
88738
|
| 'salto_space_key'
|
|
88618
88739
|
| 'latch_access'
|
|
88619
88740
|
| 'dormakaba_ambiance_credential'
|
|
88741
|
+
| 'hotek_card'
|
|
88620
88742
|
)
|
|
88621
88743
|
| undefined
|
|
88622
88744
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -88777,6 +88899,7 @@ export type Routes = {
|
|
|
88777
88899
|
| 'salto_space_key'
|
|
88778
88900
|
| 'latch_access'
|
|
88779
88901
|
| 'dormakaba_ambiance_credential'
|
|
88902
|
+
| 'hotek_card'
|
|
88780
88903
|
)
|
|
88781
88904
|
| undefined
|
|
88782
88905
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -88999,6 +89122,7 @@ export type Routes = {
|
|
|
88999
89122
|
| 'salto_space_key'
|
|
89000
89123
|
| 'latch_access'
|
|
89001
89124
|
| 'dormakaba_ambiance_credential'
|
|
89125
|
+
| 'hotek_card'
|
|
89002
89126
|
)
|
|
89003
89127
|
| undefined
|
|
89004
89128
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -89157,6 +89281,7 @@ export type Routes = {
|
|
|
89157
89281
|
| 'salto_space_key'
|
|
89158
89282
|
| 'latch_access'
|
|
89159
89283
|
| 'dormakaba_ambiance_credential'
|
|
89284
|
+
| 'hotek_card'
|
|
89160
89285
|
)
|
|
89161
89286
|
| undefined
|
|
89162
89287
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -96419,6 +96544,7 @@ export type Routes = {
|
|
|
96419
96544
|
| 'salto_space_key'
|
|
96420
96545
|
| 'latch_access'
|
|
96421
96546
|
| 'dormakaba_ambiance_credential'
|
|
96547
|
+
| 'hotek_card'
|
|
96422
96548
|
)
|
|
96423
96549
|
| undefined
|
|
96424
96550
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -96579,6 +96705,7 @@ export type Routes = {
|
|
|
96579
96705
|
| 'salto_space_key'
|
|
96580
96706
|
| 'latch_access'
|
|
96581
96707
|
| 'dormakaba_ambiance_credential'
|
|
96708
|
+
| 'hotek_card'
|
|
96582
96709
|
)
|
|
96583
96710
|
| undefined
|
|
96584
96711
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -96881,6 +97008,7 @@ export type Routes = {
|
|
|
96881
97008
|
| 'salto_space_key'
|
|
96882
97009
|
| 'latch_access'
|
|
96883
97010
|
| 'dormakaba_ambiance_credential'
|
|
97011
|
+
| 'hotek_card'
|
|
96884
97012
|
)
|
|
96885
97013
|
| undefined
|
|
96886
97014
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -97049,6 +97177,7 @@ export type Routes = {
|
|
|
97049
97177
|
| 'salto_space_key'
|
|
97050
97178
|
| 'latch_access'
|
|
97051
97179
|
| 'dormakaba_ambiance_credential'
|
|
97180
|
+
| 'hotek_card'
|
|
97052
97181
|
)
|
|
97053
97182
|
| undefined
|
|
97054
97183
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -97279,6 +97408,7 @@ export type Routes = {
|
|
|
97279
97408
|
| 'salto_space_key'
|
|
97280
97409
|
| 'latch_access'
|
|
97281
97410
|
| 'dormakaba_ambiance_credential'
|
|
97411
|
+
| 'hotek_card'
|
|
97282
97412
|
)
|
|
97283
97413
|
| undefined
|
|
97284
97414
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -97439,6 +97569,7 @@ export type Routes = {
|
|
|
97439
97569
|
| 'salto_space_key'
|
|
97440
97570
|
| 'latch_access'
|
|
97441
97571
|
| 'dormakaba_ambiance_credential'
|
|
97572
|
+
| 'hotek_card'
|
|
97442
97573
|
)
|
|
97443
97574
|
| undefined
|
|
97444
97575
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -102778,6 +102909,7 @@ export type Routes = {
|
|
|
102778
102909
|
| 'salto_space_key'
|
|
102779
102910
|
| 'latch_access'
|
|
102780
102911
|
| 'dormakaba_ambiance_credential'
|
|
102912
|
+
| 'hotek_card'
|
|
102781
102913
|
)
|
|
102782
102914
|
| undefined
|
|
102783
102915
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -102938,6 +103070,7 @@ export type Routes = {
|
|
|
102938
103070
|
| 'salto_space_key'
|
|
102939
103071
|
| 'latch_access'
|
|
102940
103072
|
| 'dormakaba_ambiance_credential'
|
|
103073
|
+
| 'hotek_card'
|
|
102941
103074
|
)
|
|
102942
103075
|
| undefined
|
|
102943
103076
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -103160,6 +103293,7 @@ export type Routes = {
|
|
|
103160
103293
|
| 'salto_space_key'
|
|
103161
103294
|
| 'latch_access'
|
|
103162
103295
|
| 'dormakaba_ambiance_credential'
|
|
103296
|
+
| 'hotek_card'
|
|
103163
103297
|
)
|
|
103164
103298
|
| undefined
|
|
103165
103299
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -103318,6 +103452,7 @@ export type Routes = {
|
|
|
103318
103452
|
| 'salto_space_key'
|
|
103319
103453
|
| 'latch_access'
|
|
103320
103454
|
| 'dormakaba_ambiance_credential'
|
|
103455
|
+
| 'hotek_card'
|
|
103321
103456
|
)
|
|
103322
103457
|
| undefined
|
|
103323
103458
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|