@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
package/dist/connect.d.cts
CHANGED
|
@@ -3743,24 +3743,25 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3743
3743
|
credential_id: z.ZodOptional<z.ZodString>;
|
|
3744
3744
|
}, "strip", z.ZodTypeAny, {
|
|
3745
3745
|
card_function_type: "guest" | "staff";
|
|
3746
|
+
auto_join?: boolean | undefined;
|
|
3746
3747
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
3747
3748
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3748
3749
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3749
3750
|
is_valid?: boolean | undefined;
|
|
3750
|
-
auto_join?: boolean | undefined;
|
|
3751
3751
|
card_id?: string | undefined;
|
|
3752
3752
|
credential_id?: string | undefined;
|
|
3753
3753
|
}, {
|
|
3754
3754
|
card_function_type: "guest" | "staff";
|
|
3755
|
+
auto_join?: boolean | undefined;
|
|
3755
3756
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
3756
3757
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3757
3758
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3758
3759
|
is_valid?: boolean | undefined;
|
|
3759
|
-
auto_join?: boolean | undefined;
|
|
3760
3760
|
card_id?: string | undefined;
|
|
3761
3761
|
credential_id?: string | undefined;
|
|
3762
3762
|
}>>;
|
|
3763
3763
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
3764
|
+
auto_join: z.ZodOptional<z.ZodBoolean>;
|
|
3764
3765
|
override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3765
3766
|
key_id: z.ZodOptional<z.ZodString>;
|
|
3766
3767
|
key_issuing_request_id: z.ZodOptional<z.ZodString>;
|
|
@@ -3768,12 +3769,14 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3768
3769
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
3769
3770
|
}, "strip", z.ZodTypeAny, {
|
|
3770
3771
|
endpoint_id?: string | undefined;
|
|
3772
|
+
auto_join?: boolean | undefined;
|
|
3771
3773
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
3772
3774
|
key_id?: string | undefined;
|
|
3773
3775
|
key_issuing_request_id?: string | undefined;
|
|
3774
3776
|
door_names?: string[] | undefined;
|
|
3775
3777
|
}, {
|
|
3776
3778
|
endpoint_id?: string | undefined;
|
|
3779
|
+
auto_join?: boolean | undefined;
|
|
3777
3780
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
3778
3781
|
key_id?: string | undefined;
|
|
3779
3782
|
key_issuing_request_id?: string | undefined;
|
|
@@ -3823,16 +3826,17 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3823
3826
|
ends_at?: string | undefined;
|
|
3824
3827
|
visionline_metadata?: {
|
|
3825
3828
|
card_function_type: "guest" | "staff";
|
|
3829
|
+
auto_join?: boolean | undefined;
|
|
3826
3830
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
3827
3831
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3828
3832
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3829
3833
|
is_valid?: boolean | undefined;
|
|
3830
|
-
auto_join?: boolean | undefined;
|
|
3831
3834
|
card_id?: string | undefined;
|
|
3832
3835
|
credential_id?: string | undefined;
|
|
3833
3836
|
} | undefined;
|
|
3834
3837
|
assa_abloy_vostio_metadata?: {
|
|
3835
3838
|
endpoint_id?: string | undefined;
|
|
3839
|
+
auto_join?: boolean | undefined;
|
|
3836
3840
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
3837
3841
|
key_id?: string | undefined;
|
|
3838
3842
|
key_issuing_request_id?: string | undefined;
|
|
@@ -3892,16 +3896,17 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3892
3896
|
ends_at?: string | undefined;
|
|
3893
3897
|
visionline_metadata?: {
|
|
3894
3898
|
card_function_type: "guest" | "staff";
|
|
3899
|
+
auto_join?: boolean | undefined;
|
|
3895
3900
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
3896
3901
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3897
3902
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3898
3903
|
is_valid?: boolean | undefined;
|
|
3899
|
-
auto_join?: boolean | undefined;
|
|
3900
3904
|
card_id?: string | undefined;
|
|
3901
3905
|
credential_id?: string | undefined;
|
|
3902
3906
|
} | undefined;
|
|
3903
3907
|
assa_abloy_vostio_metadata?: {
|
|
3904
3908
|
endpoint_id?: string | undefined;
|
|
3909
|
+
auto_join?: boolean | undefined;
|
|
3905
3910
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
3906
3911
|
key_id?: string | undefined;
|
|
3907
3912
|
key_issuing_request_id?: string | undefined;
|
|
@@ -4042,24 +4047,25 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4042
4047
|
credential_id: z.ZodOptional<z.ZodString>;
|
|
4043
4048
|
}, "strip", z.ZodTypeAny, {
|
|
4044
4049
|
card_function_type: "guest" | "staff";
|
|
4050
|
+
auto_join?: boolean | undefined;
|
|
4045
4051
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
4046
4052
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
4047
4053
|
common_acs_entrance_ids?: string[] | undefined;
|
|
4048
4054
|
is_valid?: boolean | undefined;
|
|
4049
|
-
auto_join?: boolean | undefined;
|
|
4050
4055
|
card_id?: string | undefined;
|
|
4051
4056
|
credential_id?: string | undefined;
|
|
4052
4057
|
}, {
|
|
4053
4058
|
card_function_type: "guest" | "staff";
|
|
4059
|
+
auto_join?: boolean | undefined;
|
|
4054
4060
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
4055
4061
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
4056
4062
|
common_acs_entrance_ids?: string[] | undefined;
|
|
4057
4063
|
is_valid?: boolean | undefined;
|
|
4058
|
-
auto_join?: boolean | undefined;
|
|
4059
4064
|
card_id?: string | undefined;
|
|
4060
4065
|
credential_id?: string | undefined;
|
|
4061
4066
|
}>>;
|
|
4062
4067
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
4068
|
+
auto_join: z.ZodOptional<z.ZodBoolean>;
|
|
4063
4069
|
override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4064
4070
|
key_id: z.ZodOptional<z.ZodString>;
|
|
4065
4071
|
key_issuing_request_id: z.ZodOptional<z.ZodString>;
|
|
@@ -4067,12 +4073,14 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4067
4073
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
4068
4074
|
}, "strip", z.ZodTypeAny, {
|
|
4069
4075
|
endpoint_id?: string | undefined;
|
|
4076
|
+
auto_join?: boolean | undefined;
|
|
4070
4077
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4071
4078
|
key_id?: string | undefined;
|
|
4072
4079
|
key_issuing_request_id?: string | undefined;
|
|
4073
4080
|
door_names?: string[] | undefined;
|
|
4074
4081
|
}, {
|
|
4075
4082
|
endpoint_id?: string | undefined;
|
|
4083
|
+
auto_join?: boolean | undefined;
|
|
4076
4084
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4077
4085
|
key_id?: string | undefined;
|
|
4078
4086
|
key_issuing_request_id?: string | undefined;
|
|
@@ -4122,16 +4130,17 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4122
4130
|
ends_at?: string | undefined;
|
|
4123
4131
|
visionline_metadata?: {
|
|
4124
4132
|
card_function_type: "guest" | "staff";
|
|
4133
|
+
auto_join?: boolean | undefined;
|
|
4125
4134
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
4126
4135
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
4127
4136
|
common_acs_entrance_ids?: string[] | undefined;
|
|
4128
4137
|
is_valid?: boolean | undefined;
|
|
4129
|
-
auto_join?: boolean | undefined;
|
|
4130
4138
|
card_id?: string | undefined;
|
|
4131
4139
|
credential_id?: string | undefined;
|
|
4132
4140
|
} | undefined;
|
|
4133
4141
|
assa_abloy_vostio_metadata?: {
|
|
4134
4142
|
endpoint_id?: string | undefined;
|
|
4143
|
+
auto_join?: boolean | undefined;
|
|
4135
4144
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4136
4145
|
key_id?: string | undefined;
|
|
4137
4146
|
key_issuing_request_id?: string | undefined;
|
|
@@ -4191,16 +4200,17 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4191
4200
|
ends_at?: string | undefined;
|
|
4192
4201
|
visionline_metadata?: {
|
|
4193
4202
|
card_function_type: "guest" | "staff";
|
|
4203
|
+
auto_join?: boolean | undefined;
|
|
4194
4204
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
4195
4205
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
4196
4206
|
common_acs_entrance_ids?: string[] | undefined;
|
|
4197
4207
|
is_valid?: boolean | undefined;
|
|
4198
|
-
auto_join?: boolean | undefined;
|
|
4199
4208
|
card_id?: string | undefined;
|
|
4200
4209
|
credential_id?: string | undefined;
|
|
4201
4210
|
} | undefined;
|
|
4202
4211
|
assa_abloy_vostio_metadata?: {
|
|
4203
4212
|
endpoint_id?: string | undefined;
|
|
4213
|
+
auto_join?: boolean | undefined;
|
|
4204
4214
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4205
4215
|
key_id?: string | undefined;
|
|
4206
4216
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6406,24 +6416,25 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6406
6416
|
credential_id: z.ZodOptional<z.ZodString>;
|
|
6407
6417
|
}, "strip", z.ZodTypeAny, {
|
|
6408
6418
|
card_function_type: "guest" | "staff";
|
|
6419
|
+
auto_join?: boolean | undefined;
|
|
6409
6420
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6410
6421
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6411
6422
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6412
6423
|
is_valid?: boolean | undefined;
|
|
6413
|
-
auto_join?: boolean | undefined;
|
|
6414
6424
|
card_id?: string | undefined;
|
|
6415
6425
|
credential_id?: string | undefined;
|
|
6416
6426
|
}, {
|
|
6417
6427
|
card_function_type: "guest" | "staff";
|
|
6428
|
+
auto_join?: boolean | undefined;
|
|
6418
6429
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6419
6430
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6420
6431
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6421
6432
|
is_valid?: boolean | undefined;
|
|
6422
|
-
auto_join?: boolean | undefined;
|
|
6423
6433
|
card_id?: string | undefined;
|
|
6424
6434
|
credential_id?: string | undefined;
|
|
6425
6435
|
}>>;
|
|
6426
6436
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
6437
|
+
auto_join: z.ZodOptional<z.ZodBoolean>;
|
|
6427
6438
|
override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6428
6439
|
key_id: z.ZodOptional<z.ZodString>;
|
|
6429
6440
|
key_issuing_request_id: z.ZodOptional<z.ZodString>;
|
|
@@ -6431,12 +6442,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6431
6442
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
6432
6443
|
}, "strip", z.ZodTypeAny, {
|
|
6433
6444
|
endpoint_id?: string | undefined;
|
|
6445
|
+
auto_join?: boolean | undefined;
|
|
6434
6446
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6435
6447
|
key_id?: string | undefined;
|
|
6436
6448
|
key_issuing_request_id?: string | undefined;
|
|
6437
6449
|
door_names?: string[] | undefined;
|
|
6438
6450
|
}, {
|
|
6439
6451
|
endpoint_id?: string | undefined;
|
|
6452
|
+
auto_join?: boolean | undefined;
|
|
6440
6453
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6441
6454
|
key_id?: string | undefined;
|
|
6442
6455
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6486,16 +6499,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6486
6499
|
ends_at?: string | undefined;
|
|
6487
6500
|
visionline_metadata?: {
|
|
6488
6501
|
card_function_type: "guest" | "staff";
|
|
6502
|
+
auto_join?: boolean | undefined;
|
|
6489
6503
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6490
6504
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6491
6505
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6492
6506
|
is_valid?: boolean | undefined;
|
|
6493
|
-
auto_join?: boolean | undefined;
|
|
6494
6507
|
card_id?: string | undefined;
|
|
6495
6508
|
credential_id?: string | undefined;
|
|
6496
6509
|
} | undefined;
|
|
6497
6510
|
assa_abloy_vostio_metadata?: {
|
|
6498
6511
|
endpoint_id?: string | undefined;
|
|
6512
|
+
auto_join?: boolean | undefined;
|
|
6499
6513
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6500
6514
|
key_id?: string | undefined;
|
|
6501
6515
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6555,16 +6569,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6555
6569
|
ends_at?: string | undefined;
|
|
6556
6570
|
visionline_metadata?: {
|
|
6557
6571
|
card_function_type: "guest" | "staff";
|
|
6572
|
+
auto_join?: boolean | undefined;
|
|
6558
6573
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6559
6574
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6560
6575
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6561
6576
|
is_valid?: boolean | undefined;
|
|
6562
|
-
auto_join?: boolean | undefined;
|
|
6563
6577
|
card_id?: string | undefined;
|
|
6564
6578
|
credential_id?: string | undefined;
|
|
6565
6579
|
} | undefined;
|
|
6566
6580
|
assa_abloy_vostio_metadata?: {
|
|
6567
6581
|
endpoint_id?: string | undefined;
|
|
6582
|
+
auto_join?: boolean | undefined;
|
|
6568
6583
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6569
6584
|
key_id?: string | undefined;
|
|
6570
6585
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6704,24 +6719,25 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6704
6719
|
credential_id: z.ZodOptional<z.ZodString>;
|
|
6705
6720
|
}, "strip", z.ZodTypeAny, {
|
|
6706
6721
|
card_function_type: "guest" | "staff";
|
|
6722
|
+
auto_join?: boolean | undefined;
|
|
6707
6723
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6708
6724
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6709
6725
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6710
6726
|
is_valid?: boolean | undefined;
|
|
6711
|
-
auto_join?: boolean | undefined;
|
|
6712
6727
|
card_id?: string | undefined;
|
|
6713
6728
|
credential_id?: string | undefined;
|
|
6714
6729
|
}, {
|
|
6715
6730
|
card_function_type: "guest" | "staff";
|
|
6731
|
+
auto_join?: boolean | undefined;
|
|
6716
6732
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6717
6733
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6718
6734
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6719
6735
|
is_valid?: boolean | undefined;
|
|
6720
|
-
auto_join?: boolean | undefined;
|
|
6721
6736
|
card_id?: string | undefined;
|
|
6722
6737
|
credential_id?: string | undefined;
|
|
6723
6738
|
}>>;
|
|
6724
6739
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
6740
|
+
auto_join: z.ZodOptional<z.ZodBoolean>;
|
|
6725
6741
|
override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6726
6742
|
key_id: z.ZodOptional<z.ZodString>;
|
|
6727
6743
|
key_issuing_request_id: z.ZodOptional<z.ZodString>;
|
|
@@ -6729,12 +6745,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6729
6745
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
6730
6746
|
}, "strip", z.ZodTypeAny, {
|
|
6731
6747
|
endpoint_id?: string | undefined;
|
|
6748
|
+
auto_join?: boolean | undefined;
|
|
6732
6749
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6733
6750
|
key_id?: string | undefined;
|
|
6734
6751
|
key_issuing_request_id?: string | undefined;
|
|
6735
6752
|
door_names?: string[] | undefined;
|
|
6736
6753
|
}, {
|
|
6737
6754
|
endpoint_id?: string | undefined;
|
|
6755
|
+
auto_join?: boolean | undefined;
|
|
6738
6756
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6739
6757
|
key_id?: string | undefined;
|
|
6740
6758
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6784,16 +6802,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6784
6802
|
ends_at?: string | undefined;
|
|
6785
6803
|
visionline_metadata?: {
|
|
6786
6804
|
card_function_type: "guest" | "staff";
|
|
6805
|
+
auto_join?: boolean | undefined;
|
|
6787
6806
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6788
6807
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6789
6808
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6790
6809
|
is_valid?: boolean | undefined;
|
|
6791
|
-
auto_join?: boolean | undefined;
|
|
6792
6810
|
card_id?: string | undefined;
|
|
6793
6811
|
credential_id?: string | undefined;
|
|
6794
6812
|
} | undefined;
|
|
6795
6813
|
assa_abloy_vostio_metadata?: {
|
|
6796
6814
|
endpoint_id?: string | undefined;
|
|
6815
|
+
auto_join?: boolean | undefined;
|
|
6797
6816
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6798
6817
|
key_id?: string | undefined;
|
|
6799
6818
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6853,16 +6872,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6853
6872
|
ends_at?: string | undefined;
|
|
6854
6873
|
visionline_metadata?: {
|
|
6855
6874
|
card_function_type: "guest" | "staff";
|
|
6875
|
+
auto_join?: boolean | undefined;
|
|
6856
6876
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6857
6877
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6858
6878
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6859
6879
|
is_valid?: boolean | undefined;
|
|
6860
|
-
auto_join?: boolean | undefined;
|
|
6861
6880
|
card_id?: string | undefined;
|
|
6862
6881
|
credential_id?: string | undefined;
|
|
6863
6882
|
} | undefined;
|
|
6864
6883
|
assa_abloy_vostio_metadata?: {
|
|
6865
6884
|
endpoint_id?: string | undefined;
|
|
6885
|
+
auto_join?: boolean | undefined;
|
|
6866
6886
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6867
6887
|
key_id?: string | undefined;
|
|
6868
6888
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6959,16 +6979,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6959
6979
|
ends_at?: string | undefined;
|
|
6960
6980
|
visionline_metadata?: {
|
|
6961
6981
|
card_function_type: "guest" | "staff";
|
|
6982
|
+
auto_join?: boolean | undefined;
|
|
6962
6983
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6963
6984
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6964
6985
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6965
6986
|
is_valid?: boolean | undefined;
|
|
6966
|
-
auto_join?: boolean | undefined;
|
|
6967
6987
|
card_id?: string | undefined;
|
|
6968
6988
|
credential_id?: string | undefined;
|
|
6969
6989
|
} | undefined;
|
|
6970
6990
|
assa_abloy_vostio_metadata?: {
|
|
6971
6991
|
endpoint_id?: string | undefined;
|
|
6992
|
+
auto_join?: boolean | undefined;
|
|
6972
6993
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6973
6994
|
key_id?: string | undefined;
|
|
6974
6995
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7028,16 +7049,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7028
7049
|
ends_at?: string | undefined;
|
|
7029
7050
|
visionline_metadata?: {
|
|
7030
7051
|
card_function_type: "guest" | "staff";
|
|
7052
|
+
auto_join?: boolean | undefined;
|
|
7031
7053
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7032
7054
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7033
7055
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7034
7056
|
is_valid?: boolean | undefined;
|
|
7035
|
-
auto_join?: boolean | undefined;
|
|
7036
7057
|
card_id?: string | undefined;
|
|
7037
7058
|
credential_id?: string | undefined;
|
|
7038
7059
|
} | undefined;
|
|
7039
7060
|
assa_abloy_vostio_metadata?: {
|
|
7040
7061
|
endpoint_id?: string | undefined;
|
|
7062
|
+
auto_join?: boolean | undefined;
|
|
7041
7063
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7042
7064
|
key_id?: string | undefined;
|
|
7043
7065
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7124,16 +7146,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7124
7146
|
ends_at?: string | undefined;
|
|
7125
7147
|
visionline_metadata?: {
|
|
7126
7148
|
card_function_type: "guest" | "staff";
|
|
7149
|
+
auto_join?: boolean | undefined;
|
|
7127
7150
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7128
7151
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7129
7152
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7130
7153
|
is_valid?: boolean | undefined;
|
|
7131
|
-
auto_join?: boolean | undefined;
|
|
7132
7154
|
card_id?: string | undefined;
|
|
7133
7155
|
credential_id?: string | undefined;
|
|
7134
7156
|
} | undefined;
|
|
7135
7157
|
assa_abloy_vostio_metadata?: {
|
|
7136
7158
|
endpoint_id?: string | undefined;
|
|
7159
|
+
auto_join?: boolean | undefined;
|
|
7137
7160
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7138
7161
|
key_id?: string | undefined;
|
|
7139
7162
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7193,16 +7216,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7193
7216
|
ends_at?: string | undefined;
|
|
7194
7217
|
visionline_metadata?: {
|
|
7195
7218
|
card_function_type: "guest" | "staff";
|
|
7219
|
+
auto_join?: boolean | undefined;
|
|
7196
7220
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7197
7221
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7198
7222
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7199
7223
|
is_valid?: boolean | undefined;
|
|
7200
|
-
auto_join?: boolean | undefined;
|
|
7201
7224
|
card_id?: string | undefined;
|
|
7202
7225
|
credential_id?: string | undefined;
|
|
7203
7226
|
} | undefined;
|
|
7204
7227
|
assa_abloy_vostio_metadata?: {
|
|
7205
7228
|
endpoint_id?: string | undefined;
|
|
7229
|
+
auto_join?: boolean | undefined;
|
|
7206
7230
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7207
7231
|
key_id?: string | undefined;
|
|
7208
7232
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7294,16 +7318,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7294
7318
|
ends_at?: string | undefined;
|
|
7295
7319
|
visionline_metadata?: {
|
|
7296
7320
|
card_function_type: "guest" | "staff";
|
|
7321
|
+
auto_join?: boolean | undefined;
|
|
7297
7322
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7298
7323
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7299
7324
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7300
7325
|
is_valid?: boolean | undefined;
|
|
7301
|
-
auto_join?: boolean | undefined;
|
|
7302
7326
|
card_id?: string | undefined;
|
|
7303
7327
|
credential_id?: string | undefined;
|
|
7304
7328
|
} | undefined;
|
|
7305
7329
|
assa_abloy_vostio_metadata?: {
|
|
7306
7330
|
endpoint_id?: string | undefined;
|
|
7331
|
+
auto_join?: boolean | undefined;
|
|
7307
7332
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7308
7333
|
key_id?: string | undefined;
|
|
7309
7334
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7363,16 +7388,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7363
7388
|
ends_at?: string | undefined;
|
|
7364
7389
|
visionline_metadata?: {
|
|
7365
7390
|
card_function_type: "guest" | "staff";
|
|
7391
|
+
auto_join?: boolean | undefined;
|
|
7366
7392
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7367
7393
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7368
7394
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7369
7395
|
is_valid?: boolean | undefined;
|
|
7370
|
-
auto_join?: boolean | undefined;
|
|
7371
7396
|
card_id?: string | undefined;
|
|
7372
7397
|
credential_id?: string | undefined;
|
|
7373
7398
|
} | undefined;
|
|
7374
7399
|
assa_abloy_vostio_metadata?: {
|
|
7375
7400
|
endpoint_id?: string | undefined;
|
|
7401
|
+
auto_join?: boolean | undefined;
|
|
7376
7402
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7377
7403
|
key_id?: string | undefined;
|
|
7378
7404
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7465,16 +7491,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7465
7491
|
ends_at?: string | undefined;
|
|
7466
7492
|
visionline_metadata?: {
|
|
7467
7493
|
card_function_type: "guest" | "staff";
|
|
7494
|
+
auto_join?: boolean | undefined;
|
|
7468
7495
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7469
7496
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7470
7497
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7471
7498
|
is_valid?: boolean | undefined;
|
|
7472
|
-
auto_join?: boolean | undefined;
|
|
7473
7499
|
card_id?: string | undefined;
|
|
7474
7500
|
credential_id?: string | undefined;
|
|
7475
7501
|
} | undefined;
|
|
7476
7502
|
assa_abloy_vostio_metadata?: {
|
|
7477
7503
|
endpoint_id?: string | undefined;
|
|
7504
|
+
auto_join?: boolean | undefined;
|
|
7478
7505
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7479
7506
|
key_id?: string | undefined;
|
|
7480
7507
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7534,16 +7561,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7534
7561
|
ends_at?: string | undefined;
|
|
7535
7562
|
visionline_metadata?: {
|
|
7536
7563
|
card_function_type: "guest" | "staff";
|
|
7564
|
+
auto_join?: boolean | undefined;
|
|
7537
7565
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7538
7566
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7539
7567
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7540
7568
|
is_valid?: boolean | undefined;
|
|
7541
|
-
auto_join?: boolean | undefined;
|
|
7542
7569
|
card_id?: string | undefined;
|
|
7543
7570
|
credential_id?: string | undefined;
|
|
7544
7571
|
} | undefined;
|
|
7545
7572
|
assa_abloy_vostio_metadata?: {
|
|
7546
7573
|
endpoint_id?: string | undefined;
|
|
7574
|
+
auto_join?: boolean | undefined;
|
|
7547
7575
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7548
7576
|
key_id?: string | undefined;
|
|
7549
7577
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7964,24 +7992,25 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7964
7992
|
credential_id: z.ZodOptional<z.ZodString>;
|
|
7965
7993
|
}, "strip", z.ZodTypeAny, {
|
|
7966
7994
|
card_function_type: "guest" | "staff";
|
|
7995
|
+
auto_join?: boolean | undefined;
|
|
7967
7996
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7968
7997
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7969
7998
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7970
7999
|
is_valid?: boolean | undefined;
|
|
7971
|
-
auto_join?: boolean | undefined;
|
|
7972
8000
|
card_id?: string | undefined;
|
|
7973
8001
|
credential_id?: string | undefined;
|
|
7974
8002
|
}, {
|
|
7975
8003
|
card_function_type: "guest" | "staff";
|
|
8004
|
+
auto_join?: boolean | undefined;
|
|
7976
8005
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7977
8006
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7978
8007
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7979
8008
|
is_valid?: boolean | undefined;
|
|
7980
|
-
auto_join?: boolean | undefined;
|
|
7981
8009
|
card_id?: string | undefined;
|
|
7982
8010
|
credential_id?: string | undefined;
|
|
7983
8011
|
}>>;
|
|
7984
8012
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
8013
|
+
auto_join: z.ZodOptional<z.ZodBoolean>;
|
|
7985
8014
|
override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7986
8015
|
key_id: z.ZodOptional<z.ZodString>;
|
|
7987
8016
|
key_issuing_request_id: z.ZodOptional<z.ZodString>;
|
|
@@ -7989,12 +8018,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7989
8018
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
7990
8019
|
}, "strip", z.ZodTypeAny, {
|
|
7991
8020
|
endpoint_id?: string | undefined;
|
|
8021
|
+
auto_join?: boolean | undefined;
|
|
7992
8022
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7993
8023
|
key_id?: string | undefined;
|
|
7994
8024
|
key_issuing_request_id?: string | undefined;
|
|
7995
8025
|
door_names?: string[] | undefined;
|
|
7996
8026
|
}, {
|
|
7997
8027
|
endpoint_id?: string | undefined;
|
|
8028
|
+
auto_join?: boolean | undefined;
|
|
7998
8029
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7999
8030
|
key_id?: string | undefined;
|
|
8000
8031
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8044,16 +8075,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8044
8075
|
ends_at?: string | undefined;
|
|
8045
8076
|
visionline_metadata?: {
|
|
8046
8077
|
card_function_type: "guest" | "staff";
|
|
8078
|
+
auto_join?: boolean | undefined;
|
|
8047
8079
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8048
8080
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8049
8081
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8050
8082
|
is_valid?: boolean | undefined;
|
|
8051
|
-
auto_join?: boolean | undefined;
|
|
8052
8083
|
card_id?: string | undefined;
|
|
8053
8084
|
credential_id?: string | undefined;
|
|
8054
8085
|
} | undefined;
|
|
8055
8086
|
assa_abloy_vostio_metadata?: {
|
|
8056
8087
|
endpoint_id?: string | undefined;
|
|
8088
|
+
auto_join?: boolean | undefined;
|
|
8057
8089
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8058
8090
|
key_id?: string | undefined;
|
|
8059
8091
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8113,16 +8145,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8113
8145
|
ends_at?: string | undefined;
|
|
8114
8146
|
visionline_metadata?: {
|
|
8115
8147
|
card_function_type: "guest" | "staff";
|
|
8148
|
+
auto_join?: boolean | undefined;
|
|
8116
8149
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8117
8150
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8118
8151
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8119
8152
|
is_valid?: boolean | undefined;
|
|
8120
|
-
auto_join?: boolean | undefined;
|
|
8121
8153
|
card_id?: string | undefined;
|
|
8122
8154
|
credential_id?: string | undefined;
|
|
8123
8155
|
} | undefined;
|
|
8124
8156
|
assa_abloy_vostio_metadata?: {
|
|
8125
8157
|
endpoint_id?: string | undefined;
|
|
8158
|
+
auto_join?: boolean | undefined;
|
|
8126
8159
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8127
8160
|
key_id?: string | undefined;
|
|
8128
8161
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8262,24 +8295,25 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8262
8295
|
credential_id: z.ZodOptional<z.ZodString>;
|
|
8263
8296
|
}, "strip", z.ZodTypeAny, {
|
|
8264
8297
|
card_function_type: "guest" | "staff";
|
|
8298
|
+
auto_join?: boolean | undefined;
|
|
8265
8299
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8266
8300
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8267
8301
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8268
8302
|
is_valid?: boolean | undefined;
|
|
8269
|
-
auto_join?: boolean | undefined;
|
|
8270
8303
|
card_id?: string | undefined;
|
|
8271
8304
|
credential_id?: string | undefined;
|
|
8272
8305
|
}, {
|
|
8273
8306
|
card_function_type: "guest" | "staff";
|
|
8307
|
+
auto_join?: boolean | undefined;
|
|
8274
8308
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8275
8309
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8276
8310
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8277
8311
|
is_valid?: boolean | undefined;
|
|
8278
|
-
auto_join?: boolean | undefined;
|
|
8279
8312
|
card_id?: string | undefined;
|
|
8280
8313
|
credential_id?: string | undefined;
|
|
8281
8314
|
}>>;
|
|
8282
8315
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
8316
|
+
auto_join: z.ZodOptional<z.ZodBoolean>;
|
|
8283
8317
|
override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8284
8318
|
key_id: z.ZodOptional<z.ZodString>;
|
|
8285
8319
|
key_issuing_request_id: z.ZodOptional<z.ZodString>;
|
|
@@ -8287,12 +8321,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8287
8321
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
8288
8322
|
}, "strip", z.ZodTypeAny, {
|
|
8289
8323
|
endpoint_id?: string | undefined;
|
|
8324
|
+
auto_join?: boolean | undefined;
|
|
8290
8325
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8291
8326
|
key_id?: string | undefined;
|
|
8292
8327
|
key_issuing_request_id?: string | undefined;
|
|
8293
8328
|
door_names?: string[] | undefined;
|
|
8294
8329
|
}, {
|
|
8295
8330
|
endpoint_id?: string | undefined;
|
|
8331
|
+
auto_join?: boolean | undefined;
|
|
8296
8332
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8297
8333
|
key_id?: string | undefined;
|
|
8298
8334
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8342,16 +8378,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8342
8378
|
ends_at?: string | undefined;
|
|
8343
8379
|
visionline_metadata?: {
|
|
8344
8380
|
card_function_type: "guest" | "staff";
|
|
8381
|
+
auto_join?: boolean | undefined;
|
|
8345
8382
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8346
8383
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8347
8384
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8348
8385
|
is_valid?: boolean | undefined;
|
|
8349
|
-
auto_join?: boolean | undefined;
|
|
8350
8386
|
card_id?: string | undefined;
|
|
8351
8387
|
credential_id?: string | undefined;
|
|
8352
8388
|
} | undefined;
|
|
8353
8389
|
assa_abloy_vostio_metadata?: {
|
|
8354
8390
|
endpoint_id?: string | undefined;
|
|
8391
|
+
auto_join?: boolean | undefined;
|
|
8355
8392
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8356
8393
|
key_id?: string | undefined;
|
|
8357
8394
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8411,16 +8448,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8411
8448
|
ends_at?: string | undefined;
|
|
8412
8449
|
visionline_metadata?: {
|
|
8413
8450
|
card_function_type: "guest" | "staff";
|
|
8451
|
+
auto_join?: boolean | undefined;
|
|
8414
8452
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8415
8453
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8416
8454
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8417
8455
|
is_valid?: boolean | undefined;
|
|
8418
|
-
auto_join?: boolean | undefined;
|
|
8419
8456
|
card_id?: string | undefined;
|
|
8420
8457
|
credential_id?: string | undefined;
|
|
8421
8458
|
} | undefined;
|
|
8422
8459
|
assa_abloy_vostio_metadata?: {
|
|
8423
8460
|
endpoint_id?: string | undefined;
|
|
8461
|
+
auto_join?: boolean | undefined;
|
|
8424
8462
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8425
8463
|
key_id?: string | undefined;
|
|
8426
8464
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8485,16 +8523,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8485
8523
|
ends_at?: string | undefined;
|
|
8486
8524
|
visionline_metadata?: {
|
|
8487
8525
|
card_function_type: "guest" | "staff";
|
|
8526
|
+
auto_join?: boolean | undefined;
|
|
8488
8527
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8489
8528
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8490
8529
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8491
8530
|
is_valid?: boolean | undefined;
|
|
8492
|
-
auto_join?: boolean | undefined;
|
|
8493
8531
|
card_id?: string | undefined;
|
|
8494
8532
|
credential_id?: string | undefined;
|
|
8495
8533
|
} | undefined;
|
|
8496
8534
|
assa_abloy_vostio_metadata?: {
|
|
8497
8535
|
endpoint_id?: string | undefined;
|
|
8536
|
+
auto_join?: boolean | undefined;
|
|
8498
8537
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8499
8538
|
key_id?: string | undefined;
|
|
8500
8539
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8554,16 +8593,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8554
8593
|
ends_at?: string | undefined;
|
|
8555
8594
|
visionline_metadata?: {
|
|
8556
8595
|
card_function_type: "guest" | "staff";
|
|
8596
|
+
auto_join?: boolean | undefined;
|
|
8557
8597
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8558
8598
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8559
8599
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8560
8600
|
is_valid?: boolean | undefined;
|
|
8561
|
-
auto_join?: boolean | undefined;
|
|
8562
8601
|
card_id?: string | undefined;
|
|
8563
8602
|
credential_id?: string | undefined;
|
|
8564
8603
|
} | undefined;
|
|
8565
8604
|
assa_abloy_vostio_metadata?: {
|
|
8566
8605
|
endpoint_id?: string | undefined;
|
|
8606
|
+
auto_join?: boolean | undefined;
|
|
8567
8607
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8568
8608
|
key_id?: string | undefined;
|
|
8569
8609
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8629,16 +8669,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8629
8669
|
ends_at?: string | undefined;
|
|
8630
8670
|
visionline_metadata?: {
|
|
8631
8671
|
card_function_type: "guest" | "staff";
|
|
8672
|
+
auto_join?: boolean | undefined;
|
|
8632
8673
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8633
8674
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8634
8675
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8635
8676
|
is_valid?: boolean | undefined;
|
|
8636
|
-
auto_join?: boolean | undefined;
|
|
8637
8677
|
card_id?: string | undefined;
|
|
8638
8678
|
credential_id?: string | undefined;
|
|
8639
8679
|
} | undefined;
|
|
8640
8680
|
assa_abloy_vostio_metadata?: {
|
|
8641
8681
|
endpoint_id?: string | undefined;
|
|
8682
|
+
auto_join?: boolean | undefined;
|
|
8642
8683
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8643
8684
|
key_id?: string | undefined;
|
|
8644
8685
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8698,16 +8739,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8698
8739
|
ends_at?: string | undefined;
|
|
8699
8740
|
visionline_metadata?: {
|
|
8700
8741
|
card_function_type: "guest" | "staff";
|
|
8742
|
+
auto_join?: boolean | undefined;
|
|
8701
8743
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8702
8744
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8703
8745
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8704
8746
|
is_valid?: boolean | undefined;
|
|
8705
|
-
auto_join?: boolean | undefined;
|
|
8706
8747
|
card_id?: string | undefined;
|
|
8707
8748
|
credential_id?: string | undefined;
|
|
8708
8749
|
} | undefined;
|
|
8709
8750
|
assa_abloy_vostio_metadata?: {
|
|
8710
8751
|
endpoint_id?: string | undefined;
|
|
8752
|
+
auto_join?: boolean | undefined;
|
|
8711
8753
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8712
8754
|
key_id?: string | undefined;
|
|
8713
8755
|
key_issuing_request_id?: string | undefined;
|
|
@@ -21343,6 +21385,9 @@ declare const _default: {
|
|
|
21343
21385
|
assa_abloy_vostio_metadata: {
|
|
21344
21386
|
description: string;
|
|
21345
21387
|
properties: {
|
|
21388
|
+
auto_join: {
|
|
21389
|
+
type: string;
|
|
21390
|
+
};
|
|
21346
21391
|
door_names: {
|
|
21347
21392
|
items: {
|
|
21348
21393
|
type: string;
|
|
@@ -22828,6 +22873,9 @@ declare const _default: {
|
|
|
22828
22873
|
assa_abloy_vostio_metadata: {
|
|
22829
22874
|
description: string;
|
|
22830
22875
|
properties: {
|
|
22876
|
+
auto_join: {
|
|
22877
|
+
type: string;
|
|
22878
|
+
};
|
|
22831
22879
|
door_names: {
|
|
22832
22880
|
items: {
|
|
22833
22881
|
type: string;
|
|
@@ -23370,6 +23418,9 @@ declare const _default: {
|
|
|
23370
23418
|
assa_abloy_vostio_metadata: {
|
|
23371
23419
|
description: string;
|
|
23372
23420
|
properties: {
|
|
23421
|
+
auto_join: {
|
|
23422
|
+
type: string;
|
|
23423
|
+
};
|
|
23373
23424
|
door_names: {
|
|
23374
23425
|
items: {
|
|
23375
23426
|
type: string;
|
|
@@ -29820,6 +29871,9 @@ declare const _default: {
|
|
|
29820
29871
|
assa_abloy_vostio_metadata: {
|
|
29821
29872
|
description: string;
|
|
29822
29873
|
properties: {
|
|
29874
|
+
auto_join: {
|
|
29875
|
+
type: string;
|
|
29876
|
+
};
|
|
29823
29877
|
door_names: {
|
|
29824
29878
|
items: {
|
|
29825
29879
|
type: string;
|
|
@@ -34291,6 +34345,9 @@ declare const _default: {
|
|
|
34291
34345
|
assa_abloy_vostio_metadata: {
|
|
34292
34346
|
description: string;
|
|
34293
34347
|
properties: {
|
|
34348
|
+
auto_join: {
|
|
34349
|
+
type: string;
|
|
34350
|
+
};
|
|
34294
34351
|
join_all_guest_acs_entrances: {
|
|
34295
34352
|
type: string;
|
|
34296
34353
|
};
|
|
@@ -34729,6 +34786,14 @@ declare const _default: {
|
|
|
34729
34786
|
};
|
|
34730
34787
|
required: string[];
|
|
34731
34788
|
type: string;
|
|
34789
|
+
} | {
|
|
34790
|
+
properties: {
|
|
34791
|
+
acs_user_id?: never;
|
|
34792
|
+
acs_system_id?: never;
|
|
34793
|
+
user_identity_id?: never;
|
|
34794
|
+
};
|
|
34795
|
+
type: string;
|
|
34796
|
+
required?: never;
|
|
34732
34797
|
})[];
|
|
34733
34798
|
properties?: never;
|
|
34734
34799
|
type?: never;
|
|
@@ -52054,6 +52119,7 @@ interface Routes {
|
|
|
52054
52119
|
} | undefined;
|
|
52055
52120
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52056
52121
|
assa_abloy_vostio_metadata?: {
|
|
52122
|
+
auto_join?: boolean | undefined;
|
|
52057
52123
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
52058
52124
|
key_id?: string | undefined;
|
|
52059
52125
|
key_issuing_request_id?: string | undefined;
|
|
@@ -52165,6 +52231,7 @@ interface Routes {
|
|
|
52165
52231
|
} | undefined;
|
|
52166
52232
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52167
52233
|
assa_abloy_vostio_metadata?: {
|
|
52234
|
+
auto_join?: boolean | undefined;
|
|
52168
52235
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
52169
52236
|
key_id?: string | undefined;
|
|
52170
52237
|
key_issuing_request_id?: string | undefined;
|
|
@@ -52387,6 +52454,7 @@ interface Routes {
|
|
|
52387
52454
|
} | undefined;
|
|
52388
52455
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52389
52456
|
assa_abloy_vostio_metadata?: {
|
|
52457
|
+
auto_join?: boolean | undefined;
|
|
52390
52458
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
52391
52459
|
key_id?: string | undefined;
|
|
52392
52460
|
key_issuing_request_id?: string | undefined;
|
|
@@ -52498,6 +52566,7 @@ interface Routes {
|
|
|
52498
52566
|
} | undefined;
|
|
52499
52567
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52500
52568
|
assa_abloy_vostio_metadata?: {
|
|
52569
|
+
auto_join?: boolean | undefined;
|
|
52501
52570
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
52502
52571
|
key_id?: string | undefined;
|
|
52503
52572
|
key_issuing_request_id?: string | undefined;
|
|
@@ -54098,6 +54167,7 @@ interface Routes {
|
|
|
54098
54167
|
} | undefined;
|
|
54099
54168
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
54100
54169
|
assa_abloy_vostio_metadata?: {
|
|
54170
|
+
auto_join?: boolean | undefined;
|
|
54101
54171
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54102
54172
|
key_id?: string | undefined;
|
|
54103
54173
|
key_issuing_request_id?: string | undefined;
|
|
@@ -54209,6 +54279,7 @@ interface Routes {
|
|
|
54209
54279
|
} | undefined;
|
|
54210
54280
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
54211
54281
|
assa_abloy_vostio_metadata?: {
|
|
54282
|
+
auto_join?: boolean | undefined;
|
|
54212
54283
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54213
54284
|
key_id?: string | undefined;
|
|
54214
54285
|
key_issuing_request_id?: string | undefined;
|
|
@@ -54431,6 +54502,7 @@ interface Routes {
|
|
|
54431
54502
|
} | undefined;
|
|
54432
54503
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
54433
54504
|
assa_abloy_vostio_metadata?: {
|
|
54505
|
+
auto_join?: boolean | undefined;
|
|
54434
54506
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54435
54507
|
key_id?: string | undefined;
|
|
54436
54508
|
key_issuing_request_id?: string | undefined;
|
|
@@ -54542,6 +54614,7 @@ interface Routes {
|
|
|
54542
54614
|
} | undefined;
|
|
54543
54615
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
54544
54616
|
assa_abloy_vostio_metadata?: {
|
|
54617
|
+
auto_join?: boolean | undefined;
|
|
54545
54618
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54546
54619
|
key_id?: string | undefined;
|
|
54547
54620
|
key_issuing_request_id?: string | undefined;
|
|
@@ -57553,6 +57626,7 @@ interface Routes {
|
|
|
57553
57626
|
} | undefined;
|
|
57554
57627
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57555
57628
|
assa_abloy_vostio_metadata?: {
|
|
57629
|
+
auto_join?: boolean | undefined;
|
|
57556
57630
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
57557
57631
|
key_id?: string | undefined;
|
|
57558
57632
|
key_issuing_request_id?: string | undefined;
|
|
@@ -57664,6 +57738,7 @@ interface Routes {
|
|
|
57664
57738
|
} | undefined;
|
|
57665
57739
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57666
57740
|
assa_abloy_vostio_metadata?: {
|
|
57741
|
+
auto_join?: boolean | undefined;
|
|
57667
57742
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
57668
57743
|
key_id?: string | undefined;
|
|
57669
57744
|
key_issuing_request_id?: string | undefined;
|
|
@@ -57886,6 +57961,7 @@ interface Routes {
|
|
|
57886
57961
|
} | undefined;
|
|
57887
57962
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57888
57963
|
assa_abloy_vostio_metadata?: {
|
|
57964
|
+
auto_join?: boolean | undefined;
|
|
57889
57965
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
57890
57966
|
key_id?: string | undefined;
|
|
57891
57967
|
key_issuing_request_id?: string | undefined;
|
|
@@ -57997,6 +58073,7 @@ interface Routes {
|
|
|
57997
58073
|
} | undefined;
|
|
57998
58074
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57999
58075
|
assa_abloy_vostio_metadata?: {
|
|
58076
|
+
auto_join?: boolean | undefined;
|
|
58000
58077
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
58001
58078
|
key_id?: string | undefined;
|
|
58002
58079
|
key_issuing_request_id?: string | undefined;
|
|
@@ -59601,6 +59678,7 @@ interface Routes {
|
|
|
59601
59678
|
} | undefined;
|
|
59602
59679
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59603
59680
|
assa_abloy_vostio_metadata?: {
|
|
59681
|
+
auto_join?: boolean | undefined;
|
|
59604
59682
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
59605
59683
|
key_id?: string | undefined;
|
|
59606
59684
|
key_issuing_request_id?: string | undefined;
|
|
@@ -59712,6 +59790,7 @@ interface Routes {
|
|
|
59712
59790
|
} | undefined;
|
|
59713
59791
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59714
59792
|
assa_abloy_vostio_metadata?: {
|
|
59793
|
+
auto_join?: boolean | undefined;
|
|
59715
59794
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
59716
59795
|
key_id?: string | undefined;
|
|
59717
59796
|
key_issuing_request_id?: string | undefined;
|
|
@@ -59934,6 +60013,7 @@ interface Routes {
|
|
|
59934
60013
|
} | undefined;
|
|
59935
60014
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59936
60015
|
assa_abloy_vostio_metadata?: {
|
|
60016
|
+
auto_join?: boolean | undefined;
|
|
59937
60017
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
59938
60018
|
key_id?: string | undefined;
|
|
59939
60019
|
key_issuing_request_id?: string | undefined;
|
|
@@ -60045,6 +60125,7 @@ interface Routes {
|
|
|
60045
60125
|
} | undefined;
|
|
60046
60126
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
60047
60127
|
assa_abloy_vostio_metadata?: {
|
|
60128
|
+
auto_join?: boolean | undefined;
|
|
60048
60129
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
60049
60130
|
key_id?: string | undefined;
|
|
60050
60131
|
key_issuing_request_id?: string | undefined;
|
|
@@ -61153,6 +61234,7 @@ interface Routes {
|
|
|
61153
61234
|
} | undefined;
|
|
61154
61235
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61155
61236
|
assa_abloy_vostio_metadata?: {
|
|
61237
|
+
auto_join?: boolean | undefined;
|
|
61156
61238
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
61157
61239
|
key_id?: string | undefined;
|
|
61158
61240
|
key_issuing_request_id?: string | undefined;
|
|
@@ -61197,6 +61279,7 @@ interface Routes {
|
|
|
61197
61279
|
} | undefined;
|
|
61198
61280
|
/** Vostio-specific metadata for the new credential. */
|
|
61199
61281
|
assa_abloy_vostio_metadata?: {
|
|
61282
|
+
auto_join?: boolean | undefined;
|
|
61200
61283
|
override_all_guest_acs_entrances?: boolean | undefined;
|
|
61201
61284
|
join_all_guest_acs_entrances?: boolean | undefined;
|
|
61202
61285
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
@@ -61322,6 +61405,7 @@ interface Routes {
|
|
|
61322
61405
|
} | undefined;
|
|
61323
61406
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61324
61407
|
assa_abloy_vostio_metadata?: {
|
|
61408
|
+
auto_join?: boolean | undefined;
|
|
61325
61409
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
61326
61410
|
key_id?: string | undefined;
|
|
61327
61411
|
key_issuing_request_id?: string | undefined;
|
|
@@ -61460,6 +61544,7 @@ interface Routes {
|
|
|
61460
61544
|
} | undefined;
|
|
61461
61545
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61462
61546
|
assa_abloy_vostio_metadata?: {
|
|
61547
|
+
auto_join?: boolean | undefined;
|
|
61463
61548
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
61464
61549
|
key_id?: string | undefined;
|
|
61465
61550
|
key_issuing_request_id?: string | undefined;
|
|
@@ -61602,6 +61687,7 @@ interface Routes {
|
|
|
61602
61687
|
} | undefined;
|
|
61603
61688
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61604
61689
|
assa_abloy_vostio_metadata?: {
|
|
61690
|
+
auto_join?: boolean | undefined;
|
|
61605
61691
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
61606
61692
|
key_id?: string | undefined;
|
|
61607
61693
|
key_issuing_request_id?: string | undefined;
|
|
@@ -61631,7 +61717,7 @@ interface Routes {
|
|
|
61631
61717
|
} | {
|
|
61632
61718
|
/** ID of the user identity for which you want to retrieve all credentials. */
|
|
61633
61719
|
user_identity_id: string;
|
|
61634
|
-
}) & {
|
|
61720
|
+
} | {}) & {
|
|
61635
61721
|
/** Number of credentials to return. */
|
|
61636
61722
|
limit?: number;
|
|
61637
61723
|
/** 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. */
|
|
@@ -61745,6 +61831,7 @@ interface Routes {
|
|
|
61745
61831
|
} | undefined;
|
|
61746
61832
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61747
61833
|
assa_abloy_vostio_metadata?: {
|
|
61834
|
+
auto_join?: boolean | undefined;
|
|
61748
61835
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
61749
61836
|
key_id?: string | undefined;
|
|
61750
61837
|
key_issuing_request_id?: string | undefined;
|
|
@@ -61952,6 +62039,7 @@ interface Routes {
|
|
|
61952
62039
|
} | undefined;
|
|
61953
62040
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61954
62041
|
assa_abloy_vostio_metadata?: {
|
|
62042
|
+
auto_join?: boolean | undefined;
|
|
61955
62043
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
61956
62044
|
key_id?: string | undefined;
|
|
61957
62045
|
key_issuing_request_id?: string | undefined;
|
|
@@ -62078,6 +62166,7 @@ interface Routes {
|
|
|
62078
62166
|
} | undefined;
|
|
62079
62167
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
62080
62168
|
assa_abloy_vostio_metadata?: {
|
|
62169
|
+
auto_join?: boolean | undefined;
|
|
62081
62170
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
62082
62171
|
key_id?: string | undefined;
|
|
62083
62172
|
key_issuing_request_id?: string | undefined;
|
|
@@ -62214,6 +62303,7 @@ interface Routes {
|
|
|
62214
62303
|
} | undefined;
|
|
62215
62304
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
62216
62305
|
assa_abloy_vostio_metadata?: {
|
|
62306
|
+
auto_join?: boolean | undefined;
|
|
62217
62307
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
62218
62308
|
key_id?: string | undefined;
|
|
62219
62309
|
key_issuing_request_id?: string | undefined;
|
|
@@ -62348,6 +62438,7 @@ interface Routes {
|
|
|
62348
62438
|
} | undefined;
|
|
62349
62439
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
62350
62440
|
assa_abloy_vostio_metadata?: {
|
|
62441
|
+
auto_join?: boolean | undefined;
|
|
62351
62442
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
62352
62443
|
key_id?: string | undefined;
|
|
62353
62444
|
key_issuing_request_id?: string | undefined;
|
|
@@ -62589,6 +62680,7 @@ interface Routes {
|
|
|
62589
62680
|
} | undefined;
|
|
62590
62681
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
62591
62682
|
assa_abloy_vostio_metadata?: {
|
|
62683
|
+
auto_join?: boolean | undefined;
|
|
62592
62684
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
62593
62685
|
key_id?: string | undefined;
|
|
62594
62686
|
key_issuing_request_id?: string | undefined;
|
|
@@ -62700,6 +62792,7 @@ interface Routes {
|
|
|
62700
62792
|
} | undefined;
|
|
62701
62793
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
62702
62794
|
assa_abloy_vostio_metadata?: {
|
|
62795
|
+
auto_join?: boolean | undefined;
|
|
62703
62796
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
62704
62797
|
key_id?: string | undefined;
|
|
62705
62798
|
key_issuing_request_id?: string | undefined;
|
|
@@ -62922,6 +63015,7 @@ interface Routes {
|
|
|
62922
63015
|
} | undefined;
|
|
62923
63016
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
62924
63017
|
assa_abloy_vostio_metadata?: {
|
|
63018
|
+
auto_join?: boolean | undefined;
|
|
62925
63019
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
62926
63020
|
key_id?: string | undefined;
|
|
62927
63021
|
key_issuing_request_id?: string | undefined;
|
|
@@ -63033,6 +63127,7 @@ interface Routes {
|
|
|
63033
63127
|
} | undefined;
|
|
63034
63128
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
63035
63129
|
assa_abloy_vostio_metadata?: {
|
|
63130
|
+
auto_join?: boolean | undefined;
|
|
63036
63131
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
63037
63132
|
key_id?: string | undefined;
|
|
63038
63133
|
key_issuing_request_id?: string | undefined;
|
|
@@ -63703,6 +63798,7 @@ interface Routes {
|
|
|
63703
63798
|
} | undefined;
|
|
63704
63799
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
63705
63800
|
assa_abloy_vostio_metadata?: {
|
|
63801
|
+
auto_join?: boolean | undefined;
|
|
63706
63802
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
63707
63803
|
key_id?: string | undefined;
|
|
63708
63804
|
key_issuing_request_id?: string | undefined;
|
|
@@ -63814,6 +63910,7 @@ interface Routes {
|
|
|
63814
63910
|
} | undefined;
|
|
63815
63911
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
63816
63912
|
assa_abloy_vostio_metadata?: {
|
|
63913
|
+
auto_join?: boolean | undefined;
|
|
63817
63914
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
63818
63915
|
key_id?: string | undefined;
|
|
63819
63916
|
key_issuing_request_id?: string | undefined;
|
|
@@ -64036,6 +64133,7 @@ interface Routes {
|
|
|
64036
64133
|
} | undefined;
|
|
64037
64134
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64038
64135
|
assa_abloy_vostio_metadata?: {
|
|
64136
|
+
auto_join?: boolean | undefined;
|
|
64039
64137
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
64040
64138
|
key_id?: string | undefined;
|
|
64041
64139
|
key_issuing_request_id?: string | undefined;
|
|
@@ -64147,6 +64245,7 @@ interface Routes {
|
|
|
64147
64245
|
} | undefined;
|
|
64148
64246
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64149
64247
|
assa_abloy_vostio_metadata?: {
|
|
64248
|
+
auto_join?: boolean | undefined;
|
|
64150
64249
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
64151
64250
|
key_id?: string | undefined;
|
|
64152
64251
|
key_issuing_request_id?: string | undefined;
|
|
@@ -64909,6 +65008,7 @@ interface Routes {
|
|
|
64909
65008
|
} | undefined;
|
|
64910
65009
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64911
65010
|
assa_abloy_vostio_metadata?: {
|
|
65011
|
+
auto_join?: boolean | undefined;
|
|
64912
65012
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
64913
65013
|
key_id?: string | undefined;
|
|
64914
65014
|
key_issuing_request_id?: string | undefined;
|
|
@@ -65020,6 +65120,7 @@ interface Routes {
|
|
|
65020
65120
|
} | undefined;
|
|
65021
65121
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65022
65122
|
assa_abloy_vostio_metadata?: {
|
|
65123
|
+
auto_join?: boolean | undefined;
|
|
65023
65124
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
65024
65125
|
key_id?: string | undefined;
|
|
65025
65126
|
key_issuing_request_id?: string | undefined;
|
|
@@ -65242,6 +65343,7 @@ interface Routes {
|
|
|
65242
65343
|
} | undefined;
|
|
65243
65344
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65244
65345
|
assa_abloy_vostio_metadata?: {
|
|
65346
|
+
auto_join?: boolean | undefined;
|
|
65245
65347
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
65246
65348
|
key_id?: string | undefined;
|
|
65247
65349
|
key_issuing_request_id?: string | undefined;
|
|
@@ -65353,6 +65455,7 @@ interface Routes {
|
|
|
65353
65455
|
} | undefined;
|
|
65354
65456
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65355
65457
|
assa_abloy_vostio_metadata?: {
|
|
65458
|
+
auto_join?: boolean | undefined;
|
|
65356
65459
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
65357
65460
|
key_id?: string | undefined;
|
|
65358
65461
|
key_issuing_request_id?: string | undefined;
|
|
@@ -66152,6 +66255,7 @@ interface Routes {
|
|
|
66152
66255
|
} | undefined;
|
|
66153
66256
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
66154
66257
|
assa_abloy_vostio_metadata?: {
|
|
66258
|
+
auto_join?: boolean | undefined;
|
|
66155
66259
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
66156
66260
|
key_id?: string | undefined;
|
|
66157
66261
|
key_issuing_request_id?: string | undefined;
|
|
@@ -67996,6 +68100,7 @@ interface Routes {
|
|
|
67996
68100
|
} | undefined;
|
|
67997
68101
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
67998
68102
|
assa_abloy_vostio_metadata?: {
|
|
68103
|
+
auto_join?: boolean | undefined;
|
|
67999
68104
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
68000
68105
|
key_id?: string | undefined;
|
|
68001
68106
|
key_issuing_request_id?: string | undefined;
|
|
@@ -68107,6 +68212,7 @@ interface Routes {
|
|
|
68107
68212
|
} | undefined;
|
|
68108
68213
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68109
68214
|
assa_abloy_vostio_metadata?: {
|
|
68215
|
+
auto_join?: boolean | undefined;
|
|
68110
68216
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
68111
68217
|
key_id?: string | undefined;
|
|
68112
68218
|
key_issuing_request_id?: string | undefined;
|
|
@@ -68329,6 +68435,7 @@ interface Routes {
|
|
|
68329
68435
|
} | undefined;
|
|
68330
68436
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68331
68437
|
assa_abloy_vostio_metadata?: {
|
|
68438
|
+
auto_join?: boolean | undefined;
|
|
68332
68439
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
68333
68440
|
key_id?: string | undefined;
|
|
68334
68441
|
key_issuing_request_id?: string | undefined;
|
|
@@ -68440,6 +68547,7 @@ interface Routes {
|
|
|
68440
68547
|
} | undefined;
|
|
68441
68548
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68442
68549
|
assa_abloy_vostio_metadata?: {
|
|
68550
|
+
auto_join?: boolean | undefined;
|
|
68443
68551
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
68444
68552
|
key_id?: string | undefined;
|
|
68445
68553
|
key_issuing_request_id?: string | undefined;
|
|
@@ -69106,6 +69214,7 @@ interface Routes {
|
|
|
69106
69214
|
} | undefined;
|
|
69107
69215
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
69108
69216
|
assa_abloy_vostio_metadata?: {
|
|
69217
|
+
auto_join?: boolean | undefined;
|
|
69109
69218
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69110
69219
|
key_id?: string | undefined;
|
|
69111
69220
|
key_issuing_request_id?: string | undefined;
|
|
@@ -69217,6 +69326,7 @@ interface Routes {
|
|
|
69217
69326
|
} | undefined;
|
|
69218
69327
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
69219
69328
|
assa_abloy_vostio_metadata?: {
|
|
69329
|
+
auto_join?: boolean | undefined;
|
|
69220
69330
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69221
69331
|
key_id?: string | undefined;
|
|
69222
69332
|
key_issuing_request_id?: string | undefined;
|
|
@@ -69439,6 +69549,7 @@ interface Routes {
|
|
|
69439
69549
|
} | undefined;
|
|
69440
69550
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
69441
69551
|
assa_abloy_vostio_metadata?: {
|
|
69552
|
+
auto_join?: boolean | undefined;
|
|
69442
69553
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69443
69554
|
key_id?: string | undefined;
|
|
69444
69555
|
key_issuing_request_id?: string | undefined;
|
|
@@ -69550,6 +69661,7 @@ interface Routes {
|
|
|
69550
69661
|
} | undefined;
|
|
69551
69662
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
69552
69663
|
assa_abloy_vostio_metadata?: {
|
|
69664
|
+
auto_join?: boolean | undefined;
|
|
69553
69665
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69554
69666
|
key_id?: string | undefined;
|
|
69555
69667
|
key_issuing_request_id?: string | undefined;
|
|
@@ -78945,6 +79057,7 @@ interface Routes {
|
|
|
78945
79057
|
} | undefined;
|
|
78946
79058
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
78947
79059
|
assa_abloy_vostio_metadata?: {
|
|
79060
|
+
auto_join?: boolean | undefined;
|
|
78948
79061
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
78949
79062
|
key_id?: string | undefined;
|
|
78950
79063
|
key_issuing_request_id?: string | undefined;
|
|
@@ -79056,6 +79169,7 @@ interface Routes {
|
|
|
79056
79169
|
} | undefined;
|
|
79057
79170
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
79058
79171
|
assa_abloy_vostio_metadata?: {
|
|
79172
|
+
auto_join?: boolean | undefined;
|
|
79059
79173
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
79060
79174
|
key_id?: string | undefined;
|
|
79061
79175
|
key_issuing_request_id?: string | undefined;
|
|
@@ -79278,6 +79392,7 @@ interface Routes {
|
|
|
79278
79392
|
} | undefined;
|
|
79279
79393
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
79280
79394
|
assa_abloy_vostio_metadata?: {
|
|
79395
|
+
auto_join?: boolean | undefined;
|
|
79281
79396
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
79282
79397
|
key_id?: string | undefined;
|
|
79283
79398
|
key_issuing_request_id?: string | undefined;
|
|
@@ -79389,6 +79504,7 @@ interface Routes {
|
|
|
79389
79504
|
} | undefined;
|
|
79390
79505
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
79391
79506
|
assa_abloy_vostio_metadata?: {
|
|
79507
|
+
auto_join?: boolean | undefined;
|
|
79392
79508
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
79393
79509
|
key_id?: string | undefined;
|
|
79394
79510
|
key_issuing_request_id?: string | undefined;
|
|
@@ -80057,6 +80173,7 @@ interface Routes {
|
|
|
80057
80173
|
} | undefined;
|
|
80058
80174
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80059
80175
|
assa_abloy_vostio_metadata?: {
|
|
80176
|
+
auto_join?: boolean | undefined;
|
|
80060
80177
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
80061
80178
|
key_id?: string | undefined;
|
|
80062
80179
|
key_issuing_request_id?: string | undefined;
|
|
@@ -80168,6 +80285,7 @@ interface Routes {
|
|
|
80168
80285
|
} | undefined;
|
|
80169
80286
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80170
80287
|
assa_abloy_vostio_metadata?: {
|
|
80288
|
+
auto_join?: boolean | undefined;
|
|
80171
80289
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
80172
80290
|
key_id?: string | undefined;
|
|
80173
80291
|
key_issuing_request_id?: string | undefined;
|
|
@@ -80390,6 +80508,7 @@ interface Routes {
|
|
|
80390
80508
|
} | undefined;
|
|
80391
80509
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80392
80510
|
assa_abloy_vostio_metadata?: {
|
|
80511
|
+
auto_join?: boolean | undefined;
|
|
80393
80512
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
80394
80513
|
key_id?: string | undefined;
|
|
80395
80514
|
key_issuing_request_id?: string | undefined;
|
|
@@ -80501,6 +80620,7 @@ interface Routes {
|
|
|
80501
80620
|
} | undefined;
|
|
80502
80621
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80503
80622
|
assa_abloy_vostio_metadata?: {
|
|
80623
|
+
auto_join?: boolean | undefined;
|
|
80504
80624
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
80505
80625
|
key_id?: string | undefined;
|
|
80506
80626
|
key_issuing_request_id?: string | undefined;
|
|
@@ -81168,6 +81288,7 @@ interface Routes {
|
|
|
81168
81288
|
} | undefined;
|
|
81169
81289
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
81170
81290
|
assa_abloy_vostio_metadata?: {
|
|
81291
|
+
auto_join?: boolean | undefined;
|
|
81171
81292
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
81172
81293
|
key_id?: string | undefined;
|
|
81173
81294
|
key_issuing_request_id?: string | undefined;
|
|
@@ -81279,6 +81400,7 @@ interface Routes {
|
|
|
81279
81400
|
} | undefined;
|
|
81280
81401
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
81281
81402
|
assa_abloy_vostio_metadata?: {
|
|
81403
|
+
auto_join?: boolean | undefined;
|
|
81282
81404
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
81283
81405
|
key_id?: string | undefined;
|
|
81284
81406
|
key_issuing_request_id?: string | undefined;
|
|
@@ -81501,6 +81623,7 @@ interface Routes {
|
|
|
81501
81623
|
} | undefined;
|
|
81502
81624
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
81503
81625
|
assa_abloy_vostio_metadata?: {
|
|
81626
|
+
auto_join?: boolean | undefined;
|
|
81504
81627
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
81505
81628
|
key_id?: string | undefined;
|
|
81506
81629
|
key_issuing_request_id?: string | undefined;
|
|
@@ -81612,6 +81735,7 @@ interface Routes {
|
|
|
81612
81735
|
} | undefined;
|
|
81613
81736
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
81614
81737
|
assa_abloy_vostio_metadata?: {
|
|
81738
|
+
auto_join?: boolean | undefined;
|
|
81615
81739
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
81616
81740
|
key_id?: string | undefined;
|
|
81617
81741
|
key_issuing_request_id?: string | undefined;
|
|
@@ -82280,6 +82404,7 @@ interface Routes {
|
|
|
82280
82404
|
} | undefined;
|
|
82281
82405
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
82282
82406
|
assa_abloy_vostio_metadata?: {
|
|
82407
|
+
auto_join?: boolean | undefined;
|
|
82283
82408
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
82284
82409
|
key_id?: string | undefined;
|
|
82285
82410
|
key_issuing_request_id?: string | undefined;
|
|
@@ -82391,6 +82516,7 @@ interface Routes {
|
|
|
82391
82516
|
} | undefined;
|
|
82392
82517
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
82393
82518
|
assa_abloy_vostio_metadata?: {
|
|
82519
|
+
auto_join?: boolean | undefined;
|
|
82394
82520
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
82395
82521
|
key_id?: string | undefined;
|
|
82396
82522
|
key_issuing_request_id?: string | undefined;
|
|
@@ -82613,6 +82739,7 @@ interface Routes {
|
|
|
82613
82739
|
} | undefined;
|
|
82614
82740
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
82615
82741
|
assa_abloy_vostio_metadata?: {
|
|
82742
|
+
auto_join?: boolean | undefined;
|
|
82616
82743
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
82617
82744
|
key_id?: string | undefined;
|
|
82618
82745
|
key_issuing_request_id?: string | undefined;
|
|
@@ -82724,6 +82851,7 @@ interface Routes {
|
|
|
82724
82851
|
} | undefined;
|
|
82725
82852
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
82726
82853
|
assa_abloy_vostio_metadata?: {
|
|
82854
|
+
auto_join?: boolean | undefined;
|
|
82727
82855
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
82728
82856
|
key_id?: string | undefined;
|
|
82729
82857
|
key_issuing_request_id?: string | undefined;
|
|
@@ -84973,6 +85101,7 @@ interface Routes {
|
|
|
84973
85101
|
} | undefined;
|
|
84974
85102
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
84975
85103
|
assa_abloy_vostio_metadata?: {
|
|
85104
|
+
auto_join?: boolean | undefined;
|
|
84976
85105
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
84977
85106
|
key_id?: string | undefined;
|
|
84978
85107
|
key_issuing_request_id?: string | undefined;
|
|
@@ -85084,6 +85213,7 @@ interface Routes {
|
|
|
85084
85213
|
} | undefined;
|
|
85085
85214
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
85086
85215
|
assa_abloy_vostio_metadata?: {
|
|
85216
|
+
auto_join?: boolean | undefined;
|
|
85087
85217
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
85088
85218
|
key_id?: string | undefined;
|
|
85089
85219
|
key_issuing_request_id?: string | undefined;
|
|
@@ -85306,6 +85436,7 @@ interface Routes {
|
|
|
85306
85436
|
} | undefined;
|
|
85307
85437
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
85308
85438
|
assa_abloy_vostio_metadata?: {
|
|
85439
|
+
auto_join?: boolean | undefined;
|
|
85309
85440
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
85310
85441
|
key_id?: string | undefined;
|
|
85311
85442
|
key_issuing_request_id?: string | undefined;
|
|
@@ -85417,6 +85548,7 @@ interface Routes {
|
|
|
85417
85548
|
} | undefined;
|
|
85418
85549
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
85419
85550
|
assa_abloy_vostio_metadata?: {
|
|
85551
|
+
auto_join?: boolean | undefined;
|
|
85420
85552
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
85421
85553
|
key_id?: string | undefined;
|
|
85422
85554
|
key_issuing_request_id?: string | undefined;
|
|
@@ -86096,6 +86228,7 @@ interface Routes {
|
|
|
86096
86228
|
} | undefined;
|
|
86097
86229
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
86098
86230
|
assa_abloy_vostio_metadata?: {
|
|
86231
|
+
auto_join?: boolean | undefined;
|
|
86099
86232
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
86100
86233
|
key_id?: string | undefined;
|
|
86101
86234
|
key_issuing_request_id?: string | undefined;
|
|
@@ -86207,6 +86340,7 @@ interface Routes {
|
|
|
86207
86340
|
} | undefined;
|
|
86208
86341
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
86209
86342
|
assa_abloy_vostio_metadata?: {
|
|
86343
|
+
auto_join?: boolean | undefined;
|
|
86210
86344
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
86211
86345
|
key_id?: string | undefined;
|
|
86212
86346
|
key_issuing_request_id?: string | undefined;
|
|
@@ -86429,6 +86563,7 @@ interface Routes {
|
|
|
86429
86563
|
} | undefined;
|
|
86430
86564
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
86431
86565
|
assa_abloy_vostio_metadata?: {
|
|
86566
|
+
auto_join?: boolean | undefined;
|
|
86432
86567
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
86433
86568
|
key_id?: string | undefined;
|
|
86434
86569
|
key_issuing_request_id?: string | undefined;
|
|
@@ -86540,6 +86675,7 @@ interface Routes {
|
|
|
86540
86675
|
} | undefined;
|
|
86541
86676
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
86542
86677
|
assa_abloy_vostio_metadata?: {
|
|
86678
|
+
auto_join?: boolean | undefined;
|
|
86543
86679
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
86544
86680
|
key_id?: string | undefined;
|
|
86545
86681
|
key_issuing_request_id?: string | undefined;
|
|
@@ -87258,6 +87394,7 @@ interface Routes {
|
|
|
87258
87394
|
} | undefined;
|
|
87259
87395
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
87260
87396
|
assa_abloy_vostio_metadata?: {
|
|
87397
|
+
auto_join?: boolean | undefined;
|
|
87261
87398
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
87262
87399
|
key_id?: string | undefined;
|
|
87263
87400
|
key_issuing_request_id?: string | undefined;
|
|
@@ -87369,6 +87506,7 @@ interface Routes {
|
|
|
87369
87506
|
} | undefined;
|
|
87370
87507
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
87371
87508
|
assa_abloy_vostio_metadata?: {
|
|
87509
|
+
auto_join?: boolean | undefined;
|
|
87372
87510
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
87373
87511
|
key_id?: string | undefined;
|
|
87374
87512
|
key_issuing_request_id?: string | undefined;
|
|
@@ -87591,6 +87729,7 @@ interface Routes {
|
|
|
87591
87729
|
} | undefined;
|
|
87592
87730
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
87593
87731
|
assa_abloy_vostio_metadata?: {
|
|
87732
|
+
auto_join?: boolean | undefined;
|
|
87594
87733
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
87595
87734
|
key_id?: string | undefined;
|
|
87596
87735
|
key_issuing_request_id?: string | undefined;
|
|
@@ -87702,6 +87841,7 @@ interface Routes {
|
|
|
87702
87841
|
} | undefined;
|
|
87703
87842
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
87704
87843
|
assa_abloy_vostio_metadata?: {
|
|
87844
|
+
auto_join?: boolean | undefined;
|
|
87705
87845
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
87706
87846
|
key_id?: string | undefined;
|
|
87707
87847
|
key_issuing_request_id?: string | undefined;
|
|
@@ -88854,6 +88994,7 @@ interface Routes {
|
|
|
88854
88994
|
} | undefined;
|
|
88855
88995
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
88856
88996
|
assa_abloy_vostio_metadata?: {
|
|
88997
|
+
auto_join?: boolean | undefined;
|
|
88857
88998
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
88858
88999
|
key_id?: string | undefined;
|
|
88859
89000
|
key_issuing_request_id?: string | undefined;
|
|
@@ -88965,6 +89106,7 @@ interface Routes {
|
|
|
88965
89106
|
} | undefined;
|
|
88966
89107
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
88967
89108
|
assa_abloy_vostio_metadata?: {
|
|
89109
|
+
auto_join?: boolean | undefined;
|
|
88968
89110
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
88969
89111
|
key_id?: string | undefined;
|
|
88970
89112
|
key_issuing_request_id?: string | undefined;
|
|
@@ -89187,6 +89329,7 @@ interface Routes {
|
|
|
89187
89329
|
} | undefined;
|
|
89188
89330
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
89189
89331
|
assa_abloy_vostio_metadata?: {
|
|
89332
|
+
auto_join?: boolean | undefined;
|
|
89190
89333
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
89191
89334
|
key_id?: string | undefined;
|
|
89192
89335
|
key_issuing_request_id?: string | undefined;
|
|
@@ -89298,6 +89441,7 @@ interface Routes {
|
|
|
89298
89441
|
} | undefined;
|
|
89299
89442
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
89300
89443
|
assa_abloy_vostio_metadata?: {
|
|
89444
|
+
auto_join?: boolean | undefined;
|
|
89301
89445
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
89302
89446
|
key_id?: string | undefined;
|
|
89303
89447
|
key_issuing_request_id?: string | undefined;
|
|
@@ -92210,6 +92354,7 @@ interface Routes {
|
|
|
92210
92354
|
} | undefined;
|
|
92211
92355
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
92212
92356
|
assa_abloy_vostio_metadata?: {
|
|
92357
|
+
auto_join?: boolean | undefined;
|
|
92213
92358
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
92214
92359
|
key_id?: string | undefined;
|
|
92215
92360
|
key_issuing_request_id?: string | undefined;
|
|
@@ -92321,6 +92466,7 @@ interface Routes {
|
|
|
92321
92466
|
} | undefined;
|
|
92322
92467
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
92323
92468
|
assa_abloy_vostio_metadata?: {
|
|
92469
|
+
auto_join?: boolean | undefined;
|
|
92324
92470
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
92325
92471
|
key_id?: string | undefined;
|
|
92326
92472
|
key_issuing_request_id?: string | undefined;
|
|
@@ -92543,6 +92689,7 @@ interface Routes {
|
|
|
92543
92689
|
} | undefined;
|
|
92544
92690
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
92545
92691
|
assa_abloy_vostio_metadata?: {
|
|
92692
|
+
auto_join?: boolean | undefined;
|
|
92546
92693
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
92547
92694
|
key_id?: string | undefined;
|
|
92548
92695
|
key_issuing_request_id?: string | undefined;
|
|
@@ -92654,6 +92801,7 @@ interface Routes {
|
|
|
92654
92801
|
} | undefined;
|
|
92655
92802
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
92656
92803
|
assa_abloy_vostio_metadata?: {
|
|
92804
|
+
auto_join?: boolean | undefined;
|
|
92657
92805
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
92658
92806
|
key_id?: string | undefined;
|
|
92659
92807
|
key_issuing_request_id?: string | undefined;
|
|
@@ -95311,6 +95459,7 @@ interface Routes {
|
|
|
95311
95459
|
} | undefined;
|
|
95312
95460
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
95313
95461
|
assa_abloy_vostio_metadata?: {
|
|
95462
|
+
auto_join?: boolean | undefined;
|
|
95314
95463
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
95315
95464
|
key_id?: string | undefined;
|
|
95316
95465
|
key_issuing_request_id?: string | undefined;
|
|
@@ -95422,6 +95571,7 @@ interface Routes {
|
|
|
95422
95571
|
} | undefined;
|
|
95423
95572
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
95424
95573
|
assa_abloy_vostio_metadata?: {
|
|
95574
|
+
auto_join?: boolean | undefined;
|
|
95425
95575
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
95426
95576
|
key_id?: string | undefined;
|
|
95427
95577
|
key_issuing_request_id?: string | undefined;
|
|
@@ -95644,6 +95794,7 @@ interface Routes {
|
|
|
95644
95794
|
} | undefined;
|
|
95645
95795
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
95646
95796
|
assa_abloy_vostio_metadata?: {
|
|
95797
|
+
auto_join?: boolean | undefined;
|
|
95647
95798
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
95648
95799
|
key_id?: string | undefined;
|
|
95649
95800
|
key_issuing_request_id?: string | undefined;
|
|
@@ -95755,6 +95906,7 @@ interface Routes {
|
|
|
95755
95906
|
} | undefined;
|
|
95756
95907
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
95757
95908
|
assa_abloy_vostio_metadata?: {
|
|
95909
|
+
auto_join?: boolean | undefined;
|
|
95758
95910
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
95759
95911
|
key_id?: string | undefined;
|
|
95760
95912
|
key_issuing_request_id?: string | undefined;
|
|
@@ -96433,6 +96585,7 @@ interface Routes {
|
|
|
96433
96585
|
} | undefined;
|
|
96434
96586
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
96435
96587
|
assa_abloy_vostio_metadata?: {
|
|
96588
|
+
auto_join?: boolean | undefined;
|
|
96436
96589
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
96437
96590
|
key_id?: string | undefined;
|
|
96438
96591
|
key_issuing_request_id?: string | undefined;
|
|
@@ -96544,6 +96697,7 @@ interface Routes {
|
|
|
96544
96697
|
} | undefined;
|
|
96545
96698
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
96546
96699
|
assa_abloy_vostio_metadata?: {
|
|
96700
|
+
auto_join?: boolean | undefined;
|
|
96547
96701
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
96548
96702
|
key_id?: string | undefined;
|
|
96549
96703
|
key_issuing_request_id?: string | undefined;
|
|
@@ -96766,6 +96920,7 @@ interface Routes {
|
|
|
96766
96920
|
} | undefined;
|
|
96767
96921
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
96768
96922
|
assa_abloy_vostio_metadata?: {
|
|
96923
|
+
auto_join?: boolean | undefined;
|
|
96769
96924
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
96770
96925
|
key_id?: string | undefined;
|
|
96771
96926
|
key_issuing_request_id?: string | undefined;
|
|
@@ -96877,6 +97032,7 @@ interface Routes {
|
|
|
96877
97032
|
} | undefined;
|
|
96878
97033
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
96879
97034
|
assa_abloy_vostio_metadata?: {
|
|
97035
|
+
auto_join?: boolean | undefined;
|
|
96880
97036
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
96881
97037
|
key_id?: string | undefined;
|
|
96882
97038
|
key_issuing_request_id?: string | undefined;
|
|
@@ -99088,6 +99244,7 @@ interface Routes {
|
|
|
99088
99244
|
} | undefined;
|
|
99089
99245
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
99090
99246
|
assa_abloy_vostio_metadata?: {
|
|
99247
|
+
auto_join?: boolean | undefined;
|
|
99091
99248
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
99092
99249
|
key_id?: string | undefined;
|
|
99093
99250
|
key_issuing_request_id?: string | undefined;
|
|
@@ -99199,6 +99356,7 @@ interface Routes {
|
|
|
99199
99356
|
} | undefined;
|
|
99200
99357
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
99201
99358
|
assa_abloy_vostio_metadata?: {
|
|
99359
|
+
auto_join?: boolean | undefined;
|
|
99202
99360
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
99203
99361
|
key_id?: string | undefined;
|
|
99204
99362
|
key_issuing_request_id?: string | undefined;
|
|
@@ -99421,6 +99579,7 @@ interface Routes {
|
|
|
99421
99579
|
} | undefined;
|
|
99422
99580
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
99423
99581
|
assa_abloy_vostio_metadata?: {
|
|
99582
|
+
auto_join?: boolean | undefined;
|
|
99424
99583
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
99425
99584
|
key_id?: string | undefined;
|
|
99426
99585
|
key_issuing_request_id?: string | undefined;
|
|
@@ -99532,6 +99691,7 @@ interface Routes {
|
|
|
99532
99691
|
} | undefined;
|
|
99533
99692
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
99534
99693
|
assa_abloy_vostio_metadata?: {
|
|
99694
|
+
auto_join?: boolean | undefined;
|
|
99535
99695
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
99536
99696
|
key_id?: string | undefined;
|
|
99537
99697
|
key_issuing_request_id?: string | undefined;
|
|
@@ -100392,6 +100552,7 @@ interface Routes {
|
|
|
100392
100552
|
} | undefined;
|
|
100393
100553
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
100394
100554
|
assa_abloy_vostio_metadata?: {
|
|
100555
|
+
auto_join?: boolean | undefined;
|
|
100395
100556
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
100396
100557
|
key_id?: string | undefined;
|
|
100397
100558
|
key_issuing_request_id?: string | undefined;
|
|
@@ -100503,6 +100664,7 @@ interface Routes {
|
|
|
100503
100664
|
} | undefined;
|
|
100504
100665
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
100505
100666
|
assa_abloy_vostio_metadata?: {
|
|
100667
|
+
auto_join?: boolean | undefined;
|
|
100506
100668
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
100507
100669
|
key_id?: string | undefined;
|
|
100508
100670
|
key_issuing_request_id?: string | undefined;
|
|
@@ -100725,6 +100887,7 @@ interface Routes {
|
|
|
100725
100887
|
} | undefined;
|
|
100726
100888
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
100727
100889
|
assa_abloy_vostio_metadata?: {
|
|
100890
|
+
auto_join?: boolean | undefined;
|
|
100728
100891
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
100729
100892
|
key_id?: string | undefined;
|
|
100730
100893
|
key_issuing_request_id?: string | undefined;
|
|
@@ -100836,6 +100999,7 @@ interface Routes {
|
|
|
100836
100999
|
} | undefined;
|
|
100837
101000
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
100838
101001
|
assa_abloy_vostio_metadata?: {
|
|
101002
|
+
auto_join?: boolean | undefined;
|
|
100839
101003
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
100840
101004
|
key_id?: string | undefined;
|
|
100841
101005
|
key_issuing_request_id?: string | undefined;
|
|
@@ -101533,6 +101697,7 @@ interface Routes {
|
|
|
101533
101697
|
} | undefined;
|
|
101534
101698
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
101535
101699
|
assa_abloy_vostio_metadata?: {
|
|
101700
|
+
auto_join?: boolean | undefined;
|
|
101536
101701
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
101537
101702
|
key_id?: string | undefined;
|
|
101538
101703
|
key_issuing_request_id?: string | undefined;
|
|
@@ -101644,6 +101809,7 @@ interface Routes {
|
|
|
101644
101809
|
} | undefined;
|
|
101645
101810
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
101646
101811
|
assa_abloy_vostio_metadata?: {
|
|
101812
|
+
auto_join?: boolean | undefined;
|
|
101647
101813
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
101648
101814
|
key_id?: string | undefined;
|
|
101649
101815
|
key_issuing_request_id?: string | undefined;
|
|
@@ -101866,6 +102032,7 @@ interface Routes {
|
|
|
101866
102032
|
} | undefined;
|
|
101867
102033
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
101868
102034
|
assa_abloy_vostio_metadata?: {
|
|
102035
|
+
auto_join?: boolean | undefined;
|
|
101869
102036
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
101870
102037
|
key_id?: string | undefined;
|
|
101871
102038
|
key_issuing_request_id?: string | undefined;
|
|
@@ -101977,6 +102144,7 @@ interface Routes {
|
|
|
101977
102144
|
} | undefined;
|
|
101978
102145
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
101979
102146
|
assa_abloy_vostio_metadata?: {
|
|
102147
|
+
auto_join?: boolean | undefined;
|
|
101980
102148
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
101981
102149
|
key_id?: string | undefined;
|
|
101982
102150
|
key_issuing_request_id?: string | undefined;
|
|
@@ -105504,6 +105672,7 @@ interface Routes {
|
|
|
105504
105672
|
} | undefined;
|
|
105505
105673
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
105506
105674
|
assa_abloy_vostio_metadata?: {
|
|
105675
|
+
auto_join?: boolean | undefined;
|
|
105507
105676
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
105508
105677
|
key_id?: string | undefined;
|
|
105509
105678
|
key_issuing_request_id?: string | undefined;
|
|
@@ -105615,6 +105784,7 @@ interface Routes {
|
|
|
105615
105784
|
} | undefined;
|
|
105616
105785
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
105617
105786
|
assa_abloy_vostio_metadata?: {
|
|
105787
|
+
auto_join?: boolean | undefined;
|
|
105618
105788
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
105619
105789
|
key_id?: string | undefined;
|
|
105620
105790
|
key_issuing_request_id?: string | undefined;
|
|
@@ -105837,6 +106007,7 @@ interface Routes {
|
|
|
105837
106007
|
} | undefined;
|
|
105838
106008
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
105839
106009
|
assa_abloy_vostio_metadata?: {
|
|
106010
|
+
auto_join?: boolean | undefined;
|
|
105840
106011
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
105841
106012
|
key_id?: string | undefined;
|
|
105842
106013
|
key_issuing_request_id?: string | undefined;
|
|
@@ -105948,6 +106119,7 @@ interface Routes {
|
|
|
105948
106119
|
} | undefined;
|
|
105949
106120
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
105950
106121
|
assa_abloy_vostio_metadata?: {
|
|
106122
|
+
auto_join?: boolean | undefined;
|
|
105951
106123
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
105952
106124
|
key_id?: string | undefined;
|
|
105953
106125
|
key_issuing_request_id?: string | undefined;
|