@seamapi/types 1.391.1 → 1.392.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 +8 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +200 -36
- package/lib/seam/connect/models/acs/acs-credential.d.ts +18 -8
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +3 -0
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js +1 -0
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/visionline.d.ts +2 -2
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +60 -28
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +26 -12
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +34 -16
- package/lib/seam/connect/openapi.d.ts +15 -0
- package/lib/seam/connect/openapi.js +7 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +107 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +7 -0
- package/src/lib/seam/connect/route-types.ts +107 -0
|
@@ -295,6 +295,7 @@ export interface Routes {
|
|
|
295
295
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
296
296
|
assa_abloy_vostio_metadata?:
|
|
297
297
|
| {
|
|
298
|
+
auto_join?: boolean | undefined
|
|
298
299
|
override_guest_acs_entrance_ids?:
|
|
299
300
|
| string[]
|
|
300
301
|
| undefined
|
|
@@ -435,6 +436,7 @@ export interface Routes {
|
|
|
435
436
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
436
437
|
assa_abloy_vostio_metadata?:
|
|
437
438
|
| {
|
|
439
|
+
auto_join?: boolean | undefined
|
|
438
440
|
override_guest_acs_entrance_ids?:
|
|
439
441
|
| string[]
|
|
440
442
|
| undefined
|
|
@@ -704,6 +706,7 @@ export interface Routes {
|
|
|
704
706
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
705
707
|
assa_abloy_vostio_metadata?:
|
|
706
708
|
| {
|
|
709
|
+
auto_join?: boolean | undefined
|
|
707
710
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
708
711
|
key_id?: string | undefined
|
|
709
712
|
key_issuing_request_id?: string | undefined
|
|
@@ -842,6 +845,7 @@ export interface Routes {
|
|
|
842
845
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
843
846
|
assa_abloy_vostio_metadata?:
|
|
844
847
|
| {
|
|
848
|
+
auto_join?: boolean | undefined
|
|
845
849
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
846
850
|
key_id?: string | undefined
|
|
847
851
|
key_issuing_request_id?: string | undefined
|
|
@@ -2634,6 +2638,7 @@ export interface Routes {
|
|
|
2634
2638
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
2635
2639
|
assa_abloy_vostio_metadata?:
|
|
2636
2640
|
| {
|
|
2641
|
+
auto_join?: boolean | undefined
|
|
2637
2642
|
override_guest_acs_entrance_ids?:
|
|
2638
2643
|
| string[]
|
|
2639
2644
|
| undefined
|
|
@@ -2774,6 +2779,7 @@ export interface Routes {
|
|
|
2774
2779
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
2775
2780
|
assa_abloy_vostio_metadata?:
|
|
2776
2781
|
| {
|
|
2782
|
+
auto_join?: boolean | undefined
|
|
2777
2783
|
override_guest_acs_entrance_ids?:
|
|
2778
2784
|
| string[]
|
|
2779
2785
|
| undefined
|
|
@@ -3043,6 +3049,7 @@ export interface Routes {
|
|
|
3043
3049
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
3044
3050
|
assa_abloy_vostio_metadata?:
|
|
3045
3051
|
| {
|
|
3052
|
+
auto_join?: boolean | undefined
|
|
3046
3053
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
3047
3054
|
key_id?: string | undefined
|
|
3048
3055
|
key_issuing_request_id?: string | undefined
|
|
@@ -3181,6 +3188,7 @@ export interface Routes {
|
|
|
3181
3188
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
3182
3189
|
assa_abloy_vostio_metadata?:
|
|
3183
3190
|
| {
|
|
3191
|
+
auto_join?: boolean | undefined
|
|
3184
3192
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
3185
3193
|
key_id?: string | undefined
|
|
3186
3194
|
key_issuing_request_id?: string | undefined
|
|
@@ -6543,6 +6551,7 @@ export interface Routes {
|
|
|
6543
6551
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
6544
6552
|
assa_abloy_vostio_metadata?:
|
|
6545
6553
|
| {
|
|
6554
|
+
auto_join?: boolean | undefined
|
|
6546
6555
|
override_guest_acs_entrance_ids?:
|
|
6547
6556
|
| string[]
|
|
6548
6557
|
| undefined
|
|
@@ -6683,6 +6692,7 @@ export interface Routes {
|
|
|
6683
6692
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
6684
6693
|
assa_abloy_vostio_metadata?:
|
|
6685
6694
|
| {
|
|
6695
|
+
auto_join?: boolean | undefined
|
|
6686
6696
|
override_guest_acs_entrance_ids?:
|
|
6687
6697
|
| string[]
|
|
6688
6698
|
| undefined
|
|
@@ -6952,6 +6962,7 @@ export interface Routes {
|
|
|
6952
6962
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
6953
6963
|
assa_abloy_vostio_metadata?:
|
|
6954
6964
|
| {
|
|
6965
|
+
auto_join?: boolean | undefined
|
|
6955
6966
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
6956
6967
|
key_id?: string | undefined
|
|
6957
6968
|
key_issuing_request_id?: string | undefined
|
|
@@ -7090,6 +7101,7 @@ export interface Routes {
|
|
|
7090
7101
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
7091
7102
|
assa_abloy_vostio_metadata?:
|
|
7092
7103
|
| {
|
|
7104
|
+
auto_join?: boolean | undefined
|
|
7093
7105
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
7094
7106
|
key_id?: string | undefined
|
|
7095
7107
|
key_issuing_request_id?: string | undefined
|
|
@@ -8886,6 +8898,7 @@ export interface Routes {
|
|
|
8886
8898
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
8887
8899
|
assa_abloy_vostio_metadata?:
|
|
8888
8900
|
| {
|
|
8901
|
+
auto_join?: boolean | undefined
|
|
8889
8902
|
override_guest_acs_entrance_ids?:
|
|
8890
8903
|
| string[]
|
|
8891
8904
|
| undefined
|
|
@@ -9026,6 +9039,7 @@ export interface Routes {
|
|
|
9026
9039
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9027
9040
|
assa_abloy_vostio_metadata?:
|
|
9028
9041
|
| {
|
|
9042
|
+
auto_join?: boolean | undefined
|
|
9029
9043
|
override_guest_acs_entrance_ids?:
|
|
9030
9044
|
| string[]
|
|
9031
9045
|
| undefined
|
|
@@ -9295,6 +9309,7 @@ export interface Routes {
|
|
|
9295
9309
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9296
9310
|
assa_abloy_vostio_metadata?:
|
|
9297
9311
|
| {
|
|
9312
|
+
auto_join?: boolean | undefined
|
|
9298
9313
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
9299
9314
|
key_id?: string | undefined
|
|
9300
9315
|
key_issuing_request_id?: string | undefined
|
|
@@ -9433,6 +9448,7 @@ export interface Routes {
|
|
|
9433
9448
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9434
9449
|
assa_abloy_vostio_metadata?:
|
|
9435
9450
|
| {
|
|
9451
|
+
auto_join?: boolean | undefined
|
|
9436
9452
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
9437
9453
|
key_id?: string | undefined
|
|
9438
9454
|
key_issuing_request_id?: string | undefined
|
|
@@ -10718,6 +10734,7 @@ export interface Routes {
|
|
|
10718
10734
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
10719
10735
|
assa_abloy_vostio_metadata?:
|
|
10720
10736
|
| {
|
|
10737
|
+
auto_join?: boolean | undefined
|
|
10721
10738
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
10722
10739
|
key_id?: string | undefined
|
|
10723
10740
|
key_issuing_request_id?: string | undefined
|
|
@@ -10768,6 +10785,7 @@ export interface Routes {
|
|
|
10768
10785
|
/** Vostio-specific metadata for the new credential. */
|
|
10769
10786
|
assa_abloy_vostio_metadata?:
|
|
10770
10787
|
| {
|
|
10788
|
+
auto_join?: boolean | undefined
|
|
10771
10789
|
override_all_guest_acs_entrances?: boolean | undefined
|
|
10772
10790
|
join_all_guest_acs_entrances?: boolean | undefined
|
|
10773
10791
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
@@ -10921,6 +10939,7 @@ export interface Routes {
|
|
|
10921
10939
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
10922
10940
|
assa_abloy_vostio_metadata?:
|
|
10923
10941
|
| {
|
|
10942
|
+
auto_join?: boolean | undefined
|
|
10924
10943
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
10925
10944
|
key_id?: string | undefined
|
|
10926
10945
|
key_issuing_request_id?: string | undefined
|
|
@@ -11085,6 +11104,7 @@ export interface Routes {
|
|
|
11085
11104
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11086
11105
|
assa_abloy_vostio_metadata?:
|
|
11087
11106
|
| {
|
|
11107
|
+
auto_join?: boolean | undefined
|
|
11088
11108
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11089
11109
|
key_id?: string | undefined
|
|
11090
11110
|
key_issuing_request_id?: string | undefined
|
|
@@ -11253,6 +11273,7 @@ export interface Routes {
|
|
|
11253
11273
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11254
11274
|
assa_abloy_vostio_metadata?:
|
|
11255
11275
|
| {
|
|
11276
|
+
auto_join?: boolean | undefined
|
|
11256
11277
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11257
11278
|
key_id?: string | undefined
|
|
11258
11279
|
key_issuing_request_id?: string | undefined
|
|
@@ -11427,6 +11448,7 @@ export interface Routes {
|
|
|
11427
11448
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11428
11449
|
assa_abloy_vostio_metadata?:
|
|
11429
11450
|
| {
|
|
11451
|
+
auto_join?: boolean | undefined
|
|
11430
11452
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11431
11453
|
key_id?: string | undefined
|
|
11432
11454
|
key_issuing_request_id?: string | undefined
|
|
@@ -11683,6 +11705,7 @@ export interface Routes {
|
|
|
11683
11705
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11684
11706
|
assa_abloy_vostio_metadata?:
|
|
11685
11707
|
| {
|
|
11708
|
+
auto_join?: boolean | undefined
|
|
11686
11709
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11687
11710
|
key_id?: string | undefined
|
|
11688
11711
|
key_issuing_request_id?: string | undefined
|
|
@@ -11835,6 +11858,7 @@ export interface Routes {
|
|
|
11835
11858
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11836
11859
|
assa_abloy_vostio_metadata?:
|
|
11837
11860
|
| {
|
|
11861
|
+
auto_join?: boolean | undefined
|
|
11838
11862
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11839
11863
|
key_id?: string | undefined
|
|
11840
11864
|
key_issuing_request_id?: string | undefined
|
|
@@ -12001,6 +12025,7 @@ export interface Routes {
|
|
|
12001
12025
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12002
12026
|
assa_abloy_vostio_metadata?:
|
|
12003
12027
|
| {
|
|
12028
|
+
auto_join?: boolean | undefined
|
|
12004
12029
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
12005
12030
|
key_id?: string | undefined
|
|
12006
12031
|
key_issuing_request_id?: string | undefined
|
|
@@ -12161,6 +12186,7 @@ export interface Routes {
|
|
|
12161
12186
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12162
12187
|
assa_abloy_vostio_metadata?:
|
|
12163
12188
|
| {
|
|
12189
|
+
auto_join?: boolean | undefined
|
|
12164
12190
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
12165
12191
|
key_id?: string | undefined
|
|
12166
12192
|
key_issuing_request_id?: string | undefined
|
|
@@ -12440,6 +12466,7 @@ export interface Routes {
|
|
|
12440
12466
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12441
12467
|
assa_abloy_vostio_metadata?:
|
|
12442
12468
|
| {
|
|
12469
|
+
auto_join?: boolean | undefined
|
|
12443
12470
|
override_guest_acs_entrance_ids?:
|
|
12444
12471
|
| string[]
|
|
12445
12472
|
| undefined
|
|
@@ -12580,6 +12607,7 @@ export interface Routes {
|
|
|
12580
12607
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12581
12608
|
assa_abloy_vostio_metadata?:
|
|
12582
12609
|
| {
|
|
12610
|
+
auto_join?: boolean | undefined
|
|
12583
12611
|
override_guest_acs_entrance_ids?:
|
|
12584
12612
|
| string[]
|
|
12585
12613
|
| undefined
|
|
@@ -12849,6 +12877,7 @@ export interface Routes {
|
|
|
12849
12877
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12850
12878
|
assa_abloy_vostio_metadata?:
|
|
12851
12879
|
| {
|
|
12880
|
+
auto_join?: boolean | undefined
|
|
12852
12881
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
12853
12882
|
key_id?: string | undefined
|
|
12854
12883
|
key_issuing_request_id?: string | undefined
|
|
@@ -12987,6 +13016,7 @@ export interface Routes {
|
|
|
12987
13016
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12988
13017
|
assa_abloy_vostio_metadata?:
|
|
12989
13018
|
| {
|
|
13019
|
+
auto_join?: boolean | undefined
|
|
12990
13020
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
12991
13021
|
key_id?: string | undefined
|
|
12992
13022
|
key_issuing_request_id?: string | undefined
|
|
@@ -13743,6 +13773,7 @@ export interface Routes {
|
|
|
13743
13773
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
13744
13774
|
assa_abloy_vostio_metadata?:
|
|
13745
13775
|
| {
|
|
13776
|
+
auto_join?: boolean | undefined
|
|
13746
13777
|
override_guest_acs_entrance_ids?:
|
|
13747
13778
|
| string[]
|
|
13748
13779
|
| undefined
|
|
@@ -13883,6 +13914,7 @@ export interface Routes {
|
|
|
13883
13914
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
13884
13915
|
assa_abloy_vostio_metadata?:
|
|
13885
13916
|
| {
|
|
13917
|
+
auto_join?: boolean | undefined
|
|
13886
13918
|
override_guest_acs_entrance_ids?:
|
|
13887
13919
|
| string[]
|
|
13888
13920
|
| undefined
|
|
@@ -14152,6 +14184,7 @@ export interface Routes {
|
|
|
14152
14184
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
14153
14185
|
assa_abloy_vostio_metadata?:
|
|
14154
14186
|
| {
|
|
14187
|
+
auto_join?: boolean | undefined
|
|
14155
14188
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
14156
14189
|
key_id?: string | undefined
|
|
14157
14190
|
key_issuing_request_id?: string | undefined
|
|
@@ -14290,6 +14323,7 @@ export interface Routes {
|
|
|
14290
14323
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
14291
14324
|
assa_abloy_vostio_metadata?:
|
|
14292
14325
|
| {
|
|
14326
|
+
auto_join?: boolean | undefined
|
|
14293
14327
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
14294
14328
|
key_id?: string | undefined
|
|
14295
14329
|
key_issuing_request_id?: string | undefined
|
|
@@ -15141,6 +15175,7 @@ export interface Routes {
|
|
|
15141
15175
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15142
15176
|
assa_abloy_vostio_metadata?:
|
|
15143
15177
|
| {
|
|
15178
|
+
auto_join?: boolean | undefined
|
|
15144
15179
|
override_guest_acs_entrance_ids?:
|
|
15145
15180
|
| string[]
|
|
15146
15181
|
| undefined
|
|
@@ -15281,6 +15316,7 @@ export interface Routes {
|
|
|
15281
15316
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15282
15317
|
assa_abloy_vostio_metadata?:
|
|
15283
15318
|
| {
|
|
15319
|
+
auto_join?: boolean | undefined
|
|
15284
15320
|
override_guest_acs_entrance_ids?:
|
|
15285
15321
|
| string[]
|
|
15286
15322
|
| undefined
|
|
@@ -15550,6 +15586,7 @@ export interface Routes {
|
|
|
15550
15586
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15551
15587
|
assa_abloy_vostio_metadata?:
|
|
15552
15588
|
| {
|
|
15589
|
+
auto_join?: boolean | undefined
|
|
15553
15590
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
15554
15591
|
key_id?: string | undefined
|
|
15555
15592
|
key_issuing_request_id?: string | undefined
|
|
@@ -15688,6 +15725,7 @@ export interface Routes {
|
|
|
15688
15725
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15689
15726
|
assa_abloy_vostio_metadata?:
|
|
15690
15727
|
| {
|
|
15728
|
+
auto_join?: boolean | undefined
|
|
15691
15729
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
15692
15730
|
key_id?: string | undefined
|
|
15693
15731
|
key_issuing_request_id?: string | undefined
|
|
@@ -16616,6 +16654,7 @@ export interface Routes {
|
|
|
16616
16654
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
16617
16655
|
assa_abloy_vostio_metadata?:
|
|
16618
16656
|
| {
|
|
16657
|
+
auto_join?: boolean | undefined
|
|
16619
16658
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
16620
16659
|
key_id?: string | undefined
|
|
16621
16660
|
key_issuing_request_id?: string | undefined
|
|
@@ -18820,6 +18859,7 @@ export interface Routes {
|
|
|
18820
18859
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
18821
18860
|
assa_abloy_vostio_metadata?:
|
|
18822
18861
|
| {
|
|
18862
|
+
auto_join?: boolean | undefined
|
|
18823
18863
|
override_guest_acs_entrance_ids?:
|
|
18824
18864
|
| string[]
|
|
18825
18865
|
| undefined
|
|
@@ -18960,6 +19000,7 @@ export interface Routes {
|
|
|
18960
19000
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
18961
19001
|
assa_abloy_vostio_metadata?:
|
|
18962
19002
|
| {
|
|
19003
|
+
auto_join?: boolean | undefined
|
|
18963
19004
|
override_guest_acs_entrance_ids?:
|
|
18964
19005
|
| string[]
|
|
18965
19006
|
| undefined
|
|
@@ -19229,6 +19270,7 @@ export interface Routes {
|
|
|
19229
19270
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
19230
19271
|
assa_abloy_vostio_metadata?:
|
|
19231
19272
|
| {
|
|
19273
|
+
auto_join?: boolean | undefined
|
|
19232
19274
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
19233
19275
|
key_id?: string | undefined
|
|
19234
19276
|
key_issuing_request_id?: string | undefined
|
|
@@ -19367,6 +19409,7 @@ export interface Routes {
|
|
|
19367
19409
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
19368
19410
|
assa_abloy_vostio_metadata?:
|
|
19369
19411
|
| {
|
|
19412
|
+
auto_join?: boolean | undefined
|
|
19370
19413
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
19371
19414
|
key_id?: string | undefined
|
|
19372
19415
|
key_issuing_request_id?: string | undefined
|
|
@@ -20119,6 +20162,7 @@ export interface Routes {
|
|
|
20119
20162
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
20120
20163
|
assa_abloy_vostio_metadata?:
|
|
20121
20164
|
| {
|
|
20165
|
+
auto_join?: boolean | undefined
|
|
20122
20166
|
override_guest_acs_entrance_ids?:
|
|
20123
20167
|
| string[]
|
|
20124
20168
|
| undefined
|
|
@@ -20259,6 +20303,7 @@ export interface Routes {
|
|
|
20259
20303
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
20260
20304
|
assa_abloy_vostio_metadata?:
|
|
20261
20305
|
| {
|
|
20306
|
+
auto_join?: boolean | undefined
|
|
20262
20307
|
override_guest_acs_entrance_ids?:
|
|
20263
20308
|
| string[]
|
|
20264
20309
|
| undefined
|
|
@@ -20528,6 +20573,7 @@ export interface Routes {
|
|
|
20528
20573
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
20529
20574
|
assa_abloy_vostio_metadata?:
|
|
20530
20575
|
| {
|
|
20576
|
+
auto_join?: boolean | undefined
|
|
20531
20577
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
20532
20578
|
key_id?: string | undefined
|
|
20533
20579
|
key_issuing_request_id?: string | undefined
|
|
@@ -20666,6 +20712,7 @@ export interface Routes {
|
|
|
20666
20712
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
20667
20713
|
assa_abloy_vostio_metadata?:
|
|
20668
20714
|
| {
|
|
20715
|
+
auto_join?: boolean | undefined
|
|
20669
20716
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
20670
20717
|
key_id?: string | undefined
|
|
20671
20718
|
key_issuing_request_id?: string | undefined
|
|
@@ -32654,6 +32701,7 @@ export interface Routes {
|
|
|
32654
32701
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
32655
32702
|
assa_abloy_vostio_metadata?:
|
|
32656
32703
|
| {
|
|
32704
|
+
auto_join?: boolean | undefined
|
|
32657
32705
|
override_guest_acs_entrance_ids?:
|
|
32658
32706
|
| string[]
|
|
32659
32707
|
| undefined
|
|
@@ -32794,6 +32842,7 @@ export interface Routes {
|
|
|
32794
32842
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
32795
32843
|
assa_abloy_vostio_metadata?:
|
|
32796
32844
|
| {
|
|
32845
|
+
auto_join?: boolean | undefined
|
|
32797
32846
|
override_guest_acs_entrance_ids?:
|
|
32798
32847
|
| string[]
|
|
32799
32848
|
| undefined
|
|
@@ -33063,6 +33112,7 @@ export interface Routes {
|
|
|
33063
33112
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
33064
33113
|
assa_abloy_vostio_metadata?:
|
|
33065
33114
|
| {
|
|
33115
|
+
auto_join?: boolean | undefined
|
|
33066
33116
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
33067
33117
|
key_id?: string | undefined
|
|
33068
33118
|
key_issuing_request_id?: string | undefined
|
|
@@ -33201,6 +33251,7 @@ export interface Routes {
|
|
|
33201
33251
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
33202
33252
|
assa_abloy_vostio_metadata?:
|
|
33203
33253
|
| {
|
|
33254
|
+
auto_join?: boolean | undefined
|
|
33204
33255
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
33205
33256
|
key_id?: string | undefined
|
|
33206
33257
|
key_issuing_request_id?: string | undefined
|
|
@@ -33955,6 +34006,7 @@ export interface Routes {
|
|
|
33955
34006
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
33956
34007
|
assa_abloy_vostio_metadata?:
|
|
33957
34008
|
| {
|
|
34009
|
+
auto_join?: boolean | undefined
|
|
33958
34010
|
override_guest_acs_entrance_ids?:
|
|
33959
34011
|
| string[]
|
|
33960
34012
|
| undefined
|
|
@@ -34095,6 +34147,7 @@ export interface Routes {
|
|
|
34095
34147
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34096
34148
|
assa_abloy_vostio_metadata?:
|
|
34097
34149
|
| {
|
|
34150
|
+
auto_join?: boolean | undefined
|
|
34098
34151
|
override_guest_acs_entrance_ids?:
|
|
34099
34152
|
| string[]
|
|
34100
34153
|
| undefined
|
|
@@ -34364,6 +34417,7 @@ export interface Routes {
|
|
|
34364
34417
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34365
34418
|
assa_abloy_vostio_metadata?:
|
|
34366
34419
|
| {
|
|
34420
|
+
auto_join?: boolean | undefined
|
|
34367
34421
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
34368
34422
|
key_id?: string | undefined
|
|
34369
34423
|
key_issuing_request_id?: string | undefined
|
|
@@ -34502,6 +34556,7 @@ export interface Routes {
|
|
|
34502
34556
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34503
34557
|
assa_abloy_vostio_metadata?:
|
|
34504
34558
|
| {
|
|
34559
|
+
auto_join?: boolean | undefined
|
|
34505
34560
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
34506
34561
|
key_id?: string | undefined
|
|
34507
34562
|
key_issuing_request_id?: string | undefined
|
|
@@ -35255,6 +35310,7 @@ export interface Routes {
|
|
|
35255
35310
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35256
35311
|
assa_abloy_vostio_metadata?:
|
|
35257
35312
|
| {
|
|
35313
|
+
auto_join?: boolean | undefined
|
|
35258
35314
|
override_guest_acs_entrance_ids?:
|
|
35259
35315
|
| string[]
|
|
35260
35316
|
| undefined
|
|
@@ -35395,6 +35451,7 @@ export interface Routes {
|
|
|
35395
35451
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35396
35452
|
assa_abloy_vostio_metadata?:
|
|
35397
35453
|
| {
|
|
35454
|
+
auto_join?: boolean | undefined
|
|
35398
35455
|
override_guest_acs_entrance_ids?:
|
|
35399
35456
|
| string[]
|
|
35400
35457
|
| undefined
|
|
@@ -35664,6 +35721,7 @@ export interface Routes {
|
|
|
35664
35721
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35665
35722
|
assa_abloy_vostio_metadata?:
|
|
35666
35723
|
| {
|
|
35724
|
+
auto_join?: boolean | undefined
|
|
35667
35725
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
35668
35726
|
key_id?: string | undefined
|
|
35669
35727
|
key_issuing_request_id?: string | undefined
|
|
@@ -35802,6 +35860,7 @@ export interface Routes {
|
|
|
35802
35860
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35803
35861
|
assa_abloy_vostio_metadata?:
|
|
35804
35862
|
| {
|
|
35863
|
+
auto_join?: boolean | undefined
|
|
35805
35864
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
35806
35865
|
key_id?: string | undefined
|
|
35807
35866
|
key_issuing_request_id?: string | undefined
|
|
@@ -36556,6 +36615,7 @@ export interface Routes {
|
|
|
36556
36615
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
36557
36616
|
assa_abloy_vostio_metadata?:
|
|
36558
36617
|
| {
|
|
36618
|
+
auto_join?: boolean | undefined
|
|
36559
36619
|
override_guest_acs_entrance_ids?:
|
|
36560
36620
|
| string[]
|
|
36561
36621
|
| undefined
|
|
@@ -36696,6 +36756,7 @@ export interface Routes {
|
|
|
36696
36756
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
36697
36757
|
assa_abloy_vostio_metadata?:
|
|
36698
36758
|
| {
|
|
36759
|
+
auto_join?: boolean | undefined
|
|
36699
36760
|
override_guest_acs_entrance_ids?:
|
|
36700
36761
|
| string[]
|
|
36701
36762
|
| undefined
|
|
@@ -36965,6 +37026,7 @@ export interface Routes {
|
|
|
36965
37026
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
36966
37027
|
assa_abloy_vostio_metadata?:
|
|
36967
37028
|
| {
|
|
37029
|
+
auto_join?: boolean | undefined
|
|
36968
37030
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
36969
37031
|
key_id?: string | undefined
|
|
36970
37032
|
key_issuing_request_id?: string | undefined
|
|
@@ -37103,6 +37165,7 @@ export interface Routes {
|
|
|
37103
37165
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
37104
37166
|
assa_abloy_vostio_metadata?:
|
|
37105
37167
|
| {
|
|
37168
|
+
auto_join?: boolean | undefined
|
|
37106
37169
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
37107
37170
|
key_id?: string | undefined
|
|
37108
37171
|
key_issuing_request_id?: string | undefined
|
|
@@ -39924,6 +39987,7 @@ export interface Routes {
|
|
|
39924
39987
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
39925
39988
|
assa_abloy_vostio_metadata?:
|
|
39926
39989
|
| {
|
|
39990
|
+
auto_join?: boolean | undefined
|
|
39927
39991
|
override_guest_acs_entrance_ids?:
|
|
39928
39992
|
| string[]
|
|
39929
39993
|
| undefined
|
|
@@ -40064,6 +40128,7 @@ export interface Routes {
|
|
|
40064
40128
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40065
40129
|
assa_abloy_vostio_metadata?:
|
|
40066
40130
|
| {
|
|
40131
|
+
auto_join?: boolean | undefined
|
|
40067
40132
|
override_guest_acs_entrance_ids?:
|
|
40068
40133
|
| string[]
|
|
40069
40134
|
| undefined
|
|
@@ -40333,6 +40398,7 @@ export interface Routes {
|
|
|
40333
40398
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40334
40399
|
assa_abloy_vostio_metadata?:
|
|
40335
40400
|
| {
|
|
40401
|
+
auto_join?: boolean | undefined
|
|
40336
40402
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
40337
40403
|
key_id?: string | undefined
|
|
40338
40404
|
key_issuing_request_id?: string | undefined
|
|
@@ -40471,6 +40537,7 @@ export interface Routes {
|
|
|
40471
40537
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40472
40538
|
assa_abloy_vostio_metadata?:
|
|
40473
40539
|
| {
|
|
40540
|
+
auto_join?: boolean | undefined
|
|
40474
40541
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
40475
40542
|
key_id?: string | undefined
|
|
40476
40543
|
key_issuing_request_id?: string | undefined
|
|
@@ -41236,6 +41303,7 @@ export interface Routes {
|
|
|
41236
41303
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
41237
41304
|
assa_abloy_vostio_metadata?:
|
|
41238
41305
|
| {
|
|
41306
|
+
auto_join?: boolean | undefined
|
|
41239
41307
|
override_guest_acs_entrance_ids?:
|
|
41240
41308
|
| string[]
|
|
41241
41309
|
| undefined
|
|
@@ -41376,6 +41444,7 @@ export interface Routes {
|
|
|
41376
41444
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
41377
41445
|
assa_abloy_vostio_metadata?:
|
|
41378
41446
|
| {
|
|
41447
|
+
auto_join?: boolean | undefined
|
|
41379
41448
|
override_guest_acs_entrance_ids?:
|
|
41380
41449
|
| string[]
|
|
41381
41450
|
| undefined
|
|
@@ -41645,6 +41714,7 @@ export interface Routes {
|
|
|
41645
41714
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
41646
41715
|
assa_abloy_vostio_metadata?:
|
|
41647
41716
|
| {
|
|
41717
|
+
auto_join?: boolean | undefined
|
|
41648
41718
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
41649
41719
|
key_id?: string | undefined
|
|
41650
41720
|
key_issuing_request_id?: string | undefined
|
|
@@ -41783,6 +41853,7 @@ export interface Routes {
|
|
|
41783
41853
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
41784
41854
|
assa_abloy_vostio_metadata?:
|
|
41785
41855
|
| {
|
|
41856
|
+
auto_join?: boolean | undefined
|
|
41786
41857
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
41787
41858
|
key_id?: string | undefined
|
|
41788
41859
|
key_issuing_request_id?: string | undefined
|
|
@@ -42587,6 +42658,7 @@ export interface Routes {
|
|
|
42587
42658
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42588
42659
|
assa_abloy_vostio_metadata?:
|
|
42589
42660
|
| {
|
|
42661
|
+
auto_join?: boolean | undefined
|
|
42590
42662
|
override_guest_acs_entrance_ids?:
|
|
42591
42663
|
| string[]
|
|
42592
42664
|
| undefined
|
|
@@ -42727,6 +42799,7 @@ export interface Routes {
|
|
|
42727
42799
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42728
42800
|
assa_abloy_vostio_metadata?:
|
|
42729
42801
|
| {
|
|
42802
|
+
auto_join?: boolean | undefined
|
|
42730
42803
|
override_guest_acs_entrance_ids?:
|
|
42731
42804
|
| string[]
|
|
42732
42805
|
| undefined
|
|
@@ -42996,6 +43069,7 @@ export interface Routes {
|
|
|
42996
43069
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42997
43070
|
assa_abloy_vostio_metadata?:
|
|
42998
43071
|
| {
|
|
43072
|
+
auto_join?: boolean | undefined
|
|
42999
43073
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
43000
43074
|
key_id?: string | undefined
|
|
43001
43075
|
key_issuing_request_id?: string | undefined
|
|
@@ -43134,6 +43208,7 @@ export interface Routes {
|
|
|
43134
43208
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43135
43209
|
assa_abloy_vostio_metadata?:
|
|
43136
43210
|
| {
|
|
43211
|
+
auto_join?: boolean | undefined
|
|
43137
43212
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
43138
43213
|
key_id?: string | undefined
|
|
43139
43214
|
key_issuing_request_id?: string | undefined
|
|
@@ -44396,6 +44471,7 @@ export interface Routes {
|
|
|
44396
44471
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44397
44472
|
assa_abloy_vostio_metadata?:
|
|
44398
44473
|
| {
|
|
44474
|
+
auto_join?: boolean | undefined
|
|
44399
44475
|
override_guest_acs_entrance_ids?:
|
|
44400
44476
|
| string[]
|
|
44401
44477
|
| undefined
|
|
@@ -44536,6 +44612,7 @@ export interface Routes {
|
|
|
44536
44612
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44537
44613
|
assa_abloy_vostio_metadata?:
|
|
44538
44614
|
| {
|
|
44615
|
+
auto_join?: boolean | undefined
|
|
44539
44616
|
override_guest_acs_entrance_ids?:
|
|
44540
44617
|
| string[]
|
|
44541
44618
|
| undefined
|
|
@@ -44805,6 +44882,7 @@ export interface Routes {
|
|
|
44805
44882
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44806
44883
|
assa_abloy_vostio_metadata?:
|
|
44807
44884
|
| {
|
|
44885
|
+
auto_join?: boolean | undefined
|
|
44808
44886
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
44809
44887
|
key_id?: string | undefined
|
|
44810
44888
|
key_issuing_request_id?: string | undefined
|
|
@@ -44943,6 +45021,7 @@ export interface Routes {
|
|
|
44943
45021
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44944
45022
|
assa_abloy_vostio_metadata?:
|
|
44945
45023
|
| {
|
|
45024
|
+
auto_join?: boolean | undefined
|
|
44946
45025
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
44947
45026
|
key_id?: string | undefined
|
|
44948
45027
|
key_issuing_request_id?: string | undefined
|
|
@@ -48319,6 +48398,7 @@ export interface Routes {
|
|
|
48319
48398
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48320
48399
|
assa_abloy_vostio_metadata?:
|
|
48321
48400
|
| {
|
|
48401
|
+
auto_join?: boolean | undefined
|
|
48322
48402
|
override_guest_acs_entrance_ids?:
|
|
48323
48403
|
| string[]
|
|
48324
48404
|
| undefined
|
|
@@ -48459,6 +48539,7 @@ export interface Routes {
|
|
|
48459
48539
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48460
48540
|
assa_abloy_vostio_metadata?:
|
|
48461
48541
|
| {
|
|
48542
|
+
auto_join?: boolean | undefined
|
|
48462
48543
|
override_guest_acs_entrance_ids?:
|
|
48463
48544
|
| string[]
|
|
48464
48545
|
| undefined
|
|
@@ -48728,6 +48809,7 @@ export interface Routes {
|
|
|
48728
48809
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48729
48810
|
assa_abloy_vostio_metadata?:
|
|
48730
48811
|
| {
|
|
48812
|
+
auto_join?: boolean | undefined
|
|
48731
48813
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
48732
48814
|
key_id?: string | undefined
|
|
48733
48815
|
key_issuing_request_id?: string | undefined
|
|
@@ -48866,6 +48948,7 @@ export interface Routes {
|
|
|
48866
48948
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48867
48949
|
assa_abloy_vostio_metadata?:
|
|
48868
48950
|
| {
|
|
48951
|
+
auto_join?: boolean | undefined
|
|
48869
48952
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
48870
48953
|
key_id?: string | undefined
|
|
48871
48954
|
key_issuing_request_id?: string | undefined
|
|
@@ -52026,6 +52109,7 @@ export interface Routes {
|
|
|
52026
52109
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52027
52110
|
assa_abloy_vostio_metadata?:
|
|
52028
52111
|
| {
|
|
52112
|
+
auto_join?: boolean | undefined
|
|
52029
52113
|
override_guest_acs_entrance_ids?:
|
|
52030
52114
|
| string[]
|
|
52031
52115
|
| undefined
|
|
@@ -52166,6 +52250,7 @@ export interface Routes {
|
|
|
52166
52250
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52167
52251
|
assa_abloy_vostio_metadata?:
|
|
52168
52252
|
| {
|
|
52253
|
+
auto_join?: boolean | undefined
|
|
52169
52254
|
override_guest_acs_entrance_ids?:
|
|
52170
52255
|
| string[]
|
|
52171
52256
|
| undefined
|
|
@@ -52435,6 +52520,7 @@ export interface Routes {
|
|
|
52435
52520
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52436
52521
|
assa_abloy_vostio_metadata?:
|
|
52437
52522
|
| {
|
|
52523
|
+
auto_join?: boolean | undefined
|
|
52438
52524
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
52439
52525
|
key_id?: string | undefined
|
|
52440
52526
|
key_issuing_request_id?: string | undefined
|
|
@@ -52573,6 +52659,7 @@ export interface Routes {
|
|
|
52573
52659
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52574
52660
|
assa_abloy_vostio_metadata?:
|
|
52575
52661
|
| {
|
|
52662
|
+
auto_join?: boolean | undefined
|
|
52576
52663
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
52577
52664
|
key_id?: string | undefined
|
|
52578
52665
|
key_issuing_request_id?: string | undefined
|
|
@@ -53337,6 +53424,7 @@ export interface Routes {
|
|
|
53337
53424
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53338
53425
|
assa_abloy_vostio_metadata?:
|
|
53339
53426
|
| {
|
|
53427
|
+
auto_join?: boolean | undefined
|
|
53340
53428
|
override_guest_acs_entrance_ids?:
|
|
53341
53429
|
| string[]
|
|
53342
53430
|
| undefined
|
|
@@ -53477,6 +53565,7 @@ export interface Routes {
|
|
|
53477
53565
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53478
53566
|
assa_abloy_vostio_metadata?:
|
|
53479
53567
|
| {
|
|
53568
|
+
auto_join?: boolean | undefined
|
|
53480
53569
|
override_guest_acs_entrance_ids?:
|
|
53481
53570
|
| string[]
|
|
53482
53571
|
| undefined
|
|
@@ -53746,6 +53835,7 @@ export interface Routes {
|
|
|
53746
53835
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53747
53836
|
assa_abloy_vostio_metadata?:
|
|
53748
53837
|
| {
|
|
53838
|
+
auto_join?: boolean | undefined
|
|
53749
53839
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
53750
53840
|
key_id?: string | undefined
|
|
53751
53841
|
key_issuing_request_id?: string | undefined
|
|
@@ -53884,6 +53974,7 @@ export interface Routes {
|
|
|
53884
53974
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53885
53975
|
assa_abloy_vostio_metadata?:
|
|
53886
53976
|
| {
|
|
53977
|
+
auto_join?: boolean | undefined
|
|
53887
53978
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
53888
53979
|
key_id?: string | undefined
|
|
53889
53980
|
key_issuing_request_id?: string | undefined
|
|
@@ -56683,6 +56774,7 @@ export interface Routes {
|
|
|
56683
56774
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
56684
56775
|
assa_abloy_vostio_metadata?:
|
|
56685
56776
|
| {
|
|
56777
|
+
auto_join?: boolean | undefined
|
|
56686
56778
|
override_guest_acs_entrance_ids?:
|
|
56687
56779
|
| string[]
|
|
56688
56780
|
| undefined
|
|
@@ -56823,6 +56915,7 @@ export interface Routes {
|
|
|
56823
56915
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
56824
56916
|
assa_abloy_vostio_metadata?:
|
|
56825
56917
|
| {
|
|
56918
|
+
auto_join?: boolean | undefined
|
|
56826
56919
|
override_guest_acs_entrance_ids?:
|
|
56827
56920
|
| string[]
|
|
56828
56921
|
| undefined
|
|
@@ -57092,6 +57185,7 @@ export interface Routes {
|
|
|
57092
57185
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57093
57186
|
assa_abloy_vostio_metadata?:
|
|
57094
57187
|
| {
|
|
57188
|
+
auto_join?: boolean | undefined
|
|
57095
57189
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
57096
57190
|
key_id?: string | undefined
|
|
57097
57191
|
key_issuing_request_id?: string | undefined
|
|
@@ -57230,6 +57324,7 @@ export interface Routes {
|
|
|
57230
57324
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57231
57325
|
assa_abloy_vostio_metadata?:
|
|
57232
57326
|
| {
|
|
57327
|
+
auto_join?: boolean | undefined
|
|
57233
57328
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
57234
57329
|
key_id?: string | undefined
|
|
57235
57330
|
key_issuing_request_id?: string | undefined
|
|
@@ -58176,6 +58271,7 @@ export interface Routes {
|
|
|
58176
58271
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58177
58272
|
assa_abloy_vostio_metadata?:
|
|
58178
58273
|
| {
|
|
58274
|
+
auto_join?: boolean | undefined
|
|
58179
58275
|
override_guest_acs_entrance_ids?:
|
|
58180
58276
|
| string[]
|
|
58181
58277
|
| undefined
|
|
@@ -58316,6 +58412,7 @@ export interface Routes {
|
|
|
58316
58412
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58317
58413
|
assa_abloy_vostio_metadata?:
|
|
58318
58414
|
| {
|
|
58415
|
+
auto_join?: boolean | undefined
|
|
58319
58416
|
override_guest_acs_entrance_ids?:
|
|
58320
58417
|
| string[]
|
|
58321
58418
|
| undefined
|
|
@@ -58585,6 +58682,7 @@ export interface Routes {
|
|
|
58585
58682
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58586
58683
|
assa_abloy_vostio_metadata?:
|
|
58587
58684
|
| {
|
|
58685
|
+
auto_join?: boolean | undefined
|
|
58588
58686
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
58589
58687
|
key_id?: string | undefined
|
|
58590
58688
|
key_issuing_request_id?: string | undefined
|
|
@@ -58723,6 +58821,7 @@ export interface Routes {
|
|
|
58723
58821
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58724
58822
|
assa_abloy_vostio_metadata?:
|
|
58725
58823
|
| {
|
|
58824
|
+
auto_join?: boolean | undefined
|
|
58726
58825
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
58727
58826
|
key_id?: string | undefined
|
|
58728
58827
|
key_issuing_request_id?: string | undefined
|
|
@@ -59510,6 +59609,7 @@ export interface Routes {
|
|
|
59510
59609
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59511
59610
|
assa_abloy_vostio_metadata?:
|
|
59512
59611
|
| {
|
|
59612
|
+
auto_join?: boolean | undefined
|
|
59513
59613
|
override_guest_acs_entrance_ids?:
|
|
59514
59614
|
| string[]
|
|
59515
59615
|
| undefined
|
|
@@ -59650,6 +59750,7 @@ export interface Routes {
|
|
|
59650
59750
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59651
59751
|
assa_abloy_vostio_metadata?:
|
|
59652
59752
|
| {
|
|
59753
|
+
auto_join?: boolean | undefined
|
|
59653
59754
|
override_guest_acs_entrance_ids?:
|
|
59654
59755
|
| string[]
|
|
59655
59756
|
| undefined
|
|
@@ -59919,6 +60020,7 @@ export interface Routes {
|
|
|
59919
60020
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59920
60021
|
assa_abloy_vostio_metadata?:
|
|
59921
60022
|
| {
|
|
60023
|
+
auto_join?: boolean | undefined
|
|
59922
60024
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
59923
60025
|
key_id?: string | undefined
|
|
59924
60026
|
key_issuing_request_id?: string | undefined
|
|
@@ -60057,6 +60159,7 @@ export interface Routes {
|
|
|
60057
60159
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
60058
60160
|
assa_abloy_vostio_metadata?:
|
|
60059
60161
|
| {
|
|
60162
|
+
auto_join?: boolean | undefined
|
|
60060
60163
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
60061
60164
|
key_id?: string | undefined
|
|
60062
60165
|
key_issuing_request_id?: string | undefined
|
|
@@ -64228,6 +64331,7 @@ export interface Routes {
|
|
|
64228
64331
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64229
64332
|
assa_abloy_vostio_metadata?:
|
|
64230
64333
|
| {
|
|
64334
|
+
auto_join?: boolean | undefined
|
|
64231
64335
|
override_guest_acs_entrance_ids?:
|
|
64232
64336
|
| string[]
|
|
64233
64337
|
| undefined
|
|
@@ -64368,6 +64472,7 @@ export interface Routes {
|
|
|
64368
64472
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64369
64473
|
assa_abloy_vostio_metadata?:
|
|
64370
64474
|
| {
|
|
64475
|
+
auto_join?: boolean | undefined
|
|
64371
64476
|
override_guest_acs_entrance_ids?:
|
|
64372
64477
|
| string[]
|
|
64373
64478
|
| undefined
|
|
@@ -64637,6 +64742,7 @@ export interface Routes {
|
|
|
64637
64742
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64638
64743
|
assa_abloy_vostio_metadata?:
|
|
64639
64744
|
| {
|
|
64745
|
+
auto_join?: boolean | undefined
|
|
64640
64746
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
64641
64747
|
key_id?: string | undefined
|
|
64642
64748
|
key_issuing_request_id?: string | undefined
|
|
@@ -64775,6 +64881,7 @@ export interface Routes {
|
|
|
64775
64881
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64776
64882
|
assa_abloy_vostio_metadata?:
|
|
64777
64883
|
| {
|
|
64884
|
+
auto_join?: boolean | undefined
|
|
64778
64885
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
64779
64886
|
key_id?: string | undefined
|
|
64780
64887
|
key_issuing_request_id?: string | undefined
|