@seamapi/types 1.689.0 → 1.690.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 +253 -0
- package/dist/index.cjs +56 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +14 -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 +140 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +15 -0
- package/src/lib/seam/connect/openapi.ts +52 -0
- package/src/lib/seam/connect/route-types.ts +160 -0
package/dist/connect.d.cts
CHANGED
|
@@ -13555,6 +13555,19 @@ declare const batch: z.ZodObject<{
|
|
|
13555
13555
|
message: string;
|
|
13556
13556
|
created_at: string;
|
|
13557
13557
|
warning_code: "keynest_unsupported_locker";
|
|
13558
|
+
}>, z.ZodObject<{
|
|
13559
|
+
message: z.ZodString;
|
|
13560
|
+
created_at: z.ZodString;
|
|
13561
|
+
} & {
|
|
13562
|
+
warning_code: z.ZodLiteral<"accessory_keypad_setup_required">;
|
|
13563
|
+
}, "strip", z.ZodTypeAny, {
|
|
13564
|
+
message: string;
|
|
13565
|
+
created_at: string;
|
|
13566
|
+
warning_code: "accessory_keypad_setup_required";
|
|
13567
|
+
}, {
|
|
13568
|
+
message: string;
|
|
13569
|
+
created_at: string;
|
|
13570
|
+
warning_code: "accessory_keypad_setup_required";
|
|
13558
13571
|
}>]>, "many">;
|
|
13559
13572
|
created_at: z.ZodString;
|
|
13560
13573
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -13756,6 +13769,10 @@ declare const batch: z.ZodObject<{
|
|
|
13756
13769
|
message: string;
|
|
13757
13770
|
created_at: string;
|
|
13758
13771
|
warning_code: "keynest_unsupported_locker";
|
|
13772
|
+
} | {
|
|
13773
|
+
message: string;
|
|
13774
|
+
created_at: string;
|
|
13775
|
+
warning_code: "accessory_keypad_setup_required";
|
|
13759
13776
|
})[];
|
|
13760
13777
|
custom_metadata: Record<string, string | boolean>;
|
|
13761
13778
|
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");
|
|
@@ -14427,6 +14444,10 @@ declare const batch: z.ZodObject<{
|
|
|
14427
14444
|
message: string;
|
|
14428
14445
|
created_at: string;
|
|
14429
14446
|
warning_code: "keynest_unsupported_locker";
|
|
14447
|
+
} | {
|
|
14448
|
+
message: string;
|
|
14449
|
+
created_at: string;
|
|
14450
|
+
warning_code: "accessory_keypad_setup_required";
|
|
14430
14451
|
})[];
|
|
14431
14452
|
custom_metadata: Record<string, string | boolean>;
|
|
14432
14453
|
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");
|
|
@@ -24782,6 +24803,19 @@ declare const batch: z.ZodObject<{
|
|
|
24782
24803
|
message: string;
|
|
24783
24804
|
created_at: string;
|
|
24784
24805
|
warning_code: "keynest_unsupported_locker";
|
|
24806
|
+
}>, z.ZodObject<{
|
|
24807
|
+
message: z.ZodString;
|
|
24808
|
+
created_at: z.ZodString;
|
|
24809
|
+
} & {
|
|
24810
|
+
warning_code: z.ZodLiteral<"accessory_keypad_setup_required">;
|
|
24811
|
+
}, "strip", z.ZodTypeAny, {
|
|
24812
|
+
message: string;
|
|
24813
|
+
created_at: string;
|
|
24814
|
+
warning_code: "accessory_keypad_setup_required";
|
|
24815
|
+
}, {
|
|
24816
|
+
message: string;
|
|
24817
|
+
created_at: string;
|
|
24818
|
+
warning_code: "accessory_keypad_setup_required";
|
|
24785
24819
|
}>]>, "many">;
|
|
24786
24820
|
created_at: z.ZodString;
|
|
24787
24821
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -25138,6 +25172,10 @@ declare const batch: z.ZodObject<{
|
|
|
25138
25172
|
message: string;
|
|
25139
25173
|
created_at: string;
|
|
25140
25174
|
warning_code: "keynest_unsupported_locker";
|
|
25175
|
+
} | {
|
|
25176
|
+
message: string;
|
|
25177
|
+
created_at: string;
|
|
25178
|
+
warning_code: "accessory_keypad_setup_required";
|
|
25141
25179
|
})[];
|
|
25142
25180
|
custom_metadata: Record<string, string | boolean>;
|
|
25143
25181
|
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");
|
|
@@ -25371,6 +25409,10 @@ declare const batch: z.ZodObject<{
|
|
|
25371
25409
|
message: string;
|
|
25372
25410
|
created_at: string;
|
|
25373
25411
|
warning_code: "keynest_unsupported_locker";
|
|
25412
|
+
} | {
|
|
25413
|
+
message: string;
|
|
25414
|
+
created_at: string;
|
|
25415
|
+
warning_code: "accessory_keypad_setup_required";
|
|
25374
25416
|
})[];
|
|
25375
25417
|
custom_metadata: Record<string, string | boolean>;
|
|
25376
25418
|
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");
|
|
@@ -32262,6 +32304,10 @@ declare const batch: z.ZodObject<{
|
|
|
32262
32304
|
message: string;
|
|
32263
32305
|
created_at: string;
|
|
32264
32306
|
warning_code: "keynest_unsupported_locker";
|
|
32307
|
+
} | {
|
|
32308
|
+
message: string;
|
|
32309
|
+
created_at: string;
|
|
32310
|
+
warning_code: "accessory_keypad_setup_required";
|
|
32265
32311
|
})[];
|
|
32266
32312
|
custom_metadata: Record<string, string | boolean>;
|
|
32267
32313
|
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");
|
|
@@ -34345,6 +34391,10 @@ declare const batch: z.ZodObject<{
|
|
|
34345
34391
|
message: string;
|
|
34346
34392
|
created_at: string;
|
|
34347
34393
|
warning_code: "keynest_unsupported_locker";
|
|
34394
|
+
} | {
|
|
34395
|
+
message: string;
|
|
34396
|
+
created_at: string;
|
|
34397
|
+
warning_code: "accessory_keypad_setup_required";
|
|
34348
34398
|
})[];
|
|
34349
34399
|
custom_metadata: Record<string, string | boolean>;
|
|
34350
34400
|
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");
|
|
@@ -36321,6 +36371,10 @@ declare const batch: z.ZodObject<{
|
|
|
36321
36371
|
message: string;
|
|
36322
36372
|
created_at: string;
|
|
36323
36373
|
warning_code: "keynest_unsupported_locker";
|
|
36374
|
+
} | {
|
|
36375
|
+
message: string;
|
|
36376
|
+
created_at: string;
|
|
36377
|
+
warning_code: "accessory_keypad_setup_required";
|
|
36324
36378
|
})[];
|
|
36325
36379
|
custom_metadata: Record<string, string | boolean>;
|
|
36326
36380
|
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");
|
|
@@ -38404,6 +38458,10 @@ declare const batch: z.ZodObject<{
|
|
|
38404
38458
|
message: string;
|
|
38405
38459
|
created_at: string;
|
|
38406
38460
|
warning_code: "keynest_unsupported_locker";
|
|
38461
|
+
} | {
|
|
38462
|
+
message: string;
|
|
38463
|
+
created_at: string;
|
|
38464
|
+
warning_code: "accessory_keypad_setup_required";
|
|
38407
38465
|
})[];
|
|
38408
38466
|
custom_metadata: Record<string, string | boolean>;
|
|
38409
38467
|
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");
|
|
@@ -41536,6 +41594,19 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
41536
41594
|
message: string;
|
|
41537
41595
|
created_at: string;
|
|
41538
41596
|
warning_code: "keynest_unsupported_locker";
|
|
41597
|
+
}>, z.ZodObject<{
|
|
41598
|
+
message: z.ZodString;
|
|
41599
|
+
created_at: z.ZodString;
|
|
41600
|
+
} & {
|
|
41601
|
+
warning_code: z.ZodLiteral<"accessory_keypad_setup_required">;
|
|
41602
|
+
}, "strip", z.ZodTypeAny, {
|
|
41603
|
+
message: string;
|
|
41604
|
+
created_at: string;
|
|
41605
|
+
warning_code: "accessory_keypad_setup_required";
|
|
41606
|
+
}, {
|
|
41607
|
+
message: string;
|
|
41608
|
+
created_at: string;
|
|
41609
|
+
warning_code: "accessory_keypad_setup_required";
|
|
41539
41610
|
}>]>;
|
|
41540
41611
|
type DeviceWarning = z.infer<typeof device_warning>;
|
|
41541
41612
|
declare const device: z.ZodObject<{
|
|
@@ -44402,6 +44473,19 @@ declare const device: z.ZodObject<{
|
|
|
44402
44473
|
message: string;
|
|
44403
44474
|
created_at: string;
|
|
44404
44475
|
warning_code: "keynest_unsupported_locker";
|
|
44476
|
+
}>, z.ZodObject<{
|
|
44477
|
+
message: z.ZodString;
|
|
44478
|
+
created_at: z.ZodString;
|
|
44479
|
+
} & {
|
|
44480
|
+
warning_code: z.ZodLiteral<"accessory_keypad_setup_required">;
|
|
44481
|
+
}, "strip", z.ZodTypeAny, {
|
|
44482
|
+
message: string;
|
|
44483
|
+
created_at: string;
|
|
44484
|
+
warning_code: "accessory_keypad_setup_required";
|
|
44485
|
+
}, {
|
|
44486
|
+
message: string;
|
|
44487
|
+
created_at: string;
|
|
44488
|
+
warning_code: "accessory_keypad_setup_required";
|
|
44405
44489
|
}>]>, "many">;
|
|
44406
44490
|
created_at: z.ZodString;
|
|
44407
44491
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -44603,6 +44687,10 @@ declare const device: z.ZodObject<{
|
|
|
44603
44687
|
message: string;
|
|
44604
44688
|
created_at: string;
|
|
44605
44689
|
warning_code: "keynest_unsupported_locker";
|
|
44690
|
+
} | {
|
|
44691
|
+
message: string;
|
|
44692
|
+
created_at: string;
|
|
44693
|
+
warning_code: "accessory_keypad_setup_required";
|
|
44606
44694
|
})[];
|
|
44607
44695
|
custom_metadata: Record<string, string | boolean>;
|
|
44608
44696
|
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");
|
|
@@ -45274,6 +45362,10 @@ declare const device: z.ZodObject<{
|
|
|
45274
45362
|
message: string;
|
|
45275
45363
|
created_at: string;
|
|
45276
45364
|
warning_code: "keynest_unsupported_locker";
|
|
45365
|
+
} | {
|
|
45366
|
+
message: string;
|
|
45367
|
+
created_at: string;
|
|
45368
|
+
warning_code: "accessory_keypad_setup_required";
|
|
45277
45369
|
})[];
|
|
45278
45370
|
custom_metadata: Record<string, string | boolean>;
|
|
45279
45371
|
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");
|
|
@@ -48764,6 +48856,19 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
48764
48856
|
message: string;
|
|
48765
48857
|
created_at: string;
|
|
48766
48858
|
warning_code: "keynest_unsupported_locker";
|
|
48859
|
+
}>, z.ZodObject<{
|
|
48860
|
+
message: z.ZodString;
|
|
48861
|
+
created_at: z.ZodString;
|
|
48862
|
+
} & {
|
|
48863
|
+
warning_code: z.ZodLiteral<"accessory_keypad_setup_required">;
|
|
48864
|
+
}, "strip", z.ZodTypeAny, {
|
|
48865
|
+
message: string;
|
|
48866
|
+
created_at: string;
|
|
48867
|
+
warning_code: "accessory_keypad_setup_required";
|
|
48868
|
+
}, {
|
|
48869
|
+
message: string;
|
|
48870
|
+
created_at: string;
|
|
48871
|
+
warning_code: "accessory_keypad_setup_required";
|
|
48767
48872
|
}>]>, "many">;
|
|
48768
48873
|
created_at: z.ZodString;
|
|
48769
48874
|
is_managed: z.ZodLiteral<true>;
|
|
@@ -49120,6 +49225,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
49120
49225
|
message: string;
|
|
49121
49226
|
created_at: string;
|
|
49122
49227
|
warning_code: "keynest_unsupported_locker";
|
|
49228
|
+
} | {
|
|
49229
|
+
message: string;
|
|
49230
|
+
created_at: string;
|
|
49231
|
+
warning_code: "accessory_keypad_setup_required";
|
|
49123
49232
|
})[];
|
|
49124
49233
|
custom_metadata: Record<string, string | boolean>;
|
|
49125
49234
|
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");
|
|
@@ -49353,6 +49462,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
49353
49462
|
message: string;
|
|
49354
49463
|
created_at: string;
|
|
49355
49464
|
warning_code: "keynest_unsupported_locker";
|
|
49465
|
+
} | {
|
|
49466
|
+
message: string;
|
|
49467
|
+
created_at: string;
|
|
49468
|
+
warning_code: "accessory_keypad_setup_required";
|
|
49356
49469
|
})[];
|
|
49357
49470
|
custom_metadata: Record<string, string | boolean>;
|
|
49358
49471
|
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");
|
|
@@ -125794,6 +125907,13 @@ type Routes = {
|
|
|
125794
125907
|
created_at: string;
|
|
125795
125908
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125796
125909
|
warning_code: 'keynest_unsupported_locker';
|
|
125910
|
+
} | {
|
|
125911
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
125912
|
+
message: string;
|
|
125913
|
+
/** Date and time at which Seam created the warning. */
|
|
125914
|
+
created_at: string;
|
|
125915
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125916
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
125797
125917
|
})[];
|
|
125798
125918
|
/** Date and time at which the device object was created. */
|
|
125799
125919
|
created_at: string;
|
|
@@ -129190,6 +129310,13 @@ type Routes = {
|
|
|
129190
129310
|
created_at: string;
|
|
129191
129311
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129192
129312
|
warning_code: 'keynest_unsupported_locker';
|
|
129313
|
+
} | {
|
|
129314
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129315
|
+
message: string;
|
|
129316
|
+
/** Date and time at which Seam created the warning. */
|
|
129317
|
+
created_at: string;
|
|
129318
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129319
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
129193
129320
|
})[];
|
|
129194
129321
|
/** Date and time at which the device object was created. */
|
|
129195
129322
|
created_at: string;
|
|
@@ -142895,6 +143022,13 @@ type Routes = {
|
|
|
142895
143022
|
created_at: string;
|
|
142896
143023
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
142897
143024
|
warning_code: 'keynest_unsupported_locker';
|
|
143025
|
+
} | {
|
|
143026
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
143027
|
+
message: string;
|
|
143028
|
+
/** Date and time at which Seam created the warning. */
|
|
143029
|
+
created_at: string;
|
|
143030
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
143031
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
142898
143032
|
})[];
|
|
142899
143033
|
/** Date and time at which the device object was created. */
|
|
142900
143034
|
created_at: string;
|
|
@@ -144174,6 +144308,13 @@ type Routes = {
|
|
|
144174
144308
|
created_at: string;
|
|
144175
144309
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144176
144310
|
warning_code: 'keynest_unsupported_locker';
|
|
144311
|
+
} | {
|
|
144312
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144313
|
+
message: string;
|
|
144314
|
+
/** Date and time at which Seam created the warning. */
|
|
144315
|
+
created_at: string;
|
|
144316
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144317
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
144177
144318
|
})[];
|
|
144178
144319
|
/** Date and time at which the device object was created. */
|
|
144179
144320
|
created_at: string;
|
|
@@ -144659,6 +144800,13 @@ type Routes = {
|
|
|
144659
144800
|
created_at: string;
|
|
144660
144801
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144661
144802
|
warning_code: 'keynest_unsupported_locker';
|
|
144803
|
+
} | {
|
|
144804
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144805
|
+
message: string;
|
|
144806
|
+
/** Date and time at which Seam created the warning. */
|
|
144807
|
+
created_at: string;
|
|
144808
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144809
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
144662
144810
|
})[];
|
|
144663
144811
|
/** Date and time at which the device object was created. */
|
|
144664
144812
|
created_at: string;
|
|
@@ -145100,6 +145248,13 @@ type Routes = {
|
|
|
145100
145248
|
created_at: string;
|
|
145101
145249
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145102
145250
|
warning_code: 'keynest_unsupported_locker';
|
|
145251
|
+
} | {
|
|
145252
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
145253
|
+
message: string;
|
|
145254
|
+
/** Date and time at which Seam created the warning. */
|
|
145255
|
+
created_at: string;
|
|
145256
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145257
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
145103
145258
|
})[];
|
|
145104
145259
|
/** Date and time at which the device object was created. */
|
|
145105
145260
|
created_at: string;
|
|
@@ -150525,6 +150680,13 @@ type Routes = {
|
|
|
150525
150680
|
created_at: string;
|
|
150526
150681
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
150527
150682
|
warning_code: 'keynest_unsupported_locker';
|
|
150683
|
+
} | {
|
|
150684
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
150685
|
+
message: string;
|
|
150686
|
+
/** Date and time at which Seam created the warning. */
|
|
150687
|
+
created_at: string;
|
|
150688
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
150689
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
150528
150690
|
})[];
|
|
150529
150691
|
/** Date and time at which the device object was created. */
|
|
150530
150692
|
created_at: string;
|
|
@@ -151754,6 +151916,13 @@ type Routes = {
|
|
|
151754
151916
|
created_at: string;
|
|
151755
151917
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151756
151918
|
warning_code: 'keynest_unsupported_locker';
|
|
151919
|
+
} | {
|
|
151920
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
151921
|
+
message: string;
|
|
151922
|
+
/** Date and time at which Seam created the warning. */
|
|
151923
|
+
created_at: string;
|
|
151924
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151925
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
151757
151926
|
})[];
|
|
151758
151927
|
/** Date and time at which the device object was created. */
|
|
151759
151928
|
created_at: string;
|
|
@@ -153033,6 +153202,13 @@ type Routes = {
|
|
|
153033
153202
|
created_at: string;
|
|
153034
153203
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153035
153204
|
warning_code: 'keynest_unsupported_locker';
|
|
153205
|
+
} | {
|
|
153206
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
153207
|
+
message: string;
|
|
153208
|
+
/** Date and time at which Seam created the warning. */
|
|
153209
|
+
created_at: string;
|
|
153210
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153211
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
153036
153212
|
})[];
|
|
153037
153213
|
/** Date and time at which the device object was created. */
|
|
153038
153214
|
created_at: string;
|
|
@@ -154261,6 +154437,13 @@ type Routes = {
|
|
|
154261
154437
|
created_at: string;
|
|
154262
154438
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154263
154439
|
warning_code: 'keynest_unsupported_locker';
|
|
154440
|
+
} | {
|
|
154441
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
154442
|
+
message: string;
|
|
154443
|
+
/** Date and time at which Seam created the warning. */
|
|
154444
|
+
created_at: string;
|
|
154445
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154446
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
154264
154447
|
})[];
|
|
154265
154448
|
/** Date and time at which the device object was created. */
|
|
154266
154449
|
created_at: string;
|
|
@@ -160622,6 +160805,13 @@ type Routes = {
|
|
|
160622
160805
|
created_at: string;
|
|
160623
160806
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
160624
160807
|
warning_code: 'keynest_unsupported_locker';
|
|
160808
|
+
} | {
|
|
160809
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
160810
|
+
message: string;
|
|
160811
|
+
/** Date and time at which Seam created the warning. */
|
|
160812
|
+
created_at: string;
|
|
160813
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
160814
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
160625
160815
|
})[];
|
|
160626
160816
|
/** Date and time at which the device object was created. */
|
|
160627
160817
|
created_at: string;
|
|
@@ -161850,6 +162040,13 @@ type Routes = {
|
|
|
161850
162040
|
created_at: string;
|
|
161851
162041
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
161852
162042
|
warning_code: 'keynest_unsupported_locker';
|
|
162043
|
+
} | {
|
|
162044
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
162045
|
+
message: string;
|
|
162046
|
+
/** Date and time at which Seam created the warning. */
|
|
162047
|
+
created_at: string;
|
|
162048
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
162049
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
161853
162050
|
})[];
|
|
161854
162051
|
/** Date and time at which the device object was created. */
|
|
161855
162052
|
created_at: string;
|
|
@@ -171453,6 +171650,13 @@ type Routes = {
|
|
|
171453
171650
|
created_at: string;
|
|
171454
171651
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
171455
171652
|
warning_code: 'keynest_unsupported_locker';
|
|
171653
|
+
} | {
|
|
171654
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
171655
|
+
message: string;
|
|
171656
|
+
/** Date and time at which Seam created the warning. */
|
|
171657
|
+
created_at: string;
|
|
171658
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
171659
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
171456
171660
|
})[];
|
|
171457
171661
|
/** Date and time at which the device object was created. */
|
|
171458
171662
|
created_at: string;
|
|
@@ -177130,6 +177334,13 @@ type Routes = {
|
|
|
177130
177334
|
created_at: string;
|
|
177131
177335
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
177132
177336
|
warning_code: 'keynest_unsupported_locker';
|
|
177337
|
+
} | {
|
|
177338
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
177339
|
+
message: string;
|
|
177340
|
+
/** Date and time at which Seam created the warning. */
|
|
177341
|
+
created_at: string;
|
|
177342
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
177343
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
177133
177344
|
})[];
|
|
177134
177345
|
/** Date and time at which the device object was created. */
|
|
177135
177346
|
created_at: string;
|
|
@@ -180963,6 +181174,13 @@ type Routes = {
|
|
|
180963
181174
|
created_at: string;
|
|
180964
181175
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
180965
181176
|
warning_code: 'keynest_unsupported_locker';
|
|
181177
|
+
} | {
|
|
181178
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
181179
|
+
message: string;
|
|
181180
|
+
/** Date and time at which Seam created the warning. */
|
|
181181
|
+
created_at: string;
|
|
181182
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
181183
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
180966
181184
|
})[];
|
|
180967
181185
|
/** Date and time at which the device object was created. */
|
|
180968
181186
|
created_at: string;
|
|
@@ -182191,6 +182409,13 @@ type Routes = {
|
|
|
182191
182409
|
created_at: string;
|
|
182192
182410
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182193
182411
|
warning_code: 'keynest_unsupported_locker';
|
|
182412
|
+
} | {
|
|
182413
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
182414
|
+
message: string;
|
|
182415
|
+
/** Date and time at which Seam created the warning. */
|
|
182416
|
+
created_at: string;
|
|
182417
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182418
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
182194
182419
|
})[];
|
|
182195
182420
|
/** Date and time at which the device object was created. */
|
|
182196
182421
|
created_at: string;
|
|
@@ -189439,6 +189664,13 @@ type Routes = {
|
|
|
189439
189664
|
created_at: string;
|
|
189440
189665
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
189441
189666
|
warning_code: 'keynest_unsupported_locker';
|
|
189667
|
+
} | {
|
|
189668
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
189669
|
+
message: string;
|
|
189670
|
+
/** Date and time at which Seam created the warning. */
|
|
189671
|
+
created_at: string;
|
|
189672
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
189673
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
189442
189674
|
})[];
|
|
189443
189675
|
/** Date and time at which the device object was created. */
|
|
189444
189676
|
created_at: string;
|
|
@@ -190669,6 +190901,13 @@ type Routes = {
|
|
|
190669
190901
|
created_at: string;
|
|
190670
190902
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
190671
190903
|
warning_code: 'keynest_unsupported_locker';
|
|
190904
|
+
} | {
|
|
190905
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
190906
|
+
message: string;
|
|
190907
|
+
/** Date and time at which Seam created the warning. */
|
|
190908
|
+
created_at: string;
|
|
190909
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
190910
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
190672
190911
|
})[];
|
|
190673
190912
|
/** Date and time at which the device object was created. */
|
|
190674
190913
|
created_at: string;
|
|
@@ -192864,6 +193103,13 @@ type Routes = {
|
|
|
192864
193103
|
created_at: string;
|
|
192865
193104
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
192866
193105
|
warning_code: 'keynest_unsupported_locker';
|
|
193106
|
+
} | {
|
|
193107
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
193108
|
+
message: string;
|
|
193109
|
+
/** Date and time at which Seam created the warning. */
|
|
193110
|
+
created_at: string;
|
|
193111
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
193112
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
192867
193113
|
})[];
|
|
192868
193114
|
/** Date and time at which the device object was created. */
|
|
192869
193115
|
created_at: string;
|
|
@@ -195258,6 +195504,13 @@ type Routes = {
|
|
|
195258
195504
|
created_at: string;
|
|
195259
195505
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
195260
195506
|
warning_code: 'keynest_unsupported_locker';
|
|
195507
|
+
} | {
|
|
195508
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
195509
|
+
message: string;
|
|
195510
|
+
/** Date and time at which Seam created the warning. */
|
|
195511
|
+
created_at: string;
|
|
195512
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
195513
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
195261
195514
|
})[];
|
|
195262
195515
|
/** Date and time at which the device object was created. */
|
|
195263
195516
|
created_at: string;
|
package/dist/index.cjs
CHANGED
|
@@ -1446,6 +1446,14 @@ var keynest_unsupported_locker = common_device_warning.extend({
|
|
|
1446
1446
|
---
|
|
1447
1447
|
Indicates that the key is in a locker that does not support the access codes API.
|
|
1448
1448
|
`);
|
|
1449
|
+
var accessory_keypad_setup_required = common_device_warning.extend({
|
|
1450
|
+
warning_code: zod.z.literal("accessory_keypad_setup_required").describe(warning_code_description2)
|
|
1451
|
+
}).describe(`
|
|
1452
|
+
---
|
|
1453
|
+
variant_group_key: locks
|
|
1454
|
+
---
|
|
1455
|
+
Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.
|
|
1456
|
+
`);
|
|
1449
1457
|
var device_warning = zod.z.discriminatedUnion("warning_code", [
|
|
1450
1458
|
partial_backup_access_code_pool,
|
|
1451
1459
|
many_active_backup_codes,
|
|
@@ -1464,7 +1472,8 @@ var device_warning = zod.z.discriminatedUnion("warning_code", [
|
|
|
1464
1472
|
unknown_issue_with_phone,
|
|
1465
1473
|
lockly_time_zone_not_configured,
|
|
1466
1474
|
hub_required_for_addtional_capabilities,
|
|
1467
|
-
keynest_unsupported_locker
|
|
1475
|
+
keynest_unsupported_locker,
|
|
1476
|
+
accessory_keypad_setup_required
|
|
1468
1477
|
]);
|
|
1469
1478
|
zod.z.object({
|
|
1470
1479
|
partial_backup_access_code_pool: partial_backup_access_code_pool.optional().nullable(),
|
|
@@ -1487,7 +1496,8 @@ zod.z.object({
|
|
|
1487
1496
|
unknown_issue_with_phone: unknown_issue_with_phone.optional().nullable(),
|
|
1488
1497
|
lockly_time_zone_not_configured: lockly_time_zone_not_configured.optional().nullable(),
|
|
1489
1498
|
hub_required_for_addtional_capabilities: hub_required_for_addtional_capabilities.optional().nullable(),
|
|
1490
|
-
keynest_unsupported_locker: keynest_unsupported_locker.optional().nullable()
|
|
1499
|
+
keynest_unsupported_locker: keynest_unsupported_locker.optional().nullable(),
|
|
1500
|
+
accessory_keypad_setup_required: accessory_keypad_setup_required.optional().nullable()
|
|
1491
1501
|
});
|
|
1492
1502
|
var common_device_properties = zod.z.object({
|
|
1493
1503
|
online: zod.z.boolean().describe("Indicates whether the device is online."),
|
|
@@ -17806,6 +17816,28 @@ var openapi_default = {
|
|
|
17806
17816
|
required: ["message", "created_at", "warning_code"],
|
|
17807
17817
|
type: "object",
|
|
17808
17818
|
"x-variant-group-key": "locks"
|
|
17819
|
+
},
|
|
17820
|
+
{
|
|
17821
|
+
description: "Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.",
|
|
17822
|
+
properties: {
|
|
17823
|
+
created_at: {
|
|
17824
|
+
description: "Date and time at which Seam created the warning.",
|
|
17825
|
+
format: "date-time",
|
|
17826
|
+
type: "string"
|
|
17827
|
+
},
|
|
17828
|
+
message: {
|
|
17829
|
+
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
17830
|
+
type: "string"
|
|
17831
|
+
},
|
|
17832
|
+
warning_code: {
|
|
17833
|
+
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
17834
|
+
enum: ["accessory_keypad_setup_required"],
|
|
17835
|
+
type: "string"
|
|
17836
|
+
}
|
|
17837
|
+
},
|
|
17838
|
+
required: ["message", "created_at", "warning_code"],
|
|
17839
|
+
type: "object",
|
|
17840
|
+
"x-variant-group-key": "locks"
|
|
17809
17841
|
}
|
|
17810
17842
|
]
|
|
17811
17843
|
},
|
|
@@ -29215,6 +29247,28 @@ var openapi_default = {
|
|
|
29215
29247
|
required: ["message", "created_at", "warning_code"],
|
|
29216
29248
|
type: "object",
|
|
29217
29249
|
"x-variant-group-key": "locks"
|
|
29250
|
+
},
|
|
29251
|
+
{
|
|
29252
|
+
description: "Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.",
|
|
29253
|
+
properties: {
|
|
29254
|
+
created_at: {
|
|
29255
|
+
description: "Date and time at which Seam created the warning.",
|
|
29256
|
+
format: "date-time",
|
|
29257
|
+
type: "string"
|
|
29258
|
+
},
|
|
29259
|
+
message: {
|
|
29260
|
+
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
29261
|
+
type: "string"
|
|
29262
|
+
},
|
|
29263
|
+
warning_code: {
|
|
29264
|
+
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
29265
|
+
enum: ["accessory_keypad_setup_required"],
|
|
29266
|
+
type: "string"
|
|
29267
|
+
}
|
|
29268
|
+
},
|
|
29269
|
+
required: ["message", "created_at", "warning_code"],
|
|
29270
|
+
type: "object",
|
|
29271
|
+
"x-variant-group-key": "locks"
|
|
29218
29272
|
}
|
|
29219
29273
|
]
|
|
29220
29274
|
},
|