@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
|
@@ -258,6 +258,7 @@ export interface Routes {
|
|
|
258
258
|
} | undefined;
|
|
259
259
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
260
260
|
assa_abloy_vostio_metadata?: {
|
|
261
|
+
auto_join?: boolean | undefined;
|
|
261
262
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
262
263
|
key_id?: string | undefined;
|
|
263
264
|
key_issuing_request_id?: string | undefined;
|
|
@@ -369,6 +370,7 @@ export interface Routes {
|
|
|
369
370
|
} | undefined;
|
|
370
371
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
371
372
|
assa_abloy_vostio_metadata?: {
|
|
373
|
+
auto_join?: boolean | undefined;
|
|
372
374
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
373
375
|
key_id?: string | undefined;
|
|
374
376
|
key_issuing_request_id?: string | undefined;
|
|
@@ -591,6 +593,7 @@ export interface Routes {
|
|
|
591
593
|
} | undefined;
|
|
592
594
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
593
595
|
assa_abloy_vostio_metadata?: {
|
|
596
|
+
auto_join?: boolean | undefined;
|
|
594
597
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
595
598
|
key_id?: string | undefined;
|
|
596
599
|
key_issuing_request_id?: string | undefined;
|
|
@@ -702,6 +705,7 @@ export interface Routes {
|
|
|
702
705
|
} | undefined;
|
|
703
706
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
704
707
|
assa_abloy_vostio_metadata?: {
|
|
708
|
+
auto_join?: boolean | undefined;
|
|
705
709
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
706
710
|
key_id?: string | undefined;
|
|
707
711
|
key_issuing_request_id?: string | undefined;
|
|
@@ -2302,6 +2306,7 @@ export interface Routes {
|
|
|
2302
2306
|
} | undefined;
|
|
2303
2307
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
2304
2308
|
assa_abloy_vostio_metadata?: {
|
|
2309
|
+
auto_join?: boolean | undefined;
|
|
2305
2310
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
2306
2311
|
key_id?: string | undefined;
|
|
2307
2312
|
key_issuing_request_id?: string | undefined;
|
|
@@ -2413,6 +2418,7 @@ export interface Routes {
|
|
|
2413
2418
|
} | undefined;
|
|
2414
2419
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
2415
2420
|
assa_abloy_vostio_metadata?: {
|
|
2421
|
+
auto_join?: boolean | undefined;
|
|
2416
2422
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
2417
2423
|
key_id?: string | undefined;
|
|
2418
2424
|
key_issuing_request_id?: string | undefined;
|
|
@@ -2635,6 +2641,7 @@ export interface Routes {
|
|
|
2635
2641
|
} | undefined;
|
|
2636
2642
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
2637
2643
|
assa_abloy_vostio_metadata?: {
|
|
2644
|
+
auto_join?: boolean | undefined;
|
|
2638
2645
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
2639
2646
|
key_id?: string | undefined;
|
|
2640
2647
|
key_issuing_request_id?: string | undefined;
|
|
@@ -2746,6 +2753,7 @@ export interface Routes {
|
|
|
2746
2753
|
} | undefined;
|
|
2747
2754
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
2748
2755
|
assa_abloy_vostio_metadata?: {
|
|
2756
|
+
auto_join?: boolean | undefined;
|
|
2749
2757
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
2750
2758
|
key_id?: string | undefined;
|
|
2751
2759
|
key_issuing_request_id?: string | undefined;
|
|
@@ -5757,6 +5765,7 @@ export interface Routes {
|
|
|
5757
5765
|
} | undefined;
|
|
5758
5766
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
5759
5767
|
assa_abloy_vostio_metadata?: {
|
|
5768
|
+
auto_join?: boolean | undefined;
|
|
5760
5769
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
5761
5770
|
key_id?: string | undefined;
|
|
5762
5771
|
key_issuing_request_id?: string | undefined;
|
|
@@ -5868,6 +5877,7 @@ export interface Routes {
|
|
|
5868
5877
|
} | undefined;
|
|
5869
5878
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
5870
5879
|
assa_abloy_vostio_metadata?: {
|
|
5880
|
+
auto_join?: boolean | undefined;
|
|
5871
5881
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
5872
5882
|
key_id?: string | undefined;
|
|
5873
5883
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6090,6 +6100,7 @@ export interface Routes {
|
|
|
6090
6100
|
} | undefined;
|
|
6091
6101
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
6092
6102
|
assa_abloy_vostio_metadata?: {
|
|
6103
|
+
auto_join?: boolean | undefined;
|
|
6093
6104
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6094
6105
|
key_id?: string | undefined;
|
|
6095
6106
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6201,6 +6212,7 @@ export interface Routes {
|
|
|
6201
6212
|
} | undefined;
|
|
6202
6213
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
6203
6214
|
assa_abloy_vostio_metadata?: {
|
|
6215
|
+
auto_join?: boolean | undefined;
|
|
6204
6216
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6205
6217
|
key_id?: string | undefined;
|
|
6206
6218
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7805,6 +7817,7 @@ export interface Routes {
|
|
|
7805
7817
|
} | undefined;
|
|
7806
7818
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
7807
7819
|
assa_abloy_vostio_metadata?: {
|
|
7820
|
+
auto_join?: boolean | undefined;
|
|
7808
7821
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7809
7822
|
key_id?: string | undefined;
|
|
7810
7823
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7916,6 +7929,7 @@ export interface Routes {
|
|
|
7916
7929
|
} | undefined;
|
|
7917
7930
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
7918
7931
|
assa_abloy_vostio_metadata?: {
|
|
7932
|
+
auto_join?: boolean | undefined;
|
|
7919
7933
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7920
7934
|
key_id?: string | undefined;
|
|
7921
7935
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8138,6 +8152,7 @@ export interface Routes {
|
|
|
8138
8152
|
} | undefined;
|
|
8139
8153
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
8140
8154
|
assa_abloy_vostio_metadata?: {
|
|
8155
|
+
auto_join?: boolean | undefined;
|
|
8141
8156
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8142
8157
|
key_id?: string | undefined;
|
|
8143
8158
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8249,6 +8264,7 @@ export interface Routes {
|
|
|
8249
8264
|
} | undefined;
|
|
8250
8265
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
8251
8266
|
assa_abloy_vostio_metadata?: {
|
|
8267
|
+
auto_join?: boolean | undefined;
|
|
8252
8268
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8253
8269
|
key_id?: string | undefined;
|
|
8254
8270
|
key_issuing_request_id?: string | undefined;
|
|
@@ -9357,6 +9373,7 @@ export interface Routes {
|
|
|
9357
9373
|
} | undefined;
|
|
9358
9374
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9359
9375
|
assa_abloy_vostio_metadata?: {
|
|
9376
|
+
auto_join?: boolean | undefined;
|
|
9360
9377
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
9361
9378
|
key_id?: string | undefined;
|
|
9362
9379
|
key_issuing_request_id?: string | undefined;
|
|
@@ -9401,6 +9418,7 @@ export interface Routes {
|
|
|
9401
9418
|
} | undefined;
|
|
9402
9419
|
/** Vostio-specific metadata for the new credential. */
|
|
9403
9420
|
assa_abloy_vostio_metadata?: {
|
|
9421
|
+
auto_join?: boolean | undefined;
|
|
9404
9422
|
override_all_guest_acs_entrances?: boolean | undefined;
|
|
9405
9423
|
join_all_guest_acs_entrances?: boolean | undefined;
|
|
9406
9424
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
@@ -9526,6 +9544,7 @@ export interface Routes {
|
|
|
9526
9544
|
} | undefined;
|
|
9527
9545
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9528
9546
|
assa_abloy_vostio_metadata?: {
|
|
9547
|
+
auto_join?: boolean | undefined;
|
|
9529
9548
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
9530
9549
|
key_id?: string | undefined;
|
|
9531
9550
|
key_issuing_request_id?: string | undefined;
|
|
@@ -9664,6 +9683,7 @@ export interface Routes {
|
|
|
9664
9683
|
} | undefined;
|
|
9665
9684
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9666
9685
|
assa_abloy_vostio_metadata?: {
|
|
9686
|
+
auto_join?: boolean | undefined;
|
|
9667
9687
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
9668
9688
|
key_id?: string | undefined;
|
|
9669
9689
|
key_issuing_request_id?: string | undefined;
|
|
@@ -9806,6 +9826,7 @@ export interface Routes {
|
|
|
9806
9826
|
} | undefined;
|
|
9807
9827
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9808
9828
|
assa_abloy_vostio_metadata?: {
|
|
9829
|
+
auto_join?: boolean | undefined;
|
|
9809
9830
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
9810
9831
|
key_id?: string | undefined;
|
|
9811
9832
|
key_issuing_request_id?: string | undefined;
|
|
@@ -9835,7 +9856,7 @@ export interface Routes {
|
|
|
9835
9856
|
} | {
|
|
9836
9857
|
/** ID of the user identity for which you want to retrieve all credentials. */
|
|
9837
9858
|
user_identity_id: string;
|
|
9838
|
-
}) & {
|
|
9859
|
+
} | {}) & {
|
|
9839
9860
|
/** Number of credentials to return. */
|
|
9840
9861
|
limit?: number;
|
|
9841
9862
|
/** Date and time, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format, before which events to return were created. */
|
|
@@ -9949,6 +9970,7 @@ export interface Routes {
|
|
|
9949
9970
|
} | undefined;
|
|
9950
9971
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9951
9972
|
assa_abloy_vostio_metadata?: {
|
|
9973
|
+
auto_join?: boolean | undefined;
|
|
9952
9974
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
9953
9975
|
key_id?: string | undefined;
|
|
9954
9976
|
key_issuing_request_id?: string | undefined;
|
|
@@ -10156,6 +10178,7 @@ export interface Routes {
|
|
|
10156
10178
|
} | undefined;
|
|
10157
10179
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
10158
10180
|
assa_abloy_vostio_metadata?: {
|
|
10181
|
+
auto_join?: boolean | undefined;
|
|
10159
10182
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
10160
10183
|
key_id?: string | undefined;
|
|
10161
10184
|
key_issuing_request_id?: string | undefined;
|
|
@@ -10282,6 +10305,7 @@ export interface Routes {
|
|
|
10282
10305
|
} | undefined;
|
|
10283
10306
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
10284
10307
|
assa_abloy_vostio_metadata?: {
|
|
10308
|
+
auto_join?: boolean | undefined;
|
|
10285
10309
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
10286
10310
|
key_id?: string | undefined;
|
|
10287
10311
|
key_issuing_request_id?: string | undefined;
|
|
@@ -10418,6 +10442,7 @@ export interface Routes {
|
|
|
10418
10442
|
} | undefined;
|
|
10419
10443
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
10420
10444
|
assa_abloy_vostio_metadata?: {
|
|
10445
|
+
auto_join?: boolean | undefined;
|
|
10421
10446
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
10422
10447
|
key_id?: string | undefined;
|
|
10423
10448
|
key_issuing_request_id?: string | undefined;
|
|
@@ -10552,6 +10577,7 @@ export interface Routes {
|
|
|
10552
10577
|
} | undefined;
|
|
10553
10578
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
10554
10579
|
assa_abloy_vostio_metadata?: {
|
|
10580
|
+
auto_join?: boolean | undefined;
|
|
10555
10581
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
10556
10582
|
key_id?: string | undefined;
|
|
10557
10583
|
key_issuing_request_id?: string | undefined;
|
|
@@ -10793,6 +10819,7 @@ export interface Routes {
|
|
|
10793
10819
|
} | undefined;
|
|
10794
10820
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
10795
10821
|
assa_abloy_vostio_metadata?: {
|
|
10822
|
+
auto_join?: boolean | undefined;
|
|
10796
10823
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
10797
10824
|
key_id?: string | undefined;
|
|
10798
10825
|
key_issuing_request_id?: string | undefined;
|
|
@@ -10904,6 +10931,7 @@ export interface Routes {
|
|
|
10904
10931
|
} | undefined;
|
|
10905
10932
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
10906
10933
|
assa_abloy_vostio_metadata?: {
|
|
10934
|
+
auto_join?: boolean | undefined;
|
|
10907
10935
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
10908
10936
|
key_id?: string | undefined;
|
|
10909
10937
|
key_issuing_request_id?: string | undefined;
|
|
@@ -11126,6 +11154,7 @@ export interface Routes {
|
|
|
11126
11154
|
} | undefined;
|
|
11127
11155
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11128
11156
|
assa_abloy_vostio_metadata?: {
|
|
11157
|
+
auto_join?: boolean | undefined;
|
|
11129
11158
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
11130
11159
|
key_id?: string | undefined;
|
|
11131
11160
|
key_issuing_request_id?: string | undefined;
|
|
@@ -11237,6 +11266,7 @@ export interface Routes {
|
|
|
11237
11266
|
} | undefined;
|
|
11238
11267
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11239
11268
|
assa_abloy_vostio_metadata?: {
|
|
11269
|
+
auto_join?: boolean | undefined;
|
|
11240
11270
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
11241
11271
|
key_id?: string | undefined;
|
|
11242
11272
|
key_issuing_request_id?: string | undefined;
|
|
@@ -11907,6 +11937,7 @@ export interface Routes {
|
|
|
11907
11937
|
} | undefined;
|
|
11908
11938
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11909
11939
|
assa_abloy_vostio_metadata?: {
|
|
11940
|
+
auto_join?: boolean | undefined;
|
|
11910
11941
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
11911
11942
|
key_id?: string | undefined;
|
|
11912
11943
|
key_issuing_request_id?: string | undefined;
|
|
@@ -12018,6 +12049,7 @@ export interface Routes {
|
|
|
12018
12049
|
} | undefined;
|
|
12019
12050
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12020
12051
|
assa_abloy_vostio_metadata?: {
|
|
12052
|
+
auto_join?: boolean | undefined;
|
|
12021
12053
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
12022
12054
|
key_id?: string | undefined;
|
|
12023
12055
|
key_issuing_request_id?: string | undefined;
|
|
@@ -12240,6 +12272,7 @@ export interface Routes {
|
|
|
12240
12272
|
} | undefined;
|
|
12241
12273
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12242
12274
|
assa_abloy_vostio_metadata?: {
|
|
12275
|
+
auto_join?: boolean | undefined;
|
|
12243
12276
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
12244
12277
|
key_id?: string | undefined;
|
|
12245
12278
|
key_issuing_request_id?: string | undefined;
|
|
@@ -12351,6 +12384,7 @@ export interface Routes {
|
|
|
12351
12384
|
} | undefined;
|
|
12352
12385
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12353
12386
|
assa_abloy_vostio_metadata?: {
|
|
12387
|
+
auto_join?: boolean | undefined;
|
|
12354
12388
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
12355
12389
|
key_id?: string | undefined;
|
|
12356
12390
|
key_issuing_request_id?: string | undefined;
|
|
@@ -13113,6 +13147,7 @@ export interface Routes {
|
|
|
13113
13147
|
} | undefined;
|
|
13114
13148
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
13115
13149
|
assa_abloy_vostio_metadata?: {
|
|
13150
|
+
auto_join?: boolean | undefined;
|
|
13116
13151
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
13117
13152
|
key_id?: string | undefined;
|
|
13118
13153
|
key_issuing_request_id?: string | undefined;
|
|
@@ -13224,6 +13259,7 @@ export interface Routes {
|
|
|
13224
13259
|
} | undefined;
|
|
13225
13260
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
13226
13261
|
assa_abloy_vostio_metadata?: {
|
|
13262
|
+
auto_join?: boolean | undefined;
|
|
13227
13263
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
13228
13264
|
key_id?: string | undefined;
|
|
13229
13265
|
key_issuing_request_id?: string | undefined;
|
|
@@ -13446,6 +13482,7 @@ export interface Routes {
|
|
|
13446
13482
|
} | undefined;
|
|
13447
13483
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
13448
13484
|
assa_abloy_vostio_metadata?: {
|
|
13485
|
+
auto_join?: boolean | undefined;
|
|
13449
13486
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
13450
13487
|
key_id?: string | undefined;
|
|
13451
13488
|
key_issuing_request_id?: string | undefined;
|
|
@@ -13557,6 +13594,7 @@ export interface Routes {
|
|
|
13557
13594
|
} | undefined;
|
|
13558
13595
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
13559
13596
|
assa_abloy_vostio_metadata?: {
|
|
13597
|
+
auto_join?: boolean | undefined;
|
|
13560
13598
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
13561
13599
|
key_id?: string | undefined;
|
|
13562
13600
|
key_issuing_request_id?: string | undefined;
|
|
@@ -14356,6 +14394,7 @@ export interface Routes {
|
|
|
14356
14394
|
} | undefined;
|
|
14357
14395
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
14358
14396
|
assa_abloy_vostio_metadata?: {
|
|
14397
|
+
auto_join?: boolean | undefined;
|
|
14359
14398
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
14360
14399
|
key_id?: string | undefined;
|
|
14361
14400
|
key_issuing_request_id?: string | undefined;
|
|
@@ -16200,6 +16239,7 @@ export interface Routes {
|
|
|
16200
16239
|
} | undefined;
|
|
16201
16240
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
16202
16241
|
assa_abloy_vostio_metadata?: {
|
|
16242
|
+
auto_join?: boolean | undefined;
|
|
16203
16243
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16204
16244
|
key_id?: string | undefined;
|
|
16205
16245
|
key_issuing_request_id?: string | undefined;
|
|
@@ -16311,6 +16351,7 @@ export interface Routes {
|
|
|
16311
16351
|
} | undefined;
|
|
16312
16352
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
16313
16353
|
assa_abloy_vostio_metadata?: {
|
|
16354
|
+
auto_join?: boolean | undefined;
|
|
16314
16355
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16315
16356
|
key_id?: string | undefined;
|
|
16316
16357
|
key_issuing_request_id?: string | undefined;
|
|
@@ -16533,6 +16574,7 @@ export interface Routes {
|
|
|
16533
16574
|
} | undefined;
|
|
16534
16575
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
16535
16576
|
assa_abloy_vostio_metadata?: {
|
|
16577
|
+
auto_join?: boolean | undefined;
|
|
16536
16578
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16537
16579
|
key_id?: string | undefined;
|
|
16538
16580
|
key_issuing_request_id?: string | undefined;
|
|
@@ -16644,6 +16686,7 @@ export interface Routes {
|
|
|
16644
16686
|
} | undefined;
|
|
16645
16687
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
16646
16688
|
assa_abloy_vostio_metadata?: {
|
|
16689
|
+
auto_join?: boolean | undefined;
|
|
16647
16690
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16648
16691
|
key_id?: string | undefined;
|
|
16649
16692
|
key_issuing_request_id?: string | undefined;
|
|
@@ -17310,6 +17353,7 @@ export interface Routes {
|
|
|
17310
17353
|
} | undefined;
|
|
17311
17354
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
17312
17355
|
assa_abloy_vostio_metadata?: {
|
|
17356
|
+
auto_join?: boolean | undefined;
|
|
17313
17357
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17314
17358
|
key_id?: string | undefined;
|
|
17315
17359
|
key_issuing_request_id?: string | undefined;
|
|
@@ -17421,6 +17465,7 @@ export interface Routes {
|
|
|
17421
17465
|
} | undefined;
|
|
17422
17466
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
17423
17467
|
assa_abloy_vostio_metadata?: {
|
|
17468
|
+
auto_join?: boolean | undefined;
|
|
17424
17469
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17425
17470
|
key_id?: string | undefined;
|
|
17426
17471
|
key_issuing_request_id?: string | undefined;
|
|
@@ -17643,6 +17688,7 @@ export interface Routes {
|
|
|
17643
17688
|
} | undefined;
|
|
17644
17689
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
17645
17690
|
assa_abloy_vostio_metadata?: {
|
|
17691
|
+
auto_join?: boolean | undefined;
|
|
17646
17692
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17647
17693
|
key_id?: string | undefined;
|
|
17648
17694
|
key_issuing_request_id?: string | undefined;
|
|
@@ -17754,6 +17800,7 @@ export interface Routes {
|
|
|
17754
17800
|
} | undefined;
|
|
17755
17801
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
17756
17802
|
assa_abloy_vostio_metadata?: {
|
|
17803
|
+
auto_join?: boolean | undefined;
|
|
17757
17804
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17758
17805
|
key_id?: string | undefined;
|
|
17759
17806
|
key_issuing_request_id?: string | undefined;
|
|
@@ -27149,6 +27196,7 @@ export interface Routes {
|
|
|
27149
27196
|
} | undefined;
|
|
27150
27197
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
27151
27198
|
assa_abloy_vostio_metadata?: {
|
|
27199
|
+
auto_join?: boolean | undefined;
|
|
27152
27200
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27153
27201
|
key_id?: string | undefined;
|
|
27154
27202
|
key_issuing_request_id?: string | undefined;
|
|
@@ -27260,6 +27308,7 @@ export interface Routes {
|
|
|
27260
27308
|
} | undefined;
|
|
27261
27309
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
27262
27310
|
assa_abloy_vostio_metadata?: {
|
|
27311
|
+
auto_join?: boolean | undefined;
|
|
27263
27312
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27264
27313
|
key_id?: string | undefined;
|
|
27265
27314
|
key_issuing_request_id?: string | undefined;
|
|
@@ -27482,6 +27531,7 @@ export interface Routes {
|
|
|
27482
27531
|
} | undefined;
|
|
27483
27532
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
27484
27533
|
assa_abloy_vostio_metadata?: {
|
|
27534
|
+
auto_join?: boolean | undefined;
|
|
27485
27535
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27486
27536
|
key_id?: string | undefined;
|
|
27487
27537
|
key_issuing_request_id?: string | undefined;
|
|
@@ -27593,6 +27643,7 @@ export interface Routes {
|
|
|
27593
27643
|
} | undefined;
|
|
27594
27644
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
27595
27645
|
assa_abloy_vostio_metadata?: {
|
|
27646
|
+
auto_join?: boolean | undefined;
|
|
27596
27647
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
27597
27648
|
key_id?: string | undefined;
|
|
27598
27649
|
key_issuing_request_id?: string | undefined;
|
|
@@ -28261,6 +28312,7 @@ export interface Routes {
|
|
|
28261
28312
|
} | undefined;
|
|
28262
28313
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
28263
28314
|
assa_abloy_vostio_metadata?: {
|
|
28315
|
+
auto_join?: boolean | undefined;
|
|
28264
28316
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
28265
28317
|
key_id?: string | undefined;
|
|
28266
28318
|
key_issuing_request_id?: string | undefined;
|
|
@@ -28372,6 +28424,7 @@ export interface Routes {
|
|
|
28372
28424
|
} | undefined;
|
|
28373
28425
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
28374
28426
|
assa_abloy_vostio_metadata?: {
|
|
28427
|
+
auto_join?: boolean | undefined;
|
|
28375
28428
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
28376
28429
|
key_id?: string | undefined;
|
|
28377
28430
|
key_issuing_request_id?: string | undefined;
|
|
@@ -28594,6 +28647,7 @@ export interface Routes {
|
|
|
28594
28647
|
} | undefined;
|
|
28595
28648
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
28596
28649
|
assa_abloy_vostio_metadata?: {
|
|
28650
|
+
auto_join?: boolean | undefined;
|
|
28597
28651
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
28598
28652
|
key_id?: string | undefined;
|
|
28599
28653
|
key_issuing_request_id?: string | undefined;
|
|
@@ -28705,6 +28759,7 @@ export interface Routes {
|
|
|
28705
28759
|
} | undefined;
|
|
28706
28760
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
28707
28761
|
assa_abloy_vostio_metadata?: {
|
|
28762
|
+
auto_join?: boolean | undefined;
|
|
28708
28763
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
28709
28764
|
key_id?: string | undefined;
|
|
28710
28765
|
key_issuing_request_id?: string | undefined;
|
|
@@ -29372,6 +29427,7 @@ export interface Routes {
|
|
|
29372
29427
|
} | undefined;
|
|
29373
29428
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
29374
29429
|
assa_abloy_vostio_metadata?: {
|
|
29430
|
+
auto_join?: boolean | undefined;
|
|
29375
29431
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
29376
29432
|
key_id?: string | undefined;
|
|
29377
29433
|
key_issuing_request_id?: string | undefined;
|
|
@@ -29483,6 +29539,7 @@ export interface Routes {
|
|
|
29483
29539
|
} | undefined;
|
|
29484
29540
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
29485
29541
|
assa_abloy_vostio_metadata?: {
|
|
29542
|
+
auto_join?: boolean | undefined;
|
|
29486
29543
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
29487
29544
|
key_id?: string | undefined;
|
|
29488
29545
|
key_issuing_request_id?: string | undefined;
|
|
@@ -29705,6 +29762,7 @@ export interface Routes {
|
|
|
29705
29762
|
} | undefined;
|
|
29706
29763
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
29707
29764
|
assa_abloy_vostio_metadata?: {
|
|
29765
|
+
auto_join?: boolean | undefined;
|
|
29708
29766
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
29709
29767
|
key_id?: string | undefined;
|
|
29710
29768
|
key_issuing_request_id?: string | undefined;
|
|
@@ -29816,6 +29874,7 @@ export interface Routes {
|
|
|
29816
29874
|
} | undefined;
|
|
29817
29875
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
29818
29876
|
assa_abloy_vostio_metadata?: {
|
|
29877
|
+
auto_join?: boolean | undefined;
|
|
29819
29878
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
29820
29879
|
key_id?: string | undefined;
|
|
29821
29880
|
key_issuing_request_id?: string | undefined;
|
|
@@ -30484,6 +30543,7 @@ export interface Routes {
|
|
|
30484
30543
|
} | undefined;
|
|
30485
30544
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
30486
30545
|
assa_abloy_vostio_metadata?: {
|
|
30546
|
+
auto_join?: boolean | undefined;
|
|
30487
30547
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
30488
30548
|
key_id?: string | undefined;
|
|
30489
30549
|
key_issuing_request_id?: string | undefined;
|
|
@@ -30595,6 +30655,7 @@ export interface Routes {
|
|
|
30595
30655
|
} | undefined;
|
|
30596
30656
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
30597
30657
|
assa_abloy_vostio_metadata?: {
|
|
30658
|
+
auto_join?: boolean | undefined;
|
|
30598
30659
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
30599
30660
|
key_id?: string | undefined;
|
|
30600
30661
|
key_issuing_request_id?: string | undefined;
|
|
@@ -30817,6 +30878,7 @@ export interface Routes {
|
|
|
30817
30878
|
} | undefined;
|
|
30818
30879
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
30819
30880
|
assa_abloy_vostio_metadata?: {
|
|
30881
|
+
auto_join?: boolean | undefined;
|
|
30820
30882
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
30821
30883
|
key_id?: string | undefined;
|
|
30822
30884
|
key_issuing_request_id?: string | undefined;
|
|
@@ -30928,6 +30990,7 @@ export interface Routes {
|
|
|
30928
30990
|
} | undefined;
|
|
30929
30991
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
30930
30992
|
assa_abloy_vostio_metadata?: {
|
|
30993
|
+
auto_join?: boolean | undefined;
|
|
30931
30994
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
30932
30995
|
key_id?: string | undefined;
|
|
30933
30996
|
key_issuing_request_id?: string | undefined;
|
|
@@ -33177,6 +33240,7 @@ export interface Routes {
|
|
|
33177
33240
|
} | undefined;
|
|
33178
33241
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
33179
33242
|
assa_abloy_vostio_metadata?: {
|
|
33243
|
+
auto_join?: boolean | undefined;
|
|
33180
33244
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
33181
33245
|
key_id?: string | undefined;
|
|
33182
33246
|
key_issuing_request_id?: string | undefined;
|
|
@@ -33288,6 +33352,7 @@ export interface Routes {
|
|
|
33288
33352
|
} | undefined;
|
|
33289
33353
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
33290
33354
|
assa_abloy_vostio_metadata?: {
|
|
33355
|
+
auto_join?: boolean | undefined;
|
|
33291
33356
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
33292
33357
|
key_id?: string | undefined;
|
|
33293
33358
|
key_issuing_request_id?: string | undefined;
|
|
@@ -33510,6 +33575,7 @@ export interface Routes {
|
|
|
33510
33575
|
} | undefined;
|
|
33511
33576
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
33512
33577
|
assa_abloy_vostio_metadata?: {
|
|
33578
|
+
auto_join?: boolean | undefined;
|
|
33513
33579
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
33514
33580
|
key_id?: string | undefined;
|
|
33515
33581
|
key_issuing_request_id?: string | undefined;
|
|
@@ -33621,6 +33687,7 @@ export interface Routes {
|
|
|
33621
33687
|
} | undefined;
|
|
33622
33688
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
33623
33689
|
assa_abloy_vostio_metadata?: {
|
|
33690
|
+
auto_join?: boolean | undefined;
|
|
33624
33691
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
33625
33692
|
key_id?: string | undefined;
|
|
33626
33693
|
key_issuing_request_id?: string | undefined;
|
|
@@ -34300,6 +34367,7 @@ export interface Routes {
|
|
|
34300
34367
|
} | undefined;
|
|
34301
34368
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34302
34369
|
assa_abloy_vostio_metadata?: {
|
|
34370
|
+
auto_join?: boolean | undefined;
|
|
34303
34371
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
34304
34372
|
key_id?: string | undefined;
|
|
34305
34373
|
key_issuing_request_id?: string | undefined;
|
|
@@ -34411,6 +34479,7 @@ export interface Routes {
|
|
|
34411
34479
|
} | undefined;
|
|
34412
34480
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34413
34481
|
assa_abloy_vostio_metadata?: {
|
|
34482
|
+
auto_join?: boolean | undefined;
|
|
34414
34483
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
34415
34484
|
key_id?: string | undefined;
|
|
34416
34485
|
key_issuing_request_id?: string | undefined;
|
|
@@ -34633,6 +34702,7 @@ export interface Routes {
|
|
|
34633
34702
|
} | undefined;
|
|
34634
34703
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34635
34704
|
assa_abloy_vostio_metadata?: {
|
|
34705
|
+
auto_join?: boolean | undefined;
|
|
34636
34706
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
34637
34707
|
key_id?: string | undefined;
|
|
34638
34708
|
key_issuing_request_id?: string | undefined;
|
|
@@ -34744,6 +34814,7 @@ export interface Routes {
|
|
|
34744
34814
|
} | undefined;
|
|
34745
34815
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34746
34816
|
assa_abloy_vostio_metadata?: {
|
|
34817
|
+
auto_join?: boolean | undefined;
|
|
34747
34818
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
34748
34819
|
key_id?: string | undefined;
|
|
34749
34820
|
key_issuing_request_id?: string | undefined;
|
|
@@ -35462,6 +35533,7 @@ export interface Routes {
|
|
|
35462
35533
|
} | undefined;
|
|
35463
35534
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35464
35535
|
assa_abloy_vostio_metadata?: {
|
|
35536
|
+
auto_join?: boolean | undefined;
|
|
35465
35537
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35466
35538
|
key_id?: string | undefined;
|
|
35467
35539
|
key_issuing_request_id?: string | undefined;
|
|
@@ -35573,6 +35645,7 @@ export interface Routes {
|
|
|
35573
35645
|
} | undefined;
|
|
35574
35646
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35575
35647
|
assa_abloy_vostio_metadata?: {
|
|
35648
|
+
auto_join?: boolean | undefined;
|
|
35576
35649
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35577
35650
|
key_id?: string | undefined;
|
|
35578
35651
|
key_issuing_request_id?: string | undefined;
|
|
@@ -35795,6 +35868,7 @@ export interface Routes {
|
|
|
35795
35868
|
} | undefined;
|
|
35796
35869
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35797
35870
|
assa_abloy_vostio_metadata?: {
|
|
35871
|
+
auto_join?: boolean | undefined;
|
|
35798
35872
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35799
35873
|
key_id?: string | undefined;
|
|
35800
35874
|
key_issuing_request_id?: string | undefined;
|
|
@@ -35906,6 +35980,7 @@ export interface Routes {
|
|
|
35906
35980
|
} | undefined;
|
|
35907
35981
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35908
35982
|
assa_abloy_vostio_metadata?: {
|
|
35983
|
+
auto_join?: boolean | undefined;
|
|
35909
35984
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35910
35985
|
key_id?: string | undefined;
|
|
35911
35986
|
key_issuing_request_id?: string | undefined;
|
|
@@ -37058,6 +37133,7 @@ export interface Routes {
|
|
|
37058
37133
|
} | undefined;
|
|
37059
37134
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
37060
37135
|
assa_abloy_vostio_metadata?: {
|
|
37136
|
+
auto_join?: boolean | undefined;
|
|
37061
37137
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
37062
37138
|
key_id?: string | undefined;
|
|
37063
37139
|
key_issuing_request_id?: string | undefined;
|
|
@@ -37169,6 +37245,7 @@ export interface Routes {
|
|
|
37169
37245
|
} | undefined;
|
|
37170
37246
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
37171
37247
|
assa_abloy_vostio_metadata?: {
|
|
37248
|
+
auto_join?: boolean | undefined;
|
|
37172
37249
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
37173
37250
|
key_id?: string | undefined;
|
|
37174
37251
|
key_issuing_request_id?: string | undefined;
|
|
@@ -37391,6 +37468,7 @@ export interface Routes {
|
|
|
37391
37468
|
} | undefined;
|
|
37392
37469
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
37393
37470
|
assa_abloy_vostio_metadata?: {
|
|
37471
|
+
auto_join?: boolean | undefined;
|
|
37394
37472
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
37395
37473
|
key_id?: string | undefined;
|
|
37396
37474
|
key_issuing_request_id?: string | undefined;
|
|
@@ -37502,6 +37580,7 @@ export interface Routes {
|
|
|
37502
37580
|
} | undefined;
|
|
37503
37581
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
37504
37582
|
assa_abloy_vostio_metadata?: {
|
|
37583
|
+
auto_join?: boolean | undefined;
|
|
37505
37584
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
37506
37585
|
key_id?: string | undefined;
|
|
37507
37586
|
key_issuing_request_id?: string | undefined;
|
|
@@ -40414,6 +40493,7 @@ export interface Routes {
|
|
|
40414
40493
|
} | undefined;
|
|
40415
40494
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40416
40495
|
assa_abloy_vostio_metadata?: {
|
|
40496
|
+
auto_join?: boolean | undefined;
|
|
40417
40497
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
40418
40498
|
key_id?: string | undefined;
|
|
40419
40499
|
key_issuing_request_id?: string | undefined;
|
|
@@ -40525,6 +40605,7 @@ export interface Routes {
|
|
|
40525
40605
|
} | undefined;
|
|
40526
40606
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40527
40607
|
assa_abloy_vostio_metadata?: {
|
|
40608
|
+
auto_join?: boolean | undefined;
|
|
40528
40609
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
40529
40610
|
key_id?: string | undefined;
|
|
40530
40611
|
key_issuing_request_id?: string | undefined;
|
|
@@ -40747,6 +40828,7 @@ export interface Routes {
|
|
|
40747
40828
|
} | undefined;
|
|
40748
40829
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40749
40830
|
assa_abloy_vostio_metadata?: {
|
|
40831
|
+
auto_join?: boolean | undefined;
|
|
40750
40832
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
40751
40833
|
key_id?: string | undefined;
|
|
40752
40834
|
key_issuing_request_id?: string | undefined;
|
|
@@ -40858,6 +40940,7 @@ export interface Routes {
|
|
|
40858
40940
|
} | undefined;
|
|
40859
40941
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40860
40942
|
assa_abloy_vostio_metadata?: {
|
|
40943
|
+
auto_join?: boolean | undefined;
|
|
40861
40944
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
40862
40945
|
key_id?: string | undefined;
|
|
40863
40946
|
key_issuing_request_id?: string | undefined;
|
|
@@ -43515,6 +43598,7 @@ export interface Routes {
|
|
|
43515
43598
|
} | undefined;
|
|
43516
43599
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43517
43600
|
assa_abloy_vostio_metadata?: {
|
|
43601
|
+
auto_join?: boolean | undefined;
|
|
43518
43602
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
43519
43603
|
key_id?: string | undefined;
|
|
43520
43604
|
key_issuing_request_id?: string | undefined;
|
|
@@ -43626,6 +43710,7 @@ export interface Routes {
|
|
|
43626
43710
|
} | undefined;
|
|
43627
43711
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43628
43712
|
assa_abloy_vostio_metadata?: {
|
|
43713
|
+
auto_join?: boolean | undefined;
|
|
43629
43714
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
43630
43715
|
key_id?: string | undefined;
|
|
43631
43716
|
key_issuing_request_id?: string | undefined;
|
|
@@ -43848,6 +43933,7 @@ export interface Routes {
|
|
|
43848
43933
|
} | undefined;
|
|
43849
43934
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43850
43935
|
assa_abloy_vostio_metadata?: {
|
|
43936
|
+
auto_join?: boolean | undefined;
|
|
43851
43937
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
43852
43938
|
key_id?: string | undefined;
|
|
43853
43939
|
key_issuing_request_id?: string | undefined;
|
|
@@ -43959,6 +44045,7 @@ export interface Routes {
|
|
|
43959
44045
|
} | undefined;
|
|
43960
44046
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43961
44047
|
assa_abloy_vostio_metadata?: {
|
|
44048
|
+
auto_join?: boolean | undefined;
|
|
43962
44049
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
43963
44050
|
key_id?: string | undefined;
|
|
43964
44051
|
key_issuing_request_id?: string | undefined;
|
|
@@ -44637,6 +44724,7 @@ export interface Routes {
|
|
|
44637
44724
|
} | undefined;
|
|
44638
44725
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44639
44726
|
assa_abloy_vostio_metadata?: {
|
|
44727
|
+
auto_join?: boolean | undefined;
|
|
44640
44728
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
44641
44729
|
key_id?: string | undefined;
|
|
44642
44730
|
key_issuing_request_id?: string | undefined;
|
|
@@ -44748,6 +44836,7 @@ export interface Routes {
|
|
|
44748
44836
|
} | undefined;
|
|
44749
44837
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44750
44838
|
assa_abloy_vostio_metadata?: {
|
|
44839
|
+
auto_join?: boolean | undefined;
|
|
44751
44840
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
44752
44841
|
key_id?: string | undefined;
|
|
44753
44842
|
key_issuing_request_id?: string | undefined;
|
|
@@ -44970,6 +45059,7 @@ export interface Routes {
|
|
|
44970
45059
|
} | undefined;
|
|
44971
45060
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44972
45061
|
assa_abloy_vostio_metadata?: {
|
|
45062
|
+
auto_join?: boolean | undefined;
|
|
44973
45063
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
44974
45064
|
key_id?: string | undefined;
|
|
44975
45065
|
key_issuing_request_id?: string | undefined;
|
|
@@ -45081,6 +45171,7 @@ export interface Routes {
|
|
|
45081
45171
|
} | undefined;
|
|
45082
45172
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
45083
45173
|
assa_abloy_vostio_metadata?: {
|
|
45174
|
+
auto_join?: boolean | undefined;
|
|
45084
45175
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
45085
45176
|
key_id?: string | undefined;
|
|
45086
45177
|
key_issuing_request_id?: string | undefined;
|
|
@@ -47292,6 +47383,7 @@ export interface Routes {
|
|
|
47292
47383
|
} | undefined;
|
|
47293
47384
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
47294
47385
|
assa_abloy_vostio_metadata?: {
|
|
47386
|
+
auto_join?: boolean | undefined;
|
|
47295
47387
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
47296
47388
|
key_id?: string | undefined;
|
|
47297
47389
|
key_issuing_request_id?: string | undefined;
|
|
@@ -47403,6 +47495,7 @@ export interface Routes {
|
|
|
47403
47495
|
} | undefined;
|
|
47404
47496
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
47405
47497
|
assa_abloy_vostio_metadata?: {
|
|
47498
|
+
auto_join?: boolean | undefined;
|
|
47406
47499
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
47407
47500
|
key_id?: string | undefined;
|
|
47408
47501
|
key_issuing_request_id?: string | undefined;
|
|
@@ -47625,6 +47718,7 @@ export interface Routes {
|
|
|
47625
47718
|
} | undefined;
|
|
47626
47719
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
47627
47720
|
assa_abloy_vostio_metadata?: {
|
|
47721
|
+
auto_join?: boolean | undefined;
|
|
47628
47722
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
47629
47723
|
key_id?: string | undefined;
|
|
47630
47724
|
key_issuing_request_id?: string | undefined;
|
|
@@ -47736,6 +47830,7 @@ export interface Routes {
|
|
|
47736
47830
|
} | undefined;
|
|
47737
47831
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
47738
47832
|
assa_abloy_vostio_metadata?: {
|
|
47833
|
+
auto_join?: boolean | undefined;
|
|
47739
47834
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
47740
47835
|
key_id?: string | undefined;
|
|
47741
47836
|
key_issuing_request_id?: string | undefined;
|
|
@@ -48596,6 +48691,7 @@ export interface Routes {
|
|
|
48596
48691
|
} | undefined;
|
|
48597
48692
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48598
48693
|
assa_abloy_vostio_metadata?: {
|
|
48694
|
+
auto_join?: boolean | undefined;
|
|
48599
48695
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
48600
48696
|
key_id?: string | undefined;
|
|
48601
48697
|
key_issuing_request_id?: string | undefined;
|
|
@@ -48707,6 +48803,7 @@ export interface Routes {
|
|
|
48707
48803
|
} | undefined;
|
|
48708
48804
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48709
48805
|
assa_abloy_vostio_metadata?: {
|
|
48806
|
+
auto_join?: boolean | undefined;
|
|
48710
48807
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
48711
48808
|
key_id?: string | undefined;
|
|
48712
48809
|
key_issuing_request_id?: string | undefined;
|
|
@@ -48929,6 +49026,7 @@ export interface Routes {
|
|
|
48929
49026
|
} | undefined;
|
|
48930
49027
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48931
49028
|
assa_abloy_vostio_metadata?: {
|
|
49029
|
+
auto_join?: boolean | undefined;
|
|
48932
49030
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
48933
49031
|
key_id?: string | undefined;
|
|
48934
49032
|
key_issuing_request_id?: string | undefined;
|
|
@@ -49040,6 +49138,7 @@ export interface Routes {
|
|
|
49040
49138
|
} | undefined;
|
|
49041
49139
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
49042
49140
|
assa_abloy_vostio_metadata?: {
|
|
49141
|
+
auto_join?: boolean | undefined;
|
|
49043
49142
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
49044
49143
|
key_id?: string | undefined;
|
|
49045
49144
|
key_issuing_request_id?: string | undefined;
|
|
@@ -49737,6 +49836,7 @@ export interface Routes {
|
|
|
49737
49836
|
} | undefined;
|
|
49738
49837
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
49739
49838
|
assa_abloy_vostio_metadata?: {
|
|
49839
|
+
auto_join?: boolean | undefined;
|
|
49740
49840
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
49741
49841
|
key_id?: string | undefined;
|
|
49742
49842
|
key_issuing_request_id?: string | undefined;
|
|
@@ -49848,6 +49948,7 @@ export interface Routes {
|
|
|
49848
49948
|
} | undefined;
|
|
49849
49949
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
49850
49950
|
assa_abloy_vostio_metadata?: {
|
|
49951
|
+
auto_join?: boolean | undefined;
|
|
49851
49952
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
49852
49953
|
key_id?: string | undefined;
|
|
49853
49954
|
key_issuing_request_id?: string | undefined;
|
|
@@ -50070,6 +50171,7 @@ export interface Routes {
|
|
|
50070
50171
|
} | undefined;
|
|
50071
50172
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
50072
50173
|
assa_abloy_vostio_metadata?: {
|
|
50174
|
+
auto_join?: boolean | undefined;
|
|
50073
50175
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
50074
50176
|
key_id?: string | undefined;
|
|
50075
50177
|
key_issuing_request_id?: string | undefined;
|
|
@@ -50181,6 +50283,7 @@ export interface Routes {
|
|
|
50181
50283
|
} | undefined;
|
|
50182
50284
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
50183
50285
|
assa_abloy_vostio_metadata?: {
|
|
50286
|
+
auto_join?: boolean | undefined;
|
|
50184
50287
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
50185
50288
|
key_id?: string | undefined;
|
|
50186
50289
|
key_issuing_request_id?: string | undefined;
|
|
@@ -53708,6 +53811,7 @@ export interface Routes {
|
|
|
53708
53811
|
} | undefined;
|
|
53709
53812
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53710
53813
|
assa_abloy_vostio_metadata?: {
|
|
53814
|
+
auto_join?: boolean | undefined;
|
|
53711
53815
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
53712
53816
|
key_id?: string | undefined;
|
|
53713
53817
|
key_issuing_request_id?: string | undefined;
|
|
@@ -53819,6 +53923,7 @@ export interface Routes {
|
|
|
53819
53923
|
} | undefined;
|
|
53820
53924
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53821
53925
|
assa_abloy_vostio_metadata?: {
|
|
53926
|
+
auto_join?: boolean | undefined;
|
|
53822
53927
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
53823
53928
|
key_id?: string | undefined;
|
|
53824
53929
|
key_issuing_request_id?: string | undefined;
|
|
@@ -54041,6 +54146,7 @@ export interface Routes {
|
|
|
54041
54146
|
} | undefined;
|
|
54042
54147
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
54043
54148
|
assa_abloy_vostio_metadata?: {
|
|
54149
|
+
auto_join?: boolean | undefined;
|
|
54044
54150
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54045
54151
|
key_id?: string | undefined;
|
|
54046
54152
|
key_issuing_request_id?: string | undefined;
|
|
@@ -54152,6 +54258,7 @@ export interface Routes {
|
|
|
54152
54258
|
} | undefined;
|
|
54153
54259
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
54154
54260
|
assa_abloy_vostio_metadata?: {
|
|
54261
|
+
auto_join?: boolean | undefined;
|
|
54155
54262
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54156
54263
|
key_id?: string | undefined;
|
|
54157
54264
|
key_issuing_request_id?: string | undefined;
|