@seamapi/types 1.632.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 +56 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +260 -0
- package/dist/index.cjs +56 -2
- 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.js +44 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +147 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +52 -0
- package/src/lib/seam/connect/route-types.ts +168 -0
package/dist/connect.d.cts
CHANGED
|
@@ -13385,6 +13385,19 @@ declare const batch: z.ZodObject<{
|
|
|
13385
13385
|
message: string;
|
|
13386
13386
|
created_at: string;
|
|
13387
13387
|
warning_code: "lockly_time_zone_not_configured";
|
|
13388
|
+
}>, z.ZodObject<{
|
|
13389
|
+
message: z.ZodString;
|
|
13390
|
+
created_at: z.ZodString;
|
|
13391
|
+
} & {
|
|
13392
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
13393
|
+
}, "strip", z.ZodTypeAny, {
|
|
13394
|
+
message: string;
|
|
13395
|
+
created_at: string;
|
|
13396
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
13397
|
+
}, {
|
|
13398
|
+
message: string;
|
|
13399
|
+
created_at: string;
|
|
13400
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
13388
13401
|
}>]>, "many">;
|
|
13389
13402
|
created_at: z.ZodString;
|
|
13390
13403
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -13582,6 +13595,10 @@ declare const batch: z.ZodObject<{
|
|
|
13582
13595
|
message: string;
|
|
13583
13596
|
created_at: string;
|
|
13584
13597
|
warning_code: "unknown_issue_with_phone";
|
|
13598
|
+
} | {
|
|
13599
|
+
message: string;
|
|
13600
|
+
created_at: string;
|
|
13601
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
13585
13602
|
})[];
|
|
13586
13603
|
custom_metadata: Record<string, string | boolean>;
|
|
13587
13604
|
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");
|
|
@@ -14245,6 +14262,10 @@ declare const batch: z.ZodObject<{
|
|
|
14245
14262
|
message: string;
|
|
14246
14263
|
created_at: string;
|
|
14247
14264
|
warning_code: "unknown_issue_with_phone";
|
|
14265
|
+
} | {
|
|
14266
|
+
message: string;
|
|
14267
|
+
created_at: string;
|
|
14268
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
14248
14269
|
})[];
|
|
14249
14270
|
custom_metadata: Record<string, string | boolean>;
|
|
14250
14271
|
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");
|
|
@@ -24105,6 +24126,19 @@ declare const batch: z.ZodObject<{
|
|
|
24105
24126
|
message: string;
|
|
24106
24127
|
created_at: string;
|
|
24107
24128
|
warning_code: "lockly_time_zone_not_configured";
|
|
24129
|
+
}>, z.ZodObject<{
|
|
24130
|
+
message: z.ZodString;
|
|
24131
|
+
created_at: z.ZodString;
|
|
24132
|
+
} & {
|
|
24133
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
24134
|
+
}, "strip", z.ZodTypeAny, {
|
|
24135
|
+
message: string;
|
|
24136
|
+
created_at: string;
|
|
24137
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
24138
|
+
}, {
|
|
24139
|
+
message: string;
|
|
24140
|
+
created_at: string;
|
|
24141
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
24108
24142
|
}>]>, "many">;
|
|
24109
24143
|
created_at: z.ZodString;
|
|
24110
24144
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -24457,6 +24491,10 @@ declare const batch: z.ZodObject<{
|
|
|
24457
24491
|
message: string;
|
|
24458
24492
|
created_at: string;
|
|
24459
24493
|
warning_code: "unknown_issue_with_phone";
|
|
24494
|
+
} | {
|
|
24495
|
+
message: string;
|
|
24496
|
+
created_at: string;
|
|
24497
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
24460
24498
|
})[];
|
|
24461
24499
|
custom_metadata: Record<string, string | boolean>;
|
|
24462
24500
|
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");
|
|
@@ -24686,6 +24724,10 @@ declare const batch: z.ZodObject<{
|
|
|
24686
24724
|
message: string;
|
|
24687
24725
|
created_at: string;
|
|
24688
24726
|
warning_code: "unknown_issue_with_phone";
|
|
24727
|
+
} | {
|
|
24728
|
+
message: string;
|
|
24729
|
+
created_at: string;
|
|
24730
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
24689
24731
|
})[];
|
|
24690
24732
|
custom_metadata: Record<string, string | boolean>;
|
|
24691
24733
|
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");
|
|
@@ -31443,6 +31485,10 @@ declare const batch: z.ZodObject<{
|
|
|
31443
31485
|
message: string;
|
|
31444
31486
|
created_at: string;
|
|
31445
31487
|
warning_code: "unknown_issue_with_phone";
|
|
31488
|
+
} | {
|
|
31489
|
+
message: string;
|
|
31490
|
+
created_at: string;
|
|
31491
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
31446
31492
|
})[];
|
|
31447
31493
|
custom_metadata: Record<string, string | boolean>;
|
|
31448
31494
|
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");
|
|
@@ -33539,6 +33585,10 @@ declare const batch: z.ZodObject<{
|
|
|
33539
33585
|
message: string;
|
|
33540
33586
|
created_at: string;
|
|
33541
33587
|
warning_code: "unknown_issue_with_phone";
|
|
33588
|
+
} | {
|
|
33589
|
+
message: string;
|
|
33590
|
+
created_at: string;
|
|
33591
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
33542
33592
|
})[];
|
|
33543
33593
|
custom_metadata: Record<string, string | boolean>;
|
|
33544
33594
|
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");
|
|
@@ -35384,6 +35434,10 @@ declare const batch: z.ZodObject<{
|
|
|
35384
35434
|
message: string;
|
|
35385
35435
|
created_at: string;
|
|
35386
35436
|
warning_code: "unknown_issue_with_phone";
|
|
35437
|
+
} | {
|
|
35438
|
+
message: string;
|
|
35439
|
+
created_at: string;
|
|
35440
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
35387
35441
|
})[];
|
|
35388
35442
|
custom_metadata: Record<string, string | boolean>;
|
|
35389
35443
|
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");
|
|
@@ -37480,6 +37534,10 @@ declare const batch: z.ZodObject<{
|
|
|
37480
37534
|
message: string;
|
|
37481
37535
|
created_at: string;
|
|
37482
37536
|
warning_code: "unknown_issue_with_phone";
|
|
37537
|
+
} | {
|
|
37538
|
+
message: string;
|
|
37539
|
+
created_at: string;
|
|
37540
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
37483
37541
|
})[];
|
|
37484
37542
|
custom_metadata: Record<string, string | boolean>;
|
|
37485
37543
|
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");
|
|
@@ -40484,6 +40542,19 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
40484
40542
|
message: string;
|
|
40485
40543
|
created_at: string;
|
|
40486
40544
|
warning_code: "lockly_time_zone_not_configured";
|
|
40545
|
+
}>, z.ZodObject<{
|
|
40546
|
+
message: z.ZodString;
|
|
40547
|
+
created_at: z.ZodString;
|
|
40548
|
+
} & {
|
|
40549
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
40550
|
+
}, "strip", z.ZodTypeAny, {
|
|
40551
|
+
message: string;
|
|
40552
|
+
created_at: string;
|
|
40553
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
40554
|
+
}, {
|
|
40555
|
+
message: string;
|
|
40556
|
+
created_at: string;
|
|
40557
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
40487
40558
|
}>]>;
|
|
40488
40559
|
type DeviceWarning = z.infer<typeof device_warning>;
|
|
40489
40560
|
declare const device: z.ZodObject<{
|
|
@@ -43317,6 +43388,19 @@ declare const device: z.ZodObject<{
|
|
|
43317
43388
|
message: string;
|
|
43318
43389
|
created_at: string;
|
|
43319
43390
|
warning_code: "lockly_time_zone_not_configured";
|
|
43391
|
+
}>, z.ZodObject<{
|
|
43392
|
+
message: z.ZodString;
|
|
43393
|
+
created_at: z.ZodString;
|
|
43394
|
+
} & {
|
|
43395
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
43396
|
+
}, "strip", z.ZodTypeAny, {
|
|
43397
|
+
message: string;
|
|
43398
|
+
created_at: string;
|
|
43399
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
43400
|
+
}, {
|
|
43401
|
+
message: string;
|
|
43402
|
+
created_at: string;
|
|
43403
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
43320
43404
|
}>]>, "many">;
|
|
43321
43405
|
created_at: z.ZodString;
|
|
43322
43406
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -43514,6 +43598,10 @@ declare const device: z.ZodObject<{
|
|
|
43514
43598
|
message: string;
|
|
43515
43599
|
created_at: string;
|
|
43516
43600
|
warning_code: "unknown_issue_with_phone";
|
|
43601
|
+
} | {
|
|
43602
|
+
message: string;
|
|
43603
|
+
created_at: string;
|
|
43604
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
43517
43605
|
})[];
|
|
43518
43606
|
custom_metadata: Record<string, string | boolean>;
|
|
43519
43607
|
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");
|
|
@@ -44177,6 +44265,10 @@ declare const device: z.ZodObject<{
|
|
|
44177
44265
|
message: string;
|
|
44178
44266
|
created_at: string;
|
|
44179
44267
|
warning_code: "unknown_issue_with_phone";
|
|
44268
|
+
} | {
|
|
44269
|
+
message: string;
|
|
44270
|
+
created_at: string;
|
|
44271
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
44180
44272
|
})[];
|
|
44181
44273
|
custom_metadata: Record<string, string | boolean>;
|
|
44182
44274
|
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");
|
|
@@ -47630,6 +47722,19 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47630
47722
|
message: string;
|
|
47631
47723
|
created_at: string;
|
|
47632
47724
|
warning_code: "lockly_time_zone_not_configured";
|
|
47725
|
+
}>, z.ZodObject<{
|
|
47726
|
+
message: z.ZodString;
|
|
47727
|
+
created_at: z.ZodString;
|
|
47728
|
+
} & {
|
|
47729
|
+
warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
|
|
47730
|
+
}, "strip", z.ZodTypeAny, {
|
|
47731
|
+
message: string;
|
|
47732
|
+
created_at: string;
|
|
47733
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
47734
|
+
}, {
|
|
47735
|
+
message: string;
|
|
47736
|
+
created_at: string;
|
|
47737
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
47633
47738
|
}>]>, "many">;
|
|
47634
47739
|
created_at: z.ZodString;
|
|
47635
47740
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -47982,6 +48087,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47982
48087
|
message: string;
|
|
47983
48088
|
created_at: string;
|
|
47984
48089
|
warning_code: "unknown_issue_with_phone";
|
|
48090
|
+
} | {
|
|
48091
|
+
message: string;
|
|
48092
|
+
created_at: string;
|
|
48093
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
47985
48094
|
})[];
|
|
47986
48095
|
custom_metadata: Record<string, string | boolean>;
|
|
47987
48096
|
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");
|
|
@@ -48211,6 +48320,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
48211
48320
|
message: string;
|
|
48212
48321
|
created_at: string;
|
|
48213
48322
|
warning_code: "unknown_issue_with_phone";
|
|
48323
|
+
} | {
|
|
48324
|
+
message: string;
|
|
48325
|
+
created_at: string;
|
|
48326
|
+
warning_code: "hub_required_for_addtional_capabilities";
|
|
48214
48327
|
})[];
|
|
48215
48328
|
custom_metadata: Record<string, string | boolean>;
|
|
48216
48329
|
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");
|
|
@@ -122374,6 +122487,13 @@ type Routes = {
|
|
|
122374
122487
|
created_at: string;
|
|
122375
122488
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122376
122489
|
warning_code: 'lockly_time_zone_not_configured';
|
|
122490
|
+
} | {
|
|
122491
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
122492
|
+
message: string;
|
|
122493
|
+
/** Date and time at which Seam created the warning. */
|
|
122494
|
+
created_at: string;
|
|
122495
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122496
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
122377
122497
|
})[];
|
|
122378
122498
|
/** Date and time at which the device object was created. */
|
|
122379
122499
|
created_at: string;
|
|
@@ -125812,6 +125932,13 @@ type Routes = {
|
|
|
125812
125932
|
created_at: string;
|
|
125813
125933
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125814
125934
|
warning_code: 'lockly_time_zone_not_configured';
|
|
125935
|
+
} | {
|
|
125936
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
125937
|
+
message: string;
|
|
125938
|
+
/** Date and time at which Seam created the warning. */
|
|
125939
|
+
created_at: string;
|
|
125940
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125941
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
125815
125942
|
})[];
|
|
125816
125943
|
/** Date and time at which the device object was created. */
|
|
125817
125944
|
created_at: string;
|
|
@@ -128431,6 +128558,13 @@ type Routes = {
|
|
|
128431
128558
|
created_at: string;
|
|
128432
128559
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128433
128560
|
warning_code: 'lockly_time_zone_not_configured';
|
|
128561
|
+
} | {
|
|
128562
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128563
|
+
message: string;
|
|
128564
|
+
/** Date and time at which Seam created the warning. */
|
|
128565
|
+
created_at: string;
|
|
128566
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128567
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
128434
128568
|
})[];
|
|
128435
128569
|
/** Date and time at which the device object was created. */
|
|
128436
128570
|
created_at: string;
|
|
@@ -144709,6 +144843,13 @@ type Routes = {
|
|
|
144709
144843
|
created_at: string;
|
|
144710
144844
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144711
144845
|
warning_code: 'lockly_time_zone_not_configured';
|
|
144846
|
+
} | {
|
|
144847
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144848
|
+
message: string;
|
|
144849
|
+
/** Date and time at which Seam created the warning. */
|
|
144850
|
+
created_at: string;
|
|
144851
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144852
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
144712
144853
|
})[];
|
|
144713
144854
|
/** Date and time at which the device object was created. */
|
|
144714
144855
|
created_at: string;
|
|
@@ -145972,6 +146113,13 @@ type Routes = {
|
|
|
145972
146113
|
created_at: string;
|
|
145973
146114
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145974
146115
|
warning_code: 'lockly_time_zone_not_configured';
|
|
146116
|
+
} | {
|
|
146117
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
146118
|
+
message: string;
|
|
146119
|
+
/** Date and time at which Seam created the warning. */
|
|
146120
|
+
created_at: string;
|
|
146121
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146122
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
145975
146123
|
})[];
|
|
145976
146124
|
/** Date and time at which the device object was created. */
|
|
145977
146125
|
created_at: string;
|
|
@@ -146421,6 +146569,13 @@ type Routes = {
|
|
|
146421
146569
|
created_at: string;
|
|
146422
146570
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146423
146571
|
warning_code: 'lockly_time_zone_not_configured';
|
|
146572
|
+
} | {
|
|
146573
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
146574
|
+
message: string;
|
|
146575
|
+
/** Date and time at which Seam created the warning. */
|
|
146576
|
+
created_at: string;
|
|
146577
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146578
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
146424
146579
|
})[];
|
|
146425
146580
|
/** Date and time at which the device object was created. */
|
|
146426
146581
|
created_at: string;
|
|
@@ -146854,6 +147009,13 @@ type Routes = {
|
|
|
146854
147009
|
created_at: string;
|
|
146855
147010
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146856
147011
|
warning_code: 'lockly_time_zone_not_configured';
|
|
147012
|
+
} | {
|
|
147013
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147014
|
+
message: string;
|
|
147015
|
+
/** Date and time at which Seam created the warning. */
|
|
147016
|
+
created_at: string;
|
|
147017
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147018
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
146857
147019
|
})[];
|
|
146858
147020
|
/** Date and time at which the device object was created. */
|
|
146859
147021
|
created_at: string;
|
|
@@ -152194,6 +152356,13 @@ type Routes = {
|
|
|
152194
152356
|
created_at: string;
|
|
152195
152357
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
152196
152358
|
warning_code: 'lockly_time_zone_not_configured';
|
|
152359
|
+
} | {
|
|
152360
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
152361
|
+
message: string;
|
|
152362
|
+
/** Date and time at which Seam created the warning. */
|
|
152363
|
+
created_at: string;
|
|
152364
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
152365
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
152197
152366
|
})[];
|
|
152198
152367
|
/** Date and time at which the device object was created. */
|
|
152199
152368
|
created_at: string;
|
|
@@ -153408,6 +153577,13 @@ type Routes = {
|
|
|
153408
153577
|
created_at: string;
|
|
153409
153578
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153410
153579
|
warning_code: 'lockly_time_zone_not_configured';
|
|
153580
|
+
} | {
|
|
153581
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
153582
|
+
message: string;
|
|
153583
|
+
/** Date and time at which Seam created the warning. */
|
|
153584
|
+
created_at: string;
|
|
153585
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153586
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
153411
153587
|
})[];
|
|
153412
153588
|
/** Date and time at which the device object was created. */
|
|
153413
153589
|
created_at: string;
|
|
@@ -154671,6 +154847,13 @@ type Routes = {
|
|
|
154671
154847
|
created_at: string;
|
|
154672
154848
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154673
154849
|
warning_code: 'lockly_time_zone_not_configured';
|
|
154850
|
+
} | {
|
|
154851
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
154852
|
+
message: string;
|
|
154853
|
+
/** Date and time at which Seam created the warning. */
|
|
154854
|
+
created_at: string;
|
|
154855
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154856
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
154674
154857
|
})[];
|
|
154675
154858
|
/** Date and time at which the device object was created. */
|
|
154676
154859
|
created_at: string;
|
|
@@ -155884,6 +156067,13 @@ type Routes = {
|
|
|
155884
156067
|
created_at: string;
|
|
155885
156068
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155886
156069
|
warning_code: 'lockly_time_zone_not_configured';
|
|
156070
|
+
} | {
|
|
156071
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
156072
|
+
message: string;
|
|
156073
|
+
/** Date and time at which Seam created the warning. */
|
|
156074
|
+
created_at: string;
|
|
156075
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
156076
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
155887
156077
|
})[];
|
|
155888
156078
|
/** Date and time at which the device object was created. */
|
|
155889
156079
|
created_at: string;
|
|
@@ -162225,6 +162415,13 @@ type Routes = {
|
|
|
162225
162415
|
created_at: string;
|
|
162226
162416
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
162227
162417
|
warning_code: 'lockly_time_zone_not_configured';
|
|
162418
|
+
} | {
|
|
162419
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
162420
|
+
message: string;
|
|
162421
|
+
/** Date and time at which Seam created the warning. */
|
|
162422
|
+
created_at: string;
|
|
162423
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
162424
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
162228
162425
|
})[];
|
|
162229
162426
|
/** Date and time at which the device object was created. */
|
|
162230
162427
|
created_at: string;
|
|
@@ -163438,6 +163635,13 @@ type Routes = {
|
|
|
163438
163635
|
created_at: string;
|
|
163439
163636
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
163440
163637
|
warning_code: 'lockly_time_zone_not_configured';
|
|
163638
|
+
} | {
|
|
163639
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
163640
|
+
message: string;
|
|
163641
|
+
/** Date and time at which Seam created the warning. */
|
|
163642
|
+
created_at: string;
|
|
163643
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
163644
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
163441
163645
|
})[];
|
|
163442
163646
|
/** Date and time at which the device object was created. */
|
|
163443
163647
|
created_at: string;
|
|
@@ -172745,6 +172949,13 @@ type Routes = {
|
|
|
172745
172949
|
created_at: string;
|
|
172746
172950
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
172747
172951
|
warning_code: 'lockly_time_zone_not_configured';
|
|
172952
|
+
} | {
|
|
172953
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
172954
|
+
message: string;
|
|
172955
|
+
/** Date and time at which Seam created the warning. */
|
|
172956
|
+
created_at: string;
|
|
172957
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
172958
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
172748
172959
|
})[];
|
|
172749
172960
|
/** Date and time at which the device object was created. */
|
|
172750
172961
|
created_at: string;
|
|
@@ -178390,6 +178601,13 @@ type Routes = {
|
|
|
178390
178601
|
created_at: string;
|
|
178391
178602
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
178392
178603
|
warning_code: 'lockly_time_zone_not_configured';
|
|
178604
|
+
} | {
|
|
178605
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
178606
|
+
message: string;
|
|
178607
|
+
/** Date and time at which Seam created the warning. */
|
|
178608
|
+
created_at: string;
|
|
178609
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
178610
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
178393
178611
|
})[];
|
|
178394
178612
|
/** Date and time at which the device object was created. */
|
|
178395
178613
|
created_at: string;
|
|
@@ -182205,6 +182423,13 @@ type Routes = {
|
|
|
182205
182423
|
created_at: string;
|
|
182206
182424
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182207
182425
|
warning_code: 'lockly_time_zone_not_configured';
|
|
182426
|
+
} | {
|
|
182427
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
182428
|
+
message: string;
|
|
182429
|
+
/** Date and time at which Seam created the warning. */
|
|
182430
|
+
created_at: string;
|
|
182431
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182432
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
182208
182433
|
})[];
|
|
182209
182434
|
/** Date and time at which the device object was created. */
|
|
182210
182435
|
created_at: string;
|
|
@@ -183418,6 +183643,13 @@ type Routes = {
|
|
|
183418
183643
|
created_at: string;
|
|
183419
183644
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
183420
183645
|
warning_code: 'lockly_time_zone_not_configured';
|
|
183646
|
+
} | {
|
|
183647
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
183648
|
+
message: string;
|
|
183649
|
+
/** Date and time at which Seam created the warning. */
|
|
183650
|
+
created_at: string;
|
|
183651
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
183652
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
183421
183653
|
})[];
|
|
183422
183654
|
/** Date and time at which the device object was created. */
|
|
183423
183655
|
created_at: string;
|
|
@@ -190629,6 +190861,13 @@ type Routes = {
|
|
|
190629
190861
|
created_at: string;
|
|
190630
190862
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
190631
190863
|
warning_code: 'lockly_time_zone_not_configured';
|
|
190864
|
+
} | {
|
|
190865
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
190866
|
+
message: string;
|
|
190867
|
+
/** Date and time at which Seam created the warning. */
|
|
190868
|
+
created_at: string;
|
|
190869
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
190870
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
190632
190871
|
})[];
|
|
190633
190872
|
/** Date and time at which the device object was created. */
|
|
190634
190873
|
created_at: string;
|
|
@@ -191844,6 +192083,13 @@ type Routes = {
|
|
|
191844
192083
|
created_at: string;
|
|
191845
192084
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
191846
192085
|
warning_code: 'lockly_time_zone_not_configured';
|
|
192086
|
+
} | {
|
|
192087
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
192088
|
+
message: string;
|
|
192089
|
+
/** Date and time at which Seam created the warning. */
|
|
192090
|
+
created_at: string;
|
|
192091
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
192092
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
191847
192093
|
})[];
|
|
191848
192094
|
/** Date and time at which the device object was created. */
|
|
191849
192095
|
created_at: string;
|
|
@@ -193990,6 +194236,13 @@ type Routes = {
|
|
|
193990
194236
|
created_at: string;
|
|
193991
194237
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
193992
194238
|
warning_code: 'lockly_time_zone_not_configured';
|
|
194239
|
+
} | {
|
|
194240
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
194241
|
+
message: string;
|
|
194242
|
+
/** Date and time at which Seam created the warning. */
|
|
194243
|
+
created_at: string;
|
|
194244
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
194245
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
193993
194246
|
})[];
|
|
193994
194247
|
/** Date and time at which the device object was created. */
|
|
193995
194248
|
created_at: string;
|
|
@@ -196609,6 +196862,13 @@ type Routes = {
|
|
|
196609
196862
|
created_at: string;
|
|
196610
196863
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
196611
196864
|
warning_code: 'lockly_time_zone_not_configured';
|
|
196865
|
+
} | {
|
|
196866
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
196867
|
+
message: string;
|
|
196868
|
+
/** Date and time at which Seam created the warning. */
|
|
196869
|
+
created_at: string;
|
|
196870
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
196871
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
196612
196872
|
})[];
|
|
196613
196873
|
/** Date and time at which the device object was created. */
|
|
196614
196874
|
created_at: string;
|
package/dist/index.cjs
CHANGED
|
@@ -1422,6 +1422,14 @@ var unknown_issue_with_phone = common_device_warning.extend({
|
|
|
1422
1422
|
---
|
|
1423
1423
|
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.
|
|
1424
1424
|
`);
|
|
1425
|
+
var hub_required_for_addtional_capabilities = common_device_warning.extend({
|
|
1426
|
+
warning_code: zod.z.literal("hub_required_for_addtional_capabilities").describe(warning_code_description2)
|
|
1427
|
+
}).describe(`
|
|
1428
|
+
---
|
|
1429
|
+
variant_group_key: locks
|
|
1430
|
+
---
|
|
1431
|
+
Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.
|
|
1432
|
+
`);
|
|
1425
1433
|
var device_warning = zod.z.discriminatedUnion("warning_code", [
|
|
1426
1434
|
partial_backup_access_code_pool,
|
|
1427
1435
|
many_active_backup_codes,
|
|
@@ -1439,7 +1447,8 @@ var device_warning = zod.z.discriminatedUnion("warning_code", [
|
|
|
1439
1447
|
salto_ks_privacy_mode,
|
|
1440
1448
|
salto_ks_subscription_limit_almost_reached2,
|
|
1441
1449
|
unknown_issue_with_phone,
|
|
1442
|
-
lockly_time_zone_not_configured
|
|
1450
|
+
lockly_time_zone_not_configured,
|
|
1451
|
+
hub_required_for_addtional_capabilities
|
|
1443
1452
|
]);
|
|
1444
1453
|
zod.z.object({
|
|
1445
1454
|
partial_backup_access_code_pool: partial_backup_access_code_pool.optional().nullable(),
|
|
@@ -1461,7 +1470,8 @@ zod.z.object({
|
|
|
1461
1470
|
salto_ks_privacy_mode: salto_ks_privacy_mode.optional().nullable(),
|
|
1462
1471
|
salto_ks_subscription_limit_almost_reached: salto_ks_subscription_limit_almost_reached2.optional().nullable(),
|
|
1463
1472
|
unknown_issue_with_phone: unknown_issue_with_phone.optional().nullable(),
|
|
1464
|
-
lockly_time_zone_not_configured: lockly_time_zone_not_configured.optional().nullable()
|
|
1473
|
+
lockly_time_zone_not_configured: lockly_time_zone_not_configured.optional().nullable(),
|
|
1474
|
+
hub_required_for_addtional_capabilities: hub_required_for_addtional_capabilities.optional().nullable()
|
|
1465
1475
|
});
|
|
1466
1476
|
var common_device_properties = zod.z.object({
|
|
1467
1477
|
online: zod.z.boolean().describe("Indicates whether the device is online."),
|
|
@@ -17511,6 +17521,28 @@ var openapi_default = {
|
|
|
17511
17521
|
},
|
|
17512
17522
|
required: ["message", "created_at", "warning_code"],
|
|
17513
17523
|
type: "object"
|
|
17524
|
+
},
|
|
17525
|
+
{
|
|
17526
|
+
description: "Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.",
|
|
17527
|
+
properties: {
|
|
17528
|
+
created_at: {
|
|
17529
|
+
description: "Date and time at which Seam created the warning.",
|
|
17530
|
+
format: "date-time",
|
|
17531
|
+
type: "string"
|
|
17532
|
+
},
|
|
17533
|
+
message: {
|
|
17534
|
+
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
17535
|
+
type: "string"
|
|
17536
|
+
},
|
|
17537
|
+
warning_code: {
|
|
17538
|
+
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
17539
|
+
enum: ["hub_required_for_addtional_capabilities"],
|
|
17540
|
+
type: "string"
|
|
17541
|
+
}
|
|
17542
|
+
},
|
|
17543
|
+
required: ["message", "created_at", "warning_code"],
|
|
17544
|
+
type: "object",
|
|
17545
|
+
"x-variant-group-key": "locks"
|
|
17514
17546
|
}
|
|
17515
17547
|
]
|
|
17516
17548
|
},
|
|
@@ -28807,6 +28839,28 @@ var openapi_default = {
|
|
|
28807
28839
|
},
|
|
28808
28840
|
required: ["message", "created_at", "warning_code"],
|
|
28809
28841
|
type: "object"
|
|
28842
|
+
},
|
|
28843
|
+
{
|
|
28844
|
+
description: "Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.",
|
|
28845
|
+
properties: {
|
|
28846
|
+
created_at: {
|
|
28847
|
+
description: "Date and time at which Seam created the warning.",
|
|
28848
|
+
format: "date-time",
|
|
28849
|
+
type: "string"
|
|
28850
|
+
},
|
|
28851
|
+
message: {
|
|
28852
|
+
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
28853
|
+
type: "string"
|
|
28854
|
+
},
|
|
28855
|
+
warning_code: {
|
|
28856
|
+
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
28857
|
+
enum: ["hub_required_for_addtional_capabilities"],
|
|
28858
|
+
type: "string"
|
|
28859
|
+
}
|
|
28860
|
+
},
|
|
28861
|
+
required: ["message", "created_at", "warning_code"],
|
|
28862
|
+
type: "object",
|
|
28863
|
+
"x-variant-group-key": "locks"
|
|
28810
28864
|
}
|
|
28811
28865
|
]
|
|
28812
28866
|
},
|