@seamapi/types 1.391.1 → 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.
@@ -3743,24 +3743,25 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
3743
3743
  credential_id: z.ZodOptional<z.ZodString>;
3744
3744
  }, "strip", z.ZodTypeAny, {
3745
3745
  card_function_type: "guest" | "staff";
3746
+ auto_join?: boolean | undefined;
3746
3747
  joiner_acs_credential_ids?: string[] | undefined;
3747
3748
  guest_acs_entrance_ids?: string[] | undefined;
3748
3749
  common_acs_entrance_ids?: string[] | undefined;
3749
3750
  is_valid?: boolean | undefined;
3750
- auto_join?: boolean | undefined;
3751
3751
  card_id?: string | undefined;
3752
3752
  credential_id?: string | undefined;
3753
3753
  }, {
3754
3754
  card_function_type: "guest" | "staff";
3755
+ auto_join?: boolean | undefined;
3755
3756
  joiner_acs_credential_ids?: string[] | undefined;
3756
3757
  guest_acs_entrance_ids?: string[] | undefined;
3757
3758
  common_acs_entrance_ids?: string[] | undefined;
3758
3759
  is_valid?: boolean | undefined;
3759
- auto_join?: boolean | undefined;
3760
3760
  card_id?: string | undefined;
3761
3761
  credential_id?: string | undefined;
3762
3762
  }>>;
3763
3763
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
3764
+ auto_join: z.ZodOptional<z.ZodBoolean>;
3764
3765
  override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3765
3766
  key_id: z.ZodOptional<z.ZodString>;
3766
3767
  key_issuing_request_id: z.ZodOptional<z.ZodString>;
@@ -3768,12 +3769,14 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
3768
3769
  endpoint_id: z.ZodOptional<z.ZodString>;
3769
3770
  }, "strip", z.ZodTypeAny, {
3770
3771
  endpoint_id?: string | undefined;
3772
+ auto_join?: boolean | undefined;
3771
3773
  override_guest_acs_entrance_ids?: string[] | undefined;
3772
3774
  key_id?: string | undefined;
3773
3775
  key_issuing_request_id?: string | undefined;
3774
3776
  door_names?: string[] | undefined;
3775
3777
  }, {
3776
3778
  endpoint_id?: string | undefined;
3779
+ auto_join?: boolean | undefined;
3777
3780
  override_guest_acs_entrance_ids?: string[] | undefined;
3778
3781
  key_id?: string | undefined;
3779
3782
  key_issuing_request_id?: string | undefined;
@@ -3823,16 +3826,17 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
3823
3826
  ends_at?: string | undefined;
3824
3827
  visionline_metadata?: {
3825
3828
  card_function_type: "guest" | "staff";
3829
+ auto_join?: boolean | undefined;
3826
3830
  joiner_acs_credential_ids?: string[] | undefined;
3827
3831
  guest_acs_entrance_ids?: string[] | undefined;
3828
3832
  common_acs_entrance_ids?: string[] | undefined;
3829
3833
  is_valid?: boolean | undefined;
3830
- auto_join?: boolean | undefined;
3831
3834
  card_id?: string | undefined;
3832
3835
  credential_id?: string | undefined;
3833
3836
  } | undefined;
3834
3837
  assa_abloy_vostio_metadata?: {
3835
3838
  endpoint_id?: string | undefined;
3839
+ auto_join?: boolean | undefined;
3836
3840
  override_guest_acs_entrance_ids?: string[] | undefined;
3837
3841
  key_id?: string | undefined;
3838
3842
  key_issuing_request_id?: string | undefined;
@@ -3892,16 +3896,17 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
3892
3896
  ends_at?: string | undefined;
3893
3897
  visionline_metadata?: {
3894
3898
  card_function_type: "guest" | "staff";
3899
+ auto_join?: boolean | undefined;
3895
3900
  joiner_acs_credential_ids?: string[] | undefined;
3896
3901
  guest_acs_entrance_ids?: string[] | undefined;
3897
3902
  common_acs_entrance_ids?: string[] | undefined;
3898
3903
  is_valid?: boolean | undefined;
3899
- auto_join?: boolean | undefined;
3900
3904
  card_id?: string | undefined;
3901
3905
  credential_id?: string | undefined;
3902
3906
  } | undefined;
3903
3907
  assa_abloy_vostio_metadata?: {
3904
3908
  endpoint_id?: string | undefined;
3909
+ auto_join?: boolean | undefined;
3905
3910
  override_guest_acs_entrance_ids?: string[] | undefined;
3906
3911
  key_id?: string | undefined;
3907
3912
  key_issuing_request_id?: string | undefined;
@@ -4042,24 +4047,25 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
4042
4047
  credential_id: z.ZodOptional<z.ZodString>;
4043
4048
  }, "strip", z.ZodTypeAny, {
4044
4049
  card_function_type: "guest" | "staff";
4050
+ auto_join?: boolean | undefined;
4045
4051
  joiner_acs_credential_ids?: string[] | undefined;
4046
4052
  guest_acs_entrance_ids?: string[] | undefined;
4047
4053
  common_acs_entrance_ids?: string[] | undefined;
4048
4054
  is_valid?: boolean | undefined;
4049
- auto_join?: boolean | undefined;
4050
4055
  card_id?: string | undefined;
4051
4056
  credential_id?: string | undefined;
4052
4057
  }, {
4053
4058
  card_function_type: "guest" | "staff";
4059
+ auto_join?: boolean | undefined;
4054
4060
  joiner_acs_credential_ids?: string[] | undefined;
4055
4061
  guest_acs_entrance_ids?: string[] | undefined;
4056
4062
  common_acs_entrance_ids?: string[] | undefined;
4057
4063
  is_valid?: boolean | undefined;
4058
- auto_join?: boolean | undefined;
4059
4064
  card_id?: string | undefined;
4060
4065
  credential_id?: string | undefined;
4061
4066
  }>>;
4062
4067
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
4068
+ auto_join: z.ZodOptional<z.ZodBoolean>;
4063
4069
  override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4064
4070
  key_id: z.ZodOptional<z.ZodString>;
4065
4071
  key_issuing_request_id: z.ZodOptional<z.ZodString>;
@@ -4067,12 +4073,14 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
4067
4073
  endpoint_id: z.ZodOptional<z.ZodString>;
4068
4074
  }, "strip", z.ZodTypeAny, {
4069
4075
  endpoint_id?: string | undefined;
4076
+ auto_join?: boolean | undefined;
4070
4077
  override_guest_acs_entrance_ids?: string[] | undefined;
4071
4078
  key_id?: string | undefined;
4072
4079
  key_issuing_request_id?: string | undefined;
4073
4080
  door_names?: string[] | undefined;
4074
4081
  }, {
4075
4082
  endpoint_id?: string | undefined;
4083
+ auto_join?: boolean | undefined;
4076
4084
  override_guest_acs_entrance_ids?: string[] | undefined;
4077
4085
  key_id?: string | undefined;
4078
4086
  key_issuing_request_id?: string | undefined;
@@ -4122,16 +4130,17 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
4122
4130
  ends_at?: string | undefined;
4123
4131
  visionline_metadata?: {
4124
4132
  card_function_type: "guest" | "staff";
4133
+ auto_join?: boolean | undefined;
4125
4134
  joiner_acs_credential_ids?: string[] | undefined;
4126
4135
  guest_acs_entrance_ids?: string[] | undefined;
4127
4136
  common_acs_entrance_ids?: string[] | undefined;
4128
4137
  is_valid?: boolean | undefined;
4129
- auto_join?: boolean | undefined;
4130
4138
  card_id?: string | undefined;
4131
4139
  credential_id?: string | undefined;
4132
4140
  } | undefined;
4133
4141
  assa_abloy_vostio_metadata?: {
4134
4142
  endpoint_id?: string | undefined;
4143
+ auto_join?: boolean | undefined;
4135
4144
  override_guest_acs_entrance_ids?: string[] | undefined;
4136
4145
  key_id?: string | undefined;
4137
4146
  key_issuing_request_id?: string | undefined;
@@ -4191,16 +4200,17 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
4191
4200
  ends_at?: string | undefined;
4192
4201
  visionline_metadata?: {
4193
4202
  card_function_type: "guest" | "staff";
4203
+ auto_join?: boolean | undefined;
4194
4204
  joiner_acs_credential_ids?: string[] | undefined;
4195
4205
  guest_acs_entrance_ids?: string[] | undefined;
4196
4206
  common_acs_entrance_ids?: string[] | undefined;
4197
4207
  is_valid?: boolean | undefined;
4198
- auto_join?: boolean | undefined;
4199
4208
  card_id?: string | undefined;
4200
4209
  credential_id?: string | undefined;
4201
4210
  } | undefined;
4202
4211
  assa_abloy_vostio_metadata?: {
4203
4212
  endpoint_id?: string | undefined;
4213
+ auto_join?: boolean | undefined;
4204
4214
  override_guest_acs_entrance_ids?: string[] | undefined;
4205
4215
  key_id?: string | undefined;
4206
4216
  key_issuing_request_id?: string | undefined;
@@ -6406,24 +6416,25 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
6406
6416
  credential_id: z.ZodOptional<z.ZodString>;
6407
6417
  }, "strip", z.ZodTypeAny, {
6408
6418
  card_function_type: "guest" | "staff";
6419
+ auto_join?: boolean | undefined;
6409
6420
  joiner_acs_credential_ids?: string[] | undefined;
6410
6421
  guest_acs_entrance_ids?: string[] | undefined;
6411
6422
  common_acs_entrance_ids?: string[] | undefined;
6412
6423
  is_valid?: boolean | undefined;
6413
- auto_join?: boolean | undefined;
6414
6424
  card_id?: string | undefined;
6415
6425
  credential_id?: string | undefined;
6416
6426
  }, {
6417
6427
  card_function_type: "guest" | "staff";
6428
+ auto_join?: boolean | undefined;
6418
6429
  joiner_acs_credential_ids?: string[] | undefined;
6419
6430
  guest_acs_entrance_ids?: string[] | undefined;
6420
6431
  common_acs_entrance_ids?: string[] | undefined;
6421
6432
  is_valid?: boolean | undefined;
6422
- auto_join?: boolean | undefined;
6423
6433
  card_id?: string | undefined;
6424
6434
  credential_id?: string | undefined;
6425
6435
  }>>;
6426
6436
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
6437
+ auto_join: z.ZodOptional<z.ZodBoolean>;
6427
6438
  override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6428
6439
  key_id: z.ZodOptional<z.ZodString>;
6429
6440
  key_issuing_request_id: z.ZodOptional<z.ZodString>;
@@ -6431,12 +6442,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
6431
6442
  endpoint_id: z.ZodOptional<z.ZodString>;
6432
6443
  }, "strip", z.ZodTypeAny, {
6433
6444
  endpoint_id?: string | undefined;
6445
+ auto_join?: boolean | undefined;
6434
6446
  override_guest_acs_entrance_ids?: string[] | undefined;
6435
6447
  key_id?: string | undefined;
6436
6448
  key_issuing_request_id?: string | undefined;
6437
6449
  door_names?: string[] | undefined;
6438
6450
  }, {
6439
6451
  endpoint_id?: string | undefined;
6452
+ auto_join?: boolean | undefined;
6440
6453
  override_guest_acs_entrance_ids?: string[] | undefined;
6441
6454
  key_id?: string | undefined;
6442
6455
  key_issuing_request_id?: string | undefined;
@@ -6486,16 +6499,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
6486
6499
  ends_at?: string | undefined;
6487
6500
  visionline_metadata?: {
6488
6501
  card_function_type: "guest" | "staff";
6502
+ auto_join?: boolean | undefined;
6489
6503
  joiner_acs_credential_ids?: string[] | undefined;
6490
6504
  guest_acs_entrance_ids?: string[] | undefined;
6491
6505
  common_acs_entrance_ids?: string[] | undefined;
6492
6506
  is_valid?: boolean | undefined;
6493
- auto_join?: boolean | undefined;
6494
6507
  card_id?: string | undefined;
6495
6508
  credential_id?: string | undefined;
6496
6509
  } | undefined;
6497
6510
  assa_abloy_vostio_metadata?: {
6498
6511
  endpoint_id?: string | undefined;
6512
+ auto_join?: boolean | undefined;
6499
6513
  override_guest_acs_entrance_ids?: string[] | undefined;
6500
6514
  key_id?: string | undefined;
6501
6515
  key_issuing_request_id?: string | undefined;
@@ -6555,16 +6569,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
6555
6569
  ends_at?: string | undefined;
6556
6570
  visionline_metadata?: {
6557
6571
  card_function_type: "guest" | "staff";
6572
+ auto_join?: boolean | undefined;
6558
6573
  joiner_acs_credential_ids?: string[] | undefined;
6559
6574
  guest_acs_entrance_ids?: string[] | undefined;
6560
6575
  common_acs_entrance_ids?: string[] | undefined;
6561
6576
  is_valid?: boolean | undefined;
6562
- auto_join?: boolean | undefined;
6563
6577
  card_id?: string | undefined;
6564
6578
  credential_id?: string | undefined;
6565
6579
  } | undefined;
6566
6580
  assa_abloy_vostio_metadata?: {
6567
6581
  endpoint_id?: string | undefined;
6582
+ auto_join?: boolean | undefined;
6568
6583
  override_guest_acs_entrance_ids?: string[] | undefined;
6569
6584
  key_id?: string | undefined;
6570
6585
  key_issuing_request_id?: string | undefined;
@@ -6704,24 +6719,25 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
6704
6719
  credential_id: z.ZodOptional<z.ZodString>;
6705
6720
  }, "strip", z.ZodTypeAny, {
6706
6721
  card_function_type: "guest" | "staff";
6722
+ auto_join?: boolean | undefined;
6707
6723
  joiner_acs_credential_ids?: string[] | undefined;
6708
6724
  guest_acs_entrance_ids?: string[] | undefined;
6709
6725
  common_acs_entrance_ids?: string[] | undefined;
6710
6726
  is_valid?: boolean | undefined;
6711
- auto_join?: boolean | undefined;
6712
6727
  card_id?: string | undefined;
6713
6728
  credential_id?: string | undefined;
6714
6729
  }, {
6715
6730
  card_function_type: "guest" | "staff";
6731
+ auto_join?: boolean | undefined;
6716
6732
  joiner_acs_credential_ids?: string[] | undefined;
6717
6733
  guest_acs_entrance_ids?: string[] | undefined;
6718
6734
  common_acs_entrance_ids?: string[] | undefined;
6719
6735
  is_valid?: boolean | undefined;
6720
- auto_join?: boolean | undefined;
6721
6736
  card_id?: string | undefined;
6722
6737
  credential_id?: string | undefined;
6723
6738
  }>>;
6724
6739
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
6740
+ auto_join: z.ZodOptional<z.ZodBoolean>;
6725
6741
  override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6726
6742
  key_id: z.ZodOptional<z.ZodString>;
6727
6743
  key_issuing_request_id: z.ZodOptional<z.ZodString>;
@@ -6729,12 +6745,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
6729
6745
  endpoint_id: z.ZodOptional<z.ZodString>;
6730
6746
  }, "strip", z.ZodTypeAny, {
6731
6747
  endpoint_id?: string | undefined;
6748
+ auto_join?: boolean | undefined;
6732
6749
  override_guest_acs_entrance_ids?: string[] | undefined;
6733
6750
  key_id?: string | undefined;
6734
6751
  key_issuing_request_id?: string | undefined;
6735
6752
  door_names?: string[] | undefined;
6736
6753
  }, {
6737
6754
  endpoint_id?: string | undefined;
6755
+ auto_join?: boolean | undefined;
6738
6756
  override_guest_acs_entrance_ids?: string[] | undefined;
6739
6757
  key_id?: string | undefined;
6740
6758
  key_issuing_request_id?: string | undefined;
@@ -6784,16 +6802,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
6784
6802
  ends_at?: string | undefined;
6785
6803
  visionline_metadata?: {
6786
6804
  card_function_type: "guest" | "staff";
6805
+ auto_join?: boolean | undefined;
6787
6806
  joiner_acs_credential_ids?: string[] | undefined;
6788
6807
  guest_acs_entrance_ids?: string[] | undefined;
6789
6808
  common_acs_entrance_ids?: string[] | undefined;
6790
6809
  is_valid?: boolean | undefined;
6791
- auto_join?: boolean | undefined;
6792
6810
  card_id?: string | undefined;
6793
6811
  credential_id?: string | undefined;
6794
6812
  } | undefined;
6795
6813
  assa_abloy_vostio_metadata?: {
6796
6814
  endpoint_id?: string | undefined;
6815
+ auto_join?: boolean | undefined;
6797
6816
  override_guest_acs_entrance_ids?: string[] | undefined;
6798
6817
  key_id?: string | undefined;
6799
6818
  key_issuing_request_id?: string | undefined;
@@ -6853,16 +6872,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
6853
6872
  ends_at?: string | undefined;
6854
6873
  visionline_metadata?: {
6855
6874
  card_function_type: "guest" | "staff";
6875
+ auto_join?: boolean | undefined;
6856
6876
  joiner_acs_credential_ids?: string[] | undefined;
6857
6877
  guest_acs_entrance_ids?: string[] | undefined;
6858
6878
  common_acs_entrance_ids?: string[] | undefined;
6859
6879
  is_valid?: boolean | undefined;
6860
- auto_join?: boolean | undefined;
6861
6880
  card_id?: string | undefined;
6862
6881
  credential_id?: string | undefined;
6863
6882
  } | undefined;
6864
6883
  assa_abloy_vostio_metadata?: {
6865
6884
  endpoint_id?: string | undefined;
6885
+ auto_join?: boolean | undefined;
6866
6886
  override_guest_acs_entrance_ids?: string[] | undefined;
6867
6887
  key_id?: string | undefined;
6868
6888
  key_issuing_request_id?: string | undefined;
@@ -6959,16 +6979,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
6959
6979
  ends_at?: string | undefined;
6960
6980
  visionline_metadata?: {
6961
6981
  card_function_type: "guest" | "staff";
6982
+ auto_join?: boolean | undefined;
6962
6983
  joiner_acs_credential_ids?: string[] | undefined;
6963
6984
  guest_acs_entrance_ids?: string[] | undefined;
6964
6985
  common_acs_entrance_ids?: string[] | undefined;
6965
6986
  is_valid?: boolean | undefined;
6966
- auto_join?: boolean | undefined;
6967
6987
  card_id?: string | undefined;
6968
6988
  credential_id?: string | undefined;
6969
6989
  } | undefined;
6970
6990
  assa_abloy_vostio_metadata?: {
6971
6991
  endpoint_id?: string | undefined;
6992
+ auto_join?: boolean | undefined;
6972
6993
  override_guest_acs_entrance_ids?: string[] | undefined;
6973
6994
  key_id?: string | undefined;
6974
6995
  key_issuing_request_id?: string | undefined;
@@ -7028,16 +7049,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
7028
7049
  ends_at?: string | undefined;
7029
7050
  visionline_metadata?: {
7030
7051
  card_function_type: "guest" | "staff";
7052
+ auto_join?: boolean | undefined;
7031
7053
  joiner_acs_credential_ids?: string[] | undefined;
7032
7054
  guest_acs_entrance_ids?: string[] | undefined;
7033
7055
  common_acs_entrance_ids?: string[] | undefined;
7034
7056
  is_valid?: boolean | undefined;
7035
- auto_join?: boolean | undefined;
7036
7057
  card_id?: string | undefined;
7037
7058
  credential_id?: string | undefined;
7038
7059
  } | undefined;
7039
7060
  assa_abloy_vostio_metadata?: {
7040
7061
  endpoint_id?: string | undefined;
7062
+ auto_join?: boolean | undefined;
7041
7063
  override_guest_acs_entrance_ids?: string[] | undefined;
7042
7064
  key_id?: string | undefined;
7043
7065
  key_issuing_request_id?: string | undefined;
@@ -7124,16 +7146,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
7124
7146
  ends_at?: string | undefined;
7125
7147
  visionline_metadata?: {
7126
7148
  card_function_type: "guest" | "staff";
7149
+ auto_join?: boolean | undefined;
7127
7150
  joiner_acs_credential_ids?: string[] | undefined;
7128
7151
  guest_acs_entrance_ids?: string[] | undefined;
7129
7152
  common_acs_entrance_ids?: string[] | undefined;
7130
7153
  is_valid?: boolean | undefined;
7131
- auto_join?: boolean | undefined;
7132
7154
  card_id?: string | undefined;
7133
7155
  credential_id?: string | undefined;
7134
7156
  } | undefined;
7135
7157
  assa_abloy_vostio_metadata?: {
7136
7158
  endpoint_id?: string | undefined;
7159
+ auto_join?: boolean | undefined;
7137
7160
  override_guest_acs_entrance_ids?: string[] | undefined;
7138
7161
  key_id?: string | undefined;
7139
7162
  key_issuing_request_id?: string | undefined;
@@ -7193,16 +7216,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
7193
7216
  ends_at?: string | undefined;
7194
7217
  visionline_metadata?: {
7195
7218
  card_function_type: "guest" | "staff";
7219
+ auto_join?: boolean | undefined;
7196
7220
  joiner_acs_credential_ids?: string[] | undefined;
7197
7221
  guest_acs_entrance_ids?: string[] | undefined;
7198
7222
  common_acs_entrance_ids?: string[] | undefined;
7199
7223
  is_valid?: boolean | undefined;
7200
- auto_join?: boolean | undefined;
7201
7224
  card_id?: string | undefined;
7202
7225
  credential_id?: string | undefined;
7203
7226
  } | undefined;
7204
7227
  assa_abloy_vostio_metadata?: {
7205
7228
  endpoint_id?: string | undefined;
7229
+ auto_join?: boolean | undefined;
7206
7230
  override_guest_acs_entrance_ids?: string[] | undefined;
7207
7231
  key_id?: string | undefined;
7208
7232
  key_issuing_request_id?: string | undefined;
@@ -7294,16 +7318,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
7294
7318
  ends_at?: string | undefined;
7295
7319
  visionline_metadata?: {
7296
7320
  card_function_type: "guest" | "staff";
7321
+ auto_join?: boolean | undefined;
7297
7322
  joiner_acs_credential_ids?: string[] | undefined;
7298
7323
  guest_acs_entrance_ids?: string[] | undefined;
7299
7324
  common_acs_entrance_ids?: string[] | undefined;
7300
7325
  is_valid?: boolean | undefined;
7301
- auto_join?: boolean | undefined;
7302
7326
  card_id?: string | undefined;
7303
7327
  credential_id?: string | undefined;
7304
7328
  } | undefined;
7305
7329
  assa_abloy_vostio_metadata?: {
7306
7330
  endpoint_id?: string | undefined;
7331
+ auto_join?: boolean | undefined;
7307
7332
  override_guest_acs_entrance_ids?: string[] | undefined;
7308
7333
  key_id?: string | undefined;
7309
7334
  key_issuing_request_id?: string | undefined;
@@ -7363,16 +7388,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
7363
7388
  ends_at?: string | undefined;
7364
7389
  visionline_metadata?: {
7365
7390
  card_function_type: "guest" | "staff";
7391
+ auto_join?: boolean | undefined;
7366
7392
  joiner_acs_credential_ids?: string[] | undefined;
7367
7393
  guest_acs_entrance_ids?: string[] | undefined;
7368
7394
  common_acs_entrance_ids?: string[] | undefined;
7369
7395
  is_valid?: boolean | undefined;
7370
- auto_join?: boolean | undefined;
7371
7396
  card_id?: string | undefined;
7372
7397
  credential_id?: string | undefined;
7373
7398
  } | undefined;
7374
7399
  assa_abloy_vostio_metadata?: {
7375
7400
  endpoint_id?: string | undefined;
7401
+ auto_join?: boolean | undefined;
7376
7402
  override_guest_acs_entrance_ids?: string[] | undefined;
7377
7403
  key_id?: string | undefined;
7378
7404
  key_issuing_request_id?: string | undefined;
@@ -7465,16 +7491,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
7465
7491
  ends_at?: string | undefined;
7466
7492
  visionline_metadata?: {
7467
7493
  card_function_type: "guest" | "staff";
7494
+ auto_join?: boolean | undefined;
7468
7495
  joiner_acs_credential_ids?: string[] | undefined;
7469
7496
  guest_acs_entrance_ids?: string[] | undefined;
7470
7497
  common_acs_entrance_ids?: string[] | undefined;
7471
7498
  is_valid?: boolean | undefined;
7472
- auto_join?: boolean | undefined;
7473
7499
  card_id?: string | undefined;
7474
7500
  credential_id?: string | undefined;
7475
7501
  } | undefined;
7476
7502
  assa_abloy_vostio_metadata?: {
7477
7503
  endpoint_id?: string | undefined;
7504
+ auto_join?: boolean | undefined;
7478
7505
  override_guest_acs_entrance_ids?: string[] | undefined;
7479
7506
  key_id?: string | undefined;
7480
7507
  key_issuing_request_id?: string | undefined;
@@ -7534,16 +7561,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
7534
7561
  ends_at?: string | undefined;
7535
7562
  visionline_metadata?: {
7536
7563
  card_function_type: "guest" | "staff";
7564
+ auto_join?: boolean | undefined;
7537
7565
  joiner_acs_credential_ids?: string[] | undefined;
7538
7566
  guest_acs_entrance_ids?: string[] | undefined;
7539
7567
  common_acs_entrance_ids?: string[] | undefined;
7540
7568
  is_valid?: boolean | undefined;
7541
- auto_join?: boolean | undefined;
7542
7569
  card_id?: string | undefined;
7543
7570
  credential_id?: string | undefined;
7544
7571
  } | undefined;
7545
7572
  assa_abloy_vostio_metadata?: {
7546
7573
  endpoint_id?: string | undefined;
7574
+ auto_join?: boolean | undefined;
7547
7575
  override_guest_acs_entrance_ids?: string[] | undefined;
7548
7576
  key_id?: string | undefined;
7549
7577
  key_issuing_request_id?: string | undefined;
@@ -7964,24 +7992,25 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
7964
7992
  credential_id: z.ZodOptional<z.ZodString>;
7965
7993
  }, "strip", z.ZodTypeAny, {
7966
7994
  card_function_type: "guest" | "staff";
7995
+ auto_join?: boolean | undefined;
7967
7996
  joiner_acs_credential_ids?: string[] | undefined;
7968
7997
  guest_acs_entrance_ids?: string[] | undefined;
7969
7998
  common_acs_entrance_ids?: string[] | undefined;
7970
7999
  is_valid?: boolean | undefined;
7971
- auto_join?: boolean | undefined;
7972
8000
  card_id?: string | undefined;
7973
8001
  credential_id?: string | undefined;
7974
8002
  }, {
7975
8003
  card_function_type: "guest" | "staff";
8004
+ auto_join?: boolean | undefined;
7976
8005
  joiner_acs_credential_ids?: string[] | undefined;
7977
8006
  guest_acs_entrance_ids?: string[] | undefined;
7978
8007
  common_acs_entrance_ids?: string[] | undefined;
7979
8008
  is_valid?: boolean | undefined;
7980
- auto_join?: boolean | undefined;
7981
8009
  card_id?: string | undefined;
7982
8010
  credential_id?: string | undefined;
7983
8011
  }>>;
7984
8012
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
8013
+ auto_join: z.ZodOptional<z.ZodBoolean>;
7985
8014
  override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7986
8015
  key_id: z.ZodOptional<z.ZodString>;
7987
8016
  key_issuing_request_id: z.ZodOptional<z.ZodString>;
@@ -7989,12 +8018,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
7989
8018
  endpoint_id: z.ZodOptional<z.ZodString>;
7990
8019
  }, "strip", z.ZodTypeAny, {
7991
8020
  endpoint_id?: string | undefined;
8021
+ auto_join?: boolean | undefined;
7992
8022
  override_guest_acs_entrance_ids?: string[] | undefined;
7993
8023
  key_id?: string | undefined;
7994
8024
  key_issuing_request_id?: string | undefined;
7995
8025
  door_names?: string[] | undefined;
7996
8026
  }, {
7997
8027
  endpoint_id?: string | undefined;
8028
+ auto_join?: boolean | undefined;
7998
8029
  override_guest_acs_entrance_ids?: string[] | undefined;
7999
8030
  key_id?: string | undefined;
8000
8031
  key_issuing_request_id?: string | undefined;
@@ -8044,16 +8075,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
8044
8075
  ends_at?: string | undefined;
8045
8076
  visionline_metadata?: {
8046
8077
  card_function_type: "guest" | "staff";
8078
+ auto_join?: boolean | undefined;
8047
8079
  joiner_acs_credential_ids?: string[] | undefined;
8048
8080
  guest_acs_entrance_ids?: string[] | undefined;
8049
8081
  common_acs_entrance_ids?: string[] | undefined;
8050
8082
  is_valid?: boolean | undefined;
8051
- auto_join?: boolean | undefined;
8052
8083
  card_id?: string | undefined;
8053
8084
  credential_id?: string | undefined;
8054
8085
  } | undefined;
8055
8086
  assa_abloy_vostio_metadata?: {
8056
8087
  endpoint_id?: string | undefined;
8088
+ auto_join?: boolean | undefined;
8057
8089
  override_guest_acs_entrance_ids?: string[] | undefined;
8058
8090
  key_id?: string | undefined;
8059
8091
  key_issuing_request_id?: string | undefined;
@@ -8113,16 +8145,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
8113
8145
  ends_at?: string | undefined;
8114
8146
  visionline_metadata?: {
8115
8147
  card_function_type: "guest" | "staff";
8148
+ auto_join?: boolean | undefined;
8116
8149
  joiner_acs_credential_ids?: string[] | undefined;
8117
8150
  guest_acs_entrance_ids?: string[] | undefined;
8118
8151
  common_acs_entrance_ids?: string[] | undefined;
8119
8152
  is_valid?: boolean | undefined;
8120
- auto_join?: boolean | undefined;
8121
8153
  card_id?: string | undefined;
8122
8154
  credential_id?: string | undefined;
8123
8155
  } | undefined;
8124
8156
  assa_abloy_vostio_metadata?: {
8125
8157
  endpoint_id?: string | undefined;
8158
+ auto_join?: boolean | undefined;
8126
8159
  override_guest_acs_entrance_ids?: string[] | undefined;
8127
8160
  key_id?: string | undefined;
8128
8161
  key_issuing_request_id?: string | undefined;
@@ -8262,24 +8295,25 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
8262
8295
  credential_id: z.ZodOptional<z.ZodString>;
8263
8296
  }, "strip", z.ZodTypeAny, {
8264
8297
  card_function_type: "guest" | "staff";
8298
+ auto_join?: boolean | undefined;
8265
8299
  joiner_acs_credential_ids?: string[] | undefined;
8266
8300
  guest_acs_entrance_ids?: string[] | undefined;
8267
8301
  common_acs_entrance_ids?: string[] | undefined;
8268
8302
  is_valid?: boolean | undefined;
8269
- auto_join?: boolean | undefined;
8270
8303
  card_id?: string | undefined;
8271
8304
  credential_id?: string | undefined;
8272
8305
  }, {
8273
8306
  card_function_type: "guest" | "staff";
8307
+ auto_join?: boolean | undefined;
8274
8308
  joiner_acs_credential_ids?: string[] | undefined;
8275
8309
  guest_acs_entrance_ids?: string[] | undefined;
8276
8310
  common_acs_entrance_ids?: string[] | undefined;
8277
8311
  is_valid?: boolean | undefined;
8278
- auto_join?: boolean | undefined;
8279
8312
  card_id?: string | undefined;
8280
8313
  credential_id?: string | undefined;
8281
8314
  }>>;
8282
8315
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
8316
+ auto_join: z.ZodOptional<z.ZodBoolean>;
8283
8317
  override_guest_acs_entrance_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8284
8318
  key_id: z.ZodOptional<z.ZodString>;
8285
8319
  key_issuing_request_id: z.ZodOptional<z.ZodString>;
@@ -8287,12 +8321,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
8287
8321
  endpoint_id: z.ZodOptional<z.ZodString>;
8288
8322
  }, "strip", z.ZodTypeAny, {
8289
8323
  endpoint_id?: string | undefined;
8324
+ auto_join?: boolean | undefined;
8290
8325
  override_guest_acs_entrance_ids?: string[] | undefined;
8291
8326
  key_id?: string | undefined;
8292
8327
  key_issuing_request_id?: string | undefined;
8293
8328
  door_names?: string[] | undefined;
8294
8329
  }, {
8295
8330
  endpoint_id?: string | undefined;
8331
+ auto_join?: boolean | undefined;
8296
8332
  override_guest_acs_entrance_ids?: string[] | undefined;
8297
8333
  key_id?: string | undefined;
8298
8334
  key_issuing_request_id?: string | undefined;
@@ -8342,16 +8378,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
8342
8378
  ends_at?: string | undefined;
8343
8379
  visionline_metadata?: {
8344
8380
  card_function_type: "guest" | "staff";
8381
+ auto_join?: boolean | undefined;
8345
8382
  joiner_acs_credential_ids?: string[] | undefined;
8346
8383
  guest_acs_entrance_ids?: string[] | undefined;
8347
8384
  common_acs_entrance_ids?: string[] | undefined;
8348
8385
  is_valid?: boolean | undefined;
8349
- auto_join?: boolean | undefined;
8350
8386
  card_id?: string | undefined;
8351
8387
  credential_id?: string | undefined;
8352
8388
  } | undefined;
8353
8389
  assa_abloy_vostio_metadata?: {
8354
8390
  endpoint_id?: string | undefined;
8391
+ auto_join?: boolean | undefined;
8355
8392
  override_guest_acs_entrance_ids?: string[] | undefined;
8356
8393
  key_id?: string | undefined;
8357
8394
  key_issuing_request_id?: string | undefined;
@@ -8411,16 +8448,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
8411
8448
  ends_at?: string | undefined;
8412
8449
  visionline_metadata?: {
8413
8450
  card_function_type: "guest" | "staff";
8451
+ auto_join?: boolean | undefined;
8414
8452
  joiner_acs_credential_ids?: string[] | undefined;
8415
8453
  guest_acs_entrance_ids?: string[] | undefined;
8416
8454
  common_acs_entrance_ids?: string[] | undefined;
8417
8455
  is_valid?: boolean | undefined;
8418
- auto_join?: boolean | undefined;
8419
8456
  card_id?: string | undefined;
8420
8457
  credential_id?: string | undefined;
8421
8458
  } | undefined;
8422
8459
  assa_abloy_vostio_metadata?: {
8423
8460
  endpoint_id?: string | undefined;
8461
+ auto_join?: boolean | undefined;
8424
8462
  override_guest_acs_entrance_ids?: string[] | undefined;
8425
8463
  key_id?: string | undefined;
8426
8464
  key_issuing_request_id?: string | undefined;
@@ -8485,16 +8523,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
8485
8523
  ends_at?: string | undefined;
8486
8524
  visionline_metadata?: {
8487
8525
  card_function_type: "guest" | "staff";
8526
+ auto_join?: boolean | undefined;
8488
8527
  joiner_acs_credential_ids?: string[] | undefined;
8489
8528
  guest_acs_entrance_ids?: string[] | undefined;
8490
8529
  common_acs_entrance_ids?: string[] | undefined;
8491
8530
  is_valid?: boolean | undefined;
8492
- auto_join?: boolean | undefined;
8493
8531
  card_id?: string | undefined;
8494
8532
  credential_id?: string | undefined;
8495
8533
  } | undefined;
8496
8534
  assa_abloy_vostio_metadata?: {
8497
8535
  endpoint_id?: string | undefined;
8536
+ auto_join?: boolean | undefined;
8498
8537
  override_guest_acs_entrance_ids?: string[] | undefined;
8499
8538
  key_id?: string | undefined;
8500
8539
  key_issuing_request_id?: string | undefined;
@@ -8554,16 +8593,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
8554
8593
  ends_at?: string | undefined;
8555
8594
  visionline_metadata?: {
8556
8595
  card_function_type: "guest" | "staff";
8596
+ auto_join?: boolean | undefined;
8557
8597
  joiner_acs_credential_ids?: string[] | undefined;
8558
8598
  guest_acs_entrance_ids?: string[] | undefined;
8559
8599
  common_acs_entrance_ids?: string[] | undefined;
8560
8600
  is_valid?: boolean | undefined;
8561
- auto_join?: boolean | undefined;
8562
8601
  card_id?: string | undefined;
8563
8602
  credential_id?: string | undefined;
8564
8603
  } | undefined;
8565
8604
  assa_abloy_vostio_metadata?: {
8566
8605
  endpoint_id?: string | undefined;
8606
+ auto_join?: boolean | undefined;
8567
8607
  override_guest_acs_entrance_ids?: string[] | undefined;
8568
8608
  key_id?: string | undefined;
8569
8609
  key_issuing_request_id?: string | undefined;
@@ -8629,16 +8669,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
8629
8669
  ends_at?: string | undefined;
8630
8670
  visionline_metadata?: {
8631
8671
  card_function_type: "guest" | "staff";
8672
+ auto_join?: boolean | undefined;
8632
8673
  joiner_acs_credential_ids?: string[] | undefined;
8633
8674
  guest_acs_entrance_ids?: string[] | undefined;
8634
8675
  common_acs_entrance_ids?: string[] | undefined;
8635
8676
  is_valid?: boolean | undefined;
8636
- auto_join?: boolean | undefined;
8637
8677
  card_id?: string | undefined;
8638
8678
  credential_id?: string | undefined;
8639
8679
  } | undefined;
8640
8680
  assa_abloy_vostio_metadata?: {
8641
8681
  endpoint_id?: string | undefined;
8682
+ auto_join?: boolean | undefined;
8642
8683
  override_guest_acs_entrance_ids?: string[] | undefined;
8643
8684
  key_id?: string | undefined;
8644
8685
  key_issuing_request_id?: string | undefined;
@@ -8698,16 +8739,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
8698
8739
  ends_at?: string | undefined;
8699
8740
  visionline_metadata?: {
8700
8741
  card_function_type: "guest" | "staff";
8742
+ auto_join?: boolean | undefined;
8701
8743
  joiner_acs_credential_ids?: string[] | undefined;
8702
8744
  guest_acs_entrance_ids?: string[] | undefined;
8703
8745
  common_acs_entrance_ids?: string[] | undefined;
8704
8746
  is_valid?: boolean | undefined;
8705
- auto_join?: boolean | undefined;
8706
8747
  card_id?: string | undefined;
8707
8748
  credential_id?: string | undefined;
8708
8749
  } | undefined;
8709
8750
  assa_abloy_vostio_metadata?: {
8710
8751
  endpoint_id?: string | undefined;
8752
+ auto_join?: boolean | undefined;
8711
8753
  override_guest_acs_entrance_ids?: string[] | undefined;
8712
8754
  key_id?: string | undefined;
8713
8755
  key_issuing_request_id?: string | undefined;
@@ -21343,6 +21385,9 @@ declare const _default: {
21343
21385
  assa_abloy_vostio_metadata: {
21344
21386
  description: string;
21345
21387
  properties: {
21388
+ auto_join: {
21389
+ type: string;
21390
+ };
21346
21391
  door_names: {
21347
21392
  items: {
21348
21393
  type: string;
@@ -22828,6 +22873,9 @@ declare const _default: {
22828
22873
  assa_abloy_vostio_metadata: {
22829
22874
  description: string;
22830
22875
  properties: {
22876
+ auto_join: {
22877
+ type: string;
22878
+ };
22831
22879
  door_names: {
22832
22880
  items: {
22833
22881
  type: string;
@@ -23370,6 +23418,9 @@ declare const _default: {
23370
23418
  assa_abloy_vostio_metadata: {
23371
23419
  description: string;
23372
23420
  properties: {
23421
+ auto_join: {
23422
+ type: string;
23423
+ };
23373
23424
  door_names: {
23374
23425
  items: {
23375
23426
  type: string;
@@ -29820,6 +29871,9 @@ declare const _default: {
29820
29871
  assa_abloy_vostio_metadata: {
29821
29872
  description: string;
29822
29873
  properties: {
29874
+ auto_join: {
29875
+ type: string;
29876
+ };
29823
29877
  door_names: {
29824
29878
  items: {
29825
29879
  type: string;
@@ -34291,6 +34345,9 @@ declare const _default: {
34291
34345
  assa_abloy_vostio_metadata: {
34292
34346
  description: string;
34293
34347
  properties: {
34348
+ auto_join: {
34349
+ type: string;
34350
+ };
34294
34351
  join_all_guest_acs_entrances: {
34295
34352
  type: string;
34296
34353
  };
@@ -52054,6 +52111,7 @@ interface Routes {
52054
52111
  } | undefined;
52055
52112
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52056
52113
  assa_abloy_vostio_metadata?: {
52114
+ auto_join?: boolean | undefined;
52057
52115
  override_guest_acs_entrance_ids?: string[] | undefined;
52058
52116
  key_id?: string | undefined;
52059
52117
  key_issuing_request_id?: string | undefined;
@@ -52165,6 +52223,7 @@ interface Routes {
52165
52223
  } | undefined;
52166
52224
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52167
52225
  assa_abloy_vostio_metadata?: {
52226
+ auto_join?: boolean | undefined;
52168
52227
  override_guest_acs_entrance_ids?: string[] | undefined;
52169
52228
  key_id?: string | undefined;
52170
52229
  key_issuing_request_id?: string | undefined;
@@ -52387,6 +52446,7 @@ interface Routes {
52387
52446
  } | undefined;
52388
52447
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52389
52448
  assa_abloy_vostio_metadata?: {
52449
+ auto_join?: boolean | undefined;
52390
52450
  override_guest_acs_entrance_ids?: string[] | undefined;
52391
52451
  key_id?: string | undefined;
52392
52452
  key_issuing_request_id?: string | undefined;
@@ -52498,6 +52558,7 @@ interface Routes {
52498
52558
  } | undefined;
52499
52559
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52500
52560
  assa_abloy_vostio_metadata?: {
52561
+ auto_join?: boolean | undefined;
52501
52562
  override_guest_acs_entrance_ids?: string[] | undefined;
52502
52563
  key_id?: string | undefined;
52503
52564
  key_issuing_request_id?: string | undefined;
@@ -54098,6 +54159,7 @@ interface Routes {
54098
54159
  } | undefined;
54099
54160
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
54100
54161
  assa_abloy_vostio_metadata?: {
54162
+ auto_join?: boolean | undefined;
54101
54163
  override_guest_acs_entrance_ids?: string[] | undefined;
54102
54164
  key_id?: string | undefined;
54103
54165
  key_issuing_request_id?: string | undefined;
@@ -54209,6 +54271,7 @@ interface Routes {
54209
54271
  } | undefined;
54210
54272
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
54211
54273
  assa_abloy_vostio_metadata?: {
54274
+ auto_join?: boolean | undefined;
54212
54275
  override_guest_acs_entrance_ids?: string[] | undefined;
54213
54276
  key_id?: string | undefined;
54214
54277
  key_issuing_request_id?: string | undefined;
@@ -54431,6 +54494,7 @@ interface Routes {
54431
54494
  } | undefined;
54432
54495
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
54433
54496
  assa_abloy_vostio_metadata?: {
54497
+ auto_join?: boolean | undefined;
54434
54498
  override_guest_acs_entrance_ids?: string[] | undefined;
54435
54499
  key_id?: string | undefined;
54436
54500
  key_issuing_request_id?: string | undefined;
@@ -54542,6 +54606,7 @@ interface Routes {
54542
54606
  } | undefined;
54543
54607
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
54544
54608
  assa_abloy_vostio_metadata?: {
54609
+ auto_join?: boolean | undefined;
54545
54610
  override_guest_acs_entrance_ids?: string[] | undefined;
54546
54611
  key_id?: string | undefined;
54547
54612
  key_issuing_request_id?: string | undefined;
@@ -57553,6 +57618,7 @@ interface Routes {
57553
57618
  } | undefined;
57554
57619
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57555
57620
  assa_abloy_vostio_metadata?: {
57621
+ auto_join?: boolean | undefined;
57556
57622
  override_guest_acs_entrance_ids?: string[] | undefined;
57557
57623
  key_id?: string | undefined;
57558
57624
  key_issuing_request_id?: string | undefined;
@@ -57664,6 +57730,7 @@ interface Routes {
57664
57730
  } | undefined;
57665
57731
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57666
57732
  assa_abloy_vostio_metadata?: {
57733
+ auto_join?: boolean | undefined;
57667
57734
  override_guest_acs_entrance_ids?: string[] | undefined;
57668
57735
  key_id?: string | undefined;
57669
57736
  key_issuing_request_id?: string | undefined;
@@ -57886,6 +57953,7 @@ interface Routes {
57886
57953
  } | undefined;
57887
57954
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57888
57955
  assa_abloy_vostio_metadata?: {
57956
+ auto_join?: boolean | undefined;
57889
57957
  override_guest_acs_entrance_ids?: string[] | undefined;
57890
57958
  key_id?: string | undefined;
57891
57959
  key_issuing_request_id?: string | undefined;
@@ -57997,6 +58065,7 @@ interface Routes {
57997
58065
  } | undefined;
57998
58066
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57999
58067
  assa_abloy_vostio_metadata?: {
58068
+ auto_join?: boolean | undefined;
58000
58069
  override_guest_acs_entrance_ids?: string[] | undefined;
58001
58070
  key_id?: string | undefined;
58002
58071
  key_issuing_request_id?: string | undefined;
@@ -59601,6 +59670,7 @@ interface Routes {
59601
59670
  } | undefined;
59602
59671
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
59603
59672
  assa_abloy_vostio_metadata?: {
59673
+ auto_join?: boolean | undefined;
59604
59674
  override_guest_acs_entrance_ids?: string[] | undefined;
59605
59675
  key_id?: string | undefined;
59606
59676
  key_issuing_request_id?: string | undefined;
@@ -59712,6 +59782,7 @@ interface Routes {
59712
59782
  } | undefined;
59713
59783
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
59714
59784
  assa_abloy_vostio_metadata?: {
59785
+ auto_join?: boolean | undefined;
59715
59786
  override_guest_acs_entrance_ids?: string[] | undefined;
59716
59787
  key_id?: string | undefined;
59717
59788
  key_issuing_request_id?: string | undefined;
@@ -59934,6 +60005,7 @@ interface Routes {
59934
60005
  } | undefined;
59935
60006
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
59936
60007
  assa_abloy_vostio_metadata?: {
60008
+ auto_join?: boolean | undefined;
59937
60009
  override_guest_acs_entrance_ids?: string[] | undefined;
59938
60010
  key_id?: string | undefined;
59939
60011
  key_issuing_request_id?: string | undefined;
@@ -60045,6 +60117,7 @@ interface Routes {
60045
60117
  } | undefined;
60046
60118
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
60047
60119
  assa_abloy_vostio_metadata?: {
60120
+ auto_join?: boolean | undefined;
60048
60121
  override_guest_acs_entrance_ids?: string[] | undefined;
60049
60122
  key_id?: string | undefined;
60050
60123
  key_issuing_request_id?: string | undefined;
@@ -61153,6 +61226,7 @@ interface Routes {
61153
61226
  } | undefined;
61154
61227
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
61155
61228
  assa_abloy_vostio_metadata?: {
61229
+ auto_join?: boolean | undefined;
61156
61230
  override_guest_acs_entrance_ids?: string[] | undefined;
61157
61231
  key_id?: string | undefined;
61158
61232
  key_issuing_request_id?: string | undefined;
@@ -61197,6 +61271,7 @@ interface Routes {
61197
61271
  } | undefined;
61198
61272
  /** Vostio-specific metadata for the new credential. */
61199
61273
  assa_abloy_vostio_metadata?: {
61274
+ auto_join?: boolean | undefined;
61200
61275
  override_all_guest_acs_entrances?: boolean | undefined;
61201
61276
  join_all_guest_acs_entrances?: boolean | undefined;
61202
61277
  override_guest_acs_entrance_ids?: string[] | undefined;
@@ -61322,6 +61397,7 @@ interface Routes {
61322
61397
  } | undefined;
61323
61398
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
61324
61399
  assa_abloy_vostio_metadata?: {
61400
+ auto_join?: boolean | undefined;
61325
61401
  override_guest_acs_entrance_ids?: string[] | undefined;
61326
61402
  key_id?: string | undefined;
61327
61403
  key_issuing_request_id?: string | undefined;
@@ -61460,6 +61536,7 @@ interface Routes {
61460
61536
  } | undefined;
61461
61537
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
61462
61538
  assa_abloy_vostio_metadata?: {
61539
+ auto_join?: boolean | undefined;
61463
61540
  override_guest_acs_entrance_ids?: string[] | undefined;
61464
61541
  key_id?: string | undefined;
61465
61542
  key_issuing_request_id?: string | undefined;
@@ -61602,6 +61679,7 @@ interface Routes {
61602
61679
  } | undefined;
61603
61680
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
61604
61681
  assa_abloy_vostio_metadata?: {
61682
+ auto_join?: boolean | undefined;
61605
61683
  override_guest_acs_entrance_ids?: string[] | undefined;
61606
61684
  key_id?: string | undefined;
61607
61685
  key_issuing_request_id?: string | undefined;
@@ -61745,6 +61823,7 @@ interface Routes {
61745
61823
  } | undefined;
61746
61824
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
61747
61825
  assa_abloy_vostio_metadata?: {
61826
+ auto_join?: boolean | undefined;
61748
61827
  override_guest_acs_entrance_ids?: string[] | undefined;
61749
61828
  key_id?: string | undefined;
61750
61829
  key_issuing_request_id?: string | undefined;
@@ -61952,6 +62031,7 @@ interface Routes {
61952
62031
  } | undefined;
61953
62032
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
61954
62033
  assa_abloy_vostio_metadata?: {
62034
+ auto_join?: boolean | undefined;
61955
62035
  override_guest_acs_entrance_ids?: string[] | undefined;
61956
62036
  key_id?: string | undefined;
61957
62037
  key_issuing_request_id?: string | undefined;
@@ -62078,6 +62158,7 @@ interface Routes {
62078
62158
  } | undefined;
62079
62159
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
62080
62160
  assa_abloy_vostio_metadata?: {
62161
+ auto_join?: boolean | undefined;
62081
62162
  override_guest_acs_entrance_ids?: string[] | undefined;
62082
62163
  key_id?: string | undefined;
62083
62164
  key_issuing_request_id?: string | undefined;
@@ -62214,6 +62295,7 @@ interface Routes {
62214
62295
  } | undefined;
62215
62296
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
62216
62297
  assa_abloy_vostio_metadata?: {
62298
+ auto_join?: boolean | undefined;
62217
62299
  override_guest_acs_entrance_ids?: string[] | undefined;
62218
62300
  key_id?: string | undefined;
62219
62301
  key_issuing_request_id?: string | undefined;
@@ -62348,6 +62430,7 @@ interface Routes {
62348
62430
  } | undefined;
62349
62431
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
62350
62432
  assa_abloy_vostio_metadata?: {
62433
+ auto_join?: boolean | undefined;
62351
62434
  override_guest_acs_entrance_ids?: string[] | undefined;
62352
62435
  key_id?: string | undefined;
62353
62436
  key_issuing_request_id?: string | undefined;
@@ -62589,6 +62672,7 @@ interface Routes {
62589
62672
  } | undefined;
62590
62673
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
62591
62674
  assa_abloy_vostio_metadata?: {
62675
+ auto_join?: boolean | undefined;
62592
62676
  override_guest_acs_entrance_ids?: string[] | undefined;
62593
62677
  key_id?: string | undefined;
62594
62678
  key_issuing_request_id?: string | undefined;
@@ -62700,6 +62784,7 @@ interface Routes {
62700
62784
  } | undefined;
62701
62785
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
62702
62786
  assa_abloy_vostio_metadata?: {
62787
+ auto_join?: boolean | undefined;
62703
62788
  override_guest_acs_entrance_ids?: string[] | undefined;
62704
62789
  key_id?: string | undefined;
62705
62790
  key_issuing_request_id?: string | undefined;
@@ -62922,6 +63007,7 @@ interface Routes {
62922
63007
  } | undefined;
62923
63008
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
62924
63009
  assa_abloy_vostio_metadata?: {
63010
+ auto_join?: boolean | undefined;
62925
63011
  override_guest_acs_entrance_ids?: string[] | undefined;
62926
63012
  key_id?: string | undefined;
62927
63013
  key_issuing_request_id?: string | undefined;
@@ -63033,6 +63119,7 @@ interface Routes {
63033
63119
  } | undefined;
63034
63120
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
63035
63121
  assa_abloy_vostio_metadata?: {
63122
+ auto_join?: boolean | undefined;
63036
63123
  override_guest_acs_entrance_ids?: string[] | undefined;
63037
63124
  key_id?: string | undefined;
63038
63125
  key_issuing_request_id?: string | undefined;
@@ -63703,6 +63790,7 @@ interface Routes {
63703
63790
  } | undefined;
63704
63791
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
63705
63792
  assa_abloy_vostio_metadata?: {
63793
+ auto_join?: boolean | undefined;
63706
63794
  override_guest_acs_entrance_ids?: string[] | undefined;
63707
63795
  key_id?: string | undefined;
63708
63796
  key_issuing_request_id?: string | undefined;
@@ -63814,6 +63902,7 @@ interface Routes {
63814
63902
  } | undefined;
63815
63903
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
63816
63904
  assa_abloy_vostio_metadata?: {
63905
+ auto_join?: boolean | undefined;
63817
63906
  override_guest_acs_entrance_ids?: string[] | undefined;
63818
63907
  key_id?: string | undefined;
63819
63908
  key_issuing_request_id?: string | undefined;
@@ -64036,6 +64125,7 @@ interface Routes {
64036
64125
  } | undefined;
64037
64126
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
64038
64127
  assa_abloy_vostio_metadata?: {
64128
+ auto_join?: boolean | undefined;
64039
64129
  override_guest_acs_entrance_ids?: string[] | undefined;
64040
64130
  key_id?: string | undefined;
64041
64131
  key_issuing_request_id?: string | undefined;
@@ -64147,6 +64237,7 @@ interface Routes {
64147
64237
  } | undefined;
64148
64238
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
64149
64239
  assa_abloy_vostio_metadata?: {
64240
+ auto_join?: boolean | undefined;
64150
64241
  override_guest_acs_entrance_ids?: string[] | undefined;
64151
64242
  key_id?: string | undefined;
64152
64243
  key_issuing_request_id?: string | undefined;
@@ -64909,6 +65000,7 @@ interface Routes {
64909
65000
  } | undefined;
64910
65001
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
64911
65002
  assa_abloy_vostio_metadata?: {
65003
+ auto_join?: boolean | undefined;
64912
65004
  override_guest_acs_entrance_ids?: string[] | undefined;
64913
65005
  key_id?: string | undefined;
64914
65006
  key_issuing_request_id?: string | undefined;
@@ -65020,6 +65112,7 @@ interface Routes {
65020
65112
  } | undefined;
65021
65113
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
65022
65114
  assa_abloy_vostio_metadata?: {
65115
+ auto_join?: boolean | undefined;
65023
65116
  override_guest_acs_entrance_ids?: string[] | undefined;
65024
65117
  key_id?: string | undefined;
65025
65118
  key_issuing_request_id?: string | undefined;
@@ -65242,6 +65335,7 @@ interface Routes {
65242
65335
  } | undefined;
65243
65336
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
65244
65337
  assa_abloy_vostio_metadata?: {
65338
+ auto_join?: boolean | undefined;
65245
65339
  override_guest_acs_entrance_ids?: string[] | undefined;
65246
65340
  key_id?: string | undefined;
65247
65341
  key_issuing_request_id?: string | undefined;
@@ -65353,6 +65447,7 @@ interface Routes {
65353
65447
  } | undefined;
65354
65448
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
65355
65449
  assa_abloy_vostio_metadata?: {
65450
+ auto_join?: boolean | undefined;
65356
65451
  override_guest_acs_entrance_ids?: string[] | undefined;
65357
65452
  key_id?: string | undefined;
65358
65453
  key_issuing_request_id?: string | undefined;
@@ -66152,6 +66247,7 @@ interface Routes {
66152
66247
  } | undefined;
66153
66248
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
66154
66249
  assa_abloy_vostio_metadata?: {
66250
+ auto_join?: boolean | undefined;
66155
66251
  override_guest_acs_entrance_ids?: string[] | undefined;
66156
66252
  key_id?: string | undefined;
66157
66253
  key_issuing_request_id?: string | undefined;
@@ -67996,6 +68092,7 @@ interface Routes {
67996
68092
  } | undefined;
67997
68093
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
67998
68094
  assa_abloy_vostio_metadata?: {
68095
+ auto_join?: boolean | undefined;
67999
68096
  override_guest_acs_entrance_ids?: string[] | undefined;
68000
68097
  key_id?: string | undefined;
68001
68098
  key_issuing_request_id?: string | undefined;
@@ -68107,6 +68204,7 @@ interface Routes {
68107
68204
  } | undefined;
68108
68205
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
68109
68206
  assa_abloy_vostio_metadata?: {
68207
+ auto_join?: boolean | undefined;
68110
68208
  override_guest_acs_entrance_ids?: string[] | undefined;
68111
68209
  key_id?: string | undefined;
68112
68210
  key_issuing_request_id?: string | undefined;
@@ -68329,6 +68427,7 @@ interface Routes {
68329
68427
  } | undefined;
68330
68428
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
68331
68429
  assa_abloy_vostio_metadata?: {
68430
+ auto_join?: boolean | undefined;
68332
68431
  override_guest_acs_entrance_ids?: string[] | undefined;
68333
68432
  key_id?: string | undefined;
68334
68433
  key_issuing_request_id?: string | undefined;
@@ -68440,6 +68539,7 @@ interface Routes {
68440
68539
  } | undefined;
68441
68540
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
68442
68541
  assa_abloy_vostio_metadata?: {
68542
+ auto_join?: boolean | undefined;
68443
68543
  override_guest_acs_entrance_ids?: string[] | undefined;
68444
68544
  key_id?: string | undefined;
68445
68545
  key_issuing_request_id?: string | undefined;
@@ -69106,6 +69206,7 @@ interface Routes {
69106
69206
  } | undefined;
69107
69207
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
69108
69208
  assa_abloy_vostio_metadata?: {
69209
+ auto_join?: boolean | undefined;
69109
69210
  override_guest_acs_entrance_ids?: string[] | undefined;
69110
69211
  key_id?: string | undefined;
69111
69212
  key_issuing_request_id?: string | undefined;
@@ -69217,6 +69318,7 @@ interface Routes {
69217
69318
  } | undefined;
69218
69319
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
69219
69320
  assa_abloy_vostio_metadata?: {
69321
+ auto_join?: boolean | undefined;
69220
69322
  override_guest_acs_entrance_ids?: string[] | undefined;
69221
69323
  key_id?: string | undefined;
69222
69324
  key_issuing_request_id?: string | undefined;
@@ -69439,6 +69541,7 @@ interface Routes {
69439
69541
  } | undefined;
69440
69542
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
69441
69543
  assa_abloy_vostio_metadata?: {
69544
+ auto_join?: boolean | undefined;
69442
69545
  override_guest_acs_entrance_ids?: string[] | undefined;
69443
69546
  key_id?: string | undefined;
69444
69547
  key_issuing_request_id?: string | undefined;
@@ -69550,6 +69653,7 @@ interface Routes {
69550
69653
  } | undefined;
69551
69654
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
69552
69655
  assa_abloy_vostio_metadata?: {
69656
+ auto_join?: boolean | undefined;
69553
69657
  override_guest_acs_entrance_ids?: string[] | undefined;
69554
69658
  key_id?: string | undefined;
69555
69659
  key_issuing_request_id?: string | undefined;
@@ -78945,6 +79049,7 @@ interface Routes {
78945
79049
  } | undefined;
78946
79050
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
78947
79051
  assa_abloy_vostio_metadata?: {
79052
+ auto_join?: boolean | undefined;
78948
79053
  override_guest_acs_entrance_ids?: string[] | undefined;
78949
79054
  key_id?: string | undefined;
78950
79055
  key_issuing_request_id?: string | undefined;
@@ -79056,6 +79161,7 @@ interface Routes {
79056
79161
  } | undefined;
79057
79162
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
79058
79163
  assa_abloy_vostio_metadata?: {
79164
+ auto_join?: boolean | undefined;
79059
79165
  override_guest_acs_entrance_ids?: string[] | undefined;
79060
79166
  key_id?: string | undefined;
79061
79167
  key_issuing_request_id?: string | undefined;
@@ -79278,6 +79384,7 @@ interface Routes {
79278
79384
  } | undefined;
79279
79385
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
79280
79386
  assa_abloy_vostio_metadata?: {
79387
+ auto_join?: boolean | undefined;
79281
79388
  override_guest_acs_entrance_ids?: string[] | undefined;
79282
79389
  key_id?: string | undefined;
79283
79390
  key_issuing_request_id?: string | undefined;
@@ -79389,6 +79496,7 @@ interface Routes {
79389
79496
  } | undefined;
79390
79497
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
79391
79498
  assa_abloy_vostio_metadata?: {
79499
+ auto_join?: boolean | undefined;
79392
79500
  override_guest_acs_entrance_ids?: string[] | undefined;
79393
79501
  key_id?: string | undefined;
79394
79502
  key_issuing_request_id?: string | undefined;
@@ -80057,6 +80165,7 @@ interface Routes {
80057
80165
  } | undefined;
80058
80166
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
80059
80167
  assa_abloy_vostio_metadata?: {
80168
+ auto_join?: boolean | undefined;
80060
80169
  override_guest_acs_entrance_ids?: string[] | undefined;
80061
80170
  key_id?: string | undefined;
80062
80171
  key_issuing_request_id?: string | undefined;
@@ -80168,6 +80277,7 @@ interface Routes {
80168
80277
  } | undefined;
80169
80278
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
80170
80279
  assa_abloy_vostio_metadata?: {
80280
+ auto_join?: boolean | undefined;
80171
80281
  override_guest_acs_entrance_ids?: string[] | undefined;
80172
80282
  key_id?: string | undefined;
80173
80283
  key_issuing_request_id?: string | undefined;
@@ -80390,6 +80500,7 @@ interface Routes {
80390
80500
  } | undefined;
80391
80501
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
80392
80502
  assa_abloy_vostio_metadata?: {
80503
+ auto_join?: boolean | undefined;
80393
80504
  override_guest_acs_entrance_ids?: string[] | undefined;
80394
80505
  key_id?: string | undefined;
80395
80506
  key_issuing_request_id?: string | undefined;
@@ -80501,6 +80612,7 @@ interface Routes {
80501
80612
  } | undefined;
80502
80613
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
80503
80614
  assa_abloy_vostio_metadata?: {
80615
+ auto_join?: boolean | undefined;
80504
80616
  override_guest_acs_entrance_ids?: string[] | undefined;
80505
80617
  key_id?: string | undefined;
80506
80618
  key_issuing_request_id?: string | undefined;
@@ -81168,6 +81280,7 @@ interface Routes {
81168
81280
  } | undefined;
81169
81281
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
81170
81282
  assa_abloy_vostio_metadata?: {
81283
+ auto_join?: boolean | undefined;
81171
81284
  override_guest_acs_entrance_ids?: string[] | undefined;
81172
81285
  key_id?: string | undefined;
81173
81286
  key_issuing_request_id?: string | undefined;
@@ -81279,6 +81392,7 @@ interface Routes {
81279
81392
  } | undefined;
81280
81393
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
81281
81394
  assa_abloy_vostio_metadata?: {
81395
+ auto_join?: boolean | undefined;
81282
81396
  override_guest_acs_entrance_ids?: string[] | undefined;
81283
81397
  key_id?: string | undefined;
81284
81398
  key_issuing_request_id?: string | undefined;
@@ -81501,6 +81615,7 @@ interface Routes {
81501
81615
  } | undefined;
81502
81616
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
81503
81617
  assa_abloy_vostio_metadata?: {
81618
+ auto_join?: boolean | undefined;
81504
81619
  override_guest_acs_entrance_ids?: string[] | undefined;
81505
81620
  key_id?: string | undefined;
81506
81621
  key_issuing_request_id?: string | undefined;
@@ -81612,6 +81727,7 @@ interface Routes {
81612
81727
  } | undefined;
81613
81728
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
81614
81729
  assa_abloy_vostio_metadata?: {
81730
+ auto_join?: boolean | undefined;
81615
81731
  override_guest_acs_entrance_ids?: string[] | undefined;
81616
81732
  key_id?: string | undefined;
81617
81733
  key_issuing_request_id?: string | undefined;
@@ -82280,6 +82396,7 @@ interface Routes {
82280
82396
  } | undefined;
82281
82397
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
82282
82398
  assa_abloy_vostio_metadata?: {
82399
+ auto_join?: boolean | undefined;
82283
82400
  override_guest_acs_entrance_ids?: string[] | undefined;
82284
82401
  key_id?: string | undefined;
82285
82402
  key_issuing_request_id?: string | undefined;
@@ -82391,6 +82508,7 @@ interface Routes {
82391
82508
  } | undefined;
82392
82509
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
82393
82510
  assa_abloy_vostio_metadata?: {
82511
+ auto_join?: boolean | undefined;
82394
82512
  override_guest_acs_entrance_ids?: string[] | undefined;
82395
82513
  key_id?: string | undefined;
82396
82514
  key_issuing_request_id?: string | undefined;
@@ -82613,6 +82731,7 @@ interface Routes {
82613
82731
  } | undefined;
82614
82732
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
82615
82733
  assa_abloy_vostio_metadata?: {
82734
+ auto_join?: boolean | undefined;
82616
82735
  override_guest_acs_entrance_ids?: string[] | undefined;
82617
82736
  key_id?: string | undefined;
82618
82737
  key_issuing_request_id?: string | undefined;
@@ -82724,6 +82843,7 @@ interface Routes {
82724
82843
  } | undefined;
82725
82844
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
82726
82845
  assa_abloy_vostio_metadata?: {
82846
+ auto_join?: boolean | undefined;
82727
82847
  override_guest_acs_entrance_ids?: string[] | undefined;
82728
82848
  key_id?: string | undefined;
82729
82849
  key_issuing_request_id?: string | undefined;
@@ -84973,6 +85093,7 @@ interface Routes {
84973
85093
  } | undefined;
84974
85094
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
84975
85095
  assa_abloy_vostio_metadata?: {
85096
+ auto_join?: boolean | undefined;
84976
85097
  override_guest_acs_entrance_ids?: string[] | undefined;
84977
85098
  key_id?: string | undefined;
84978
85099
  key_issuing_request_id?: string | undefined;
@@ -85084,6 +85205,7 @@ interface Routes {
85084
85205
  } | undefined;
85085
85206
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
85086
85207
  assa_abloy_vostio_metadata?: {
85208
+ auto_join?: boolean | undefined;
85087
85209
  override_guest_acs_entrance_ids?: string[] | undefined;
85088
85210
  key_id?: string | undefined;
85089
85211
  key_issuing_request_id?: string | undefined;
@@ -85306,6 +85428,7 @@ interface Routes {
85306
85428
  } | undefined;
85307
85429
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
85308
85430
  assa_abloy_vostio_metadata?: {
85431
+ auto_join?: boolean | undefined;
85309
85432
  override_guest_acs_entrance_ids?: string[] | undefined;
85310
85433
  key_id?: string | undefined;
85311
85434
  key_issuing_request_id?: string | undefined;
@@ -85417,6 +85540,7 @@ interface Routes {
85417
85540
  } | undefined;
85418
85541
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
85419
85542
  assa_abloy_vostio_metadata?: {
85543
+ auto_join?: boolean | undefined;
85420
85544
  override_guest_acs_entrance_ids?: string[] | undefined;
85421
85545
  key_id?: string | undefined;
85422
85546
  key_issuing_request_id?: string | undefined;
@@ -86096,6 +86220,7 @@ interface Routes {
86096
86220
  } | undefined;
86097
86221
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
86098
86222
  assa_abloy_vostio_metadata?: {
86223
+ auto_join?: boolean | undefined;
86099
86224
  override_guest_acs_entrance_ids?: string[] | undefined;
86100
86225
  key_id?: string | undefined;
86101
86226
  key_issuing_request_id?: string | undefined;
@@ -86207,6 +86332,7 @@ interface Routes {
86207
86332
  } | undefined;
86208
86333
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
86209
86334
  assa_abloy_vostio_metadata?: {
86335
+ auto_join?: boolean | undefined;
86210
86336
  override_guest_acs_entrance_ids?: string[] | undefined;
86211
86337
  key_id?: string | undefined;
86212
86338
  key_issuing_request_id?: string | undefined;
@@ -86429,6 +86555,7 @@ interface Routes {
86429
86555
  } | undefined;
86430
86556
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
86431
86557
  assa_abloy_vostio_metadata?: {
86558
+ auto_join?: boolean | undefined;
86432
86559
  override_guest_acs_entrance_ids?: string[] | undefined;
86433
86560
  key_id?: string | undefined;
86434
86561
  key_issuing_request_id?: string | undefined;
@@ -86540,6 +86667,7 @@ interface Routes {
86540
86667
  } | undefined;
86541
86668
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
86542
86669
  assa_abloy_vostio_metadata?: {
86670
+ auto_join?: boolean | undefined;
86543
86671
  override_guest_acs_entrance_ids?: string[] | undefined;
86544
86672
  key_id?: string | undefined;
86545
86673
  key_issuing_request_id?: string | undefined;
@@ -87258,6 +87386,7 @@ interface Routes {
87258
87386
  } | undefined;
87259
87387
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
87260
87388
  assa_abloy_vostio_metadata?: {
87389
+ auto_join?: boolean | undefined;
87261
87390
  override_guest_acs_entrance_ids?: string[] | undefined;
87262
87391
  key_id?: string | undefined;
87263
87392
  key_issuing_request_id?: string | undefined;
@@ -87369,6 +87498,7 @@ interface Routes {
87369
87498
  } | undefined;
87370
87499
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
87371
87500
  assa_abloy_vostio_metadata?: {
87501
+ auto_join?: boolean | undefined;
87372
87502
  override_guest_acs_entrance_ids?: string[] | undefined;
87373
87503
  key_id?: string | undefined;
87374
87504
  key_issuing_request_id?: string | undefined;
@@ -87591,6 +87721,7 @@ interface Routes {
87591
87721
  } | undefined;
87592
87722
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
87593
87723
  assa_abloy_vostio_metadata?: {
87724
+ auto_join?: boolean | undefined;
87594
87725
  override_guest_acs_entrance_ids?: string[] | undefined;
87595
87726
  key_id?: string | undefined;
87596
87727
  key_issuing_request_id?: string | undefined;
@@ -87702,6 +87833,7 @@ interface Routes {
87702
87833
  } | undefined;
87703
87834
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
87704
87835
  assa_abloy_vostio_metadata?: {
87836
+ auto_join?: boolean | undefined;
87705
87837
  override_guest_acs_entrance_ids?: string[] | undefined;
87706
87838
  key_id?: string | undefined;
87707
87839
  key_issuing_request_id?: string | undefined;
@@ -88854,6 +88986,7 @@ interface Routes {
88854
88986
  } | undefined;
88855
88987
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
88856
88988
  assa_abloy_vostio_metadata?: {
88989
+ auto_join?: boolean | undefined;
88857
88990
  override_guest_acs_entrance_ids?: string[] | undefined;
88858
88991
  key_id?: string | undefined;
88859
88992
  key_issuing_request_id?: string | undefined;
@@ -88965,6 +89098,7 @@ interface Routes {
88965
89098
  } | undefined;
88966
89099
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
88967
89100
  assa_abloy_vostio_metadata?: {
89101
+ auto_join?: boolean | undefined;
88968
89102
  override_guest_acs_entrance_ids?: string[] | undefined;
88969
89103
  key_id?: string | undefined;
88970
89104
  key_issuing_request_id?: string | undefined;
@@ -89187,6 +89321,7 @@ interface Routes {
89187
89321
  } | undefined;
89188
89322
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
89189
89323
  assa_abloy_vostio_metadata?: {
89324
+ auto_join?: boolean | undefined;
89190
89325
  override_guest_acs_entrance_ids?: string[] | undefined;
89191
89326
  key_id?: string | undefined;
89192
89327
  key_issuing_request_id?: string | undefined;
@@ -89298,6 +89433,7 @@ interface Routes {
89298
89433
  } | undefined;
89299
89434
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
89300
89435
  assa_abloy_vostio_metadata?: {
89436
+ auto_join?: boolean | undefined;
89301
89437
  override_guest_acs_entrance_ids?: string[] | undefined;
89302
89438
  key_id?: string | undefined;
89303
89439
  key_issuing_request_id?: string | undefined;
@@ -92210,6 +92346,7 @@ interface Routes {
92210
92346
  } | undefined;
92211
92347
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
92212
92348
  assa_abloy_vostio_metadata?: {
92349
+ auto_join?: boolean | undefined;
92213
92350
  override_guest_acs_entrance_ids?: string[] | undefined;
92214
92351
  key_id?: string | undefined;
92215
92352
  key_issuing_request_id?: string | undefined;
@@ -92321,6 +92458,7 @@ interface Routes {
92321
92458
  } | undefined;
92322
92459
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
92323
92460
  assa_abloy_vostio_metadata?: {
92461
+ auto_join?: boolean | undefined;
92324
92462
  override_guest_acs_entrance_ids?: string[] | undefined;
92325
92463
  key_id?: string | undefined;
92326
92464
  key_issuing_request_id?: string | undefined;
@@ -92543,6 +92681,7 @@ interface Routes {
92543
92681
  } | undefined;
92544
92682
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
92545
92683
  assa_abloy_vostio_metadata?: {
92684
+ auto_join?: boolean | undefined;
92546
92685
  override_guest_acs_entrance_ids?: string[] | undefined;
92547
92686
  key_id?: string | undefined;
92548
92687
  key_issuing_request_id?: string | undefined;
@@ -92654,6 +92793,7 @@ interface Routes {
92654
92793
  } | undefined;
92655
92794
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
92656
92795
  assa_abloy_vostio_metadata?: {
92796
+ auto_join?: boolean | undefined;
92657
92797
  override_guest_acs_entrance_ids?: string[] | undefined;
92658
92798
  key_id?: string | undefined;
92659
92799
  key_issuing_request_id?: string | undefined;
@@ -95311,6 +95451,7 @@ interface Routes {
95311
95451
  } | undefined;
95312
95452
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
95313
95453
  assa_abloy_vostio_metadata?: {
95454
+ auto_join?: boolean | undefined;
95314
95455
  override_guest_acs_entrance_ids?: string[] | undefined;
95315
95456
  key_id?: string | undefined;
95316
95457
  key_issuing_request_id?: string | undefined;
@@ -95422,6 +95563,7 @@ interface Routes {
95422
95563
  } | undefined;
95423
95564
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
95424
95565
  assa_abloy_vostio_metadata?: {
95566
+ auto_join?: boolean | undefined;
95425
95567
  override_guest_acs_entrance_ids?: string[] | undefined;
95426
95568
  key_id?: string | undefined;
95427
95569
  key_issuing_request_id?: string | undefined;
@@ -95644,6 +95786,7 @@ interface Routes {
95644
95786
  } | undefined;
95645
95787
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
95646
95788
  assa_abloy_vostio_metadata?: {
95789
+ auto_join?: boolean | undefined;
95647
95790
  override_guest_acs_entrance_ids?: string[] | undefined;
95648
95791
  key_id?: string | undefined;
95649
95792
  key_issuing_request_id?: string | undefined;
@@ -95755,6 +95898,7 @@ interface Routes {
95755
95898
  } | undefined;
95756
95899
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
95757
95900
  assa_abloy_vostio_metadata?: {
95901
+ auto_join?: boolean | undefined;
95758
95902
  override_guest_acs_entrance_ids?: string[] | undefined;
95759
95903
  key_id?: string | undefined;
95760
95904
  key_issuing_request_id?: string | undefined;
@@ -96433,6 +96577,7 @@ interface Routes {
96433
96577
  } | undefined;
96434
96578
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
96435
96579
  assa_abloy_vostio_metadata?: {
96580
+ auto_join?: boolean | undefined;
96436
96581
  override_guest_acs_entrance_ids?: string[] | undefined;
96437
96582
  key_id?: string | undefined;
96438
96583
  key_issuing_request_id?: string | undefined;
@@ -96544,6 +96689,7 @@ interface Routes {
96544
96689
  } | undefined;
96545
96690
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
96546
96691
  assa_abloy_vostio_metadata?: {
96692
+ auto_join?: boolean | undefined;
96547
96693
  override_guest_acs_entrance_ids?: string[] | undefined;
96548
96694
  key_id?: string | undefined;
96549
96695
  key_issuing_request_id?: string | undefined;
@@ -96766,6 +96912,7 @@ interface Routes {
96766
96912
  } | undefined;
96767
96913
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
96768
96914
  assa_abloy_vostio_metadata?: {
96915
+ auto_join?: boolean | undefined;
96769
96916
  override_guest_acs_entrance_ids?: string[] | undefined;
96770
96917
  key_id?: string | undefined;
96771
96918
  key_issuing_request_id?: string | undefined;
@@ -96877,6 +97024,7 @@ interface Routes {
96877
97024
  } | undefined;
96878
97025
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
96879
97026
  assa_abloy_vostio_metadata?: {
97027
+ auto_join?: boolean | undefined;
96880
97028
  override_guest_acs_entrance_ids?: string[] | undefined;
96881
97029
  key_id?: string | undefined;
96882
97030
  key_issuing_request_id?: string | undefined;
@@ -99088,6 +99236,7 @@ interface Routes {
99088
99236
  } | undefined;
99089
99237
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
99090
99238
  assa_abloy_vostio_metadata?: {
99239
+ auto_join?: boolean | undefined;
99091
99240
  override_guest_acs_entrance_ids?: string[] | undefined;
99092
99241
  key_id?: string | undefined;
99093
99242
  key_issuing_request_id?: string | undefined;
@@ -99199,6 +99348,7 @@ interface Routes {
99199
99348
  } | undefined;
99200
99349
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
99201
99350
  assa_abloy_vostio_metadata?: {
99351
+ auto_join?: boolean | undefined;
99202
99352
  override_guest_acs_entrance_ids?: string[] | undefined;
99203
99353
  key_id?: string | undefined;
99204
99354
  key_issuing_request_id?: string | undefined;
@@ -99421,6 +99571,7 @@ interface Routes {
99421
99571
  } | undefined;
99422
99572
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
99423
99573
  assa_abloy_vostio_metadata?: {
99574
+ auto_join?: boolean | undefined;
99424
99575
  override_guest_acs_entrance_ids?: string[] | undefined;
99425
99576
  key_id?: string | undefined;
99426
99577
  key_issuing_request_id?: string | undefined;
@@ -99532,6 +99683,7 @@ interface Routes {
99532
99683
  } | undefined;
99533
99684
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
99534
99685
  assa_abloy_vostio_metadata?: {
99686
+ auto_join?: boolean | undefined;
99535
99687
  override_guest_acs_entrance_ids?: string[] | undefined;
99536
99688
  key_id?: string | undefined;
99537
99689
  key_issuing_request_id?: string | undefined;
@@ -100392,6 +100544,7 @@ interface Routes {
100392
100544
  } | undefined;
100393
100545
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
100394
100546
  assa_abloy_vostio_metadata?: {
100547
+ auto_join?: boolean | undefined;
100395
100548
  override_guest_acs_entrance_ids?: string[] | undefined;
100396
100549
  key_id?: string | undefined;
100397
100550
  key_issuing_request_id?: string | undefined;
@@ -100503,6 +100656,7 @@ interface Routes {
100503
100656
  } | undefined;
100504
100657
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
100505
100658
  assa_abloy_vostio_metadata?: {
100659
+ auto_join?: boolean | undefined;
100506
100660
  override_guest_acs_entrance_ids?: string[] | undefined;
100507
100661
  key_id?: string | undefined;
100508
100662
  key_issuing_request_id?: string | undefined;
@@ -100725,6 +100879,7 @@ interface Routes {
100725
100879
  } | undefined;
100726
100880
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
100727
100881
  assa_abloy_vostio_metadata?: {
100882
+ auto_join?: boolean | undefined;
100728
100883
  override_guest_acs_entrance_ids?: string[] | undefined;
100729
100884
  key_id?: string | undefined;
100730
100885
  key_issuing_request_id?: string | undefined;
@@ -100836,6 +100991,7 @@ interface Routes {
100836
100991
  } | undefined;
100837
100992
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
100838
100993
  assa_abloy_vostio_metadata?: {
100994
+ auto_join?: boolean | undefined;
100839
100995
  override_guest_acs_entrance_ids?: string[] | undefined;
100840
100996
  key_id?: string | undefined;
100841
100997
  key_issuing_request_id?: string | undefined;
@@ -101533,6 +101689,7 @@ interface Routes {
101533
101689
  } | undefined;
101534
101690
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
101535
101691
  assa_abloy_vostio_metadata?: {
101692
+ auto_join?: boolean | undefined;
101536
101693
  override_guest_acs_entrance_ids?: string[] | undefined;
101537
101694
  key_id?: string | undefined;
101538
101695
  key_issuing_request_id?: string | undefined;
@@ -101644,6 +101801,7 @@ interface Routes {
101644
101801
  } | undefined;
101645
101802
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
101646
101803
  assa_abloy_vostio_metadata?: {
101804
+ auto_join?: boolean | undefined;
101647
101805
  override_guest_acs_entrance_ids?: string[] | undefined;
101648
101806
  key_id?: string | undefined;
101649
101807
  key_issuing_request_id?: string | undefined;
@@ -101866,6 +102024,7 @@ interface Routes {
101866
102024
  } | undefined;
101867
102025
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
101868
102026
  assa_abloy_vostio_metadata?: {
102027
+ auto_join?: boolean | undefined;
101869
102028
  override_guest_acs_entrance_ids?: string[] | undefined;
101870
102029
  key_id?: string | undefined;
101871
102030
  key_issuing_request_id?: string | undefined;
@@ -101977,6 +102136,7 @@ interface Routes {
101977
102136
  } | undefined;
101978
102137
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
101979
102138
  assa_abloy_vostio_metadata?: {
102139
+ auto_join?: boolean | undefined;
101980
102140
  override_guest_acs_entrance_ids?: string[] | undefined;
101981
102141
  key_id?: string | undefined;
101982
102142
  key_issuing_request_id?: string | undefined;
@@ -105504,6 +105664,7 @@ interface Routes {
105504
105664
  } | undefined;
105505
105665
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
105506
105666
  assa_abloy_vostio_metadata?: {
105667
+ auto_join?: boolean | undefined;
105507
105668
  override_guest_acs_entrance_ids?: string[] | undefined;
105508
105669
  key_id?: string | undefined;
105509
105670
  key_issuing_request_id?: string | undefined;
@@ -105615,6 +105776,7 @@ interface Routes {
105615
105776
  } | undefined;
105616
105777
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
105617
105778
  assa_abloy_vostio_metadata?: {
105779
+ auto_join?: boolean | undefined;
105618
105780
  override_guest_acs_entrance_ids?: string[] | undefined;
105619
105781
  key_id?: string | undefined;
105620
105782
  key_issuing_request_id?: string | undefined;
@@ -105837,6 +105999,7 @@ interface Routes {
105837
105999
  } | undefined;
105838
106000
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
105839
106001
  assa_abloy_vostio_metadata?: {
106002
+ auto_join?: boolean | undefined;
105840
106003
  override_guest_acs_entrance_ids?: string[] | undefined;
105841
106004
  key_id?: string | undefined;
105842
106005
  key_issuing_request_id?: string | undefined;
@@ -105948,6 +106111,7 @@ interface Routes {
105948
106111
  } | undefined;
105949
106112
  /** Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
105950
106113
  assa_abloy_vostio_metadata?: {
106114
+ auto_join?: boolean | undefined;
105951
106115
  override_guest_acs_entrance_ids?: string[] | undefined;
105952
106116
  key_id?: string | undefined;
105953
106117
  key_issuing_request_id?: string | undefined;