@seamapi/types 1.632.0 → 1.634.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 +76 -12
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +314 -2
- package/dist/index.cjs +76 -12
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +203 -0
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +12 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/openapi.d.ts +52 -0
- package/lib/seam/connect/openapi.js +54 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +149 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +62 -0
- package/src/lib/seam/connect/route-types.ts +170 -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");
|
|
@@ -76968,14 +77081,22 @@ declare const _default: {
|
|
|
76968
77081
|
pat_with_workspace: never[];
|
|
76969
77082
|
console_session_with_workspace?: never;
|
|
76970
77083
|
api_key?: never;
|
|
77084
|
+
client_session_with_customer?: never;
|
|
76971
77085
|
} | {
|
|
76972
77086
|
console_session_with_workspace: never[];
|
|
76973
77087
|
pat_with_workspace?: never;
|
|
76974
77088
|
api_key?: never;
|
|
77089
|
+
client_session_with_customer?: never;
|
|
76975
77090
|
} | {
|
|
76976
77091
|
api_key: never[];
|
|
76977
77092
|
pat_with_workspace?: never;
|
|
76978
77093
|
console_session_with_workspace?: never;
|
|
77094
|
+
client_session_with_customer?: never;
|
|
77095
|
+
} | {
|
|
77096
|
+
client_session_with_customer: never[];
|
|
77097
|
+
pat_with_workspace?: never;
|
|
77098
|
+
console_session_with_workspace?: never;
|
|
77099
|
+
api_key?: never;
|
|
76979
77100
|
})[];
|
|
76980
77101
|
summary: string;
|
|
76981
77102
|
tags: string[];
|
|
@@ -77159,14 +77280,22 @@ declare const _default: {
|
|
|
77159
77280
|
pat_with_workspace: never[];
|
|
77160
77281
|
console_session_with_workspace?: never;
|
|
77161
77282
|
api_key?: never;
|
|
77283
|
+
client_session_with_customer?: never;
|
|
77162
77284
|
} | {
|
|
77163
77285
|
console_session_with_workspace: never[];
|
|
77164
77286
|
pat_with_workspace?: never;
|
|
77165
77287
|
api_key?: never;
|
|
77288
|
+
client_session_with_customer?: never;
|
|
77166
77289
|
} | {
|
|
77167
77290
|
api_key: never[];
|
|
77168
77291
|
pat_with_workspace?: never;
|
|
77169
77292
|
console_session_with_workspace?: never;
|
|
77293
|
+
client_session_with_customer?: never;
|
|
77294
|
+
} | {
|
|
77295
|
+
client_session_with_customer: never[];
|
|
77296
|
+
pat_with_workspace?: never;
|
|
77297
|
+
console_session_with_workspace?: never;
|
|
77298
|
+
api_key?: never;
|
|
77170
77299
|
})[];
|
|
77171
77300
|
summary: string;
|
|
77172
77301
|
tags: string[];
|
|
@@ -77287,14 +77416,22 @@ declare const _default: {
|
|
|
77287
77416
|
pat_with_workspace: never[];
|
|
77288
77417
|
console_session_with_workspace?: never;
|
|
77289
77418
|
api_key?: never;
|
|
77419
|
+
client_session_with_customer?: never;
|
|
77290
77420
|
} | {
|
|
77291
77421
|
console_session_with_workspace: never[];
|
|
77292
77422
|
pat_with_workspace?: never;
|
|
77293
77423
|
api_key?: never;
|
|
77424
|
+
client_session_with_customer?: never;
|
|
77294
77425
|
} | {
|
|
77295
77426
|
api_key: never[];
|
|
77296
77427
|
pat_with_workspace?: never;
|
|
77297
77428
|
console_session_with_workspace?: never;
|
|
77429
|
+
client_session_with_customer?: never;
|
|
77430
|
+
} | {
|
|
77431
|
+
client_session_with_customer: never[];
|
|
77432
|
+
pat_with_workspace?: never;
|
|
77433
|
+
console_session_with_workspace?: never;
|
|
77434
|
+
api_key?: never;
|
|
77298
77435
|
})[];
|
|
77299
77436
|
summary: string;
|
|
77300
77437
|
tags: string[];
|
|
@@ -77530,14 +77667,22 @@ declare const _default: {
|
|
|
77530
77667
|
api_key: never[];
|
|
77531
77668
|
pat_with_workspace?: never;
|
|
77532
77669
|
console_session_with_workspace?: never;
|
|
77670
|
+
client_session_with_customer?: never;
|
|
77533
77671
|
} | {
|
|
77534
77672
|
pat_with_workspace: never[];
|
|
77535
77673
|
api_key?: never;
|
|
77536
77674
|
console_session_with_workspace?: never;
|
|
77675
|
+
client_session_with_customer?: never;
|
|
77537
77676
|
} | {
|
|
77538
77677
|
console_session_with_workspace: never[];
|
|
77539
77678
|
api_key?: never;
|
|
77540
77679
|
pat_with_workspace?: never;
|
|
77680
|
+
client_session_with_customer?: never;
|
|
77681
|
+
} | {
|
|
77682
|
+
client_session_with_customer: never[];
|
|
77683
|
+
api_key?: never;
|
|
77684
|
+
pat_with_workspace?: never;
|
|
77685
|
+
console_session_with_workspace?: never;
|
|
77541
77686
|
})[];
|
|
77542
77687
|
summary: string;
|
|
77543
77688
|
tags: string[];
|
|
@@ -80954,21 +81099,31 @@ declare const _default: {
|
|
|
80954
81099
|
pat_with_workspace?: never;
|
|
80955
81100
|
console_session_with_workspace?: never;
|
|
80956
81101
|
api_key?: never;
|
|
81102
|
+
client_session_with_customer?: never;
|
|
80957
81103
|
} | {
|
|
80958
81104
|
pat_with_workspace: never[];
|
|
80959
81105
|
client_session?: never;
|
|
80960
81106
|
console_session_with_workspace?: never;
|
|
80961
81107
|
api_key?: never;
|
|
81108
|
+
client_session_with_customer?: never;
|
|
80962
81109
|
} | {
|
|
80963
81110
|
console_session_with_workspace: never[];
|
|
80964
81111
|
client_session?: never;
|
|
80965
81112
|
pat_with_workspace?: never;
|
|
80966
81113
|
api_key?: never;
|
|
81114
|
+
client_session_with_customer?: never;
|
|
80967
81115
|
} | {
|
|
80968
81116
|
api_key: never[];
|
|
80969
81117
|
client_session?: never;
|
|
80970
81118
|
pat_with_workspace?: never;
|
|
80971
81119
|
console_session_with_workspace?: never;
|
|
81120
|
+
client_session_with_customer?: never;
|
|
81121
|
+
} | {
|
|
81122
|
+
client_session_with_customer: never[];
|
|
81123
|
+
client_session?: never;
|
|
81124
|
+
pat_with_workspace?: never;
|
|
81125
|
+
console_session_with_workspace?: never;
|
|
81126
|
+
api_key?: never;
|
|
80972
81127
|
})[];
|
|
80973
81128
|
summary: string;
|
|
80974
81129
|
tags: string[];
|
|
@@ -81030,21 +81185,31 @@ declare const _default: {
|
|
|
81030
81185
|
pat_with_workspace?: never;
|
|
81031
81186
|
console_session_with_workspace?: never;
|
|
81032
81187
|
api_key?: never;
|
|
81188
|
+
client_session_with_customer?: never;
|
|
81033
81189
|
} | {
|
|
81034
81190
|
pat_with_workspace: never[];
|
|
81035
81191
|
client_session?: never;
|
|
81036
81192
|
console_session_with_workspace?: never;
|
|
81037
81193
|
api_key?: never;
|
|
81194
|
+
client_session_with_customer?: never;
|
|
81038
81195
|
} | {
|
|
81039
81196
|
console_session_with_workspace: never[];
|
|
81040
81197
|
client_session?: never;
|
|
81041
81198
|
pat_with_workspace?: never;
|
|
81042
81199
|
api_key?: never;
|
|
81200
|
+
client_session_with_customer?: never;
|
|
81043
81201
|
} | {
|
|
81044
81202
|
api_key: never[];
|
|
81045
81203
|
client_session?: never;
|
|
81046
81204
|
pat_with_workspace?: never;
|
|
81047
81205
|
console_session_with_workspace?: never;
|
|
81206
|
+
client_session_with_customer?: never;
|
|
81207
|
+
} | {
|
|
81208
|
+
client_session_with_customer: never[];
|
|
81209
|
+
client_session?: never;
|
|
81210
|
+
pat_with_workspace?: never;
|
|
81211
|
+
console_session_with_workspace?: never;
|
|
81212
|
+
api_key?: never;
|
|
81048
81213
|
})[];
|
|
81049
81214
|
summary: string;
|
|
81050
81215
|
tags: string[];
|
|
@@ -122374,6 +122539,13 @@ type Routes = {
|
|
|
122374
122539
|
created_at: string;
|
|
122375
122540
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122376
122541
|
warning_code: 'lockly_time_zone_not_configured';
|
|
122542
|
+
} | {
|
|
122543
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
122544
|
+
message: string;
|
|
122545
|
+
/** Date and time at which Seam created the warning. */
|
|
122546
|
+
created_at: string;
|
|
122547
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122548
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
122377
122549
|
})[];
|
|
122378
122550
|
/** Date and time at which the device object was created. */
|
|
122379
122551
|
created_at: string;
|
|
@@ -124520,8 +124692,8 @@ type Routes = {
|
|
|
124520
124692
|
commonParams: {
|
|
124521
124693
|
/** IDs of the access methods that you want to get along with their related resources. */
|
|
124522
124694
|
access_method_ids: string[];
|
|
124523
|
-
include?: ('spaces' | 'devices' | 'acs_entrances' | 'access_grants' | 'access_methods' | 'instant_keys' | 'client_sessions')[] | undefined;
|
|
124524
|
-
exclude?: ('spaces' | 'devices' | 'acs_entrances' | 'access_grants' | 'access_methods' | 'instant_keys' | 'client_sessions')[] | undefined;
|
|
124695
|
+
include?: ('spaces' | 'devices' | 'acs_entrances' | 'access_grants' | 'access_methods' | 'instant_keys' | 'client_sessions' | 'acs_credentials')[] | undefined;
|
|
124696
|
+
exclude?: ('spaces' | 'devices' | 'acs_entrances' | 'access_grants' | 'access_methods' | 'instant_keys' | 'client_sessions' | 'acs_credentials')[] | undefined;
|
|
124525
124697
|
};
|
|
124526
124698
|
formData: {};
|
|
124527
124699
|
jsonResponse: {
|
|
@@ -125812,6 +125984,13 @@ type Routes = {
|
|
|
125812
125984
|
created_at: string;
|
|
125813
125985
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125814
125986
|
warning_code: 'lockly_time_zone_not_configured';
|
|
125987
|
+
} | {
|
|
125988
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
125989
|
+
message: string;
|
|
125990
|
+
/** Date and time at which Seam created the warning. */
|
|
125991
|
+
created_at: string;
|
|
125992
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125993
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
125815
125994
|
})[];
|
|
125816
125995
|
/** Date and time at which the device object was created. */
|
|
125817
125996
|
created_at: string;
|
|
@@ -128431,6 +128610,13 @@ type Routes = {
|
|
|
128431
128610
|
created_at: string;
|
|
128432
128611
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128433
128612
|
warning_code: 'lockly_time_zone_not_configured';
|
|
128613
|
+
} | {
|
|
128614
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128615
|
+
message: string;
|
|
128616
|
+
/** Date and time at which Seam created the warning. */
|
|
128617
|
+
created_at: string;
|
|
128618
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128619
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
128434
128620
|
})[];
|
|
128435
128621
|
/** Date and time at which the device object was created. */
|
|
128436
128622
|
created_at: string;
|
|
@@ -144709,6 +144895,13 @@ type Routes = {
|
|
|
144709
144895
|
created_at: string;
|
|
144710
144896
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144711
144897
|
warning_code: 'lockly_time_zone_not_configured';
|
|
144898
|
+
} | {
|
|
144899
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144900
|
+
message: string;
|
|
144901
|
+
/** Date and time at which Seam created the warning. */
|
|
144902
|
+
created_at: string;
|
|
144903
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144904
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
144712
144905
|
})[];
|
|
144713
144906
|
/** Date and time at which the device object was created. */
|
|
144714
144907
|
created_at: string;
|
|
@@ -145972,6 +146165,13 @@ type Routes = {
|
|
|
145972
146165
|
created_at: string;
|
|
145973
146166
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145974
146167
|
warning_code: 'lockly_time_zone_not_configured';
|
|
146168
|
+
} | {
|
|
146169
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
146170
|
+
message: string;
|
|
146171
|
+
/** Date and time at which Seam created the warning. */
|
|
146172
|
+
created_at: string;
|
|
146173
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146174
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
145975
146175
|
})[];
|
|
145976
146176
|
/** Date and time at which the device object was created. */
|
|
145977
146177
|
created_at: string;
|
|
@@ -146421,6 +146621,13 @@ type Routes = {
|
|
|
146421
146621
|
created_at: string;
|
|
146422
146622
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146423
146623
|
warning_code: 'lockly_time_zone_not_configured';
|
|
146624
|
+
} | {
|
|
146625
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
146626
|
+
message: string;
|
|
146627
|
+
/** Date and time at which Seam created the warning. */
|
|
146628
|
+
created_at: string;
|
|
146629
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146630
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
146424
146631
|
})[];
|
|
146425
146632
|
/** Date and time at which the device object was created. */
|
|
146426
146633
|
created_at: string;
|
|
@@ -146854,6 +147061,13 @@ type Routes = {
|
|
|
146854
147061
|
created_at: string;
|
|
146855
147062
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146856
147063
|
warning_code: 'lockly_time_zone_not_configured';
|
|
147064
|
+
} | {
|
|
147065
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147066
|
+
message: string;
|
|
147067
|
+
/** Date and time at which Seam created the warning. */
|
|
147068
|
+
created_at: string;
|
|
147069
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147070
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
146857
147071
|
})[];
|
|
146858
147072
|
/** Date and time at which the device object was created. */
|
|
146859
147073
|
created_at: string;
|
|
@@ -152194,6 +152408,13 @@ type Routes = {
|
|
|
152194
152408
|
created_at: string;
|
|
152195
152409
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
152196
152410
|
warning_code: 'lockly_time_zone_not_configured';
|
|
152411
|
+
} | {
|
|
152412
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
152413
|
+
message: string;
|
|
152414
|
+
/** Date and time at which Seam created the warning. */
|
|
152415
|
+
created_at: string;
|
|
152416
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
152417
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
152197
152418
|
})[];
|
|
152198
152419
|
/** Date and time at which the device object was created. */
|
|
152199
152420
|
created_at: string;
|
|
@@ -153408,6 +153629,13 @@ type Routes = {
|
|
|
153408
153629
|
created_at: string;
|
|
153409
153630
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153410
153631
|
warning_code: 'lockly_time_zone_not_configured';
|
|
153632
|
+
} | {
|
|
153633
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
153634
|
+
message: string;
|
|
153635
|
+
/** Date and time at which Seam created the warning. */
|
|
153636
|
+
created_at: string;
|
|
153637
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153638
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
153411
153639
|
})[];
|
|
153412
153640
|
/** Date and time at which the device object was created. */
|
|
153413
153641
|
created_at: string;
|
|
@@ -154671,6 +154899,13 @@ type Routes = {
|
|
|
154671
154899
|
created_at: string;
|
|
154672
154900
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154673
154901
|
warning_code: 'lockly_time_zone_not_configured';
|
|
154902
|
+
} | {
|
|
154903
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
154904
|
+
message: string;
|
|
154905
|
+
/** Date and time at which Seam created the warning. */
|
|
154906
|
+
created_at: string;
|
|
154907
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154908
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
154674
154909
|
})[];
|
|
154675
154910
|
/** Date and time at which the device object was created. */
|
|
154676
154911
|
created_at: string;
|
|
@@ -155884,6 +156119,13 @@ type Routes = {
|
|
|
155884
156119
|
created_at: string;
|
|
155885
156120
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155886
156121
|
warning_code: 'lockly_time_zone_not_configured';
|
|
156122
|
+
} | {
|
|
156123
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
156124
|
+
message: string;
|
|
156125
|
+
/** Date and time at which Seam created the warning. */
|
|
156126
|
+
created_at: string;
|
|
156127
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
156128
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
155887
156129
|
})[];
|
|
155888
156130
|
/** Date and time at which the device object was created. */
|
|
155889
156131
|
created_at: string;
|
|
@@ -162225,6 +162467,13 @@ type Routes = {
|
|
|
162225
162467
|
created_at: string;
|
|
162226
162468
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
162227
162469
|
warning_code: 'lockly_time_zone_not_configured';
|
|
162470
|
+
} | {
|
|
162471
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
162472
|
+
message: string;
|
|
162473
|
+
/** Date and time at which Seam created the warning. */
|
|
162474
|
+
created_at: string;
|
|
162475
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
162476
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
162228
162477
|
})[];
|
|
162229
162478
|
/** Date and time at which the device object was created. */
|
|
162230
162479
|
created_at: string;
|
|
@@ -163438,6 +163687,13 @@ type Routes = {
|
|
|
163438
163687
|
created_at: string;
|
|
163439
163688
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
163440
163689
|
warning_code: 'lockly_time_zone_not_configured';
|
|
163690
|
+
} | {
|
|
163691
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
163692
|
+
message: string;
|
|
163693
|
+
/** Date and time at which Seam created the warning. */
|
|
163694
|
+
created_at: string;
|
|
163695
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
163696
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
163441
163697
|
})[];
|
|
163442
163698
|
/** Date and time at which the device object was created. */
|
|
163443
163699
|
created_at: string;
|
|
@@ -172745,6 +173001,13 @@ type Routes = {
|
|
|
172745
173001
|
created_at: string;
|
|
172746
173002
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
172747
173003
|
warning_code: 'lockly_time_zone_not_configured';
|
|
173004
|
+
} | {
|
|
173005
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173006
|
+
message: string;
|
|
173007
|
+
/** Date and time at which Seam created the warning. */
|
|
173008
|
+
created_at: string;
|
|
173009
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173010
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
172748
173011
|
})[];
|
|
172749
173012
|
/** Date and time at which the device object was created. */
|
|
172750
173013
|
created_at: string;
|
|
@@ -178390,6 +178653,13 @@ type Routes = {
|
|
|
178390
178653
|
created_at: string;
|
|
178391
178654
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
178392
178655
|
warning_code: 'lockly_time_zone_not_configured';
|
|
178656
|
+
} | {
|
|
178657
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
178658
|
+
message: string;
|
|
178659
|
+
/** Date and time at which Seam created the warning. */
|
|
178660
|
+
created_at: string;
|
|
178661
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
178662
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
178393
178663
|
})[];
|
|
178394
178664
|
/** Date and time at which the device object was created. */
|
|
178395
178665
|
created_at: string;
|
|
@@ -182205,6 +182475,13 @@ type Routes = {
|
|
|
182205
182475
|
created_at: string;
|
|
182206
182476
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182207
182477
|
warning_code: 'lockly_time_zone_not_configured';
|
|
182478
|
+
} | {
|
|
182479
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
182480
|
+
message: string;
|
|
182481
|
+
/** Date and time at which Seam created the warning. */
|
|
182482
|
+
created_at: string;
|
|
182483
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182484
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
182208
182485
|
})[];
|
|
182209
182486
|
/** Date and time at which the device object was created. */
|
|
182210
182487
|
created_at: string;
|
|
@@ -183418,6 +183695,13 @@ type Routes = {
|
|
|
183418
183695
|
created_at: string;
|
|
183419
183696
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
183420
183697
|
warning_code: 'lockly_time_zone_not_configured';
|
|
183698
|
+
} | {
|
|
183699
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
183700
|
+
message: string;
|
|
183701
|
+
/** Date and time at which Seam created the warning. */
|
|
183702
|
+
created_at: string;
|
|
183703
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
183704
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
183421
183705
|
})[];
|
|
183422
183706
|
/** Date and time at which the device object was created. */
|
|
183423
183707
|
created_at: string;
|
|
@@ -190629,6 +190913,13 @@ type Routes = {
|
|
|
190629
190913
|
created_at: string;
|
|
190630
190914
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
190631
190915
|
warning_code: 'lockly_time_zone_not_configured';
|
|
190916
|
+
} | {
|
|
190917
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
190918
|
+
message: string;
|
|
190919
|
+
/** Date and time at which Seam created the warning. */
|
|
190920
|
+
created_at: string;
|
|
190921
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
190922
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
190632
190923
|
})[];
|
|
190633
190924
|
/** Date and time at which the device object was created. */
|
|
190634
190925
|
created_at: string;
|
|
@@ -191844,6 +192135,13 @@ type Routes = {
|
|
|
191844
192135
|
created_at: string;
|
|
191845
192136
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
191846
192137
|
warning_code: 'lockly_time_zone_not_configured';
|
|
192138
|
+
} | {
|
|
192139
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
192140
|
+
message: string;
|
|
192141
|
+
/** Date and time at which Seam created the warning. */
|
|
192142
|
+
created_at: string;
|
|
192143
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
192144
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
191847
192145
|
})[];
|
|
191848
192146
|
/** Date and time at which the device object was created. */
|
|
191849
192147
|
created_at: string;
|
|
@@ -193990,6 +194288,13 @@ type Routes = {
|
|
|
193990
194288
|
created_at: string;
|
|
193991
194289
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
193992
194290
|
warning_code: 'lockly_time_zone_not_configured';
|
|
194291
|
+
} | {
|
|
194292
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
194293
|
+
message: string;
|
|
194294
|
+
/** Date and time at which Seam created the warning. */
|
|
194295
|
+
created_at: string;
|
|
194296
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
194297
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
193993
194298
|
})[];
|
|
193994
194299
|
/** Date and time at which the device object was created. */
|
|
193995
194300
|
created_at: string;
|
|
@@ -196609,6 +196914,13 @@ type Routes = {
|
|
|
196609
196914
|
created_at: string;
|
|
196610
196915
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
196611
196916
|
warning_code: 'lockly_time_zone_not_configured';
|
|
196917
|
+
} | {
|
|
196918
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
196919
|
+
message: string;
|
|
196920
|
+
/** Date and time at which Seam created the warning. */
|
|
196921
|
+
created_at: string;
|
|
196922
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
196923
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
196612
196924
|
})[];
|
|
196613
196925
|
/** Date and time at which the device object was created. */
|
|
196614
196926
|
created_at: string;
|