@seamapi/types 1.631.0 → 1.633.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +138 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +446 -0
- package/dist/index.cjs +138 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +203 -0
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +12 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/openapi.d.ts +119 -0
- package/lib/seam/connect/openapi.js +124 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +214 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +132 -0
- package/src/lib/seam/connect/route-types.ts +235 -0
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");
|
|
@@ -72794,14 +72907,22 @@ declare const _default: {
|
|
|
72794
72907
|
pat_with_workspace: never[];
|
|
72795
72908
|
console_session_with_workspace?: never;
|
|
72796
72909
|
api_key?: never;
|
|
72910
|
+
client_session_with_customer?: never;
|
|
72797
72911
|
} | {
|
|
72798
72912
|
console_session_with_workspace: never[];
|
|
72799
72913
|
pat_with_workspace?: never;
|
|
72800
72914
|
api_key?: never;
|
|
72915
|
+
client_session_with_customer?: never;
|
|
72801
72916
|
} | {
|
|
72802
72917
|
api_key: never[];
|
|
72803
72918
|
pat_with_workspace?: never;
|
|
72804
72919
|
console_session_with_workspace?: never;
|
|
72920
|
+
client_session_with_customer?: never;
|
|
72921
|
+
} | {
|
|
72922
|
+
client_session_with_customer: never[];
|
|
72923
|
+
pat_with_workspace?: never;
|
|
72924
|
+
console_session_with_workspace?: never;
|
|
72925
|
+
api_key?: never;
|
|
72805
72926
|
})[];
|
|
72806
72927
|
summary: string;
|
|
72807
72928
|
tags: never[];
|
|
@@ -73051,14 +73172,22 @@ declare const _default: {
|
|
|
73051
73172
|
pat_with_workspace: never[];
|
|
73052
73173
|
console_session_with_workspace?: never;
|
|
73053
73174
|
api_key?: never;
|
|
73175
|
+
client_session_with_customer?: never;
|
|
73054
73176
|
} | {
|
|
73055
73177
|
console_session_with_workspace: never[];
|
|
73056
73178
|
pat_with_workspace?: never;
|
|
73057
73179
|
api_key?: never;
|
|
73180
|
+
client_session_with_customer?: never;
|
|
73058
73181
|
} | {
|
|
73059
73182
|
api_key: never[];
|
|
73060
73183
|
pat_with_workspace?: never;
|
|
73061
73184
|
console_session_with_workspace?: never;
|
|
73185
|
+
client_session_with_customer?: never;
|
|
73186
|
+
} | {
|
|
73187
|
+
client_session_with_customer: never[];
|
|
73188
|
+
pat_with_workspace?: never;
|
|
73189
|
+
console_session_with_workspace?: never;
|
|
73190
|
+
api_key?: never;
|
|
73062
73191
|
})[];
|
|
73063
73192
|
summary: string;
|
|
73064
73193
|
tags: never[];
|
|
@@ -93844,6 +93973,109 @@ declare const _default: {
|
|
|
93844
93973
|
'x-undocumented': string;
|
|
93845
93974
|
};
|
|
93846
93975
|
};
|
|
93976
|
+
'/seam/customer/v1/access_grants/list': {
|
|
93977
|
+
get: {
|
|
93978
|
+
description: string;
|
|
93979
|
+
operationId: string;
|
|
93980
|
+
parameters: never[];
|
|
93981
|
+
responses: {
|
|
93982
|
+
200: {
|
|
93983
|
+
content: {
|
|
93984
|
+
'application/json': {
|
|
93985
|
+
schema: {
|
|
93986
|
+
properties: {
|
|
93987
|
+
access_grants: {
|
|
93988
|
+
items: {
|
|
93989
|
+
$ref: string;
|
|
93990
|
+
};
|
|
93991
|
+
type: string;
|
|
93992
|
+
};
|
|
93993
|
+
ok: {
|
|
93994
|
+
type: string;
|
|
93995
|
+
};
|
|
93996
|
+
};
|
|
93997
|
+
required: string[];
|
|
93998
|
+
type: string;
|
|
93999
|
+
};
|
|
94000
|
+
};
|
|
94001
|
+
};
|
|
94002
|
+
description: string;
|
|
94003
|
+
};
|
|
94004
|
+
400: {
|
|
94005
|
+
description: string;
|
|
94006
|
+
};
|
|
94007
|
+
401: {
|
|
94008
|
+
description: string;
|
|
94009
|
+
};
|
|
94010
|
+
};
|
|
94011
|
+
security: {
|
|
94012
|
+
client_session_with_customer: never[];
|
|
94013
|
+
}[];
|
|
94014
|
+
summary: string;
|
|
94015
|
+
tags: never[];
|
|
94016
|
+
'x-fern-sdk-group-name': string[];
|
|
94017
|
+
'x-fern-sdk-method-name': string;
|
|
94018
|
+
'x-fern-sdk-return-value': string;
|
|
94019
|
+
'x-response-key': string;
|
|
94020
|
+
'x-title': string;
|
|
94021
|
+
'x-undocumented': string;
|
|
94022
|
+
};
|
|
94023
|
+
post: {
|
|
94024
|
+
description: string;
|
|
94025
|
+
operationId: string;
|
|
94026
|
+
requestBody: {
|
|
94027
|
+
content: {
|
|
94028
|
+
'application/json': {
|
|
94029
|
+
schema: {
|
|
94030
|
+
properties: {};
|
|
94031
|
+
type: string;
|
|
94032
|
+
};
|
|
94033
|
+
};
|
|
94034
|
+
};
|
|
94035
|
+
};
|
|
94036
|
+
responses: {
|
|
94037
|
+
200: {
|
|
94038
|
+
content: {
|
|
94039
|
+
'application/json': {
|
|
94040
|
+
schema: {
|
|
94041
|
+
properties: {
|
|
94042
|
+
access_grants: {
|
|
94043
|
+
items: {
|
|
94044
|
+
$ref: string;
|
|
94045
|
+
};
|
|
94046
|
+
type: string;
|
|
94047
|
+
};
|
|
94048
|
+
ok: {
|
|
94049
|
+
type: string;
|
|
94050
|
+
};
|
|
94051
|
+
};
|
|
94052
|
+
required: string[];
|
|
94053
|
+
type: string;
|
|
94054
|
+
};
|
|
94055
|
+
};
|
|
94056
|
+
};
|
|
94057
|
+
description: string;
|
|
94058
|
+
};
|
|
94059
|
+
400: {
|
|
94060
|
+
description: string;
|
|
94061
|
+
};
|
|
94062
|
+
401: {
|
|
94063
|
+
description: string;
|
|
94064
|
+
};
|
|
94065
|
+
};
|
|
94066
|
+
security: {
|
|
94067
|
+
client_session_with_customer: never[];
|
|
94068
|
+
}[];
|
|
94069
|
+
summary: string;
|
|
94070
|
+
tags: never[];
|
|
94071
|
+
'x-fern-sdk-group-name': string[];
|
|
94072
|
+
'x-fern-sdk-method-name': string;
|
|
94073
|
+
'x-fern-sdk-return-value': string;
|
|
94074
|
+
'x-response-key': string;
|
|
94075
|
+
'x-title': string;
|
|
94076
|
+
'x-undocumented': string;
|
|
94077
|
+
};
|
|
94078
|
+
};
|
|
93847
94079
|
'/seam/customer/v1/automation_runs/list': {
|
|
93848
94080
|
get: {
|
|
93849
94081
|
description: string;
|
|
@@ -122255,6 +122487,13 @@ type Routes = {
|
|
|
122255
122487
|
created_at: string;
|
|
122256
122488
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122257
122489
|
warning_code: 'lockly_time_zone_not_configured';
|
|
122490
|
+
} | {
|
|
122491
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
122492
|
+
message: string;
|
|
122493
|
+
/** Date and time at which Seam created the warning. */
|
|
122494
|
+
created_at: string;
|
|
122495
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122496
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
122258
122497
|
})[];
|
|
122259
122498
|
/** Date and time at which the device object was created. */
|
|
122260
122499
|
created_at: string;
|
|
@@ -125693,6 +125932,13 @@ type Routes = {
|
|
|
125693
125932
|
created_at: string;
|
|
125694
125933
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125695
125934
|
warning_code: 'lockly_time_zone_not_configured';
|
|
125935
|
+
} | {
|
|
125936
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
125937
|
+
message: string;
|
|
125938
|
+
/** Date and time at which Seam created the warning. */
|
|
125939
|
+
created_at: string;
|
|
125940
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125941
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
125696
125942
|
})[];
|
|
125697
125943
|
/** Date and time at which the device object was created. */
|
|
125698
125944
|
created_at: string;
|
|
@@ -128312,6 +128558,13 @@ type Routes = {
|
|
|
128312
128558
|
created_at: string;
|
|
128313
128559
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128314
128560
|
warning_code: 'lockly_time_zone_not_configured';
|
|
128561
|
+
} | {
|
|
128562
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128563
|
+
message: string;
|
|
128564
|
+
/** Date and time at which Seam created the warning. */
|
|
128565
|
+
created_at: string;
|
|
128566
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128567
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
128315
128568
|
})[];
|
|
128316
128569
|
/** Date and time at which the device object was created. */
|
|
128317
128570
|
created_at: string;
|
|
@@ -144590,6 +144843,13 @@ type Routes = {
|
|
|
144590
144843
|
created_at: string;
|
|
144591
144844
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144592
144845
|
warning_code: 'lockly_time_zone_not_configured';
|
|
144846
|
+
} | {
|
|
144847
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144848
|
+
message: string;
|
|
144849
|
+
/** Date and time at which Seam created the warning. */
|
|
144850
|
+
created_at: string;
|
|
144851
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144852
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
144593
144853
|
})[];
|
|
144594
144854
|
/** Date and time at which the device object was created. */
|
|
144595
144855
|
created_at: string;
|
|
@@ -145853,6 +146113,13 @@ type Routes = {
|
|
|
145853
146113
|
created_at: string;
|
|
145854
146114
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145855
146115
|
warning_code: 'lockly_time_zone_not_configured';
|
|
146116
|
+
} | {
|
|
146117
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
146118
|
+
message: string;
|
|
146119
|
+
/** Date and time at which Seam created the warning. */
|
|
146120
|
+
created_at: string;
|
|
146121
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146122
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
145856
146123
|
})[];
|
|
145857
146124
|
/** Date and time at which the device object was created. */
|
|
145858
146125
|
created_at: string;
|
|
@@ -146302,6 +146569,13 @@ type Routes = {
|
|
|
146302
146569
|
created_at: string;
|
|
146303
146570
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146304
146571
|
warning_code: 'lockly_time_zone_not_configured';
|
|
146572
|
+
} | {
|
|
146573
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
146574
|
+
message: string;
|
|
146575
|
+
/** Date and time at which Seam created the warning. */
|
|
146576
|
+
created_at: string;
|
|
146577
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146578
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
146305
146579
|
})[];
|
|
146306
146580
|
/** Date and time at which the device object was created. */
|
|
146307
146581
|
created_at: string;
|
|
@@ -146735,6 +147009,13 @@ type Routes = {
|
|
|
146735
147009
|
created_at: string;
|
|
146736
147010
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146737
147011
|
warning_code: 'lockly_time_zone_not_configured';
|
|
147012
|
+
} | {
|
|
147013
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147014
|
+
message: string;
|
|
147015
|
+
/** Date and time at which Seam created the warning. */
|
|
147016
|
+
created_at: string;
|
|
147017
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147018
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
146738
147019
|
})[];
|
|
146739
147020
|
/** Date and time at which the device object was created. */
|
|
146740
147021
|
created_at: string;
|
|
@@ -152075,6 +152356,13 @@ type Routes = {
|
|
|
152075
152356
|
created_at: string;
|
|
152076
152357
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
152077
152358
|
warning_code: 'lockly_time_zone_not_configured';
|
|
152359
|
+
} | {
|
|
152360
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
152361
|
+
message: string;
|
|
152362
|
+
/** Date and time at which Seam created the warning. */
|
|
152363
|
+
created_at: string;
|
|
152364
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
152365
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
152078
152366
|
})[];
|
|
152079
152367
|
/** Date and time at which the device object was created. */
|
|
152080
152368
|
created_at: string;
|
|
@@ -153289,6 +153577,13 @@ type Routes = {
|
|
|
153289
153577
|
created_at: string;
|
|
153290
153578
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153291
153579
|
warning_code: 'lockly_time_zone_not_configured';
|
|
153580
|
+
} | {
|
|
153581
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
153582
|
+
message: string;
|
|
153583
|
+
/** Date and time at which Seam created the warning. */
|
|
153584
|
+
created_at: string;
|
|
153585
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153586
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
153292
153587
|
})[];
|
|
153293
153588
|
/** Date and time at which the device object was created. */
|
|
153294
153589
|
created_at: string;
|
|
@@ -154552,6 +154847,13 @@ type Routes = {
|
|
|
154552
154847
|
created_at: string;
|
|
154553
154848
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154554
154849
|
warning_code: 'lockly_time_zone_not_configured';
|
|
154850
|
+
} | {
|
|
154851
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
154852
|
+
message: string;
|
|
154853
|
+
/** Date and time at which Seam created the warning. */
|
|
154854
|
+
created_at: string;
|
|
154855
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154856
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
154555
154857
|
})[];
|
|
154556
154858
|
/** Date and time at which the device object was created. */
|
|
154557
154859
|
created_at: string;
|
|
@@ -155765,6 +156067,13 @@ type Routes = {
|
|
|
155765
156067
|
created_at: string;
|
|
155766
156068
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155767
156069
|
warning_code: 'lockly_time_zone_not_configured';
|
|
156070
|
+
} | {
|
|
156071
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
156072
|
+
message: string;
|
|
156073
|
+
/** Date and time at which Seam created the warning. */
|
|
156074
|
+
created_at: string;
|
|
156075
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
156076
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
155768
156077
|
})[];
|
|
155769
156078
|
/** Date and time at which the device object was created. */
|
|
155770
156079
|
created_at: string;
|
|
@@ -162106,6 +162415,13 @@ type Routes = {
|
|
|
162106
162415
|
created_at: string;
|
|
162107
162416
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
162108
162417
|
warning_code: 'lockly_time_zone_not_configured';
|
|
162418
|
+
} | {
|
|
162419
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
162420
|
+
message: string;
|
|
162421
|
+
/** Date and time at which Seam created the warning. */
|
|
162422
|
+
created_at: string;
|
|
162423
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
162424
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
162109
162425
|
})[];
|
|
162110
162426
|
/** Date and time at which the device object was created. */
|
|
162111
162427
|
created_at: string;
|
|
@@ -163319,6 +163635,13 @@ type Routes = {
|
|
|
163319
163635
|
created_at: string;
|
|
163320
163636
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
163321
163637
|
warning_code: 'lockly_time_zone_not_configured';
|
|
163638
|
+
} | {
|
|
163639
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
163640
|
+
message: string;
|
|
163641
|
+
/** Date and time at which Seam created the warning. */
|
|
163642
|
+
created_at: string;
|
|
163643
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
163644
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
163322
163645
|
})[];
|
|
163323
163646
|
/** Date and time at which the device object was created. */
|
|
163324
163647
|
created_at: string;
|
|
@@ -167934,6 +168257,73 @@ type Routes = {
|
|
|
167934
168257
|
};
|
|
167935
168258
|
};
|
|
167936
168259
|
};
|
|
168260
|
+
'/seam/customer/v1/access_grants/list': {
|
|
168261
|
+
route: '/seam/customer/v1/access_grants/list';
|
|
168262
|
+
method: 'GET' | 'POST';
|
|
168263
|
+
queryParams: {};
|
|
168264
|
+
jsonBody: {};
|
|
168265
|
+
commonParams: {};
|
|
168266
|
+
formData: {};
|
|
168267
|
+
jsonResponse: {
|
|
168268
|
+
access_grants: {
|
|
168269
|
+
/** ID of the Seam workspace associated with the Access Grant. */
|
|
168270
|
+
workspace_id: string;
|
|
168271
|
+
/** ID of the Access Grant. */
|
|
168272
|
+
access_grant_id: string;
|
|
168273
|
+
/** Unique key for the access grant within the workspace. */
|
|
168274
|
+
access_grant_key?: string | undefined;
|
|
168275
|
+
/** Reservation key for the access grant. */
|
|
168276
|
+
reservation_key?: string | undefined;
|
|
168277
|
+
/** ID of user identity to which the Access Grant gives access. */
|
|
168278
|
+
user_identity_id: string;
|
|
168279
|
+
/**
|
|
168280
|
+
* @deprecated Use `space_ids`.*/
|
|
168281
|
+
location_ids: string[];
|
|
168282
|
+
/** IDs of the spaces to which the Access Grant gives access. */
|
|
168283
|
+
space_ids: string[];
|
|
168284
|
+
/** Access methods that the user requested for the Access Grant. */
|
|
168285
|
+
requested_access_methods: {
|
|
168286
|
+
/** Display name of the access method. */
|
|
168287
|
+
display_name: string;
|
|
168288
|
+
/** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
|
|
168289
|
+
mode: 'code' | 'card' | 'mobile_key';
|
|
168290
|
+
/** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
|
|
168291
|
+
code?: string | undefined;
|
|
168292
|
+
/** Date and time at which the requested access method was added to the Access Grant. */
|
|
168293
|
+
created_at: string;
|
|
168294
|
+
/** IDs of the access methods created for the requested access method. */
|
|
168295
|
+
created_access_method_ids: string[];
|
|
168296
|
+
}[];
|
|
168297
|
+
/** IDs of the access methods created for the Access Grant. */
|
|
168298
|
+
access_method_ids: string[];
|
|
168299
|
+
/** Client Session Token. Only returned if the Access Grant has a mobile_key access method. */
|
|
168300
|
+
client_session_token?: string | undefined;
|
|
168301
|
+
/** Name of the Access Grant. If not provided, the display name will be computed. */
|
|
168302
|
+
name: string | null;
|
|
168303
|
+
/** Display name of the Access Grant. */
|
|
168304
|
+
display_name: string;
|
|
168305
|
+
/** Instant Key URL. Only returned if the Access Grant has a single mobile_key access_method. */
|
|
168306
|
+
instant_key_url?: string | undefined;
|
|
168307
|
+
/** Date and time at which the Access Grant was created. */
|
|
168308
|
+
created_at: string;
|
|
168309
|
+
/** Date and time at which the Access Grant starts. */
|
|
168310
|
+
starts_at: string;
|
|
168311
|
+
/** Date and time at which the Access Grant ends. */
|
|
168312
|
+
ends_at: string | null;
|
|
168313
|
+
/** Warnings associated with the [access grant](https://docs.seam.co/latest/capability-guides/access-grants). */
|
|
168314
|
+
warnings: {
|
|
168315
|
+
/** Date and time at which Seam created the warning. */
|
|
168316
|
+
created_at: string;
|
|
168317
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
168318
|
+
message: string;
|
|
168319
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
168320
|
+
warning_code: 'being_deleted';
|
|
168321
|
+
}[];
|
|
168322
|
+
/** ID of the customization profile associated with the Access Grant. */
|
|
168323
|
+
customization_profile_id?: string | undefined;
|
|
168324
|
+
}[];
|
|
168325
|
+
};
|
|
168326
|
+
};
|
|
167937
168327
|
'/seam/customer/v1/automation_runs/list': {
|
|
167938
168328
|
route: '/seam/customer/v1/automation_runs/list';
|
|
167939
168329
|
method: 'GET' | 'POST';
|
|
@@ -172559,6 +172949,13 @@ type Routes = {
|
|
|
172559
172949
|
created_at: string;
|
|
172560
172950
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
172561
172951
|
warning_code: 'lockly_time_zone_not_configured';
|
|
172952
|
+
} | {
|
|
172953
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
172954
|
+
message: string;
|
|
172955
|
+
/** Date and time at which Seam created the warning. */
|
|
172956
|
+
created_at: string;
|
|
172957
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
172958
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
172562
172959
|
})[];
|
|
172563
172960
|
/** Date and time at which the device object was created. */
|
|
172564
172961
|
created_at: string;
|
|
@@ -178204,6 +178601,13 @@ type Routes = {
|
|
|
178204
178601
|
created_at: string;
|
|
178205
178602
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
178206
178603
|
warning_code: 'lockly_time_zone_not_configured';
|
|
178604
|
+
} | {
|
|
178605
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
178606
|
+
message: string;
|
|
178607
|
+
/** Date and time at which Seam created the warning. */
|
|
178608
|
+
created_at: string;
|
|
178609
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
178610
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
178207
178611
|
})[];
|
|
178208
178612
|
/** Date and time at which the device object was created. */
|
|
178209
178613
|
created_at: string;
|
|
@@ -182019,6 +182423,13 @@ type Routes = {
|
|
|
182019
182423
|
created_at: string;
|
|
182020
182424
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182021
182425
|
warning_code: 'lockly_time_zone_not_configured';
|
|
182426
|
+
} | {
|
|
182427
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
182428
|
+
message: string;
|
|
182429
|
+
/** Date and time at which Seam created the warning. */
|
|
182430
|
+
created_at: string;
|
|
182431
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182432
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
182022
182433
|
})[];
|
|
182023
182434
|
/** Date and time at which the device object was created. */
|
|
182024
182435
|
created_at: string;
|
|
@@ -183232,6 +183643,13 @@ type Routes = {
|
|
|
183232
183643
|
created_at: string;
|
|
183233
183644
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
183234
183645
|
warning_code: 'lockly_time_zone_not_configured';
|
|
183646
|
+
} | {
|
|
183647
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
183648
|
+
message: string;
|
|
183649
|
+
/** Date and time at which Seam created the warning. */
|
|
183650
|
+
created_at: string;
|
|
183651
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
183652
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
183235
183653
|
})[];
|
|
183236
183654
|
/** Date and time at which the device object was created. */
|
|
183237
183655
|
created_at: string;
|
|
@@ -190443,6 +190861,13 @@ type Routes = {
|
|
|
190443
190861
|
created_at: string;
|
|
190444
190862
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
190445
190863
|
warning_code: 'lockly_time_zone_not_configured';
|
|
190864
|
+
} | {
|
|
190865
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
190866
|
+
message: string;
|
|
190867
|
+
/** Date and time at which Seam created the warning. */
|
|
190868
|
+
created_at: string;
|
|
190869
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
190870
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
190446
190871
|
})[];
|
|
190447
190872
|
/** Date and time at which the device object was created. */
|
|
190448
190873
|
created_at: string;
|
|
@@ -191658,6 +192083,13 @@ type Routes = {
|
|
|
191658
192083
|
created_at: string;
|
|
191659
192084
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
191660
192085
|
warning_code: 'lockly_time_zone_not_configured';
|
|
192086
|
+
} | {
|
|
192087
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
192088
|
+
message: string;
|
|
192089
|
+
/** Date and time at which Seam created the warning. */
|
|
192090
|
+
created_at: string;
|
|
192091
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
192092
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
191661
192093
|
})[];
|
|
191662
192094
|
/** Date and time at which the device object was created. */
|
|
191663
192095
|
created_at: string;
|
|
@@ -193804,6 +194236,13 @@ type Routes = {
|
|
|
193804
194236
|
created_at: string;
|
|
193805
194237
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
193806
194238
|
warning_code: 'lockly_time_zone_not_configured';
|
|
194239
|
+
} | {
|
|
194240
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
194241
|
+
message: string;
|
|
194242
|
+
/** Date and time at which Seam created the warning. */
|
|
194243
|
+
created_at: string;
|
|
194244
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
194245
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
193807
194246
|
})[];
|
|
193808
194247
|
/** Date and time at which the device object was created. */
|
|
193809
194248
|
created_at: string;
|
|
@@ -196423,6 +196862,13 @@ type Routes = {
|
|
|
196423
196862
|
created_at: string;
|
|
196424
196863
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
196425
196864
|
warning_code: 'lockly_time_zone_not_configured';
|
|
196865
|
+
} | {
|
|
196866
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
196867
|
+
message: string;
|
|
196868
|
+
/** Date and time at which Seam created the warning. */
|
|
196869
|
+
created_at: string;
|
|
196870
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
196871
|
+
warning_code: 'hub_required_for_addtional_capabilities';
|
|
196426
196872
|
})[];
|
|
196427
196873
|
/** Date and time at which the device object was created. */
|
|
196428
196874
|
created_at: string;
|