@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
package/dist/connect.d.cts
CHANGED
|
@@ -10266,7 +10266,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10266
10266
|
status: "critical" | "low" | "good" | "full";
|
|
10267
10267
|
level: number;
|
|
10268
10268
|
} | undefined;
|
|
10269
|
-
manufacturer?: string | undefined;
|
|
10270
10269
|
battery_level?: number | undefined;
|
|
10271
10270
|
serial_number?: string | undefined;
|
|
10272
10271
|
accessory_keypad?: {
|
|
@@ -10276,6 +10275,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10276
10275
|
} | undefined;
|
|
10277
10276
|
} | undefined;
|
|
10278
10277
|
has_direct_power?: boolean | undefined;
|
|
10278
|
+
manufacturer?: string | undefined;
|
|
10279
10279
|
image_url?: string | undefined;
|
|
10280
10280
|
image_alt_text?: string | undefined;
|
|
10281
10281
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -10303,7 +10303,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10303
10303
|
status: "critical" | "low" | "good" | "full";
|
|
10304
10304
|
level: number;
|
|
10305
10305
|
} | undefined;
|
|
10306
|
-
manufacturer?: string | undefined;
|
|
10307
10306
|
battery_level?: number | undefined;
|
|
10308
10307
|
serial_number?: string | undefined;
|
|
10309
10308
|
accessory_keypad?: {
|
|
@@ -10313,6 +10312,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10313
10312
|
} | undefined;
|
|
10314
10313
|
} | undefined;
|
|
10315
10314
|
has_direct_power?: boolean | undefined;
|
|
10315
|
+
manufacturer?: string | undefined;
|
|
10316
10316
|
image_url?: string | undefined;
|
|
10317
10317
|
image_alt_text?: string | undefined;
|
|
10318
10318
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -10509,16 +10509,16 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10509
10509
|
locked_state: z.ZodString;
|
|
10510
10510
|
model: z.ZodOptional<z.ZodString>;
|
|
10511
10511
|
}, "strip", z.ZodTypeAny, {
|
|
10512
|
-
lock_type: string;
|
|
10513
10512
|
lock_id: string;
|
|
10514
10513
|
customer_reference: string;
|
|
10514
|
+
lock_type: string;
|
|
10515
10515
|
battery_level: string;
|
|
10516
10516
|
locked_state: string;
|
|
10517
10517
|
model?: string | undefined;
|
|
10518
10518
|
}, {
|
|
10519
|
-
lock_type: string;
|
|
10520
10519
|
lock_id: string;
|
|
10521
10520
|
customer_reference: string;
|
|
10521
|
+
lock_type: string;
|
|
10522
10522
|
battery_level: string;
|
|
10523
10523
|
locked_state: string;
|
|
10524
10524
|
model?: string | undefined;
|
|
@@ -10531,16 +10531,16 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10531
10531
|
locked_state: z.ZodString;
|
|
10532
10532
|
model: z.ZodOptional<z.ZodString>;
|
|
10533
10533
|
}, "strip", z.ZodTypeAny, {
|
|
10534
|
-
lock_type: string;
|
|
10535
10534
|
lock_id: string;
|
|
10536
10535
|
customer_reference: string;
|
|
10536
|
+
lock_type: string;
|
|
10537
10537
|
battery_level: string;
|
|
10538
10538
|
locked_state: string;
|
|
10539
10539
|
model?: string | undefined;
|
|
10540
10540
|
}, {
|
|
10541
|
-
lock_type: string;
|
|
10542
10541
|
lock_id: string;
|
|
10543
10542
|
customer_reference: string;
|
|
10543
|
+
lock_type: string;
|
|
10544
10544
|
battery_level: string;
|
|
10545
10545
|
locked_state: string;
|
|
10546
10546
|
model?: string | undefined;
|
|
@@ -10583,14 +10583,14 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10583
10583
|
device_id: z.ZodString;
|
|
10584
10584
|
}, "strip", z.ZodTypeAny, {
|
|
10585
10585
|
device_id: string;
|
|
10586
|
-
device_model: "indoor" | "outdoor";
|
|
10587
10586
|
device_name: string;
|
|
10587
|
+
device_model: "indoor" | "outdoor";
|
|
10588
10588
|
noise_level_nrs: number;
|
|
10589
10589
|
noise_level_decibel: number;
|
|
10590
10590
|
}, {
|
|
10591
10591
|
device_id: string;
|
|
10592
|
-
device_model: "indoor" | "outdoor";
|
|
10593
10592
|
device_name: string;
|
|
10593
|
+
device_model: "indoor" | "outdoor";
|
|
10594
10594
|
noise_level_nrs: number;
|
|
10595
10595
|
noise_level_decibel: number;
|
|
10596
10596
|
}>>;
|
|
@@ -10790,19 +10790,19 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10790
10790
|
incomplete_keyboard_passcode: z.ZodBoolean;
|
|
10791
10791
|
wifi: z.ZodBoolean;
|
|
10792
10792
|
}, "strip", z.ZodTypeAny, {
|
|
10793
|
-
wifi: boolean;
|
|
10794
10793
|
passcode: boolean;
|
|
10795
10794
|
passcode_management: boolean;
|
|
10796
10795
|
unlock_via_gateway: boolean;
|
|
10797
10796
|
lock_command: boolean;
|
|
10798
10797
|
incomplete_keyboard_passcode: boolean;
|
|
10799
|
-
}, {
|
|
10800
10798
|
wifi: boolean;
|
|
10799
|
+
}, {
|
|
10801
10800
|
passcode: boolean;
|
|
10802
10801
|
passcode_management: boolean;
|
|
10803
10802
|
unlock_via_gateway: boolean;
|
|
10804
10803
|
lock_command: boolean;
|
|
10805
10804
|
incomplete_keyboard_passcode: boolean;
|
|
10805
|
+
wifi: boolean;
|
|
10806
10806
|
}>;
|
|
10807
10807
|
has_gateway: z.ZodOptional<z.ZodBoolean>;
|
|
10808
10808
|
wireless_keypads: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10820,12 +10820,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10820
10820
|
lock_alias: string;
|
|
10821
10821
|
feature_value: string;
|
|
10822
10822
|
features: {
|
|
10823
|
-
wifi: boolean;
|
|
10824
10823
|
passcode: boolean;
|
|
10825
10824
|
passcode_management: boolean;
|
|
10826
10825
|
unlock_via_gateway: boolean;
|
|
10827
10826
|
lock_command: boolean;
|
|
10828
10827
|
incomplete_keyboard_passcode: boolean;
|
|
10828
|
+
wifi: boolean;
|
|
10829
10829
|
};
|
|
10830
10830
|
has_gateway?: boolean | undefined;
|
|
10831
10831
|
wireless_keypads?: {
|
|
@@ -10837,12 +10837,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
10837
10837
|
lock_alias: string;
|
|
10838
10838
|
feature_value: string;
|
|
10839
10839
|
features: {
|
|
10840
|
-
wifi: boolean;
|
|
10841
10840
|
passcode: boolean;
|
|
10842
10841
|
passcode_management: boolean;
|
|
10843
10842
|
unlock_via_gateway: boolean;
|
|
10844
10843
|
lock_command: boolean;
|
|
10845
10844
|
incomplete_keyboard_passcode: boolean;
|
|
10845
|
+
wifi: boolean;
|
|
10846
10846
|
};
|
|
10847
10847
|
has_gateway?: boolean | undefined;
|
|
10848
10848
|
wireless_keypads?: {
|
|
@@ -11055,17 +11055,17 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11055
11055
|
keypad_id: z.ZodOptional<z.ZodNumber>;
|
|
11056
11056
|
}, "strip", z.ZodTypeAny, {
|
|
11057
11057
|
device_id: number;
|
|
11058
|
-
device_model: string;
|
|
11059
11058
|
device_name: string;
|
|
11060
11059
|
bridge_id: number;
|
|
11060
|
+
device_model: string;
|
|
11061
11061
|
bridge_name: string;
|
|
11062
11062
|
serial_number: string;
|
|
11063
11063
|
keypad_id?: number | undefined;
|
|
11064
11064
|
}, {
|
|
11065
11065
|
device_id: number;
|
|
11066
|
-
device_model: string;
|
|
11067
11066
|
device_name: string;
|
|
11068
11067
|
bridge_id: number;
|
|
11068
|
+
device_model: string;
|
|
11069
11069
|
bridge_name: string;
|
|
11070
11070
|
serial_number: string;
|
|
11071
11071
|
keypad_id?: number | undefined;
|
|
@@ -11129,9 +11129,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11129
11129
|
ecobee_device_id: string;
|
|
11130
11130
|
} | undefined;
|
|
11131
11131
|
salto_ks_metadata?: {
|
|
11132
|
-
lock_type: string;
|
|
11133
11132
|
lock_id: string;
|
|
11134
11133
|
customer_reference: string;
|
|
11134
|
+
lock_type: string;
|
|
11135
11135
|
battery_level: string;
|
|
11136
11136
|
locked_state: string;
|
|
11137
11137
|
model?: string | undefined;
|
|
@@ -11183,9 +11183,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11183
11183
|
model_number: string;
|
|
11184
11184
|
} | undefined;
|
|
11185
11185
|
salto_metadata?: {
|
|
11186
|
-
lock_type: string;
|
|
11187
11186
|
lock_id: string;
|
|
11188
11187
|
customer_reference: string;
|
|
11188
|
+
lock_type: string;
|
|
11189
11189
|
battery_level: string;
|
|
11190
11190
|
locked_state: string;
|
|
11191
11191
|
model?: string | undefined;
|
|
@@ -11204,8 +11204,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11204
11204
|
} | undefined;
|
|
11205
11205
|
noiseaware_metadata?: {
|
|
11206
11206
|
device_id: string;
|
|
11207
|
-
device_model: "indoor" | "outdoor";
|
|
11208
11207
|
device_name: string;
|
|
11208
|
+
device_model: "indoor" | "outdoor";
|
|
11209
11209
|
noise_level_nrs: number;
|
|
11210
11210
|
noise_level_decibel: number;
|
|
11211
11211
|
} | undefined;
|
|
@@ -11254,12 +11254,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11254
11254
|
lock_alias: string;
|
|
11255
11255
|
feature_value: string;
|
|
11256
11256
|
features: {
|
|
11257
|
-
wifi: boolean;
|
|
11258
11257
|
passcode: boolean;
|
|
11259
11258
|
passcode_management: boolean;
|
|
11260
11259
|
unlock_via_gateway: boolean;
|
|
11261
11260
|
lock_command: boolean;
|
|
11262
11261
|
incomplete_keyboard_passcode: boolean;
|
|
11262
|
+
wifi: boolean;
|
|
11263
11263
|
};
|
|
11264
11264
|
has_gateway?: boolean | undefined;
|
|
11265
11265
|
wireless_keypads?: {
|
|
@@ -11328,9 +11328,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11328
11328
|
} | undefined;
|
|
11329
11329
|
tedee_metadata?: {
|
|
11330
11330
|
device_id: number;
|
|
11331
|
-
device_model: string;
|
|
11332
11331
|
device_name: string;
|
|
11333
11332
|
bridge_id: number;
|
|
11333
|
+
device_model: string;
|
|
11334
11334
|
bridge_name: string;
|
|
11335
11335
|
serial_number: string;
|
|
11336
11336
|
keypad_id?: number | undefined;
|
|
@@ -11362,9 +11362,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11362
11362
|
ecobee_device_id: string;
|
|
11363
11363
|
} | undefined;
|
|
11364
11364
|
salto_ks_metadata?: {
|
|
11365
|
-
lock_type: string;
|
|
11366
11365
|
lock_id: string;
|
|
11367
11366
|
customer_reference: string;
|
|
11367
|
+
lock_type: string;
|
|
11368
11368
|
battery_level: string;
|
|
11369
11369
|
locked_state: string;
|
|
11370
11370
|
model?: string | undefined;
|
|
@@ -11416,9 +11416,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11416
11416
|
model_number: string;
|
|
11417
11417
|
} | undefined;
|
|
11418
11418
|
salto_metadata?: {
|
|
11419
|
-
lock_type: string;
|
|
11420
11419
|
lock_id: string;
|
|
11421
11420
|
customer_reference: string;
|
|
11421
|
+
lock_type: string;
|
|
11422
11422
|
battery_level: string;
|
|
11423
11423
|
locked_state: string;
|
|
11424
11424
|
model?: string | undefined;
|
|
@@ -11437,8 +11437,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11437
11437
|
} | undefined;
|
|
11438
11438
|
noiseaware_metadata?: {
|
|
11439
11439
|
device_id: string;
|
|
11440
|
-
device_model: "indoor" | "outdoor";
|
|
11441
11440
|
device_name: string;
|
|
11441
|
+
device_model: "indoor" | "outdoor";
|
|
11442
11442
|
noise_level_nrs: number;
|
|
11443
11443
|
noise_level_decibel: number;
|
|
11444
11444
|
} | undefined;
|
|
@@ -11487,12 +11487,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11487
11487
|
lock_alias: string;
|
|
11488
11488
|
feature_value: string;
|
|
11489
11489
|
features: {
|
|
11490
|
-
wifi: boolean;
|
|
11491
11490
|
passcode: boolean;
|
|
11492
11491
|
passcode_management: boolean;
|
|
11493
11492
|
unlock_via_gateway: boolean;
|
|
11494
11493
|
lock_command: boolean;
|
|
11495
11494
|
incomplete_keyboard_passcode: boolean;
|
|
11495
|
+
wifi: boolean;
|
|
11496
11496
|
};
|
|
11497
11497
|
has_gateway?: boolean | undefined;
|
|
11498
11498
|
wireless_keypads?: {
|
|
@@ -11561,9 +11561,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
11561
11561
|
} | undefined;
|
|
11562
11562
|
tedee_metadata?: {
|
|
11563
11563
|
device_id: number;
|
|
11564
|
-
device_model: string;
|
|
11565
11564
|
device_name: string;
|
|
11566
11565
|
bridge_id: number;
|
|
11566
|
+
device_model: string;
|
|
11567
11567
|
bridge_name: string;
|
|
11568
11568
|
serial_number: string;
|
|
11569
11569
|
keypad_id?: number | undefined;
|
|
@@ -12899,7 +12899,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
12899
12899
|
can_hvac_cool: z.ZodOptional<z.ZodBoolean>;
|
|
12900
12900
|
can_hvac_heat_cool: z.ZodOptional<z.ZodBoolean>;
|
|
12901
12901
|
can_turn_off_hvac: z.ZodOptional<z.ZodBoolean>;
|
|
12902
|
-
} & {
|
|
12903
12902
|
can_simulate_removal: z.ZodOptional<z.ZodBoolean>;
|
|
12904
12903
|
can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
|
|
12905
12904
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -13110,7 +13109,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13110
13109
|
status: "critical" | "low" | "good" | "full";
|
|
13111
13110
|
level: number;
|
|
13112
13111
|
} | undefined;
|
|
13113
|
-
manufacturer?: string | undefined;
|
|
13114
13112
|
battery_level?: number | undefined;
|
|
13115
13113
|
serial_number?: string | undefined;
|
|
13116
13114
|
accessory_keypad?: {
|
|
@@ -13120,6 +13118,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13120
13118
|
} | undefined;
|
|
13121
13119
|
} | undefined;
|
|
13122
13120
|
has_direct_power?: boolean | undefined;
|
|
13121
|
+
manufacturer?: string | undefined;
|
|
13123
13122
|
image_url?: string | undefined;
|
|
13124
13123
|
image_alt_text?: string | undefined;
|
|
13125
13124
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -13145,9 +13144,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13145
13144
|
ecobee_device_id: string;
|
|
13146
13145
|
} | undefined;
|
|
13147
13146
|
salto_ks_metadata?: {
|
|
13148
|
-
lock_type: string;
|
|
13149
13147
|
lock_id: string;
|
|
13150
13148
|
customer_reference: string;
|
|
13149
|
+
lock_type: string;
|
|
13151
13150
|
battery_level: string;
|
|
13152
13151
|
locked_state: string;
|
|
13153
13152
|
model?: string | undefined;
|
|
@@ -13199,9 +13198,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13199
13198
|
model_number: string;
|
|
13200
13199
|
} | undefined;
|
|
13201
13200
|
salto_metadata?: {
|
|
13202
|
-
lock_type: string;
|
|
13203
13201
|
lock_id: string;
|
|
13204
13202
|
customer_reference: string;
|
|
13203
|
+
lock_type: string;
|
|
13205
13204
|
battery_level: string;
|
|
13206
13205
|
locked_state: string;
|
|
13207
13206
|
model?: string | undefined;
|
|
@@ -13220,8 +13219,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13220
13219
|
} | undefined;
|
|
13221
13220
|
noiseaware_metadata?: {
|
|
13222
13221
|
device_id: string;
|
|
13223
|
-
device_model: "indoor" | "outdoor";
|
|
13224
13222
|
device_name: string;
|
|
13223
|
+
device_model: "indoor" | "outdoor";
|
|
13225
13224
|
noise_level_nrs: number;
|
|
13226
13225
|
noise_level_decibel: number;
|
|
13227
13226
|
} | undefined;
|
|
@@ -13270,12 +13269,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13270
13269
|
lock_alias: string;
|
|
13271
13270
|
feature_value: string;
|
|
13272
13271
|
features: {
|
|
13273
|
-
wifi: boolean;
|
|
13274
13272
|
passcode: boolean;
|
|
13275
13273
|
passcode_management: boolean;
|
|
13276
13274
|
unlock_via_gateway: boolean;
|
|
13277
13275
|
lock_command: boolean;
|
|
13278
13276
|
incomplete_keyboard_passcode: boolean;
|
|
13277
|
+
wifi: boolean;
|
|
13279
13278
|
};
|
|
13280
13279
|
has_gateway?: boolean | undefined;
|
|
13281
13280
|
wireless_keypads?: {
|
|
@@ -13344,9 +13343,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13344
13343
|
} | undefined;
|
|
13345
13344
|
tedee_metadata?: {
|
|
13346
13345
|
device_id: number;
|
|
13347
|
-
device_model: string;
|
|
13348
13346
|
device_name: string;
|
|
13349
13347
|
bridge_id: number;
|
|
13348
|
+
device_model: string;
|
|
13350
13349
|
bridge_name: string;
|
|
13351
13350
|
serial_number: string;
|
|
13352
13351
|
keypad_id?: number | undefined;
|
|
@@ -13745,7 +13744,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13745
13744
|
status: "critical" | "low" | "good" | "full";
|
|
13746
13745
|
level: number;
|
|
13747
13746
|
} | undefined;
|
|
13748
|
-
manufacturer?: string | undefined;
|
|
13749
13747
|
battery_level?: number | undefined;
|
|
13750
13748
|
serial_number?: string | undefined;
|
|
13751
13749
|
accessory_keypad?: {
|
|
@@ -13755,6 +13753,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13755
13753
|
} | undefined;
|
|
13756
13754
|
} | undefined;
|
|
13757
13755
|
has_direct_power?: boolean | undefined;
|
|
13756
|
+
manufacturer?: string | undefined;
|
|
13758
13757
|
image_url?: string | undefined;
|
|
13759
13758
|
image_alt_text?: string | undefined;
|
|
13760
13759
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -13780,9 +13779,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13780
13779
|
ecobee_device_id: string;
|
|
13781
13780
|
} | undefined;
|
|
13782
13781
|
salto_ks_metadata?: {
|
|
13783
|
-
lock_type: string;
|
|
13784
13782
|
lock_id: string;
|
|
13785
13783
|
customer_reference: string;
|
|
13784
|
+
lock_type: string;
|
|
13786
13785
|
battery_level: string;
|
|
13787
13786
|
locked_state: string;
|
|
13788
13787
|
model?: string | undefined;
|
|
@@ -13834,9 +13833,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13834
13833
|
model_number: string;
|
|
13835
13834
|
} | undefined;
|
|
13836
13835
|
salto_metadata?: {
|
|
13837
|
-
lock_type: string;
|
|
13838
13836
|
lock_id: string;
|
|
13839
13837
|
customer_reference: string;
|
|
13838
|
+
lock_type: string;
|
|
13840
13839
|
battery_level: string;
|
|
13841
13840
|
locked_state: string;
|
|
13842
13841
|
model?: string | undefined;
|
|
@@ -13855,8 +13854,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13855
13854
|
} | undefined;
|
|
13856
13855
|
noiseaware_metadata?: {
|
|
13857
13856
|
device_id: string;
|
|
13858
|
-
device_model: "indoor" | "outdoor";
|
|
13859
13857
|
device_name: string;
|
|
13858
|
+
device_model: "indoor" | "outdoor";
|
|
13860
13859
|
noise_level_nrs: number;
|
|
13861
13860
|
noise_level_decibel: number;
|
|
13862
13861
|
} | undefined;
|
|
@@ -13905,12 +13904,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13905
13904
|
lock_alias: string;
|
|
13906
13905
|
feature_value: string;
|
|
13907
13906
|
features: {
|
|
13908
|
-
wifi: boolean;
|
|
13909
13907
|
passcode: boolean;
|
|
13910
13908
|
passcode_management: boolean;
|
|
13911
13909
|
unlock_via_gateway: boolean;
|
|
13912
13910
|
lock_command: boolean;
|
|
13913
13911
|
incomplete_keyboard_passcode: boolean;
|
|
13912
|
+
wifi: boolean;
|
|
13914
13913
|
};
|
|
13915
13914
|
has_gateway?: boolean | undefined;
|
|
13916
13915
|
wireless_keypads?: {
|
|
@@ -13979,9 +13978,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
13979
13978
|
} | undefined;
|
|
13980
13979
|
tedee_metadata?: {
|
|
13981
13980
|
device_id: number;
|
|
13982
|
-
device_model: string;
|
|
13983
13981
|
device_name: string;
|
|
13984
13982
|
bridge_id: number;
|
|
13983
|
+
device_model: string;
|
|
13985
13984
|
bridge_name: string;
|
|
13986
13985
|
serial_number: string;
|
|
13987
13986
|
keypad_id?: number | undefined;
|
|
@@ -14629,7 +14628,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14629
14628
|
status: "critical" | "low" | "good" | "full";
|
|
14630
14629
|
level: number;
|
|
14631
14630
|
} | undefined;
|
|
14632
|
-
manufacturer?: string | undefined;
|
|
14633
14631
|
battery_level?: number | undefined;
|
|
14634
14632
|
serial_number?: string | undefined;
|
|
14635
14633
|
accessory_keypad?: {
|
|
@@ -14639,6 +14637,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14639
14637
|
} | undefined;
|
|
14640
14638
|
} | undefined;
|
|
14641
14639
|
has_direct_power?: boolean | undefined;
|
|
14640
|
+
manufacturer?: string | undefined;
|
|
14642
14641
|
image_url?: string | undefined;
|
|
14643
14642
|
image_alt_text?: string | undefined;
|
|
14644
14643
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -14664,9 +14663,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14664
14663
|
ecobee_device_id: string;
|
|
14665
14664
|
} | undefined;
|
|
14666
14665
|
salto_ks_metadata?: {
|
|
14667
|
-
lock_type: string;
|
|
14668
14666
|
lock_id: string;
|
|
14669
14667
|
customer_reference: string;
|
|
14668
|
+
lock_type: string;
|
|
14670
14669
|
battery_level: string;
|
|
14671
14670
|
locked_state: string;
|
|
14672
14671
|
model?: string | undefined;
|
|
@@ -14718,9 +14717,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14718
14717
|
model_number: string;
|
|
14719
14718
|
} | undefined;
|
|
14720
14719
|
salto_metadata?: {
|
|
14721
|
-
lock_type: string;
|
|
14722
14720
|
lock_id: string;
|
|
14723
14721
|
customer_reference: string;
|
|
14722
|
+
lock_type: string;
|
|
14724
14723
|
battery_level: string;
|
|
14725
14724
|
locked_state: string;
|
|
14726
14725
|
model?: string | undefined;
|
|
@@ -14739,8 +14738,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14739
14738
|
} | undefined;
|
|
14740
14739
|
noiseaware_metadata?: {
|
|
14741
14740
|
device_id: string;
|
|
14742
|
-
device_model: "indoor" | "outdoor";
|
|
14743
14741
|
device_name: string;
|
|
14742
|
+
device_model: "indoor" | "outdoor";
|
|
14744
14743
|
noise_level_nrs: number;
|
|
14745
14744
|
noise_level_decibel: number;
|
|
14746
14745
|
} | undefined;
|
|
@@ -14789,12 +14788,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14789
14788
|
lock_alias: string;
|
|
14790
14789
|
feature_value: string;
|
|
14791
14790
|
features: {
|
|
14792
|
-
wifi: boolean;
|
|
14793
14791
|
passcode: boolean;
|
|
14794
14792
|
passcode_management: boolean;
|
|
14795
14793
|
unlock_via_gateway: boolean;
|
|
14796
14794
|
lock_command: boolean;
|
|
14797
14795
|
incomplete_keyboard_passcode: boolean;
|
|
14796
|
+
wifi: boolean;
|
|
14798
14797
|
};
|
|
14799
14798
|
has_gateway?: boolean | undefined;
|
|
14800
14799
|
wireless_keypads?: {
|
|
@@ -14863,9 +14862,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
14863
14862
|
} | undefined;
|
|
14864
14863
|
tedee_metadata?: {
|
|
14865
14864
|
device_id: number;
|
|
14866
|
-
device_model: string;
|
|
14867
14865
|
device_name: string;
|
|
14868
14866
|
bridge_id: number;
|
|
14867
|
+
device_model: string;
|
|
14869
14868
|
bridge_name: string;
|
|
14870
14869
|
serial_number: string;
|
|
14871
14870
|
keypad_id?: number | undefined;
|
|
@@ -15330,7 +15329,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15330
15329
|
status: "critical" | "low" | "good" | "full";
|
|
15331
15330
|
level: number;
|
|
15332
15331
|
} | undefined;
|
|
15333
|
-
manufacturer?: string | undefined;
|
|
15334
15332
|
battery_level?: number | undefined;
|
|
15335
15333
|
serial_number?: string | undefined;
|
|
15336
15334
|
accessory_keypad?: {
|
|
@@ -15340,6 +15338,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15340
15338
|
} | undefined;
|
|
15341
15339
|
} | undefined;
|
|
15342
15340
|
has_direct_power?: boolean | undefined;
|
|
15341
|
+
manufacturer?: string | undefined;
|
|
15343
15342
|
image_url?: string | undefined;
|
|
15344
15343
|
image_alt_text?: string | undefined;
|
|
15345
15344
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -15365,9 +15364,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15365
15364
|
ecobee_device_id: string;
|
|
15366
15365
|
} | undefined;
|
|
15367
15366
|
salto_ks_metadata?: {
|
|
15368
|
-
lock_type: string;
|
|
15369
15367
|
lock_id: string;
|
|
15370
15368
|
customer_reference: string;
|
|
15369
|
+
lock_type: string;
|
|
15371
15370
|
battery_level: string;
|
|
15372
15371
|
locked_state: string;
|
|
15373
15372
|
model?: string | undefined;
|
|
@@ -15419,9 +15418,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15419
15418
|
model_number: string;
|
|
15420
15419
|
} | undefined;
|
|
15421
15420
|
salto_metadata?: {
|
|
15422
|
-
lock_type: string;
|
|
15423
15421
|
lock_id: string;
|
|
15424
15422
|
customer_reference: string;
|
|
15423
|
+
lock_type: string;
|
|
15425
15424
|
battery_level: string;
|
|
15426
15425
|
locked_state: string;
|
|
15427
15426
|
model?: string | undefined;
|
|
@@ -15440,8 +15439,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15440
15439
|
} | undefined;
|
|
15441
15440
|
noiseaware_metadata?: {
|
|
15442
15441
|
device_id: string;
|
|
15443
|
-
device_model: "indoor" | "outdoor";
|
|
15444
15442
|
device_name: string;
|
|
15443
|
+
device_model: "indoor" | "outdoor";
|
|
15445
15444
|
noise_level_nrs: number;
|
|
15446
15445
|
noise_level_decibel: number;
|
|
15447
15446
|
} | undefined;
|
|
@@ -15490,12 +15489,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15490
15489
|
lock_alias: string;
|
|
15491
15490
|
feature_value: string;
|
|
15492
15491
|
features: {
|
|
15493
|
-
wifi: boolean;
|
|
15494
15492
|
passcode: boolean;
|
|
15495
15493
|
passcode_management: boolean;
|
|
15496
15494
|
unlock_via_gateway: boolean;
|
|
15497
15495
|
lock_command: boolean;
|
|
15498
15496
|
incomplete_keyboard_passcode: boolean;
|
|
15497
|
+
wifi: boolean;
|
|
15499
15498
|
};
|
|
15500
15499
|
has_gateway?: boolean | undefined;
|
|
15501
15500
|
wireless_keypads?: {
|
|
@@ -15564,9 +15563,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15564
15563
|
} | undefined;
|
|
15565
15564
|
tedee_metadata?: {
|
|
15566
15565
|
device_id: number;
|
|
15567
|
-
device_model: string;
|
|
15568
15566
|
device_name: string;
|
|
15569
15567
|
bridge_id: number;
|
|
15568
|
+
device_model: string;
|
|
15570
15569
|
bridge_name: string;
|
|
15571
15570
|
serial_number: string;
|
|
15572
15571
|
keypad_id?: number | undefined;
|
|
@@ -15945,7 +15944,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15945
15944
|
status: "critical" | "low" | "good" | "full";
|
|
15946
15945
|
level: number;
|
|
15947
15946
|
} | undefined;
|
|
15948
|
-
manufacturer?: string | undefined;
|
|
15949
15947
|
battery_level?: number | undefined;
|
|
15950
15948
|
serial_number?: string | undefined;
|
|
15951
15949
|
accessory_keypad?: {
|
|
@@ -15955,6 +15953,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15955
15953
|
} | undefined;
|
|
15956
15954
|
} | undefined;
|
|
15957
15955
|
has_direct_power?: boolean | undefined;
|
|
15956
|
+
manufacturer?: string | undefined;
|
|
15958
15957
|
image_url?: string | undefined;
|
|
15959
15958
|
image_alt_text?: string | undefined;
|
|
15960
15959
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -15982,7 +15981,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15982
15981
|
status: "critical" | "low" | "good" | "full";
|
|
15983
15982
|
level: number;
|
|
15984
15983
|
} | undefined;
|
|
15985
|
-
manufacturer?: string | undefined;
|
|
15986
15984
|
battery_level?: number | undefined;
|
|
15987
15985
|
serial_number?: string | undefined;
|
|
15988
15986
|
accessory_keypad?: {
|
|
@@ -15992,6 +15990,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
15992
15990
|
} | undefined;
|
|
15993
15991
|
} | undefined;
|
|
15994
15992
|
has_direct_power?: boolean | undefined;
|
|
15993
|
+
manufacturer?: string | undefined;
|
|
15995
15994
|
image_url?: string | undefined;
|
|
15996
15995
|
image_alt_text?: string | undefined;
|
|
15997
15996
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -16188,16 +16187,16 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16188
16187
|
locked_state: z.ZodString;
|
|
16189
16188
|
model: z.ZodOptional<z.ZodString>;
|
|
16190
16189
|
}, "strip", z.ZodTypeAny, {
|
|
16191
|
-
lock_type: string;
|
|
16192
16190
|
lock_id: string;
|
|
16193
16191
|
customer_reference: string;
|
|
16192
|
+
lock_type: string;
|
|
16194
16193
|
battery_level: string;
|
|
16195
16194
|
locked_state: string;
|
|
16196
16195
|
model?: string | undefined;
|
|
16197
16196
|
}, {
|
|
16198
|
-
lock_type: string;
|
|
16199
16197
|
lock_id: string;
|
|
16200
16198
|
customer_reference: string;
|
|
16199
|
+
lock_type: string;
|
|
16201
16200
|
battery_level: string;
|
|
16202
16201
|
locked_state: string;
|
|
16203
16202
|
model?: string | undefined;
|
|
@@ -16210,16 +16209,16 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16210
16209
|
locked_state: z.ZodString;
|
|
16211
16210
|
model: z.ZodOptional<z.ZodString>;
|
|
16212
16211
|
}, "strip", z.ZodTypeAny, {
|
|
16213
|
-
lock_type: string;
|
|
16214
16212
|
lock_id: string;
|
|
16215
16213
|
customer_reference: string;
|
|
16214
|
+
lock_type: string;
|
|
16216
16215
|
battery_level: string;
|
|
16217
16216
|
locked_state: string;
|
|
16218
16217
|
model?: string | undefined;
|
|
16219
16218
|
}, {
|
|
16220
|
-
lock_type: string;
|
|
16221
16219
|
lock_id: string;
|
|
16222
16220
|
customer_reference: string;
|
|
16221
|
+
lock_type: string;
|
|
16223
16222
|
battery_level: string;
|
|
16224
16223
|
locked_state: string;
|
|
16225
16224
|
model?: string | undefined;
|
|
@@ -16262,14 +16261,14 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16262
16261
|
device_id: z.ZodString;
|
|
16263
16262
|
}, "strip", z.ZodTypeAny, {
|
|
16264
16263
|
device_id: string;
|
|
16265
|
-
device_model: "indoor" | "outdoor";
|
|
16266
16264
|
device_name: string;
|
|
16265
|
+
device_model: "indoor" | "outdoor";
|
|
16267
16266
|
noise_level_nrs: number;
|
|
16268
16267
|
noise_level_decibel: number;
|
|
16269
16268
|
}, {
|
|
16270
16269
|
device_id: string;
|
|
16271
|
-
device_model: "indoor" | "outdoor";
|
|
16272
16270
|
device_name: string;
|
|
16271
|
+
device_model: "indoor" | "outdoor";
|
|
16273
16272
|
noise_level_nrs: number;
|
|
16274
16273
|
noise_level_decibel: number;
|
|
16275
16274
|
}>>;
|
|
@@ -16469,19 +16468,19 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16469
16468
|
incomplete_keyboard_passcode: z.ZodBoolean;
|
|
16470
16469
|
wifi: z.ZodBoolean;
|
|
16471
16470
|
}, "strip", z.ZodTypeAny, {
|
|
16472
|
-
wifi: boolean;
|
|
16473
16471
|
passcode: boolean;
|
|
16474
16472
|
passcode_management: boolean;
|
|
16475
16473
|
unlock_via_gateway: boolean;
|
|
16476
16474
|
lock_command: boolean;
|
|
16477
16475
|
incomplete_keyboard_passcode: boolean;
|
|
16478
|
-
}, {
|
|
16479
16476
|
wifi: boolean;
|
|
16477
|
+
}, {
|
|
16480
16478
|
passcode: boolean;
|
|
16481
16479
|
passcode_management: boolean;
|
|
16482
16480
|
unlock_via_gateway: boolean;
|
|
16483
16481
|
lock_command: boolean;
|
|
16484
16482
|
incomplete_keyboard_passcode: boolean;
|
|
16483
|
+
wifi: boolean;
|
|
16485
16484
|
}>;
|
|
16486
16485
|
has_gateway: z.ZodOptional<z.ZodBoolean>;
|
|
16487
16486
|
wireless_keypads: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -16499,12 +16498,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16499
16498
|
lock_alias: string;
|
|
16500
16499
|
feature_value: string;
|
|
16501
16500
|
features: {
|
|
16502
|
-
wifi: boolean;
|
|
16503
16501
|
passcode: boolean;
|
|
16504
16502
|
passcode_management: boolean;
|
|
16505
16503
|
unlock_via_gateway: boolean;
|
|
16506
16504
|
lock_command: boolean;
|
|
16507
16505
|
incomplete_keyboard_passcode: boolean;
|
|
16506
|
+
wifi: boolean;
|
|
16508
16507
|
};
|
|
16509
16508
|
has_gateway?: boolean | undefined;
|
|
16510
16509
|
wireless_keypads?: {
|
|
@@ -16516,12 +16515,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16516
16515
|
lock_alias: string;
|
|
16517
16516
|
feature_value: string;
|
|
16518
16517
|
features: {
|
|
16519
|
-
wifi: boolean;
|
|
16520
16518
|
passcode: boolean;
|
|
16521
16519
|
passcode_management: boolean;
|
|
16522
16520
|
unlock_via_gateway: boolean;
|
|
16523
16521
|
lock_command: boolean;
|
|
16524
16522
|
incomplete_keyboard_passcode: boolean;
|
|
16523
|
+
wifi: boolean;
|
|
16525
16524
|
};
|
|
16526
16525
|
has_gateway?: boolean | undefined;
|
|
16527
16526
|
wireless_keypads?: {
|
|
@@ -16734,17 +16733,17 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16734
16733
|
keypad_id: z.ZodOptional<z.ZodNumber>;
|
|
16735
16734
|
}, "strip", z.ZodTypeAny, {
|
|
16736
16735
|
device_id: number;
|
|
16737
|
-
device_model: string;
|
|
16738
16736
|
device_name: string;
|
|
16739
16737
|
bridge_id: number;
|
|
16738
|
+
device_model: string;
|
|
16740
16739
|
bridge_name: string;
|
|
16741
16740
|
serial_number: string;
|
|
16742
16741
|
keypad_id?: number | undefined;
|
|
16743
16742
|
}, {
|
|
16744
16743
|
device_id: number;
|
|
16745
|
-
device_model: string;
|
|
16746
16744
|
device_name: string;
|
|
16747
16745
|
bridge_id: number;
|
|
16746
|
+
device_model: string;
|
|
16748
16747
|
bridge_name: string;
|
|
16749
16748
|
serial_number: string;
|
|
16750
16749
|
keypad_id?: number | undefined;
|
|
@@ -16808,9 +16807,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16808
16807
|
ecobee_device_id: string;
|
|
16809
16808
|
} | undefined;
|
|
16810
16809
|
salto_ks_metadata?: {
|
|
16811
|
-
lock_type: string;
|
|
16812
16810
|
lock_id: string;
|
|
16813
16811
|
customer_reference: string;
|
|
16812
|
+
lock_type: string;
|
|
16814
16813
|
battery_level: string;
|
|
16815
16814
|
locked_state: string;
|
|
16816
16815
|
model?: string | undefined;
|
|
@@ -16862,9 +16861,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16862
16861
|
model_number: string;
|
|
16863
16862
|
} | undefined;
|
|
16864
16863
|
salto_metadata?: {
|
|
16865
|
-
lock_type: string;
|
|
16866
16864
|
lock_id: string;
|
|
16867
16865
|
customer_reference: string;
|
|
16866
|
+
lock_type: string;
|
|
16868
16867
|
battery_level: string;
|
|
16869
16868
|
locked_state: string;
|
|
16870
16869
|
model?: string | undefined;
|
|
@@ -16883,8 +16882,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16883
16882
|
} | undefined;
|
|
16884
16883
|
noiseaware_metadata?: {
|
|
16885
16884
|
device_id: string;
|
|
16886
|
-
device_model: "indoor" | "outdoor";
|
|
16887
16885
|
device_name: string;
|
|
16886
|
+
device_model: "indoor" | "outdoor";
|
|
16888
16887
|
noise_level_nrs: number;
|
|
16889
16888
|
noise_level_decibel: number;
|
|
16890
16889
|
} | undefined;
|
|
@@ -16933,12 +16932,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
16933
16932
|
lock_alias: string;
|
|
16934
16933
|
feature_value: string;
|
|
16935
16934
|
features: {
|
|
16936
|
-
wifi: boolean;
|
|
16937
16935
|
passcode: boolean;
|
|
16938
16936
|
passcode_management: boolean;
|
|
16939
16937
|
unlock_via_gateway: boolean;
|
|
16940
16938
|
lock_command: boolean;
|
|
16941
16939
|
incomplete_keyboard_passcode: boolean;
|
|
16940
|
+
wifi: boolean;
|
|
16942
16941
|
};
|
|
16943
16942
|
has_gateway?: boolean | undefined;
|
|
16944
16943
|
wireless_keypads?: {
|
|
@@ -17007,9 +17006,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
17007
17006
|
} | undefined;
|
|
17008
17007
|
tedee_metadata?: {
|
|
17009
17008
|
device_id: number;
|
|
17010
|
-
device_model: string;
|
|
17011
17009
|
device_name: string;
|
|
17012
17010
|
bridge_id: number;
|
|
17011
|
+
device_model: string;
|
|
17013
17012
|
bridge_name: string;
|
|
17014
17013
|
serial_number: string;
|
|
17015
17014
|
keypad_id?: number | undefined;
|
|
@@ -17041,9 +17040,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
17041
17040
|
ecobee_device_id: string;
|
|
17042
17041
|
} | undefined;
|
|
17043
17042
|
salto_ks_metadata?: {
|
|
17044
|
-
lock_type: string;
|
|
17045
17043
|
lock_id: string;
|
|
17046
17044
|
customer_reference: string;
|
|
17045
|
+
lock_type: string;
|
|
17047
17046
|
battery_level: string;
|
|
17048
17047
|
locked_state: string;
|
|
17049
17048
|
model?: string | undefined;
|
|
@@ -17095,9 +17094,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
17095
17094
|
model_number: string;
|
|
17096
17095
|
} | undefined;
|
|
17097
17096
|
salto_metadata?: {
|
|
17098
|
-
lock_type: string;
|
|
17099
17097
|
lock_id: string;
|
|
17100
17098
|
customer_reference: string;
|
|
17099
|
+
lock_type: string;
|
|
17101
17100
|
battery_level: string;
|
|
17102
17101
|
locked_state: string;
|
|
17103
17102
|
model?: string | undefined;
|
|
@@ -17116,8 +17115,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
17116
17115
|
} | undefined;
|
|
17117
17116
|
noiseaware_metadata?: {
|
|
17118
17117
|
device_id: string;
|
|
17119
|
-
device_model: "indoor" | "outdoor";
|
|
17120
17118
|
device_name: string;
|
|
17119
|
+
device_model: "indoor" | "outdoor";
|
|
17121
17120
|
noise_level_nrs: number;
|
|
17122
17121
|
noise_level_decibel: number;
|
|
17123
17122
|
} | undefined;
|
|
@@ -17166,12 +17165,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
17166
17165
|
lock_alias: string;
|
|
17167
17166
|
feature_value: string;
|
|
17168
17167
|
features: {
|
|
17169
|
-
wifi: boolean;
|
|
17170
17168
|
passcode: boolean;
|
|
17171
17169
|
passcode_management: boolean;
|
|
17172
17170
|
unlock_via_gateway: boolean;
|
|
17173
17171
|
lock_command: boolean;
|
|
17174
17172
|
incomplete_keyboard_passcode: boolean;
|
|
17173
|
+
wifi: boolean;
|
|
17175
17174
|
};
|
|
17176
17175
|
has_gateway?: boolean | undefined;
|
|
17177
17176
|
wireless_keypads?: {
|
|
@@ -17240,9 +17239,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
17240
17239
|
} | undefined;
|
|
17241
17240
|
tedee_metadata?: {
|
|
17242
17241
|
device_id: number;
|
|
17243
|
-
device_model: string;
|
|
17244
17242
|
device_name: string;
|
|
17245
17243
|
bridge_id: number;
|
|
17244
|
+
device_model: string;
|
|
17246
17245
|
bridge_name: string;
|
|
17247
17246
|
serial_number: string;
|
|
17248
17247
|
keypad_id?: number | undefined;
|
|
@@ -18578,7 +18577,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
18578
18577
|
can_hvac_cool: z.ZodOptional<z.ZodBoolean>;
|
|
18579
18578
|
can_hvac_heat_cool: z.ZodOptional<z.ZodBoolean>;
|
|
18580
18579
|
can_turn_off_hvac: z.ZodOptional<z.ZodBoolean>;
|
|
18581
|
-
} & {
|
|
18582
18580
|
can_simulate_removal: z.ZodOptional<z.ZodBoolean>;
|
|
18583
18581
|
can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
|
|
18584
18582
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -18789,7 +18787,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
18789
18787
|
status: "critical" | "low" | "good" | "full";
|
|
18790
18788
|
level: number;
|
|
18791
18789
|
} | undefined;
|
|
18792
|
-
manufacturer?: string | undefined;
|
|
18793
18790
|
battery_level?: number | undefined;
|
|
18794
18791
|
serial_number?: string | undefined;
|
|
18795
18792
|
accessory_keypad?: {
|
|
@@ -18799,6 +18796,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
18799
18796
|
} | undefined;
|
|
18800
18797
|
} | undefined;
|
|
18801
18798
|
has_direct_power?: boolean | undefined;
|
|
18799
|
+
manufacturer?: string | undefined;
|
|
18802
18800
|
image_url?: string | undefined;
|
|
18803
18801
|
image_alt_text?: string | undefined;
|
|
18804
18802
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -18824,9 +18822,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
18824
18822
|
ecobee_device_id: string;
|
|
18825
18823
|
} | undefined;
|
|
18826
18824
|
salto_ks_metadata?: {
|
|
18827
|
-
lock_type: string;
|
|
18828
18825
|
lock_id: string;
|
|
18829
18826
|
customer_reference: string;
|
|
18827
|
+
lock_type: string;
|
|
18830
18828
|
battery_level: string;
|
|
18831
18829
|
locked_state: string;
|
|
18832
18830
|
model?: string | undefined;
|
|
@@ -18878,9 +18876,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
18878
18876
|
model_number: string;
|
|
18879
18877
|
} | undefined;
|
|
18880
18878
|
salto_metadata?: {
|
|
18881
|
-
lock_type: string;
|
|
18882
18879
|
lock_id: string;
|
|
18883
18880
|
customer_reference: string;
|
|
18881
|
+
lock_type: string;
|
|
18884
18882
|
battery_level: string;
|
|
18885
18883
|
locked_state: string;
|
|
18886
18884
|
model?: string | undefined;
|
|
@@ -18899,8 +18897,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
18899
18897
|
} | undefined;
|
|
18900
18898
|
noiseaware_metadata?: {
|
|
18901
18899
|
device_id: string;
|
|
18902
|
-
device_model: "indoor" | "outdoor";
|
|
18903
18900
|
device_name: string;
|
|
18901
|
+
device_model: "indoor" | "outdoor";
|
|
18904
18902
|
noise_level_nrs: number;
|
|
18905
18903
|
noise_level_decibel: number;
|
|
18906
18904
|
} | undefined;
|
|
@@ -18949,12 +18947,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
18949
18947
|
lock_alias: string;
|
|
18950
18948
|
feature_value: string;
|
|
18951
18949
|
features: {
|
|
18952
|
-
wifi: boolean;
|
|
18953
18950
|
passcode: boolean;
|
|
18954
18951
|
passcode_management: boolean;
|
|
18955
18952
|
unlock_via_gateway: boolean;
|
|
18956
18953
|
lock_command: boolean;
|
|
18957
18954
|
incomplete_keyboard_passcode: boolean;
|
|
18955
|
+
wifi: boolean;
|
|
18958
18956
|
};
|
|
18959
18957
|
has_gateway?: boolean | undefined;
|
|
18960
18958
|
wireless_keypads?: {
|
|
@@ -19023,9 +19021,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
19023
19021
|
} | undefined;
|
|
19024
19022
|
tedee_metadata?: {
|
|
19025
19023
|
device_id: number;
|
|
19026
|
-
device_model: string;
|
|
19027
19024
|
device_name: string;
|
|
19028
19025
|
bridge_id: number;
|
|
19026
|
+
device_model: string;
|
|
19029
19027
|
bridge_name: string;
|
|
19030
19028
|
serial_number: string;
|
|
19031
19029
|
keypad_id?: number | undefined;
|
|
@@ -19424,7 +19422,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
19424
19422
|
status: "critical" | "low" | "good" | "full";
|
|
19425
19423
|
level: number;
|
|
19426
19424
|
} | undefined;
|
|
19427
|
-
manufacturer?: string | undefined;
|
|
19428
19425
|
battery_level?: number | undefined;
|
|
19429
19426
|
serial_number?: string | undefined;
|
|
19430
19427
|
accessory_keypad?: {
|
|
@@ -19434,6 +19431,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
19434
19431
|
} | undefined;
|
|
19435
19432
|
} | undefined;
|
|
19436
19433
|
has_direct_power?: boolean | undefined;
|
|
19434
|
+
manufacturer?: string | undefined;
|
|
19437
19435
|
image_url?: string | undefined;
|
|
19438
19436
|
image_alt_text?: string | undefined;
|
|
19439
19437
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -19459,9 +19457,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
19459
19457
|
ecobee_device_id: string;
|
|
19460
19458
|
} | undefined;
|
|
19461
19459
|
salto_ks_metadata?: {
|
|
19462
|
-
lock_type: string;
|
|
19463
19460
|
lock_id: string;
|
|
19464
19461
|
customer_reference: string;
|
|
19462
|
+
lock_type: string;
|
|
19465
19463
|
battery_level: string;
|
|
19466
19464
|
locked_state: string;
|
|
19467
19465
|
model?: string | undefined;
|
|
@@ -19513,9 +19511,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
19513
19511
|
model_number: string;
|
|
19514
19512
|
} | undefined;
|
|
19515
19513
|
salto_metadata?: {
|
|
19516
|
-
lock_type: string;
|
|
19517
19514
|
lock_id: string;
|
|
19518
19515
|
customer_reference: string;
|
|
19516
|
+
lock_type: string;
|
|
19519
19517
|
battery_level: string;
|
|
19520
19518
|
locked_state: string;
|
|
19521
19519
|
model?: string | undefined;
|
|
@@ -19534,8 +19532,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
19534
19532
|
} | undefined;
|
|
19535
19533
|
noiseaware_metadata?: {
|
|
19536
19534
|
device_id: string;
|
|
19537
|
-
device_model: "indoor" | "outdoor";
|
|
19538
19535
|
device_name: string;
|
|
19536
|
+
device_model: "indoor" | "outdoor";
|
|
19539
19537
|
noise_level_nrs: number;
|
|
19540
19538
|
noise_level_decibel: number;
|
|
19541
19539
|
} | undefined;
|
|
@@ -19584,12 +19582,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
19584
19582
|
lock_alias: string;
|
|
19585
19583
|
feature_value: string;
|
|
19586
19584
|
features: {
|
|
19587
|
-
wifi: boolean;
|
|
19588
19585
|
passcode: boolean;
|
|
19589
19586
|
passcode_management: boolean;
|
|
19590
19587
|
unlock_via_gateway: boolean;
|
|
19591
19588
|
lock_command: boolean;
|
|
19592
19589
|
incomplete_keyboard_passcode: boolean;
|
|
19590
|
+
wifi: boolean;
|
|
19593
19591
|
};
|
|
19594
19592
|
has_gateway?: boolean | undefined;
|
|
19595
19593
|
wireless_keypads?: {
|
|
@@ -19658,9 +19656,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
19658
19656
|
} | undefined;
|
|
19659
19657
|
tedee_metadata?: {
|
|
19660
19658
|
device_id: number;
|
|
19661
|
-
device_model: string;
|
|
19662
19659
|
device_name: string;
|
|
19663
19660
|
bridge_id: number;
|
|
19661
|
+
device_model: string;
|
|
19664
19662
|
bridge_name: string;
|
|
19665
19663
|
serial_number: string;
|
|
19666
19664
|
keypad_id?: number | undefined;
|
|
@@ -20308,7 +20306,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
20308
20306
|
status: "critical" | "low" | "good" | "full";
|
|
20309
20307
|
level: number;
|
|
20310
20308
|
} | undefined;
|
|
20311
|
-
manufacturer?: string | undefined;
|
|
20312
20309
|
battery_level?: number | undefined;
|
|
20313
20310
|
serial_number?: string | undefined;
|
|
20314
20311
|
accessory_keypad?: {
|
|
@@ -20318,6 +20315,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
20318
20315
|
} | undefined;
|
|
20319
20316
|
} | undefined;
|
|
20320
20317
|
has_direct_power?: boolean | undefined;
|
|
20318
|
+
manufacturer?: string | undefined;
|
|
20321
20319
|
image_url?: string | undefined;
|
|
20322
20320
|
image_alt_text?: string | undefined;
|
|
20323
20321
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -20343,9 +20341,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
20343
20341
|
ecobee_device_id: string;
|
|
20344
20342
|
} | undefined;
|
|
20345
20343
|
salto_ks_metadata?: {
|
|
20346
|
-
lock_type: string;
|
|
20347
20344
|
lock_id: string;
|
|
20348
20345
|
customer_reference: string;
|
|
20346
|
+
lock_type: string;
|
|
20349
20347
|
battery_level: string;
|
|
20350
20348
|
locked_state: string;
|
|
20351
20349
|
model?: string | undefined;
|
|
@@ -20397,9 +20395,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
20397
20395
|
model_number: string;
|
|
20398
20396
|
} | undefined;
|
|
20399
20397
|
salto_metadata?: {
|
|
20400
|
-
lock_type: string;
|
|
20401
20398
|
lock_id: string;
|
|
20402
20399
|
customer_reference: string;
|
|
20400
|
+
lock_type: string;
|
|
20403
20401
|
battery_level: string;
|
|
20404
20402
|
locked_state: string;
|
|
20405
20403
|
model?: string | undefined;
|
|
@@ -20418,8 +20416,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
20418
20416
|
} | undefined;
|
|
20419
20417
|
noiseaware_metadata?: {
|
|
20420
20418
|
device_id: string;
|
|
20421
|
-
device_model: "indoor" | "outdoor";
|
|
20422
20419
|
device_name: string;
|
|
20420
|
+
device_model: "indoor" | "outdoor";
|
|
20423
20421
|
noise_level_nrs: number;
|
|
20424
20422
|
noise_level_decibel: number;
|
|
20425
20423
|
} | undefined;
|
|
@@ -20468,12 +20466,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
20468
20466
|
lock_alias: string;
|
|
20469
20467
|
feature_value: string;
|
|
20470
20468
|
features: {
|
|
20471
|
-
wifi: boolean;
|
|
20472
20469
|
passcode: boolean;
|
|
20473
20470
|
passcode_management: boolean;
|
|
20474
20471
|
unlock_via_gateway: boolean;
|
|
20475
20472
|
lock_command: boolean;
|
|
20476
20473
|
incomplete_keyboard_passcode: boolean;
|
|
20474
|
+
wifi: boolean;
|
|
20477
20475
|
};
|
|
20478
20476
|
has_gateway?: boolean | undefined;
|
|
20479
20477
|
wireless_keypads?: {
|
|
@@ -20542,9 +20540,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
20542
20540
|
} | undefined;
|
|
20543
20541
|
tedee_metadata?: {
|
|
20544
20542
|
device_id: number;
|
|
20545
|
-
device_model: string;
|
|
20546
20543
|
device_name: string;
|
|
20547
20544
|
bridge_id: number;
|
|
20545
|
+
device_model: string;
|
|
20548
20546
|
bridge_name: string;
|
|
20549
20547
|
serial_number: string;
|
|
20550
20548
|
keypad_id?: number | undefined;
|
|
@@ -21009,7 +21007,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21009
21007
|
status: "critical" | "low" | "good" | "full";
|
|
21010
21008
|
level: number;
|
|
21011
21009
|
} | undefined;
|
|
21012
|
-
manufacturer?: string | undefined;
|
|
21013
21010
|
battery_level?: number | undefined;
|
|
21014
21011
|
serial_number?: string | undefined;
|
|
21015
21012
|
accessory_keypad?: {
|
|
@@ -21019,6 +21016,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21019
21016
|
} | undefined;
|
|
21020
21017
|
} | undefined;
|
|
21021
21018
|
has_direct_power?: boolean | undefined;
|
|
21019
|
+
manufacturer?: string | undefined;
|
|
21022
21020
|
image_url?: string | undefined;
|
|
21023
21021
|
image_alt_text?: string | undefined;
|
|
21024
21022
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -21044,9 +21042,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21044
21042
|
ecobee_device_id: string;
|
|
21045
21043
|
} | undefined;
|
|
21046
21044
|
salto_ks_metadata?: {
|
|
21047
|
-
lock_type: string;
|
|
21048
21045
|
lock_id: string;
|
|
21049
21046
|
customer_reference: string;
|
|
21047
|
+
lock_type: string;
|
|
21050
21048
|
battery_level: string;
|
|
21051
21049
|
locked_state: string;
|
|
21052
21050
|
model?: string | undefined;
|
|
@@ -21098,9 +21096,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21098
21096
|
model_number: string;
|
|
21099
21097
|
} | undefined;
|
|
21100
21098
|
salto_metadata?: {
|
|
21101
|
-
lock_type: string;
|
|
21102
21099
|
lock_id: string;
|
|
21103
21100
|
customer_reference: string;
|
|
21101
|
+
lock_type: string;
|
|
21104
21102
|
battery_level: string;
|
|
21105
21103
|
locked_state: string;
|
|
21106
21104
|
model?: string | undefined;
|
|
@@ -21119,8 +21117,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21119
21117
|
} | undefined;
|
|
21120
21118
|
noiseaware_metadata?: {
|
|
21121
21119
|
device_id: string;
|
|
21122
|
-
device_model: "indoor" | "outdoor";
|
|
21123
21120
|
device_name: string;
|
|
21121
|
+
device_model: "indoor" | "outdoor";
|
|
21124
21122
|
noise_level_nrs: number;
|
|
21125
21123
|
noise_level_decibel: number;
|
|
21126
21124
|
} | undefined;
|
|
@@ -21169,12 +21167,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21169
21167
|
lock_alias: string;
|
|
21170
21168
|
feature_value: string;
|
|
21171
21169
|
features: {
|
|
21172
|
-
wifi: boolean;
|
|
21173
21170
|
passcode: boolean;
|
|
21174
21171
|
passcode_management: boolean;
|
|
21175
21172
|
unlock_via_gateway: boolean;
|
|
21176
21173
|
lock_command: boolean;
|
|
21177
21174
|
incomplete_keyboard_passcode: boolean;
|
|
21175
|
+
wifi: boolean;
|
|
21178
21176
|
};
|
|
21179
21177
|
has_gateway?: boolean | undefined;
|
|
21180
21178
|
wireless_keypads?: {
|
|
@@ -21243,9 +21241,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21243
21241
|
} | undefined;
|
|
21244
21242
|
tedee_metadata?: {
|
|
21245
21243
|
device_id: number;
|
|
21246
|
-
device_model: string;
|
|
21247
21244
|
device_name: string;
|
|
21248
21245
|
bridge_id: number;
|
|
21246
|
+
device_model: string;
|
|
21249
21247
|
bridge_name: string;
|
|
21250
21248
|
serial_number: string;
|
|
21251
21249
|
keypad_id?: number | undefined;
|
|
@@ -21624,7 +21622,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21624
21622
|
status: "critical" | "low" | "good" | "full";
|
|
21625
21623
|
level: number;
|
|
21626
21624
|
} | undefined;
|
|
21627
|
-
manufacturer?: string | undefined;
|
|
21628
21625
|
battery_level?: number | undefined;
|
|
21629
21626
|
serial_number?: string | undefined;
|
|
21630
21627
|
accessory_keypad?: {
|
|
@@ -21634,6 +21631,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21634
21631
|
} | undefined;
|
|
21635
21632
|
} | undefined;
|
|
21636
21633
|
has_direct_power?: boolean | undefined;
|
|
21634
|
+
manufacturer?: string | undefined;
|
|
21637
21635
|
image_url?: string | undefined;
|
|
21638
21636
|
image_alt_text?: string | undefined;
|
|
21639
21637
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -21661,7 +21659,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21661
21659
|
status: "critical" | "low" | "good" | "full";
|
|
21662
21660
|
level: number;
|
|
21663
21661
|
} | undefined;
|
|
21664
|
-
manufacturer?: string | undefined;
|
|
21665
21662
|
battery_level?: number | undefined;
|
|
21666
21663
|
serial_number?: string | undefined;
|
|
21667
21664
|
accessory_keypad?: {
|
|
@@ -21671,6 +21668,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21671
21668
|
} | undefined;
|
|
21672
21669
|
} | undefined;
|
|
21673
21670
|
has_direct_power?: boolean | undefined;
|
|
21671
|
+
manufacturer?: string | undefined;
|
|
21674
21672
|
image_url?: string | undefined;
|
|
21675
21673
|
image_alt_text?: string | undefined;
|
|
21676
21674
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -21867,16 +21865,16 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21867
21865
|
locked_state: z.ZodString;
|
|
21868
21866
|
model: z.ZodOptional<z.ZodString>;
|
|
21869
21867
|
}, "strip", z.ZodTypeAny, {
|
|
21870
|
-
lock_type: string;
|
|
21871
21868
|
lock_id: string;
|
|
21872
21869
|
customer_reference: string;
|
|
21870
|
+
lock_type: string;
|
|
21873
21871
|
battery_level: string;
|
|
21874
21872
|
locked_state: string;
|
|
21875
21873
|
model?: string | undefined;
|
|
21876
21874
|
}, {
|
|
21877
|
-
lock_type: string;
|
|
21878
21875
|
lock_id: string;
|
|
21879
21876
|
customer_reference: string;
|
|
21877
|
+
lock_type: string;
|
|
21880
21878
|
battery_level: string;
|
|
21881
21879
|
locked_state: string;
|
|
21882
21880
|
model?: string | undefined;
|
|
@@ -21889,16 +21887,16 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21889
21887
|
locked_state: z.ZodString;
|
|
21890
21888
|
model: z.ZodOptional<z.ZodString>;
|
|
21891
21889
|
}, "strip", z.ZodTypeAny, {
|
|
21892
|
-
lock_type: string;
|
|
21893
21890
|
lock_id: string;
|
|
21894
21891
|
customer_reference: string;
|
|
21892
|
+
lock_type: string;
|
|
21895
21893
|
battery_level: string;
|
|
21896
21894
|
locked_state: string;
|
|
21897
21895
|
model?: string | undefined;
|
|
21898
21896
|
}, {
|
|
21899
|
-
lock_type: string;
|
|
21900
21897
|
lock_id: string;
|
|
21901
21898
|
customer_reference: string;
|
|
21899
|
+
lock_type: string;
|
|
21902
21900
|
battery_level: string;
|
|
21903
21901
|
locked_state: string;
|
|
21904
21902
|
model?: string | undefined;
|
|
@@ -21941,14 +21939,14 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
21941
21939
|
device_id: z.ZodString;
|
|
21942
21940
|
}, "strip", z.ZodTypeAny, {
|
|
21943
21941
|
device_id: string;
|
|
21944
|
-
device_model: "indoor" | "outdoor";
|
|
21945
21942
|
device_name: string;
|
|
21943
|
+
device_model: "indoor" | "outdoor";
|
|
21946
21944
|
noise_level_nrs: number;
|
|
21947
21945
|
noise_level_decibel: number;
|
|
21948
21946
|
}, {
|
|
21949
21947
|
device_id: string;
|
|
21950
|
-
device_model: "indoor" | "outdoor";
|
|
21951
21948
|
device_name: string;
|
|
21949
|
+
device_model: "indoor" | "outdoor";
|
|
21952
21950
|
noise_level_nrs: number;
|
|
21953
21951
|
noise_level_decibel: number;
|
|
21954
21952
|
}>>;
|
|
@@ -22148,19 +22146,19 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22148
22146
|
incomplete_keyboard_passcode: z.ZodBoolean;
|
|
22149
22147
|
wifi: z.ZodBoolean;
|
|
22150
22148
|
}, "strip", z.ZodTypeAny, {
|
|
22151
|
-
wifi: boolean;
|
|
22152
22149
|
passcode: boolean;
|
|
22153
22150
|
passcode_management: boolean;
|
|
22154
22151
|
unlock_via_gateway: boolean;
|
|
22155
22152
|
lock_command: boolean;
|
|
22156
22153
|
incomplete_keyboard_passcode: boolean;
|
|
22157
|
-
}, {
|
|
22158
22154
|
wifi: boolean;
|
|
22155
|
+
}, {
|
|
22159
22156
|
passcode: boolean;
|
|
22160
22157
|
passcode_management: boolean;
|
|
22161
22158
|
unlock_via_gateway: boolean;
|
|
22162
22159
|
lock_command: boolean;
|
|
22163
22160
|
incomplete_keyboard_passcode: boolean;
|
|
22161
|
+
wifi: boolean;
|
|
22164
22162
|
}>;
|
|
22165
22163
|
has_gateway: z.ZodOptional<z.ZodBoolean>;
|
|
22166
22164
|
wireless_keypads: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -22178,12 +22176,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22178
22176
|
lock_alias: string;
|
|
22179
22177
|
feature_value: string;
|
|
22180
22178
|
features: {
|
|
22181
|
-
wifi: boolean;
|
|
22182
22179
|
passcode: boolean;
|
|
22183
22180
|
passcode_management: boolean;
|
|
22184
22181
|
unlock_via_gateway: boolean;
|
|
22185
22182
|
lock_command: boolean;
|
|
22186
22183
|
incomplete_keyboard_passcode: boolean;
|
|
22184
|
+
wifi: boolean;
|
|
22187
22185
|
};
|
|
22188
22186
|
has_gateway?: boolean | undefined;
|
|
22189
22187
|
wireless_keypads?: {
|
|
@@ -22195,12 +22193,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22195
22193
|
lock_alias: string;
|
|
22196
22194
|
feature_value: string;
|
|
22197
22195
|
features: {
|
|
22198
|
-
wifi: boolean;
|
|
22199
22196
|
passcode: boolean;
|
|
22200
22197
|
passcode_management: boolean;
|
|
22201
22198
|
unlock_via_gateway: boolean;
|
|
22202
22199
|
lock_command: boolean;
|
|
22203
22200
|
incomplete_keyboard_passcode: boolean;
|
|
22201
|
+
wifi: boolean;
|
|
22204
22202
|
};
|
|
22205
22203
|
has_gateway?: boolean | undefined;
|
|
22206
22204
|
wireless_keypads?: {
|
|
@@ -22413,17 +22411,17 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22413
22411
|
keypad_id: z.ZodOptional<z.ZodNumber>;
|
|
22414
22412
|
}, "strip", z.ZodTypeAny, {
|
|
22415
22413
|
device_id: number;
|
|
22416
|
-
device_model: string;
|
|
22417
22414
|
device_name: string;
|
|
22418
22415
|
bridge_id: number;
|
|
22416
|
+
device_model: string;
|
|
22419
22417
|
bridge_name: string;
|
|
22420
22418
|
serial_number: string;
|
|
22421
22419
|
keypad_id?: number | undefined;
|
|
22422
22420
|
}, {
|
|
22423
22421
|
device_id: number;
|
|
22424
|
-
device_model: string;
|
|
22425
22422
|
device_name: string;
|
|
22426
22423
|
bridge_id: number;
|
|
22424
|
+
device_model: string;
|
|
22427
22425
|
bridge_name: string;
|
|
22428
22426
|
serial_number: string;
|
|
22429
22427
|
keypad_id?: number | undefined;
|
|
@@ -22487,9 +22485,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22487
22485
|
ecobee_device_id: string;
|
|
22488
22486
|
} | undefined;
|
|
22489
22487
|
salto_ks_metadata?: {
|
|
22490
|
-
lock_type: string;
|
|
22491
22488
|
lock_id: string;
|
|
22492
22489
|
customer_reference: string;
|
|
22490
|
+
lock_type: string;
|
|
22493
22491
|
battery_level: string;
|
|
22494
22492
|
locked_state: string;
|
|
22495
22493
|
model?: string | undefined;
|
|
@@ -22541,9 +22539,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22541
22539
|
model_number: string;
|
|
22542
22540
|
} | undefined;
|
|
22543
22541
|
salto_metadata?: {
|
|
22544
|
-
lock_type: string;
|
|
22545
22542
|
lock_id: string;
|
|
22546
22543
|
customer_reference: string;
|
|
22544
|
+
lock_type: string;
|
|
22547
22545
|
battery_level: string;
|
|
22548
22546
|
locked_state: string;
|
|
22549
22547
|
model?: string | undefined;
|
|
@@ -22562,8 +22560,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22562
22560
|
} | undefined;
|
|
22563
22561
|
noiseaware_metadata?: {
|
|
22564
22562
|
device_id: string;
|
|
22565
|
-
device_model: "indoor" | "outdoor";
|
|
22566
22563
|
device_name: string;
|
|
22564
|
+
device_model: "indoor" | "outdoor";
|
|
22567
22565
|
noise_level_nrs: number;
|
|
22568
22566
|
noise_level_decibel: number;
|
|
22569
22567
|
} | undefined;
|
|
@@ -22612,12 +22610,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22612
22610
|
lock_alias: string;
|
|
22613
22611
|
feature_value: string;
|
|
22614
22612
|
features: {
|
|
22615
|
-
wifi: boolean;
|
|
22616
22613
|
passcode: boolean;
|
|
22617
22614
|
passcode_management: boolean;
|
|
22618
22615
|
unlock_via_gateway: boolean;
|
|
22619
22616
|
lock_command: boolean;
|
|
22620
22617
|
incomplete_keyboard_passcode: boolean;
|
|
22618
|
+
wifi: boolean;
|
|
22621
22619
|
};
|
|
22622
22620
|
has_gateway?: boolean | undefined;
|
|
22623
22621
|
wireless_keypads?: {
|
|
@@ -22686,9 +22684,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22686
22684
|
} | undefined;
|
|
22687
22685
|
tedee_metadata?: {
|
|
22688
22686
|
device_id: number;
|
|
22689
|
-
device_model: string;
|
|
22690
22687
|
device_name: string;
|
|
22691
22688
|
bridge_id: number;
|
|
22689
|
+
device_model: string;
|
|
22692
22690
|
bridge_name: string;
|
|
22693
22691
|
serial_number: string;
|
|
22694
22692
|
keypad_id?: number | undefined;
|
|
@@ -22720,9 +22718,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22720
22718
|
ecobee_device_id: string;
|
|
22721
22719
|
} | undefined;
|
|
22722
22720
|
salto_ks_metadata?: {
|
|
22723
|
-
lock_type: string;
|
|
22724
22721
|
lock_id: string;
|
|
22725
22722
|
customer_reference: string;
|
|
22723
|
+
lock_type: string;
|
|
22726
22724
|
battery_level: string;
|
|
22727
22725
|
locked_state: string;
|
|
22728
22726
|
model?: string | undefined;
|
|
@@ -22774,9 +22772,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22774
22772
|
model_number: string;
|
|
22775
22773
|
} | undefined;
|
|
22776
22774
|
salto_metadata?: {
|
|
22777
|
-
lock_type: string;
|
|
22778
22775
|
lock_id: string;
|
|
22779
22776
|
customer_reference: string;
|
|
22777
|
+
lock_type: string;
|
|
22780
22778
|
battery_level: string;
|
|
22781
22779
|
locked_state: string;
|
|
22782
22780
|
model?: string | undefined;
|
|
@@ -22795,8 +22793,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22795
22793
|
} | undefined;
|
|
22796
22794
|
noiseaware_metadata?: {
|
|
22797
22795
|
device_id: string;
|
|
22798
|
-
device_model: "indoor" | "outdoor";
|
|
22799
22796
|
device_name: string;
|
|
22797
|
+
device_model: "indoor" | "outdoor";
|
|
22800
22798
|
noise_level_nrs: number;
|
|
22801
22799
|
noise_level_decibel: number;
|
|
22802
22800
|
} | undefined;
|
|
@@ -22845,12 +22843,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22845
22843
|
lock_alias: string;
|
|
22846
22844
|
feature_value: string;
|
|
22847
22845
|
features: {
|
|
22848
|
-
wifi: boolean;
|
|
22849
22846
|
passcode: boolean;
|
|
22850
22847
|
passcode_management: boolean;
|
|
22851
22848
|
unlock_via_gateway: boolean;
|
|
22852
22849
|
lock_command: boolean;
|
|
22853
22850
|
incomplete_keyboard_passcode: boolean;
|
|
22851
|
+
wifi: boolean;
|
|
22854
22852
|
};
|
|
22855
22853
|
has_gateway?: boolean | undefined;
|
|
22856
22854
|
wireless_keypads?: {
|
|
@@ -22919,9 +22917,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
22919
22917
|
} | undefined;
|
|
22920
22918
|
tedee_metadata?: {
|
|
22921
22919
|
device_id: number;
|
|
22922
|
-
device_model: string;
|
|
22923
22920
|
device_name: string;
|
|
22924
22921
|
bridge_id: number;
|
|
22922
|
+
device_model: string;
|
|
22925
22923
|
bridge_name: string;
|
|
22926
22924
|
serial_number: string;
|
|
22927
22925
|
keypad_id?: number | undefined;
|
|
@@ -24257,7 +24255,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
24257
24255
|
can_hvac_cool: z.ZodOptional<z.ZodBoolean>;
|
|
24258
24256
|
can_hvac_heat_cool: z.ZodOptional<z.ZodBoolean>;
|
|
24259
24257
|
can_turn_off_hvac: z.ZodOptional<z.ZodBoolean>;
|
|
24260
|
-
} & {
|
|
24261
24258
|
can_simulate_removal: z.ZodOptional<z.ZodBoolean>;
|
|
24262
24259
|
can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
|
|
24263
24260
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -24468,7 +24465,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
24468
24465
|
status: "critical" | "low" | "good" | "full";
|
|
24469
24466
|
level: number;
|
|
24470
24467
|
} | undefined;
|
|
24471
|
-
manufacturer?: string | undefined;
|
|
24472
24468
|
battery_level?: number | undefined;
|
|
24473
24469
|
serial_number?: string | undefined;
|
|
24474
24470
|
accessory_keypad?: {
|
|
@@ -24478,6 +24474,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
24478
24474
|
} | undefined;
|
|
24479
24475
|
} | undefined;
|
|
24480
24476
|
has_direct_power?: boolean | undefined;
|
|
24477
|
+
manufacturer?: string | undefined;
|
|
24481
24478
|
image_url?: string | undefined;
|
|
24482
24479
|
image_alt_text?: string | undefined;
|
|
24483
24480
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -24503,9 +24500,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
24503
24500
|
ecobee_device_id: string;
|
|
24504
24501
|
} | undefined;
|
|
24505
24502
|
salto_ks_metadata?: {
|
|
24506
|
-
lock_type: string;
|
|
24507
24503
|
lock_id: string;
|
|
24508
24504
|
customer_reference: string;
|
|
24505
|
+
lock_type: string;
|
|
24509
24506
|
battery_level: string;
|
|
24510
24507
|
locked_state: string;
|
|
24511
24508
|
model?: string | undefined;
|
|
@@ -24557,9 +24554,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
24557
24554
|
model_number: string;
|
|
24558
24555
|
} | undefined;
|
|
24559
24556
|
salto_metadata?: {
|
|
24560
|
-
lock_type: string;
|
|
24561
24557
|
lock_id: string;
|
|
24562
24558
|
customer_reference: string;
|
|
24559
|
+
lock_type: string;
|
|
24563
24560
|
battery_level: string;
|
|
24564
24561
|
locked_state: string;
|
|
24565
24562
|
model?: string | undefined;
|
|
@@ -24578,8 +24575,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
24578
24575
|
} | undefined;
|
|
24579
24576
|
noiseaware_metadata?: {
|
|
24580
24577
|
device_id: string;
|
|
24581
|
-
device_model: "indoor" | "outdoor";
|
|
24582
24578
|
device_name: string;
|
|
24579
|
+
device_model: "indoor" | "outdoor";
|
|
24583
24580
|
noise_level_nrs: number;
|
|
24584
24581
|
noise_level_decibel: number;
|
|
24585
24582
|
} | undefined;
|
|
@@ -24628,12 +24625,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
24628
24625
|
lock_alias: string;
|
|
24629
24626
|
feature_value: string;
|
|
24630
24627
|
features: {
|
|
24631
|
-
wifi: boolean;
|
|
24632
24628
|
passcode: boolean;
|
|
24633
24629
|
passcode_management: boolean;
|
|
24634
24630
|
unlock_via_gateway: boolean;
|
|
24635
24631
|
lock_command: boolean;
|
|
24636
24632
|
incomplete_keyboard_passcode: boolean;
|
|
24633
|
+
wifi: boolean;
|
|
24637
24634
|
};
|
|
24638
24635
|
has_gateway?: boolean | undefined;
|
|
24639
24636
|
wireless_keypads?: {
|
|
@@ -24702,9 +24699,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
24702
24699
|
} | undefined;
|
|
24703
24700
|
tedee_metadata?: {
|
|
24704
24701
|
device_id: number;
|
|
24705
|
-
device_model: string;
|
|
24706
24702
|
device_name: string;
|
|
24707
24703
|
bridge_id: number;
|
|
24704
|
+
device_model: string;
|
|
24708
24705
|
bridge_name: string;
|
|
24709
24706
|
serial_number: string;
|
|
24710
24707
|
keypad_id?: number | undefined;
|
|
@@ -25103,7 +25100,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
25103
25100
|
status: "critical" | "low" | "good" | "full";
|
|
25104
25101
|
level: number;
|
|
25105
25102
|
} | undefined;
|
|
25106
|
-
manufacturer?: string | undefined;
|
|
25107
25103
|
battery_level?: number | undefined;
|
|
25108
25104
|
serial_number?: string | undefined;
|
|
25109
25105
|
accessory_keypad?: {
|
|
@@ -25113,6 +25109,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
25113
25109
|
} | undefined;
|
|
25114
25110
|
} | undefined;
|
|
25115
25111
|
has_direct_power?: boolean | undefined;
|
|
25112
|
+
manufacturer?: string | undefined;
|
|
25116
25113
|
image_url?: string | undefined;
|
|
25117
25114
|
image_alt_text?: string | undefined;
|
|
25118
25115
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -25138,9 +25135,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
25138
25135
|
ecobee_device_id: string;
|
|
25139
25136
|
} | undefined;
|
|
25140
25137
|
salto_ks_metadata?: {
|
|
25141
|
-
lock_type: string;
|
|
25142
25138
|
lock_id: string;
|
|
25143
25139
|
customer_reference: string;
|
|
25140
|
+
lock_type: string;
|
|
25144
25141
|
battery_level: string;
|
|
25145
25142
|
locked_state: string;
|
|
25146
25143
|
model?: string | undefined;
|
|
@@ -25192,9 +25189,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
25192
25189
|
model_number: string;
|
|
25193
25190
|
} | undefined;
|
|
25194
25191
|
salto_metadata?: {
|
|
25195
|
-
lock_type: string;
|
|
25196
25192
|
lock_id: string;
|
|
25197
25193
|
customer_reference: string;
|
|
25194
|
+
lock_type: string;
|
|
25198
25195
|
battery_level: string;
|
|
25199
25196
|
locked_state: string;
|
|
25200
25197
|
model?: string | undefined;
|
|
@@ -25213,8 +25210,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
25213
25210
|
} | undefined;
|
|
25214
25211
|
noiseaware_metadata?: {
|
|
25215
25212
|
device_id: string;
|
|
25216
|
-
device_model: "indoor" | "outdoor";
|
|
25217
25213
|
device_name: string;
|
|
25214
|
+
device_model: "indoor" | "outdoor";
|
|
25218
25215
|
noise_level_nrs: number;
|
|
25219
25216
|
noise_level_decibel: number;
|
|
25220
25217
|
} | undefined;
|
|
@@ -25263,12 +25260,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
25263
25260
|
lock_alias: string;
|
|
25264
25261
|
feature_value: string;
|
|
25265
25262
|
features: {
|
|
25266
|
-
wifi: boolean;
|
|
25267
25263
|
passcode: boolean;
|
|
25268
25264
|
passcode_management: boolean;
|
|
25269
25265
|
unlock_via_gateway: boolean;
|
|
25270
25266
|
lock_command: boolean;
|
|
25271
25267
|
incomplete_keyboard_passcode: boolean;
|
|
25268
|
+
wifi: boolean;
|
|
25272
25269
|
};
|
|
25273
25270
|
has_gateway?: boolean | undefined;
|
|
25274
25271
|
wireless_keypads?: {
|
|
@@ -25337,9 +25334,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
25337
25334
|
} | undefined;
|
|
25338
25335
|
tedee_metadata?: {
|
|
25339
25336
|
device_id: number;
|
|
25340
|
-
device_model: string;
|
|
25341
25337
|
device_name: string;
|
|
25342
25338
|
bridge_id: number;
|
|
25339
|
+
device_model: string;
|
|
25343
25340
|
bridge_name: string;
|
|
25344
25341
|
serial_number: string;
|
|
25345
25342
|
keypad_id?: number | undefined;
|
|
@@ -25987,7 +25984,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
25987
25984
|
status: "critical" | "low" | "good" | "full";
|
|
25988
25985
|
level: number;
|
|
25989
25986
|
} | undefined;
|
|
25990
|
-
manufacturer?: string | undefined;
|
|
25991
25987
|
battery_level?: number | undefined;
|
|
25992
25988
|
serial_number?: string | undefined;
|
|
25993
25989
|
accessory_keypad?: {
|
|
@@ -25997,6 +25993,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
25997
25993
|
} | undefined;
|
|
25998
25994
|
} | undefined;
|
|
25999
25995
|
has_direct_power?: boolean | undefined;
|
|
25996
|
+
manufacturer?: string | undefined;
|
|
26000
25997
|
image_url?: string | undefined;
|
|
26001
25998
|
image_alt_text?: string | undefined;
|
|
26002
25999
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -26022,9 +26019,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
26022
26019
|
ecobee_device_id: string;
|
|
26023
26020
|
} | undefined;
|
|
26024
26021
|
salto_ks_metadata?: {
|
|
26025
|
-
lock_type: string;
|
|
26026
26022
|
lock_id: string;
|
|
26027
26023
|
customer_reference: string;
|
|
26024
|
+
lock_type: string;
|
|
26028
26025
|
battery_level: string;
|
|
26029
26026
|
locked_state: string;
|
|
26030
26027
|
model?: string | undefined;
|
|
@@ -26076,9 +26073,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
26076
26073
|
model_number: string;
|
|
26077
26074
|
} | undefined;
|
|
26078
26075
|
salto_metadata?: {
|
|
26079
|
-
lock_type: string;
|
|
26080
26076
|
lock_id: string;
|
|
26081
26077
|
customer_reference: string;
|
|
26078
|
+
lock_type: string;
|
|
26082
26079
|
battery_level: string;
|
|
26083
26080
|
locked_state: string;
|
|
26084
26081
|
model?: string | undefined;
|
|
@@ -26097,8 +26094,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
26097
26094
|
} | undefined;
|
|
26098
26095
|
noiseaware_metadata?: {
|
|
26099
26096
|
device_id: string;
|
|
26100
|
-
device_model: "indoor" | "outdoor";
|
|
26101
26097
|
device_name: string;
|
|
26098
|
+
device_model: "indoor" | "outdoor";
|
|
26102
26099
|
noise_level_nrs: number;
|
|
26103
26100
|
noise_level_decibel: number;
|
|
26104
26101
|
} | undefined;
|
|
@@ -26147,12 +26144,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
26147
26144
|
lock_alias: string;
|
|
26148
26145
|
feature_value: string;
|
|
26149
26146
|
features: {
|
|
26150
|
-
wifi: boolean;
|
|
26151
26147
|
passcode: boolean;
|
|
26152
26148
|
passcode_management: boolean;
|
|
26153
26149
|
unlock_via_gateway: boolean;
|
|
26154
26150
|
lock_command: boolean;
|
|
26155
26151
|
incomplete_keyboard_passcode: boolean;
|
|
26152
|
+
wifi: boolean;
|
|
26156
26153
|
};
|
|
26157
26154
|
has_gateway?: boolean | undefined;
|
|
26158
26155
|
wireless_keypads?: {
|
|
@@ -26221,9 +26218,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
26221
26218
|
} | undefined;
|
|
26222
26219
|
tedee_metadata?: {
|
|
26223
26220
|
device_id: number;
|
|
26224
|
-
device_model: string;
|
|
26225
26221
|
device_name: string;
|
|
26226
26222
|
bridge_id: number;
|
|
26223
|
+
device_model: string;
|
|
26227
26224
|
bridge_name: string;
|
|
26228
26225
|
serial_number: string;
|
|
26229
26226
|
keypad_id?: number | undefined;
|
|
@@ -26688,7 +26685,6 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
26688
26685
|
status: "critical" | "low" | "good" | "full";
|
|
26689
26686
|
level: number;
|
|
26690
26687
|
} | undefined;
|
|
26691
|
-
manufacturer?: string | undefined;
|
|
26692
26688
|
battery_level?: number | undefined;
|
|
26693
26689
|
serial_number?: string | undefined;
|
|
26694
26690
|
accessory_keypad?: {
|
|
@@ -26698,6 +26694,7 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
26698
26694
|
} | undefined;
|
|
26699
26695
|
} | undefined;
|
|
26700
26696
|
has_direct_power?: boolean | undefined;
|
|
26697
|
+
manufacturer?: string | undefined;
|
|
26701
26698
|
image_url?: string | undefined;
|
|
26702
26699
|
image_alt_text?: string | undefined;
|
|
26703
26700
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -26723,9 +26720,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
26723
26720
|
ecobee_device_id: string;
|
|
26724
26721
|
} | undefined;
|
|
26725
26722
|
salto_ks_metadata?: {
|
|
26726
|
-
lock_type: string;
|
|
26727
26723
|
lock_id: string;
|
|
26728
26724
|
customer_reference: string;
|
|
26725
|
+
lock_type: string;
|
|
26729
26726
|
battery_level: string;
|
|
26730
26727
|
locked_state: string;
|
|
26731
26728
|
model?: string | undefined;
|
|
@@ -26777,9 +26774,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
26777
26774
|
model_number: string;
|
|
26778
26775
|
} | undefined;
|
|
26779
26776
|
salto_metadata?: {
|
|
26780
|
-
lock_type: string;
|
|
26781
26777
|
lock_id: string;
|
|
26782
26778
|
customer_reference: string;
|
|
26779
|
+
lock_type: string;
|
|
26783
26780
|
battery_level: string;
|
|
26784
26781
|
locked_state: string;
|
|
26785
26782
|
model?: string | undefined;
|
|
@@ -26798,8 +26795,8 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
26798
26795
|
} | undefined;
|
|
26799
26796
|
noiseaware_metadata?: {
|
|
26800
26797
|
device_id: string;
|
|
26801
|
-
device_model: "indoor" | "outdoor";
|
|
26802
26798
|
device_name: string;
|
|
26799
|
+
device_model: "indoor" | "outdoor";
|
|
26803
26800
|
noise_level_nrs: number;
|
|
26804
26801
|
noise_level_decibel: number;
|
|
26805
26802
|
} | undefined;
|
|
@@ -26848,12 +26845,12 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
26848
26845
|
lock_alias: string;
|
|
26849
26846
|
feature_value: string;
|
|
26850
26847
|
features: {
|
|
26851
|
-
wifi: boolean;
|
|
26852
26848
|
passcode: boolean;
|
|
26853
26849
|
passcode_management: boolean;
|
|
26854
26850
|
unlock_via_gateway: boolean;
|
|
26855
26851
|
lock_command: boolean;
|
|
26856
26852
|
incomplete_keyboard_passcode: boolean;
|
|
26853
|
+
wifi: boolean;
|
|
26857
26854
|
};
|
|
26858
26855
|
has_gateway?: boolean | undefined;
|
|
26859
26856
|
wireless_keypads?: {
|
|
@@ -26922,9 +26919,9 @@ declare const batch: z.ZodUnion<[z.ZodObject<{
|
|
|
26922
26919
|
} | undefined;
|
|
26923
26920
|
tedee_metadata?: {
|
|
26924
26921
|
device_id: number;
|
|
26925
|
-
device_model: string;
|
|
26926
26922
|
device_name: string;
|
|
26927
26923
|
bridge_id: number;
|
|
26924
|
+
device_model: string;
|
|
26928
26925
|
bridge_name: string;
|
|
26929
26926
|
serial_number: string;
|
|
26930
26927
|
keypad_id?: number | undefined;
|
|
@@ -27371,12 +27368,12 @@ declare const connect_webview: z.ZodObject<{
|
|
|
27371
27368
|
status: "pending" | "failed" | "authorized";
|
|
27372
27369
|
workspace_id: string;
|
|
27373
27370
|
created_at: string;
|
|
27374
|
-
url: string;
|
|
27375
27371
|
connected_account_id: string | null;
|
|
27376
27372
|
custom_metadata: Record<string, string | boolean>;
|
|
27377
27373
|
automatically_manage_new_devices: boolean;
|
|
27378
27374
|
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
27379
27375
|
connect_webview_id: string;
|
|
27376
|
+
url: string;
|
|
27380
27377
|
device_selection_mode: "none" | "single" | "multiple";
|
|
27381
27378
|
accepted_providers: string[];
|
|
27382
27379
|
accepted_devices: string[];
|
|
@@ -27393,12 +27390,12 @@ declare const connect_webview: z.ZodObject<{
|
|
|
27393
27390
|
status: "pending" | "failed" | "authorized";
|
|
27394
27391
|
workspace_id: string;
|
|
27395
27392
|
created_at: string;
|
|
27396
|
-
url: string;
|
|
27397
27393
|
connected_account_id: string | null;
|
|
27398
27394
|
custom_metadata: Record<string, string | boolean>;
|
|
27399
27395
|
automatically_manage_new_devices: boolean;
|
|
27400
27396
|
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
27401
27397
|
connect_webview_id: string;
|
|
27398
|
+
url: string;
|
|
27402
27399
|
device_selection_mode: "none" | "single" | "multiple";
|
|
27403
27400
|
accepted_providers: string[];
|
|
27404
27401
|
accepted_devices: string[];
|
|
@@ -28586,7 +28583,6 @@ declare const device: z.ZodObject<{
|
|
|
28586
28583
|
status: "critical" | "low" | "good" | "full";
|
|
28587
28584
|
level: number;
|
|
28588
28585
|
} | undefined;
|
|
28589
|
-
manufacturer?: string | undefined;
|
|
28590
28586
|
battery_level?: number | undefined;
|
|
28591
28587
|
serial_number?: string | undefined;
|
|
28592
28588
|
accessory_keypad?: {
|
|
@@ -28596,6 +28592,7 @@ declare const device: z.ZodObject<{
|
|
|
28596
28592
|
} | undefined;
|
|
28597
28593
|
} | undefined;
|
|
28598
28594
|
has_direct_power?: boolean | undefined;
|
|
28595
|
+
manufacturer?: string | undefined;
|
|
28599
28596
|
image_url?: string | undefined;
|
|
28600
28597
|
image_alt_text?: string | undefined;
|
|
28601
28598
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -28623,7 +28620,6 @@ declare const device: z.ZodObject<{
|
|
|
28623
28620
|
status: "critical" | "low" | "good" | "full";
|
|
28624
28621
|
level: number;
|
|
28625
28622
|
} | undefined;
|
|
28626
|
-
manufacturer?: string | undefined;
|
|
28627
28623
|
battery_level?: number | undefined;
|
|
28628
28624
|
serial_number?: string | undefined;
|
|
28629
28625
|
accessory_keypad?: {
|
|
@@ -28633,6 +28629,7 @@ declare const device: z.ZodObject<{
|
|
|
28633
28629
|
} | undefined;
|
|
28634
28630
|
} | undefined;
|
|
28635
28631
|
has_direct_power?: boolean | undefined;
|
|
28632
|
+
manufacturer?: string | undefined;
|
|
28636
28633
|
image_url?: string | undefined;
|
|
28637
28634
|
image_alt_text?: string | undefined;
|
|
28638
28635
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -28829,16 +28826,16 @@ declare const device: z.ZodObject<{
|
|
|
28829
28826
|
locked_state: z.ZodString;
|
|
28830
28827
|
model: z.ZodOptional<z.ZodString>;
|
|
28831
28828
|
}, "strip", z.ZodTypeAny, {
|
|
28832
|
-
lock_type: string;
|
|
28833
28829
|
lock_id: string;
|
|
28834
28830
|
customer_reference: string;
|
|
28831
|
+
lock_type: string;
|
|
28835
28832
|
battery_level: string;
|
|
28836
28833
|
locked_state: string;
|
|
28837
28834
|
model?: string | undefined;
|
|
28838
28835
|
}, {
|
|
28839
|
-
lock_type: string;
|
|
28840
28836
|
lock_id: string;
|
|
28841
28837
|
customer_reference: string;
|
|
28838
|
+
lock_type: string;
|
|
28842
28839
|
battery_level: string;
|
|
28843
28840
|
locked_state: string;
|
|
28844
28841
|
model?: string | undefined;
|
|
@@ -28851,16 +28848,16 @@ declare const device: z.ZodObject<{
|
|
|
28851
28848
|
locked_state: z.ZodString;
|
|
28852
28849
|
model: z.ZodOptional<z.ZodString>;
|
|
28853
28850
|
}, "strip", z.ZodTypeAny, {
|
|
28854
|
-
lock_type: string;
|
|
28855
28851
|
lock_id: string;
|
|
28856
28852
|
customer_reference: string;
|
|
28853
|
+
lock_type: string;
|
|
28857
28854
|
battery_level: string;
|
|
28858
28855
|
locked_state: string;
|
|
28859
28856
|
model?: string | undefined;
|
|
28860
28857
|
}, {
|
|
28861
|
-
lock_type: string;
|
|
28862
28858
|
lock_id: string;
|
|
28863
28859
|
customer_reference: string;
|
|
28860
|
+
lock_type: string;
|
|
28864
28861
|
battery_level: string;
|
|
28865
28862
|
locked_state: string;
|
|
28866
28863
|
model?: string | undefined;
|
|
@@ -28903,14 +28900,14 @@ declare const device: z.ZodObject<{
|
|
|
28903
28900
|
device_id: z.ZodString;
|
|
28904
28901
|
}, "strip", z.ZodTypeAny, {
|
|
28905
28902
|
device_id: string;
|
|
28906
|
-
device_model: "indoor" | "outdoor";
|
|
28907
28903
|
device_name: string;
|
|
28904
|
+
device_model: "indoor" | "outdoor";
|
|
28908
28905
|
noise_level_nrs: number;
|
|
28909
28906
|
noise_level_decibel: number;
|
|
28910
28907
|
}, {
|
|
28911
28908
|
device_id: string;
|
|
28912
|
-
device_model: "indoor" | "outdoor";
|
|
28913
28909
|
device_name: string;
|
|
28910
|
+
device_model: "indoor" | "outdoor";
|
|
28914
28911
|
noise_level_nrs: number;
|
|
28915
28912
|
noise_level_decibel: number;
|
|
28916
28913
|
}>>;
|
|
@@ -29110,19 +29107,19 @@ declare const device: z.ZodObject<{
|
|
|
29110
29107
|
incomplete_keyboard_passcode: z.ZodBoolean;
|
|
29111
29108
|
wifi: z.ZodBoolean;
|
|
29112
29109
|
}, "strip", z.ZodTypeAny, {
|
|
29113
|
-
wifi: boolean;
|
|
29114
29110
|
passcode: boolean;
|
|
29115
29111
|
passcode_management: boolean;
|
|
29116
29112
|
unlock_via_gateway: boolean;
|
|
29117
29113
|
lock_command: boolean;
|
|
29118
29114
|
incomplete_keyboard_passcode: boolean;
|
|
29119
|
-
}, {
|
|
29120
29115
|
wifi: boolean;
|
|
29116
|
+
}, {
|
|
29121
29117
|
passcode: boolean;
|
|
29122
29118
|
passcode_management: boolean;
|
|
29123
29119
|
unlock_via_gateway: boolean;
|
|
29124
29120
|
lock_command: boolean;
|
|
29125
29121
|
incomplete_keyboard_passcode: boolean;
|
|
29122
|
+
wifi: boolean;
|
|
29126
29123
|
}>;
|
|
29127
29124
|
has_gateway: z.ZodOptional<z.ZodBoolean>;
|
|
29128
29125
|
wireless_keypads: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -29140,12 +29137,12 @@ declare const device: z.ZodObject<{
|
|
|
29140
29137
|
lock_alias: string;
|
|
29141
29138
|
feature_value: string;
|
|
29142
29139
|
features: {
|
|
29143
|
-
wifi: boolean;
|
|
29144
29140
|
passcode: boolean;
|
|
29145
29141
|
passcode_management: boolean;
|
|
29146
29142
|
unlock_via_gateway: boolean;
|
|
29147
29143
|
lock_command: boolean;
|
|
29148
29144
|
incomplete_keyboard_passcode: boolean;
|
|
29145
|
+
wifi: boolean;
|
|
29149
29146
|
};
|
|
29150
29147
|
has_gateway?: boolean | undefined;
|
|
29151
29148
|
wireless_keypads?: {
|
|
@@ -29157,12 +29154,12 @@ declare const device: z.ZodObject<{
|
|
|
29157
29154
|
lock_alias: string;
|
|
29158
29155
|
feature_value: string;
|
|
29159
29156
|
features: {
|
|
29160
|
-
wifi: boolean;
|
|
29161
29157
|
passcode: boolean;
|
|
29162
29158
|
passcode_management: boolean;
|
|
29163
29159
|
unlock_via_gateway: boolean;
|
|
29164
29160
|
lock_command: boolean;
|
|
29165
29161
|
incomplete_keyboard_passcode: boolean;
|
|
29162
|
+
wifi: boolean;
|
|
29166
29163
|
};
|
|
29167
29164
|
has_gateway?: boolean | undefined;
|
|
29168
29165
|
wireless_keypads?: {
|
|
@@ -29375,17 +29372,17 @@ declare const device: z.ZodObject<{
|
|
|
29375
29372
|
keypad_id: z.ZodOptional<z.ZodNumber>;
|
|
29376
29373
|
}, "strip", z.ZodTypeAny, {
|
|
29377
29374
|
device_id: number;
|
|
29378
|
-
device_model: string;
|
|
29379
29375
|
device_name: string;
|
|
29380
29376
|
bridge_id: number;
|
|
29377
|
+
device_model: string;
|
|
29381
29378
|
bridge_name: string;
|
|
29382
29379
|
serial_number: string;
|
|
29383
29380
|
keypad_id?: number | undefined;
|
|
29384
29381
|
}, {
|
|
29385
29382
|
device_id: number;
|
|
29386
|
-
device_model: string;
|
|
29387
29383
|
device_name: string;
|
|
29388
29384
|
bridge_id: number;
|
|
29385
|
+
device_model: string;
|
|
29389
29386
|
bridge_name: string;
|
|
29390
29387
|
serial_number: string;
|
|
29391
29388
|
keypad_id?: number | undefined;
|
|
@@ -29449,9 +29446,9 @@ declare const device: z.ZodObject<{
|
|
|
29449
29446
|
ecobee_device_id: string;
|
|
29450
29447
|
} | undefined;
|
|
29451
29448
|
salto_ks_metadata?: {
|
|
29452
|
-
lock_type: string;
|
|
29453
29449
|
lock_id: string;
|
|
29454
29450
|
customer_reference: string;
|
|
29451
|
+
lock_type: string;
|
|
29455
29452
|
battery_level: string;
|
|
29456
29453
|
locked_state: string;
|
|
29457
29454
|
model?: string | undefined;
|
|
@@ -29503,9 +29500,9 @@ declare const device: z.ZodObject<{
|
|
|
29503
29500
|
model_number: string;
|
|
29504
29501
|
} | undefined;
|
|
29505
29502
|
salto_metadata?: {
|
|
29506
|
-
lock_type: string;
|
|
29507
29503
|
lock_id: string;
|
|
29508
29504
|
customer_reference: string;
|
|
29505
|
+
lock_type: string;
|
|
29509
29506
|
battery_level: string;
|
|
29510
29507
|
locked_state: string;
|
|
29511
29508
|
model?: string | undefined;
|
|
@@ -29524,8 +29521,8 @@ declare const device: z.ZodObject<{
|
|
|
29524
29521
|
} | undefined;
|
|
29525
29522
|
noiseaware_metadata?: {
|
|
29526
29523
|
device_id: string;
|
|
29527
|
-
device_model: "indoor" | "outdoor";
|
|
29528
29524
|
device_name: string;
|
|
29525
|
+
device_model: "indoor" | "outdoor";
|
|
29529
29526
|
noise_level_nrs: number;
|
|
29530
29527
|
noise_level_decibel: number;
|
|
29531
29528
|
} | undefined;
|
|
@@ -29574,12 +29571,12 @@ declare const device: z.ZodObject<{
|
|
|
29574
29571
|
lock_alias: string;
|
|
29575
29572
|
feature_value: string;
|
|
29576
29573
|
features: {
|
|
29577
|
-
wifi: boolean;
|
|
29578
29574
|
passcode: boolean;
|
|
29579
29575
|
passcode_management: boolean;
|
|
29580
29576
|
unlock_via_gateway: boolean;
|
|
29581
29577
|
lock_command: boolean;
|
|
29582
29578
|
incomplete_keyboard_passcode: boolean;
|
|
29579
|
+
wifi: boolean;
|
|
29583
29580
|
};
|
|
29584
29581
|
has_gateway?: boolean | undefined;
|
|
29585
29582
|
wireless_keypads?: {
|
|
@@ -29648,9 +29645,9 @@ declare const device: z.ZodObject<{
|
|
|
29648
29645
|
} | undefined;
|
|
29649
29646
|
tedee_metadata?: {
|
|
29650
29647
|
device_id: number;
|
|
29651
|
-
device_model: string;
|
|
29652
29648
|
device_name: string;
|
|
29653
29649
|
bridge_id: number;
|
|
29650
|
+
device_model: string;
|
|
29654
29651
|
bridge_name: string;
|
|
29655
29652
|
serial_number: string;
|
|
29656
29653
|
keypad_id?: number | undefined;
|
|
@@ -29682,9 +29679,9 @@ declare const device: z.ZodObject<{
|
|
|
29682
29679
|
ecobee_device_id: string;
|
|
29683
29680
|
} | undefined;
|
|
29684
29681
|
salto_ks_metadata?: {
|
|
29685
|
-
lock_type: string;
|
|
29686
29682
|
lock_id: string;
|
|
29687
29683
|
customer_reference: string;
|
|
29684
|
+
lock_type: string;
|
|
29688
29685
|
battery_level: string;
|
|
29689
29686
|
locked_state: string;
|
|
29690
29687
|
model?: string | undefined;
|
|
@@ -29736,9 +29733,9 @@ declare const device: z.ZodObject<{
|
|
|
29736
29733
|
model_number: string;
|
|
29737
29734
|
} | undefined;
|
|
29738
29735
|
salto_metadata?: {
|
|
29739
|
-
lock_type: string;
|
|
29740
29736
|
lock_id: string;
|
|
29741
29737
|
customer_reference: string;
|
|
29738
|
+
lock_type: string;
|
|
29742
29739
|
battery_level: string;
|
|
29743
29740
|
locked_state: string;
|
|
29744
29741
|
model?: string | undefined;
|
|
@@ -29757,8 +29754,8 @@ declare const device: z.ZodObject<{
|
|
|
29757
29754
|
} | undefined;
|
|
29758
29755
|
noiseaware_metadata?: {
|
|
29759
29756
|
device_id: string;
|
|
29760
|
-
device_model: "indoor" | "outdoor";
|
|
29761
29757
|
device_name: string;
|
|
29758
|
+
device_model: "indoor" | "outdoor";
|
|
29762
29759
|
noise_level_nrs: number;
|
|
29763
29760
|
noise_level_decibel: number;
|
|
29764
29761
|
} | undefined;
|
|
@@ -29807,12 +29804,12 @@ declare const device: z.ZodObject<{
|
|
|
29807
29804
|
lock_alias: string;
|
|
29808
29805
|
feature_value: string;
|
|
29809
29806
|
features: {
|
|
29810
|
-
wifi: boolean;
|
|
29811
29807
|
passcode: boolean;
|
|
29812
29808
|
passcode_management: boolean;
|
|
29813
29809
|
unlock_via_gateway: boolean;
|
|
29814
29810
|
lock_command: boolean;
|
|
29815
29811
|
incomplete_keyboard_passcode: boolean;
|
|
29812
|
+
wifi: boolean;
|
|
29816
29813
|
};
|
|
29817
29814
|
has_gateway?: boolean | undefined;
|
|
29818
29815
|
wireless_keypads?: {
|
|
@@ -29881,9 +29878,9 @@ declare const device: z.ZodObject<{
|
|
|
29881
29878
|
} | undefined;
|
|
29882
29879
|
tedee_metadata?: {
|
|
29883
29880
|
device_id: number;
|
|
29884
|
-
device_model: string;
|
|
29885
29881
|
device_name: string;
|
|
29886
29882
|
bridge_id: number;
|
|
29883
|
+
device_model: string;
|
|
29887
29884
|
bridge_name: string;
|
|
29888
29885
|
serial_number: string;
|
|
29889
29886
|
keypad_id?: number | undefined;
|
|
@@ -31219,7 +31216,6 @@ declare const device: z.ZodObject<{
|
|
|
31219
31216
|
can_hvac_cool: z.ZodOptional<z.ZodBoolean>;
|
|
31220
31217
|
can_hvac_heat_cool: z.ZodOptional<z.ZodBoolean>;
|
|
31221
31218
|
can_turn_off_hvac: z.ZodOptional<z.ZodBoolean>;
|
|
31222
|
-
} & {
|
|
31223
31219
|
can_simulate_removal: z.ZodOptional<z.ZodBoolean>;
|
|
31224
31220
|
can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
|
|
31225
31221
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -31430,7 +31426,6 @@ declare const device: z.ZodObject<{
|
|
|
31430
31426
|
status: "critical" | "low" | "good" | "full";
|
|
31431
31427
|
level: number;
|
|
31432
31428
|
} | undefined;
|
|
31433
|
-
manufacturer?: string | undefined;
|
|
31434
31429
|
battery_level?: number | undefined;
|
|
31435
31430
|
serial_number?: string | undefined;
|
|
31436
31431
|
accessory_keypad?: {
|
|
@@ -31440,6 +31435,7 @@ declare const device: z.ZodObject<{
|
|
|
31440
31435
|
} | undefined;
|
|
31441
31436
|
} | undefined;
|
|
31442
31437
|
has_direct_power?: boolean | undefined;
|
|
31438
|
+
manufacturer?: string | undefined;
|
|
31443
31439
|
image_url?: string | undefined;
|
|
31444
31440
|
image_alt_text?: string | undefined;
|
|
31445
31441
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -31465,9 +31461,9 @@ declare const device: z.ZodObject<{
|
|
|
31465
31461
|
ecobee_device_id: string;
|
|
31466
31462
|
} | undefined;
|
|
31467
31463
|
salto_ks_metadata?: {
|
|
31468
|
-
lock_type: string;
|
|
31469
31464
|
lock_id: string;
|
|
31470
31465
|
customer_reference: string;
|
|
31466
|
+
lock_type: string;
|
|
31471
31467
|
battery_level: string;
|
|
31472
31468
|
locked_state: string;
|
|
31473
31469
|
model?: string | undefined;
|
|
@@ -31519,9 +31515,9 @@ declare const device: z.ZodObject<{
|
|
|
31519
31515
|
model_number: string;
|
|
31520
31516
|
} | undefined;
|
|
31521
31517
|
salto_metadata?: {
|
|
31522
|
-
lock_type: string;
|
|
31523
31518
|
lock_id: string;
|
|
31524
31519
|
customer_reference: string;
|
|
31520
|
+
lock_type: string;
|
|
31525
31521
|
battery_level: string;
|
|
31526
31522
|
locked_state: string;
|
|
31527
31523
|
model?: string | undefined;
|
|
@@ -31540,8 +31536,8 @@ declare const device: z.ZodObject<{
|
|
|
31540
31536
|
} | undefined;
|
|
31541
31537
|
noiseaware_metadata?: {
|
|
31542
31538
|
device_id: string;
|
|
31543
|
-
device_model: "indoor" | "outdoor";
|
|
31544
31539
|
device_name: string;
|
|
31540
|
+
device_model: "indoor" | "outdoor";
|
|
31545
31541
|
noise_level_nrs: number;
|
|
31546
31542
|
noise_level_decibel: number;
|
|
31547
31543
|
} | undefined;
|
|
@@ -31590,12 +31586,12 @@ declare const device: z.ZodObject<{
|
|
|
31590
31586
|
lock_alias: string;
|
|
31591
31587
|
feature_value: string;
|
|
31592
31588
|
features: {
|
|
31593
|
-
wifi: boolean;
|
|
31594
31589
|
passcode: boolean;
|
|
31595
31590
|
passcode_management: boolean;
|
|
31596
31591
|
unlock_via_gateway: boolean;
|
|
31597
31592
|
lock_command: boolean;
|
|
31598
31593
|
incomplete_keyboard_passcode: boolean;
|
|
31594
|
+
wifi: boolean;
|
|
31599
31595
|
};
|
|
31600
31596
|
has_gateway?: boolean | undefined;
|
|
31601
31597
|
wireless_keypads?: {
|
|
@@ -31664,9 +31660,9 @@ declare const device: z.ZodObject<{
|
|
|
31664
31660
|
} | undefined;
|
|
31665
31661
|
tedee_metadata?: {
|
|
31666
31662
|
device_id: number;
|
|
31667
|
-
device_model: string;
|
|
31668
31663
|
device_name: string;
|
|
31669
31664
|
bridge_id: number;
|
|
31665
|
+
device_model: string;
|
|
31670
31666
|
bridge_name: string;
|
|
31671
31667
|
serial_number: string;
|
|
31672
31668
|
keypad_id?: number | undefined;
|
|
@@ -32065,7 +32061,6 @@ declare const device: z.ZodObject<{
|
|
|
32065
32061
|
status: "critical" | "low" | "good" | "full";
|
|
32066
32062
|
level: number;
|
|
32067
32063
|
} | undefined;
|
|
32068
|
-
manufacturer?: string | undefined;
|
|
32069
32064
|
battery_level?: number | undefined;
|
|
32070
32065
|
serial_number?: string | undefined;
|
|
32071
32066
|
accessory_keypad?: {
|
|
@@ -32075,6 +32070,7 @@ declare const device: z.ZodObject<{
|
|
|
32075
32070
|
} | undefined;
|
|
32076
32071
|
} | undefined;
|
|
32077
32072
|
has_direct_power?: boolean | undefined;
|
|
32073
|
+
manufacturer?: string | undefined;
|
|
32078
32074
|
image_url?: string | undefined;
|
|
32079
32075
|
image_alt_text?: string | undefined;
|
|
32080
32076
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -32100,9 +32096,9 @@ declare const device: z.ZodObject<{
|
|
|
32100
32096
|
ecobee_device_id: string;
|
|
32101
32097
|
} | undefined;
|
|
32102
32098
|
salto_ks_metadata?: {
|
|
32103
|
-
lock_type: string;
|
|
32104
32099
|
lock_id: string;
|
|
32105
32100
|
customer_reference: string;
|
|
32101
|
+
lock_type: string;
|
|
32106
32102
|
battery_level: string;
|
|
32107
32103
|
locked_state: string;
|
|
32108
32104
|
model?: string | undefined;
|
|
@@ -32154,9 +32150,9 @@ declare const device: z.ZodObject<{
|
|
|
32154
32150
|
model_number: string;
|
|
32155
32151
|
} | undefined;
|
|
32156
32152
|
salto_metadata?: {
|
|
32157
|
-
lock_type: string;
|
|
32158
32153
|
lock_id: string;
|
|
32159
32154
|
customer_reference: string;
|
|
32155
|
+
lock_type: string;
|
|
32160
32156
|
battery_level: string;
|
|
32161
32157
|
locked_state: string;
|
|
32162
32158
|
model?: string | undefined;
|
|
@@ -32175,8 +32171,8 @@ declare const device: z.ZodObject<{
|
|
|
32175
32171
|
} | undefined;
|
|
32176
32172
|
noiseaware_metadata?: {
|
|
32177
32173
|
device_id: string;
|
|
32178
|
-
device_model: "indoor" | "outdoor";
|
|
32179
32174
|
device_name: string;
|
|
32175
|
+
device_model: "indoor" | "outdoor";
|
|
32180
32176
|
noise_level_nrs: number;
|
|
32181
32177
|
noise_level_decibel: number;
|
|
32182
32178
|
} | undefined;
|
|
@@ -32225,12 +32221,12 @@ declare const device: z.ZodObject<{
|
|
|
32225
32221
|
lock_alias: string;
|
|
32226
32222
|
feature_value: string;
|
|
32227
32223
|
features: {
|
|
32228
|
-
wifi: boolean;
|
|
32229
32224
|
passcode: boolean;
|
|
32230
32225
|
passcode_management: boolean;
|
|
32231
32226
|
unlock_via_gateway: boolean;
|
|
32232
32227
|
lock_command: boolean;
|
|
32233
32228
|
incomplete_keyboard_passcode: boolean;
|
|
32229
|
+
wifi: boolean;
|
|
32234
32230
|
};
|
|
32235
32231
|
has_gateway?: boolean | undefined;
|
|
32236
32232
|
wireless_keypads?: {
|
|
@@ -32299,9 +32295,9 @@ declare const device: z.ZodObject<{
|
|
|
32299
32295
|
} | undefined;
|
|
32300
32296
|
tedee_metadata?: {
|
|
32301
32297
|
device_id: number;
|
|
32302
|
-
device_model: string;
|
|
32303
32298
|
device_name: string;
|
|
32304
32299
|
bridge_id: number;
|
|
32300
|
+
device_model: string;
|
|
32305
32301
|
bridge_name: string;
|
|
32306
32302
|
serial_number: string;
|
|
32307
32303
|
keypad_id?: number | undefined;
|
|
@@ -32561,7 +32557,6 @@ declare const device_provider: z.ZodObject<{
|
|
|
32561
32557
|
can_hvac_cool: z.ZodOptional<z.ZodBoolean>;
|
|
32562
32558
|
can_hvac_heat_cool: z.ZodOptional<z.ZodBoolean>;
|
|
32563
32559
|
can_turn_off_hvac: z.ZodOptional<z.ZodBoolean>;
|
|
32564
|
-
} & {
|
|
32565
32560
|
can_simulate_removal: z.ZodOptional<z.ZodBoolean>;
|
|
32566
32561
|
can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
|
|
32567
32562
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -32705,7 +32700,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
32705
32700
|
status: "critical" | "low" | "good" | "full";
|
|
32706
32701
|
level: number;
|
|
32707
32702
|
} | undefined;
|
|
32708
|
-
manufacturer?: string | undefined;
|
|
32709
32703
|
battery_level?: number | undefined;
|
|
32710
32704
|
serial_number?: string | undefined;
|
|
32711
32705
|
accessory_keypad?: {
|
|
@@ -32715,6 +32709,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
32715
32709
|
} | undefined;
|
|
32716
32710
|
} | undefined;
|
|
32717
32711
|
has_direct_power?: boolean | undefined;
|
|
32712
|
+
manufacturer?: string | undefined;
|
|
32718
32713
|
image_url?: string | undefined;
|
|
32719
32714
|
image_alt_text?: string | undefined;
|
|
32720
32715
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -32742,7 +32737,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
32742
32737
|
status: "critical" | "low" | "good" | "full";
|
|
32743
32738
|
level: number;
|
|
32744
32739
|
} | undefined;
|
|
32745
|
-
manufacturer?: string | undefined;
|
|
32746
32740
|
battery_level?: number | undefined;
|
|
32747
32741
|
serial_number?: string | undefined;
|
|
32748
32742
|
accessory_keypad?: {
|
|
@@ -32752,6 +32746,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
32752
32746
|
} | undefined;
|
|
32753
32747
|
} | undefined;
|
|
32754
32748
|
has_direct_power?: boolean | undefined;
|
|
32749
|
+
manufacturer?: string | undefined;
|
|
32755
32750
|
image_url?: string | undefined;
|
|
32756
32751
|
image_alt_text?: string | undefined;
|
|
32757
32752
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -32948,16 +32943,16 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
32948
32943
|
locked_state: z.ZodString;
|
|
32949
32944
|
model: z.ZodOptional<z.ZodString>;
|
|
32950
32945
|
}, "strip", z.ZodTypeAny, {
|
|
32951
|
-
lock_type: string;
|
|
32952
32946
|
lock_id: string;
|
|
32953
32947
|
customer_reference: string;
|
|
32948
|
+
lock_type: string;
|
|
32954
32949
|
battery_level: string;
|
|
32955
32950
|
locked_state: string;
|
|
32956
32951
|
model?: string | undefined;
|
|
32957
32952
|
}, {
|
|
32958
|
-
lock_type: string;
|
|
32959
32953
|
lock_id: string;
|
|
32960
32954
|
customer_reference: string;
|
|
32955
|
+
lock_type: string;
|
|
32961
32956
|
battery_level: string;
|
|
32962
32957
|
locked_state: string;
|
|
32963
32958
|
model?: string | undefined;
|
|
@@ -32970,16 +32965,16 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
32970
32965
|
locked_state: z.ZodString;
|
|
32971
32966
|
model: z.ZodOptional<z.ZodString>;
|
|
32972
32967
|
}, "strip", z.ZodTypeAny, {
|
|
32973
|
-
lock_type: string;
|
|
32974
32968
|
lock_id: string;
|
|
32975
32969
|
customer_reference: string;
|
|
32970
|
+
lock_type: string;
|
|
32976
32971
|
battery_level: string;
|
|
32977
32972
|
locked_state: string;
|
|
32978
32973
|
model?: string | undefined;
|
|
32979
32974
|
}, {
|
|
32980
|
-
lock_type: string;
|
|
32981
32975
|
lock_id: string;
|
|
32982
32976
|
customer_reference: string;
|
|
32977
|
+
lock_type: string;
|
|
32983
32978
|
battery_level: string;
|
|
32984
32979
|
locked_state: string;
|
|
32985
32980
|
model?: string | undefined;
|
|
@@ -33022,14 +33017,14 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33022
33017
|
device_id: z.ZodString;
|
|
33023
33018
|
}, "strip", z.ZodTypeAny, {
|
|
33024
33019
|
device_id: string;
|
|
33025
|
-
device_model: "indoor" | "outdoor";
|
|
33026
33020
|
device_name: string;
|
|
33021
|
+
device_model: "indoor" | "outdoor";
|
|
33027
33022
|
noise_level_nrs: number;
|
|
33028
33023
|
noise_level_decibel: number;
|
|
33029
33024
|
}, {
|
|
33030
33025
|
device_id: string;
|
|
33031
|
-
device_model: "indoor" | "outdoor";
|
|
33032
33026
|
device_name: string;
|
|
33027
|
+
device_model: "indoor" | "outdoor";
|
|
33033
33028
|
noise_level_nrs: number;
|
|
33034
33029
|
noise_level_decibel: number;
|
|
33035
33030
|
}>>;
|
|
@@ -33229,19 +33224,19 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33229
33224
|
incomplete_keyboard_passcode: z.ZodBoolean;
|
|
33230
33225
|
wifi: z.ZodBoolean;
|
|
33231
33226
|
}, "strip", z.ZodTypeAny, {
|
|
33232
|
-
wifi: boolean;
|
|
33233
33227
|
passcode: boolean;
|
|
33234
33228
|
passcode_management: boolean;
|
|
33235
33229
|
unlock_via_gateway: boolean;
|
|
33236
33230
|
lock_command: boolean;
|
|
33237
33231
|
incomplete_keyboard_passcode: boolean;
|
|
33238
|
-
}, {
|
|
33239
33232
|
wifi: boolean;
|
|
33233
|
+
}, {
|
|
33240
33234
|
passcode: boolean;
|
|
33241
33235
|
passcode_management: boolean;
|
|
33242
33236
|
unlock_via_gateway: boolean;
|
|
33243
33237
|
lock_command: boolean;
|
|
33244
33238
|
incomplete_keyboard_passcode: boolean;
|
|
33239
|
+
wifi: boolean;
|
|
33245
33240
|
}>;
|
|
33246
33241
|
has_gateway: z.ZodOptional<z.ZodBoolean>;
|
|
33247
33242
|
wireless_keypads: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -33259,12 +33254,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33259
33254
|
lock_alias: string;
|
|
33260
33255
|
feature_value: string;
|
|
33261
33256
|
features: {
|
|
33262
|
-
wifi: boolean;
|
|
33263
33257
|
passcode: boolean;
|
|
33264
33258
|
passcode_management: boolean;
|
|
33265
33259
|
unlock_via_gateway: boolean;
|
|
33266
33260
|
lock_command: boolean;
|
|
33267
33261
|
incomplete_keyboard_passcode: boolean;
|
|
33262
|
+
wifi: boolean;
|
|
33268
33263
|
};
|
|
33269
33264
|
has_gateway?: boolean | undefined;
|
|
33270
33265
|
wireless_keypads?: {
|
|
@@ -33276,12 +33271,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33276
33271
|
lock_alias: string;
|
|
33277
33272
|
feature_value: string;
|
|
33278
33273
|
features: {
|
|
33279
|
-
wifi: boolean;
|
|
33280
33274
|
passcode: boolean;
|
|
33281
33275
|
passcode_management: boolean;
|
|
33282
33276
|
unlock_via_gateway: boolean;
|
|
33283
33277
|
lock_command: boolean;
|
|
33284
33278
|
incomplete_keyboard_passcode: boolean;
|
|
33279
|
+
wifi: boolean;
|
|
33285
33280
|
};
|
|
33286
33281
|
has_gateway?: boolean | undefined;
|
|
33287
33282
|
wireless_keypads?: {
|
|
@@ -33494,17 +33489,17 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33494
33489
|
keypad_id: z.ZodOptional<z.ZodNumber>;
|
|
33495
33490
|
}, "strip", z.ZodTypeAny, {
|
|
33496
33491
|
device_id: number;
|
|
33497
|
-
device_model: string;
|
|
33498
33492
|
device_name: string;
|
|
33499
33493
|
bridge_id: number;
|
|
33494
|
+
device_model: string;
|
|
33500
33495
|
bridge_name: string;
|
|
33501
33496
|
serial_number: string;
|
|
33502
33497
|
keypad_id?: number | undefined;
|
|
33503
33498
|
}, {
|
|
33504
33499
|
device_id: number;
|
|
33505
|
-
device_model: string;
|
|
33506
33500
|
device_name: string;
|
|
33507
33501
|
bridge_id: number;
|
|
33502
|
+
device_model: string;
|
|
33508
33503
|
bridge_name: string;
|
|
33509
33504
|
serial_number: string;
|
|
33510
33505
|
keypad_id?: number | undefined;
|
|
@@ -33568,9 +33563,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33568
33563
|
ecobee_device_id: string;
|
|
33569
33564
|
} | undefined;
|
|
33570
33565
|
salto_ks_metadata?: {
|
|
33571
|
-
lock_type: string;
|
|
33572
33566
|
lock_id: string;
|
|
33573
33567
|
customer_reference: string;
|
|
33568
|
+
lock_type: string;
|
|
33574
33569
|
battery_level: string;
|
|
33575
33570
|
locked_state: string;
|
|
33576
33571
|
model?: string | undefined;
|
|
@@ -33622,9 +33617,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33622
33617
|
model_number: string;
|
|
33623
33618
|
} | undefined;
|
|
33624
33619
|
salto_metadata?: {
|
|
33625
|
-
lock_type: string;
|
|
33626
33620
|
lock_id: string;
|
|
33627
33621
|
customer_reference: string;
|
|
33622
|
+
lock_type: string;
|
|
33628
33623
|
battery_level: string;
|
|
33629
33624
|
locked_state: string;
|
|
33630
33625
|
model?: string | undefined;
|
|
@@ -33643,8 +33638,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33643
33638
|
} | undefined;
|
|
33644
33639
|
noiseaware_metadata?: {
|
|
33645
33640
|
device_id: string;
|
|
33646
|
-
device_model: "indoor" | "outdoor";
|
|
33647
33641
|
device_name: string;
|
|
33642
|
+
device_model: "indoor" | "outdoor";
|
|
33648
33643
|
noise_level_nrs: number;
|
|
33649
33644
|
noise_level_decibel: number;
|
|
33650
33645
|
} | undefined;
|
|
@@ -33693,12 +33688,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33693
33688
|
lock_alias: string;
|
|
33694
33689
|
feature_value: string;
|
|
33695
33690
|
features: {
|
|
33696
|
-
wifi: boolean;
|
|
33697
33691
|
passcode: boolean;
|
|
33698
33692
|
passcode_management: boolean;
|
|
33699
33693
|
unlock_via_gateway: boolean;
|
|
33700
33694
|
lock_command: boolean;
|
|
33701
33695
|
incomplete_keyboard_passcode: boolean;
|
|
33696
|
+
wifi: boolean;
|
|
33702
33697
|
};
|
|
33703
33698
|
has_gateway?: boolean | undefined;
|
|
33704
33699
|
wireless_keypads?: {
|
|
@@ -33767,9 +33762,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33767
33762
|
} | undefined;
|
|
33768
33763
|
tedee_metadata?: {
|
|
33769
33764
|
device_id: number;
|
|
33770
|
-
device_model: string;
|
|
33771
33765
|
device_name: string;
|
|
33772
33766
|
bridge_id: number;
|
|
33767
|
+
device_model: string;
|
|
33773
33768
|
bridge_name: string;
|
|
33774
33769
|
serial_number: string;
|
|
33775
33770
|
keypad_id?: number | undefined;
|
|
@@ -33801,9 +33796,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33801
33796
|
ecobee_device_id: string;
|
|
33802
33797
|
} | undefined;
|
|
33803
33798
|
salto_ks_metadata?: {
|
|
33804
|
-
lock_type: string;
|
|
33805
33799
|
lock_id: string;
|
|
33806
33800
|
customer_reference: string;
|
|
33801
|
+
lock_type: string;
|
|
33807
33802
|
battery_level: string;
|
|
33808
33803
|
locked_state: string;
|
|
33809
33804
|
model?: string | undefined;
|
|
@@ -33855,9 +33850,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33855
33850
|
model_number: string;
|
|
33856
33851
|
} | undefined;
|
|
33857
33852
|
salto_metadata?: {
|
|
33858
|
-
lock_type: string;
|
|
33859
33853
|
lock_id: string;
|
|
33860
33854
|
customer_reference: string;
|
|
33855
|
+
lock_type: string;
|
|
33861
33856
|
battery_level: string;
|
|
33862
33857
|
locked_state: string;
|
|
33863
33858
|
model?: string | undefined;
|
|
@@ -33876,8 +33871,8 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33876
33871
|
} | undefined;
|
|
33877
33872
|
noiseaware_metadata?: {
|
|
33878
33873
|
device_id: string;
|
|
33879
|
-
device_model: "indoor" | "outdoor";
|
|
33880
33874
|
device_name: string;
|
|
33875
|
+
device_model: "indoor" | "outdoor";
|
|
33881
33876
|
noise_level_nrs: number;
|
|
33882
33877
|
noise_level_decibel: number;
|
|
33883
33878
|
} | undefined;
|
|
@@ -33926,12 +33921,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
33926
33921
|
lock_alias: string;
|
|
33927
33922
|
feature_value: string;
|
|
33928
33923
|
features: {
|
|
33929
|
-
wifi: boolean;
|
|
33930
33924
|
passcode: boolean;
|
|
33931
33925
|
passcode_management: boolean;
|
|
33932
33926
|
unlock_via_gateway: boolean;
|
|
33933
33927
|
lock_command: boolean;
|
|
33934
33928
|
incomplete_keyboard_passcode: boolean;
|
|
33929
|
+
wifi: boolean;
|
|
33935
33930
|
};
|
|
33936
33931
|
has_gateway?: boolean | undefined;
|
|
33937
33932
|
wireless_keypads?: {
|
|
@@ -34000,9 +33995,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
34000
33995
|
} | undefined;
|
|
34001
33996
|
tedee_metadata?: {
|
|
34002
33997
|
device_id: number;
|
|
34003
|
-
device_model: string;
|
|
34004
33998
|
device_name: string;
|
|
34005
33999
|
bridge_id: number;
|
|
34000
|
+
device_model: string;
|
|
34006
34001
|
bridge_name: string;
|
|
34007
34002
|
serial_number: string;
|
|
34008
34003
|
keypad_id?: number | undefined;
|
|
@@ -35338,7 +35333,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35338
35333
|
can_hvac_cool: z.ZodOptional<z.ZodBoolean>;
|
|
35339
35334
|
can_hvac_heat_cool: z.ZodOptional<z.ZodBoolean>;
|
|
35340
35335
|
can_turn_off_hvac: z.ZodOptional<z.ZodBoolean>;
|
|
35341
|
-
} & {
|
|
35342
35336
|
can_simulate_removal: z.ZodOptional<z.ZodBoolean>;
|
|
35343
35337
|
can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
|
|
35344
35338
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -35422,7 +35416,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35422
35416
|
supports_offline_access_codes: z.ZodOptional<z.ZodBoolean>;
|
|
35423
35417
|
noise_level_decibels: z.ZodOptional<z.ZodNumber>;
|
|
35424
35418
|
currently_triggering_noise_threshold_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
35425
|
-
}, "battery" | "name" | "
|
|
35419
|
+
}, "battery" | "name" | "model" | "battery_level" | "online" | "accessory_keypad" | "manufacturer" | "image_url" | "image_alt_text" | "online_access_codes_enabled" | "offline_access_codes_enabled">, "strip", z.ZodTypeAny, {
|
|
35426
35420
|
name: string;
|
|
35427
35421
|
model: {
|
|
35428
35422
|
display_name: string;
|
|
@@ -35438,7 +35432,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35438
35432
|
status: "critical" | "low" | "good" | "full";
|
|
35439
35433
|
level: number;
|
|
35440
35434
|
} | undefined;
|
|
35441
|
-
manufacturer?: string | undefined;
|
|
35442
35435
|
battery_level?: number | undefined;
|
|
35443
35436
|
accessory_keypad?: {
|
|
35444
35437
|
is_connected: boolean;
|
|
@@ -35446,6 +35439,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35446
35439
|
level: number;
|
|
35447
35440
|
} | undefined;
|
|
35448
35441
|
} | undefined;
|
|
35442
|
+
manufacturer?: string | undefined;
|
|
35449
35443
|
image_url?: string | undefined;
|
|
35450
35444
|
image_alt_text?: string | undefined;
|
|
35451
35445
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -35466,7 +35460,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35466
35460
|
status: "critical" | "low" | "good" | "full";
|
|
35467
35461
|
level: number;
|
|
35468
35462
|
} | undefined;
|
|
35469
|
-
manufacturer?: string | undefined;
|
|
35470
35463
|
battery_level?: number | undefined;
|
|
35471
35464
|
accessory_keypad?: {
|
|
35472
35465
|
is_connected: boolean;
|
|
@@ -35474,6 +35467,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35474
35467
|
level: number;
|
|
35475
35468
|
} | undefined;
|
|
35476
35469
|
} | undefined;
|
|
35470
|
+
manufacturer?: string | undefined;
|
|
35477
35471
|
image_url?: string | undefined;
|
|
35478
35472
|
image_alt_text?: string | undefined;
|
|
35479
35473
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -35488,7 +35482,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35488
35482
|
can_hvac_cool: z.ZodOptional<z.ZodBoolean>;
|
|
35489
35483
|
can_hvac_heat_cool: z.ZodOptional<z.ZodBoolean>;
|
|
35490
35484
|
can_turn_off_hvac: z.ZodOptional<z.ZodBoolean>;
|
|
35491
|
-
} & {
|
|
35492
35485
|
can_simulate_removal: z.ZodOptional<z.ZodBoolean>;
|
|
35493
35486
|
can_simulate_connection: z.ZodOptional<z.ZodBoolean>;
|
|
35494
35487
|
can_simulate_disconnection: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -35694,7 +35687,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35694
35687
|
status: "critical" | "low" | "good" | "full";
|
|
35695
35688
|
level: number;
|
|
35696
35689
|
} | undefined;
|
|
35697
|
-
manufacturer?: string | undefined;
|
|
35698
35690
|
battery_level?: number | undefined;
|
|
35699
35691
|
accessory_keypad?: {
|
|
35700
35692
|
is_connected: boolean;
|
|
@@ -35702,6 +35694,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35702
35694
|
level: number;
|
|
35703
35695
|
} | undefined;
|
|
35704
35696
|
} | undefined;
|
|
35697
|
+
manufacturer?: string | undefined;
|
|
35705
35698
|
image_url?: string | undefined;
|
|
35706
35699
|
image_alt_text?: string | undefined;
|
|
35707
35700
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -35925,7 +35918,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35925
35918
|
status: "critical" | "low" | "good" | "full";
|
|
35926
35919
|
level: number;
|
|
35927
35920
|
} | undefined;
|
|
35928
|
-
manufacturer?: string | undefined;
|
|
35929
35921
|
battery_level?: number | undefined;
|
|
35930
35922
|
accessory_keypad?: {
|
|
35931
35923
|
is_connected: boolean;
|
|
@@ -35933,6 +35925,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35933
35925
|
level: number;
|
|
35934
35926
|
} | undefined;
|
|
35935
35927
|
} | undefined;
|
|
35928
|
+
manufacturer?: string | undefined;
|
|
35936
35929
|
image_url?: string | undefined;
|
|
35937
35930
|
image_alt_text?: string | undefined;
|
|
35938
35931
|
online_access_codes_enabled?: boolean | undefined;
|
|
@@ -38379,11 +38372,11 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
38379
38372
|
device_id: string;
|
|
38380
38373
|
workspace_id: string;
|
|
38381
38374
|
created_at: string;
|
|
38382
|
-
method: "unknown" | "keycode" | "manual" | "automatic" | "seamapi";
|
|
38383
38375
|
connected_account_id: string;
|
|
38384
38376
|
event_id: string;
|
|
38385
38377
|
occurred_at: string;
|
|
38386
38378
|
event_type: "lock.locked";
|
|
38379
|
+
method: "unknown" | "keycode" | "manual" | "automatic" | "seamapi";
|
|
38387
38380
|
access_code_id?: string | undefined;
|
|
38388
38381
|
action_attempt_id?: string | undefined;
|
|
38389
38382
|
device_custom_metadata?: Record<string, string | boolean> | undefined;
|
|
@@ -38392,11 +38385,11 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
38392
38385
|
device_id: string;
|
|
38393
38386
|
workspace_id: string;
|
|
38394
38387
|
created_at: string;
|
|
38395
|
-
method: "unknown" | "keycode" | "manual" | "automatic" | "seamapi";
|
|
38396
38388
|
connected_account_id: string;
|
|
38397
38389
|
event_id: string;
|
|
38398
38390
|
occurred_at: string;
|
|
38399
38391
|
event_type: "lock.locked";
|
|
38392
|
+
method: "unknown" | "keycode" | "manual" | "automatic" | "seamapi";
|
|
38400
38393
|
access_code_id?: string | undefined;
|
|
38401
38394
|
action_attempt_id?: string | undefined;
|
|
38402
38395
|
device_custom_metadata?: Record<string, string | boolean> | undefined;
|
|
@@ -38420,11 +38413,11 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
38420
38413
|
device_id: string;
|
|
38421
38414
|
workspace_id: string;
|
|
38422
38415
|
created_at: string;
|
|
38423
|
-
method: "unknown" | "keycode" | "manual" | "automatic" | "seamapi";
|
|
38424
38416
|
connected_account_id: string;
|
|
38425
38417
|
event_id: string;
|
|
38426
38418
|
occurred_at: string;
|
|
38427
38419
|
event_type: "lock.unlocked";
|
|
38420
|
+
method: "unknown" | "keycode" | "manual" | "automatic" | "seamapi";
|
|
38428
38421
|
access_code_id?: string | undefined;
|
|
38429
38422
|
action_attempt_id?: string | undefined;
|
|
38430
38423
|
device_custom_metadata?: Record<string, string | boolean> | undefined;
|
|
@@ -38433,11 +38426,11 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
38433
38426
|
device_id: string;
|
|
38434
38427
|
workspace_id: string;
|
|
38435
38428
|
created_at: string;
|
|
38436
|
-
method: "unknown" | "keycode" | "manual" | "automatic" | "seamapi";
|
|
38437
38429
|
connected_account_id: string;
|
|
38438
38430
|
event_id: string;
|
|
38439
38431
|
occurred_at: string;
|
|
38440
38432
|
event_type: "lock.unlocked";
|
|
38433
|
+
method: "unknown" | "keycode" | "manual" | "automatic" | "seamapi";
|
|
38441
38434
|
access_code_id?: string | undefined;
|
|
38442
38435
|
action_attempt_id?: string | undefined;
|
|
38443
38436
|
device_custom_metadata?: Record<string, string | boolean> | undefined;
|
|
@@ -38563,11 +38556,11 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
38563
38556
|
device_id: string;
|
|
38564
38557
|
workspace_id: string;
|
|
38565
38558
|
created_at: string;
|
|
38566
|
-
method: "seam" | "external";
|
|
38567
38559
|
connected_account_id: string;
|
|
38568
38560
|
event_id: string;
|
|
38569
38561
|
occurred_at: string;
|
|
38570
38562
|
event_type: "thermostat.manually_adjusted";
|
|
38563
|
+
method: "seam" | "external";
|
|
38571
38564
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
38572
38565
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
38573
38566
|
cooling_set_point_celsius?: number | undefined;
|
|
@@ -38580,11 +38573,11 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
38580
38573
|
device_id: string;
|
|
38581
38574
|
workspace_id: string;
|
|
38582
38575
|
created_at: string;
|
|
38583
|
-
method: "seam" | "external";
|
|
38584
38576
|
connected_account_id: string;
|
|
38585
38577
|
event_id: string;
|
|
38586
38578
|
occurred_at: string;
|
|
38587
38579
|
event_type: "thermostat.manually_adjusted";
|
|
38580
|
+
method: "seam" | "external";
|
|
38588
38581
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
38589
38582
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | "eco" | undefined;
|
|
38590
38583
|
cooling_set_point_celsius?: number | undefined;
|
|
@@ -38944,16 +38937,16 @@ declare const magic_link: z.ZodObject<{
|
|
|
38944
38937
|
}, "strip", z.ZodTypeAny, {
|
|
38945
38938
|
workspace_id: string;
|
|
38946
38939
|
created_at: string;
|
|
38947
|
-
url: string;
|
|
38948
38940
|
customer_key: string;
|
|
38949
38941
|
expires_at: string;
|
|
38942
|
+
url: string;
|
|
38950
38943
|
building_block_type: "manage_devices" | "connect_accounts" | "organize_spaces" | "console";
|
|
38951
38944
|
}, {
|
|
38952
38945
|
workspace_id: string;
|
|
38953
38946
|
created_at: string;
|
|
38954
|
-
url: string;
|
|
38955
38947
|
customer_key: string;
|
|
38956
38948
|
expires_at: string;
|
|
38949
|
+
url: string;
|
|
38957
38950
|
building_block_type: "manage_devices" | "connect_accounts" | "organize_spaces" | "console";
|
|
38958
38951
|
}>;
|
|
38959
38952
|
type MagicLink = z.infer<typeof magic_link>;
|