@seamapi/types 1.391.0 → 1.392.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +8 -47
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +212 -166
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -58
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -11
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -21
- package/lib/seam/connect/models/acs/acs-credential.d.ts +18 -8
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +3 -0
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js +1 -0
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/visionline.d.ts +2 -2
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +60 -28
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +26 -12
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +34 -16
- package/lib/seam/connect/openapi.d.ts +15 -0
- package/lib/seam/connect/openapi.js +7 -42
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +119 -75
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -12
- package/src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +7 -48
- package/src/lib/seam/connect/route-types.ts +119 -72
|
@@ -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
|
|
@@ -1726,14 +1730,6 @@ export interface Routes {
|
|
|
1726
1730
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1727
1731
|
warning_code: 'schlage_detected_duplicate'
|
|
1728
1732
|
}
|
|
1729
|
-
| {
|
|
1730
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1731
|
-
message: string
|
|
1732
|
-
/** Date and time at which Seam created the warning. */
|
|
1733
|
-
created_at?: string | undefined
|
|
1734
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1735
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
1736
|
-
}
|
|
1737
1733
|
| {
|
|
1738
1734
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1739
1735
|
message: string
|
|
@@ -2268,14 +2264,6 @@ export interface Routes {
|
|
|
2268
2264
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2269
2265
|
warning_code: 'schlage_detected_duplicate'
|
|
2270
2266
|
}
|
|
2271
|
-
| {
|
|
2272
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2273
|
-
message: string
|
|
2274
|
-
/** Date and time at which Seam created the warning. */
|
|
2275
|
-
created_at?: string | undefined
|
|
2276
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2277
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
2278
|
-
}
|
|
2279
2267
|
| {
|
|
2280
2268
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2281
2269
|
message: string
|
|
@@ -2650,6 +2638,7 @@ export interface Routes {
|
|
|
2650
2638
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
2651
2639
|
assa_abloy_vostio_metadata?:
|
|
2652
2640
|
| {
|
|
2641
|
+
auto_join?: boolean | undefined
|
|
2653
2642
|
override_guest_acs_entrance_ids?:
|
|
2654
2643
|
| string[]
|
|
2655
2644
|
| undefined
|
|
@@ -2790,6 +2779,7 @@ export interface Routes {
|
|
|
2790
2779
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
2791
2780
|
assa_abloy_vostio_metadata?:
|
|
2792
2781
|
| {
|
|
2782
|
+
auto_join?: boolean | undefined
|
|
2793
2783
|
override_guest_acs_entrance_ids?:
|
|
2794
2784
|
| string[]
|
|
2795
2785
|
| undefined
|
|
@@ -3059,6 +3049,7 @@ export interface Routes {
|
|
|
3059
3049
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
3060
3050
|
assa_abloy_vostio_metadata?:
|
|
3061
3051
|
| {
|
|
3052
|
+
auto_join?: boolean | undefined
|
|
3062
3053
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
3063
3054
|
key_id?: string | undefined
|
|
3064
3055
|
key_issuing_request_id?: string | undefined
|
|
@@ -3197,6 +3188,7 @@ export interface Routes {
|
|
|
3197
3188
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
3198
3189
|
assa_abloy_vostio_metadata?:
|
|
3199
3190
|
| {
|
|
3191
|
+
auto_join?: boolean | undefined
|
|
3200
3192
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
3201
3193
|
key_id?: string | undefined
|
|
3202
3194
|
key_issuing_request_id?: string | undefined
|
|
@@ -4114,14 +4106,6 @@ export interface Routes {
|
|
|
4114
4106
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4115
4107
|
warning_code: 'schlage_detected_duplicate'
|
|
4116
4108
|
}
|
|
4117
|
-
| {
|
|
4118
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4119
|
-
message: string
|
|
4120
|
-
/** Date and time at which Seam created the warning. */
|
|
4121
|
-
created_at?: string | undefined
|
|
4122
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4123
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
4124
|
-
}
|
|
4125
4109
|
| {
|
|
4126
4110
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4127
4111
|
message: string
|
|
@@ -4636,14 +4620,6 @@ export interface Routes {
|
|
|
4636
4620
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4637
4621
|
warning_code: 'schlage_detected_duplicate'
|
|
4638
4622
|
}
|
|
4639
|
-
| {
|
|
4640
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4641
|
-
message: string
|
|
4642
|
-
/** Date and time at which Seam created the warning. */
|
|
4643
|
-
created_at?: string | undefined
|
|
4644
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4645
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
4646
|
-
}
|
|
4647
4623
|
| {
|
|
4648
4624
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4649
4625
|
message: string
|
|
@@ -5166,14 +5142,6 @@ export interface Routes {
|
|
|
5166
5142
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5167
5143
|
warning_code: 'schlage_detected_duplicate'
|
|
5168
5144
|
}
|
|
5169
|
-
| {
|
|
5170
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5171
|
-
message: string
|
|
5172
|
-
/** Date and time at which Seam created the warning. */
|
|
5173
|
-
created_at?: string | undefined
|
|
5174
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5175
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
5176
|
-
}
|
|
5177
5145
|
| {
|
|
5178
5146
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5179
5147
|
message: string
|
|
@@ -5674,14 +5642,6 @@ export interface Routes {
|
|
|
5674
5642
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5675
5643
|
warning_code: 'schlage_detected_duplicate'
|
|
5676
5644
|
}
|
|
5677
|
-
| {
|
|
5678
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5679
|
-
message: string
|
|
5680
|
-
/** Date and time at which Seam created the warning. */
|
|
5681
|
-
created_at?: string | undefined
|
|
5682
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5683
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
5684
|
-
}
|
|
5685
5645
|
| {
|
|
5686
5646
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5687
5647
|
message: string
|
|
@@ -6211,14 +6171,6 @@ export interface Routes {
|
|
|
6211
6171
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6212
6172
|
warning_code: 'schlage_detected_duplicate'
|
|
6213
6173
|
}
|
|
6214
|
-
| {
|
|
6215
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6216
|
-
message: string
|
|
6217
|
-
/** Date and time at which Seam created the warning. */
|
|
6218
|
-
created_at?: string | undefined
|
|
6219
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6220
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
6221
|
-
}
|
|
6222
6174
|
| {
|
|
6223
6175
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6224
6176
|
message: string
|
|
@@ -6599,6 +6551,7 @@ export interface Routes {
|
|
|
6599
6551
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
6600
6552
|
assa_abloy_vostio_metadata?:
|
|
6601
6553
|
| {
|
|
6554
|
+
auto_join?: boolean | undefined
|
|
6602
6555
|
override_guest_acs_entrance_ids?:
|
|
6603
6556
|
| string[]
|
|
6604
6557
|
| undefined
|
|
@@ -6739,6 +6692,7 @@ export interface Routes {
|
|
|
6739
6692
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
6740
6693
|
assa_abloy_vostio_metadata?:
|
|
6741
6694
|
| {
|
|
6695
|
+
auto_join?: boolean | undefined
|
|
6742
6696
|
override_guest_acs_entrance_ids?:
|
|
6743
6697
|
| string[]
|
|
6744
6698
|
| undefined
|
|
@@ -7008,6 +6962,7 @@ export interface Routes {
|
|
|
7008
6962
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
7009
6963
|
assa_abloy_vostio_metadata?:
|
|
7010
6964
|
| {
|
|
6965
|
+
auto_join?: boolean | undefined
|
|
7011
6966
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
7012
6967
|
key_id?: string | undefined
|
|
7013
6968
|
key_issuing_request_id?: string | undefined
|
|
@@ -7146,6 +7101,7 @@ export interface Routes {
|
|
|
7146
7101
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
7147
7102
|
assa_abloy_vostio_metadata?:
|
|
7148
7103
|
| {
|
|
7104
|
+
auto_join?: boolean | undefined
|
|
7149
7105
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
7150
7106
|
key_id?: string | undefined
|
|
7151
7107
|
key_issuing_request_id?: string | undefined
|
|
@@ -8041,14 +7997,6 @@ export interface Routes {
|
|
|
8041
7997
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8042
7998
|
warning_code: 'schlage_detected_duplicate'
|
|
8043
7999
|
}
|
|
8044
|
-
| {
|
|
8045
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8046
|
-
message: string
|
|
8047
|
-
/** Date and time at which Seam created the warning. */
|
|
8048
|
-
created_at?: string | undefined
|
|
8049
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8050
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
8051
|
-
}
|
|
8052
8000
|
| {
|
|
8053
8001
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8054
8002
|
message: string
|
|
@@ -8539,14 +8487,6 @@ export interface Routes {
|
|
|
8539
8487
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8540
8488
|
warning_code: 'schlage_detected_duplicate'
|
|
8541
8489
|
}
|
|
8542
|
-
| {
|
|
8543
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8544
|
-
message: string
|
|
8545
|
-
/** Date and time at which Seam created the warning. */
|
|
8546
|
-
created_at?: string | undefined
|
|
8547
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8548
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
8549
|
-
}
|
|
8550
8490
|
| {
|
|
8551
8491
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8552
8492
|
message: string
|
|
@@ -8958,6 +8898,7 @@ export interface Routes {
|
|
|
8958
8898
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
8959
8899
|
assa_abloy_vostio_metadata?:
|
|
8960
8900
|
| {
|
|
8901
|
+
auto_join?: boolean | undefined
|
|
8961
8902
|
override_guest_acs_entrance_ids?:
|
|
8962
8903
|
| string[]
|
|
8963
8904
|
| undefined
|
|
@@ -9098,6 +9039,7 @@ export interface Routes {
|
|
|
9098
9039
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9099
9040
|
assa_abloy_vostio_metadata?:
|
|
9100
9041
|
| {
|
|
9042
|
+
auto_join?: boolean | undefined
|
|
9101
9043
|
override_guest_acs_entrance_ids?:
|
|
9102
9044
|
| string[]
|
|
9103
9045
|
| undefined
|
|
@@ -9367,6 +9309,7 @@ export interface Routes {
|
|
|
9367
9309
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9368
9310
|
assa_abloy_vostio_metadata?:
|
|
9369
9311
|
| {
|
|
9312
|
+
auto_join?: boolean | undefined
|
|
9370
9313
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
9371
9314
|
key_id?: string | undefined
|
|
9372
9315
|
key_issuing_request_id?: string | undefined
|
|
@@ -9505,6 +9448,7 @@ export interface Routes {
|
|
|
9505
9448
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
9506
9449
|
assa_abloy_vostio_metadata?:
|
|
9507
9450
|
| {
|
|
9451
|
+
auto_join?: boolean | undefined
|
|
9508
9452
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
9509
9453
|
key_id?: string | undefined
|
|
9510
9454
|
key_issuing_request_id?: string | undefined
|
|
@@ -10790,6 +10734,7 @@ export interface Routes {
|
|
|
10790
10734
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
10791
10735
|
assa_abloy_vostio_metadata?:
|
|
10792
10736
|
| {
|
|
10737
|
+
auto_join?: boolean | undefined
|
|
10793
10738
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
10794
10739
|
key_id?: string | undefined
|
|
10795
10740
|
key_issuing_request_id?: string | undefined
|
|
@@ -10840,6 +10785,7 @@ export interface Routes {
|
|
|
10840
10785
|
/** Vostio-specific metadata for the new credential. */
|
|
10841
10786
|
assa_abloy_vostio_metadata?:
|
|
10842
10787
|
| {
|
|
10788
|
+
auto_join?: boolean | undefined
|
|
10843
10789
|
override_all_guest_acs_entrances?: boolean | undefined
|
|
10844
10790
|
join_all_guest_acs_entrances?: boolean | undefined
|
|
10845
10791
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
@@ -10993,6 +10939,7 @@ export interface Routes {
|
|
|
10993
10939
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
10994
10940
|
assa_abloy_vostio_metadata?:
|
|
10995
10941
|
| {
|
|
10942
|
+
auto_join?: boolean | undefined
|
|
10996
10943
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
10997
10944
|
key_id?: string | undefined
|
|
10998
10945
|
key_issuing_request_id?: string | undefined
|
|
@@ -11157,6 +11104,7 @@ export interface Routes {
|
|
|
11157
11104
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11158
11105
|
assa_abloy_vostio_metadata?:
|
|
11159
11106
|
| {
|
|
11107
|
+
auto_join?: boolean | undefined
|
|
11160
11108
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11161
11109
|
key_id?: string | undefined
|
|
11162
11110
|
key_issuing_request_id?: string | undefined
|
|
@@ -11325,6 +11273,7 @@ export interface Routes {
|
|
|
11325
11273
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11326
11274
|
assa_abloy_vostio_metadata?:
|
|
11327
11275
|
| {
|
|
11276
|
+
auto_join?: boolean | undefined
|
|
11328
11277
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11329
11278
|
key_id?: string | undefined
|
|
11330
11279
|
key_issuing_request_id?: string | undefined
|
|
@@ -11499,6 +11448,7 @@ export interface Routes {
|
|
|
11499
11448
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11500
11449
|
assa_abloy_vostio_metadata?:
|
|
11501
11450
|
| {
|
|
11451
|
+
auto_join?: boolean | undefined
|
|
11502
11452
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11503
11453
|
key_id?: string | undefined
|
|
11504
11454
|
key_issuing_request_id?: string | undefined
|
|
@@ -11755,6 +11705,7 @@ export interface Routes {
|
|
|
11755
11705
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11756
11706
|
assa_abloy_vostio_metadata?:
|
|
11757
11707
|
| {
|
|
11708
|
+
auto_join?: boolean | undefined
|
|
11758
11709
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11759
11710
|
key_id?: string | undefined
|
|
11760
11711
|
key_issuing_request_id?: string | undefined
|
|
@@ -11907,6 +11858,7 @@ export interface Routes {
|
|
|
11907
11858
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
11908
11859
|
assa_abloy_vostio_metadata?:
|
|
11909
11860
|
| {
|
|
11861
|
+
auto_join?: boolean | undefined
|
|
11910
11862
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
11911
11863
|
key_id?: string | undefined
|
|
11912
11864
|
key_issuing_request_id?: string | undefined
|
|
@@ -12073,6 +12025,7 @@ export interface Routes {
|
|
|
12073
12025
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12074
12026
|
assa_abloy_vostio_metadata?:
|
|
12075
12027
|
| {
|
|
12028
|
+
auto_join?: boolean | undefined
|
|
12076
12029
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
12077
12030
|
key_id?: string | undefined
|
|
12078
12031
|
key_issuing_request_id?: string | undefined
|
|
@@ -12233,6 +12186,7 @@ export interface Routes {
|
|
|
12233
12186
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12234
12187
|
assa_abloy_vostio_metadata?:
|
|
12235
12188
|
| {
|
|
12189
|
+
auto_join?: boolean | undefined
|
|
12236
12190
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
12237
12191
|
key_id?: string | undefined
|
|
12238
12192
|
key_issuing_request_id?: string | undefined
|
|
@@ -12512,6 +12466,7 @@ export interface Routes {
|
|
|
12512
12466
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12513
12467
|
assa_abloy_vostio_metadata?:
|
|
12514
12468
|
| {
|
|
12469
|
+
auto_join?: boolean | undefined
|
|
12515
12470
|
override_guest_acs_entrance_ids?:
|
|
12516
12471
|
| string[]
|
|
12517
12472
|
| undefined
|
|
@@ -12652,6 +12607,7 @@ export interface Routes {
|
|
|
12652
12607
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12653
12608
|
assa_abloy_vostio_metadata?:
|
|
12654
12609
|
| {
|
|
12610
|
+
auto_join?: boolean | undefined
|
|
12655
12611
|
override_guest_acs_entrance_ids?:
|
|
12656
12612
|
| string[]
|
|
12657
12613
|
| undefined
|
|
@@ -12921,6 +12877,7 @@ export interface Routes {
|
|
|
12921
12877
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
12922
12878
|
assa_abloy_vostio_metadata?:
|
|
12923
12879
|
| {
|
|
12880
|
+
auto_join?: boolean | undefined
|
|
12924
12881
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
12925
12882
|
key_id?: string | undefined
|
|
12926
12883
|
key_issuing_request_id?: string | undefined
|
|
@@ -13059,6 +13016,7 @@ export interface Routes {
|
|
|
13059
13016
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
13060
13017
|
assa_abloy_vostio_metadata?:
|
|
13061
13018
|
| {
|
|
13019
|
+
auto_join?: boolean | undefined
|
|
13062
13020
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
13063
13021
|
key_id?: string | undefined
|
|
13064
13022
|
key_issuing_request_id?: string | undefined
|
|
@@ -13815,6 +13773,7 @@ export interface Routes {
|
|
|
13815
13773
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
13816
13774
|
assa_abloy_vostio_metadata?:
|
|
13817
13775
|
| {
|
|
13776
|
+
auto_join?: boolean | undefined
|
|
13818
13777
|
override_guest_acs_entrance_ids?:
|
|
13819
13778
|
| string[]
|
|
13820
13779
|
| undefined
|
|
@@ -13955,6 +13914,7 @@ export interface Routes {
|
|
|
13955
13914
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
13956
13915
|
assa_abloy_vostio_metadata?:
|
|
13957
13916
|
| {
|
|
13917
|
+
auto_join?: boolean | undefined
|
|
13958
13918
|
override_guest_acs_entrance_ids?:
|
|
13959
13919
|
| string[]
|
|
13960
13920
|
| undefined
|
|
@@ -14224,6 +14184,7 @@ export interface Routes {
|
|
|
14224
14184
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
14225
14185
|
assa_abloy_vostio_metadata?:
|
|
14226
14186
|
| {
|
|
14187
|
+
auto_join?: boolean | undefined
|
|
14227
14188
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
14228
14189
|
key_id?: string | undefined
|
|
14229
14190
|
key_issuing_request_id?: string | undefined
|
|
@@ -14362,6 +14323,7 @@ export interface Routes {
|
|
|
14362
14323
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
14363
14324
|
assa_abloy_vostio_metadata?:
|
|
14364
14325
|
| {
|
|
14326
|
+
auto_join?: boolean | undefined
|
|
14365
14327
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
14366
14328
|
key_id?: string | undefined
|
|
14367
14329
|
key_issuing_request_id?: string | undefined
|
|
@@ -15213,6 +15175,7 @@ export interface Routes {
|
|
|
15213
15175
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15214
15176
|
assa_abloy_vostio_metadata?:
|
|
15215
15177
|
| {
|
|
15178
|
+
auto_join?: boolean | undefined
|
|
15216
15179
|
override_guest_acs_entrance_ids?:
|
|
15217
15180
|
| string[]
|
|
15218
15181
|
| undefined
|
|
@@ -15353,6 +15316,7 @@ export interface Routes {
|
|
|
15353
15316
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15354
15317
|
assa_abloy_vostio_metadata?:
|
|
15355
15318
|
| {
|
|
15319
|
+
auto_join?: boolean | undefined
|
|
15356
15320
|
override_guest_acs_entrance_ids?:
|
|
15357
15321
|
| string[]
|
|
15358
15322
|
| undefined
|
|
@@ -15622,6 +15586,7 @@ export interface Routes {
|
|
|
15622
15586
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15623
15587
|
assa_abloy_vostio_metadata?:
|
|
15624
15588
|
| {
|
|
15589
|
+
auto_join?: boolean | undefined
|
|
15625
15590
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
15626
15591
|
key_id?: string | undefined
|
|
15627
15592
|
key_issuing_request_id?: string | undefined
|
|
@@ -15760,6 +15725,7 @@ export interface Routes {
|
|
|
15760
15725
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
15761
15726
|
assa_abloy_vostio_metadata?:
|
|
15762
15727
|
| {
|
|
15728
|
+
auto_join?: boolean | undefined
|
|
15763
15729
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
15764
15730
|
key_id?: string | undefined
|
|
15765
15731
|
key_issuing_request_id?: string | undefined
|
|
@@ -16688,6 +16654,7 @@ export interface Routes {
|
|
|
16688
16654
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
16689
16655
|
assa_abloy_vostio_metadata?:
|
|
16690
16656
|
| {
|
|
16657
|
+
auto_join?: boolean | undefined
|
|
16691
16658
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
16692
16659
|
key_id?: string | undefined
|
|
16693
16660
|
key_issuing_request_id?: string | undefined
|
|
@@ -18892,6 +18859,7 @@ export interface Routes {
|
|
|
18892
18859
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
18893
18860
|
assa_abloy_vostio_metadata?:
|
|
18894
18861
|
| {
|
|
18862
|
+
auto_join?: boolean | undefined
|
|
18895
18863
|
override_guest_acs_entrance_ids?:
|
|
18896
18864
|
| string[]
|
|
18897
18865
|
| undefined
|
|
@@ -19032,6 +19000,7 @@ export interface Routes {
|
|
|
19032
19000
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
19033
19001
|
assa_abloy_vostio_metadata?:
|
|
19034
19002
|
| {
|
|
19003
|
+
auto_join?: boolean | undefined
|
|
19035
19004
|
override_guest_acs_entrance_ids?:
|
|
19036
19005
|
| string[]
|
|
19037
19006
|
| undefined
|
|
@@ -19301,6 +19270,7 @@ export interface Routes {
|
|
|
19301
19270
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
19302
19271
|
assa_abloy_vostio_metadata?:
|
|
19303
19272
|
| {
|
|
19273
|
+
auto_join?: boolean | undefined
|
|
19304
19274
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
19305
19275
|
key_id?: string | undefined
|
|
19306
19276
|
key_issuing_request_id?: string | undefined
|
|
@@ -19439,6 +19409,7 @@ export interface Routes {
|
|
|
19439
19409
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
19440
19410
|
assa_abloy_vostio_metadata?:
|
|
19441
19411
|
| {
|
|
19412
|
+
auto_join?: boolean | undefined
|
|
19442
19413
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
19443
19414
|
key_id?: string | undefined
|
|
19444
19415
|
key_issuing_request_id?: string | undefined
|
|
@@ -20191,6 +20162,7 @@ export interface Routes {
|
|
|
20191
20162
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
20192
20163
|
assa_abloy_vostio_metadata?:
|
|
20193
20164
|
| {
|
|
20165
|
+
auto_join?: boolean | undefined
|
|
20194
20166
|
override_guest_acs_entrance_ids?:
|
|
20195
20167
|
| string[]
|
|
20196
20168
|
| undefined
|
|
@@ -20331,6 +20303,7 @@ export interface Routes {
|
|
|
20331
20303
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
20332
20304
|
assa_abloy_vostio_metadata?:
|
|
20333
20305
|
| {
|
|
20306
|
+
auto_join?: boolean | undefined
|
|
20334
20307
|
override_guest_acs_entrance_ids?:
|
|
20335
20308
|
| string[]
|
|
20336
20309
|
| undefined
|
|
@@ -20600,6 +20573,7 @@ export interface Routes {
|
|
|
20600
20573
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
20601
20574
|
assa_abloy_vostio_metadata?:
|
|
20602
20575
|
| {
|
|
20576
|
+
auto_join?: boolean | undefined
|
|
20603
20577
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
20604
20578
|
key_id?: string | undefined
|
|
20605
20579
|
key_issuing_request_id?: string | undefined
|
|
@@ -20738,6 +20712,7 @@ export interface Routes {
|
|
|
20738
20712
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
20739
20713
|
assa_abloy_vostio_metadata?:
|
|
20740
20714
|
| {
|
|
20715
|
+
auto_join?: boolean | undefined
|
|
20741
20716
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
20742
20717
|
key_id?: string | undefined
|
|
20743
20718
|
key_issuing_request_id?: string | undefined
|
|
@@ -32726,6 +32701,7 @@ export interface Routes {
|
|
|
32726
32701
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
32727
32702
|
assa_abloy_vostio_metadata?:
|
|
32728
32703
|
| {
|
|
32704
|
+
auto_join?: boolean | undefined
|
|
32729
32705
|
override_guest_acs_entrance_ids?:
|
|
32730
32706
|
| string[]
|
|
32731
32707
|
| undefined
|
|
@@ -32866,6 +32842,7 @@ export interface Routes {
|
|
|
32866
32842
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
32867
32843
|
assa_abloy_vostio_metadata?:
|
|
32868
32844
|
| {
|
|
32845
|
+
auto_join?: boolean | undefined
|
|
32869
32846
|
override_guest_acs_entrance_ids?:
|
|
32870
32847
|
| string[]
|
|
32871
32848
|
| undefined
|
|
@@ -33135,6 +33112,7 @@ export interface Routes {
|
|
|
33135
33112
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
33136
33113
|
assa_abloy_vostio_metadata?:
|
|
33137
33114
|
| {
|
|
33115
|
+
auto_join?: boolean | undefined
|
|
33138
33116
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
33139
33117
|
key_id?: string | undefined
|
|
33140
33118
|
key_issuing_request_id?: string | undefined
|
|
@@ -33273,6 +33251,7 @@ export interface Routes {
|
|
|
33273
33251
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
33274
33252
|
assa_abloy_vostio_metadata?:
|
|
33275
33253
|
| {
|
|
33254
|
+
auto_join?: boolean | undefined
|
|
33276
33255
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
33277
33256
|
key_id?: string | undefined
|
|
33278
33257
|
key_issuing_request_id?: string | undefined
|
|
@@ -34027,6 +34006,7 @@ export interface Routes {
|
|
|
34027
34006
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34028
34007
|
assa_abloy_vostio_metadata?:
|
|
34029
34008
|
| {
|
|
34009
|
+
auto_join?: boolean | undefined
|
|
34030
34010
|
override_guest_acs_entrance_ids?:
|
|
34031
34011
|
| string[]
|
|
34032
34012
|
| undefined
|
|
@@ -34167,6 +34147,7 @@ export interface Routes {
|
|
|
34167
34147
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34168
34148
|
assa_abloy_vostio_metadata?:
|
|
34169
34149
|
| {
|
|
34150
|
+
auto_join?: boolean | undefined
|
|
34170
34151
|
override_guest_acs_entrance_ids?:
|
|
34171
34152
|
| string[]
|
|
34172
34153
|
| undefined
|
|
@@ -34436,6 +34417,7 @@ export interface Routes {
|
|
|
34436
34417
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34437
34418
|
assa_abloy_vostio_metadata?:
|
|
34438
34419
|
| {
|
|
34420
|
+
auto_join?: boolean | undefined
|
|
34439
34421
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
34440
34422
|
key_id?: string | undefined
|
|
34441
34423
|
key_issuing_request_id?: string | undefined
|
|
@@ -34574,6 +34556,7 @@ export interface Routes {
|
|
|
34574
34556
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
34575
34557
|
assa_abloy_vostio_metadata?:
|
|
34576
34558
|
| {
|
|
34559
|
+
auto_join?: boolean | undefined
|
|
34577
34560
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
34578
34561
|
key_id?: string | undefined
|
|
34579
34562
|
key_issuing_request_id?: string | undefined
|
|
@@ -35327,6 +35310,7 @@ export interface Routes {
|
|
|
35327
35310
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35328
35311
|
assa_abloy_vostio_metadata?:
|
|
35329
35312
|
| {
|
|
35313
|
+
auto_join?: boolean | undefined
|
|
35330
35314
|
override_guest_acs_entrance_ids?:
|
|
35331
35315
|
| string[]
|
|
35332
35316
|
| undefined
|
|
@@ -35467,6 +35451,7 @@ export interface Routes {
|
|
|
35467
35451
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35468
35452
|
assa_abloy_vostio_metadata?:
|
|
35469
35453
|
| {
|
|
35454
|
+
auto_join?: boolean | undefined
|
|
35470
35455
|
override_guest_acs_entrance_ids?:
|
|
35471
35456
|
| string[]
|
|
35472
35457
|
| undefined
|
|
@@ -35736,6 +35721,7 @@ export interface Routes {
|
|
|
35736
35721
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35737
35722
|
assa_abloy_vostio_metadata?:
|
|
35738
35723
|
| {
|
|
35724
|
+
auto_join?: boolean | undefined
|
|
35739
35725
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
35740
35726
|
key_id?: string | undefined
|
|
35741
35727
|
key_issuing_request_id?: string | undefined
|
|
@@ -35874,6 +35860,7 @@ export interface Routes {
|
|
|
35874
35860
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
35875
35861
|
assa_abloy_vostio_metadata?:
|
|
35876
35862
|
| {
|
|
35863
|
+
auto_join?: boolean | undefined
|
|
35877
35864
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
35878
35865
|
key_id?: string | undefined
|
|
35879
35866
|
key_issuing_request_id?: string | undefined
|
|
@@ -36628,6 +36615,7 @@ export interface Routes {
|
|
|
36628
36615
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
36629
36616
|
assa_abloy_vostio_metadata?:
|
|
36630
36617
|
| {
|
|
36618
|
+
auto_join?: boolean | undefined
|
|
36631
36619
|
override_guest_acs_entrance_ids?:
|
|
36632
36620
|
| string[]
|
|
36633
36621
|
| undefined
|
|
@@ -36768,6 +36756,7 @@ export interface Routes {
|
|
|
36768
36756
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
36769
36757
|
assa_abloy_vostio_metadata?:
|
|
36770
36758
|
| {
|
|
36759
|
+
auto_join?: boolean | undefined
|
|
36771
36760
|
override_guest_acs_entrance_ids?:
|
|
36772
36761
|
| string[]
|
|
36773
36762
|
| undefined
|
|
@@ -37037,6 +37026,7 @@ export interface Routes {
|
|
|
37037
37026
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
37038
37027
|
assa_abloy_vostio_metadata?:
|
|
37039
37028
|
| {
|
|
37029
|
+
auto_join?: boolean | undefined
|
|
37040
37030
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
37041
37031
|
key_id?: string | undefined
|
|
37042
37032
|
key_issuing_request_id?: string | undefined
|
|
@@ -37175,6 +37165,7 @@ export interface Routes {
|
|
|
37175
37165
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
37176
37166
|
assa_abloy_vostio_metadata?:
|
|
37177
37167
|
| {
|
|
37168
|
+
auto_join?: boolean | undefined
|
|
37178
37169
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
37179
37170
|
key_id?: string | undefined
|
|
37180
37171
|
key_issuing_request_id?: string | undefined
|
|
@@ -39996,6 +39987,7 @@ export interface Routes {
|
|
|
39996
39987
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
39997
39988
|
assa_abloy_vostio_metadata?:
|
|
39998
39989
|
| {
|
|
39990
|
+
auto_join?: boolean | undefined
|
|
39999
39991
|
override_guest_acs_entrance_ids?:
|
|
40000
39992
|
| string[]
|
|
40001
39993
|
| undefined
|
|
@@ -40136,6 +40128,7 @@ export interface Routes {
|
|
|
40136
40128
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40137
40129
|
assa_abloy_vostio_metadata?:
|
|
40138
40130
|
| {
|
|
40131
|
+
auto_join?: boolean | undefined
|
|
40139
40132
|
override_guest_acs_entrance_ids?:
|
|
40140
40133
|
| string[]
|
|
40141
40134
|
| undefined
|
|
@@ -40405,6 +40398,7 @@ export interface Routes {
|
|
|
40405
40398
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40406
40399
|
assa_abloy_vostio_metadata?:
|
|
40407
40400
|
| {
|
|
40401
|
+
auto_join?: boolean | undefined
|
|
40408
40402
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
40409
40403
|
key_id?: string | undefined
|
|
40410
40404
|
key_issuing_request_id?: string | undefined
|
|
@@ -40543,6 +40537,7 @@ export interface Routes {
|
|
|
40543
40537
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
40544
40538
|
assa_abloy_vostio_metadata?:
|
|
40545
40539
|
| {
|
|
40540
|
+
auto_join?: boolean | undefined
|
|
40546
40541
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
40547
40542
|
key_id?: string | undefined
|
|
40548
40543
|
key_issuing_request_id?: string | undefined
|
|
@@ -41308,6 +41303,7 @@ export interface Routes {
|
|
|
41308
41303
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
41309
41304
|
assa_abloy_vostio_metadata?:
|
|
41310
41305
|
| {
|
|
41306
|
+
auto_join?: boolean | undefined
|
|
41311
41307
|
override_guest_acs_entrance_ids?:
|
|
41312
41308
|
| string[]
|
|
41313
41309
|
| undefined
|
|
@@ -41448,6 +41444,7 @@ export interface Routes {
|
|
|
41448
41444
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
41449
41445
|
assa_abloy_vostio_metadata?:
|
|
41450
41446
|
| {
|
|
41447
|
+
auto_join?: boolean | undefined
|
|
41451
41448
|
override_guest_acs_entrance_ids?:
|
|
41452
41449
|
| string[]
|
|
41453
41450
|
| undefined
|
|
@@ -41717,6 +41714,7 @@ export interface Routes {
|
|
|
41717
41714
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
41718
41715
|
assa_abloy_vostio_metadata?:
|
|
41719
41716
|
| {
|
|
41717
|
+
auto_join?: boolean | undefined
|
|
41720
41718
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
41721
41719
|
key_id?: string | undefined
|
|
41722
41720
|
key_issuing_request_id?: string | undefined
|
|
@@ -41855,6 +41853,7 @@ export interface Routes {
|
|
|
41855
41853
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
41856
41854
|
assa_abloy_vostio_metadata?:
|
|
41857
41855
|
| {
|
|
41856
|
+
auto_join?: boolean | undefined
|
|
41858
41857
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
41859
41858
|
key_id?: string | undefined
|
|
41860
41859
|
key_issuing_request_id?: string | undefined
|
|
@@ -42659,6 +42658,7 @@ export interface Routes {
|
|
|
42659
42658
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42660
42659
|
assa_abloy_vostio_metadata?:
|
|
42661
42660
|
| {
|
|
42661
|
+
auto_join?: boolean | undefined
|
|
42662
42662
|
override_guest_acs_entrance_ids?:
|
|
42663
42663
|
| string[]
|
|
42664
42664
|
| undefined
|
|
@@ -42799,6 +42799,7 @@ export interface Routes {
|
|
|
42799
42799
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
42800
42800
|
assa_abloy_vostio_metadata?:
|
|
42801
42801
|
| {
|
|
42802
|
+
auto_join?: boolean | undefined
|
|
42802
42803
|
override_guest_acs_entrance_ids?:
|
|
42803
42804
|
| string[]
|
|
42804
42805
|
| undefined
|
|
@@ -43068,6 +43069,7 @@ export interface Routes {
|
|
|
43068
43069
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43069
43070
|
assa_abloy_vostio_metadata?:
|
|
43070
43071
|
| {
|
|
43072
|
+
auto_join?: boolean | undefined
|
|
43071
43073
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
43072
43074
|
key_id?: string | undefined
|
|
43073
43075
|
key_issuing_request_id?: string | undefined
|
|
@@ -43206,6 +43208,7 @@ export interface Routes {
|
|
|
43206
43208
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
43207
43209
|
assa_abloy_vostio_metadata?:
|
|
43208
43210
|
| {
|
|
43211
|
+
auto_join?: boolean | undefined
|
|
43209
43212
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
43210
43213
|
key_id?: string | undefined
|
|
43211
43214
|
key_issuing_request_id?: string | undefined
|
|
@@ -44468,6 +44471,7 @@ export interface Routes {
|
|
|
44468
44471
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44469
44472
|
assa_abloy_vostio_metadata?:
|
|
44470
44473
|
| {
|
|
44474
|
+
auto_join?: boolean | undefined
|
|
44471
44475
|
override_guest_acs_entrance_ids?:
|
|
44472
44476
|
| string[]
|
|
44473
44477
|
| undefined
|
|
@@ -44608,6 +44612,7 @@ export interface Routes {
|
|
|
44608
44612
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44609
44613
|
assa_abloy_vostio_metadata?:
|
|
44610
44614
|
| {
|
|
44615
|
+
auto_join?: boolean | undefined
|
|
44611
44616
|
override_guest_acs_entrance_ids?:
|
|
44612
44617
|
| string[]
|
|
44613
44618
|
| undefined
|
|
@@ -44877,6 +44882,7 @@ export interface Routes {
|
|
|
44877
44882
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
44878
44883
|
assa_abloy_vostio_metadata?:
|
|
44879
44884
|
| {
|
|
44885
|
+
auto_join?: boolean | undefined
|
|
44880
44886
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
44881
44887
|
key_id?: string | undefined
|
|
44882
44888
|
key_issuing_request_id?: string | undefined
|
|
@@ -45015,6 +45021,7 @@ export interface Routes {
|
|
|
45015
45021
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
45016
45022
|
assa_abloy_vostio_metadata?:
|
|
45017
45023
|
| {
|
|
45024
|
+
auto_join?: boolean | undefined
|
|
45018
45025
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
45019
45026
|
key_id?: string | undefined
|
|
45020
45027
|
key_issuing_request_id?: string | undefined
|
|
@@ -45688,6 +45695,7 @@ export interface Routes {
|
|
|
45688
45695
|
| 'salto_ks_credential'
|
|
45689
45696
|
| 'assa_abloy_vostio_key'
|
|
45690
45697
|
| 'salto_space_key'
|
|
45698
|
+
| 'latch_access'
|
|
45691
45699
|
)
|
|
45692
45700
|
| undefined
|
|
45693
45701
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -45827,6 +45835,7 @@ export interface Routes {
|
|
|
45827
45835
|
| 'salto_ks_credential'
|
|
45828
45836
|
| 'assa_abloy_vostio_key'
|
|
45829
45837
|
| 'salto_space_key'
|
|
45838
|
+
| 'latch_access'
|
|
45830
45839
|
)
|
|
45831
45840
|
| undefined
|
|
45832
45841
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -46095,6 +46104,7 @@ export interface Routes {
|
|
|
46095
46104
|
| 'salto_ks_credential'
|
|
46096
46105
|
| 'assa_abloy_vostio_key'
|
|
46097
46106
|
| 'salto_space_key'
|
|
46107
|
+
| 'latch_access'
|
|
46098
46108
|
)
|
|
46099
46109
|
| undefined
|
|
46100
46110
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -46232,6 +46242,7 @@ export interface Routes {
|
|
|
46232
46242
|
| 'salto_ks_credential'
|
|
46233
46243
|
| 'assa_abloy_vostio_key'
|
|
46234
46244
|
| 'salto_space_key'
|
|
46245
|
+
| 'latch_access'
|
|
46235
46246
|
)
|
|
46236
46247
|
| undefined
|
|
46237
46248
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -46985,6 +46996,7 @@ export interface Routes {
|
|
|
46985
46996
|
| 'salto_ks_credential'
|
|
46986
46997
|
| 'assa_abloy_vostio_key'
|
|
46987
46998
|
| 'salto_space_key'
|
|
46999
|
+
| 'latch_access'
|
|
46988
47000
|
)
|
|
46989
47001
|
| undefined
|
|
46990
47002
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -47124,6 +47136,7 @@ export interface Routes {
|
|
|
47124
47136
|
| 'salto_ks_credential'
|
|
47125
47137
|
| 'assa_abloy_vostio_key'
|
|
47126
47138
|
| 'salto_space_key'
|
|
47139
|
+
| 'latch_access'
|
|
47127
47140
|
)
|
|
47128
47141
|
| undefined
|
|
47129
47142
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -47392,6 +47405,7 @@ export interface Routes {
|
|
|
47392
47405
|
| 'salto_ks_credential'
|
|
47393
47406
|
| 'assa_abloy_vostio_key'
|
|
47394
47407
|
| 'salto_space_key'
|
|
47408
|
+
| 'latch_access'
|
|
47395
47409
|
)
|
|
47396
47410
|
| undefined
|
|
47397
47411
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -47529,6 +47543,7 @@ export interface Routes {
|
|
|
47529
47543
|
| 'salto_ks_credential'
|
|
47530
47544
|
| 'assa_abloy_vostio_key'
|
|
47531
47545
|
| 'salto_space_key'
|
|
47546
|
+
| 'latch_access'
|
|
47532
47547
|
)
|
|
47533
47548
|
| undefined
|
|
47534
47549
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -48383,6 +48398,7 @@ export interface Routes {
|
|
|
48383
48398
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48384
48399
|
assa_abloy_vostio_metadata?:
|
|
48385
48400
|
| {
|
|
48401
|
+
auto_join?: boolean | undefined
|
|
48386
48402
|
override_guest_acs_entrance_ids?:
|
|
48387
48403
|
| string[]
|
|
48388
48404
|
| undefined
|
|
@@ -48523,6 +48539,7 @@ export interface Routes {
|
|
|
48523
48539
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48524
48540
|
assa_abloy_vostio_metadata?:
|
|
48525
48541
|
| {
|
|
48542
|
+
auto_join?: boolean | undefined
|
|
48526
48543
|
override_guest_acs_entrance_ids?:
|
|
48527
48544
|
| string[]
|
|
48528
48545
|
| undefined
|
|
@@ -48792,6 +48809,7 @@ export interface Routes {
|
|
|
48792
48809
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48793
48810
|
assa_abloy_vostio_metadata?:
|
|
48794
48811
|
| {
|
|
48812
|
+
auto_join?: boolean | undefined
|
|
48795
48813
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
48796
48814
|
key_id?: string | undefined
|
|
48797
48815
|
key_issuing_request_id?: string | undefined
|
|
@@ -48930,6 +48948,7 @@ export interface Routes {
|
|
|
48930
48948
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
48931
48949
|
assa_abloy_vostio_metadata?:
|
|
48932
48950
|
| {
|
|
48951
|
+
auto_join?: boolean | undefined
|
|
48933
48952
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
48934
48953
|
key_id?: string | undefined
|
|
48935
48954
|
key_issuing_request_id?: string | undefined
|
|
@@ -49680,6 +49699,7 @@ export interface Routes {
|
|
|
49680
49699
|
| 'salto_ks_credential'
|
|
49681
49700
|
| 'assa_abloy_vostio_key'
|
|
49682
49701
|
| 'salto_space_key'
|
|
49702
|
+
| 'latch_access'
|
|
49683
49703
|
)
|
|
49684
49704
|
| undefined
|
|
49685
49705
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -49819,6 +49839,7 @@ export interface Routes {
|
|
|
49819
49839
|
| 'salto_ks_credential'
|
|
49820
49840
|
| 'assa_abloy_vostio_key'
|
|
49821
49841
|
| 'salto_space_key'
|
|
49842
|
+
| 'latch_access'
|
|
49822
49843
|
)
|
|
49823
49844
|
| undefined
|
|
49824
49845
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -50087,6 +50108,7 @@ export interface Routes {
|
|
|
50087
50108
|
| 'salto_ks_credential'
|
|
50088
50109
|
| 'assa_abloy_vostio_key'
|
|
50089
50110
|
| 'salto_space_key'
|
|
50111
|
+
| 'latch_access'
|
|
50090
50112
|
)
|
|
50091
50113
|
| undefined
|
|
50092
50114
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -50224,6 +50246,7 @@ export interface Routes {
|
|
|
50224
50246
|
| 'salto_ks_credential'
|
|
50225
50247
|
| 'assa_abloy_vostio_key'
|
|
50226
50248
|
| 'salto_space_key'
|
|
50249
|
+
| 'latch_access'
|
|
50227
50250
|
)
|
|
50228
50251
|
| undefined
|
|
50229
50252
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -52086,6 +52109,7 @@ export interface Routes {
|
|
|
52086
52109
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52087
52110
|
assa_abloy_vostio_metadata?:
|
|
52088
52111
|
| {
|
|
52112
|
+
auto_join?: boolean | undefined
|
|
52089
52113
|
override_guest_acs_entrance_ids?:
|
|
52090
52114
|
| string[]
|
|
52091
52115
|
| undefined
|
|
@@ -52226,6 +52250,7 @@ export interface Routes {
|
|
|
52226
52250
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52227
52251
|
assa_abloy_vostio_metadata?:
|
|
52228
52252
|
| {
|
|
52253
|
+
auto_join?: boolean | undefined
|
|
52229
52254
|
override_guest_acs_entrance_ids?:
|
|
52230
52255
|
| string[]
|
|
52231
52256
|
| undefined
|
|
@@ -52495,6 +52520,7 @@ export interface Routes {
|
|
|
52495
52520
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52496
52521
|
assa_abloy_vostio_metadata?:
|
|
52497
52522
|
| {
|
|
52523
|
+
auto_join?: boolean | undefined
|
|
52498
52524
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
52499
52525
|
key_id?: string | undefined
|
|
52500
52526
|
key_issuing_request_id?: string | undefined
|
|
@@ -52633,6 +52659,7 @@ export interface Routes {
|
|
|
52633
52659
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52634
52660
|
assa_abloy_vostio_metadata?:
|
|
52635
52661
|
| {
|
|
52662
|
+
auto_join?: boolean | undefined
|
|
52636
52663
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
52637
52664
|
key_id?: string | undefined
|
|
52638
52665
|
key_issuing_request_id?: string | undefined
|
|
@@ -53397,6 +53424,7 @@ export interface Routes {
|
|
|
53397
53424
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53398
53425
|
assa_abloy_vostio_metadata?:
|
|
53399
53426
|
| {
|
|
53427
|
+
auto_join?: boolean | undefined
|
|
53400
53428
|
override_guest_acs_entrance_ids?:
|
|
53401
53429
|
| string[]
|
|
53402
53430
|
| undefined
|
|
@@ -53537,6 +53565,7 @@ export interface Routes {
|
|
|
53537
53565
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53538
53566
|
assa_abloy_vostio_metadata?:
|
|
53539
53567
|
| {
|
|
53568
|
+
auto_join?: boolean | undefined
|
|
53540
53569
|
override_guest_acs_entrance_ids?:
|
|
53541
53570
|
| string[]
|
|
53542
53571
|
| undefined
|
|
@@ -53806,6 +53835,7 @@ export interface Routes {
|
|
|
53806
53835
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53807
53836
|
assa_abloy_vostio_metadata?:
|
|
53808
53837
|
| {
|
|
53838
|
+
auto_join?: boolean | undefined
|
|
53809
53839
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
53810
53840
|
key_id?: string | undefined
|
|
53811
53841
|
key_issuing_request_id?: string | undefined
|
|
@@ -53944,6 +53974,7 @@ export interface Routes {
|
|
|
53944
53974
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
53945
53975
|
assa_abloy_vostio_metadata?:
|
|
53946
53976
|
| {
|
|
53977
|
+
auto_join?: boolean | undefined
|
|
53947
53978
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
53948
53979
|
key_id?: string | undefined
|
|
53949
53980
|
key_issuing_request_id?: string | undefined
|
|
@@ -56743,6 +56774,7 @@ export interface Routes {
|
|
|
56743
56774
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
56744
56775
|
assa_abloy_vostio_metadata?:
|
|
56745
56776
|
| {
|
|
56777
|
+
auto_join?: boolean | undefined
|
|
56746
56778
|
override_guest_acs_entrance_ids?:
|
|
56747
56779
|
| string[]
|
|
56748
56780
|
| undefined
|
|
@@ -56883,6 +56915,7 @@ export interface Routes {
|
|
|
56883
56915
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
56884
56916
|
assa_abloy_vostio_metadata?:
|
|
56885
56917
|
| {
|
|
56918
|
+
auto_join?: boolean | undefined
|
|
56886
56919
|
override_guest_acs_entrance_ids?:
|
|
56887
56920
|
| string[]
|
|
56888
56921
|
| undefined
|
|
@@ -57152,6 +57185,7 @@ export interface Routes {
|
|
|
57152
57185
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57153
57186
|
assa_abloy_vostio_metadata?:
|
|
57154
57187
|
| {
|
|
57188
|
+
auto_join?: boolean | undefined
|
|
57155
57189
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
57156
57190
|
key_id?: string | undefined
|
|
57157
57191
|
key_issuing_request_id?: string | undefined
|
|
@@ -57290,6 +57324,7 @@ export interface Routes {
|
|
|
57290
57324
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57291
57325
|
assa_abloy_vostio_metadata?:
|
|
57292
57326
|
| {
|
|
57327
|
+
auto_join?: boolean | undefined
|
|
57293
57328
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
57294
57329
|
key_id?: string | undefined
|
|
57295
57330
|
key_issuing_request_id?: string | undefined
|
|
@@ -58236,6 +58271,7 @@ export interface Routes {
|
|
|
58236
58271
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58237
58272
|
assa_abloy_vostio_metadata?:
|
|
58238
58273
|
| {
|
|
58274
|
+
auto_join?: boolean | undefined
|
|
58239
58275
|
override_guest_acs_entrance_ids?:
|
|
58240
58276
|
| string[]
|
|
58241
58277
|
| undefined
|
|
@@ -58376,6 +58412,7 @@ export interface Routes {
|
|
|
58376
58412
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58377
58413
|
assa_abloy_vostio_metadata?:
|
|
58378
58414
|
| {
|
|
58415
|
+
auto_join?: boolean | undefined
|
|
58379
58416
|
override_guest_acs_entrance_ids?:
|
|
58380
58417
|
| string[]
|
|
58381
58418
|
| undefined
|
|
@@ -58645,6 +58682,7 @@ export interface Routes {
|
|
|
58645
58682
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58646
58683
|
assa_abloy_vostio_metadata?:
|
|
58647
58684
|
| {
|
|
58685
|
+
auto_join?: boolean | undefined
|
|
58648
58686
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
58649
58687
|
key_id?: string | undefined
|
|
58650
58688
|
key_issuing_request_id?: string | undefined
|
|
@@ -58783,6 +58821,7 @@ export interface Routes {
|
|
|
58783
58821
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58784
58822
|
assa_abloy_vostio_metadata?:
|
|
58785
58823
|
| {
|
|
58824
|
+
auto_join?: boolean | undefined
|
|
58786
58825
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
58787
58826
|
key_id?: string | undefined
|
|
58788
58827
|
key_issuing_request_id?: string | undefined
|
|
@@ -59570,6 +59609,7 @@ export interface Routes {
|
|
|
59570
59609
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59571
59610
|
assa_abloy_vostio_metadata?:
|
|
59572
59611
|
| {
|
|
59612
|
+
auto_join?: boolean | undefined
|
|
59573
59613
|
override_guest_acs_entrance_ids?:
|
|
59574
59614
|
| string[]
|
|
59575
59615
|
| undefined
|
|
@@ -59710,6 +59750,7 @@ export interface Routes {
|
|
|
59710
59750
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59711
59751
|
assa_abloy_vostio_metadata?:
|
|
59712
59752
|
| {
|
|
59753
|
+
auto_join?: boolean | undefined
|
|
59713
59754
|
override_guest_acs_entrance_ids?:
|
|
59714
59755
|
| string[]
|
|
59715
59756
|
| undefined
|
|
@@ -59979,6 +60020,7 @@ export interface Routes {
|
|
|
59979
60020
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59980
60021
|
assa_abloy_vostio_metadata?:
|
|
59981
60022
|
| {
|
|
60023
|
+
auto_join?: boolean | undefined
|
|
59982
60024
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
59983
60025
|
key_id?: string | undefined
|
|
59984
60026
|
key_issuing_request_id?: string | undefined
|
|
@@ -60117,6 +60159,7 @@ export interface Routes {
|
|
|
60117
60159
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
60118
60160
|
assa_abloy_vostio_metadata?:
|
|
60119
60161
|
| {
|
|
60162
|
+
auto_join?: boolean | undefined
|
|
60120
60163
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
60121
60164
|
key_id?: string | undefined
|
|
60122
60165
|
key_issuing_request_id?: string | undefined
|
|
@@ -64288,6 +64331,7 @@ export interface Routes {
|
|
|
64288
64331
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64289
64332
|
assa_abloy_vostio_metadata?:
|
|
64290
64333
|
| {
|
|
64334
|
+
auto_join?: boolean | undefined
|
|
64291
64335
|
override_guest_acs_entrance_ids?:
|
|
64292
64336
|
| string[]
|
|
64293
64337
|
| undefined
|
|
@@ -64428,6 +64472,7 @@ export interface Routes {
|
|
|
64428
64472
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64429
64473
|
assa_abloy_vostio_metadata?:
|
|
64430
64474
|
| {
|
|
64475
|
+
auto_join?: boolean | undefined
|
|
64431
64476
|
override_guest_acs_entrance_ids?:
|
|
64432
64477
|
| string[]
|
|
64433
64478
|
| undefined
|
|
@@ -64697,6 +64742,7 @@ export interface Routes {
|
|
|
64697
64742
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64698
64743
|
assa_abloy_vostio_metadata?:
|
|
64699
64744
|
| {
|
|
64745
|
+
auto_join?: boolean | undefined
|
|
64700
64746
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
64701
64747
|
key_id?: string | undefined
|
|
64702
64748
|
key_issuing_request_id?: string | undefined
|
|
@@ -64835,6 +64881,7 @@ export interface Routes {
|
|
|
64835
64881
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64836
64882
|
assa_abloy_vostio_metadata?:
|
|
64837
64883
|
| {
|
|
64884
|
+
auto_join?: boolean | undefined
|
|
64838
64885
|
override_guest_acs_entrance_ids?: string[] | undefined
|
|
64839
64886
|
key_id?: string | undefined
|
|
64840
64887
|
key_issuing_request_id?: string | undefined
|