@seamapi/types 1.418.1 → 1.419.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 +54 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +160 -0
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +12 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/openapi.js +44 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +105 -0
- package/package.json +2 -2
- package/src/lib/seam/connect/models/devices/device.ts +13 -0
- package/src/lib/seam/connect/openapi.ts +52 -0
- package/src/lib/seam/connect/route-types.ts +120 -0
|
@@ -23502,6 +23502,13 @@ export interface Routes {
|
|
|
23502
23502
|
created_at: string;
|
|
23503
23503
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23504
23504
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
23505
|
+
} | {
|
|
23506
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23507
|
+
message: string;
|
|
23508
|
+
/** Date and time at which Seam created the warning. */
|
|
23509
|
+
created_at: string;
|
|
23510
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23511
|
+
warning_code: 'power_saving_mode';
|
|
23505
23512
|
} | {
|
|
23506
23513
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23507
23514
|
message: string;
|
|
@@ -24647,6 +24654,13 @@ export interface Routes {
|
|
|
24647
24654
|
created_at: string;
|
|
24648
24655
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24649
24656
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
24657
|
+
} | {
|
|
24658
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24659
|
+
message: string;
|
|
24660
|
+
/** Date and time at which Seam created the warning. */
|
|
24661
|
+
created_at: string;
|
|
24662
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24663
|
+
warning_code: 'power_saving_mode';
|
|
24650
24664
|
} | {
|
|
24651
24665
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24652
24666
|
message: string;
|
|
@@ -25053,6 +25067,13 @@ export interface Routes {
|
|
|
25053
25067
|
created_at: string;
|
|
25054
25068
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25055
25069
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
25070
|
+
} | {
|
|
25071
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25072
|
+
message: string;
|
|
25073
|
+
/** Date and time at which Seam created the warning. */
|
|
25074
|
+
created_at: string;
|
|
25075
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25076
|
+
warning_code: 'power_saving_mode';
|
|
25056
25077
|
} | {
|
|
25057
25078
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25058
25079
|
message: string;
|
|
@@ -25478,6 +25499,13 @@ export interface Routes {
|
|
|
25478
25499
|
created_at: string;
|
|
25479
25500
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25480
25501
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
25502
|
+
} | {
|
|
25503
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25504
|
+
message: string;
|
|
25505
|
+
/** Date and time at which Seam created the warning. */
|
|
25506
|
+
created_at: string;
|
|
25507
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25508
|
+
warning_code: 'power_saving_mode';
|
|
25481
25509
|
} | {
|
|
25482
25510
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25483
25511
|
message: string;
|
|
@@ -29515,6 +29543,13 @@ export interface Routes {
|
|
|
29515
29543
|
created_at: string;
|
|
29516
29544
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29517
29545
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
29546
|
+
} | {
|
|
29547
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29548
|
+
message: string;
|
|
29549
|
+
/** Date and time at which Seam created the warning. */
|
|
29550
|
+
created_at: string;
|
|
29551
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29552
|
+
warning_code: 'power_saving_mode';
|
|
29518
29553
|
} | {
|
|
29519
29554
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29520
29555
|
message: string;
|
|
@@ -30616,6 +30651,13 @@ export interface Routes {
|
|
|
30616
30651
|
created_at: string;
|
|
30617
30652
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30618
30653
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
30654
|
+
} | {
|
|
30655
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30656
|
+
message: string;
|
|
30657
|
+
/** Date and time at which Seam created the warning. */
|
|
30658
|
+
created_at: string;
|
|
30659
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30660
|
+
warning_code: 'power_saving_mode';
|
|
30619
30661
|
} | {
|
|
30620
30662
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30621
30663
|
message: string;
|
|
@@ -31761,6 +31803,13 @@ export interface Routes {
|
|
|
31761
31803
|
created_at: string;
|
|
31762
31804
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31763
31805
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
31806
|
+
} | {
|
|
31807
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31808
|
+
message: string;
|
|
31809
|
+
/** Date and time at which Seam created the warning. */
|
|
31810
|
+
created_at: string;
|
|
31811
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31812
|
+
warning_code: 'power_saving_mode';
|
|
31764
31813
|
} | {
|
|
31765
31814
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31766
31815
|
message: string;
|
|
@@ -32861,6 +32910,13 @@ export interface Routes {
|
|
|
32861
32910
|
created_at: string;
|
|
32862
32911
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32863
32912
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
32913
|
+
} | {
|
|
32914
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32915
|
+
message: string;
|
|
32916
|
+
/** Date and time at which Seam created the warning. */
|
|
32917
|
+
created_at: string;
|
|
32918
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32919
|
+
warning_code: 'power_saving_mode';
|
|
32864
32920
|
} | {
|
|
32865
32921
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32866
32922
|
message: string;
|
|
@@ -39299,6 +39355,13 @@ export interface Routes {
|
|
|
39299
39355
|
created_at: string;
|
|
39300
39356
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39301
39357
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
39358
|
+
} | {
|
|
39359
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39360
|
+
message: string;
|
|
39361
|
+
/** Date and time at which Seam created the warning. */
|
|
39362
|
+
created_at: string;
|
|
39363
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39364
|
+
warning_code: 'power_saving_mode';
|
|
39302
39365
|
} | {
|
|
39303
39366
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39304
39367
|
message: string;
|
|
@@ -40399,6 +40462,13 @@ export interface Routes {
|
|
|
40399
40462
|
created_at: string;
|
|
40400
40463
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40401
40464
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
40465
|
+
} | {
|
|
40466
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40467
|
+
message: string;
|
|
40468
|
+
/** Date and time at which Seam created the warning. */
|
|
40469
|
+
created_at: string;
|
|
40470
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40471
|
+
warning_code: 'power_saving_mode';
|
|
40402
40472
|
} | {
|
|
40403
40473
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40404
40474
|
message: string;
|
|
@@ -50867,6 +50937,13 @@ export interface Routes {
|
|
|
50867
50937
|
created_at: string;
|
|
50868
50938
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
50869
50939
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
50940
|
+
} | {
|
|
50941
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
50942
|
+
message: string;
|
|
50943
|
+
/** Date and time at which Seam created the warning. */
|
|
50944
|
+
created_at: string;
|
|
50945
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
50946
|
+
warning_code: 'power_saving_mode';
|
|
50870
50947
|
} | {
|
|
50871
50948
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
50872
50949
|
message: string;
|
|
@@ -54654,6 +54731,13 @@ export interface Routes {
|
|
|
54654
54731
|
created_at: string;
|
|
54655
54732
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54656
54733
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
54734
|
+
} | {
|
|
54735
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54736
|
+
message: string;
|
|
54737
|
+
/** Date and time at which Seam created the warning. */
|
|
54738
|
+
created_at: string;
|
|
54739
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54740
|
+
warning_code: 'power_saving_mode';
|
|
54657
54741
|
} | {
|
|
54658
54742
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54659
54743
|
message: string;
|
|
@@ -55754,6 +55838,13 @@ export interface Routes {
|
|
|
55754
55838
|
created_at: string;
|
|
55755
55839
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55756
55840
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
55841
|
+
} | {
|
|
55842
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55843
|
+
message: string;
|
|
55844
|
+
/** Date and time at which Seam created the warning. */
|
|
55845
|
+
created_at: string;
|
|
55846
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55847
|
+
warning_code: 'power_saving_mode';
|
|
55757
55848
|
} | {
|
|
55758
55849
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55759
55850
|
message: string;
|
|
@@ -63485,6 +63576,13 @@ export interface Routes {
|
|
|
63485
63576
|
created_at: string;
|
|
63486
63577
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63487
63578
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
63579
|
+
} | {
|
|
63580
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63581
|
+
message: string;
|
|
63582
|
+
/** Date and time at which Seam created the warning. */
|
|
63583
|
+
created_at: string;
|
|
63584
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63585
|
+
warning_code: 'power_saving_mode';
|
|
63488
63586
|
} | {
|
|
63489
63587
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63490
63588
|
message: string;
|
|
@@ -64587,6 +64685,13 @@ export interface Routes {
|
|
|
64587
64685
|
created_at: string;
|
|
64588
64686
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64589
64687
|
warning_code: 'ttlock_weak_gateway_signal';
|
|
64688
|
+
} | {
|
|
64689
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64690
|
+
message: string;
|
|
64691
|
+
/** Date and time at which Seam created the warning. */
|
|
64692
|
+
created_at: string;
|
|
64693
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64694
|
+
warning_code: 'power_saving_mode';
|
|
64590
64695
|
} | {
|
|
64591
64696
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64592
64697
|
message: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seamapi/types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.419.0",
|
|
4
4
|
"description": "TypeScript types for the Seam API.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"zod": "^3.24.0"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@seamapi/blueprint": "^0.
|
|
95
|
+
"@seamapi/blueprint": "^0.50.0",
|
|
96
96
|
"@types/node": "^20.8.10",
|
|
97
97
|
"concurrently": "^8.2.0",
|
|
98
98
|
"del-cli": "^5.0.0",
|
|
@@ -344,6 +344,17 @@ const ttlock_weak_gateway_signal = common_device_warning.extend({
|
|
|
344
344
|
Indicates that the gateway signal is weak.
|
|
345
345
|
`)
|
|
346
346
|
|
|
347
|
+
const power_saving_mode = common_device_warning.extend({
|
|
348
|
+
warning_code: z
|
|
349
|
+
.literal('power_saving_mode')
|
|
350
|
+
.describe(warning_code_description),
|
|
351
|
+
}).describe(`
|
|
352
|
+
---
|
|
353
|
+
variant_group_key: locks
|
|
354
|
+
---
|
|
355
|
+
Indicates that the device is in power saving mode and may have limited functionality.
|
|
356
|
+
`)
|
|
357
|
+
|
|
347
358
|
const temperature_threshold_exceeded = common_device_warning.extend({
|
|
348
359
|
warning_code: z
|
|
349
360
|
.literal('temperature_threshold_exceeded')
|
|
@@ -409,6 +420,7 @@ const device_warning = z.discriminatedUnion('warning_code', [
|
|
|
409
420
|
nest_thermostat_in_manual_eco_mode,
|
|
410
421
|
ttlock_lock_gateway_unlocking_not_enabled,
|
|
411
422
|
ttlock_weak_gateway_signal,
|
|
423
|
+
power_saving_mode,
|
|
412
424
|
temperature_threshold_exceeded,
|
|
413
425
|
device_communication_degraded,
|
|
414
426
|
scheduled_maintenance_window,
|
|
@@ -447,6 +459,7 @@ export const device_warning_map = z.object({
|
|
|
447
459
|
ttlock_lock_gateway_unlocking_not_enabled:
|
|
448
460
|
ttlock_lock_gateway_unlocking_not_enabled.optional().nullable(),
|
|
449
461
|
ttlock_weak_gateway_signal: ttlock_weak_gateway_signal.optional().nullable(),
|
|
462
|
+
power_saving_mode: power_saving_mode.optional().nullable(),
|
|
450
463
|
temperature_threshold_exceeded: temperature_threshold_exceeded
|
|
451
464
|
.optional()
|
|
452
465
|
.nullable(),
|
|
@@ -12468,6 +12468,32 @@ export default {
|
|
|
12468
12468
|
required: ['message', 'created_at', 'warning_code'],
|
|
12469
12469
|
type: 'object',
|
|
12470
12470
|
},
|
|
12471
|
+
{
|
|
12472
|
+
description:
|
|
12473
|
+
'Indicates that the device is in power saving mode and may have limited functionality.',
|
|
12474
|
+
properties: {
|
|
12475
|
+
created_at: {
|
|
12476
|
+
description:
|
|
12477
|
+
'Date and time at which Seam created the warning.',
|
|
12478
|
+
format: 'date-time',
|
|
12479
|
+
type: 'string',
|
|
12480
|
+
},
|
|
12481
|
+
message: {
|
|
12482
|
+
description:
|
|
12483
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
12484
|
+
type: 'string',
|
|
12485
|
+
},
|
|
12486
|
+
warning_code: {
|
|
12487
|
+
description:
|
|
12488
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
12489
|
+
enum: ['power_saving_mode'],
|
|
12490
|
+
type: 'string',
|
|
12491
|
+
},
|
|
12492
|
+
},
|
|
12493
|
+
required: ['message', 'created_at', 'warning_code'],
|
|
12494
|
+
type: 'object',
|
|
12495
|
+
'x-variant-group-key': 'locks',
|
|
12496
|
+
},
|
|
12471
12497
|
{
|
|
12472
12498
|
description:
|
|
12473
12499
|
'Indicates that the temperature threshold has been exceeded.',
|
|
@@ -23413,6 +23439,32 @@ export default {
|
|
|
23413
23439
|
required: ['message', 'created_at', 'warning_code'],
|
|
23414
23440
|
type: 'object',
|
|
23415
23441
|
},
|
|
23442
|
+
{
|
|
23443
|
+
description:
|
|
23444
|
+
'Indicates that the device is in power saving mode and may have limited functionality.',
|
|
23445
|
+
properties: {
|
|
23446
|
+
created_at: {
|
|
23447
|
+
description:
|
|
23448
|
+
'Date and time at which Seam created the warning.',
|
|
23449
|
+
format: 'date-time',
|
|
23450
|
+
type: 'string',
|
|
23451
|
+
},
|
|
23452
|
+
message: {
|
|
23453
|
+
description:
|
|
23454
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
23455
|
+
type: 'string',
|
|
23456
|
+
},
|
|
23457
|
+
warning_code: {
|
|
23458
|
+
description:
|
|
23459
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
23460
|
+
enum: ['power_saving_mode'],
|
|
23461
|
+
type: 'string',
|
|
23462
|
+
},
|
|
23463
|
+
},
|
|
23464
|
+
required: ['message', 'created_at', 'warning_code'],
|
|
23465
|
+
type: 'object',
|
|
23466
|
+
'x-variant-group-key': 'locks',
|
|
23467
|
+
},
|
|
23416
23468
|
{
|
|
23417
23469
|
description:
|
|
23418
23470
|
'Indicates that the temperature threshold has been exceeded.',
|
|
@@ -26826,6 +26826,14 @@ export interface Routes {
|
|
|
26826
26826
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26827
26827
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
26828
26828
|
}
|
|
26829
|
+
| {
|
|
26830
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26831
|
+
message: string
|
|
26832
|
+
/** Date and time at which Seam created the warning. */
|
|
26833
|
+
created_at: string
|
|
26834
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26835
|
+
warning_code: 'power_saving_mode'
|
|
26836
|
+
}
|
|
26829
26837
|
| {
|
|
26830
26838
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26831
26839
|
message: string
|
|
@@ -28361,6 +28369,14 @@ export interface Routes {
|
|
|
28361
28369
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28362
28370
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
28363
28371
|
}
|
|
28372
|
+
| {
|
|
28373
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28374
|
+
message: string
|
|
28375
|
+
/** Date and time at which Seam created the warning. */
|
|
28376
|
+
created_at: string
|
|
28377
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28378
|
+
warning_code: 'power_saving_mode'
|
|
28379
|
+
}
|
|
28364
28380
|
| {
|
|
28365
28381
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28366
28382
|
message: string
|
|
@@ -28909,6 +28925,14 @@ export interface Routes {
|
|
|
28909
28925
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28910
28926
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
28911
28927
|
}
|
|
28928
|
+
| {
|
|
28929
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28930
|
+
message: string
|
|
28931
|
+
/** Date and time at which Seam created the warning. */
|
|
28932
|
+
created_at: string
|
|
28933
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28934
|
+
warning_code: 'power_saving_mode'
|
|
28935
|
+
}
|
|
28912
28936
|
| {
|
|
28913
28937
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28914
28938
|
message: string
|
|
@@ -29575,6 +29599,14 @@ export interface Routes {
|
|
|
29575
29599
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29576
29600
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
29577
29601
|
}
|
|
29602
|
+
| {
|
|
29603
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29604
|
+
message: string
|
|
29605
|
+
/** Date and time at which Seam created the warning. */
|
|
29606
|
+
created_at: string
|
|
29607
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29608
|
+
warning_code: 'power_saving_mode'
|
|
29609
|
+
}
|
|
29578
29610
|
| {
|
|
29579
29611
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29580
29612
|
message: string
|
|
@@ -34252,6 +34284,14 @@ export interface Routes {
|
|
|
34252
34284
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34253
34285
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
34254
34286
|
}
|
|
34287
|
+
| {
|
|
34288
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34289
|
+
message: string
|
|
34290
|
+
/** Date and time at which Seam created the warning. */
|
|
34291
|
+
created_at: string
|
|
34292
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34293
|
+
warning_code: 'power_saving_mode'
|
|
34294
|
+
}
|
|
34255
34295
|
| {
|
|
34256
34296
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34257
34297
|
message: string
|
|
@@ -35589,6 +35629,14 @@ export interface Routes {
|
|
|
35589
35629
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35590
35630
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
35591
35631
|
}
|
|
35632
|
+
| {
|
|
35633
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35634
|
+
message: string
|
|
35635
|
+
/** Date and time at which Seam created the warning. */
|
|
35636
|
+
created_at: string
|
|
35637
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35638
|
+
warning_code: 'power_saving_mode'
|
|
35639
|
+
}
|
|
35592
35640
|
| {
|
|
35593
35641
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35594
35642
|
message: string
|
|
@@ -37089,6 +37137,14 @@ export interface Routes {
|
|
|
37089
37137
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37090
37138
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
37091
37139
|
}
|
|
37140
|
+
| {
|
|
37141
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37142
|
+
message: string
|
|
37143
|
+
/** Date and time at which Seam created the warning. */
|
|
37144
|
+
created_at: string
|
|
37145
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37146
|
+
warning_code: 'power_saving_mode'
|
|
37147
|
+
}
|
|
37092
37148
|
| {
|
|
37093
37149
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37094
37150
|
message: string
|
|
@@ -38425,6 +38481,14 @@ export interface Routes {
|
|
|
38425
38481
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38426
38482
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
38427
38483
|
}
|
|
38484
|
+
| {
|
|
38485
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38486
|
+
message: string
|
|
38487
|
+
/** Date and time at which Seam created the warning. */
|
|
38488
|
+
created_at: string
|
|
38489
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38490
|
+
warning_code: 'power_saving_mode'
|
|
38491
|
+
}
|
|
38428
38492
|
| {
|
|
38429
38493
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38430
38494
|
message: string
|
|
@@ -45885,6 +45949,14 @@ export interface Routes {
|
|
|
45885
45949
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45886
45950
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
45887
45951
|
}
|
|
45952
|
+
| {
|
|
45953
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45954
|
+
message: string
|
|
45955
|
+
/** Date and time at which Seam created the warning. */
|
|
45956
|
+
created_at: string
|
|
45957
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45958
|
+
warning_code: 'power_saving_mode'
|
|
45959
|
+
}
|
|
45888
45960
|
| {
|
|
45889
45961
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45890
45962
|
message: string
|
|
@@ -47221,6 +47293,14 @@ export interface Routes {
|
|
|
47221
47293
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47222
47294
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
47223
47295
|
}
|
|
47296
|
+
| {
|
|
47297
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47298
|
+
message: string
|
|
47299
|
+
/** Date and time at which Seam created the warning. */
|
|
47300
|
+
created_at: string
|
|
47301
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47302
|
+
warning_code: 'power_saving_mode'
|
|
47303
|
+
}
|
|
47224
47304
|
| {
|
|
47225
47305
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47226
47306
|
message: string
|
|
@@ -59163,6 +59243,14 @@ export interface Routes {
|
|
|
59163
59243
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59164
59244
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
59165
59245
|
}
|
|
59246
|
+
| {
|
|
59247
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
59248
|
+
message: string
|
|
59249
|
+
/** Date and time at which Seam created the warning. */
|
|
59250
|
+
created_at: string
|
|
59251
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59252
|
+
warning_code: 'power_saving_mode'
|
|
59253
|
+
}
|
|
59166
59254
|
| {
|
|
59167
59255
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
59168
59256
|
message: string
|
|
@@ -63619,6 +63707,14 @@ export interface Routes {
|
|
|
63619
63707
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63620
63708
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
63621
63709
|
}
|
|
63710
|
+
| {
|
|
63711
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63712
|
+
message: string
|
|
63713
|
+
/** Date and time at which Seam created the warning. */
|
|
63714
|
+
created_at: string
|
|
63715
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63716
|
+
warning_code: 'power_saving_mode'
|
|
63717
|
+
}
|
|
63622
63718
|
| {
|
|
63623
63719
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63624
63720
|
message: string
|
|
@@ -64955,6 +65051,14 @@ export interface Routes {
|
|
|
64955
65051
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64956
65052
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
64957
65053
|
}
|
|
65054
|
+
| {
|
|
65055
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
65056
|
+
message: string
|
|
65057
|
+
/** Date and time at which Seam created the warning. */
|
|
65058
|
+
created_at: string
|
|
65059
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65060
|
+
warning_code: 'power_saving_mode'
|
|
65061
|
+
}
|
|
64958
65062
|
| {
|
|
64959
65063
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64960
65064
|
message: string
|
|
@@ -73731,6 +73835,14 @@ export interface Routes {
|
|
|
73731
73835
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
73732
73836
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
73733
73837
|
}
|
|
73838
|
+
| {
|
|
73839
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
73840
|
+
message: string
|
|
73841
|
+
/** Date and time at which Seam created the warning. */
|
|
73842
|
+
created_at: string
|
|
73843
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
73844
|
+
warning_code: 'power_saving_mode'
|
|
73845
|
+
}
|
|
73734
73846
|
| {
|
|
73735
73847
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
73736
73848
|
message: string
|
|
@@ -75069,6 +75181,14 @@ export interface Routes {
|
|
|
75069
75181
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75070
75182
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
75071
75183
|
}
|
|
75184
|
+
| {
|
|
75185
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75186
|
+
message: string
|
|
75187
|
+
/** Date and time at which Seam created the warning. */
|
|
75188
|
+
created_at: string
|
|
75189
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75190
|
+
warning_code: 'power_saving_mode'
|
|
75191
|
+
}
|
|
75072
75192
|
| {
|
|
75073
75193
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75074
75194
|
message: string
|