@seamapi/types 1.391.0 → 1.392.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +8 -47
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +212 -166
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -58
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -11
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -21
- package/lib/seam/connect/models/acs/acs-credential.d.ts +18 -8
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +3 -0
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js +1 -0
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/visionline.d.ts +2 -2
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +60 -28
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +26 -12
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +34 -16
- package/lib/seam/connect/openapi.d.ts +15 -0
- package/lib/seam/connect/openapi.js +7 -42
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +119 -75
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -12
- package/src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +7 -48
- package/src/lib/seam/connect/route-types.ts +119 -72
package/dist/connect.d.cts
CHANGED
|
@@ -415,19 +415,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
|
|
|
415
415
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
416
416
|
message: z.ZodString;
|
|
417
417
|
created_at: z.ZodOptional<z.ZodString>;
|
|
418
|
-
}, {
|
|
419
|
-
warning_code: z.ZodLiteral<"schlage_detected_duplicate_code_name">;
|
|
420
|
-
}>, "strip", z.ZodTypeAny, {
|
|
421
|
-
message: string;
|
|
422
|
-
warning_code: "schlage_detected_duplicate_code_name";
|
|
423
|
-
created_at?: string | undefined;
|
|
424
|
-
}, {
|
|
425
|
-
message: string;
|
|
426
|
-
warning_code: "schlage_detected_duplicate_code_name";
|
|
427
|
-
created_at?: string | undefined;
|
|
428
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
429
|
-
message: z.ZodString;
|
|
430
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
431
418
|
}, {
|
|
432
419
|
warning_code: z.ZodLiteral<"schlage_creation_outage">;
|
|
433
420
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1321,19 +1308,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1321
1308
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1322
1309
|
message: z.ZodString;
|
|
1323
1310
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1324
|
-
}, {
|
|
1325
|
-
warning_code: z.ZodLiteral<"schlage_detected_duplicate_code_name">;
|
|
1326
|
-
}>, "strip", z.ZodTypeAny, {
|
|
1327
|
-
message: string;
|
|
1328
|
-
warning_code: "schlage_detected_duplicate_code_name";
|
|
1329
|
-
created_at?: string | undefined;
|
|
1330
|
-
}, {
|
|
1331
|
-
message: string;
|
|
1332
|
-
warning_code: "schlage_detected_duplicate_code_name";
|
|
1333
|
-
created_at?: string | undefined;
|
|
1334
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1335
|
-
message: z.ZodString;
|
|
1336
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
1337
1311
|
}, {
|
|
1338
1312
|
warning_code: z.ZodLiteral<"schlage_creation_outage">;
|
|
1339
1313
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1719,10 +1693,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1719
1693
|
message: string;
|
|
1720
1694
|
warning_code: "schlage_detected_duplicate";
|
|
1721
1695
|
created_at?: string | undefined;
|
|
1722
|
-
} | {
|
|
1723
|
-
message: string;
|
|
1724
|
-
warning_code: "schlage_detected_duplicate_code_name";
|
|
1725
|
-
created_at?: string | undefined;
|
|
1726
1696
|
} | {
|
|
1727
1697
|
message: string;
|
|
1728
1698
|
warning_code: "schlage_creation_outage";
|
|
@@ -2012,10 +1982,6 @@ declare const access_code: z.ZodObject<{
|
|
|
2012
1982
|
message: string;
|
|
2013
1983
|
warning_code: "schlage_detected_duplicate";
|
|
2014
1984
|
created_at?: string | undefined;
|
|
2015
|
-
} | {
|
|
2016
|
-
message: string;
|
|
2017
|
-
warning_code: "schlage_detected_duplicate_code_name";
|
|
2018
|
-
created_at?: string | undefined;
|
|
2019
1985
|
} | {
|
|
2020
1986
|
message: string;
|
|
2021
1987
|
warning_code: "schlage_creation_outage";
|
|
@@ -2825,19 +2791,6 @@ declare const unmanaged_access_code: z.ZodObject<z.objectUtil.extendShape<Pick<{
|
|
|
2825
2791
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
2826
2792
|
message: z.ZodString;
|
|
2827
2793
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2828
|
-
}, {
|
|
2829
|
-
warning_code: z.ZodLiteral<"schlage_detected_duplicate_code_name">;
|
|
2830
|
-
}>, "strip", z.ZodTypeAny, {
|
|
2831
|
-
message: string;
|
|
2832
|
-
warning_code: "schlage_detected_duplicate_code_name";
|
|
2833
|
-
created_at?: string | undefined;
|
|
2834
|
-
}, {
|
|
2835
|
-
message: string;
|
|
2836
|
-
warning_code: "schlage_detected_duplicate_code_name";
|
|
2837
|
-
created_at?: string | undefined;
|
|
2838
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
2839
|
-
message: z.ZodString;
|
|
2840
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
2841
2794
|
}, {
|
|
2842
2795
|
warning_code: z.ZodLiteral<"schlage_creation_outage">;
|
|
2843
2796
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -3226,10 +3179,6 @@ declare const unmanaged_access_code: z.ZodObject<z.objectUtil.extendShape<Pick<{
|
|
|
3226
3179
|
message: string;
|
|
3227
3180
|
warning_code: "schlage_detected_duplicate";
|
|
3228
3181
|
created_at?: string | undefined;
|
|
3229
|
-
} | {
|
|
3230
|
-
message: string;
|
|
3231
|
-
warning_code: "schlage_detected_duplicate_code_name";
|
|
3232
|
-
created_at?: string | undefined;
|
|
3233
3182
|
} | {
|
|
3234
3183
|
message: string;
|
|
3235
3184
|
warning_code: "schlage_creation_outage";
|
|
@@ -3510,10 +3459,6 @@ declare const unmanaged_access_code: z.ZodObject<z.objectUtil.extendShape<Pick<{
|
|
|
3510
3459
|
message: string;
|
|
3511
3460
|
warning_code: "schlage_detected_duplicate";
|
|
3512
3461
|
created_at?: string | undefined;
|
|
3513
|
-
} | {
|
|
3514
|
-
message: string;
|
|
3515
|
-
warning_code: "schlage_detected_duplicate_code_name";
|
|
3516
|
-
created_at?: string | undefined;
|
|
3517
3462
|
} | {
|
|
3518
3463
|
message: string;
|
|
3519
3464
|
warning_code: "schlage_creation_outage";
|
|
@@ -3798,24 +3743,25 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3798
3743
|
credential_id: z.ZodOptional<z.ZodString>;
|
|
3799
3744
|
}, "strip", z.ZodTypeAny, {
|
|
3800
3745
|
card_function_type: "guest" | "staff";
|
|
3746
|
+
auto_join?: boolean | undefined;
|
|
3801
3747
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
3802
3748
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3803
3749
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3804
3750
|
is_valid?: boolean | undefined;
|
|
3805
|
-
auto_join?: boolean | undefined;
|
|
3806
3751
|
card_id?: string | undefined;
|
|
3807
3752
|
credential_id?: string | undefined;
|
|
3808
3753
|
}, {
|
|
3809
3754
|
card_function_type: "guest" | "staff";
|
|
3755
|
+
auto_join?: boolean | undefined;
|
|
3810
3756
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
3811
3757
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3812
3758
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3813
3759
|
is_valid?: boolean | undefined;
|
|
3814
|
-
auto_join?: boolean | undefined;
|
|
3815
3760
|
card_id?: string | undefined;
|
|
3816
3761
|
credential_id?: string | undefined;
|
|
3817
3762
|
}>>;
|
|
3818
3763
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
3764
|
+
auto_join: z.ZodOptional<z.ZodBoolean>;
|
|
3819
3765
|
override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3820
3766
|
key_id: z.ZodOptional<z.ZodString>;
|
|
3821
3767
|
key_issuing_request_id: z.ZodOptional<z.ZodString>;
|
|
@@ -3823,12 +3769,14 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3823
3769
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
3824
3770
|
}, "strip", z.ZodTypeAny, {
|
|
3825
3771
|
endpoint_id?: string | undefined;
|
|
3772
|
+
auto_join?: boolean | undefined;
|
|
3826
3773
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
3827
3774
|
key_id?: string | undefined;
|
|
3828
3775
|
key_issuing_request_id?: string | undefined;
|
|
3829
3776
|
door_names?: string[] | undefined;
|
|
3830
3777
|
}, {
|
|
3831
3778
|
endpoint_id?: string | undefined;
|
|
3779
|
+
auto_join?: boolean | undefined;
|
|
3832
3780
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
3833
3781
|
key_id?: string | undefined;
|
|
3834
3782
|
key_issuing_request_id?: string | undefined;
|
|
@@ -3878,16 +3826,17 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3878
3826
|
ends_at?: string | undefined;
|
|
3879
3827
|
visionline_metadata?: {
|
|
3880
3828
|
card_function_type: "guest" | "staff";
|
|
3829
|
+
auto_join?: boolean | undefined;
|
|
3881
3830
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
3882
3831
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3883
3832
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3884
3833
|
is_valid?: boolean | undefined;
|
|
3885
|
-
auto_join?: boolean | undefined;
|
|
3886
3834
|
card_id?: string | undefined;
|
|
3887
3835
|
credential_id?: string | undefined;
|
|
3888
3836
|
} | undefined;
|
|
3889
3837
|
assa_abloy_vostio_metadata?: {
|
|
3890
3838
|
endpoint_id?: string | undefined;
|
|
3839
|
+
auto_join?: boolean | undefined;
|
|
3891
3840
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
3892
3841
|
key_id?: string | undefined;
|
|
3893
3842
|
key_issuing_request_id?: string | undefined;
|
|
@@ -3947,16 +3896,17 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3947
3896
|
ends_at?: string | undefined;
|
|
3948
3897
|
visionline_metadata?: {
|
|
3949
3898
|
card_function_type: "guest" | "staff";
|
|
3899
|
+
auto_join?: boolean | undefined;
|
|
3950
3900
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
3951
3901
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
3952
3902
|
common_acs_entrance_ids?: string[] | undefined;
|
|
3953
3903
|
is_valid?: boolean | undefined;
|
|
3954
|
-
auto_join?: boolean | undefined;
|
|
3955
3904
|
card_id?: string | undefined;
|
|
3956
3905
|
credential_id?: string | undefined;
|
|
3957
3906
|
} | undefined;
|
|
3958
3907
|
assa_abloy_vostio_metadata?: {
|
|
3959
3908
|
endpoint_id?: string | undefined;
|
|
3909
|
+
auto_join?: boolean | undefined;
|
|
3960
3910
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
3961
3911
|
key_id?: string | undefined;
|
|
3962
3912
|
key_issuing_request_id?: string | undefined;
|
|
@@ -4097,24 +4047,25 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4097
4047
|
credential_id: z.ZodOptional<z.ZodString>;
|
|
4098
4048
|
}, "strip", z.ZodTypeAny, {
|
|
4099
4049
|
card_function_type: "guest" | "staff";
|
|
4050
|
+
auto_join?: boolean | undefined;
|
|
4100
4051
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
4101
4052
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
4102
4053
|
common_acs_entrance_ids?: string[] | undefined;
|
|
4103
4054
|
is_valid?: boolean | undefined;
|
|
4104
|
-
auto_join?: boolean | undefined;
|
|
4105
4055
|
card_id?: string | undefined;
|
|
4106
4056
|
credential_id?: string | undefined;
|
|
4107
4057
|
}, {
|
|
4108
4058
|
card_function_type: "guest" | "staff";
|
|
4059
|
+
auto_join?: boolean | undefined;
|
|
4109
4060
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
4110
4061
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
4111
4062
|
common_acs_entrance_ids?: string[] | undefined;
|
|
4112
4063
|
is_valid?: boolean | undefined;
|
|
4113
|
-
auto_join?: boolean | undefined;
|
|
4114
4064
|
card_id?: string | undefined;
|
|
4115
4065
|
credential_id?: string | undefined;
|
|
4116
4066
|
}>>;
|
|
4117
4067
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
4068
|
+
auto_join: z.ZodOptional<z.ZodBoolean>;
|
|
4118
4069
|
override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4119
4070
|
key_id: z.ZodOptional<z.ZodString>;
|
|
4120
4071
|
key_issuing_request_id: z.ZodOptional<z.ZodString>;
|
|
@@ -4122,12 +4073,14 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4122
4073
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
4123
4074
|
}, "strip", z.ZodTypeAny, {
|
|
4124
4075
|
endpoint_id?: string | undefined;
|
|
4076
|
+
auto_join?: boolean | undefined;
|
|
4125
4077
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4126
4078
|
key_id?: string | undefined;
|
|
4127
4079
|
key_issuing_request_id?: string | undefined;
|
|
4128
4080
|
door_names?: string[] | undefined;
|
|
4129
4081
|
}, {
|
|
4130
4082
|
endpoint_id?: string | undefined;
|
|
4083
|
+
auto_join?: boolean | undefined;
|
|
4131
4084
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4132
4085
|
key_id?: string | undefined;
|
|
4133
4086
|
key_issuing_request_id?: string | undefined;
|
|
@@ -4177,16 +4130,17 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4177
4130
|
ends_at?: string | undefined;
|
|
4178
4131
|
visionline_metadata?: {
|
|
4179
4132
|
card_function_type: "guest" | "staff";
|
|
4133
|
+
auto_join?: boolean | undefined;
|
|
4180
4134
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
4181
4135
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
4182
4136
|
common_acs_entrance_ids?: string[] | undefined;
|
|
4183
4137
|
is_valid?: boolean | undefined;
|
|
4184
|
-
auto_join?: boolean | undefined;
|
|
4185
4138
|
card_id?: string | undefined;
|
|
4186
4139
|
credential_id?: string | undefined;
|
|
4187
4140
|
} | undefined;
|
|
4188
4141
|
assa_abloy_vostio_metadata?: {
|
|
4189
4142
|
endpoint_id?: string | undefined;
|
|
4143
|
+
auto_join?: boolean | undefined;
|
|
4190
4144
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4191
4145
|
key_id?: string | undefined;
|
|
4192
4146
|
key_issuing_request_id?: string | undefined;
|
|
@@ -4246,16 +4200,17 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4246
4200
|
ends_at?: string | undefined;
|
|
4247
4201
|
visionline_metadata?: {
|
|
4248
4202
|
card_function_type: "guest" | "staff";
|
|
4203
|
+
auto_join?: boolean | undefined;
|
|
4249
4204
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
4250
4205
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
4251
4206
|
common_acs_entrance_ids?: string[] | undefined;
|
|
4252
4207
|
is_valid?: boolean | undefined;
|
|
4253
|
-
auto_join?: boolean | undefined;
|
|
4254
4208
|
card_id?: string | undefined;
|
|
4255
4209
|
credential_id?: string | undefined;
|
|
4256
4210
|
} | undefined;
|
|
4257
4211
|
assa_abloy_vostio_metadata?: {
|
|
4258
4212
|
endpoint_id?: string | undefined;
|
|
4213
|
+
auto_join?: boolean | undefined;
|
|
4259
4214
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4260
4215
|
key_id?: string | undefined;
|
|
4261
4216
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6461,24 +6416,25 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6461
6416
|
credential_id: z.ZodOptional<z.ZodString>;
|
|
6462
6417
|
}, "strip", z.ZodTypeAny, {
|
|
6463
6418
|
card_function_type: "guest" | "staff";
|
|
6419
|
+
auto_join?: boolean | undefined;
|
|
6464
6420
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6465
6421
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6466
6422
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6467
6423
|
is_valid?: boolean | undefined;
|
|
6468
|
-
auto_join?: boolean | undefined;
|
|
6469
6424
|
card_id?: string | undefined;
|
|
6470
6425
|
credential_id?: string | undefined;
|
|
6471
6426
|
}, {
|
|
6472
6427
|
card_function_type: "guest" | "staff";
|
|
6428
|
+
auto_join?: boolean | undefined;
|
|
6473
6429
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6474
6430
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6475
6431
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6476
6432
|
is_valid?: boolean | undefined;
|
|
6477
|
-
auto_join?: boolean | undefined;
|
|
6478
6433
|
card_id?: string | undefined;
|
|
6479
6434
|
credential_id?: string | undefined;
|
|
6480
6435
|
}>>;
|
|
6481
6436
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
6437
|
+
auto_join: z.ZodOptional<z.ZodBoolean>;
|
|
6482
6438
|
override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6483
6439
|
key_id: z.ZodOptional<z.ZodString>;
|
|
6484
6440
|
key_issuing_request_id: z.ZodOptional<z.ZodString>;
|
|
@@ -6486,12 +6442,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6486
6442
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
6487
6443
|
}, "strip", z.ZodTypeAny, {
|
|
6488
6444
|
endpoint_id?: string | undefined;
|
|
6445
|
+
auto_join?: boolean | undefined;
|
|
6489
6446
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6490
6447
|
key_id?: string | undefined;
|
|
6491
6448
|
key_issuing_request_id?: string | undefined;
|
|
6492
6449
|
door_names?: string[] | undefined;
|
|
6493
6450
|
}, {
|
|
6494
6451
|
endpoint_id?: string | undefined;
|
|
6452
|
+
auto_join?: boolean | undefined;
|
|
6495
6453
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6496
6454
|
key_id?: string | undefined;
|
|
6497
6455
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6541,16 +6499,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6541
6499
|
ends_at?: string | undefined;
|
|
6542
6500
|
visionline_metadata?: {
|
|
6543
6501
|
card_function_type: "guest" | "staff";
|
|
6502
|
+
auto_join?: boolean | undefined;
|
|
6544
6503
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6545
6504
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6546
6505
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6547
6506
|
is_valid?: boolean | undefined;
|
|
6548
|
-
auto_join?: boolean | undefined;
|
|
6549
6507
|
card_id?: string | undefined;
|
|
6550
6508
|
credential_id?: string | undefined;
|
|
6551
6509
|
} | undefined;
|
|
6552
6510
|
assa_abloy_vostio_metadata?: {
|
|
6553
6511
|
endpoint_id?: string | undefined;
|
|
6512
|
+
auto_join?: boolean | undefined;
|
|
6554
6513
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6555
6514
|
key_id?: string | undefined;
|
|
6556
6515
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6610,16 +6569,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6610
6569
|
ends_at?: string | undefined;
|
|
6611
6570
|
visionline_metadata?: {
|
|
6612
6571
|
card_function_type: "guest" | "staff";
|
|
6572
|
+
auto_join?: boolean | undefined;
|
|
6613
6573
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6614
6574
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6615
6575
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6616
6576
|
is_valid?: boolean | undefined;
|
|
6617
|
-
auto_join?: boolean | undefined;
|
|
6618
6577
|
card_id?: string | undefined;
|
|
6619
6578
|
credential_id?: string | undefined;
|
|
6620
6579
|
} | undefined;
|
|
6621
6580
|
assa_abloy_vostio_metadata?: {
|
|
6622
6581
|
endpoint_id?: string | undefined;
|
|
6582
|
+
auto_join?: boolean | undefined;
|
|
6623
6583
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6624
6584
|
key_id?: string | undefined;
|
|
6625
6585
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6759,24 +6719,25 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6759
6719
|
credential_id: z.ZodOptional<z.ZodString>;
|
|
6760
6720
|
}, "strip", z.ZodTypeAny, {
|
|
6761
6721
|
card_function_type: "guest" | "staff";
|
|
6722
|
+
auto_join?: boolean | undefined;
|
|
6762
6723
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6763
6724
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6764
6725
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6765
6726
|
is_valid?: boolean | undefined;
|
|
6766
|
-
auto_join?: boolean | undefined;
|
|
6767
6727
|
card_id?: string | undefined;
|
|
6768
6728
|
credential_id?: string | undefined;
|
|
6769
6729
|
}, {
|
|
6770
6730
|
card_function_type: "guest" | "staff";
|
|
6731
|
+
auto_join?: boolean | undefined;
|
|
6771
6732
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6772
6733
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6773
6734
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6774
6735
|
is_valid?: boolean | undefined;
|
|
6775
|
-
auto_join?: boolean | undefined;
|
|
6776
6736
|
card_id?: string | undefined;
|
|
6777
6737
|
credential_id?: string | undefined;
|
|
6778
6738
|
}>>;
|
|
6779
6739
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
6740
|
+
auto_join: z.ZodOptional<z.ZodBoolean>;
|
|
6780
6741
|
override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6781
6742
|
key_id: z.ZodOptional<z.ZodString>;
|
|
6782
6743
|
key_issuing_request_id: z.ZodOptional<z.ZodString>;
|
|
@@ -6784,12 +6745,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6784
6745
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
6785
6746
|
}, "strip", z.ZodTypeAny, {
|
|
6786
6747
|
endpoint_id?: string | undefined;
|
|
6748
|
+
auto_join?: boolean | undefined;
|
|
6787
6749
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6788
6750
|
key_id?: string | undefined;
|
|
6789
6751
|
key_issuing_request_id?: string | undefined;
|
|
6790
6752
|
door_names?: string[] | undefined;
|
|
6791
6753
|
}, {
|
|
6792
6754
|
endpoint_id?: string | undefined;
|
|
6755
|
+
auto_join?: boolean | undefined;
|
|
6793
6756
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6794
6757
|
key_id?: string | undefined;
|
|
6795
6758
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6839,16 +6802,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6839
6802
|
ends_at?: string | undefined;
|
|
6840
6803
|
visionline_metadata?: {
|
|
6841
6804
|
card_function_type: "guest" | "staff";
|
|
6805
|
+
auto_join?: boolean | undefined;
|
|
6842
6806
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6843
6807
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6844
6808
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6845
6809
|
is_valid?: boolean | undefined;
|
|
6846
|
-
auto_join?: boolean | undefined;
|
|
6847
6810
|
card_id?: string | undefined;
|
|
6848
6811
|
credential_id?: string | undefined;
|
|
6849
6812
|
} | undefined;
|
|
6850
6813
|
assa_abloy_vostio_metadata?: {
|
|
6851
6814
|
endpoint_id?: string | undefined;
|
|
6815
|
+
auto_join?: boolean | undefined;
|
|
6852
6816
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6853
6817
|
key_id?: string | undefined;
|
|
6854
6818
|
key_issuing_request_id?: string | undefined;
|
|
@@ -6908,16 +6872,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6908
6872
|
ends_at?: string | undefined;
|
|
6909
6873
|
visionline_metadata?: {
|
|
6910
6874
|
card_function_type: "guest" | "staff";
|
|
6875
|
+
auto_join?: boolean | undefined;
|
|
6911
6876
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
6912
6877
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
6913
6878
|
common_acs_entrance_ids?: string[] | undefined;
|
|
6914
6879
|
is_valid?: boolean | undefined;
|
|
6915
|
-
auto_join?: boolean | undefined;
|
|
6916
6880
|
card_id?: string | undefined;
|
|
6917
6881
|
credential_id?: string | undefined;
|
|
6918
6882
|
} | undefined;
|
|
6919
6883
|
assa_abloy_vostio_metadata?: {
|
|
6920
6884
|
endpoint_id?: string | undefined;
|
|
6885
|
+
auto_join?: boolean | undefined;
|
|
6921
6886
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6922
6887
|
key_id?: string | undefined;
|
|
6923
6888
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7014,16 +6979,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7014
6979
|
ends_at?: string | undefined;
|
|
7015
6980
|
visionline_metadata?: {
|
|
7016
6981
|
card_function_type: "guest" | "staff";
|
|
6982
|
+
auto_join?: boolean | undefined;
|
|
7017
6983
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7018
6984
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7019
6985
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7020
6986
|
is_valid?: boolean | undefined;
|
|
7021
|
-
auto_join?: boolean | undefined;
|
|
7022
6987
|
card_id?: string | undefined;
|
|
7023
6988
|
credential_id?: string | undefined;
|
|
7024
6989
|
} | undefined;
|
|
7025
6990
|
assa_abloy_vostio_metadata?: {
|
|
7026
6991
|
endpoint_id?: string | undefined;
|
|
6992
|
+
auto_join?: boolean | undefined;
|
|
7027
6993
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7028
6994
|
key_id?: string | undefined;
|
|
7029
6995
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7083,16 +7049,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7083
7049
|
ends_at?: string | undefined;
|
|
7084
7050
|
visionline_metadata?: {
|
|
7085
7051
|
card_function_type: "guest" | "staff";
|
|
7052
|
+
auto_join?: boolean | undefined;
|
|
7086
7053
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7087
7054
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7088
7055
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7089
7056
|
is_valid?: boolean | undefined;
|
|
7090
|
-
auto_join?: boolean | undefined;
|
|
7091
7057
|
card_id?: string | undefined;
|
|
7092
7058
|
credential_id?: string | undefined;
|
|
7093
7059
|
} | undefined;
|
|
7094
7060
|
assa_abloy_vostio_metadata?: {
|
|
7095
7061
|
endpoint_id?: string | undefined;
|
|
7062
|
+
auto_join?: boolean | undefined;
|
|
7096
7063
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7097
7064
|
key_id?: string | undefined;
|
|
7098
7065
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7179,16 +7146,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7179
7146
|
ends_at?: string | undefined;
|
|
7180
7147
|
visionline_metadata?: {
|
|
7181
7148
|
card_function_type: "guest" | "staff";
|
|
7149
|
+
auto_join?: boolean | undefined;
|
|
7182
7150
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7183
7151
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7184
7152
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7185
7153
|
is_valid?: boolean | undefined;
|
|
7186
|
-
auto_join?: boolean | undefined;
|
|
7187
7154
|
card_id?: string | undefined;
|
|
7188
7155
|
credential_id?: string | undefined;
|
|
7189
7156
|
} | undefined;
|
|
7190
7157
|
assa_abloy_vostio_metadata?: {
|
|
7191
7158
|
endpoint_id?: string | undefined;
|
|
7159
|
+
auto_join?: boolean | undefined;
|
|
7192
7160
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7193
7161
|
key_id?: string | undefined;
|
|
7194
7162
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7248,16 +7216,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7248
7216
|
ends_at?: string | undefined;
|
|
7249
7217
|
visionline_metadata?: {
|
|
7250
7218
|
card_function_type: "guest" | "staff";
|
|
7219
|
+
auto_join?: boolean | undefined;
|
|
7251
7220
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7252
7221
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7253
7222
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7254
7223
|
is_valid?: boolean | undefined;
|
|
7255
|
-
auto_join?: boolean | undefined;
|
|
7256
7224
|
card_id?: string | undefined;
|
|
7257
7225
|
credential_id?: string | undefined;
|
|
7258
7226
|
} | undefined;
|
|
7259
7227
|
assa_abloy_vostio_metadata?: {
|
|
7260
7228
|
endpoint_id?: string | undefined;
|
|
7229
|
+
auto_join?: boolean | undefined;
|
|
7261
7230
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7262
7231
|
key_id?: string | undefined;
|
|
7263
7232
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7349,16 +7318,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7349
7318
|
ends_at?: string | undefined;
|
|
7350
7319
|
visionline_metadata?: {
|
|
7351
7320
|
card_function_type: "guest" | "staff";
|
|
7321
|
+
auto_join?: boolean | undefined;
|
|
7352
7322
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7353
7323
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7354
7324
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7355
7325
|
is_valid?: boolean | undefined;
|
|
7356
|
-
auto_join?: boolean | undefined;
|
|
7357
7326
|
card_id?: string | undefined;
|
|
7358
7327
|
credential_id?: string | undefined;
|
|
7359
7328
|
} | undefined;
|
|
7360
7329
|
assa_abloy_vostio_metadata?: {
|
|
7361
7330
|
endpoint_id?: string | undefined;
|
|
7331
|
+
auto_join?: boolean | undefined;
|
|
7362
7332
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7363
7333
|
key_id?: string | undefined;
|
|
7364
7334
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7418,16 +7388,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7418
7388
|
ends_at?: string | undefined;
|
|
7419
7389
|
visionline_metadata?: {
|
|
7420
7390
|
card_function_type: "guest" | "staff";
|
|
7391
|
+
auto_join?: boolean | undefined;
|
|
7421
7392
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7422
7393
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7423
7394
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7424
7395
|
is_valid?: boolean | undefined;
|
|
7425
|
-
auto_join?: boolean | undefined;
|
|
7426
7396
|
card_id?: string | undefined;
|
|
7427
7397
|
credential_id?: string | undefined;
|
|
7428
7398
|
} | undefined;
|
|
7429
7399
|
assa_abloy_vostio_metadata?: {
|
|
7430
7400
|
endpoint_id?: string | undefined;
|
|
7401
|
+
auto_join?: boolean | undefined;
|
|
7431
7402
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7432
7403
|
key_id?: string | undefined;
|
|
7433
7404
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7520,16 +7491,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7520
7491
|
ends_at?: string | undefined;
|
|
7521
7492
|
visionline_metadata?: {
|
|
7522
7493
|
card_function_type: "guest" | "staff";
|
|
7494
|
+
auto_join?: boolean | undefined;
|
|
7523
7495
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7524
7496
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7525
7497
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7526
7498
|
is_valid?: boolean | undefined;
|
|
7527
|
-
auto_join?: boolean | undefined;
|
|
7528
7499
|
card_id?: string | undefined;
|
|
7529
7500
|
credential_id?: string | undefined;
|
|
7530
7501
|
} | undefined;
|
|
7531
7502
|
assa_abloy_vostio_metadata?: {
|
|
7532
7503
|
endpoint_id?: string | undefined;
|
|
7504
|
+
auto_join?: boolean | undefined;
|
|
7533
7505
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7534
7506
|
key_id?: string | undefined;
|
|
7535
7507
|
key_issuing_request_id?: string | undefined;
|
|
@@ -7589,16 +7561,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7589
7561
|
ends_at?: string | undefined;
|
|
7590
7562
|
visionline_metadata?: {
|
|
7591
7563
|
card_function_type: "guest" | "staff";
|
|
7564
|
+
auto_join?: boolean | undefined;
|
|
7592
7565
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
7593
7566
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
7594
7567
|
common_acs_entrance_ids?: string[] | undefined;
|
|
7595
7568
|
is_valid?: boolean | undefined;
|
|
7596
|
-
auto_join?: boolean | undefined;
|
|
7597
7569
|
card_id?: string | undefined;
|
|
7598
7570
|
credential_id?: string | undefined;
|
|
7599
7571
|
} | undefined;
|
|
7600
7572
|
assa_abloy_vostio_metadata?: {
|
|
7601
7573
|
endpoint_id?: string | undefined;
|
|
7574
|
+
auto_join?: boolean | undefined;
|
|
7602
7575
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7603
7576
|
key_id?: string | undefined;
|
|
7604
7577
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8019,24 +7992,25 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8019
7992
|
credential_id: z.ZodOptional<z.ZodString>;
|
|
8020
7993
|
}, "strip", z.ZodTypeAny, {
|
|
8021
7994
|
card_function_type: "guest" | "staff";
|
|
7995
|
+
auto_join?: boolean | undefined;
|
|
8022
7996
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8023
7997
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8024
7998
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8025
7999
|
is_valid?: boolean | undefined;
|
|
8026
|
-
auto_join?: boolean | undefined;
|
|
8027
8000
|
card_id?: string | undefined;
|
|
8028
8001
|
credential_id?: string | undefined;
|
|
8029
8002
|
}, {
|
|
8030
8003
|
card_function_type: "guest" | "staff";
|
|
8004
|
+
auto_join?: boolean | undefined;
|
|
8031
8005
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8032
8006
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8033
8007
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8034
8008
|
is_valid?: boolean | undefined;
|
|
8035
|
-
auto_join?: boolean | undefined;
|
|
8036
8009
|
card_id?: string | undefined;
|
|
8037
8010
|
credential_id?: string | undefined;
|
|
8038
8011
|
}>>;
|
|
8039
8012
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
8013
|
+
auto_join: z.ZodOptional<z.ZodBoolean>;
|
|
8040
8014
|
override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8041
8015
|
key_id: z.ZodOptional<z.ZodString>;
|
|
8042
8016
|
key_issuing_request_id: z.ZodOptional<z.ZodString>;
|
|
@@ -8044,12 +8018,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8044
8018
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
8045
8019
|
}, "strip", z.ZodTypeAny, {
|
|
8046
8020
|
endpoint_id?: string | undefined;
|
|
8021
|
+
auto_join?: boolean | undefined;
|
|
8047
8022
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8048
8023
|
key_id?: string | undefined;
|
|
8049
8024
|
key_issuing_request_id?: string | undefined;
|
|
8050
8025
|
door_names?: string[] | undefined;
|
|
8051
8026
|
}, {
|
|
8052
8027
|
endpoint_id?: string | undefined;
|
|
8028
|
+
auto_join?: boolean | undefined;
|
|
8053
8029
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8054
8030
|
key_id?: string | undefined;
|
|
8055
8031
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8099,16 +8075,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8099
8075
|
ends_at?: string | undefined;
|
|
8100
8076
|
visionline_metadata?: {
|
|
8101
8077
|
card_function_type: "guest" | "staff";
|
|
8078
|
+
auto_join?: boolean | undefined;
|
|
8102
8079
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8103
8080
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8104
8081
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8105
8082
|
is_valid?: boolean | undefined;
|
|
8106
|
-
auto_join?: boolean | undefined;
|
|
8107
8083
|
card_id?: string | undefined;
|
|
8108
8084
|
credential_id?: string | undefined;
|
|
8109
8085
|
} | undefined;
|
|
8110
8086
|
assa_abloy_vostio_metadata?: {
|
|
8111
8087
|
endpoint_id?: string | undefined;
|
|
8088
|
+
auto_join?: boolean | undefined;
|
|
8112
8089
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8113
8090
|
key_id?: string | undefined;
|
|
8114
8091
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8168,16 +8145,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8168
8145
|
ends_at?: string | undefined;
|
|
8169
8146
|
visionline_metadata?: {
|
|
8170
8147
|
card_function_type: "guest" | "staff";
|
|
8148
|
+
auto_join?: boolean | undefined;
|
|
8171
8149
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8172
8150
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8173
8151
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8174
8152
|
is_valid?: boolean | undefined;
|
|
8175
|
-
auto_join?: boolean | undefined;
|
|
8176
8153
|
card_id?: string | undefined;
|
|
8177
8154
|
credential_id?: string | undefined;
|
|
8178
8155
|
} | undefined;
|
|
8179
8156
|
assa_abloy_vostio_metadata?: {
|
|
8180
8157
|
endpoint_id?: string | undefined;
|
|
8158
|
+
auto_join?: boolean | undefined;
|
|
8181
8159
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8182
8160
|
key_id?: string | undefined;
|
|
8183
8161
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8317,24 +8295,25 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8317
8295
|
credential_id: z.ZodOptional<z.ZodString>;
|
|
8318
8296
|
}, "strip", z.ZodTypeAny, {
|
|
8319
8297
|
card_function_type: "guest" | "staff";
|
|
8298
|
+
auto_join?: boolean | undefined;
|
|
8320
8299
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8321
8300
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8322
8301
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8323
8302
|
is_valid?: boolean | undefined;
|
|
8324
|
-
auto_join?: boolean | undefined;
|
|
8325
8303
|
card_id?: string | undefined;
|
|
8326
8304
|
credential_id?: string | undefined;
|
|
8327
8305
|
}, {
|
|
8328
8306
|
card_function_type: "guest" | "staff";
|
|
8307
|
+
auto_join?: boolean | undefined;
|
|
8329
8308
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8330
8309
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8331
8310
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8332
8311
|
is_valid?: boolean | undefined;
|
|
8333
|
-
auto_join?: boolean | undefined;
|
|
8334
8312
|
card_id?: string | undefined;
|
|
8335
8313
|
credential_id?: string | undefined;
|
|
8336
8314
|
}>>;
|
|
8337
8315
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
8316
|
+
auto_join: z.ZodOptional<z.ZodBoolean>;
|
|
8338
8317
|
override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8339
8318
|
key_id: z.ZodOptional<z.ZodString>;
|
|
8340
8319
|
key_issuing_request_id: z.ZodOptional<z.ZodString>;
|
|
@@ -8342,12 +8321,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8342
8321
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
8343
8322
|
}, "strip", z.ZodTypeAny, {
|
|
8344
8323
|
endpoint_id?: string | undefined;
|
|
8324
|
+
auto_join?: boolean | undefined;
|
|
8345
8325
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8346
8326
|
key_id?: string | undefined;
|
|
8347
8327
|
key_issuing_request_id?: string | undefined;
|
|
8348
8328
|
door_names?: string[] | undefined;
|
|
8349
8329
|
}, {
|
|
8350
8330
|
endpoint_id?: string | undefined;
|
|
8331
|
+
auto_join?: boolean | undefined;
|
|
8351
8332
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8352
8333
|
key_id?: string | undefined;
|
|
8353
8334
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8397,16 +8378,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8397
8378
|
ends_at?: string | undefined;
|
|
8398
8379
|
visionline_metadata?: {
|
|
8399
8380
|
card_function_type: "guest" | "staff";
|
|
8381
|
+
auto_join?: boolean | undefined;
|
|
8400
8382
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8401
8383
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8402
8384
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8403
8385
|
is_valid?: boolean | undefined;
|
|
8404
|
-
auto_join?: boolean | undefined;
|
|
8405
8386
|
card_id?: string | undefined;
|
|
8406
8387
|
credential_id?: string | undefined;
|
|
8407
8388
|
} | undefined;
|
|
8408
8389
|
assa_abloy_vostio_metadata?: {
|
|
8409
8390
|
endpoint_id?: string | undefined;
|
|
8391
|
+
auto_join?: boolean | undefined;
|
|
8410
8392
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8411
8393
|
key_id?: string | undefined;
|
|
8412
8394
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8466,16 +8448,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8466
8448
|
ends_at?: string | undefined;
|
|
8467
8449
|
visionline_metadata?: {
|
|
8468
8450
|
card_function_type: "guest" | "staff";
|
|
8451
|
+
auto_join?: boolean | undefined;
|
|
8469
8452
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8470
8453
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8471
8454
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8472
8455
|
is_valid?: boolean | undefined;
|
|
8473
|
-
auto_join?: boolean | undefined;
|
|
8474
8456
|
card_id?: string | undefined;
|
|
8475
8457
|
credential_id?: string | undefined;
|
|
8476
8458
|
} | undefined;
|
|
8477
8459
|
assa_abloy_vostio_metadata?: {
|
|
8478
8460
|
endpoint_id?: string | undefined;
|
|
8461
|
+
auto_join?: boolean | undefined;
|
|
8479
8462
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8480
8463
|
key_id?: string | undefined;
|
|
8481
8464
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8540,16 +8523,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8540
8523
|
ends_at?: string | undefined;
|
|
8541
8524
|
visionline_metadata?: {
|
|
8542
8525
|
card_function_type: "guest" | "staff";
|
|
8526
|
+
auto_join?: boolean | undefined;
|
|
8543
8527
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8544
8528
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8545
8529
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8546
8530
|
is_valid?: boolean | undefined;
|
|
8547
|
-
auto_join?: boolean | undefined;
|
|
8548
8531
|
card_id?: string | undefined;
|
|
8549
8532
|
credential_id?: string | undefined;
|
|
8550
8533
|
} | undefined;
|
|
8551
8534
|
assa_abloy_vostio_metadata?: {
|
|
8552
8535
|
endpoint_id?: string | undefined;
|
|
8536
|
+
auto_join?: boolean | undefined;
|
|
8553
8537
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8554
8538
|
key_id?: string | undefined;
|
|
8555
8539
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8609,16 +8593,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8609
8593
|
ends_at?: string | undefined;
|
|
8610
8594
|
visionline_metadata?: {
|
|
8611
8595
|
card_function_type: "guest" | "staff";
|
|
8596
|
+
auto_join?: boolean | undefined;
|
|
8612
8597
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8613
8598
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8614
8599
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8615
8600
|
is_valid?: boolean | undefined;
|
|
8616
|
-
auto_join?: boolean | undefined;
|
|
8617
8601
|
card_id?: string | undefined;
|
|
8618
8602
|
credential_id?: string | undefined;
|
|
8619
8603
|
} | undefined;
|
|
8620
8604
|
assa_abloy_vostio_metadata?: {
|
|
8621
8605
|
endpoint_id?: string | undefined;
|
|
8606
|
+
auto_join?: boolean | undefined;
|
|
8622
8607
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8623
8608
|
key_id?: string | undefined;
|
|
8624
8609
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8684,16 +8669,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8684
8669
|
ends_at?: string | undefined;
|
|
8685
8670
|
visionline_metadata?: {
|
|
8686
8671
|
card_function_type: "guest" | "staff";
|
|
8672
|
+
auto_join?: boolean | undefined;
|
|
8687
8673
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8688
8674
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8689
8675
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8690
8676
|
is_valid?: boolean | undefined;
|
|
8691
|
-
auto_join?: boolean | undefined;
|
|
8692
8677
|
card_id?: string | undefined;
|
|
8693
8678
|
credential_id?: string | undefined;
|
|
8694
8679
|
} | undefined;
|
|
8695
8680
|
assa_abloy_vostio_metadata?: {
|
|
8696
8681
|
endpoint_id?: string | undefined;
|
|
8682
|
+
auto_join?: boolean | undefined;
|
|
8697
8683
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8698
8684
|
key_id?: string | undefined;
|
|
8699
8685
|
key_issuing_request_id?: string | undefined;
|
|
@@ -8753,16 +8739,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8753
8739
|
ends_at?: string | undefined;
|
|
8754
8740
|
visionline_metadata?: {
|
|
8755
8741
|
card_function_type: "guest" | "staff";
|
|
8742
|
+
auto_join?: boolean | undefined;
|
|
8756
8743
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
8757
8744
|
guest_acs_entrance_ids?: string[] | undefined;
|
|
8758
8745
|
common_acs_entrance_ids?: string[] | undefined;
|
|
8759
8746
|
is_valid?: boolean | undefined;
|
|
8760
|
-
auto_join?: boolean | undefined;
|
|
8761
8747
|
card_id?: string | undefined;
|
|
8762
8748
|
credential_id?: string | undefined;
|
|
8763
8749
|
} | undefined;
|
|
8764
8750
|
assa_abloy_vostio_metadata?: {
|
|
8765
8751
|
endpoint_id?: string | undefined;
|
|
8752
|
+
auto_join?: boolean | undefined;
|
|
8766
8753
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8767
8754
|
key_id?: string | undefined;
|
|
8768
8755
|
key_issuing_request_id?: string | undefined;
|
|
@@ -21398,6 +21385,9 @@ declare const _default: {
|
|
|
21398
21385
|
assa_abloy_vostio_metadata: {
|
|
21399
21386
|
description: string;
|
|
21400
21387
|
properties: {
|
|
21388
|
+
auto_join: {
|
|
21389
|
+
type: string;
|
|
21390
|
+
};
|
|
21401
21391
|
door_names: {
|
|
21402
21392
|
items: {
|
|
21403
21393
|
type: string;
|
|
@@ -22883,6 +22873,9 @@ declare const _default: {
|
|
|
22883
22873
|
assa_abloy_vostio_metadata: {
|
|
22884
22874
|
description: string;
|
|
22885
22875
|
properties: {
|
|
22876
|
+
auto_join: {
|
|
22877
|
+
type: string;
|
|
22878
|
+
};
|
|
22886
22879
|
door_names: {
|
|
22887
22880
|
items: {
|
|
22888
22881
|
type: string;
|
|
@@ -23425,6 +23418,9 @@ declare const _default: {
|
|
|
23425
23418
|
assa_abloy_vostio_metadata: {
|
|
23426
23419
|
description: string;
|
|
23427
23420
|
properties: {
|
|
23421
|
+
auto_join: {
|
|
23422
|
+
type: string;
|
|
23423
|
+
};
|
|
23428
23424
|
door_names: {
|
|
23429
23425
|
items: {
|
|
23430
23426
|
type: string;
|
|
@@ -29875,6 +29871,9 @@ declare const _default: {
|
|
|
29875
29871
|
assa_abloy_vostio_metadata: {
|
|
29876
29872
|
description: string;
|
|
29877
29873
|
properties: {
|
|
29874
|
+
auto_join: {
|
|
29875
|
+
type: string;
|
|
29876
|
+
};
|
|
29878
29877
|
door_names: {
|
|
29879
29878
|
items: {
|
|
29880
29879
|
type: string;
|
|
@@ -34346,6 +34345,9 @@ declare const _default: {
|
|
|
34346
34345
|
assa_abloy_vostio_metadata: {
|
|
34347
34346
|
description: string;
|
|
34348
34347
|
properties: {
|
|
34348
|
+
auto_join: {
|
|
34349
|
+
type: string;
|
|
34350
|
+
};
|
|
34349
34351
|
join_all_guest_acs_entrances: {
|
|
34350
34352
|
type: string;
|
|
34351
34353
|
};
|
|
@@ -52109,6 +52111,7 @@ interface Routes {
|
|
|
52109
52111
|
} | undefined;
|
|
52110
52112
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52111
52113
|
assa_abloy_vostio_metadata?: {
|
|
52114
|
+
auto_join?: boolean | undefined;
|
|
52112
52115
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
52113
52116
|
key_id?: string | undefined;
|
|
52114
52117
|
key_issuing_request_id?: string | undefined;
|
|
@@ -52220,6 +52223,7 @@ interface Routes {
|
|
|
52220
52223
|
} | undefined;
|
|
52221
52224
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52222
52225
|
assa_abloy_vostio_metadata?: {
|
|
52226
|
+
auto_join?: boolean | undefined;
|
|
52223
52227
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
52224
52228
|
key_id?: string | undefined;
|
|
52225
52229
|
key_issuing_request_id?: string | undefined;
|
|
@@ -52442,6 +52446,7 @@ interface Routes {
|
|
|
52442
52446
|
} | undefined;
|
|
52443
52447
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52444
52448
|
assa_abloy_vostio_metadata?: {
|
|
52449
|
+
auto_join?: boolean | undefined;
|
|
52445
52450
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
52446
52451
|
key_id?: string | undefined;
|
|
52447
52452
|
key_issuing_request_id?: string | undefined;
|
|
@@ -52553,6 +52558,7 @@ interface Routes {
|
|
|
52553
52558
|
} | undefined;
|
|
52554
52559
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
52555
52560
|
assa_abloy_vostio_metadata?: {
|
|
52561
|
+
auto_join?: boolean | undefined;
|
|
52556
52562
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
52557
52563
|
key_id?: string | undefined;
|
|
52558
52564
|
key_issuing_request_id?: string | undefined;
|
|
@@ -53345,13 +53351,6 @@ interface Routes {
|
|
|
53345
53351
|
created_at?: string | undefined;
|
|
53346
53352
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53347
53353
|
warning_code: 'schlage_detected_duplicate';
|
|
53348
|
-
} | {
|
|
53349
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53350
|
-
message: string;
|
|
53351
|
-
/** Date and time at which Seam created the warning. */
|
|
53352
|
-
created_at?: string | undefined;
|
|
53353
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53354
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
53355
53354
|
} | {
|
|
53356
53355
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53357
53356
|
message: string;
|
|
@@ -53833,13 +53832,6 @@ interface Routes {
|
|
|
53833
53832
|
created_at?: string | undefined;
|
|
53834
53833
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53835
53834
|
warning_code: 'schlage_detected_duplicate';
|
|
53836
|
-
} | {
|
|
53837
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53838
|
-
message: string;
|
|
53839
|
-
/** Date and time at which Seam created the warning. */
|
|
53840
|
-
created_at?: string | undefined;
|
|
53841
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53842
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
53843
53835
|
} | {
|
|
53844
53836
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53845
53837
|
message: string;
|
|
@@ -54167,6 +54159,7 @@ interface Routes {
|
|
|
54167
54159
|
} | undefined;
|
|
54168
54160
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
54169
54161
|
assa_abloy_vostio_metadata?: {
|
|
54162
|
+
auto_join?: boolean | undefined;
|
|
54170
54163
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54171
54164
|
key_id?: string | undefined;
|
|
54172
54165
|
key_issuing_request_id?: string | undefined;
|
|
@@ -54278,6 +54271,7 @@ interface Routes {
|
|
|
54278
54271
|
} | undefined;
|
|
54279
54272
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
54280
54273
|
assa_abloy_vostio_metadata?: {
|
|
54274
|
+
auto_join?: boolean | undefined;
|
|
54281
54275
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54282
54276
|
key_id?: string | undefined;
|
|
54283
54277
|
key_issuing_request_id?: string | undefined;
|
|
@@ -54500,6 +54494,7 @@ interface Routes {
|
|
|
54500
54494
|
} | undefined;
|
|
54501
54495
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
54502
54496
|
assa_abloy_vostio_metadata?: {
|
|
54497
|
+
auto_join?: boolean | undefined;
|
|
54503
54498
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54504
54499
|
key_id?: string | undefined;
|
|
54505
54500
|
key_issuing_request_id?: string | undefined;
|
|
@@ -54611,6 +54606,7 @@ interface Routes {
|
|
|
54611
54606
|
} | undefined;
|
|
54612
54607
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
54613
54608
|
assa_abloy_vostio_metadata?: {
|
|
54609
|
+
auto_join?: boolean | undefined;
|
|
54614
54610
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
54615
54611
|
key_id?: string | undefined;
|
|
54616
54612
|
key_issuing_request_id?: string | undefined;
|
|
@@ -55436,13 +55432,6 @@ interface Routes {
|
|
|
55436
55432
|
created_at?: string | undefined;
|
|
55437
55433
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55438
55434
|
warning_code: 'schlage_detected_duplicate';
|
|
55439
|
-
} | {
|
|
55440
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55441
|
-
message: string;
|
|
55442
|
-
/** Date and time at which Seam created the warning. */
|
|
55443
|
-
created_at?: string | undefined;
|
|
55444
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55445
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
55446
55435
|
} | {
|
|
55447
55436
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55448
55437
|
message: string;
|
|
@@ -55904,13 +55893,6 @@ interface Routes {
|
|
|
55904
55893
|
created_at?: string | undefined;
|
|
55905
55894
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55906
55895
|
warning_code: 'schlage_detected_duplicate';
|
|
55907
|
-
} | {
|
|
55908
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55909
|
-
message: string;
|
|
55910
|
-
/** Date and time at which Seam created the warning. */
|
|
55911
|
-
created_at?: string | undefined;
|
|
55912
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55913
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
55914
55896
|
} | {
|
|
55915
55897
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55916
55898
|
message: string;
|
|
@@ -56380,13 +56362,6 @@ interface Routes {
|
|
|
56380
56362
|
created_at?: string | undefined;
|
|
56381
56363
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56382
56364
|
warning_code: 'schlage_detected_duplicate';
|
|
56383
|
-
} | {
|
|
56384
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56385
|
-
message: string;
|
|
56386
|
-
/** Date and time at which Seam created the warning. */
|
|
56387
|
-
created_at?: string | undefined;
|
|
56388
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56389
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
56390
56365
|
} | {
|
|
56391
56366
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56392
56367
|
message: string;
|
|
@@ -56834,13 +56809,6 @@ interface Routes {
|
|
|
56834
56809
|
created_at?: string | undefined;
|
|
56835
56810
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56836
56811
|
warning_code: 'schlage_detected_duplicate';
|
|
56837
|
-
} | {
|
|
56838
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56839
|
-
message: string;
|
|
56840
|
-
/** Date and time at which Seam created the warning. */
|
|
56841
|
-
created_at?: string | undefined;
|
|
56842
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56843
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
56844
56812
|
} | {
|
|
56845
56813
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56846
56814
|
message: string;
|
|
@@ -57317,13 +57285,6 @@ interface Routes {
|
|
|
57317
57285
|
created_at?: string | undefined;
|
|
57318
57286
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57319
57287
|
warning_code: 'schlage_detected_duplicate';
|
|
57320
|
-
} | {
|
|
57321
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57322
|
-
message: string;
|
|
57323
|
-
/** Date and time at which Seam created the warning. */
|
|
57324
|
-
created_at?: string | undefined;
|
|
57325
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57326
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
57327
57288
|
} | {
|
|
57328
57289
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57329
57290
|
message: string;
|
|
@@ -57657,6 +57618,7 @@ interface Routes {
|
|
|
57657
57618
|
} | undefined;
|
|
57658
57619
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57659
57620
|
assa_abloy_vostio_metadata?: {
|
|
57621
|
+
auto_join?: boolean | undefined;
|
|
57660
57622
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
57661
57623
|
key_id?: string | undefined;
|
|
57662
57624
|
key_issuing_request_id?: string | undefined;
|
|
@@ -57768,6 +57730,7 @@ interface Routes {
|
|
|
57768
57730
|
} | undefined;
|
|
57769
57731
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57770
57732
|
assa_abloy_vostio_metadata?: {
|
|
57733
|
+
auto_join?: boolean | undefined;
|
|
57771
57734
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
57772
57735
|
key_id?: string | undefined;
|
|
57773
57736
|
key_issuing_request_id?: string | undefined;
|
|
@@ -57990,6 +57953,7 @@ interface Routes {
|
|
|
57990
57953
|
} | undefined;
|
|
57991
57954
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
57992
57955
|
assa_abloy_vostio_metadata?: {
|
|
57956
|
+
auto_join?: boolean | undefined;
|
|
57993
57957
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
57994
57958
|
key_id?: string | undefined;
|
|
57995
57959
|
key_issuing_request_id?: string | undefined;
|
|
@@ -58101,6 +58065,7 @@ interface Routes {
|
|
|
58101
58065
|
} | undefined;
|
|
58102
58066
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
58103
58067
|
assa_abloy_vostio_metadata?: {
|
|
58068
|
+
auto_join?: boolean | undefined;
|
|
58104
58069
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
58105
58070
|
key_id?: string | undefined;
|
|
58106
58071
|
key_issuing_request_id?: string | undefined;
|
|
@@ -58904,13 +58869,6 @@ interface Routes {
|
|
|
58904
58869
|
created_at?: string | undefined;
|
|
58905
58870
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58906
58871
|
warning_code: 'schlage_detected_duplicate';
|
|
58907
|
-
} | {
|
|
58908
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58909
|
-
message: string;
|
|
58910
|
-
/** Date and time at which Seam created the warning. */
|
|
58911
|
-
created_at?: string | undefined;
|
|
58912
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58913
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
58914
58872
|
} | {
|
|
58915
58873
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58916
58874
|
message: string;
|
|
@@ -59348,13 +59306,6 @@ interface Routes {
|
|
|
59348
59306
|
created_at?: string | undefined;
|
|
59349
59307
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59350
59308
|
warning_code: 'schlage_detected_duplicate';
|
|
59351
|
-
} | {
|
|
59352
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
59353
|
-
message: string;
|
|
59354
|
-
/** Date and time at which Seam created the warning. */
|
|
59355
|
-
created_at?: string | undefined;
|
|
59356
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59357
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
59358
59309
|
} | {
|
|
59359
59310
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
59360
59311
|
message: string;
|
|
@@ -59719,6 +59670,7 @@ interface Routes {
|
|
|
59719
59670
|
} | undefined;
|
|
59720
59671
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59721
59672
|
assa_abloy_vostio_metadata?: {
|
|
59673
|
+
auto_join?: boolean | undefined;
|
|
59722
59674
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
59723
59675
|
key_id?: string | undefined;
|
|
59724
59676
|
key_issuing_request_id?: string | undefined;
|
|
@@ -59830,6 +59782,7 @@ interface Routes {
|
|
|
59830
59782
|
} | undefined;
|
|
59831
59783
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
59832
59784
|
assa_abloy_vostio_metadata?: {
|
|
59785
|
+
auto_join?: boolean | undefined;
|
|
59833
59786
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
59834
59787
|
key_id?: string | undefined;
|
|
59835
59788
|
key_issuing_request_id?: string | undefined;
|
|
@@ -60052,6 +60005,7 @@ interface Routes {
|
|
|
60052
60005
|
} | undefined;
|
|
60053
60006
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
60054
60007
|
assa_abloy_vostio_metadata?: {
|
|
60008
|
+
auto_join?: boolean | undefined;
|
|
60055
60009
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
60056
60010
|
key_id?: string | undefined;
|
|
60057
60011
|
key_issuing_request_id?: string | undefined;
|
|
@@ -60163,6 +60117,7 @@ interface Routes {
|
|
|
60163
60117
|
} | undefined;
|
|
60164
60118
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
60165
60119
|
assa_abloy_vostio_metadata?: {
|
|
60120
|
+
auto_join?: boolean | undefined;
|
|
60166
60121
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
60167
60122
|
key_id?: string | undefined;
|
|
60168
60123
|
key_issuing_request_id?: string | undefined;
|
|
@@ -61271,6 +61226,7 @@ interface Routes {
|
|
|
61271
61226
|
} | undefined;
|
|
61272
61227
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61273
61228
|
assa_abloy_vostio_metadata?: {
|
|
61229
|
+
auto_join?: boolean | undefined;
|
|
61274
61230
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
61275
61231
|
key_id?: string | undefined;
|
|
61276
61232
|
key_issuing_request_id?: string | undefined;
|
|
@@ -61315,6 +61271,7 @@ interface Routes {
|
|
|
61315
61271
|
} | undefined;
|
|
61316
61272
|
/** Vostio-specific metadata for the new credential. */
|
|
61317
61273
|
assa_abloy_vostio_metadata?: {
|
|
61274
|
+
auto_join?: boolean | undefined;
|
|
61318
61275
|
override_all_guest_acs_entrances?: boolean | undefined;
|
|
61319
61276
|
join_all_guest_acs_entrances?: boolean | undefined;
|
|
61320
61277
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
@@ -61440,6 +61397,7 @@ interface Routes {
|
|
|
61440
61397
|
} | undefined;
|
|
61441
61398
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61442
61399
|
assa_abloy_vostio_metadata?: {
|
|
61400
|
+
auto_join?: boolean | undefined;
|
|
61443
61401
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
61444
61402
|
key_id?: string | undefined;
|
|
61445
61403
|
key_issuing_request_id?: string | undefined;
|
|
@@ -61578,6 +61536,7 @@ interface Routes {
|
|
|
61578
61536
|
} | undefined;
|
|
61579
61537
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61580
61538
|
assa_abloy_vostio_metadata?: {
|
|
61539
|
+
auto_join?: boolean | undefined;
|
|
61581
61540
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
61582
61541
|
key_id?: string | undefined;
|
|
61583
61542
|
key_issuing_request_id?: string | undefined;
|
|
@@ -61720,6 +61679,7 @@ interface Routes {
|
|
|
61720
61679
|
} | undefined;
|
|
61721
61680
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61722
61681
|
assa_abloy_vostio_metadata?: {
|
|
61682
|
+
auto_join?: boolean | undefined;
|
|
61723
61683
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
61724
61684
|
key_id?: string | undefined;
|
|
61725
61685
|
key_issuing_request_id?: string | undefined;
|
|
@@ -61863,6 +61823,7 @@ interface Routes {
|
|
|
61863
61823
|
} | undefined;
|
|
61864
61824
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
61865
61825
|
assa_abloy_vostio_metadata?: {
|
|
61826
|
+
auto_join?: boolean | undefined;
|
|
61866
61827
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
61867
61828
|
key_id?: string | undefined;
|
|
61868
61829
|
key_issuing_request_id?: string | undefined;
|
|
@@ -62070,6 +62031,7 @@ interface Routes {
|
|
|
62070
62031
|
} | undefined;
|
|
62071
62032
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
62072
62033
|
assa_abloy_vostio_metadata?: {
|
|
62034
|
+
auto_join?: boolean | undefined;
|
|
62073
62035
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
62074
62036
|
key_id?: string | undefined;
|
|
62075
62037
|
key_issuing_request_id?: string | undefined;
|
|
@@ -62196,6 +62158,7 @@ interface Routes {
|
|
|
62196
62158
|
} | undefined;
|
|
62197
62159
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
62198
62160
|
assa_abloy_vostio_metadata?: {
|
|
62161
|
+
auto_join?: boolean | undefined;
|
|
62199
62162
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
62200
62163
|
key_id?: string | undefined;
|
|
62201
62164
|
key_issuing_request_id?: string | undefined;
|
|
@@ -62332,6 +62295,7 @@ interface Routes {
|
|
|
62332
62295
|
} | undefined;
|
|
62333
62296
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
62334
62297
|
assa_abloy_vostio_metadata?: {
|
|
62298
|
+
auto_join?: boolean | undefined;
|
|
62335
62299
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
62336
62300
|
key_id?: string | undefined;
|
|
62337
62301
|
key_issuing_request_id?: string | undefined;
|
|
@@ -62466,6 +62430,7 @@ interface Routes {
|
|
|
62466
62430
|
} | undefined;
|
|
62467
62431
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
62468
62432
|
assa_abloy_vostio_metadata?: {
|
|
62433
|
+
auto_join?: boolean | undefined;
|
|
62469
62434
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
62470
62435
|
key_id?: string | undefined;
|
|
62471
62436
|
key_issuing_request_id?: string | undefined;
|
|
@@ -62707,6 +62672,7 @@ interface Routes {
|
|
|
62707
62672
|
} | undefined;
|
|
62708
62673
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
62709
62674
|
assa_abloy_vostio_metadata?: {
|
|
62675
|
+
auto_join?: boolean | undefined;
|
|
62710
62676
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
62711
62677
|
key_id?: string | undefined;
|
|
62712
62678
|
key_issuing_request_id?: string | undefined;
|
|
@@ -62818,6 +62784,7 @@ interface Routes {
|
|
|
62818
62784
|
} | undefined;
|
|
62819
62785
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
62820
62786
|
assa_abloy_vostio_metadata?: {
|
|
62787
|
+
auto_join?: boolean | undefined;
|
|
62821
62788
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
62822
62789
|
key_id?: string | undefined;
|
|
62823
62790
|
key_issuing_request_id?: string | undefined;
|
|
@@ -63040,6 +63007,7 @@ interface Routes {
|
|
|
63040
63007
|
} | undefined;
|
|
63041
63008
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
63042
63009
|
assa_abloy_vostio_metadata?: {
|
|
63010
|
+
auto_join?: boolean | undefined;
|
|
63043
63011
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
63044
63012
|
key_id?: string | undefined;
|
|
63045
63013
|
key_issuing_request_id?: string | undefined;
|
|
@@ -63151,6 +63119,7 @@ interface Routes {
|
|
|
63151
63119
|
} | undefined;
|
|
63152
63120
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
63153
63121
|
assa_abloy_vostio_metadata?: {
|
|
63122
|
+
auto_join?: boolean | undefined;
|
|
63154
63123
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
63155
63124
|
key_id?: string | undefined;
|
|
63156
63125
|
key_issuing_request_id?: string | undefined;
|
|
@@ -63821,6 +63790,7 @@ interface Routes {
|
|
|
63821
63790
|
} | undefined;
|
|
63822
63791
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
63823
63792
|
assa_abloy_vostio_metadata?: {
|
|
63793
|
+
auto_join?: boolean | undefined;
|
|
63824
63794
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
63825
63795
|
key_id?: string | undefined;
|
|
63826
63796
|
key_issuing_request_id?: string | undefined;
|
|
@@ -63932,6 +63902,7 @@ interface Routes {
|
|
|
63932
63902
|
} | undefined;
|
|
63933
63903
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
63934
63904
|
assa_abloy_vostio_metadata?: {
|
|
63905
|
+
auto_join?: boolean | undefined;
|
|
63935
63906
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
63936
63907
|
key_id?: string | undefined;
|
|
63937
63908
|
key_issuing_request_id?: string | undefined;
|
|
@@ -64154,6 +64125,7 @@ interface Routes {
|
|
|
64154
64125
|
} | undefined;
|
|
64155
64126
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64156
64127
|
assa_abloy_vostio_metadata?: {
|
|
64128
|
+
auto_join?: boolean | undefined;
|
|
64157
64129
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
64158
64130
|
key_id?: string | undefined;
|
|
64159
64131
|
key_issuing_request_id?: string | undefined;
|
|
@@ -64265,6 +64237,7 @@ interface Routes {
|
|
|
64265
64237
|
} | undefined;
|
|
64266
64238
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
64267
64239
|
assa_abloy_vostio_metadata?: {
|
|
64240
|
+
auto_join?: boolean | undefined;
|
|
64268
64241
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
64269
64242
|
key_id?: string | undefined;
|
|
64270
64243
|
key_issuing_request_id?: string | undefined;
|
|
@@ -65027,6 +65000,7 @@ interface Routes {
|
|
|
65027
65000
|
} | undefined;
|
|
65028
65001
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65029
65002
|
assa_abloy_vostio_metadata?: {
|
|
65003
|
+
auto_join?: boolean | undefined;
|
|
65030
65004
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
65031
65005
|
key_id?: string | undefined;
|
|
65032
65006
|
key_issuing_request_id?: string | undefined;
|
|
@@ -65138,6 +65112,7 @@ interface Routes {
|
|
|
65138
65112
|
} | undefined;
|
|
65139
65113
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65140
65114
|
assa_abloy_vostio_metadata?: {
|
|
65115
|
+
auto_join?: boolean | undefined;
|
|
65141
65116
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
65142
65117
|
key_id?: string | undefined;
|
|
65143
65118
|
key_issuing_request_id?: string | undefined;
|
|
@@ -65360,6 +65335,7 @@ interface Routes {
|
|
|
65360
65335
|
} | undefined;
|
|
65361
65336
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65362
65337
|
assa_abloy_vostio_metadata?: {
|
|
65338
|
+
auto_join?: boolean | undefined;
|
|
65363
65339
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
65364
65340
|
key_id?: string | undefined;
|
|
65365
65341
|
key_issuing_request_id?: string | undefined;
|
|
@@ -65471,6 +65447,7 @@ interface Routes {
|
|
|
65471
65447
|
} | undefined;
|
|
65472
65448
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
65473
65449
|
assa_abloy_vostio_metadata?: {
|
|
65450
|
+
auto_join?: boolean | undefined;
|
|
65474
65451
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
65475
65452
|
key_id?: string | undefined;
|
|
65476
65453
|
key_issuing_request_id?: string | undefined;
|
|
@@ -66270,6 +66247,7 @@ interface Routes {
|
|
|
66270
66247
|
} | undefined;
|
|
66271
66248
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
66272
66249
|
assa_abloy_vostio_metadata?: {
|
|
66250
|
+
auto_join?: boolean | undefined;
|
|
66273
66251
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
66274
66252
|
key_id?: string | undefined;
|
|
66275
66253
|
key_issuing_request_id?: string | undefined;
|
|
@@ -68114,6 +68092,7 @@ interface Routes {
|
|
|
68114
68092
|
} | undefined;
|
|
68115
68093
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68116
68094
|
assa_abloy_vostio_metadata?: {
|
|
68095
|
+
auto_join?: boolean | undefined;
|
|
68117
68096
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
68118
68097
|
key_id?: string | undefined;
|
|
68119
68098
|
key_issuing_request_id?: string | undefined;
|
|
@@ -68225,6 +68204,7 @@ interface Routes {
|
|
|
68225
68204
|
} | undefined;
|
|
68226
68205
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68227
68206
|
assa_abloy_vostio_metadata?: {
|
|
68207
|
+
auto_join?: boolean | undefined;
|
|
68228
68208
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
68229
68209
|
key_id?: string | undefined;
|
|
68230
68210
|
key_issuing_request_id?: string | undefined;
|
|
@@ -68447,6 +68427,7 @@ interface Routes {
|
|
|
68447
68427
|
} | undefined;
|
|
68448
68428
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68449
68429
|
assa_abloy_vostio_metadata?: {
|
|
68430
|
+
auto_join?: boolean | undefined;
|
|
68450
68431
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
68451
68432
|
key_id?: string | undefined;
|
|
68452
68433
|
key_issuing_request_id?: string | undefined;
|
|
@@ -68558,6 +68539,7 @@ interface Routes {
|
|
|
68558
68539
|
} | undefined;
|
|
68559
68540
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
68560
68541
|
assa_abloy_vostio_metadata?: {
|
|
68542
|
+
auto_join?: boolean | undefined;
|
|
68561
68543
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
68562
68544
|
key_id?: string | undefined;
|
|
68563
68545
|
key_issuing_request_id?: string | undefined;
|
|
@@ -69224,6 +69206,7 @@ interface Routes {
|
|
|
69224
69206
|
} | undefined;
|
|
69225
69207
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
69226
69208
|
assa_abloy_vostio_metadata?: {
|
|
69209
|
+
auto_join?: boolean | undefined;
|
|
69227
69210
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69228
69211
|
key_id?: string | undefined;
|
|
69229
69212
|
key_issuing_request_id?: string | undefined;
|
|
@@ -69335,6 +69318,7 @@ interface Routes {
|
|
|
69335
69318
|
} | undefined;
|
|
69336
69319
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
69337
69320
|
assa_abloy_vostio_metadata?: {
|
|
69321
|
+
auto_join?: boolean | undefined;
|
|
69338
69322
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69339
69323
|
key_id?: string | undefined;
|
|
69340
69324
|
key_issuing_request_id?: string | undefined;
|
|
@@ -69557,6 +69541,7 @@ interface Routes {
|
|
|
69557
69541
|
} | undefined;
|
|
69558
69542
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
69559
69543
|
assa_abloy_vostio_metadata?: {
|
|
69544
|
+
auto_join?: boolean | undefined;
|
|
69560
69545
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69561
69546
|
key_id?: string | undefined;
|
|
69562
69547
|
key_issuing_request_id?: string | undefined;
|
|
@@ -69668,6 +69653,7 @@ interface Routes {
|
|
|
69668
69653
|
} | undefined;
|
|
69669
69654
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
69670
69655
|
assa_abloy_vostio_metadata?: {
|
|
69656
|
+
auto_join?: boolean | undefined;
|
|
69671
69657
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
69672
69658
|
key_id?: string | undefined;
|
|
69673
69659
|
key_issuing_request_id?: string | undefined;
|
|
@@ -79063,6 +79049,7 @@ interface Routes {
|
|
|
79063
79049
|
} | undefined;
|
|
79064
79050
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
79065
79051
|
assa_abloy_vostio_metadata?: {
|
|
79052
|
+
auto_join?: boolean | undefined;
|
|
79066
79053
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
79067
79054
|
key_id?: string | undefined;
|
|
79068
79055
|
key_issuing_request_id?: string | undefined;
|
|
@@ -79174,6 +79161,7 @@ interface Routes {
|
|
|
79174
79161
|
} | undefined;
|
|
79175
79162
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
79176
79163
|
assa_abloy_vostio_metadata?: {
|
|
79164
|
+
auto_join?: boolean | undefined;
|
|
79177
79165
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
79178
79166
|
key_id?: string | undefined;
|
|
79179
79167
|
key_issuing_request_id?: string | undefined;
|
|
@@ -79396,6 +79384,7 @@ interface Routes {
|
|
|
79396
79384
|
} | undefined;
|
|
79397
79385
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
79398
79386
|
assa_abloy_vostio_metadata?: {
|
|
79387
|
+
auto_join?: boolean | undefined;
|
|
79399
79388
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
79400
79389
|
key_id?: string | undefined;
|
|
79401
79390
|
key_issuing_request_id?: string | undefined;
|
|
@@ -79507,6 +79496,7 @@ interface Routes {
|
|
|
79507
79496
|
} | undefined;
|
|
79508
79497
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
79509
79498
|
assa_abloy_vostio_metadata?: {
|
|
79499
|
+
auto_join?: boolean | undefined;
|
|
79510
79500
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
79511
79501
|
key_id?: string | undefined;
|
|
79512
79502
|
key_issuing_request_id?: string | undefined;
|
|
@@ -80175,6 +80165,7 @@ interface Routes {
|
|
|
80175
80165
|
} | undefined;
|
|
80176
80166
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80177
80167
|
assa_abloy_vostio_metadata?: {
|
|
80168
|
+
auto_join?: boolean | undefined;
|
|
80178
80169
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
80179
80170
|
key_id?: string | undefined;
|
|
80180
80171
|
key_issuing_request_id?: string | undefined;
|
|
@@ -80286,6 +80277,7 @@ interface Routes {
|
|
|
80286
80277
|
} | undefined;
|
|
80287
80278
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80288
80279
|
assa_abloy_vostio_metadata?: {
|
|
80280
|
+
auto_join?: boolean | undefined;
|
|
80289
80281
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
80290
80282
|
key_id?: string | undefined;
|
|
80291
80283
|
key_issuing_request_id?: string | undefined;
|
|
@@ -80508,6 +80500,7 @@ interface Routes {
|
|
|
80508
80500
|
} | undefined;
|
|
80509
80501
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80510
80502
|
assa_abloy_vostio_metadata?: {
|
|
80503
|
+
auto_join?: boolean | undefined;
|
|
80511
80504
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
80512
80505
|
key_id?: string | undefined;
|
|
80513
80506
|
key_issuing_request_id?: string | undefined;
|
|
@@ -80619,6 +80612,7 @@ interface Routes {
|
|
|
80619
80612
|
} | undefined;
|
|
80620
80613
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
80621
80614
|
assa_abloy_vostio_metadata?: {
|
|
80615
|
+
auto_join?: boolean | undefined;
|
|
80622
80616
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
80623
80617
|
key_id?: string | undefined;
|
|
80624
80618
|
key_issuing_request_id?: string | undefined;
|
|
@@ -81286,6 +81280,7 @@ interface Routes {
|
|
|
81286
81280
|
} | undefined;
|
|
81287
81281
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
81288
81282
|
assa_abloy_vostio_metadata?: {
|
|
81283
|
+
auto_join?: boolean | undefined;
|
|
81289
81284
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
81290
81285
|
key_id?: string | undefined;
|
|
81291
81286
|
key_issuing_request_id?: string | undefined;
|
|
@@ -81397,6 +81392,7 @@ interface Routes {
|
|
|
81397
81392
|
} | undefined;
|
|
81398
81393
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
81399
81394
|
assa_abloy_vostio_metadata?: {
|
|
81395
|
+
auto_join?: boolean | undefined;
|
|
81400
81396
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
81401
81397
|
key_id?: string | undefined;
|
|
81402
81398
|
key_issuing_request_id?: string | undefined;
|
|
@@ -81619,6 +81615,7 @@ interface Routes {
|
|
|
81619
81615
|
} | undefined;
|
|
81620
81616
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
81621
81617
|
assa_abloy_vostio_metadata?: {
|
|
81618
|
+
auto_join?: boolean | undefined;
|
|
81622
81619
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
81623
81620
|
key_id?: string | undefined;
|
|
81624
81621
|
key_issuing_request_id?: string | undefined;
|
|
@@ -81730,6 +81727,7 @@ interface Routes {
|
|
|
81730
81727
|
} | undefined;
|
|
81731
81728
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
81732
81729
|
assa_abloy_vostio_metadata?: {
|
|
81730
|
+
auto_join?: boolean | undefined;
|
|
81733
81731
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
81734
81732
|
key_id?: string | undefined;
|
|
81735
81733
|
key_issuing_request_id?: string | undefined;
|
|
@@ -82398,6 +82396,7 @@ interface Routes {
|
|
|
82398
82396
|
} | undefined;
|
|
82399
82397
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
82400
82398
|
assa_abloy_vostio_metadata?: {
|
|
82399
|
+
auto_join?: boolean | undefined;
|
|
82401
82400
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
82402
82401
|
key_id?: string | undefined;
|
|
82403
82402
|
key_issuing_request_id?: string | undefined;
|
|
@@ -82509,6 +82508,7 @@ interface Routes {
|
|
|
82509
82508
|
} | undefined;
|
|
82510
82509
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
82511
82510
|
assa_abloy_vostio_metadata?: {
|
|
82511
|
+
auto_join?: boolean | undefined;
|
|
82512
82512
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
82513
82513
|
key_id?: string | undefined;
|
|
82514
82514
|
key_issuing_request_id?: string | undefined;
|
|
@@ -82731,6 +82731,7 @@ interface Routes {
|
|
|
82731
82731
|
} | undefined;
|
|
82732
82732
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
82733
82733
|
assa_abloy_vostio_metadata?: {
|
|
82734
|
+
auto_join?: boolean | undefined;
|
|
82734
82735
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
82735
82736
|
key_id?: string | undefined;
|
|
82736
82737
|
key_issuing_request_id?: string | undefined;
|
|
@@ -82842,6 +82843,7 @@ interface Routes {
|
|
|
82842
82843
|
} | undefined;
|
|
82843
82844
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
82844
82845
|
assa_abloy_vostio_metadata?: {
|
|
82846
|
+
auto_join?: boolean | undefined;
|
|
82845
82847
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
82846
82848
|
key_id?: string | undefined;
|
|
82847
82849
|
key_issuing_request_id?: string | undefined;
|
|
@@ -85091,6 +85093,7 @@ interface Routes {
|
|
|
85091
85093
|
} | undefined;
|
|
85092
85094
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
85093
85095
|
assa_abloy_vostio_metadata?: {
|
|
85096
|
+
auto_join?: boolean | undefined;
|
|
85094
85097
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
85095
85098
|
key_id?: string | undefined;
|
|
85096
85099
|
key_issuing_request_id?: string | undefined;
|
|
@@ -85202,6 +85205,7 @@ interface Routes {
|
|
|
85202
85205
|
} | undefined;
|
|
85203
85206
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
85204
85207
|
assa_abloy_vostio_metadata?: {
|
|
85208
|
+
auto_join?: boolean | undefined;
|
|
85205
85209
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
85206
85210
|
key_id?: string | undefined;
|
|
85207
85211
|
key_issuing_request_id?: string | undefined;
|
|
@@ -85424,6 +85428,7 @@ interface Routes {
|
|
|
85424
85428
|
} | undefined;
|
|
85425
85429
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
85426
85430
|
assa_abloy_vostio_metadata?: {
|
|
85431
|
+
auto_join?: boolean | undefined;
|
|
85427
85432
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
85428
85433
|
key_id?: string | undefined;
|
|
85429
85434
|
key_issuing_request_id?: string | undefined;
|
|
@@ -85535,6 +85540,7 @@ interface Routes {
|
|
|
85535
85540
|
} | undefined;
|
|
85536
85541
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
85537
85542
|
assa_abloy_vostio_metadata?: {
|
|
85543
|
+
auto_join?: boolean | undefined;
|
|
85538
85544
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
85539
85545
|
key_id?: string | undefined;
|
|
85540
85546
|
key_issuing_request_id?: string | undefined;
|
|
@@ -86214,6 +86220,7 @@ interface Routes {
|
|
|
86214
86220
|
} | undefined;
|
|
86215
86221
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
86216
86222
|
assa_abloy_vostio_metadata?: {
|
|
86223
|
+
auto_join?: boolean | undefined;
|
|
86217
86224
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
86218
86225
|
key_id?: string | undefined;
|
|
86219
86226
|
key_issuing_request_id?: string | undefined;
|
|
@@ -86325,6 +86332,7 @@ interface Routes {
|
|
|
86325
86332
|
} | undefined;
|
|
86326
86333
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
86327
86334
|
assa_abloy_vostio_metadata?: {
|
|
86335
|
+
auto_join?: boolean | undefined;
|
|
86328
86336
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
86329
86337
|
key_id?: string | undefined;
|
|
86330
86338
|
key_issuing_request_id?: string | undefined;
|
|
@@ -86547,6 +86555,7 @@ interface Routes {
|
|
|
86547
86555
|
} | undefined;
|
|
86548
86556
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
86549
86557
|
assa_abloy_vostio_metadata?: {
|
|
86558
|
+
auto_join?: boolean | undefined;
|
|
86550
86559
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
86551
86560
|
key_id?: string | undefined;
|
|
86552
86561
|
key_issuing_request_id?: string | undefined;
|
|
@@ -86658,6 +86667,7 @@ interface Routes {
|
|
|
86658
86667
|
} | undefined;
|
|
86659
86668
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
86660
86669
|
assa_abloy_vostio_metadata?: {
|
|
86670
|
+
auto_join?: boolean | undefined;
|
|
86661
86671
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
86662
86672
|
key_id?: string | undefined;
|
|
86663
86673
|
key_issuing_request_id?: string | undefined;
|
|
@@ -87376,6 +87386,7 @@ interface Routes {
|
|
|
87376
87386
|
} | undefined;
|
|
87377
87387
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
87378
87388
|
assa_abloy_vostio_metadata?: {
|
|
87389
|
+
auto_join?: boolean | undefined;
|
|
87379
87390
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
87380
87391
|
key_id?: string | undefined;
|
|
87381
87392
|
key_issuing_request_id?: string | undefined;
|
|
@@ -87487,6 +87498,7 @@ interface Routes {
|
|
|
87487
87498
|
} | undefined;
|
|
87488
87499
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
87489
87500
|
assa_abloy_vostio_metadata?: {
|
|
87501
|
+
auto_join?: boolean | undefined;
|
|
87490
87502
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
87491
87503
|
key_id?: string | undefined;
|
|
87492
87504
|
key_issuing_request_id?: string | undefined;
|
|
@@ -87709,6 +87721,7 @@ interface Routes {
|
|
|
87709
87721
|
} | undefined;
|
|
87710
87722
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
87711
87723
|
assa_abloy_vostio_metadata?: {
|
|
87724
|
+
auto_join?: boolean | undefined;
|
|
87712
87725
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
87713
87726
|
key_id?: string | undefined;
|
|
87714
87727
|
key_issuing_request_id?: string | undefined;
|
|
@@ -87820,6 +87833,7 @@ interface Routes {
|
|
|
87820
87833
|
} | undefined;
|
|
87821
87834
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
87822
87835
|
assa_abloy_vostio_metadata?: {
|
|
87836
|
+
auto_join?: boolean | undefined;
|
|
87823
87837
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
87824
87838
|
key_id?: string | undefined;
|
|
87825
87839
|
key_issuing_request_id?: string | undefined;
|
|
@@ -88972,6 +88986,7 @@ interface Routes {
|
|
|
88972
88986
|
} | undefined;
|
|
88973
88987
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
88974
88988
|
assa_abloy_vostio_metadata?: {
|
|
88989
|
+
auto_join?: boolean | undefined;
|
|
88975
88990
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
88976
88991
|
key_id?: string | undefined;
|
|
88977
88992
|
key_issuing_request_id?: string | undefined;
|
|
@@ -89083,6 +89098,7 @@ interface Routes {
|
|
|
89083
89098
|
} | undefined;
|
|
89084
89099
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
89085
89100
|
assa_abloy_vostio_metadata?: {
|
|
89101
|
+
auto_join?: boolean | undefined;
|
|
89086
89102
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
89087
89103
|
key_id?: string | undefined;
|
|
89088
89104
|
key_issuing_request_id?: string | undefined;
|
|
@@ -89305,6 +89321,7 @@ interface Routes {
|
|
|
89305
89321
|
} | undefined;
|
|
89306
89322
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
89307
89323
|
assa_abloy_vostio_metadata?: {
|
|
89324
|
+
auto_join?: boolean | undefined;
|
|
89308
89325
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
89309
89326
|
key_id?: string | undefined;
|
|
89310
89327
|
key_issuing_request_id?: string | undefined;
|
|
@@ -89416,6 +89433,7 @@ interface Routes {
|
|
|
89416
89433
|
} | undefined;
|
|
89417
89434
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
89418
89435
|
assa_abloy_vostio_metadata?: {
|
|
89436
|
+
auto_join?: boolean | undefined;
|
|
89419
89437
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
89420
89438
|
key_id?: string | undefined;
|
|
89421
89439
|
key_issuing_request_id?: string | undefined;
|
|
@@ -90019,7 +90037,7 @@ interface Routes {
|
|
|
90019
90037
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
90020
90038
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
90021
90039
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
90022
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
90040
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
90023
90041
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
90024
90042
|
external_type_display_name?: string | undefined;
|
|
90025
90043
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -90130,7 +90148,7 @@ interface Routes {
|
|
|
90130
90148
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
90131
90149
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
90132
90150
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
90133
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
90151
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
90134
90152
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
90135
90153
|
external_type_display_name?: string | undefined;
|
|
90136
90154
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -90352,7 +90370,7 @@ interface Routes {
|
|
|
90352
90370
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
90353
90371
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
90354
90372
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
90355
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
90373
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
90356
90374
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
90357
90375
|
external_type_display_name?: string | undefined;
|
|
90358
90376
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -90463,7 +90481,7 @@ interface Routes {
|
|
|
90463
90481
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
90464
90482
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
90465
90483
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
90466
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
90484
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
90467
90485
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
90468
90486
|
external_type_display_name?: string | undefined;
|
|
90469
90487
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -91131,7 +91149,7 @@ interface Routes {
|
|
|
91131
91149
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
91132
91150
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
91133
91151
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
91134
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
91152
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
91135
91153
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
91136
91154
|
external_type_display_name?: string | undefined;
|
|
91137
91155
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -91242,7 +91260,7 @@ interface Routes {
|
|
|
91242
91260
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
91243
91261
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
91244
91262
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
91245
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
91263
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
91246
91264
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
91247
91265
|
external_type_display_name?: string | undefined;
|
|
91248
91266
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -91464,7 +91482,7 @@ interface Routes {
|
|
|
91464
91482
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
91465
91483
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
91466
91484
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
91467
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
91485
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
91468
91486
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
91469
91487
|
external_type_display_name?: string | undefined;
|
|
91470
91488
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -91575,7 +91593,7 @@ interface Routes {
|
|
|
91575
91593
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
91576
91594
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
91577
91595
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
91578
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
91596
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
91579
91597
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
91580
91598
|
external_type_display_name?: string | undefined;
|
|
91581
91599
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -92328,6 +92346,7 @@ interface Routes {
|
|
|
92328
92346
|
} | undefined;
|
|
92329
92347
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
92330
92348
|
assa_abloy_vostio_metadata?: {
|
|
92349
|
+
auto_join?: boolean | undefined;
|
|
92331
92350
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
92332
92351
|
key_id?: string | undefined;
|
|
92333
92352
|
key_issuing_request_id?: string | undefined;
|
|
@@ -92439,6 +92458,7 @@ interface Routes {
|
|
|
92439
92458
|
} | undefined;
|
|
92440
92459
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
92441
92460
|
assa_abloy_vostio_metadata?: {
|
|
92461
|
+
auto_join?: boolean | undefined;
|
|
92442
92462
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
92443
92463
|
key_id?: string | undefined;
|
|
92444
92464
|
key_issuing_request_id?: string | undefined;
|
|
@@ -92661,6 +92681,7 @@ interface Routes {
|
|
|
92661
92681
|
} | undefined;
|
|
92662
92682
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
92663
92683
|
assa_abloy_vostio_metadata?: {
|
|
92684
|
+
auto_join?: boolean | undefined;
|
|
92664
92685
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
92665
92686
|
key_id?: string | undefined;
|
|
92666
92687
|
key_issuing_request_id?: string | undefined;
|
|
@@ -92772,6 +92793,7 @@ interface Routes {
|
|
|
92772
92793
|
} | undefined;
|
|
92773
92794
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
92774
92795
|
assa_abloy_vostio_metadata?: {
|
|
92796
|
+
auto_join?: boolean | undefined;
|
|
92775
92797
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
92776
92798
|
key_id?: string | undefined;
|
|
92777
92799
|
key_issuing_request_id?: string | undefined;
|
|
@@ -93452,7 +93474,7 @@ interface Routes {
|
|
|
93452
93474
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
93453
93475
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
93454
93476
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93455
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
93477
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
93456
93478
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
93457
93479
|
external_type_display_name?: string | undefined;
|
|
93458
93480
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -93563,7 +93585,7 @@ interface Routes {
|
|
|
93563
93585
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
93564
93586
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
93565
93587
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93566
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
93588
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
93567
93589
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
93568
93590
|
external_type_display_name?: string | undefined;
|
|
93569
93591
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -93785,7 +93807,7 @@ interface Routes {
|
|
|
93785
93807
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
93786
93808
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
93787
93809
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93788
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
93810
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
93789
93811
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
93790
93812
|
external_type_display_name?: string | undefined;
|
|
93791
93813
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -93896,7 +93918,7 @@ interface Routes {
|
|
|
93896
93918
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
93897
93919
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
93898
93920
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93899
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
93921
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
93900
93922
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
93901
93923
|
external_type_display_name?: string | undefined;
|
|
93902
93924
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -95429,6 +95451,7 @@ interface Routes {
|
|
|
95429
95451
|
} | undefined;
|
|
95430
95452
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
95431
95453
|
assa_abloy_vostio_metadata?: {
|
|
95454
|
+
auto_join?: boolean | undefined;
|
|
95432
95455
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
95433
95456
|
key_id?: string | undefined;
|
|
95434
95457
|
key_issuing_request_id?: string | undefined;
|
|
@@ -95540,6 +95563,7 @@ interface Routes {
|
|
|
95540
95563
|
} | undefined;
|
|
95541
95564
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
95542
95565
|
assa_abloy_vostio_metadata?: {
|
|
95566
|
+
auto_join?: boolean | undefined;
|
|
95543
95567
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
95544
95568
|
key_id?: string | undefined;
|
|
95545
95569
|
key_issuing_request_id?: string | undefined;
|
|
@@ -95762,6 +95786,7 @@ interface Routes {
|
|
|
95762
95786
|
} | undefined;
|
|
95763
95787
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
95764
95788
|
assa_abloy_vostio_metadata?: {
|
|
95789
|
+
auto_join?: boolean | undefined;
|
|
95765
95790
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
95766
95791
|
key_id?: string | undefined;
|
|
95767
95792
|
key_issuing_request_id?: string | undefined;
|
|
@@ -95873,6 +95898,7 @@ interface Routes {
|
|
|
95873
95898
|
} | undefined;
|
|
95874
95899
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
95875
95900
|
assa_abloy_vostio_metadata?: {
|
|
95901
|
+
auto_join?: boolean | undefined;
|
|
95876
95902
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
95877
95903
|
key_id?: string | undefined;
|
|
95878
95904
|
key_issuing_request_id?: string | undefined;
|
|
@@ -96551,6 +96577,7 @@ interface Routes {
|
|
|
96551
96577
|
} | undefined;
|
|
96552
96578
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
96553
96579
|
assa_abloy_vostio_metadata?: {
|
|
96580
|
+
auto_join?: boolean | undefined;
|
|
96554
96581
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
96555
96582
|
key_id?: string | undefined;
|
|
96556
96583
|
key_issuing_request_id?: string | undefined;
|
|
@@ -96662,6 +96689,7 @@ interface Routes {
|
|
|
96662
96689
|
} | undefined;
|
|
96663
96690
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
96664
96691
|
assa_abloy_vostio_metadata?: {
|
|
96692
|
+
auto_join?: boolean | undefined;
|
|
96665
96693
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
96666
96694
|
key_id?: string | undefined;
|
|
96667
96695
|
key_issuing_request_id?: string | undefined;
|
|
@@ -96884,6 +96912,7 @@ interface Routes {
|
|
|
96884
96912
|
} | undefined;
|
|
96885
96913
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
96886
96914
|
assa_abloy_vostio_metadata?: {
|
|
96915
|
+
auto_join?: boolean | undefined;
|
|
96887
96916
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
96888
96917
|
key_id?: string | undefined;
|
|
96889
96918
|
key_issuing_request_id?: string | undefined;
|
|
@@ -96995,6 +97024,7 @@ interface Routes {
|
|
|
96995
97024
|
} | undefined;
|
|
96996
97025
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
96997
97026
|
assa_abloy_vostio_metadata?: {
|
|
97027
|
+
auto_join?: boolean | undefined;
|
|
96998
97028
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
96999
97029
|
key_id?: string | undefined;
|
|
97000
97030
|
key_issuing_request_id?: string | undefined;
|
|
@@ -99206,6 +99236,7 @@ interface Routes {
|
|
|
99206
99236
|
} | undefined;
|
|
99207
99237
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
99208
99238
|
assa_abloy_vostio_metadata?: {
|
|
99239
|
+
auto_join?: boolean | undefined;
|
|
99209
99240
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
99210
99241
|
key_id?: string | undefined;
|
|
99211
99242
|
key_issuing_request_id?: string | undefined;
|
|
@@ -99317,6 +99348,7 @@ interface Routes {
|
|
|
99317
99348
|
} | undefined;
|
|
99318
99349
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
99319
99350
|
assa_abloy_vostio_metadata?: {
|
|
99351
|
+
auto_join?: boolean | undefined;
|
|
99320
99352
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
99321
99353
|
key_id?: string | undefined;
|
|
99322
99354
|
key_issuing_request_id?: string | undefined;
|
|
@@ -99539,6 +99571,7 @@ interface Routes {
|
|
|
99539
99571
|
} | undefined;
|
|
99540
99572
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
99541
99573
|
assa_abloy_vostio_metadata?: {
|
|
99574
|
+
auto_join?: boolean | undefined;
|
|
99542
99575
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
99543
99576
|
key_id?: string | undefined;
|
|
99544
99577
|
key_issuing_request_id?: string | undefined;
|
|
@@ -99650,6 +99683,7 @@ interface Routes {
|
|
|
99650
99683
|
} | undefined;
|
|
99651
99684
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
99652
99685
|
assa_abloy_vostio_metadata?: {
|
|
99686
|
+
auto_join?: boolean | undefined;
|
|
99653
99687
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
99654
99688
|
key_id?: string | undefined;
|
|
99655
99689
|
key_issuing_request_id?: string | undefined;
|
|
@@ -100510,6 +100544,7 @@ interface Routes {
|
|
|
100510
100544
|
} | undefined;
|
|
100511
100545
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
100512
100546
|
assa_abloy_vostio_metadata?: {
|
|
100547
|
+
auto_join?: boolean | undefined;
|
|
100513
100548
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
100514
100549
|
key_id?: string | undefined;
|
|
100515
100550
|
key_issuing_request_id?: string | undefined;
|
|
@@ -100621,6 +100656,7 @@ interface Routes {
|
|
|
100621
100656
|
} | undefined;
|
|
100622
100657
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
100623
100658
|
assa_abloy_vostio_metadata?: {
|
|
100659
|
+
auto_join?: boolean | undefined;
|
|
100624
100660
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
100625
100661
|
key_id?: string | undefined;
|
|
100626
100662
|
key_issuing_request_id?: string | undefined;
|
|
@@ -100843,6 +100879,7 @@ interface Routes {
|
|
|
100843
100879
|
} | undefined;
|
|
100844
100880
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
100845
100881
|
assa_abloy_vostio_metadata?: {
|
|
100882
|
+
auto_join?: boolean | undefined;
|
|
100846
100883
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
100847
100884
|
key_id?: string | undefined;
|
|
100848
100885
|
key_issuing_request_id?: string | undefined;
|
|
@@ -100954,6 +100991,7 @@ interface Routes {
|
|
|
100954
100991
|
} | undefined;
|
|
100955
100992
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
100956
100993
|
assa_abloy_vostio_metadata?: {
|
|
100994
|
+
auto_join?: boolean | undefined;
|
|
100957
100995
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
100958
100996
|
key_id?: string | undefined;
|
|
100959
100997
|
key_issuing_request_id?: string | undefined;
|
|
@@ -101651,6 +101689,7 @@ interface Routes {
|
|
|
101651
101689
|
} | undefined;
|
|
101652
101690
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
101653
101691
|
assa_abloy_vostio_metadata?: {
|
|
101692
|
+
auto_join?: boolean | undefined;
|
|
101654
101693
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
101655
101694
|
key_id?: string | undefined;
|
|
101656
101695
|
key_issuing_request_id?: string | undefined;
|
|
@@ -101762,6 +101801,7 @@ interface Routes {
|
|
|
101762
101801
|
} | undefined;
|
|
101763
101802
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
101764
101803
|
assa_abloy_vostio_metadata?: {
|
|
101804
|
+
auto_join?: boolean | undefined;
|
|
101765
101805
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
101766
101806
|
key_id?: string | undefined;
|
|
101767
101807
|
key_issuing_request_id?: string | undefined;
|
|
@@ -101984,6 +102024,7 @@ interface Routes {
|
|
|
101984
102024
|
} | undefined;
|
|
101985
102025
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
101986
102026
|
assa_abloy_vostio_metadata?: {
|
|
102027
|
+
auto_join?: boolean | undefined;
|
|
101987
102028
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
101988
102029
|
key_id?: string | undefined;
|
|
101989
102030
|
key_issuing_request_id?: string | undefined;
|
|
@@ -102095,6 +102136,7 @@ interface Routes {
|
|
|
102095
102136
|
} | undefined;
|
|
102096
102137
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
102097
102138
|
assa_abloy_vostio_metadata?: {
|
|
102139
|
+
auto_join?: boolean | undefined;
|
|
102098
102140
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
102099
102141
|
key_id?: string | undefined;
|
|
102100
102142
|
key_issuing_request_id?: string | undefined;
|
|
@@ -105622,6 +105664,7 @@ interface Routes {
|
|
|
105622
105664
|
} | undefined;
|
|
105623
105665
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
105624
105666
|
assa_abloy_vostio_metadata?: {
|
|
105667
|
+
auto_join?: boolean | undefined;
|
|
105625
105668
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
105626
105669
|
key_id?: string | undefined;
|
|
105627
105670
|
key_issuing_request_id?: string | undefined;
|
|
@@ -105733,6 +105776,7 @@ interface Routes {
|
|
|
105733
105776
|
} | undefined;
|
|
105734
105777
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
105735
105778
|
assa_abloy_vostio_metadata?: {
|
|
105779
|
+
auto_join?: boolean | undefined;
|
|
105736
105780
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
105737
105781
|
key_id?: string | undefined;
|
|
105738
105782
|
key_issuing_request_id?: string | undefined;
|
|
@@ -105955,6 +105999,7 @@ interface Routes {
|
|
|
105955
105999
|
} | undefined;
|
|
105956
106000
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
105957
106001
|
assa_abloy_vostio_metadata?: {
|
|
106002
|
+
auto_join?: boolean | undefined;
|
|
105958
106003
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
105959
106004
|
key_id?: string | undefined;
|
|
105960
106005
|
key_issuing_request_id?: string | undefined;
|
|
@@ -106066,6 +106111,7 @@ interface Routes {
|
|
|
106066
106111
|
} | undefined;
|
|
106067
106112
|
/** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
|
|
106068
106113
|
assa_abloy_vostio_metadata?: {
|
|
106114
|
+
auto_join?: boolean | undefined;
|
|
106069
106115
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
106070
106116
|
key_id?: string | undefined;
|
|
106071
106117
|
key_issuing_request_id?: string | undefined;
|