@seamapi/types 1.391.1 → 1.392.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +10 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +209 -37
- 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 +23 -0
- package/lib/seam/connect/openapi.js +8 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +108 -1
- 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 +8 -0
- package/src/lib/seam/connect/route-types.ts +108 -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
|
|
@@ -11288,6 +11309,7 @@ export interface Routes {
|
|
|
11288
11309
|
/** ID of the user identity for which you want to retrieve all credentials. */
|
|
11289
11310
|
user_identity_id: string
|
|
11290
11311
|
}
|
|
11312
|
+
| {}
|
|
11291
11313
|
) & {
|
|
11292
11314
|
/** Number of credentials to return. */
|
|
11293
11315
|
limit?: number
|
|
@@ -11427,6 +11449,7 @@ export interface Routes {
|
|
|
11427
11449
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11428
11450
|
assa_abloy_vostio_metadata?:
|
|
11429
11451
|
| {
|
|
11452
|
+
auto_join?: boolean | undefined
|
|
11430
11453
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11431
11454
|
key_id?: string | undefined
|
|
11432
11455
|
key_issuing_request_id?: string | undefined
|
|
@@ -11683,6 +11706,7 @@ export interface Routes {
|
|
|
11683
11706
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11684
11707
|
assa_abloy_vostio_metadata?:
|
|
11685
11708
|
| {
|
|
11709
|
+
auto_join?: boolean | undefined
|
|
11686
11710
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11687
11711
|
key_id?: string | undefined
|
|
11688
11712
|
key_issuing_request_id?: string | undefined
|
|
@@ -11835,6 +11859,7 @@ export interface Routes {
|
|
|
11835
11859
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11836
11860
|
assa_abloy_vostio_metadata?:
|
|
11837
11861
|
| {
|
|
11862
|
+
auto_join?: boolean | undefined
|
|
11838
11863
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11839
11864
|
key_id?: string | undefined
|
|
11840
11865
|
key_issuing_request_id?: string | undefined
|
|
@@ -12001,6 +12026,7 @@ export interface Routes {
|
|
|
12001
12026
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12002
12027
|
assa_abloy_vostio_metadata?:
|
|
12003
12028
|
| {
|
|
12029
|
+
auto_join?: boolean | undefined
|
|
12004
12030
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
12005
12031
|
key_id?: string | undefined
|
|
12006
12032
|
key_issuing_request_id?: string | undefined
|
|
@@ -12161,6 +12187,7 @@ export interface Routes {
|
|
|
12161
12187
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12162
12188
|
assa_abloy_vostio_metadata?:
|
|
12163
12189
|
| {
|
|
12190
|
+
auto_join?: boolean | undefined
|
|
12164
12191
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
12165
12192
|
key_id?: string | undefined
|
|
12166
12193
|
key_issuing_request_id?: string | undefined
|
|
@@ -12440,6 +12467,7 @@ export interface Routes {
|
|
|
12440
12467
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12441
12468
|
assa_abloy_vostio_metadata?:
|
|
12442
12469
|
| {
|
|
12470
|
+
auto_join?: boolean | undefined
|
|
12443
12471
|
override_guest_acs_entrance_ids?:
|
|
12444
12472
|
| string[]
|
|
12445
12473
|
| undefined
|
|
@@ -12580,6 +12608,7 @@ export interface Routes {
|
|
|
12580
12608
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12581
12609
|
assa_abloy_vostio_metadata?:
|
|
12582
12610
|
| {
|
|
12611
|
+
auto_join?: boolean | undefined
|
|
12583
12612
|
override_guest_acs_entrance_ids?:
|
|
12584
12613
|
| string[]
|
|
12585
12614
|
| undefined
|
|
@@ -12849,6 +12878,7 @@ export interface Routes {
|
|
|
12849
12878
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12850
12879
|
assa_abloy_vostio_metadata?:
|
|
12851
12880
|
| {
|
|
12881
|
+
auto_join?: boolean | undefined
|
|
12852
12882
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
12853
12883
|
key_id?: string | undefined
|
|
12854
12884
|
key_issuing_request_id?: string | undefined
|
|
@@ -12987,6 +13017,7 @@ export interface Routes {
|
|
|
12987
13017
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12988
13018
|
assa_abloy_vostio_metadata?:
|
|
12989
13019
|
| {
|
|
13020
|
+
auto_join?: boolean | undefined
|
|
12990
13021
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
12991
13022
|
key_id?: string | undefined
|
|
12992
13023
|
key_issuing_request_id?: string | undefined
|
|
@@ -13743,6 +13774,7 @@ export interface Routes {
|
|
|
13743
13774
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
13744
13775
|
assa_abloy_vostio_metadata?:
|
|
13745
13776
|
| {
|
|
13777
|
+
auto_join?: boolean | undefined
|
|
13746
13778
|
override_guest_acs_entrance_ids?:
|
|
13747
13779
|
| string[]
|
|
13748
13780
|
| undefined
|
|
@@ -13883,6 +13915,7 @@ export interface Routes {
|
|
|
13883
13915
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
13884
13916
|
assa_abloy_vostio_metadata?:
|
|
13885
13917
|
| {
|
|
13918
|
+
auto_join?: boolean | undefined
|
|
13886
13919
|
override_guest_acs_entrance_ids?:
|
|
13887
13920
|
| string[]
|
|
13888
13921
|
| undefined
|
|
@@ -14152,6 +14185,7 @@ export interface Routes {
|
|
|
14152
14185
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
14153
14186
|
assa_abloy_vostio_metadata?:
|
|
14154
14187
|
| {
|
|
14188
|
+
auto_join?: boolean | undefined
|
|
14155
14189
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
14156
14190
|
key_id?: string | undefined
|
|
14157
14191
|
key_issuing_request_id?: string | undefined
|
|
@@ -14290,6 +14324,7 @@ export interface Routes {
|
|
|
14290
14324
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
14291
14325
|
assa_abloy_vostio_metadata?:
|
|
14292
14326
|
| {
|
|
14327
|
+
auto_join?: boolean | undefined
|
|
14293
14328
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
14294
14329
|
key_id?: string | undefined
|
|
14295
14330
|
key_issuing_request_id?: string | undefined
|
|
@@ -15141,6 +15176,7 @@ export interface Routes {
|
|
|
15141
15176
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15142
15177
|
assa_abloy_vostio_metadata?:
|
|
15143
15178
|
| {
|
|
15179
|
+
auto_join?: boolean | undefined
|
|
15144
15180
|
override_guest_acs_entrance_ids?:
|
|
15145
15181
|
| string[]
|
|
15146
15182
|
| undefined
|
|
@@ -15281,6 +15317,7 @@ export interface Routes {
|
|
|
15281
15317
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15282
15318
|
assa_abloy_vostio_metadata?:
|
|
15283
15319
|
| {
|
|
15320
|
+
auto_join?: boolean | undefined
|
|
15284
15321
|
override_guest_acs_entrance_ids?:
|
|
15285
15322
|
| string[]
|
|
15286
15323
|
| undefined
|
|
@@ -15550,6 +15587,7 @@ export interface Routes {
|
|
|
15550
15587
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15551
15588
|
assa_abloy_vostio_metadata?:
|
|
15552
15589
|
| {
|
|
15590
|
+
auto_join?: boolean | undefined
|
|
15553
15591
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
15554
15592
|
key_id?: string | undefined
|
|
15555
15593
|
key_issuing_request_id?: string | undefined
|
|
@@ -15688,6 +15726,7 @@ export interface Routes {
|
|
|
15688
15726
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15689
15727
|
assa_abloy_vostio_metadata?:
|
|
15690
15728
|
| {
|
|
15729
|
+
auto_join?: boolean | undefined
|
|
15691
15730
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
15692
15731
|
key_id?: string | undefined
|
|
15693
15732
|
key_issuing_request_id?: string | undefined
|
|
@@ -16616,6 +16655,7 @@ export interface Routes {
|
|
|
16616
16655
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
16617
16656
|
assa_abloy_vostio_metadata?:
|
|
16618
16657
|
| {
|
|
16658
|
+
auto_join?: boolean | undefined
|
|
16619
16659
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
16620
16660
|
key_id?: string | undefined
|
|
16621
16661
|
key_issuing_request_id?: string | undefined
|
|
@@ -18820,6 +18860,7 @@ export interface Routes {
|
|
|
18820
18860
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
18821
18861
|
assa_abloy_vostio_metadata?:
|
|
18822
18862
|
| {
|
|
18863
|
+
auto_join?: boolean | undefined
|
|
18823
18864
|
override_guest_acs_entrance_ids?:
|
|
18824
18865
|
| string[]
|
|
18825
18866
|
| undefined
|
|
@@ -18960,6 +19001,7 @@ export interface Routes {
|
|
|
18960
19001
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
18961
19002
|
assa_abloy_vostio_metadata?:
|
|
18962
19003
|
| {
|
|
19004
|
+
auto_join?: boolean | undefined
|
|
18963
19005
|
override_guest_acs_entrance_ids?:
|
|
18964
19006
|
| string[]
|
|
18965
19007
|
| undefined
|
|
@@ -19229,6 +19271,7 @@ export interface Routes {
|
|
|
19229
19271
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
19230
19272
|
assa_abloy_vostio_metadata?:
|
|
19231
19273
|
| {
|
|
19274
|
+
auto_join?: boolean | undefined
|
|
19232
19275
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
19233
19276
|
key_id?: string | undefined
|
|
19234
19277
|
key_issuing_request_id?: string | undefined
|
|
@@ -19367,6 +19410,7 @@ export interface Routes {
|
|
|
19367
19410
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
19368
19411
|
assa_abloy_vostio_metadata?:
|
|
19369
19412
|
| {
|
|
19413
|
+
auto_join?: boolean | undefined
|
|
19370
19414
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
19371
19415
|
key_id?: string | undefined
|
|
19372
19416
|
key_issuing_request_id?: string | undefined
|
|
@@ -20119,6 +20163,7 @@ export interface Routes {
|
|
|
20119
20163
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
20120
20164
|
assa_abloy_vostio_metadata?:
|
|
20121
20165
|
| {
|
|
20166
|
+
auto_join?: boolean | undefined
|
|
20122
20167
|
override_guest_acs_entrance_ids?:
|
|
20123
20168
|
| string[]
|
|
20124
20169
|
| undefined
|
|
@@ -20259,6 +20304,7 @@ export interface Routes {
|
|
|
20259
20304
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
20260
20305
|
assa_abloy_vostio_metadata?:
|
|
20261
20306
|
| {
|
|
20307
|
+
auto_join?: boolean | undefined
|
|
20262
20308
|
override_guest_acs_entrance_ids?:
|
|
20263
20309
|
| string[]
|
|
20264
20310
|
| undefined
|
|
@@ -20528,6 +20574,7 @@ export interface Routes {
|
|
|
20528
20574
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
20529
20575
|
assa_abloy_vostio_metadata?:
|
|
20530
20576
|
| {
|
|
20577
|
+
auto_join?: boolean | undefined
|
|
20531
20578
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
20532
20579
|
key_id?: string | undefined
|
|
20533
20580
|
key_issuing_request_id?: string | undefined
|
|
@@ -20666,6 +20713,7 @@ export interface Routes {
|
|
|
20666
20713
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
20667
20714
|
assa_abloy_vostio_metadata?:
|
|
20668
20715
|
| {
|
|
20716
|
+
auto_join?: boolean | undefined
|
|
20669
20717
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
20670
20718
|
key_id?: string | undefined
|
|
20671
20719
|
key_issuing_request_id?: string | undefined
|
|
@@ -32654,6 +32702,7 @@ export interface Routes {
|
|
|
32654
32702
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
32655
32703
|
assa_abloy_vostio_metadata?:
|
|
32656
32704
|
| {
|
|
32705
|
+
auto_join?: boolean | undefined
|
|
32657
32706
|
override_guest_acs_entrance_ids?:
|
|
32658
32707
|
| string[]
|
|
32659
32708
|
| undefined
|
|
@@ -32794,6 +32843,7 @@ export interface Routes {
|
|
|
32794
32843
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
32795
32844
|
assa_abloy_vostio_metadata?:
|
|
32796
32845
|
| {
|
|
32846
|
+
auto_join?: boolean | undefined
|
|
32797
32847
|
override_guest_acs_entrance_ids?:
|
|
32798
32848
|
| string[]
|
|
32799
32849
|
| undefined
|
|
@@ -33063,6 +33113,7 @@ export interface Routes {
|
|
|
33063
33113
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
33064
33114
|
assa_abloy_vostio_metadata?:
|
|
33065
33115
|
| {
|
|
33116
|
+
auto_join?: boolean | undefined
|
|
33066
33117
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
33067
33118
|
key_id?: string | undefined
|
|
33068
33119
|
key_issuing_request_id?: string | undefined
|
|
@@ -33201,6 +33252,7 @@ export interface Routes {
|
|
|
33201
33252
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
33202
33253
|
assa_abloy_vostio_metadata?:
|
|
33203
33254
|
| {
|
|
33255
|
+
auto_join?: boolean | undefined
|
|
33204
33256
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
33205
33257
|
key_id?: string | undefined
|
|
33206
33258
|
key_issuing_request_id?: string | undefined
|
|
@@ -33955,6 +34007,7 @@ export interface Routes {
|
|
|
33955
34007
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
33956
34008
|
assa_abloy_vostio_metadata?:
|
|
33957
34009
|
| {
|
|
34010
|
+
auto_join?: boolean | undefined
|
|
33958
34011
|
override_guest_acs_entrance_ids?:
|
|
33959
34012
|
| string[]
|
|
33960
34013
|
| undefined
|
|
@@ -34095,6 +34148,7 @@ export interface Routes {
|
|
|
34095
34148
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34096
34149
|
assa_abloy_vostio_metadata?:
|
|
34097
34150
|
| {
|
|
34151
|
+
auto_join?: boolean | undefined
|
|
34098
34152
|
override_guest_acs_entrance_ids?:
|
|
34099
34153
|
| string[]
|
|
34100
34154
|
| undefined
|
|
@@ -34364,6 +34418,7 @@ export interface Routes {
|
|
|
34364
34418
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34365
34419
|
assa_abloy_vostio_metadata?:
|
|
34366
34420
|
| {
|
|
34421
|
+
auto_join?: boolean | undefined
|
|
34367
34422
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
34368
34423
|
key_id?: string | undefined
|
|
34369
34424
|
key_issuing_request_id?: string | undefined
|
|
@@ -34502,6 +34557,7 @@ export interface Routes {
|
|
|
34502
34557
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34503
34558
|
assa_abloy_vostio_metadata?:
|
|
34504
34559
|
| {
|
|
34560
|
+
auto_join?: boolean | undefined
|
|
34505
34561
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
34506
34562
|
key_id?: string | undefined
|
|
34507
34563
|
key_issuing_request_id?: string | undefined
|
|
@@ -35255,6 +35311,7 @@ export interface Routes {
|
|
|
35255
35311
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35256
35312
|
assa_abloy_vostio_metadata?:
|
|
35257
35313
|
| {
|
|
35314
|
+
auto_join?: boolean | undefined
|
|
35258
35315
|
override_guest_acs_entrance_ids?:
|
|
35259
35316
|
| string[]
|
|
35260
35317
|
| undefined
|
|
@@ -35395,6 +35452,7 @@ export interface Routes {
|
|
|
35395
35452
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35396
35453
|
assa_abloy_vostio_metadata?:
|
|
35397
35454
|
| {
|
|
35455
|
+
auto_join?: boolean | undefined
|
|
35398
35456
|
override_guest_acs_entrance_ids?:
|
|
35399
35457
|
| string[]
|
|
35400
35458
|
| undefined
|
|
@@ -35664,6 +35722,7 @@ export interface Routes {
|
|
|
35664
35722
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35665
35723
|
assa_abloy_vostio_metadata?:
|
|
35666
35724
|
| {
|
|
35725
|
+
auto_join?: boolean | undefined
|
|
35667
35726
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
35668
35727
|
key_id?: string | undefined
|
|
35669
35728
|
key_issuing_request_id?: string | undefined
|
|
@@ -35802,6 +35861,7 @@ export interface Routes {
|
|
|
35802
35861
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35803
35862
|
assa_abloy_vostio_metadata?:
|
|
35804
35863
|
| {
|
|
35864
|
+
auto_join?: boolean | undefined
|
|
35805
35865
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
35806
35866
|
key_id?: string | undefined
|
|
35807
35867
|
key_issuing_request_id?: string | undefined
|
|
@@ -36556,6 +36616,7 @@ export interface Routes {
|
|
|
36556
36616
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
36557
36617
|
assa_abloy_vostio_metadata?:
|
|
36558
36618
|
| {
|
|
36619
|
+
auto_join?: boolean | undefined
|
|
36559
36620
|
override_guest_acs_entrance_ids?:
|
|
36560
36621
|
| string[]
|
|
36561
36622
|
| undefined
|
|
@@ -36696,6 +36757,7 @@ export interface Routes {
|
|
|
36696
36757
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
36697
36758
|
assa_abloy_vostio_metadata?:
|
|
36698
36759
|
| {
|
|
36760
|
+
auto_join?: boolean | undefined
|
|
36699
36761
|
override_guest_acs_entrance_ids?:
|
|
36700
36762
|
| string[]
|
|
36701
36763
|
| undefined
|
|
@@ -36965,6 +37027,7 @@ export interface Routes {
|
|
|
36965
37027
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
36966
37028
|
assa_abloy_vostio_metadata?:
|
|
36967
37029
|
| {
|
|
37030
|
+
auto_join?: boolean | undefined
|
|
36968
37031
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
36969
37032
|
key_id?: string | undefined
|
|
36970
37033
|
key_issuing_request_id?: string | undefined
|
|
@@ -37103,6 +37166,7 @@ export interface Routes {
|
|
|
37103
37166
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
37104
37167
|
assa_abloy_vostio_metadata?:
|
|
37105
37168
|
| {
|
|
37169
|
+
auto_join?: boolean | undefined
|
|
37106
37170
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
37107
37171
|
key_id?: string | undefined
|
|
37108
37172
|
key_issuing_request_id?: string | undefined
|
|
@@ -39924,6 +39988,7 @@ export interface Routes {
|
|
|
39924
39988
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
39925
39989
|
assa_abloy_vostio_metadata?:
|
|
39926
39990
|
| {
|
|
39991
|
+
auto_join?: boolean | undefined
|
|
39927
39992
|
override_guest_acs_entrance_ids?:
|
|
39928
39993
|
| string[]
|
|
39929
39994
|
| undefined
|
|
@@ -40064,6 +40129,7 @@ export interface Routes {
|
|
|
40064
40129
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40065
40130
|
assa_abloy_vostio_metadata?:
|
|
40066
40131
|
| {
|
|
40132
|
+
auto_join?: boolean | undefined
|
|
40067
40133
|
override_guest_acs_entrance_ids?:
|
|
40068
40134
|
| string[]
|
|
40069
40135
|
| undefined
|
|
@@ -40333,6 +40399,7 @@ export interface Routes {
|
|
|
40333
40399
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40334
40400
|
assa_abloy_vostio_metadata?:
|
|
40335
40401
|
| {
|
|
40402
|
+
auto_join?: boolean | undefined
|
|
40336
40403
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
40337
40404
|
key_id?: string | undefined
|
|
40338
40405
|
key_issuing_request_id?: string | undefined
|
|
@@ -40471,6 +40538,7 @@ export interface Routes {
|
|
|
40471
40538
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40472
40539
|
assa_abloy_vostio_metadata?:
|
|
40473
40540
|
| {
|
|
40541
|
+
auto_join?: boolean | undefined
|
|
40474
40542
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
40475
40543
|
key_id?: string | undefined
|
|
40476
40544
|
key_issuing_request_id?: string | undefined
|
|
@@ -41236,6 +41304,7 @@ export interface Routes {
|
|
|
41236
41304
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
41237
41305
|
assa_abloy_vostio_metadata?:
|
|
41238
41306
|
| {
|
|
41307
|
+
auto_join?: boolean | undefined
|
|
41239
41308
|
override_guest_acs_entrance_ids?:
|
|
41240
41309
|
| string[]
|
|
41241
41310
|
| undefined
|
|
@@ -41376,6 +41445,7 @@ export interface Routes {
|
|
|
41376
41445
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
41377
41446
|
assa_abloy_vostio_metadata?:
|
|
41378
41447
|
| {
|
|
41448
|
+
auto_join?: boolean | undefined
|
|
41379
41449
|
override_guest_acs_entrance_ids?:
|
|
41380
41450
|
| string[]
|
|
41381
41451
|
| undefined
|
|
@@ -41645,6 +41715,7 @@ export interface Routes {
|
|
|
41645
41715
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
41646
41716
|
assa_abloy_vostio_metadata?:
|
|
41647
41717
|
| {
|
|
41718
|
+
auto_join?: boolean | undefined
|
|
41648
41719
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
41649
41720
|
key_id?: string | undefined
|
|
41650
41721
|
key_issuing_request_id?: string | undefined
|
|
@@ -41783,6 +41854,7 @@ export interface Routes {
|
|
|
41783
41854
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
41784
41855
|
assa_abloy_vostio_metadata?:
|
|
41785
41856
|
| {
|
|
41857
|
+
auto_join?: boolean | undefined
|
|
41786
41858
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
41787
41859
|
key_id?: string | undefined
|
|
41788
41860
|
key_issuing_request_id?: string | undefined
|
|
@@ -42587,6 +42659,7 @@ export interface Routes {
|
|
|
42587
42659
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42588
42660
|
assa_abloy_vostio_metadata?:
|
|
42589
42661
|
| {
|
|
42662
|
+
auto_join?: boolean | undefined
|
|
42590
42663
|
override_guest_acs_entrance_ids?:
|
|
42591
42664
|
| string[]
|
|
42592
42665
|
| undefined
|
|
@@ -42727,6 +42800,7 @@ export interface Routes {
|
|
|
42727
42800
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42728
42801
|
assa_abloy_vostio_metadata?:
|
|
42729
42802
|
| {
|
|
42803
|
+
auto_join?: boolean | undefined
|
|
42730
42804
|
override_guest_acs_entrance_ids?:
|
|
42731
42805
|
| string[]
|
|
42732
42806
|
| undefined
|
|
@@ -42996,6 +43070,7 @@ export interface Routes {
|
|
|
42996
43070
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42997
43071
|
assa_abloy_vostio_metadata?:
|
|
42998
43072
|
| {
|
|
43073
|
+
auto_join?: boolean | undefined
|
|
42999
43074
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
43000
43075
|
key_id?: string | undefined
|
|
43001
43076
|
key_issuing_request_id?: string | undefined
|
|
@@ -43134,6 +43209,7 @@ export interface Routes {
|
|
|
43134
43209
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43135
43210
|
assa_abloy_vostio_metadata?:
|
|
43136
43211
|
| {
|
|
43212
|
+
auto_join?: boolean | undefined
|
|
43137
43213
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
43138
43214
|
key_id?: string | undefined
|
|
43139
43215
|
key_issuing_request_id?: string | undefined
|
|
@@ -44396,6 +44472,7 @@ export interface Routes {
|
|
|
44396
44472
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44397
44473
|
assa_abloy_vostio_metadata?:
|
|
44398
44474
|
| {
|
|
44475
|
+
auto_join?: boolean | undefined
|
|
44399
44476
|
override_guest_acs_entrance_ids?:
|
|
44400
44477
|
| string[]
|
|
44401
44478
|
| undefined
|
|
@@ -44536,6 +44613,7 @@ export interface Routes {
|
|
|
44536
44613
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44537
44614
|
assa_abloy_vostio_metadata?:
|
|
44538
44615
|
| {
|
|
44616
|
+
auto_join?: boolean | undefined
|
|
44539
44617
|
override_guest_acs_entrance_ids?:
|
|
44540
44618
|
| string[]
|
|
44541
44619
|
| undefined
|
|
@@ -44805,6 +44883,7 @@ export interface Routes {
|
|
|
44805
44883
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44806
44884
|
assa_abloy_vostio_metadata?:
|
|
44807
44885
|
| {
|
|
44886
|
+
auto_join?: boolean | undefined
|
|
44808
44887
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
44809
44888
|
key_id?: string | undefined
|
|
44810
44889
|
key_issuing_request_id?: string | undefined
|
|
@@ -44943,6 +45022,7 @@ export interface Routes {
|
|
|
44943
45022
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44944
45023
|
assa_abloy_vostio_metadata?:
|
|
44945
45024
|
| {
|
|
45025
|
+
auto_join?: boolean | undefined
|
|
44946
45026
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
44947
45027
|
key_id?: string | undefined
|
|
44948
45028
|
key_issuing_request_id?: string | undefined
|
|
@@ -48319,6 +48399,7 @@ export interface Routes {
|
|
|
48319
48399
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48320
48400
|
assa_abloy_vostio_metadata?:
|
|
48321
48401
|
| {
|
|
48402
|
+
auto_join?: boolean | undefined
|
|
48322
48403
|
override_guest_acs_entrance_ids?:
|
|
48323
48404
|
| string[]
|
|
48324
48405
|
| undefined
|
|
@@ -48459,6 +48540,7 @@ export interface Routes {
|
|
|
48459
48540
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48460
48541
|
assa_abloy_vostio_metadata?:
|
|
48461
48542
|
| {
|
|
48543
|
+
auto_join?: boolean | undefined
|
|
48462
48544
|
override_guest_acs_entrance_ids?:
|
|
48463
48545
|
| string[]
|
|
48464
48546
|
| undefined
|
|
@@ -48728,6 +48810,7 @@ export interface Routes {
|
|
|
48728
48810
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48729
48811
|
assa_abloy_vostio_metadata?:
|
|
48730
48812
|
| {
|
|
48813
|
+
auto_join?: boolean | undefined
|
|
48731
48814
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
48732
48815
|
key_id?: string | undefined
|
|
48733
48816
|
key_issuing_request_id?: string | undefined
|
|
@@ -48866,6 +48949,7 @@ export interface Routes {
|
|
|
48866
48949
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48867
48950
|
assa_abloy_vostio_metadata?:
|
|
48868
48951
|
| {
|
|
48952
|
+
auto_join?: boolean | undefined
|
|
48869
48953
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
48870
48954
|
key_id?: string | undefined
|
|
48871
48955
|
key_issuing_request_id?: string | undefined
|
|
@@ -52026,6 +52110,7 @@ export interface Routes {
|
|
|
52026
52110
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52027
52111
|
assa_abloy_vostio_metadata?:
|
|
52028
52112
|
| {
|
|
52113
|
+
auto_join?: boolean | undefined
|
|
52029
52114
|
override_guest_acs_entrance_ids?:
|
|
52030
52115
|
| string[]
|
|
52031
52116
|
| undefined
|
|
@@ -52166,6 +52251,7 @@ export interface Routes {
|
|
|
52166
52251
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52167
52252
|
assa_abloy_vostio_metadata?:
|
|
52168
52253
|
| {
|
|
52254
|
+
auto_join?: boolean | undefined
|
|
52169
52255
|
override_guest_acs_entrance_ids?:
|
|
52170
52256
|
| string[]
|
|
52171
52257
|
| undefined
|
|
@@ -52435,6 +52521,7 @@ export interface Routes {
|
|
|
52435
52521
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52436
52522
|
assa_abloy_vostio_metadata?:
|
|
52437
52523
|
| {
|
|
52524
|
+
auto_join?: boolean | undefined
|
|
52438
52525
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
52439
52526
|
key_id?: string | undefined
|
|
52440
52527
|
key_issuing_request_id?: string | undefined
|
|
@@ -52573,6 +52660,7 @@ export interface Routes {
|
|
|
52573
52660
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52574
52661
|
assa_abloy_vostio_metadata?:
|
|
52575
52662
|
| {
|
|
52663
|
+
auto_join?: boolean | undefined
|
|
52576
52664
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
52577
52665
|
key_id?: string | undefined
|
|
52578
52666
|
key_issuing_request_id?: string | undefined
|
|
@@ -53337,6 +53425,7 @@ export interface Routes {
|
|
|
53337
53425
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53338
53426
|
assa_abloy_vostio_metadata?:
|
|
53339
53427
|
| {
|
|
53428
|
+
auto_join?: boolean | undefined
|
|
53340
53429
|
override_guest_acs_entrance_ids?:
|
|
53341
53430
|
| string[]
|
|
53342
53431
|
| undefined
|
|
@@ -53477,6 +53566,7 @@ export interface Routes {
|
|
|
53477
53566
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53478
53567
|
assa_abloy_vostio_metadata?:
|
|
53479
53568
|
| {
|
|
53569
|
+
auto_join?: boolean | undefined
|
|
53480
53570
|
override_guest_acs_entrance_ids?:
|
|
53481
53571
|
| string[]
|
|
53482
53572
|
| undefined
|
|
@@ -53746,6 +53836,7 @@ export interface Routes {
|
|
|
53746
53836
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53747
53837
|
assa_abloy_vostio_metadata?:
|
|
53748
53838
|
| {
|
|
53839
|
+
auto_join?: boolean | undefined
|
|
53749
53840
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
53750
53841
|
key_id?: string | undefined
|
|
53751
53842
|
key_issuing_request_id?: string | undefined
|
|
@@ -53884,6 +53975,7 @@ export interface Routes {
|
|
|
53884
53975
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53885
53976
|
assa_abloy_vostio_metadata?:
|
|
53886
53977
|
| {
|
|
53978
|
+
auto_join?: boolean | undefined
|
|
53887
53979
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
53888
53980
|
key_id?: string | undefined
|
|
53889
53981
|
key_issuing_request_id?: string | undefined
|
|
@@ -56683,6 +56775,7 @@ export interface Routes {
|
|
|
56683
56775
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
56684
56776
|
assa_abloy_vostio_metadata?:
|
|
56685
56777
|
| {
|
|
56778
|
+
auto_join?: boolean | undefined
|
|
56686
56779
|
override_guest_acs_entrance_ids?:
|
|
56687
56780
|
| string[]
|
|
56688
56781
|
| undefined
|
|
@@ -56823,6 +56916,7 @@ export interface Routes {
|
|
|
56823
56916
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
56824
56917
|
assa_abloy_vostio_metadata?:
|
|
56825
56918
|
| {
|
|
56919
|
+
auto_join?: boolean | undefined
|
|
56826
56920
|
override_guest_acs_entrance_ids?:
|
|
56827
56921
|
| string[]
|
|
56828
56922
|
| undefined
|
|
@@ -57092,6 +57186,7 @@ export interface Routes {
|
|
|
57092
57186
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57093
57187
|
assa_abloy_vostio_metadata?:
|
|
57094
57188
|
| {
|
|
57189
|
+
auto_join?: boolean | undefined
|
|
57095
57190
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
57096
57191
|
key_id?: string | undefined
|
|
57097
57192
|
key_issuing_request_id?: string | undefined
|
|
@@ -57230,6 +57325,7 @@ export interface Routes {
|
|
|
57230
57325
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57231
57326
|
assa_abloy_vostio_metadata?:
|
|
57232
57327
|
| {
|
|
57328
|
+
auto_join?: boolean | undefined
|
|
57233
57329
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
57234
57330
|
key_id?: string | undefined
|
|
57235
57331
|
key_issuing_request_id?: string | undefined
|
|
@@ -58176,6 +58272,7 @@ export interface Routes {
|
|
|
58176
58272
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58177
58273
|
assa_abloy_vostio_metadata?:
|
|
58178
58274
|
| {
|
|
58275
|
+
auto_join?: boolean | undefined
|
|
58179
58276
|
override_guest_acs_entrance_ids?:
|
|
58180
58277
|
| string[]
|
|
58181
58278
|
| undefined
|
|
@@ -58316,6 +58413,7 @@ export interface Routes {
|
|
|
58316
58413
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58317
58414
|
assa_abloy_vostio_metadata?:
|
|
58318
58415
|
| {
|
|
58416
|
+
auto_join?: boolean | undefined
|
|
58319
58417
|
override_guest_acs_entrance_ids?:
|
|
58320
58418
|
| string[]
|
|
58321
58419
|
| undefined
|
|
@@ -58585,6 +58683,7 @@ export interface Routes {
|
|
|
58585
58683
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58586
58684
|
assa_abloy_vostio_metadata?:
|
|
58587
58685
|
| {
|
|
58686
|
+
auto_join?: boolean | undefined
|
|
58588
58687
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
58589
58688
|
key_id?: string | undefined
|
|
58590
58689
|
key_issuing_request_id?: string | undefined
|
|
@@ -58723,6 +58822,7 @@ export interface Routes {
|
|
|
58723
58822
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58724
58823
|
assa_abloy_vostio_metadata?:
|
|
58725
58824
|
| {
|
|
58825
|
+
auto_join?: boolean | undefined
|
|
58726
58826
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
58727
58827
|
key_id?: string | undefined
|
|
58728
58828
|
key_issuing_request_id?: string | undefined
|
|
@@ -59510,6 +59610,7 @@ export interface Routes {
|
|
|
59510
59610
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59511
59611
|
assa_abloy_vostio_metadata?:
|
|
59512
59612
|
| {
|
|
59613
|
+
auto_join?: boolean | undefined
|
|
59513
59614
|
override_guest_acs_entrance_ids?:
|
|
59514
59615
|
| string[]
|
|
59515
59616
|
| undefined
|
|
@@ -59650,6 +59751,7 @@ export interface Routes {
|
|
|
59650
59751
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59651
59752
|
assa_abloy_vostio_metadata?:
|
|
59652
59753
|
| {
|
|
59754
|
+
auto_join?: boolean | undefined
|
|
59653
59755
|
override_guest_acs_entrance_ids?:
|
|
59654
59756
|
| string[]
|
|
59655
59757
|
| undefined
|
|
@@ -59919,6 +60021,7 @@ export interface Routes {
|
|
|
59919
60021
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59920
60022
|
assa_abloy_vostio_metadata?:
|
|
59921
60023
|
| {
|
|
60024
|
+
auto_join?: boolean | undefined
|
|
59922
60025
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
59923
60026
|
key_id?: string | undefined
|
|
59924
60027
|
key_issuing_request_id?: string | undefined
|
|
@@ -60057,6 +60160,7 @@ export interface Routes {
|
|
|
60057
60160
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
60058
60161
|
assa_abloy_vostio_metadata?:
|
|
60059
60162
|
| {
|
|
60163
|
+
auto_join?: boolean | undefined
|
|
60060
60164
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
60061
60165
|
key_id?: string | undefined
|
|
60062
60166
|
key_issuing_request_id?: string | undefined
|
|
@@ -64228,6 +64332,7 @@ export interface Routes {
|
|
|
64228
64332
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64229
64333
|
assa_abloy_vostio_metadata?:
|
|
64230
64334
|
| {
|
|
64335
|
+
auto_join?: boolean | undefined
|
|
64231
64336
|
override_guest_acs_entrance_ids?:
|
|
64232
64337
|
| string[]
|
|
64233
64338
|
| undefined
|
|
@@ -64368,6 +64473,7 @@ export interface Routes {
|
|
|
64368
64473
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64369
64474
|
assa_abloy_vostio_metadata?:
|
|
64370
64475
|
| {
|
|
64476
|
+
auto_join?: boolean | undefined
|
|
64371
64477
|
override_guest_acs_entrance_ids?:
|
|
64372
64478
|
| string[]
|
|
64373
64479
|
| undefined
|
|
@@ -64637,6 +64743,7 @@ export interface Routes {
|
|
|
64637
64743
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64638
64744
|
assa_abloy_vostio_metadata?:
|
|
64639
64745
|
| {
|
|
64746
|
+
auto_join?: boolean | undefined
|
|
64640
64747
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
64641
64748
|
key_id?: string | undefined
|
|
64642
64749
|
key_issuing_request_id?: string | undefined
|
|
@@ -64775,6 +64882,7 @@ export interface Routes {
|
|
|
64775
64882
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64776
64883
|
assa_abloy_vostio_metadata?:
|
|
64777
64884
|
| {
|
|
64885
|
+
auto_join?: boolean | undefined
|
|
64778
64886
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
64779
64887
|
key_id?: string | undefined
|
|
64780
64888
|
key_issuing_request_id?: string | undefined
|