@seamapi/types 1.688.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 +96 -17
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +302 -16
- package/dist/index.cjs +96 -17
- 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.d.ts +35 -15
- package/lib/seam/connect/openapi.js +83 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +154 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +15 -0
- package/src/lib/seam/connect/openapi.ts +92 -14
- package/src/lib/seam/connect/route-types.ts +174 -1
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");
|
|
@@ -98075,16 +98188,10 @@ declare const _default: {
|
|
|
98075
98188
|
};
|
|
98076
98189
|
security: ({
|
|
98077
98190
|
api_key: never[];
|
|
98078
|
-
client_session_with_customer?: never;
|
|
98079
|
-
console_session_with_workspace?: never;
|
|
98080
|
-
} | {
|
|
98081
|
-
client_session_with_customer: never[];
|
|
98082
|
-
api_key?: never;
|
|
98083
98191
|
console_session_with_workspace?: never;
|
|
98084
98192
|
} | {
|
|
98085
98193
|
console_session_with_workspace: never[];
|
|
98086
98194
|
api_key?: never;
|
|
98087
|
-
client_session_with_customer?: never;
|
|
98088
98195
|
})[];
|
|
98089
98196
|
summary: string;
|
|
98090
98197
|
tags: never[];
|
|
@@ -98105,11 +98212,23 @@ declare const _default: {
|
|
|
98105
98212
|
'application/json': {
|
|
98106
98213
|
schema: {
|
|
98107
98214
|
properties: {
|
|
98215
|
+
connector_customer_id: {
|
|
98216
|
+
type: string;
|
|
98217
|
+
};
|
|
98108
98218
|
connector_id: {
|
|
98109
98219
|
description: string;
|
|
98110
98220
|
minLength: number;
|
|
98111
98221
|
type: string;
|
|
98112
98222
|
};
|
|
98223
|
+
customer_id: {
|
|
98224
|
+
type: string;
|
|
98225
|
+
};
|
|
98226
|
+
customer_key: {
|
|
98227
|
+
type: string;
|
|
98228
|
+
};
|
|
98229
|
+
unique_provider_resource_key: {
|
|
98230
|
+
type: string;
|
|
98231
|
+
};
|
|
98113
98232
|
};
|
|
98114
98233
|
required: string[];
|
|
98115
98234
|
type: string;
|
|
@@ -98159,16 +98278,10 @@ declare const _default: {
|
|
|
98159
98278
|
};
|
|
98160
98279
|
security: ({
|
|
98161
98280
|
api_key: never[];
|
|
98162
|
-
client_session_with_customer?: never;
|
|
98163
|
-
console_session_with_workspace?: never;
|
|
98164
|
-
} | {
|
|
98165
|
-
client_session_with_customer: never[];
|
|
98166
|
-
api_key?: never;
|
|
98167
98281
|
console_session_with_workspace?: never;
|
|
98168
98282
|
} | {
|
|
98169
98283
|
console_session_with_workspace: never[];
|
|
98170
98284
|
api_key?: never;
|
|
98171
|
-
client_session_with_customer?: never;
|
|
98172
98285
|
})[];
|
|
98173
98286
|
summary: string;
|
|
98174
98287
|
tags: never[];
|
|
@@ -98351,11 +98464,34 @@ declare const _default: {
|
|
|
98351
98464
|
'application/json': {
|
|
98352
98465
|
schema: {
|
|
98353
98466
|
properties: {
|
|
98467
|
+
connector_customer_id: {
|
|
98468
|
+
description: string;
|
|
98469
|
+
format: string;
|
|
98470
|
+
nullable: boolean;
|
|
98471
|
+
type: string;
|
|
98472
|
+
};
|
|
98354
98473
|
connector_id: {
|
|
98355
98474
|
description: string;
|
|
98356
98475
|
format: string;
|
|
98357
98476
|
type: string;
|
|
98358
98477
|
};
|
|
98478
|
+
connector_type: {
|
|
98479
|
+
description: string;
|
|
98480
|
+
type: string;
|
|
98481
|
+
};
|
|
98482
|
+
customer_id: {
|
|
98483
|
+
description: string;
|
|
98484
|
+
type: string;
|
|
98485
|
+
};
|
|
98486
|
+
customer_key: {
|
|
98487
|
+
description: string;
|
|
98488
|
+
type: string;
|
|
98489
|
+
};
|
|
98490
|
+
unique_provider_resource_key: {
|
|
98491
|
+
description: string;
|
|
98492
|
+
nullable: boolean;
|
|
98493
|
+
type: string;
|
|
98494
|
+
};
|
|
98359
98495
|
};
|
|
98360
98496
|
required: string[];
|
|
98361
98497
|
type: string;
|
|
@@ -98371,9 +98507,6 @@ declare const _default: {
|
|
|
98371
98507
|
properties: {
|
|
98372
98508
|
connector_sync: {
|
|
98373
98509
|
properties: {
|
|
98374
|
-
connector_id: {
|
|
98375
|
-
type: string;
|
|
98376
|
-
};
|
|
98377
98510
|
message: {
|
|
98378
98511
|
type: string;
|
|
98379
98512
|
};
|
|
@@ -125774,6 +125907,13 @@ type Routes = {
|
|
|
125774
125907
|
created_at: string;
|
|
125775
125908
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125776
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';
|
|
125777
125917
|
})[];
|
|
125778
125918
|
/** Date and time at which the device object was created. */
|
|
125779
125919
|
created_at: string;
|
|
@@ -129170,6 +129310,13 @@ type Routes = {
|
|
|
129170
129310
|
created_at: string;
|
|
129171
129311
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129172
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';
|
|
129173
129320
|
})[];
|
|
129174
129321
|
/** Date and time at which the device object was created. */
|
|
129175
129322
|
created_at: string;
|
|
@@ -142875,6 +143022,13 @@ type Routes = {
|
|
|
142875
143022
|
created_at: string;
|
|
142876
143023
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
142877
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';
|
|
142878
143032
|
})[];
|
|
142879
143033
|
/** Date and time at which the device object was created. */
|
|
142880
143034
|
created_at: string;
|
|
@@ -144154,6 +144308,13 @@ type Routes = {
|
|
|
144154
144308
|
created_at: string;
|
|
144155
144309
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144156
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';
|
|
144157
144318
|
})[];
|
|
144158
144319
|
/** Date and time at which the device object was created. */
|
|
144159
144320
|
created_at: string;
|
|
@@ -144639,6 +144800,13 @@ type Routes = {
|
|
|
144639
144800
|
created_at: string;
|
|
144640
144801
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144641
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';
|
|
144642
144810
|
})[];
|
|
144643
144811
|
/** Date and time at which the device object was created. */
|
|
144644
144812
|
created_at: string;
|
|
@@ -145080,6 +145248,13 @@ type Routes = {
|
|
|
145080
145248
|
created_at: string;
|
|
145081
145249
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145082
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';
|
|
145083
145258
|
})[];
|
|
145084
145259
|
/** Date and time at which the device object was created. */
|
|
145085
145260
|
created_at: string;
|
|
@@ -150505,6 +150680,13 @@ type Routes = {
|
|
|
150505
150680
|
created_at: string;
|
|
150506
150681
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
150507
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';
|
|
150508
150690
|
})[];
|
|
150509
150691
|
/** Date and time at which the device object was created. */
|
|
150510
150692
|
created_at: string;
|
|
@@ -151734,6 +151916,13 @@ type Routes = {
|
|
|
151734
151916
|
created_at: string;
|
|
151735
151917
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151736
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';
|
|
151737
151926
|
})[];
|
|
151738
151927
|
/** Date and time at which the device object was created. */
|
|
151739
151928
|
created_at: string;
|
|
@@ -153013,6 +153202,13 @@ type Routes = {
|
|
|
153013
153202
|
created_at: string;
|
|
153014
153203
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153015
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';
|
|
153016
153212
|
})[];
|
|
153017
153213
|
/** Date and time at which the device object was created. */
|
|
153018
153214
|
created_at: string;
|
|
@@ -154241,6 +154437,13 @@ type Routes = {
|
|
|
154241
154437
|
created_at: string;
|
|
154242
154438
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154243
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';
|
|
154244
154447
|
})[];
|
|
154245
154448
|
/** Date and time at which the device object was created. */
|
|
154246
154449
|
created_at: string;
|
|
@@ -160602,6 +160805,13 @@ type Routes = {
|
|
|
160602
160805
|
created_at: string;
|
|
160603
160806
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
160604
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';
|
|
160605
160815
|
})[];
|
|
160606
160816
|
/** Date and time at which the device object was created. */
|
|
160607
160817
|
created_at: string;
|
|
@@ -161830,6 +162040,13 @@ type Routes = {
|
|
|
161830
162040
|
created_at: string;
|
|
161831
162041
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
161832
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';
|
|
161833
162050
|
})[];
|
|
161834
162051
|
/** Date and time at which the device object was created. */
|
|
161835
162052
|
created_at: string;
|
|
@@ -166839,6 +167056,10 @@ type Routes = {
|
|
|
166839
167056
|
jsonBody: {
|
|
166840
167057
|
/** ID of the connector to delete */
|
|
166841
167058
|
connector_id: string;
|
|
167059
|
+
customer_key?: string | undefined;
|
|
167060
|
+
customer_id?: string | undefined;
|
|
167061
|
+
connector_customer_id?: string | undefined;
|
|
167062
|
+
unique_provider_resource_key?: string | undefined;
|
|
166842
167063
|
};
|
|
166843
167064
|
commonParams: {};
|
|
166844
167065
|
formData: {};
|
|
@@ -166880,11 +167101,20 @@ type Routes = {
|
|
|
166880
167101
|
commonParams: {
|
|
166881
167102
|
/** ID of the connector to sync */
|
|
166882
167103
|
connector_id: string;
|
|
167104
|
+
/** Type of the connector to sync */
|
|
167105
|
+
connector_type: string;
|
|
167106
|
+
/** ID of the customer to sync */
|
|
167107
|
+
customer_id: string;
|
|
167108
|
+
/** Key of the customer to sync */
|
|
167109
|
+
customer_key: string;
|
|
167110
|
+
/** ID of the connector customer to sync */
|
|
167111
|
+
connector_customer_id: string | null;
|
|
167112
|
+
/** Unique provider resource key of the connector to sync */
|
|
167113
|
+
unique_provider_resource_key: string | null;
|
|
166883
167114
|
};
|
|
166884
167115
|
formData: {};
|
|
166885
167116
|
jsonResponse: {
|
|
166886
167117
|
connector_sync: {
|
|
166887
|
-
connector_id: string;
|
|
166888
167118
|
status: string;
|
|
166889
167119
|
message: string;
|
|
166890
167120
|
};
|
|
@@ -171420,6 +171650,13 @@ type Routes = {
|
|
|
171420
171650
|
created_at: string;
|
|
171421
171651
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
171422
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';
|
|
171423
171660
|
})[];
|
|
171424
171661
|
/** Date and time at which the device object was created. */
|
|
171425
171662
|
created_at: string;
|
|
@@ -177097,6 +177334,13 @@ type Routes = {
|
|
|
177097
177334
|
created_at: string;
|
|
177098
177335
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
177099
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';
|
|
177100
177344
|
})[];
|
|
177101
177345
|
/** Date and time at which the device object was created. */
|
|
177102
177346
|
created_at: string;
|
|
@@ -180930,6 +181174,13 @@ type Routes = {
|
|
|
180930
181174
|
created_at: string;
|
|
180931
181175
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
180932
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';
|
|
180933
181184
|
})[];
|
|
180934
181185
|
/** Date and time at which the device object was created. */
|
|
180935
181186
|
created_at: string;
|
|
@@ -182158,6 +182409,13 @@ type Routes = {
|
|
|
182158
182409
|
created_at: string;
|
|
182159
182410
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182160
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';
|
|
182161
182419
|
})[];
|
|
182162
182420
|
/** Date and time at which the device object was created. */
|
|
182163
182421
|
created_at: string;
|
|
@@ -189406,6 +189664,13 @@ type Routes = {
|
|
|
189406
189664
|
created_at: string;
|
|
189407
189665
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
189408
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';
|
|
189409
189674
|
})[];
|
|
189410
189675
|
/** Date and time at which the device object was created. */
|
|
189411
189676
|
created_at: string;
|
|
@@ -190636,6 +190901,13 @@ type Routes = {
|
|
|
190636
190901
|
created_at: string;
|
|
190637
190902
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
190638
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';
|
|
190639
190911
|
})[];
|
|
190640
190912
|
/** Date and time at which the device object was created. */
|
|
190641
190913
|
created_at: string;
|
|
@@ -192831,6 +193103,13 @@ type Routes = {
|
|
|
192831
193103
|
created_at: string;
|
|
192832
193104
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
192833
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';
|
|
192834
193113
|
})[];
|
|
192835
193114
|
/** Date and time at which the device object was created. */
|
|
192836
193115
|
created_at: string;
|
|
@@ -195225,6 +195504,13 @@ type Routes = {
|
|
|
195225
195504
|
created_at: string;
|
|
195226
195505
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
195227
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';
|
|
195228
195514
|
})[];
|
|
195229
195515
|
/** Date and time at which the device object was created. */
|
|
195230
195516
|
created_at: string;
|