@seamapi/types 1.631.0 → 1.633.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +138 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +446 -0
- package/dist/index.cjs +138 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +203 -0
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +12 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/openapi.d.ts +119 -0
- package/lib/seam/connect/openapi.js +124 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +214 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +132 -0
- package/src/lib/seam/connect/route-types.ts +235 -0
|
@@ -2866,6 +2866,19 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
2866
2866
|
message: string;
|
|
2867
2867
|
created_at: string;
|
|
2868
2868
|
warning_code: "lockly_time_zone_not_configured";
|
|
2869
|
+
}>, z.ZodObject<{
|
|
2870
|
+
message: z.ZodString;
|
|
2871
|
+
created_at: z.ZodString;
|
|
2872
|
+
} & {
|
|
2873
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
2874
|
+
}, "strip", z.ZodTypeAny, {
|
|
2875
|
+
message: string;
|
|
2876
|
+
created_at: string;
|
|
2877
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
2878
|
+
}, {
|
|
2879
|
+
message: string;
|
|
2880
|
+
created_at: string;
|
|
2881
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
2869
2882
|
}>]>, "many">;
|
|
2870
2883
|
created_at: z.ZodString;
|
|
2871
2884
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -3063,6 +3076,10 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
3063
3076
|
message: string;
|
|
3064
3077
|
created_at: string;
|
|
3065
3078
|
warning_code: "unknown_issue_with_phone";
|
|
3079
|
+
} | {
|
|
3080
|
+
message: string;
|
|
3081
|
+
created_at: string;
|
|
3082
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
3066
3083
|
})[];
|
|
3067
3084
|
custom_metadata: Record<string, string | boolean>;
|
|
3068
3085
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -3726,6 +3743,10 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
3726
3743
|
message: string;
|
|
3727
3744
|
created_at: string;
|
|
3728
3745
|
warning_code: "unknown_issue_with_phone";
|
|
3746
|
+
} | {
|
|
3747
|
+
message: string;
|
|
3748
|
+
created_at: string;
|
|
3749
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
3729
3750
|
})[];
|
|
3730
3751
|
custom_metadata: Record<string, string | boolean>;
|
|
3731
3752
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -5362,6 +5383,10 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5362
5383
|
message: string;
|
|
5363
5384
|
created_at: string;
|
|
5364
5385
|
warning_code: "unknown_issue_with_phone";
|
|
5386
|
+
} | {
|
|
5387
|
+
message: string;
|
|
5388
|
+
created_at: string;
|
|
5389
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
5365
5390
|
})[];
|
|
5366
5391
|
custom_metadata: Record<string, string | boolean>;
|
|
5367
5392
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -6241,6 +6266,10 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6241
6266
|
message: string;
|
|
6242
6267
|
created_at: string;
|
|
6243
6268
|
warning_code: "unknown_issue_with_phone";
|
|
6269
|
+
} | {
|
|
6270
|
+
message: string;
|
|
6271
|
+
created_at: string;
|
|
6272
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
6244
6273
|
})[];
|
|
6245
6274
|
custom_metadata: Record<string, string | boolean>;
|
|
6246
6275
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -9801,6 +9830,19 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
9801
9830
|
message: string;
|
|
9802
9831
|
created_at: string;
|
|
9803
9832
|
warning_code: "lockly_time_zone_not_configured";
|
|
9833
|
+
}>, z.ZodObject<{
|
|
9834
|
+
message: z.ZodString;
|
|
9835
|
+
created_at: z.ZodString;
|
|
9836
|
+
} & {
|
|
9837
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
9838
|
+
}, "strip", z.ZodTypeAny, {
|
|
9839
|
+
message: string;
|
|
9840
|
+
created_at: string;
|
|
9841
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
9842
|
+
}, {
|
|
9843
|
+
message: string;
|
|
9844
|
+
created_at: string;
|
|
9845
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
9804
9846
|
}>]>, "many">;
|
|
9805
9847
|
created_at: z.ZodString;
|
|
9806
9848
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -9998,6 +10040,10 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
9998
10040
|
message: string;
|
|
9999
10041
|
created_at: string;
|
|
10000
10042
|
warning_code: "unknown_issue_with_phone";
|
|
10043
|
+
} | {
|
|
10044
|
+
message: string;
|
|
10045
|
+
created_at: string;
|
|
10046
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
10001
10047
|
})[];
|
|
10002
10048
|
custom_metadata: Record<string, string | boolean>;
|
|
10003
10049
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -10661,6 +10707,10 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
10661
10707
|
message: string;
|
|
10662
10708
|
created_at: string;
|
|
10663
10709
|
warning_code: "unknown_issue_with_phone";
|
|
10710
|
+
} | {
|
|
10711
|
+
message: string;
|
|
10712
|
+
created_at: string;
|
|
10713
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
10664
10714
|
})[];
|
|
10665
10715
|
custom_metadata: Record<string, string | boolean>;
|
|
10666
10716
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -12472,6 +12522,10 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12472
12522
|
message: string;
|
|
12473
12523
|
created_at: string;
|
|
12474
12524
|
warning_code: "unknown_issue_with_phone";
|
|
12525
|
+
} | {
|
|
12526
|
+
message: string;
|
|
12527
|
+
created_at: string;
|
|
12528
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
12475
12529
|
})[];
|
|
12476
12530
|
custom_metadata: Record<string, string | boolean>;
|
|
12477
12531
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -13397,6 +13451,10 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13397
13451
|
message: string;
|
|
13398
13452
|
created_at: string;
|
|
13399
13453
|
warning_code: "unknown_issue_with_phone";
|
|
13454
|
+
} | {
|
|
13455
|
+
message: string;
|
|
13456
|
+
created_at: string;
|
|
13457
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
13400
13458
|
})[];
|
|
13401
13459
|
custom_metadata: Record<string, string | boolean>;
|
|
13402
13460
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -17003,6 +17061,19 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
17003
17061
|
message: string;
|
|
17004
17062
|
created_at: string;
|
|
17005
17063
|
warning_code: "lockly_time_zone_not_configured";
|
|
17064
|
+
}>, z.ZodObject<{
|
|
17065
|
+
message: z.ZodString;
|
|
17066
|
+
created_at: z.ZodString;
|
|
17067
|
+
} & {
|
|
17068
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
17069
|
+
}, "strip", z.ZodTypeAny, {
|
|
17070
|
+
message: string;
|
|
17071
|
+
created_at: string;
|
|
17072
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
17073
|
+
}, {
|
|
17074
|
+
message: string;
|
|
17075
|
+
created_at: string;
|
|
17076
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
17006
17077
|
}>]>, "many">;
|
|
17007
17078
|
created_at: z.ZodString;
|
|
17008
17079
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -17200,6 +17271,10 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
17200
17271
|
message: string;
|
|
17201
17272
|
created_at: string;
|
|
17202
17273
|
warning_code: "unknown_issue_with_phone";
|
|
17274
|
+
} | {
|
|
17275
|
+
message: string;
|
|
17276
|
+
created_at: string;
|
|
17277
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
17203
17278
|
})[];
|
|
17204
17279
|
custom_metadata: Record<string, string | boolean>;
|
|
17205
17280
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -17863,6 +17938,10 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
17863
17938
|
message: string;
|
|
17864
17939
|
created_at: string;
|
|
17865
17940
|
warning_code: "unknown_issue_with_phone";
|
|
17941
|
+
} | {
|
|
17942
|
+
message: string;
|
|
17943
|
+
created_at: string;
|
|
17944
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
17866
17945
|
})[];
|
|
17867
17946
|
custom_metadata: Record<string, string | boolean>;
|
|
17868
17947
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -19098,6 +19177,10 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
19098
19177
|
message: string;
|
|
19099
19178
|
created_at: string;
|
|
19100
19179
|
warning_code: "unknown_issue_with_phone";
|
|
19180
|
+
} | {
|
|
19181
|
+
message: string;
|
|
19182
|
+
created_at: string;
|
|
19183
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
19101
19184
|
})[];
|
|
19102
19185
|
custom_metadata: Record<string, string | boolean>;
|
|
19103
19186
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -19920,6 +20003,10 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
19920
20003
|
message: string;
|
|
19921
20004
|
created_at: string;
|
|
19922
20005
|
warning_code: "unknown_issue_with_phone";
|
|
20006
|
+
} | {
|
|
20007
|
+
message: string;
|
|
20008
|
+
created_at: string;
|
|
20009
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
19923
20010
|
})[];
|
|
19924
20011
|
custom_metadata: Record<string, string | boolean>;
|
|
19925
20012
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -23594,6 +23681,19 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
23594
23681
|
message: string;
|
|
23595
23682
|
created_at: string;
|
|
23596
23683
|
warning_code: "lockly_time_zone_not_configured";
|
|
23684
|
+
}>, z.ZodObject<{
|
|
23685
|
+
message: z.ZodString;
|
|
23686
|
+
created_at: z.ZodString;
|
|
23687
|
+
} & {
|
|
23688
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
23689
|
+
}, "strip", z.ZodTypeAny, {
|
|
23690
|
+
message: string;
|
|
23691
|
+
created_at: string;
|
|
23692
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
23693
|
+
}, {
|
|
23694
|
+
message: string;
|
|
23695
|
+
created_at: string;
|
|
23696
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
23597
23697
|
}>]>, "many">;
|
|
23598
23698
|
created_at: z.ZodString;
|
|
23599
23699
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -23791,6 +23891,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
23791
23891
|
message: string;
|
|
23792
23892
|
created_at: string;
|
|
23793
23893
|
warning_code: "unknown_issue_with_phone";
|
|
23894
|
+
} | {
|
|
23895
|
+
message: string;
|
|
23896
|
+
created_at: string;
|
|
23897
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
23794
23898
|
})[];
|
|
23795
23899
|
custom_metadata: Record<string, string | boolean>;
|
|
23796
23900
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -24454,6 +24558,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24454
24558
|
message: string;
|
|
24455
24559
|
created_at: string;
|
|
24456
24560
|
warning_code: "unknown_issue_with_phone";
|
|
24561
|
+
} | {
|
|
24562
|
+
message: string;
|
|
24563
|
+
created_at: string;
|
|
24564
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
24457
24565
|
})[];
|
|
24458
24566
|
custom_metadata: Record<string, string | boolean>;
|
|
24459
24567
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -34314,6 +34422,19 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34314
34422
|
message: string;
|
|
34315
34423
|
created_at: string;
|
|
34316
34424
|
warning_code: "lockly_time_zone_not_configured";
|
|
34425
|
+
}>, z.ZodObject<{
|
|
34426
|
+
message: z.ZodString;
|
|
34427
|
+
created_at: z.ZodString;
|
|
34428
|
+
} & {
|
|
34429
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
34430
|
+
}, "strip", z.ZodTypeAny, {
|
|
34431
|
+
message: string;
|
|
34432
|
+
created_at: string;
|
|
34433
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
34434
|
+
}, {
|
|
34435
|
+
message: string;
|
|
34436
|
+
created_at: string;
|
|
34437
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
34317
34438
|
}>]>, "many">;
|
|
34318
34439
|
created_at: z.ZodString;
|
|
34319
34440
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -34666,6 +34787,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34666
34787
|
message: string;
|
|
34667
34788
|
created_at: string;
|
|
34668
34789
|
warning_code: "unknown_issue_with_phone";
|
|
34790
|
+
} | {
|
|
34791
|
+
message: string;
|
|
34792
|
+
created_at: string;
|
|
34793
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
34669
34794
|
})[];
|
|
34670
34795
|
custom_metadata: Record<string, string | boolean>;
|
|
34671
34796
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -34895,6 +35020,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34895
35020
|
message: string;
|
|
34896
35021
|
created_at: string;
|
|
34897
35022
|
warning_code: "unknown_issue_with_phone";
|
|
35023
|
+
} | {
|
|
35024
|
+
message: string;
|
|
35025
|
+
created_at: string;
|
|
35026
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
34898
35027
|
})[];
|
|
34899
35028
|
custom_metadata: Record<string, string | boolean>;
|
|
34900
35029
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -42024,6 +42153,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
42024
42153
|
message: string;
|
|
42025
42154
|
created_at: string;
|
|
42026
42155
|
warning_code: "unknown_issue_with_phone";
|
|
42156
|
+
} | {
|
|
42157
|
+
message: string;
|
|
42158
|
+
created_at: string;
|
|
42159
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
42027
42160
|
})[];
|
|
42028
42161
|
custom_metadata: Record<string, string | boolean>;
|
|
42029
42162
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -44189,6 +44322,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
44189
44322
|
message: string;
|
|
44190
44323
|
created_at: string;
|
|
44191
44324
|
warning_code: "unknown_issue_with_phone";
|
|
44325
|
+
} | {
|
|
44326
|
+
message: string;
|
|
44327
|
+
created_at: string;
|
|
44328
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
44192
44329
|
})[];
|
|
44193
44330
|
custom_metadata: Record<string, string | boolean>;
|
|
44194
44331
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -46034,6 +46171,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
46034
46171
|
message: string;
|
|
46035
46172
|
created_at: string;
|
|
46036
46173
|
warning_code: "unknown_issue_with_phone";
|
|
46174
|
+
} | {
|
|
46175
|
+
message: string;
|
|
46176
|
+
created_at: string;
|
|
46177
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
46037
46178
|
})[];
|
|
46038
46179
|
custom_metadata: Record<string, string | boolean>;
|
|
46039
46180
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -48199,6 +48340,10 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
48199
48340
|
message: string;
|
|
48200
48341
|
created_at: string;
|
|
48201
48342
|
warning_code: "unknown_issue_with_phone";
|
|
48343
|
+
} | {
|
|
48344
|
+
message: string;
|
|
48345
|
+
created_at: string;
|
|
48346
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
48202
48347
|
})[];
|
|
48203
48348
|
custom_metadata: Record<string, string | boolean>;
|
|
48204
48349
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -52885,6 +53030,19 @@ export declare const batch: z.ZodObject<{
|
|
|
52885
53030
|
message: string;
|
|
52886
53031
|
created_at: string;
|
|
52887
53032
|
warning_code: "lockly_time_zone_not_configured";
|
|
53033
|
+
}>, z.ZodObject<{
|
|
53034
|
+
message: z.ZodString;
|
|
53035
|
+
created_at: z.ZodString;
|
|
53036
|
+
} & {
|
|
53037
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
53038
|
+
}, "strip", z.ZodTypeAny, {
|
|
53039
|
+
message: string;
|
|
53040
|
+
created_at: string;
|
|
53041
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
53042
|
+
}, {
|
|
53043
|
+
message: string;
|
|
53044
|
+
created_at: string;
|
|
53045
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
52888
53046
|
}>]>, "many">;
|
|
52889
53047
|
created_at: z.ZodString;
|
|
52890
53048
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -53082,6 +53240,10 @@ export declare const batch: z.ZodObject<{
|
|
|
53082
53240
|
message: string;
|
|
53083
53241
|
created_at: string;
|
|
53084
53242
|
warning_code: "unknown_issue_with_phone";
|
|
53243
|
+
} | {
|
|
53244
|
+
message: string;
|
|
53245
|
+
created_at: string;
|
|
53246
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
53085
53247
|
})[];
|
|
53086
53248
|
custom_metadata: Record<string, string | boolean>;
|
|
53087
53249
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -53745,6 +53907,10 @@ export declare const batch: z.ZodObject<{
|
|
|
53745
53907
|
message: string;
|
|
53746
53908
|
created_at: string;
|
|
53747
53909
|
warning_code: "unknown_issue_with_phone";
|
|
53910
|
+
} | {
|
|
53911
|
+
message: string;
|
|
53912
|
+
created_at: string;
|
|
53913
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
53748
53914
|
})[];
|
|
53749
53915
|
custom_metadata: Record<string, string | boolean>;
|
|
53750
53916
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -63605,6 +63771,19 @@ export declare const batch: z.ZodObject<{
|
|
|
63605
63771
|
message: string;
|
|
63606
63772
|
created_at: string;
|
|
63607
63773
|
warning_code: "lockly_time_zone_not_configured";
|
|
63774
|
+
}>, z.ZodObject<{
|
|
63775
|
+
message: z.ZodString;
|
|
63776
|
+
created_at: z.ZodString;
|
|
63777
|
+
} & {
|
|
63778
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
63779
|
+
}, "strip", z.ZodTypeAny, {
|
|
63780
|
+
message: string;
|
|
63781
|
+
created_at: string;
|
|
63782
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
63783
|
+
}, {
|
|
63784
|
+
message: string;
|
|
63785
|
+
created_at: string;
|
|
63786
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
63608
63787
|
}>]>, "many">;
|
|
63609
63788
|
created_at: z.ZodString;
|
|
63610
63789
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -63957,6 +64136,10 @@ export declare const batch: z.ZodObject<{
|
|
|
63957
64136
|
message: string;
|
|
63958
64137
|
created_at: string;
|
|
63959
64138
|
warning_code: "unknown_issue_with_phone";
|
|
64139
|
+
} | {
|
|
64140
|
+
message: string;
|
|
64141
|
+
created_at: string;
|
|
64142
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
63960
64143
|
})[];
|
|
63961
64144
|
custom_metadata: Record<string, string | boolean>;
|
|
63962
64145
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -64186,6 +64369,10 @@ export declare const batch: z.ZodObject<{
|
|
|
64186
64369
|
message: string;
|
|
64187
64370
|
created_at: string;
|
|
64188
64371
|
warning_code: "unknown_issue_with_phone";
|
|
64372
|
+
} | {
|
|
64373
|
+
message: string;
|
|
64374
|
+
created_at: string;
|
|
64375
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
64189
64376
|
})[];
|
|
64190
64377
|
custom_metadata: Record<string, string | boolean>;
|
|
64191
64378
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -70943,6 +71130,10 @@ export declare const batch: z.ZodObject<{
|
|
|
70943
71130
|
message: string;
|
|
70944
71131
|
created_at: string;
|
|
70945
71132
|
warning_code: "unknown_issue_with_phone";
|
|
71133
|
+
} | {
|
|
71134
|
+
message: string;
|
|
71135
|
+
created_at: string;
|
|
71136
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
70946
71137
|
})[];
|
|
70947
71138
|
custom_metadata: Record<string, string | boolean>;
|
|
70948
71139
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -73039,6 +73230,10 @@ export declare const batch: z.ZodObject<{
|
|
|
73039
73230
|
message: string;
|
|
73040
73231
|
created_at: string;
|
|
73041
73232
|
warning_code: "unknown_issue_with_phone";
|
|
73233
|
+
} | {
|
|
73234
|
+
message: string;
|
|
73235
|
+
created_at: string;
|
|
73236
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
73042
73237
|
})[];
|
|
73043
73238
|
custom_metadata: Record<string, string | boolean>;
|
|
73044
73239
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -74884,6 +75079,10 @@ export declare const batch: z.ZodObject<{
|
|
|
74884
75079
|
message: string;
|
|
74885
75080
|
created_at: string;
|
|
74886
75081
|
warning_code: "unknown_issue_with_phone";
|
|
75082
|
+
} | {
|
|
75083
|
+
message: string;
|
|
75084
|
+
created_at: string;
|
|
75085
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
74887
75086
|
})[];
|
|
74888
75087
|
custom_metadata: Record<string, string | boolean>;
|
|
74889
75088
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -76980,6 +77179,10 @@ export declare const batch: z.ZodObject<{
|
|
|
76980
77179
|
message: string;
|
|
76981
77180
|
created_at: string;
|
|
76982
77181
|
warning_code: "unknown_issue_with_phone";
|
|
77182
|
+
} | {
|
|
77183
|
+
message: string;
|
|
77184
|
+
created_at: string;
|
|
77185
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
76983
77186
|
})[];
|
|
76984
77187
|
custom_metadata: Record<string, string | boolean>;
|
|
76985
77188
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -950,6 +950,19 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
950
950
|
message: string;
|
|
951
951
|
created_at: string;
|
|
952
952
|
warning_code: "lockly_time_zone_not_configured";
|
|
953
|
+
}>, z.ZodObject<{
|
|
954
|
+
message: z.ZodString;
|
|
955
|
+
created_at: z.ZodString;
|
|
956
|
+
} & {
|
|
957
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
958
|
+
}, "strip", z.ZodTypeAny, {
|
|
959
|
+
message: string;
|
|
960
|
+
created_at: string;
|
|
961
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
962
|
+
}, {
|
|
963
|
+
message: string;
|
|
964
|
+
created_at: string;
|
|
965
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
953
966
|
}>]>;
|
|
954
967
|
export type DeviceWarning = z.infer<typeof device_warning>;
|
|
955
968
|
declare const _device_warning_map: z.ZodObject<{
|
|
@@ -1198,6 +1211,20 @@ declare const _device_warning_map: z.ZodObject<{
|
|
|
1198
1211
|
created_at: string;
|
|
1199
1212
|
warning_code: "lockly_time_zone_not_configured";
|
|
1200
1213
|
}>>>;
|
|
1214
|
+
hub_required_for_addtional_capabilities: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1215
|
+
message: z.ZodString;
|
|
1216
|
+
created_at: z.ZodString;
|
|
1217
|
+
} & {
|
|
1218
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
1219
|
+
}, "strip", z.ZodTypeAny, {
|
|
1220
|
+
message: string;
|
|
1221
|
+
created_at: string;
|
|
1222
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
1223
|
+
}, {
|
|
1224
|
+
message: string;
|
|
1225
|
+
created_at: string;
|
|
1226
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
1227
|
+
}>>>;
|
|
1201
1228
|
}, "strip", z.ZodTypeAny, {
|
|
1202
1229
|
scheduled_maintenance_window?: {
|
|
1203
1230
|
message: string;
|
|
@@ -1286,6 +1313,11 @@ declare const _device_warning_map: z.ZodObject<{
|
|
|
1286
1313
|
created_at: string;
|
|
1287
1314
|
warning_code: "unknown_issue_with_phone";
|
|
1288
1315
|
} | null | undefined;
|
|
1316
|
+
hub_required_for_addtional_capabilities?: {
|
|
1317
|
+
message: string;
|
|
1318
|
+
created_at: string;
|
|
1319
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
1320
|
+
} | null | undefined;
|
|
1289
1321
|
}, {
|
|
1290
1322
|
scheduled_maintenance_window?: {
|
|
1291
1323
|
message: string;
|
|
@@ -1374,6 +1406,11 @@ declare const _device_warning_map: z.ZodObject<{
|
|
|
1374
1406
|
created_at: string;
|
|
1375
1407
|
warning_code: "unknown_issue_with_phone";
|
|
1376
1408
|
} | null | undefined;
|
|
1409
|
+
hub_required_for_addtional_capabilities?: {
|
|
1410
|
+
message: string;
|
|
1411
|
+
created_at: string;
|
|
1412
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
1413
|
+
} | null | undefined;
|
|
1377
1414
|
}>;
|
|
1378
1415
|
export type DeviceWarningMap = z.infer<typeof _device_warning_map>;
|
|
1379
1416
|
export declare const common_device_properties: z.ZodObject<{
|
|
@@ -4695,6 +4732,19 @@ export declare const device: z.ZodObject<{
|
|
|
4695
4732
|
message: string;
|
|
4696
4733
|
created_at: string;
|
|
4697
4734
|
warning_code: "lockly_time_zone_not_configured";
|
|
4735
|
+
}>, z.ZodObject<{
|
|
4736
|
+
message: z.ZodString;
|
|
4737
|
+
created_at: z.ZodString;
|
|
4738
|
+
} & {
|
|
4739
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
4740
|
+
}, "strip", z.ZodTypeAny, {
|
|
4741
|
+
message: string;
|
|
4742
|
+
created_at: string;
|
|
4743
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
4744
|
+
}, {
|
|
4745
|
+
message: string;
|
|
4746
|
+
created_at: string;
|
|
4747
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
4698
4748
|
}>]>, "many">;
|
|
4699
4749
|
created_at: z.ZodString;
|
|
4700
4750
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -4892,6 +4942,10 @@ export declare const device: z.ZodObject<{
|
|
|
4892
4942
|
message: string;
|
|
4893
4943
|
created_at: string;
|
|
4894
4944
|
warning_code: "unknown_issue_with_phone";
|
|
4945
|
+
} | {
|
|
4946
|
+
message: string;
|
|
4947
|
+
created_at: string;
|
|
4948
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
4895
4949
|
})[];
|
|
4896
4950
|
custom_metadata: Record<string, string | boolean>;
|
|
4897
4951
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -5555,6 +5609,10 @@ export declare const device: z.ZodObject<{
|
|
|
5555
5609
|
message: string;
|
|
5556
5610
|
created_at: string;
|
|
5557
5611
|
warning_code: "unknown_issue_with_phone";
|
|
5612
|
+
} | {
|
|
5613
|
+
message: string;
|
|
5614
|
+
created_at: string;
|
|
5615
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
5558
5616
|
})[];
|
|
5559
5617
|
custom_metadata: Record<string, string | boolean>;
|
|
5560
5618
|
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
@@ -357,6 +357,16 @@ export const unknown_issue_with_phone = common_device_warning.extend({
|
|
|
357
357
|
---
|
|
358
358
|
Indicates that an unknown issue occurred while syncing the state of the phone with the provider. This issue may affect the proper functioning of the phone.
|
|
359
359
|
`);
|
|
360
|
+
const hub_required_for_addtional_capabilities = common_device_warning.extend({
|
|
361
|
+
warning_code: z
|
|
362
|
+
.literal('hub_required_for_addtional_capabilities')
|
|
363
|
+
.describe(warning_code_description),
|
|
364
|
+
}).describe(`
|
|
365
|
+
---
|
|
366
|
+
variant_group_key: locks
|
|
367
|
+
---
|
|
368
|
+
Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.
|
|
369
|
+
`);
|
|
360
370
|
const device_warning = z.discriminatedUnion('warning_code', [
|
|
361
371
|
partial_backup_access_code_pool,
|
|
362
372
|
many_active_backup_codes,
|
|
@@ -375,6 +385,7 @@ const device_warning = z.discriminatedUnion('warning_code', [
|
|
|
375
385
|
salto_ks_subscription_limit_almost_reached,
|
|
376
386
|
unknown_issue_with_phone,
|
|
377
387
|
lockly_time_zone_not_configured,
|
|
388
|
+
hub_required_for_addtional_capabilities,
|
|
378
389
|
]);
|
|
379
390
|
const _device_warning_map = z.object({
|
|
380
391
|
partial_backup_access_code_pool: partial_backup_access_code_pool
|
|
@@ -414,6 +425,7 @@ const _device_warning_map = z.object({
|
|
|
414
425
|
lockly_time_zone_not_configured: lockly_time_zone_not_configured
|
|
415
426
|
.optional()
|
|
416
427
|
.nullable(),
|
|
428
|
+
hub_required_for_addtional_capabilities: hub_required_for_addtional_capabilities.optional().nullable(),
|
|
417
429
|
});
|
|
418
430
|
export const common_device_properties = z.object({
|
|
419
431
|
online: z.boolean().describe('Indicates whether the device is online.'),
|