@seamapi/types 1.457.0 → 1.457.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -131,7 +131,6 @@ export declare const access_methods_batch: z.ZodObject<{
131
131
  status: "low" | "full" | "critical" | "good";
132
132
  level: number;
133
133
  } | undefined;
134
- manufacturer?: string | undefined;
135
134
  battery_level?: number | undefined;
136
135
  serial_number?: string | undefined;
137
136
  accessory_keypad?: {
@@ -141,6 +140,7 @@ export declare const access_methods_batch: z.ZodObject<{
141
140
  } | undefined;
142
141
  } | undefined;
143
142
  has_direct_power?: boolean | undefined;
143
+ manufacturer?: string | undefined;
144
144
  image_url?: string | undefined;
145
145
  image_alt_text?: string | undefined;
146
146
  online_access_codes_enabled?: boolean | undefined;
@@ -168,7 +168,6 @@ export declare const access_methods_batch: z.ZodObject<{
168
168
  status: "low" | "full" | "critical" | "good";
169
169
  level: number;
170
170
  } | undefined;
171
- manufacturer?: string | undefined;
172
171
  battery_level?: number | undefined;
173
172
  serial_number?: string | undefined;
174
173
  accessory_keypad?: {
@@ -178,6 +177,7 @@ export declare const access_methods_batch: z.ZodObject<{
178
177
  } | undefined;
179
178
  } | undefined;
180
179
  has_direct_power?: boolean | undefined;
180
+ manufacturer?: string | undefined;
181
181
  image_url?: string | undefined;
182
182
  image_alt_text?: string | undefined;
183
183
  online_access_codes_enabled?: boolean | undefined;
@@ -374,16 +374,16 @@ export declare const access_methods_batch: z.ZodObject<{
374
374
  locked_state: z.ZodString;
375
375
  model: z.ZodOptional<z.ZodString>;
376
376
  }, "strip", z.ZodTypeAny, {
377
- lock_type: string;
378
377
  lock_id: string;
379
378
  customer_reference: string;
379
+ lock_type: string;
380
380
  battery_level: string;
381
381
  locked_state: string;
382
382
  model?: string | undefined;
383
383
  }, {
384
- lock_type: string;
385
384
  lock_id: string;
386
385
  customer_reference: string;
386
+ lock_type: string;
387
387
  battery_level: string;
388
388
  locked_state: string;
389
389
  model?: string | undefined;
@@ -396,16 +396,16 @@ export declare const access_methods_batch: z.ZodObject<{
396
396
  locked_state: z.ZodString;
397
397
  model: z.ZodOptional<z.ZodString>;
398
398
  }, "strip", z.ZodTypeAny, {
399
- lock_type: string;
400
399
  lock_id: string;
401
400
  customer_reference: string;
401
+ lock_type: string;
402
402
  battery_level: string;
403
403
  locked_state: string;
404
404
  model?: string | undefined;
405
405
  }, {
406
- lock_type: string;
407
406
  lock_id: string;
408
407
  customer_reference: string;
408
+ lock_type: string;
409
409
  battery_level: string;
410
410
  locked_state: string;
411
411
  model?: string | undefined;
@@ -448,14 +448,14 @@ export declare const access_methods_batch: z.ZodObject<{
448
448
  device_id: z.ZodString;
449
449
  }, "strip", z.ZodTypeAny, {
450
450
  device_id: string;
451
- device_model: "indoor" | "outdoor";
452
451
  device_name: string;
452
+ device_model: "indoor" | "outdoor";
453
453
  noise_level_nrs: number;
454
454
  noise_level_decibel: number;
455
455
  }, {
456
456
  device_id: string;
457
- device_model: "indoor" | "outdoor";
458
457
  device_name: string;
458
+ device_model: "indoor" | "outdoor";
459
459
  noise_level_nrs: number;
460
460
  noise_level_decibel: number;
461
461
  }>>;
@@ -655,19 +655,19 @@ export declare const access_methods_batch: z.ZodObject<{
655
655
  incomplete_keyboard_passcode: z.ZodBoolean;
656
656
  wifi: z.ZodBoolean;
657
657
  }, "strip", z.ZodTypeAny, {
658
- wifi: boolean;
659
658
  passcode: boolean;
660
659
  passcode_management: boolean;
661
660
  unlock_via_gateway: boolean;
662
661
  lock_command: boolean;
663
662
  incomplete_keyboard_passcode: boolean;
664
- }, {
665
663
  wifi: boolean;
664
+ }, {
666
665
  passcode: boolean;
667
666
  passcode_management: boolean;
668
667
  unlock_via_gateway: boolean;
669
668
  lock_command: boolean;
670
669
  incomplete_keyboard_passcode: boolean;
670
+ wifi: boolean;
671
671
  }>;
672
672
  has_gateway: z.ZodOptional<z.ZodBoolean>;
673
673
  wireless_keypads: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -685,12 +685,12 @@ export declare const access_methods_batch: z.ZodObject<{
685
685
  lock_alias: string;
686
686
  feature_value: string;
687
687
  features: {
688
- wifi: boolean;
689
688
  passcode: boolean;
690
689
  passcode_management: boolean;
691
690
  unlock_via_gateway: boolean;
692
691
  lock_command: boolean;
693
692
  incomplete_keyboard_passcode: boolean;
693
+ wifi: boolean;
694
694
  };
695
695
  has_gateway?: boolean | undefined;
696
696
  wireless_keypads?: {
@@ -702,12 +702,12 @@ export declare const access_methods_batch: z.ZodObject<{
702
702
  lock_alias: string;
703
703
  feature_value: string;
704
704
  features: {
705
- wifi: boolean;
706
705
  passcode: boolean;
707
706
  passcode_management: boolean;
708
707
  unlock_via_gateway: boolean;
709
708
  lock_command: boolean;
710
709
  incomplete_keyboard_passcode: boolean;
710
+ wifi: boolean;
711
711
  };
712
712
  has_gateway?: boolean | undefined;
713
713
  wireless_keypads?: {
@@ -920,17 +920,17 @@ export declare const access_methods_batch: z.ZodObject<{
920
920
  keypad_id: z.ZodOptional<z.ZodNumber>;
921
921
  }, "strip", z.ZodTypeAny, {
922
922
  device_id: number;
923
- device_model: string;
924
923
  device_name: string;
925
924
  bridge_id: number;
925
+ device_model: string;
926
926
  bridge_name: string;
927
927
  serial_number: string;
928
928
  keypad_id?: number | undefined;
929
929
  }, {
930
930
  device_id: number;
931
- device_model: string;
932
931
  device_name: string;
933
932
  bridge_id: number;
933
+ device_model: string;
934
934
  bridge_name: string;
935
935
  serial_number: string;
936
936
  keypad_id?: number | undefined;
@@ -994,9 +994,9 @@ export declare const access_methods_batch: z.ZodObject<{
994
994
  ecobee_device_id: string;
995
995
  } | undefined;
996
996
  salto_ks_metadata?: {
997
- lock_type: string;
998
997
  lock_id: string;
999
998
  customer_reference: string;
999
+ lock_type: string;
1000
1000
  battery_level: string;
1001
1001
  locked_state: string;
1002
1002
  model?: string | undefined;
@@ -1048,9 +1048,9 @@ export declare const access_methods_batch: z.ZodObject<{
1048
1048
  model_number: string;
1049
1049
  } | undefined;
1050
1050
  salto_metadata?: {
1051
- lock_type: string;
1052
1051
  lock_id: string;
1053
1052
  customer_reference: string;
1053
+ lock_type: string;
1054
1054
  battery_level: string;
1055
1055
  locked_state: string;
1056
1056
  model?: string | undefined;
@@ -1069,8 +1069,8 @@ export declare const access_methods_batch: z.ZodObject<{
1069
1069
  } | undefined;
1070
1070
  noiseaware_metadata?: {
1071
1071
  device_id: string;
1072
- device_model: "indoor" | "outdoor";
1073
1072
  device_name: string;
1073
+ device_model: "indoor" | "outdoor";
1074
1074
  noise_level_nrs: number;
1075
1075
  noise_level_decibel: number;
1076
1076
  } | undefined;
@@ -1119,12 +1119,12 @@ export declare const access_methods_batch: z.ZodObject<{
1119
1119
  lock_alias: string;
1120
1120
  feature_value: string;
1121
1121
  features: {
1122
- wifi: boolean;
1123
1122
  passcode: boolean;
1124
1123
  passcode_management: boolean;
1125
1124
  unlock_via_gateway: boolean;
1126
1125
  lock_command: boolean;
1127
1126
  incomplete_keyboard_passcode: boolean;
1127
+ wifi: boolean;
1128
1128
  };
1129
1129
  has_gateway?: boolean | undefined;
1130
1130
  wireless_keypads?: {
@@ -1193,9 +1193,9 @@ export declare const access_methods_batch: z.ZodObject<{
1193
1193
  } | undefined;
1194
1194
  tedee_metadata?: {
1195
1195
  device_id: number;
1196
- device_model: string;
1197
1196
  device_name: string;
1198
1197
  bridge_id: number;
1198
+ device_model: string;
1199
1199
  bridge_name: string;
1200
1200
  serial_number: string;
1201
1201
  keypad_id?: number | undefined;
@@ -1227,9 +1227,9 @@ export declare const access_methods_batch: z.ZodObject<{
1227
1227
  ecobee_device_id: string;
1228
1228
  } | undefined;
1229
1229
  salto_ks_metadata?: {
1230
- lock_type: string;
1231
1230
  lock_id: string;
1232
1231
  customer_reference: string;
1232
+ lock_type: string;
1233
1233
  battery_level: string;
1234
1234
  locked_state: string;
1235
1235
  model?: string | undefined;
@@ -1281,9 +1281,9 @@ export declare const access_methods_batch: z.ZodObject<{
1281
1281
  model_number: string;
1282
1282
  } | undefined;
1283
1283
  salto_metadata?: {
1284
- lock_type: string;
1285
1284
  lock_id: string;
1286
1285
  customer_reference: string;
1286
+ lock_type: string;
1287
1287
  battery_level: string;
1288
1288
  locked_state: string;
1289
1289
  model?: string | undefined;
@@ -1302,8 +1302,8 @@ export declare const access_methods_batch: z.ZodObject<{
1302
1302
  } | undefined;
1303
1303
  noiseaware_metadata?: {
1304
1304
  device_id: string;
1305
- device_model: "indoor" | "outdoor";
1306
1305
  device_name: string;
1306
+ device_model: "indoor" | "outdoor";
1307
1307
  noise_level_nrs: number;
1308
1308
  noise_level_decibel: number;
1309
1309
  } | undefined;
@@ -1352,12 +1352,12 @@ export declare const access_methods_batch: z.ZodObject<{
1352
1352
  lock_alias: string;
1353
1353
  feature_value: string;
1354
1354
  features: {
1355
- wifi: boolean;
1356
1355
  passcode: boolean;
1357
1356
  passcode_management: boolean;
1358
1357
  unlock_via_gateway: boolean;
1359
1358
  lock_command: boolean;
1360
1359
  incomplete_keyboard_passcode: boolean;
1360
+ wifi: boolean;
1361
1361
  };
1362
1362
  has_gateway?: boolean | undefined;
1363
1363
  wireless_keypads?: {
@@ -1426,9 +1426,9 @@ export declare const access_methods_batch: z.ZodObject<{
1426
1426
  } | undefined;
1427
1427
  tedee_metadata?: {
1428
1428
  device_id: number;
1429
- device_model: string;
1430
1429
  device_name: string;
1431
1430
  bridge_id: number;
1431
+ device_model: string;
1432
1432
  bridge_name: string;
1433
1433
  serial_number: string;
1434
1434
  keypad_id?: number | undefined;
@@ -2764,7 +2764,6 @@ export declare const access_methods_batch: z.ZodObject<{
2764
2764
  can_hvac_cool: z.ZodOptional<z.ZodBoolean>;
2765
2765
  can_hvac_heat_cool: z.ZodOptional<z.ZodBoolean>;
2766
2766
  can_turn_off_hvac: z.ZodOptional<z.ZodBoolean>;
2767
- } & {
2768
2767
  can_simulate_removal: z.ZodOptional<z.ZodBoolean>;
2769
2768
  can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
2770
2769
  can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
@@ -2979,7 +2978,6 @@ export declare const access_methods_batch: z.ZodObject<{
2979
2978
  status: "low" | "full" | "critical" | "good";
2980
2979
  level: number;
2981
2980
  } | undefined;
2982
- manufacturer?: string | undefined;
2983
2981
  battery_level?: number | undefined;
2984
2982
  serial_number?: string | undefined;
2985
2983
  accessory_keypad?: {
@@ -2989,6 +2987,7 @@ export declare const access_methods_batch: z.ZodObject<{
2989
2987
  } | undefined;
2990
2988
  } | undefined;
2991
2989
  has_direct_power?: boolean | undefined;
2990
+ manufacturer?: string | undefined;
2992
2991
  image_url?: string | undefined;
2993
2992
  image_alt_text?: string | undefined;
2994
2993
  online_access_codes_enabled?: boolean | undefined;
@@ -3014,9 +3013,9 @@ export declare const access_methods_batch: z.ZodObject<{
3014
3013
  ecobee_device_id: string;
3015
3014
  } | undefined;
3016
3015
  salto_ks_metadata?: {
3017
- lock_type: string;
3018
3016
  lock_id: string;
3019
3017
  customer_reference: string;
3018
+ lock_type: string;
3020
3019
  battery_level: string;
3021
3020
  locked_state: string;
3022
3021
  model?: string | undefined;
@@ -3068,9 +3067,9 @@ export declare const access_methods_batch: z.ZodObject<{
3068
3067
  model_number: string;
3069
3068
  } | undefined;
3070
3069
  salto_metadata?: {
3071
- lock_type: string;
3072
3070
  lock_id: string;
3073
3071
  customer_reference: string;
3072
+ lock_type: string;
3074
3073
  battery_level: string;
3075
3074
  locked_state: string;
3076
3075
  model?: string | undefined;
@@ -3089,8 +3088,8 @@ export declare const access_methods_batch: z.ZodObject<{
3089
3088
  } | undefined;
3090
3089
  noiseaware_metadata?: {
3091
3090
  device_id: string;
3092
- device_model: "indoor" | "outdoor";
3093
3091
  device_name: string;
3092
+ device_model: "indoor" | "outdoor";
3094
3093
  noise_level_nrs: number;
3095
3094
  noise_level_decibel: number;
3096
3095
  } | undefined;
@@ -3139,12 +3138,12 @@ export declare const access_methods_batch: z.ZodObject<{
3139
3138
  lock_alias: string;
3140
3139
  feature_value: string;
3141
3140
  features: {
3142
- wifi: boolean;
3143
3141
  passcode: boolean;
3144
3142
  passcode_management: boolean;
3145
3143
  unlock_via_gateway: boolean;
3146
3144
  lock_command: boolean;
3147
3145
  incomplete_keyboard_passcode: boolean;
3146
+ wifi: boolean;
3148
3147
  };
3149
3148
  has_gateway?: boolean | undefined;
3150
3149
  wireless_keypads?: {
@@ -3213,9 +3212,9 @@ export declare const access_methods_batch: z.ZodObject<{
3213
3212
  } | undefined;
3214
3213
  tedee_metadata?: {
3215
3214
  device_id: number;
3216
- device_model: string;
3217
3215
  device_name: string;
3218
3216
  bridge_id: number;
3217
+ device_model: string;
3219
3218
  bridge_name: string;
3220
3219
  serial_number: string;
3221
3220
  keypad_id?: number | undefined;
@@ -3614,7 +3613,6 @@ export declare const access_methods_batch: z.ZodObject<{
3614
3613
  status: "low" | "full" | "critical" | "good";
3615
3614
  level: number;
3616
3615
  } | undefined;
3617
- manufacturer?: string | undefined;
3618
3616
  battery_level?: number | undefined;
3619
3617
  serial_number?: string | undefined;
3620
3618
  accessory_keypad?: {
@@ -3624,6 +3622,7 @@ export declare const access_methods_batch: z.ZodObject<{
3624
3622
  } | undefined;
3625
3623
  } | undefined;
3626
3624
  has_direct_power?: boolean | undefined;
3625
+ manufacturer?: string | undefined;
3627
3626
  image_url?: string | undefined;
3628
3627
  image_alt_text?: string | undefined;
3629
3628
  online_access_codes_enabled?: boolean | undefined;
@@ -3649,9 +3648,9 @@ export declare const access_methods_batch: z.ZodObject<{
3649
3648
  ecobee_device_id: string;
3650
3649
  } | undefined;
3651
3650
  salto_ks_metadata?: {
3652
- lock_type: string;
3653
3651
  lock_id: string;
3654
3652
  customer_reference: string;
3653
+ lock_type: string;
3655
3654
  battery_level: string;
3656
3655
  locked_state: string;
3657
3656
  model?: string | undefined;
@@ -3703,9 +3702,9 @@ export declare const access_methods_batch: z.ZodObject<{
3703
3702
  model_number: string;
3704
3703
  } | undefined;
3705
3704
  salto_metadata?: {
3706
- lock_type: string;
3707
3705
  lock_id: string;
3708
3706
  customer_reference: string;
3707
+ lock_type: string;
3709
3708
  battery_level: string;
3710
3709
  locked_state: string;
3711
3710
  model?: string | undefined;
@@ -3724,8 +3723,8 @@ export declare const access_methods_batch: z.ZodObject<{
3724
3723
  } | undefined;
3725
3724
  noiseaware_metadata?: {
3726
3725
  device_id: string;
3727
- device_model: "indoor" | "outdoor";
3728
3726
  device_name: string;
3727
+ device_model: "indoor" | "outdoor";
3729
3728
  noise_level_nrs: number;
3730
3729
  noise_level_decibel: number;
3731
3730
  } | undefined;
@@ -3774,12 +3773,12 @@ export declare const access_methods_batch: z.ZodObject<{
3774
3773
  lock_alias: string;
3775
3774
  feature_value: string;
3776
3775
  features: {
3777
- wifi: boolean;
3778
3776
  passcode: boolean;
3779
3777
  passcode_management: boolean;
3780
3778
  unlock_via_gateway: boolean;
3781
3779
  lock_command: boolean;
3782
3780
  incomplete_keyboard_passcode: boolean;
3781
+ wifi: boolean;
3783
3782
  };
3784
3783
  has_gateway?: boolean | undefined;
3785
3784
  wireless_keypads?: {
@@ -3848,9 +3847,9 @@ export declare const access_methods_batch: z.ZodObject<{
3848
3847
  } | undefined;
3849
3848
  tedee_metadata?: {
3850
3849
  device_id: number;
3851
- device_model: string;
3852
3850
  device_name: string;
3853
3851
  bridge_id: number;
3852
+ device_model: string;
3854
3853
  bridge_name: string;
3855
3854
  serial_number: string;
3856
3855
  keypad_id?: number | undefined;
@@ -4498,7 +4497,6 @@ export declare const access_methods_batch: z.ZodObject<{
4498
4497
  status: "low" | "full" | "critical" | "good";
4499
4498
  level: number;
4500
4499
  } | undefined;
4501
- manufacturer?: string | undefined;
4502
4500
  battery_level?: number | undefined;
4503
4501
  serial_number?: string | undefined;
4504
4502
  accessory_keypad?: {
@@ -4508,6 +4506,7 @@ export declare const access_methods_batch: z.ZodObject<{
4508
4506
  } | undefined;
4509
4507
  } | undefined;
4510
4508
  has_direct_power?: boolean | undefined;
4509
+ manufacturer?: string | undefined;
4511
4510
  image_url?: string | undefined;
4512
4511
  image_alt_text?: string | undefined;
4513
4512
  online_access_codes_enabled?: boolean | undefined;
@@ -4533,9 +4532,9 @@ export declare const access_methods_batch: z.ZodObject<{
4533
4532
  ecobee_device_id: string;
4534
4533
  } | undefined;
4535
4534
  salto_ks_metadata?: {
4536
- lock_type: string;
4537
4535
  lock_id: string;
4538
4536
  customer_reference: string;
4537
+ lock_type: string;
4539
4538
  battery_level: string;
4540
4539
  locked_state: string;
4541
4540
  model?: string | undefined;
@@ -4587,9 +4586,9 @@ export declare const access_methods_batch: z.ZodObject<{
4587
4586
  model_number: string;
4588
4587
  } | undefined;
4589
4588
  salto_metadata?: {
4590
- lock_type: string;
4591
4589
  lock_id: string;
4592
4590
  customer_reference: string;
4591
+ lock_type: string;
4593
4592
  battery_level: string;
4594
4593
  locked_state: string;
4595
4594
  model?: string | undefined;
@@ -4608,8 +4607,8 @@ export declare const access_methods_batch: z.ZodObject<{
4608
4607
  } | undefined;
4609
4608
  noiseaware_metadata?: {
4610
4609
  device_id: string;
4611
- device_model: "indoor" | "outdoor";
4612
4610
  device_name: string;
4611
+ device_model: "indoor" | "outdoor";
4613
4612
  noise_level_nrs: number;
4614
4613
  noise_level_decibel: number;
4615
4614
  } | undefined;
@@ -4658,12 +4657,12 @@ export declare const access_methods_batch: z.ZodObject<{
4658
4657
  lock_alias: string;
4659
4658
  feature_value: string;
4660
4659
  features: {
4661
- wifi: boolean;
4662
4660
  passcode: boolean;
4663
4661
  passcode_management: boolean;
4664
4662
  unlock_via_gateway: boolean;
4665
4663
  lock_command: boolean;
4666
4664
  incomplete_keyboard_passcode: boolean;
4665
+ wifi: boolean;
4667
4666
  };
4668
4667
  has_gateway?: boolean | undefined;
4669
4668
  wireless_keypads?: {
@@ -4732,9 +4731,9 @@ export declare const access_methods_batch: z.ZodObject<{
4732
4731
  } | undefined;
4733
4732
  tedee_metadata?: {
4734
4733
  device_id: number;
4735
- device_model: string;
4736
4734
  device_name: string;
4737
4735
  bridge_id: number;
4736
+ device_model: string;
4738
4737
  bridge_name: string;
4739
4738
  serial_number: string;
4740
4739
  keypad_id?: number | undefined;
@@ -5199,7 +5198,6 @@ export declare const access_methods_batch: z.ZodObject<{
5199
5198
  status: "low" | "full" | "critical" | "good";
5200
5199
  level: number;
5201
5200
  } | undefined;
5202
- manufacturer?: string | undefined;
5203
5201
  battery_level?: number | undefined;
5204
5202
  serial_number?: string | undefined;
5205
5203
  accessory_keypad?: {
@@ -5209,6 +5207,7 @@ export declare const access_methods_batch: z.ZodObject<{
5209
5207
  } | undefined;
5210
5208
  } | undefined;
5211
5209
  has_direct_power?: boolean | undefined;
5210
+ manufacturer?: string | undefined;
5212
5211
  image_url?: string | undefined;
5213
5212
  image_alt_text?: string | undefined;
5214
5213
  online_access_codes_enabled?: boolean | undefined;
@@ -5234,9 +5233,9 @@ export declare const access_methods_batch: z.ZodObject<{
5234
5233
  ecobee_device_id: string;
5235
5234
  } | undefined;
5236
5235
  salto_ks_metadata?: {
5237
- lock_type: string;
5238
5236
  lock_id: string;
5239
5237
  customer_reference: string;
5238
+ lock_type: string;
5240
5239
  battery_level: string;
5241
5240
  locked_state: string;
5242
5241
  model?: string | undefined;
@@ -5288,9 +5287,9 @@ export declare const access_methods_batch: z.ZodObject<{
5288
5287
  model_number: string;
5289
5288
  } | undefined;
5290
5289
  salto_metadata?: {
5291
- lock_type: string;
5292
5290
  lock_id: string;
5293
5291
  customer_reference: string;
5292
+ lock_type: string;
5294
5293
  battery_level: string;
5295
5294
  locked_state: string;
5296
5295
  model?: string | undefined;
@@ -5309,8 +5308,8 @@ export declare const access_methods_batch: z.ZodObject<{
5309
5308
  } | undefined;
5310
5309
  noiseaware_metadata?: {
5311
5310
  device_id: string;
5312
- device_model: "indoor" | "outdoor";
5313
5311
  device_name: string;
5312
+ device_model: "indoor" | "outdoor";
5314
5313
  noise_level_nrs: number;
5315
5314
  noise_level_decibel: number;
5316
5315
  } | undefined;
@@ -5359,12 +5358,12 @@ export declare const access_methods_batch: z.ZodObject<{
5359
5358
  lock_alias: string;
5360
5359
  feature_value: string;
5361
5360
  features: {
5362
- wifi: boolean;
5363
5361
  passcode: boolean;
5364
5362
  passcode_management: boolean;
5365
5363
  unlock_via_gateway: boolean;
5366
5364
  lock_command: boolean;
5367
5365
  incomplete_keyboard_passcode: boolean;
5366
+ wifi: boolean;
5368
5367
  };
5369
5368
  has_gateway?: boolean | undefined;
5370
5369
  wireless_keypads?: {
@@ -5433,9 +5432,9 @@ export declare const access_methods_batch: z.ZodObject<{
5433
5432
  } | undefined;
5434
5433
  tedee_metadata?: {
5435
5434
  device_id: number;
5436
- device_model: string;
5437
5435
  device_name: string;
5438
5436
  bridge_id: number;
5437
+ device_model: string;
5439
5438
  bridge_name: string;
5440
5439
  serial_number: string;
5441
5440
  keypad_id?: number | undefined;