@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.
- package/dist/connect.cjs +18 -224
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +219 -226
- package/dist/devicedb.d.cts +56 -56
- package/dist/index.cjs +18 -224
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batches/access_grants.d.ts +48 -49
- package/lib/seam/connect/models/batches/access_methods.d.ts +48 -49
- package/lib/seam/connect/models/batches/batch.d.ts +144 -147
- package/lib/seam/connect/models/batches/spaces.d.ts +48 -49
- package/lib/seam/connect/models/devices/device-metadata.d.ts +22 -22
- package/lib/seam/connect/models/devices/device-provider.d.ts +0 -1
- package/lib/seam/connect/models/devices/device.d.ts +49 -51
- package/lib/seam/connect/models/devices/device.js +16 -7
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +29 -31
- package/lib/seam/connect/openapi.js +1 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/devicedb/models/device-model.d.ts +20 -20
- package/lib/seam/devicedb/route-specs.d.ts +41 -41
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +15 -8
- package/src/lib/seam/connect/openapi.ts +1 -1
|
@@ -131,7 +131,6 @@ export declare const batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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 batch: z.ZodUnion<[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;
|
|
@@ -5810,7 +5809,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
5810
5809
|
status: "low" | "full" | "critical" | "good";
|
|
5811
5810
|
level: number;
|
|
5812
5811
|
} | undefined;
|
|
5813
|
-
manufacturer?: string | undefined;
|
|
5814
5812
|
battery_level?: number | undefined;
|
|
5815
5813
|
serial_number?: string | undefined;
|
|
5816
5814
|
accessory_keypad?: {
|
|
@@ -5820,6 +5818,7 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
5820
5818
|
} | undefined;
|
|
5821
5819
|
} | undefined;
|
|
5822
5820
|
has_direct_power?: boolean | undefined;
|
|
5821
|
+
manufacturer?: string | undefined;
|
|
5823
5822
|
image_url?: string | undefined;
|
|
5824
5823
|
image_alt_text?: string | undefined;
|
|
5825
5824
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -5847,7 +5846,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
5847
5846
|
status: "low" | "full" | "critical" | "good";
|
|
5848
5847
|
level: number;
|
|
5849
5848
|
} | undefined;
|
|
5850
|
-
manufacturer?: string | undefined;
|
|
5851
5849
|
battery_level?: number | undefined;
|
|
5852
5850
|
serial_number?: string | undefined;
|
|
5853
5851
|
accessory_keypad?: {
|
|
@@ -5857,6 +5855,7 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
5857
5855
|
} | undefined;
|
|
5858
5856
|
} | undefined;
|
|
5859
5857
|
has_direct_power?: boolean | undefined;
|
|
5858
|
+
manufacturer?: string | undefined;
|
|
5860
5859
|
image_url?: string | undefined;
|
|
5861
5860
|
image_alt_text?: string | undefined;
|
|
5862
5861
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -6053,16 +6052,16 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6053
6052
|
locked_state: z.ZodString;
|
|
6054
6053
|
model: z.ZodOptional<z.ZodString>;
|
|
6055
6054
|
}, "strip", z.ZodTypeAny, {
|
|
6056
|
-
lock_type: string;
|
|
6057
6055
|
lock_id: string;
|
|
6058
6056
|
customer_reference: string;
|
|
6057
|
+
lock_type: string;
|
|
6059
6058
|
battery_level: string;
|
|
6060
6059
|
locked_state: string;
|
|
6061
6060
|
model?: string | undefined;
|
|
6062
6061
|
}, {
|
|
6063
|
-
lock_type: string;
|
|
6064
6062
|
lock_id: string;
|
|
6065
6063
|
customer_reference: string;
|
|
6064
|
+
lock_type: string;
|
|
6066
6065
|
battery_level: string;
|
|
6067
6066
|
locked_state: string;
|
|
6068
6067
|
model?: string | undefined;
|
|
@@ -6075,16 +6074,16 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6075
6074
|
locked_state: z.ZodString;
|
|
6076
6075
|
model: z.ZodOptional<z.ZodString>;
|
|
6077
6076
|
}, "strip", z.ZodTypeAny, {
|
|
6078
|
-
lock_type: string;
|
|
6079
6077
|
lock_id: string;
|
|
6080
6078
|
customer_reference: string;
|
|
6079
|
+
lock_type: string;
|
|
6081
6080
|
battery_level: string;
|
|
6082
6081
|
locked_state: string;
|
|
6083
6082
|
model?: string | undefined;
|
|
6084
6083
|
}, {
|
|
6085
|
-
lock_type: string;
|
|
6086
6084
|
lock_id: string;
|
|
6087
6085
|
customer_reference: string;
|
|
6086
|
+
lock_type: string;
|
|
6088
6087
|
battery_level: string;
|
|
6089
6088
|
locked_state: string;
|
|
6090
6089
|
model?: string | undefined;
|
|
@@ -6127,14 +6126,14 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6127
6126
|
device_id: z.ZodString;
|
|
6128
6127
|
}, "strip", z.ZodTypeAny, {
|
|
6129
6128
|
device_id: string;
|
|
6130
|
-
device_model: "indoor" | "outdoor";
|
|
6131
6129
|
device_name: string;
|
|
6130
|
+
device_model: "indoor" | "outdoor";
|
|
6132
6131
|
noise_level_nrs: number;
|
|
6133
6132
|
noise_level_decibel: number;
|
|
6134
6133
|
}, {
|
|
6135
6134
|
device_id: string;
|
|
6136
|
-
device_model: "indoor" | "outdoor";
|
|
6137
6135
|
device_name: string;
|
|
6136
|
+
device_model: "indoor" | "outdoor";
|
|
6138
6137
|
noise_level_nrs: number;
|
|
6139
6138
|
noise_level_decibel: number;
|
|
6140
6139
|
}>>;
|
|
@@ -6334,19 +6333,19 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6334
6333
|
incomplete_keyboard_passcode: z.ZodBoolean;
|
|
6335
6334
|
wifi: z.ZodBoolean;
|
|
6336
6335
|
}, "strip", z.ZodTypeAny, {
|
|
6337
|
-
wifi: boolean;
|
|
6338
6336
|
passcode: boolean;
|
|
6339
6337
|
passcode_management: boolean;
|
|
6340
6338
|
unlock_via_gateway: boolean;
|
|
6341
6339
|
lock_command: boolean;
|
|
6342
6340
|
incomplete_keyboard_passcode: boolean;
|
|
6343
|
-
}, {
|
|
6344
6341
|
wifi: boolean;
|
|
6342
|
+
}, {
|
|
6345
6343
|
passcode: boolean;
|
|
6346
6344
|
passcode_management: boolean;
|
|
6347
6345
|
unlock_via_gateway: boolean;
|
|
6348
6346
|
lock_command: boolean;
|
|
6349
6347
|
incomplete_keyboard_passcode: boolean;
|
|
6348
|
+
wifi: boolean;
|
|
6350
6349
|
}>;
|
|
6351
6350
|
has_gateway: z.ZodOptional<z.ZodBoolean>;
|
|
6352
6351
|
wireless_keypads: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6364,12 +6363,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6364
6363
|
lock_alias: string;
|
|
6365
6364
|
feature_value: string;
|
|
6366
6365
|
features: {
|
|
6367
|
-
wifi: boolean;
|
|
6368
6366
|
passcode: boolean;
|
|
6369
6367
|
passcode_management: boolean;
|
|
6370
6368
|
unlock_via_gateway: boolean;
|
|
6371
6369
|
lock_command: boolean;
|
|
6372
6370
|
incomplete_keyboard_passcode: boolean;
|
|
6371
|
+
wifi: boolean;
|
|
6373
6372
|
};
|
|
6374
6373
|
has_gateway?: boolean | undefined;
|
|
6375
6374
|
wireless_keypads?: {
|
|
@@ -6381,12 +6380,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6381
6380
|
lock_alias: string;
|
|
6382
6381
|
feature_value: string;
|
|
6383
6382
|
features: {
|
|
6384
|
-
wifi: boolean;
|
|
6385
6383
|
passcode: boolean;
|
|
6386
6384
|
passcode_management: boolean;
|
|
6387
6385
|
unlock_via_gateway: boolean;
|
|
6388
6386
|
lock_command: boolean;
|
|
6389
6387
|
incomplete_keyboard_passcode: boolean;
|
|
6388
|
+
wifi: boolean;
|
|
6390
6389
|
};
|
|
6391
6390
|
has_gateway?: boolean | undefined;
|
|
6392
6391
|
wireless_keypads?: {
|
|
@@ -6599,17 +6598,17 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6599
6598
|
keypad_id: z.ZodOptional<z.ZodNumber>;
|
|
6600
6599
|
}, "strip", z.ZodTypeAny, {
|
|
6601
6600
|
device_id: number;
|
|
6602
|
-
device_model: string;
|
|
6603
6601
|
device_name: string;
|
|
6604
6602
|
bridge_id: number;
|
|
6603
|
+
device_model: string;
|
|
6605
6604
|
bridge_name: string;
|
|
6606
6605
|
serial_number: string;
|
|
6607
6606
|
keypad_id?: number | undefined;
|
|
6608
6607
|
}, {
|
|
6609
6608
|
device_id: number;
|
|
6610
|
-
device_model: string;
|
|
6611
6609
|
device_name: string;
|
|
6612
6610
|
bridge_id: number;
|
|
6611
|
+
device_model: string;
|
|
6613
6612
|
bridge_name: string;
|
|
6614
6613
|
serial_number: string;
|
|
6615
6614
|
keypad_id?: number | undefined;
|
|
@@ -6673,9 +6672,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6673
6672
|
ecobee_device_id: string;
|
|
6674
6673
|
} | undefined;
|
|
6675
6674
|
salto_ks_metadata?: {
|
|
6676
|
-
lock_type: string;
|
|
6677
6675
|
lock_id: string;
|
|
6678
6676
|
customer_reference: string;
|
|
6677
|
+
lock_type: string;
|
|
6679
6678
|
battery_level: string;
|
|
6680
6679
|
locked_state: string;
|
|
6681
6680
|
model?: string | undefined;
|
|
@@ -6727,9 +6726,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6727
6726
|
model_number: string;
|
|
6728
6727
|
} | undefined;
|
|
6729
6728
|
salto_metadata?: {
|
|
6730
|
-
lock_type: string;
|
|
6731
6729
|
lock_id: string;
|
|
6732
6730
|
customer_reference: string;
|
|
6731
|
+
lock_type: string;
|
|
6733
6732
|
battery_level: string;
|
|
6734
6733
|
locked_state: string;
|
|
6735
6734
|
model?: string | undefined;
|
|
@@ -6748,8 +6747,8 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6748
6747
|
} | undefined;
|
|
6749
6748
|
noiseaware_metadata?: {
|
|
6750
6749
|
device_id: string;
|
|
6751
|
-
device_model: "indoor" | "outdoor";
|
|
6752
6750
|
device_name: string;
|
|
6751
|
+
device_model: "indoor" | "outdoor";
|
|
6753
6752
|
noise_level_nrs: number;
|
|
6754
6753
|
noise_level_decibel: number;
|
|
6755
6754
|
} | undefined;
|
|
@@ -6798,12 +6797,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6798
6797
|
lock_alias: string;
|
|
6799
6798
|
feature_value: string;
|
|
6800
6799
|
features: {
|
|
6801
|
-
wifi: boolean;
|
|
6802
6800
|
passcode: boolean;
|
|
6803
6801
|
passcode_management: boolean;
|
|
6804
6802
|
unlock_via_gateway: boolean;
|
|
6805
6803
|
lock_command: boolean;
|
|
6806
6804
|
incomplete_keyboard_passcode: boolean;
|
|
6805
|
+
wifi: boolean;
|
|
6807
6806
|
};
|
|
6808
6807
|
has_gateway?: boolean | undefined;
|
|
6809
6808
|
wireless_keypads?: {
|
|
@@ -6872,9 +6871,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6872
6871
|
} | undefined;
|
|
6873
6872
|
tedee_metadata?: {
|
|
6874
6873
|
device_id: number;
|
|
6875
|
-
device_model: string;
|
|
6876
6874
|
device_name: string;
|
|
6877
6875
|
bridge_id: number;
|
|
6876
|
+
device_model: string;
|
|
6878
6877
|
bridge_name: string;
|
|
6879
6878
|
serial_number: string;
|
|
6880
6879
|
keypad_id?: number | undefined;
|
|
@@ -6906,9 +6905,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6906
6905
|
ecobee_device_id: string;
|
|
6907
6906
|
} | undefined;
|
|
6908
6907
|
salto_ks_metadata?: {
|
|
6909
|
-
lock_type: string;
|
|
6910
6908
|
lock_id: string;
|
|
6911
6909
|
customer_reference: string;
|
|
6910
|
+
lock_type: string;
|
|
6912
6911
|
battery_level: string;
|
|
6913
6912
|
locked_state: string;
|
|
6914
6913
|
model?: string | undefined;
|
|
@@ -6960,9 +6959,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6960
6959
|
model_number: string;
|
|
6961
6960
|
} | undefined;
|
|
6962
6961
|
salto_metadata?: {
|
|
6963
|
-
lock_type: string;
|
|
6964
6962
|
lock_id: string;
|
|
6965
6963
|
customer_reference: string;
|
|
6964
|
+
lock_type: string;
|
|
6966
6965
|
battery_level: string;
|
|
6967
6966
|
locked_state: string;
|
|
6968
6967
|
model?: string | undefined;
|
|
@@ -6981,8 +6980,8 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
6981
6980
|
} | undefined;
|
|
6982
6981
|
noiseaware_metadata?: {
|
|
6983
6982
|
device_id: string;
|
|
6984
|
-
device_model: "indoor" | "outdoor";
|
|
6985
6983
|
device_name: string;
|
|
6984
|
+
device_model: "indoor" | "outdoor";
|
|
6986
6985
|
noise_level_nrs: number;
|
|
6987
6986
|
noise_level_decibel: number;
|
|
6988
6987
|
} | undefined;
|
|
@@ -7031,12 +7030,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
7031
7030
|
lock_alias: string;
|
|
7032
7031
|
feature_value: string;
|
|
7033
7032
|
features: {
|
|
7034
|
-
wifi: boolean;
|
|
7035
7033
|
passcode: boolean;
|
|
7036
7034
|
passcode_management: boolean;
|
|
7037
7035
|
unlock_via_gateway: boolean;
|
|
7038
7036
|
lock_command: boolean;
|
|
7039
7037
|
incomplete_keyboard_passcode: boolean;
|
|
7038
|
+
wifi: boolean;
|
|
7040
7039
|
};
|
|
7041
7040
|
has_gateway?: boolean | undefined;
|
|
7042
7041
|
wireless_keypads?: {
|
|
@@ -7105,9 +7104,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
7105
7104
|
} | undefined;
|
|
7106
7105
|
tedee_metadata?: {
|
|
7107
7106
|
device_id: number;
|
|
7108
|
-
device_model: string;
|
|
7109
7107
|
device_name: string;
|
|
7110
7108
|
bridge_id: number;
|
|
7109
|
+
device_model: string;
|
|
7111
7110
|
bridge_name: string;
|
|
7112
7111
|
serial_number: string;
|
|
7113
7112
|
keypad_id?: number | undefined;
|
|
@@ -8443,7 +8442,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
8443
8442
|
can_hvac_cool: z.ZodOptional<z.ZodBoolean>;
|
|
8444
8443
|
can_hvac_heat_cool: z.ZodOptional<z.ZodBoolean>;
|
|
8445
8444
|
can_turn_off_hvac: z.ZodOptional<z.ZodBoolean>;
|
|
8446
|
-
} & {
|
|
8447
8445
|
can_simulate_removal: z.ZodOptional<z.ZodBoolean>;
|
|
8448
8446
|
can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
|
|
8449
8447
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8658,7 +8656,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
8658
8656
|
status: "low" | "full" | "critical" | "good";
|
|
8659
8657
|
level: number;
|
|
8660
8658
|
} | undefined;
|
|
8661
|
-
manufacturer?: string | undefined;
|
|
8662
8659
|
battery_level?: number | undefined;
|
|
8663
8660
|
serial_number?: string | undefined;
|
|
8664
8661
|
accessory_keypad?: {
|
|
@@ -8668,6 +8665,7 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
8668
8665
|
} | undefined;
|
|
8669
8666
|
} | undefined;
|
|
8670
8667
|
has_direct_power?: boolean | undefined;
|
|
8668
|
+
manufacturer?: string | undefined;
|
|
8671
8669
|
image_url?: string | undefined;
|
|
8672
8670
|
image_alt_text?: string | undefined;
|
|
8673
8671
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -8693,9 +8691,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
8693
8691
|
ecobee_device_id: string;
|
|
8694
8692
|
} | undefined;
|
|
8695
8693
|
salto_ks_metadata?: {
|
|
8696
|
-
lock_type: string;
|
|
8697
8694
|
lock_id: string;
|
|
8698
8695
|
customer_reference: string;
|
|
8696
|
+
lock_type: string;
|
|
8699
8697
|
battery_level: string;
|
|
8700
8698
|
locked_state: string;
|
|
8701
8699
|
model?: string | undefined;
|
|
@@ -8747,9 +8745,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
8747
8745
|
model_number: string;
|
|
8748
8746
|
} | undefined;
|
|
8749
8747
|
salto_metadata?: {
|
|
8750
|
-
lock_type: string;
|
|
8751
8748
|
lock_id: string;
|
|
8752
8749
|
customer_reference: string;
|
|
8750
|
+
lock_type: string;
|
|
8753
8751
|
battery_level: string;
|
|
8754
8752
|
locked_state: string;
|
|
8755
8753
|
model?: string | undefined;
|
|
@@ -8768,8 +8766,8 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
8768
8766
|
} | undefined;
|
|
8769
8767
|
noiseaware_metadata?: {
|
|
8770
8768
|
device_id: string;
|
|
8771
|
-
device_model: "indoor" | "outdoor";
|
|
8772
8769
|
device_name: string;
|
|
8770
|
+
device_model: "indoor" | "outdoor";
|
|
8773
8771
|
noise_level_nrs: number;
|
|
8774
8772
|
noise_level_decibel: number;
|
|
8775
8773
|
} | undefined;
|
|
@@ -8818,12 +8816,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
8818
8816
|
lock_alias: string;
|
|
8819
8817
|
feature_value: string;
|
|
8820
8818
|
features: {
|
|
8821
|
-
wifi: boolean;
|
|
8822
8819
|
passcode: boolean;
|
|
8823
8820
|
passcode_management: boolean;
|
|
8824
8821
|
unlock_via_gateway: boolean;
|
|
8825
8822
|
lock_command: boolean;
|
|
8826
8823
|
incomplete_keyboard_passcode: boolean;
|
|
8824
|
+
wifi: boolean;
|
|
8827
8825
|
};
|
|
8828
8826
|
has_gateway?: boolean | undefined;
|
|
8829
8827
|
wireless_keypads?: {
|
|
@@ -8892,9 +8890,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
8892
8890
|
} | undefined;
|
|
8893
8891
|
tedee_metadata?: {
|
|
8894
8892
|
device_id: number;
|
|
8895
|
-
device_model: string;
|
|
8896
8893
|
device_name: string;
|
|
8897
8894
|
bridge_id: number;
|
|
8895
|
+
device_model: string;
|
|
8898
8896
|
bridge_name: string;
|
|
8899
8897
|
serial_number: string;
|
|
8900
8898
|
keypad_id?: number | undefined;
|
|
@@ -9293,7 +9291,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
9293
9291
|
status: "low" | "full" | "critical" | "good";
|
|
9294
9292
|
level: number;
|
|
9295
9293
|
} | undefined;
|
|
9296
|
-
manufacturer?: string | undefined;
|
|
9297
9294
|
battery_level?: number | undefined;
|
|
9298
9295
|
serial_number?: string | undefined;
|
|
9299
9296
|
accessory_keypad?: {
|
|
@@ -9303,6 +9300,7 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
9303
9300
|
} | undefined;
|
|
9304
9301
|
} | undefined;
|
|
9305
9302
|
has_direct_power?: boolean | undefined;
|
|
9303
|
+
manufacturer?: string | undefined;
|
|
9306
9304
|
image_url?: string | undefined;
|
|
9307
9305
|
image_alt_text?: string | undefined;
|
|
9308
9306
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -9328,9 +9326,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
9328
9326
|
ecobee_device_id: string;
|
|
9329
9327
|
} | undefined;
|
|
9330
9328
|
salto_ks_metadata?: {
|
|
9331
|
-
lock_type: string;
|
|
9332
9329
|
lock_id: string;
|
|
9333
9330
|
customer_reference: string;
|
|
9331
|
+
lock_type: string;
|
|
9334
9332
|
battery_level: string;
|
|
9335
9333
|
locked_state: string;
|
|
9336
9334
|
model?: string | undefined;
|
|
@@ -9382,9 +9380,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
9382
9380
|
model_number: string;
|
|
9383
9381
|
} | undefined;
|
|
9384
9382
|
salto_metadata?: {
|
|
9385
|
-
lock_type: string;
|
|
9386
9383
|
lock_id: string;
|
|
9387
9384
|
customer_reference: string;
|
|
9385
|
+
lock_type: string;
|
|
9388
9386
|
battery_level: string;
|
|
9389
9387
|
locked_state: string;
|
|
9390
9388
|
model?: string | undefined;
|
|
@@ -9403,8 +9401,8 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
9403
9401
|
} | undefined;
|
|
9404
9402
|
noiseaware_metadata?: {
|
|
9405
9403
|
device_id: string;
|
|
9406
|
-
device_model: "indoor" | "outdoor";
|
|
9407
9404
|
device_name: string;
|
|
9405
|
+
device_model: "indoor" | "outdoor";
|
|
9408
9406
|
noise_level_nrs: number;
|
|
9409
9407
|
noise_level_decibel: number;
|
|
9410
9408
|
} | undefined;
|
|
@@ -9453,12 +9451,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
9453
9451
|
lock_alias: string;
|
|
9454
9452
|
feature_value: string;
|
|
9455
9453
|
features: {
|
|
9456
|
-
wifi: boolean;
|
|
9457
9454
|
passcode: boolean;
|
|
9458
9455
|
passcode_management: boolean;
|
|
9459
9456
|
unlock_via_gateway: boolean;
|
|
9460
9457
|
lock_command: boolean;
|
|
9461
9458
|
incomplete_keyboard_passcode: boolean;
|
|
9459
|
+
wifi: boolean;
|
|
9462
9460
|
};
|
|
9463
9461
|
has_gateway?: boolean | undefined;
|
|
9464
9462
|
wireless_keypads?: {
|
|
@@ -9527,9 +9525,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
9527
9525
|
} | undefined;
|
|
9528
9526
|
tedee_metadata?: {
|
|
9529
9527
|
device_id: number;
|
|
9530
|
-
device_model: string;
|
|
9531
9528
|
device_name: string;
|
|
9532
9529
|
bridge_id: number;
|
|
9530
|
+
device_model: string;
|
|
9533
9531
|
bridge_name: string;
|
|
9534
9532
|
serial_number: string;
|
|
9535
9533
|
keypad_id?: number | undefined;
|
|
@@ -10177,7 +10175,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10177
10175
|
status: "low" | "full" | "critical" | "good";
|
|
10178
10176
|
level: number;
|
|
10179
10177
|
} | undefined;
|
|
10180
|
-
manufacturer?: string | undefined;
|
|
10181
10178
|
battery_level?: number | undefined;
|
|
10182
10179
|
serial_number?: string | undefined;
|
|
10183
10180
|
accessory_keypad?: {
|
|
@@ -10187,6 +10184,7 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10187
10184
|
} | undefined;
|
|
10188
10185
|
} | undefined;
|
|
10189
10186
|
has_direct_power?: boolean | undefined;
|
|
10187
|
+
manufacturer?: string | undefined;
|
|
10190
10188
|
image_url?: string | undefined;
|
|
10191
10189
|
image_alt_text?: string | undefined;
|
|
10192
10190
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -10212,9 +10210,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10212
10210
|
ecobee_device_id: string;
|
|
10213
10211
|
} | undefined;
|
|
10214
10212
|
salto_ks_metadata?: {
|
|
10215
|
-
lock_type: string;
|
|
10216
10213
|
lock_id: string;
|
|
10217
10214
|
customer_reference: string;
|
|
10215
|
+
lock_type: string;
|
|
10218
10216
|
battery_level: string;
|
|
10219
10217
|
locked_state: string;
|
|
10220
10218
|
model?: string | undefined;
|
|
@@ -10266,9 +10264,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10266
10264
|
model_number: string;
|
|
10267
10265
|
} | undefined;
|
|
10268
10266
|
salto_metadata?: {
|
|
10269
|
-
lock_type: string;
|
|
10270
10267
|
lock_id: string;
|
|
10271
10268
|
customer_reference: string;
|
|
10269
|
+
lock_type: string;
|
|
10272
10270
|
battery_level: string;
|
|
10273
10271
|
locked_state: string;
|
|
10274
10272
|
model?: string | undefined;
|
|
@@ -10287,8 +10285,8 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10287
10285
|
} | undefined;
|
|
10288
10286
|
noiseaware_metadata?: {
|
|
10289
10287
|
device_id: string;
|
|
10290
|
-
device_model: "indoor" | "outdoor";
|
|
10291
10288
|
device_name: string;
|
|
10289
|
+
device_model: "indoor" | "outdoor";
|
|
10292
10290
|
noise_level_nrs: number;
|
|
10293
10291
|
noise_level_decibel: number;
|
|
10294
10292
|
} | undefined;
|
|
@@ -10337,12 +10335,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10337
10335
|
lock_alias: string;
|
|
10338
10336
|
feature_value: string;
|
|
10339
10337
|
features: {
|
|
10340
|
-
wifi: boolean;
|
|
10341
10338
|
passcode: boolean;
|
|
10342
10339
|
passcode_management: boolean;
|
|
10343
10340
|
unlock_via_gateway: boolean;
|
|
10344
10341
|
lock_command: boolean;
|
|
10345
10342
|
incomplete_keyboard_passcode: boolean;
|
|
10343
|
+
wifi: boolean;
|
|
10346
10344
|
};
|
|
10347
10345
|
has_gateway?: boolean | undefined;
|
|
10348
10346
|
wireless_keypads?: {
|
|
@@ -10411,9 +10409,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10411
10409
|
} | undefined;
|
|
10412
10410
|
tedee_metadata?: {
|
|
10413
10411
|
device_id: number;
|
|
10414
|
-
device_model: string;
|
|
10415
10412
|
device_name: string;
|
|
10416
10413
|
bridge_id: number;
|
|
10414
|
+
device_model: string;
|
|
10417
10415
|
bridge_name: string;
|
|
10418
10416
|
serial_number: string;
|
|
10419
10417
|
keypad_id?: number | undefined;
|
|
@@ -10878,7 +10876,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10878
10876
|
status: "low" | "full" | "critical" | "good";
|
|
10879
10877
|
level: number;
|
|
10880
10878
|
} | undefined;
|
|
10881
|
-
manufacturer?: string | undefined;
|
|
10882
10879
|
battery_level?: number | undefined;
|
|
10883
10880
|
serial_number?: string | undefined;
|
|
10884
10881
|
accessory_keypad?: {
|
|
@@ -10888,6 +10885,7 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10888
10885
|
} | undefined;
|
|
10889
10886
|
} | undefined;
|
|
10890
10887
|
has_direct_power?: boolean | undefined;
|
|
10888
|
+
manufacturer?: string | undefined;
|
|
10891
10889
|
image_url?: string | undefined;
|
|
10892
10890
|
image_alt_text?: string | undefined;
|
|
10893
10891
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -10913,9 +10911,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10913
10911
|
ecobee_device_id: string;
|
|
10914
10912
|
} | undefined;
|
|
10915
10913
|
salto_ks_metadata?: {
|
|
10916
|
-
lock_type: string;
|
|
10917
10914
|
lock_id: string;
|
|
10918
10915
|
customer_reference: string;
|
|
10916
|
+
lock_type: string;
|
|
10919
10917
|
battery_level: string;
|
|
10920
10918
|
locked_state: string;
|
|
10921
10919
|
model?: string | undefined;
|
|
@@ -10967,9 +10965,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10967
10965
|
model_number: string;
|
|
10968
10966
|
} | undefined;
|
|
10969
10967
|
salto_metadata?: {
|
|
10970
|
-
lock_type: string;
|
|
10971
10968
|
lock_id: string;
|
|
10972
10969
|
customer_reference: string;
|
|
10970
|
+
lock_type: string;
|
|
10973
10971
|
battery_level: string;
|
|
10974
10972
|
locked_state: string;
|
|
10975
10973
|
model?: string | undefined;
|
|
@@ -10988,8 +10986,8 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10988
10986
|
} | undefined;
|
|
10989
10987
|
noiseaware_metadata?: {
|
|
10990
10988
|
device_id: string;
|
|
10991
|
-
device_model: "indoor" | "outdoor";
|
|
10992
10989
|
device_name: string;
|
|
10990
|
+
device_model: "indoor" | "outdoor";
|
|
10993
10991
|
noise_level_nrs: number;
|
|
10994
10992
|
noise_level_decibel: number;
|
|
10995
10993
|
} | undefined;
|
|
@@ -11038,12 +11036,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11038
11036
|
lock_alias: string;
|
|
11039
11037
|
feature_value: string;
|
|
11040
11038
|
features: {
|
|
11041
|
-
wifi: boolean;
|
|
11042
11039
|
passcode: boolean;
|
|
11043
11040
|
passcode_management: boolean;
|
|
11044
11041
|
unlock_via_gateway: boolean;
|
|
11045
11042
|
lock_command: boolean;
|
|
11046
11043
|
incomplete_keyboard_passcode: boolean;
|
|
11044
|
+
wifi: boolean;
|
|
11047
11045
|
};
|
|
11048
11046
|
has_gateway?: boolean | undefined;
|
|
11049
11047
|
wireless_keypads?: {
|
|
@@ -11112,9 +11110,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11112
11110
|
} | undefined;
|
|
11113
11111
|
tedee_metadata?: {
|
|
11114
11112
|
device_id: number;
|
|
11115
|
-
device_model: string;
|
|
11116
11113
|
device_name: string;
|
|
11117
11114
|
bridge_id: number;
|
|
11115
|
+
device_model: string;
|
|
11118
11116
|
bridge_name: string;
|
|
11119
11117
|
serial_number: string;
|
|
11120
11118
|
keypad_id?: number | undefined;
|
|
@@ -11489,7 +11487,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11489
11487
|
status: "low" | "full" | "critical" | "good";
|
|
11490
11488
|
level: number;
|
|
11491
11489
|
} | undefined;
|
|
11492
|
-
manufacturer?: string | undefined;
|
|
11493
11490
|
battery_level?: number | undefined;
|
|
11494
11491
|
serial_number?: string | undefined;
|
|
11495
11492
|
accessory_keypad?: {
|
|
@@ -11499,6 +11496,7 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11499
11496
|
} | undefined;
|
|
11500
11497
|
} | undefined;
|
|
11501
11498
|
has_direct_power?: boolean | undefined;
|
|
11499
|
+
manufacturer?: string | undefined;
|
|
11502
11500
|
image_url?: string | undefined;
|
|
11503
11501
|
image_alt_text?: string | undefined;
|
|
11504
11502
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -11526,7 +11524,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11526
11524
|
status: "low" | "full" | "critical" | "good";
|
|
11527
11525
|
level: number;
|
|
11528
11526
|
} | undefined;
|
|
11529
|
-
manufacturer?: string | undefined;
|
|
11530
11527
|
battery_level?: number | undefined;
|
|
11531
11528
|
serial_number?: string | undefined;
|
|
11532
11529
|
accessory_keypad?: {
|
|
@@ -11536,6 +11533,7 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11536
11533
|
} | undefined;
|
|
11537
11534
|
} | undefined;
|
|
11538
11535
|
has_direct_power?: boolean | undefined;
|
|
11536
|
+
manufacturer?: string | undefined;
|
|
11539
11537
|
image_url?: string | undefined;
|
|
11540
11538
|
image_alt_text?: string | undefined;
|
|
11541
11539
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -11732,16 +11730,16 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11732
11730
|
locked_state: z.ZodString;
|
|
11733
11731
|
model: z.ZodOptional<z.ZodString>;
|
|
11734
11732
|
}, "strip", z.ZodTypeAny, {
|
|
11735
|
-
lock_type: string;
|
|
11736
11733
|
lock_id: string;
|
|
11737
11734
|
customer_reference: string;
|
|
11735
|
+
lock_type: string;
|
|
11738
11736
|
battery_level: string;
|
|
11739
11737
|
locked_state: string;
|
|
11740
11738
|
model?: string | undefined;
|
|
11741
11739
|
}, {
|
|
11742
|
-
lock_type: string;
|
|
11743
11740
|
lock_id: string;
|
|
11744
11741
|
customer_reference: string;
|
|
11742
|
+
lock_type: string;
|
|
11745
11743
|
battery_level: string;
|
|
11746
11744
|
locked_state: string;
|
|
11747
11745
|
model?: string | undefined;
|
|
@@ -11754,16 +11752,16 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11754
11752
|
locked_state: z.ZodString;
|
|
11755
11753
|
model: z.ZodOptional<z.ZodString>;
|
|
11756
11754
|
}, "strip", z.ZodTypeAny, {
|
|
11757
|
-
lock_type: string;
|
|
11758
11755
|
lock_id: string;
|
|
11759
11756
|
customer_reference: string;
|
|
11757
|
+
lock_type: string;
|
|
11760
11758
|
battery_level: string;
|
|
11761
11759
|
locked_state: string;
|
|
11762
11760
|
model?: string | undefined;
|
|
11763
11761
|
}, {
|
|
11764
|
-
lock_type: string;
|
|
11765
11762
|
lock_id: string;
|
|
11766
11763
|
customer_reference: string;
|
|
11764
|
+
lock_type: string;
|
|
11767
11765
|
battery_level: string;
|
|
11768
11766
|
locked_state: string;
|
|
11769
11767
|
model?: string | undefined;
|
|
@@ -11806,14 +11804,14 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11806
11804
|
device_id: z.ZodString;
|
|
11807
11805
|
}, "strip", z.ZodTypeAny, {
|
|
11808
11806
|
device_id: string;
|
|
11809
|
-
device_model: "indoor" | "outdoor";
|
|
11810
11807
|
device_name: string;
|
|
11808
|
+
device_model: "indoor" | "outdoor";
|
|
11811
11809
|
noise_level_nrs: number;
|
|
11812
11810
|
noise_level_decibel: number;
|
|
11813
11811
|
}, {
|
|
11814
11812
|
device_id: string;
|
|
11815
|
-
device_model: "indoor" | "outdoor";
|
|
11816
11813
|
device_name: string;
|
|
11814
|
+
device_model: "indoor" | "outdoor";
|
|
11817
11815
|
noise_level_nrs: number;
|
|
11818
11816
|
noise_level_decibel: number;
|
|
11819
11817
|
}>>;
|
|
@@ -12013,19 +12011,19 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12013
12011
|
incomplete_keyboard_passcode: z.ZodBoolean;
|
|
12014
12012
|
wifi: z.ZodBoolean;
|
|
12015
12013
|
}, "strip", z.ZodTypeAny, {
|
|
12016
|
-
wifi: boolean;
|
|
12017
12014
|
passcode: boolean;
|
|
12018
12015
|
passcode_management: boolean;
|
|
12019
12016
|
unlock_via_gateway: boolean;
|
|
12020
12017
|
lock_command: boolean;
|
|
12021
12018
|
incomplete_keyboard_passcode: boolean;
|
|
12022
|
-
}, {
|
|
12023
12019
|
wifi: boolean;
|
|
12020
|
+
}, {
|
|
12024
12021
|
passcode: boolean;
|
|
12025
12022
|
passcode_management: boolean;
|
|
12026
12023
|
unlock_via_gateway: boolean;
|
|
12027
12024
|
lock_command: boolean;
|
|
12028
12025
|
incomplete_keyboard_passcode: boolean;
|
|
12026
|
+
wifi: boolean;
|
|
12029
12027
|
}>;
|
|
12030
12028
|
has_gateway: z.ZodOptional<z.ZodBoolean>;
|
|
12031
12029
|
wireless_keypads: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -12043,12 +12041,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12043
12041
|
lock_alias: string;
|
|
12044
12042
|
feature_value: string;
|
|
12045
12043
|
features: {
|
|
12046
|
-
wifi: boolean;
|
|
12047
12044
|
passcode: boolean;
|
|
12048
12045
|
passcode_management: boolean;
|
|
12049
12046
|
unlock_via_gateway: boolean;
|
|
12050
12047
|
lock_command: boolean;
|
|
12051
12048
|
incomplete_keyboard_passcode: boolean;
|
|
12049
|
+
wifi: boolean;
|
|
12052
12050
|
};
|
|
12053
12051
|
has_gateway?: boolean | undefined;
|
|
12054
12052
|
wireless_keypads?: {
|
|
@@ -12060,12 +12058,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12060
12058
|
lock_alias: string;
|
|
12061
12059
|
feature_value: string;
|
|
12062
12060
|
features: {
|
|
12063
|
-
wifi: boolean;
|
|
12064
12061
|
passcode: boolean;
|
|
12065
12062
|
passcode_management: boolean;
|
|
12066
12063
|
unlock_via_gateway: boolean;
|
|
12067
12064
|
lock_command: boolean;
|
|
12068
12065
|
incomplete_keyboard_passcode: boolean;
|
|
12066
|
+
wifi: boolean;
|
|
12069
12067
|
};
|
|
12070
12068
|
has_gateway?: boolean | undefined;
|
|
12071
12069
|
wireless_keypads?: {
|
|
@@ -12278,17 +12276,17 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12278
12276
|
keypad_id: z.ZodOptional<z.ZodNumber>;
|
|
12279
12277
|
}, "strip", z.ZodTypeAny, {
|
|
12280
12278
|
device_id: number;
|
|
12281
|
-
device_model: string;
|
|
12282
12279
|
device_name: string;
|
|
12283
12280
|
bridge_id: number;
|
|
12281
|
+
device_model: string;
|
|
12284
12282
|
bridge_name: string;
|
|
12285
12283
|
serial_number: string;
|
|
12286
12284
|
keypad_id?: number | undefined;
|
|
12287
12285
|
}, {
|
|
12288
12286
|
device_id: number;
|
|
12289
|
-
device_model: string;
|
|
12290
12287
|
device_name: string;
|
|
12291
12288
|
bridge_id: number;
|
|
12289
|
+
device_model: string;
|
|
12292
12290
|
bridge_name: string;
|
|
12293
12291
|
serial_number: string;
|
|
12294
12292
|
keypad_id?: number | undefined;
|
|
@@ -12352,9 +12350,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12352
12350
|
ecobee_device_id: string;
|
|
12353
12351
|
} | undefined;
|
|
12354
12352
|
salto_ks_metadata?: {
|
|
12355
|
-
lock_type: string;
|
|
12356
12353
|
lock_id: string;
|
|
12357
12354
|
customer_reference: string;
|
|
12355
|
+
lock_type: string;
|
|
12358
12356
|
battery_level: string;
|
|
12359
12357
|
locked_state: string;
|
|
12360
12358
|
model?: string | undefined;
|
|
@@ -12406,9 +12404,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12406
12404
|
model_number: string;
|
|
12407
12405
|
} | undefined;
|
|
12408
12406
|
salto_metadata?: {
|
|
12409
|
-
lock_type: string;
|
|
12410
12407
|
lock_id: string;
|
|
12411
12408
|
customer_reference: string;
|
|
12409
|
+
lock_type: string;
|
|
12412
12410
|
battery_level: string;
|
|
12413
12411
|
locked_state: string;
|
|
12414
12412
|
model?: string | undefined;
|
|
@@ -12427,8 +12425,8 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12427
12425
|
} | undefined;
|
|
12428
12426
|
noiseaware_metadata?: {
|
|
12429
12427
|
device_id: string;
|
|
12430
|
-
device_model: "indoor" | "outdoor";
|
|
12431
12428
|
device_name: string;
|
|
12429
|
+
device_model: "indoor" | "outdoor";
|
|
12432
12430
|
noise_level_nrs: number;
|
|
12433
12431
|
noise_level_decibel: number;
|
|
12434
12432
|
} | undefined;
|
|
@@ -12477,12 +12475,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12477
12475
|
lock_alias: string;
|
|
12478
12476
|
feature_value: string;
|
|
12479
12477
|
features: {
|
|
12480
|
-
wifi: boolean;
|
|
12481
12478
|
passcode: boolean;
|
|
12482
12479
|
passcode_management: boolean;
|
|
12483
12480
|
unlock_via_gateway: boolean;
|
|
12484
12481
|
lock_command: boolean;
|
|
12485
12482
|
incomplete_keyboard_passcode: boolean;
|
|
12483
|
+
wifi: boolean;
|
|
12486
12484
|
};
|
|
12487
12485
|
has_gateway?: boolean | undefined;
|
|
12488
12486
|
wireless_keypads?: {
|
|
@@ -12551,9 +12549,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12551
12549
|
} | undefined;
|
|
12552
12550
|
tedee_metadata?: {
|
|
12553
12551
|
device_id: number;
|
|
12554
|
-
device_model: string;
|
|
12555
12552
|
device_name: string;
|
|
12556
12553
|
bridge_id: number;
|
|
12554
|
+
device_model: string;
|
|
12557
12555
|
bridge_name: string;
|
|
12558
12556
|
serial_number: string;
|
|
12559
12557
|
keypad_id?: number | undefined;
|
|
@@ -12585,9 +12583,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12585
12583
|
ecobee_device_id: string;
|
|
12586
12584
|
} | undefined;
|
|
12587
12585
|
salto_ks_metadata?: {
|
|
12588
|
-
lock_type: string;
|
|
12589
12586
|
lock_id: string;
|
|
12590
12587
|
customer_reference: string;
|
|
12588
|
+
lock_type: string;
|
|
12591
12589
|
battery_level: string;
|
|
12592
12590
|
locked_state: string;
|
|
12593
12591
|
model?: string | undefined;
|
|
@@ -12639,9 +12637,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12639
12637
|
model_number: string;
|
|
12640
12638
|
} | undefined;
|
|
12641
12639
|
salto_metadata?: {
|
|
12642
|
-
lock_type: string;
|
|
12643
12640
|
lock_id: string;
|
|
12644
12641
|
customer_reference: string;
|
|
12642
|
+
lock_type: string;
|
|
12645
12643
|
battery_level: string;
|
|
12646
12644
|
locked_state: string;
|
|
12647
12645
|
model?: string | undefined;
|
|
@@ -12660,8 +12658,8 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12660
12658
|
} | undefined;
|
|
12661
12659
|
noiseaware_metadata?: {
|
|
12662
12660
|
device_id: string;
|
|
12663
|
-
device_model: "indoor" | "outdoor";
|
|
12664
12661
|
device_name: string;
|
|
12662
|
+
device_model: "indoor" | "outdoor";
|
|
12665
12663
|
noise_level_nrs: number;
|
|
12666
12664
|
noise_level_decibel: number;
|
|
12667
12665
|
} | undefined;
|
|
@@ -12710,12 +12708,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12710
12708
|
lock_alias: string;
|
|
12711
12709
|
feature_value: string;
|
|
12712
12710
|
features: {
|
|
12713
|
-
wifi: boolean;
|
|
12714
12711
|
passcode: boolean;
|
|
12715
12712
|
passcode_management: boolean;
|
|
12716
12713
|
unlock_via_gateway: boolean;
|
|
12717
12714
|
lock_command: boolean;
|
|
12718
12715
|
incomplete_keyboard_passcode: boolean;
|
|
12716
|
+
wifi: boolean;
|
|
12719
12717
|
};
|
|
12720
12718
|
has_gateway?: boolean | undefined;
|
|
12721
12719
|
wireless_keypads?: {
|
|
@@ -12784,9 +12782,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12784
12782
|
} | undefined;
|
|
12785
12783
|
tedee_metadata?: {
|
|
12786
12784
|
device_id: number;
|
|
12787
|
-
device_model: string;
|
|
12788
12785
|
device_name: string;
|
|
12789
12786
|
bridge_id: number;
|
|
12787
|
+
device_model: string;
|
|
12790
12788
|
bridge_name: string;
|
|
12791
12789
|
serial_number: string;
|
|
12792
12790
|
keypad_id?: number | undefined;
|
|
@@ -14122,7 +14120,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14122
14120
|
can_hvac_cool: z.ZodOptional<z.ZodBoolean>;
|
|
14123
14121
|
can_hvac_heat_cool: z.ZodOptional<z.ZodBoolean>;
|
|
14124
14122
|
can_turn_off_hvac: z.ZodOptional<z.ZodBoolean>;
|
|
14125
|
-
} & {
|
|
14126
14123
|
can_simulate_removal: z.ZodOptional<z.ZodBoolean>;
|
|
14127
14124
|
can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
|
|
14128
14125
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -14337,7 +14334,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14337
14334
|
status: "low" | "full" | "critical" | "good";
|
|
14338
14335
|
level: number;
|
|
14339
14336
|
} | undefined;
|
|
14340
|
-
manufacturer?: string | undefined;
|
|
14341
14337
|
battery_level?: number | undefined;
|
|
14342
14338
|
serial_number?: string | undefined;
|
|
14343
14339
|
accessory_keypad?: {
|
|
@@ -14347,6 +14343,7 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14347
14343
|
} | undefined;
|
|
14348
14344
|
} | undefined;
|
|
14349
14345
|
has_direct_power?: boolean | undefined;
|
|
14346
|
+
manufacturer?: string | undefined;
|
|
14350
14347
|
image_url?: string | undefined;
|
|
14351
14348
|
image_alt_text?: string | undefined;
|
|
14352
14349
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -14372,9 +14369,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14372
14369
|
ecobee_device_id: string;
|
|
14373
14370
|
} | undefined;
|
|
14374
14371
|
salto_ks_metadata?: {
|
|
14375
|
-
lock_type: string;
|
|
14376
14372
|
lock_id: string;
|
|
14377
14373
|
customer_reference: string;
|
|
14374
|
+
lock_type: string;
|
|
14378
14375
|
battery_level: string;
|
|
14379
14376
|
locked_state: string;
|
|
14380
14377
|
model?: string | undefined;
|
|
@@ -14426,9 +14423,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14426
14423
|
model_number: string;
|
|
14427
14424
|
} | undefined;
|
|
14428
14425
|
salto_metadata?: {
|
|
14429
|
-
lock_type: string;
|
|
14430
14426
|
lock_id: string;
|
|
14431
14427
|
customer_reference: string;
|
|
14428
|
+
lock_type: string;
|
|
14432
14429
|
battery_level: string;
|
|
14433
14430
|
locked_state: string;
|
|
14434
14431
|
model?: string | undefined;
|
|
@@ -14447,8 +14444,8 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14447
14444
|
} | undefined;
|
|
14448
14445
|
noiseaware_metadata?: {
|
|
14449
14446
|
device_id: string;
|
|
14450
|
-
device_model: "indoor" | "outdoor";
|
|
14451
14447
|
device_name: string;
|
|
14448
|
+
device_model: "indoor" | "outdoor";
|
|
14452
14449
|
noise_level_nrs: number;
|
|
14453
14450
|
noise_level_decibel: number;
|
|
14454
14451
|
} | undefined;
|
|
@@ -14497,12 +14494,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14497
14494
|
lock_alias: string;
|
|
14498
14495
|
feature_value: string;
|
|
14499
14496
|
features: {
|
|
14500
|
-
wifi: boolean;
|
|
14501
14497
|
passcode: boolean;
|
|
14502
14498
|
passcode_management: boolean;
|
|
14503
14499
|
unlock_via_gateway: boolean;
|
|
14504
14500
|
lock_command: boolean;
|
|
14505
14501
|
incomplete_keyboard_passcode: boolean;
|
|
14502
|
+
wifi: boolean;
|
|
14506
14503
|
};
|
|
14507
14504
|
has_gateway?: boolean | undefined;
|
|
14508
14505
|
wireless_keypads?: {
|
|
@@ -14571,9 +14568,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14571
14568
|
} | undefined;
|
|
14572
14569
|
tedee_metadata?: {
|
|
14573
14570
|
device_id: number;
|
|
14574
|
-
device_model: string;
|
|
14575
14571
|
device_name: string;
|
|
14576
14572
|
bridge_id: number;
|
|
14573
|
+
device_model: string;
|
|
14577
14574
|
bridge_name: string;
|
|
14578
14575
|
serial_number: string;
|
|
14579
14576
|
keypad_id?: number | undefined;
|
|
@@ -14972,7 +14969,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14972
14969
|
status: "low" | "full" | "critical" | "good";
|
|
14973
14970
|
level: number;
|
|
14974
14971
|
} | undefined;
|
|
14975
|
-
manufacturer?: string | undefined;
|
|
14976
14972
|
battery_level?: number | undefined;
|
|
14977
14973
|
serial_number?: string | undefined;
|
|
14978
14974
|
accessory_keypad?: {
|
|
@@ -14982,6 +14978,7 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14982
14978
|
} | undefined;
|
|
14983
14979
|
} | undefined;
|
|
14984
14980
|
has_direct_power?: boolean | undefined;
|
|
14981
|
+
manufacturer?: string | undefined;
|
|
14985
14982
|
image_url?: string | undefined;
|
|
14986
14983
|
image_alt_text?: string | undefined;
|
|
14987
14984
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -15007,9 +15004,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15007
15004
|
ecobee_device_id: string;
|
|
15008
15005
|
} | undefined;
|
|
15009
15006
|
salto_ks_metadata?: {
|
|
15010
|
-
lock_type: string;
|
|
15011
15007
|
lock_id: string;
|
|
15012
15008
|
customer_reference: string;
|
|
15009
|
+
lock_type: string;
|
|
15013
15010
|
battery_level: string;
|
|
15014
15011
|
locked_state: string;
|
|
15015
15012
|
model?: string | undefined;
|
|
@@ -15061,9 +15058,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15061
15058
|
model_number: string;
|
|
15062
15059
|
} | undefined;
|
|
15063
15060
|
salto_metadata?: {
|
|
15064
|
-
lock_type: string;
|
|
15065
15061
|
lock_id: string;
|
|
15066
15062
|
customer_reference: string;
|
|
15063
|
+
lock_type: string;
|
|
15067
15064
|
battery_level: string;
|
|
15068
15065
|
locked_state: string;
|
|
15069
15066
|
model?: string | undefined;
|
|
@@ -15082,8 +15079,8 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15082
15079
|
} | undefined;
|
|
15083
15080
|
noiseaware_metadata?: {
|
|
15084
15081
|
device_id: string;
|
|
15085
|
-
device_model: "indoor" | "outdoor";
|
|
15086
15082
|
device_name: string;
|
|
15083
|
+
device_model: "indoor" | "outdoor";
|
|
15087
15084
|
noise_level_nrs: number;
|
|
15088
15085
|
noise_level_decibel: number;
|
|
15089
15086
|
} | undefined;
|
|
@@ -15132,12 +15129,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15132
15129
|
lock_alias: string;
|
|
15133
15130
|
feature_value: string;
|
|
15134
15131
|
features: {
|
|
15135
|
-
wifi: boolean;
|
|
15136
15132
|
passcode: boolean;
|
|
15137
15133
|
passcode_management: boolean;
|
|
15138
15134
|
unlock_via_gateway: boolean;
|
|
15139
15135
|
lock_command: boolean;
|
|
15140
15136
|
incomplete_keyboard_passcode: boolean;
|
|
15137
|
+
wifi: boolean;
|
|
15141
15138
|
};
|
|
15142
15139
|
has_gateway?: boolean | undefined;
|
|
15143
15140
|
wireless_keypads?: {
|
|
@@ -15206,9 +15203,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15206
15203
|
} | undefined;
|
|
15207
15204
|
tedee_metadata?: {
|
|
15208
15205
|
device_id: number;
|
|
15209
|
-
device_model: string;
|
|
15210
15206
|
device_name: string;
|
|
15211
15207
|
bridge_id: number;
|
|
15208
|
+
device_model: string;
|
|
15212
15209
|
bridge_name: string;
|
|
15213
15210
|
serial_number: string;
|
|
15214
15211
|
keypad_id?: number | undefined;
|
|
@@ -15856,7 +15853,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15856
15853
|
status: "low" | "full" | "critical" | "good";
|
|
15857
15854
|
level: number;
|
|
15858
15855
|
} | undefined;
|
|
15859
|
-
manufacturer?: string | undefined;
|
|
15860
15856
|
battery_level?: number | undefined;
|
|
15861
15857
|
serial_number?: string | undefined;
|
|
15862
15858
|
accessory_keypad?: {
|
|
@@ -15866,6 +15862,7 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15866
15862
|
} | undefined;
|
|
15867
15863
|
} | undefined;
|
|
15868
15864
|
has_direct_power?: boolean | undefined;
|
|
15865
|
+
manufacturer?: string | undefined;
|
|
15869
15866
|
image_url?: string | undefined;
|
|
15870
15867
|
image_alt_text?: string | undefined;
|
|
15871
15868
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -15891,9 +15888,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15891
15888
|
ecobee_device_id: string;
|
|
15892
15889
|
} | undefined;
|
|
15893
15890
|
salto_ks_metadata?: {
|
|
15894
|
-
lock_type: string;
|
|
15895
15891
|
lock_id: string;
|
|
15896
15892
|
customer_reference: string;
|
|
15893
|
+
lock_type: string;
|
|
15897
15894
|
battery_level: string;
|
|
15898
15895
|
locked_state: string;
|
|
15899
15896
|
model?: string | undefined;
|
|
@@ -15945,9 +15942,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15945
15942
|
model_number: string;
|
|
15946
15943
|
} | undefined;
|
|
15947
15944
|
salto_metadata?: {
|
|
15948
|
-
lock_type: string;
|
|
15949
15945
|
lock_id: string;
|
|
15950
15946
|
customer_reference: string;
|
|
15947
|
+
lock_type: string;
|
|
15951
15948
|
battery_level: string;
|
|
15952
15949
|
locked_state: string;
|
|
15953
15950
|
model?: string | undefined;
|
|
@@ -15966,8 +15963,8 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15966
15963
|
} | undefined;
|
|
15967
15964
|
noiseaware_metadata?: {
|
|
15968
15965
|
device_id: string;
|
|
15969
|
-
device_model: "indoor" | "outdoor";
|
|
15970
15966
|
device_name: string;
|
|
15967
|
+
device_model: "indoor" | "outdoor";
|
|
15971
15968
|
noise_level_nrs: number;
|
|
15972
15969
|
noise_level_decibel: number;
|
|
15973
15970
|
} | undefined;
|
|
@@ -16016,12 +16013,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16016
16013
|
lock_alias: string;
|
|
16017
16014
|
feature_value: string;
|
|
16018
16015
|
features: {
|
|
16019
|
-
wifi: boolean;
|
|
16020
16016
|
passcode: boolean;
|
|
16021
16017
|
passcode_management: boolean;
|
|
16022
16018
|
unlock_via_gateway: boolean;
|
|
16023
16019
|
lock_command: boolean;
|
|
16024
16020
|
incomplete_keyboard_passcode: boolean;
|
|
16021
|
+
wifi: boolean;
|
|
16025
16022
|
};
|
|
16026
16023
|
has_gateway?: boolean | undefined;
|
|
16027
16024
|
wireless_keypads?: {
|
|
@@ -16090,9 +16087,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16090
16087
|
} | undefined;
|
|
16091
16088
|
tedee_metadata?: {
|
|
16092
16089
|
device_id: number;
|
|
16093
|
-
device_model: string;
|
|
16094
16090
|
device_name: string;
|
|
16095
16091
|
bridge_id: number;
|
|
16092
|
+
device_model: string;
|
|
16096
16093
|
bridge_name: string;
|
|
16097
16094
|
serial_number: string;
|
|
16098
16095
|
keypad_id?: number | undefined;
|
|
@@ -16557,7 +16554,6 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16557
16554
|
status: "low" | "full" | "critical" | "good";
|
|
16558
16555
|
level: number;
|
|
16559
16556
|
} | undefined;
|
|
16560
|
-
manufacturer?: string | undefined;
|
|
16561
16557
|
battery_level?: number | undefined;
|
|
16562
16558
|
serial_number?: string | undefined;
|
|
16563
16559
|
accessory_keypad?: {
|
|
@@ -16567,6 +16563,7 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16567
16563
|
} | undefined;
|
|
16568
16564
|
} | undefined;
|
|
16569
16565
|
has_direct_power?: boolean | undefined;
|
|
16566
|
+
manufacturer?: string | undefined;
|
|
16570
16567
|
image_url?: string | undefined;
|
|
16571
16568
|
image_alt_text?: string | undefined;
|
|
16572
16569
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -16592,9 +16589,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16592
16589
|
ecobee_device_id: string;
|
|
16593
16590
|
} | undefined;
|
|
16594
16591
|
salto_ks_metadata?: {
|
|
16595
|
-
lock_type: string;
|
|
16596
16592
|
lock_id: string;
|
|
16597
16593
|
customer_reference: string;
|
|
16594
|
+
lock_type: string;
|
|
16598
16595
|
battery_level: string;
|
|
16599
16596
|
locked_state: string;
|
|
16600
16597
|
model?: string | undefined;
|
|
@@ -16646,9 +16643,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16646
16643
|
model_number: string;
|
|
16647
16644
|
} | undefined;
|
|
16648
16645
|
salto_metadata?: {
|
|
16649
|
-
lock_type: string;
|
|
16650
16646
|
lock_id: string;
|
|
16651
16647
|
customer_reference: string;
|
|
16648
|
+
lock_type: string;
|
|
16652
16649
|
battery_level: string;
|
|
16653
16650
|
locked_state: string;
|
|
16654
16651
|
model?: string | undefined;
|
|
@@ -16667,8 +16664,8 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16667
16664
|
} | undefined;
|
|
16668
16665
|
noiseaware_metadata?: {
|
|
16669
16666
|
device_id: string;
|
|
16670
|
-
device_model: "indoor" | "outdoor";
|
|
16671
16667
|
device_name: string;
|
|
16668
|
+
device_model: "indoor" | "outdoor";
|
|
16672
16669
|
noise_level_nrs: number;
|
|
16673
16670
|
noise_level_decibel: number;
|
|
16674
16671
|
} | undefined;
|
|
@@ -16717,12 +16714,12 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16717
16714
|
lock_alias: string;
|
|
16718
16715
|
feature_value: string;
|
|
16719
16716
|
features: {
|
|
16720
|
-
wifi: boolean;
|
|
16721
16717
|
passcode: boolean;
|
|
16722
16718
|
passcode_management: boolean;
|
|
16723
16719
|
unlock_via_gateway: boolean;
|
|
16724
16720
|
lock_command: boolean;
|
|
16725
16721
|
incomplete_keyboard_passcode: boolean;
|
|
16722
|
+
wifi: boolean;
|
|
16726
16723
|
};
|
|
16727
16724
|
has_gateway?: boolean | undefined;
|
|
16728
16725
|
wireless_keypads?: {
|
|
@@ -16791,9 +16788,9 @@ export declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16791
16788
|
} | undefined;
|
|
16792
16789
|
tedee_metadata?: {
|
|
16793
16790
|
device_id: number;
|
|
16794
|
-
device_model: string;
|
|
16795
16791
|
device_name: string;
|
|
16796
16792
|
bridge_id: number;
|
|
16793
|
+
device_model: string;
|
|
16797
16794
|
bridge_name: string;
|
|
16798
16795
|
serial_number: string;
|
|
16799
16796
|
keypad_id?: number | undefined;
|