@seamapi/types 1.941.0 → 1.943.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 +116 -64
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +436 -167
- package/dist/index.cjs +116 -64
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -71
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -14
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -26
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +123 -0
- package/lib/seam/connect/models/devices/device.js +24 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +47 -0
- package/lib/seam/connect/openapi.js +93 -54
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +314 -99
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -15
- package/src/lib/seam/connect/models/devices/device-metadata.ts +7 -0
- package/src/lib/seam/connect/models/devices/device.ts +26 -0
- package/src/lib/seam/connect/openapi.ts +110 -64
- package/src/lib/seam/connect/route-types.ts +354 -110
|
@@ -1803,15 +1803,6 @@ export type Routes = {
|
|
|
1803
1803
|
created_at?: string | undefined;
|
|
1804
1804
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1805
1805
|
error_code: 'no_space_for_access_code_on_device';
|
|
1806
|
-
} | {
|
|
1807
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1808
|
-
message: string;
|
|
1809
|
-
/** Indicates that this is an access code error. */
|
|
1810
|
-
is_access_code_error: true;
|
|
1811
|
-
/** Date and time at which Seam created the error. */
|
|
1812
|
-
created_at?: string | undefined;
|
|
1813
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1814
|
-
error_code: 'access_code_state_unconfirmed';
|
|
1815
1806
|
} | {
|
|
1816
1807
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1817
1808
|
message: string;
|
|
@@ -2336,15 +2327,6 @@ export type Routes = {
|
|
|
2336
2327
|
created_at?: string | undefined;
|
|
2337
2328
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2338
2329
|
error_code: 'no_space_for_access_code_on_device';
|
|
2339
|
-
} | {
|
|
2340
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2341
|
-
message: string;
|
|
2342
|
-
/** Indicates that this is an access code error. */
|
|
2343
|
-
is_access_code_error: true;
|
|
2344
|
-
/** Date and time at which Seam created the error. */
|
|
2345
|
-
created_at?: string | undefined;
|
|
2346
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2347
|
-
error_code: 'access_code_state_unconfirmed';
|
|
2348
2330
|
} | {
|
|
2349
2331
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2350
2332
|
message: string;
|
|
@@ -4557,15 +4539,6 @@ export type Routes = {
|
|
|
4557
4539
|
created_at?: string | undefined;
|
|
4558
4540
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4559
4541
|
error_code: 'no_space_for_access_code_on_device';
|
|
4560
|
-
} | {
|
|
4561
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4562
|
-
message: string;
|
|
4563
|
-
/** Indicates that this is an access code error. */
|
|
4564
|
-
is_access_code_error: true;
|
|
4565
|
-
/** Date and time at which Seam created the error. */
|
|
4566
|
-
created_at?: string | undefined;
|
|
4567
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4568
|
-
error_code: 'access_code_state_unconfirmed';
|
|
4569
4542
|
} | {
|
|
4570
4543
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4571
4544
|
message: string;
|
|
@@ -5136,15 +5109,6 @@ export type Routes = {
|
|
|
5136
5109
|
created_at?: string | undefined;
|
|
5137
5110
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5138
5111
|
error_code: 'no_space_for_access_code_on_device';
|
|
5139
|
-
} | {
|
|
5140
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5141
|
-
message: string;
|
|
5142
|
-
/** Indicates that this is an access code error. */
|
|
5143
|
-
is_access_code_error: true;
|
|
5144
|
-
/** Date and time at which Seam created the error. */
|
|
5145
|
-
created_at?: string | undefined;
|
|
5146
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5147
|
-
error_code: 'access_code_state_unconfirmed';
|
|
5148
5112
|
} | {
|
|
5149
5113
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5150
5114
|
message: string;
|
|
@@ -5660,15 +5624,6 @@ export type Routes = {
|
|
|
5660
5624
|
created_at?: string | undefined;
|
|
5661
5625
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5662
5626
|
error_code: 'no_space_for_access_code_on_device';
|
|
5663
|
-
} | {
|
|
5664
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5665
|
-
message: string;
|
|
5666
|
-
/** Indicates that this is an access code error. */
|
|
5667
|
-
is_access_code_error: true;
|
|
5668
|
-
/** Date and time at which Seam created the error. */
|
|
5669
|
-
created_at?: string | undefined;
|
|
5670
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5671
|
-
error_code: 'access_code_state_unconfirmed';
|
|
5672
5627
|
} | {
|
|
5673
5628
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5674
5629
|
message: string;
|
|
@@ -6161,15 +6116,6 @@ export type Routes = {
|
|
|
6161
6116
|
created_at?: string | undefined;
|
|
6162
6117
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6163
6118
|
error_code: 'no_space_for_access_code_on_device';
|
|
6164
|
-
} | {
|
|
6165
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6166
|
-
message: string;
|
|
6167
|
-
/** Indicates that this is an access code error. */
|
|
6168
|
-
is_access_code_error: true;
|
|
6169
|
-
/** Date and time at which Seam created the error. */
|
|
6170
|
-
created_at?: string | undefined;
|
|
6171
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6172
|
-
error_code: 'access_code_state_unconfirmed';
|
|
6173
6119
|
} | {
|
|
6174
6120
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6175
6121
|
message: string;
|
|
@@ -6695,15 +6641,6 @@ export type Routes = {
|
|
|
6695
6641
|
created_at?: string | undefined;
|
|
6696
6642
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6697
6643
|
error_code: 'no_space_for_access_code_on_device';
|
|
6698
|
-
} | {
|
|
6699
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6700
|
-
message: string;
|
|
6701
|
-
/** Indicates that this is an access code error. */
|
|
6702
|
-
is_access_code_error: true;
|
|
6703
|
-
/** Date and time at which Seam created the error. */
|
|
6704
|
-
created_at?: string | undefined;
|
|
6705
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6706
|
-
error_code: 'access_code_state_unconfirmed';
|
|
6707
6644
|
} | {
|
|
6708
6645
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6709
6646
|
message: string;
|
|
@@ -8825,15 +8762,6 @@ export type Routes = {
|
|
|
8825
8762
|
created_at?: string | undefined;
|
|
8826
8763
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8827
8764
|
error_code: 'no_space_for_access_code_on_device';
|
|
8828
|
-
} | {
|
|
8829
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8830
|
-
message: string;
|
|
8831
|
-
/** Indicates that this is an access code error. */
|
|
8832
|
-
is_access_code_error: true;
|
|
8833
|
-
/** Date and time at which Seam created the error. */
|
|
8834
|
-
created_at?: string | undefined;
|
|
8835
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8836
|
-
error_code: 'access_code_state_unconfirmed';
|
|
8837
8765
|
} | {
|
|
8838
8766
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8839
8767
|
message: string;
|
|
@@ -9245,15 +9173,6 @@ export type Routes = {
|
|
|
9245
9173
|
created_at?: string | undefined;
|
|
9246
9174
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9247
9175
|
error_code: 'no_space_for_access_code_on_device';
|
|
9248
|
-
} | {
|
|
9249
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9250
|
-
message: string;
|
|
9251
|
-
/** Indicates that this is an access code error. */
|
|
9252
|
-
is_access_code_error: true;
|
|
9253
|
-
/** Date and time at which Seam created the error. */
|
|
9254
|
-
created_at?: string | undefined;
|
|
9255
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9256
|
-
error_code: 'access_code_state_unconfirmed';
|
|
9257
9176
|
} | {
|
|
9258
9177
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9259
9178
|
message: string;
|
|
@@ -12419,6 +12338,8 @@ export type Routes = {
|
|
|
12419
12338
|
has_gateway: boolean;
|
|
12420
12339
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
12421
12340
|
timezone_raw_offset_ms: number;
|
|
12341
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
12342
|
+
time_zone?: (string | null) | undefined;
|
|
12422
12343
|
} | undefined;
|
|
12423
12344
|
/** Metadata for a tado° device. */
|
|
12424
12345
|
tado_metadata?: {
|
|
@@ -13195,6 +13116,20 @@ export type Routes = {
|
|
|
13195
13116
|
created_at: string;
|
|
13196
13117
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13197
13118
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
13119
|
+
} | {
|
|
13120
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13121
|
+
message: string;
|
|
13122
|
+
/** Date and time at which Seam created the warning. */
|
|
13123
|
+
created_at: string;
|
|
13124
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13125
|
+
warning_code: 'time_zone_unknown';
|
|
13126
|
+
} | {
|
|
13127
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13128
|
+
message: string;
|
|
13129
|
+
/** Date and time at which Seam created the warning. */
|
|
13130
|
+
created_at: string;
|
|
13131
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13132
|
+
warning_code: 'time_zone_mismatch';
|
|
13198
13133
|
} | {
|
|
13199
13134
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13200
13135
|
message: string;
|
|
@@ -19134,6 +19069,8 @@ export type Routes = {
|
|
|
19134
19069
|
has_gateway: boolean;
|
|
19135
19070
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
19136
19071
|
timezone_raw_offset_ms: number;
|
|
19072
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
19073
|
+
time_zone?: (string | null) | undefined;
|
|
19137
19074
|
} | undefined;
|
|
19138
19075
|
/** Metadata for a tado° device. */
|
|
19139
19076
|
tado_metadata?: {
|
|
@@ -19910,6 +19847,20 @@ export type Routes = {
|
|
|
19910
19847
|
created_at: string;
|
|
19911
19848
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19912
19849
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
19850
|
+
} | {
|
|
19851
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19852
|
+
message: string;
|
|
19853
|
+
/** Date and time at which Seam created the warning. */
|
|
19854
|
+
created_at: string;
|
|
19855
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19856
|
+
warning_code: 'time_zone_unknown';
|
|
19857
|
+
} | {
|
|
19858
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19859
|
+
message: string;
|
|
19860
|
+
/** Date and time at which Seam created the warning. */
|
|
19861
|
+
created_at: string;
|
|
19862
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19863
|
+
warning_code: 'time_zone_mismatch';
|
|
19913
19864
|
} | {
|
|
19914
19865
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19915
19866
|
message: string;
|
|
@@ -41621,6 +41572,8 @@ export type Routes = {
|
|
|
41621
41572
|
has_gateway: boolean;
|
|
41622
41573
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
41623
41574
|
timezone_raw_offset_ms: number;
|
|
41575
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
41576
|
+
time_zone?: (string | null) | undefined;
|
|
41624
41577
|
} | undefined;
|
|
41625
41578
|
/** Metadata for a tado° device. */
|
|
41626
41579
|
tado_metadata?: {
|
|
@@ -42397,6 +42350,20 @@ export type Routes = {
|
|
|
42397
42350
|
created_at: string;
|
|
42398
42351
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42399
42352
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
42353
|
+
} | {
|
|
42354
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42355
|
+
message: string;
|
|
42356
|
+
/** Date and time at which Seam created the warning. */
|
|
42357
|
+
created_at: string;
|
|
42358
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42359
|
+
warning_code: 'time_zone_unknown';
|
|
42360
|
+
} | {
|
|
42361
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42362
|
+
message: string;
|
|
42363
|
+
/** Date and time at which Seam created the warning. */
|
|
42364
|
+
created_at: string;
|
|
42365
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42366
|
+
warning_code: 'time_zone_mismatch';
|
|
42400
42367
|
} | {
|
|
42401
42368
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42402
42369
|
message: string;
|
|
@@ -43130,6 +43097,8 @@ export type Routes = {
|
|
|
43130
43097
|
has_gateway: boolean;
|
|
43131
43098
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
43132
43099
|
timezone_raw_offset_ms: number;
|
|
43100
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
43101
|
+
time_zone?: (string | null) | undefined;
|
|
43133
43102
|
} | undefined;
|
|
43134
43103
|
/** Metadata for a tado° device. */
|
|
43135
43104
|
tado_metadata?: {
|
|
@@ -43906,6 +43875,20 @@ export type Routes = {
|
|
|
43906
43875
|
created_at: string;
|
|
43907
43876
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43908
43877
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
43878
|
+
} | {
|
|
43879
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43880
|
+
message: string;
|
|
43881
|
+
/** Date and time at which Seam created the warning. */
|
|
43882
|
+
created_at: string;
|
|
43883
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43884
|
+
warning_code: 'time_zone_unknown';
|
|
43885
|
+
} | {
|
|
43886
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43887
|
+
message: string;
|
|
43888
|
+
/** Date and time at which Seam created the warning. */
|
|
43889
|
+
created_at: string;
|
|
43890
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43891
|
+
warning_code: 'time_zone_mismatch';
|
|
43909
43892
|
} | {
|
|
43910
43893
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43911
43894
|
message: string;
|
|
@@ -44541,6 +44524,20 @@ export type Routes = {
|
|
|
44541
44524
|
created_at: string;
|
|
44542
44525
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44543
44526
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
44527
|
+
} | {
|
|
44528
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44529
|
+
message: string;
|
|
44530
|
+
/** Date and time at which Seam created the warning. */
|
|
44531
|
+
created_at: string;
|
|
44532
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44533
|
+
warning_code: 'time_zone_unknown';
|
|
44534
|
+
} | {
|
|
44535
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44536
|
+
message: string;
|
|
44537
|
+
/** Date and time at which Seam created the warning. */
|
|
44538
|
+
created_at: string;
|
|
44539
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44540
|
+
warning_code: 'time_zone_mismatch';
|
|
44544
44541
|
} | {
|
|
44545
44542
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44546
44543
|
message: string;
|
|
@@ -45078,6 +45075,20 @@ export type Routes = {
|
|
|
45078
45075
|
created_at: string;
|
|
45079
45076
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45080
45077
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
45078
|
+
} | {
|
|
45079
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45080
|
+
message: string;
|
|
45081
|
+
/** Date and time at which Seam created the warning. */
|
|
45082
|
+
created_at: string;
|
|
45083
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45084
|
+
warning_code: 'time_zone_unknown';
|
|
45085
|
+
} | {
|
|
45086
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45087
|
+
message: string;
|
|
45088
|
+
/** Date and time at which Seam created the warning. */
|
|
45089
|
+
created_at: string;
|
|
45090
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45091
|
+
warning_code: 'time_zone_mismatch';
|
|
45081
45092
|
} | {
|
|
45082
45093
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45083
45094
|
message: string;
|
|
@@ -53708,6 +53719,8 @@ export type Routes = {
|
|
|
53708
53719
|
has_gateway: boolean;
|
|
53709
53720
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
53710
53721
|
timezone_raw_offset_ms: number;
|
|
53722
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
53723
|
+
time_zone?: (string | null) | undefined;
|
|
53711
53724
|
} | undefined;
|
|
53712
53725
|
/** Metadata for a tado° device. */
|
|
53713
53726
|
tado_metadata?: {
|
|
@@ -54484,6 +54497,20 @@ export type Routes = {
|
|
|
54484
54497
|
created_at: string;
|
|
54485
54498
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54486
54499
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
54500
|
+
} | {
|
|
54501
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54502
|
+
message: string;
|
|
54503
|
+
/** Date and time at which Seam created the warning. */
|
|
54504
|
+
created_at: string;
|
|
54505
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54506
|
+
warning_code: 'time_zone_unknown';
|
|
54507
|
+
} | {
|
|
54508
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54509
|
+
message: string;
|
|
54510
|
+
/** Date and time at which Seam created the warning. */
|
|
54511
|
+
created_at: string;
|
|
54512
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54513
|
+
warning_code: 'time_zone_mismatch';
|
|
54487
54514
|
} | {
|
|
54488
54515
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54489
54516
|
message: string;
|
|
@@ -55167,6 +55194,8 @@ export type Routes = {
|
|
|
55167
55194
|
has_gateway: boolean;
|
|
55168
55195
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
55169
55196
|
timezone_raw_offset_ms: number;
|
|
55197
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
55198
|
+
time_zone?: (string | null) | undefined;
|
|
55170
55199
|
} | undefined;
|
|
55171
55200
|
/** Metadata for a tado° device. */
|
|
55172
55201
|
tado_metadata?: {
|
|
@@ -55943,6 +55972,20 @@ export type Routes = {
|
|
|
55943
55972
|
created_at: string;
|
|
55944
55973
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55945
55974
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
55975
|
+
} | {
|
|
55976
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55977
|
+
message: string;
|
|
55978
|
+
/** Date and time at which Seam created the warning. */
|
|
55979
|
+
created_at: string;
|
|
55980
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55981
|
+
warning_code: 'time_zone_unknown';
|
|
55982
|
+
} | {
|
|
55983
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55984
|
+
message: string;
|
|
55985
|
+
/** Date and time at which Seam created the warning. */
|
|
55986
|
+
created_at: string;
|
|
55987
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55988
|
+
warning_code: 'time_zone_mismatch';
|
|
55946
55989
|
} | {
|
|
55947
55990
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55948
55991
|
message: string;
|
|
@@ -56676,6 +56719,8 @@ export type Routes = {
|
|
|
56676
56719
|
has_gateway: boolean;
|
|
56677
56720
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
56678
56721
|
timezone_raw_offset_ms: number;
|
|
56722
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
56723
|
+
time_zone?: (string | null) | undefined;
|
|
56679
56724
|
} | undefined;
|
|
56680
56725
|
/** Metadata for a tado° device. */
|
|
56681
56726
|
tado_metadata?: {
|
|
@@ -57452,6 +57497,20 @@ export type Routes = {
|
|
|
57452
57497
|
created_at: string;
|
|
57453
57498
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57454
57499
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
57500
|
+
} | {
|
|
57501
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57502
|
+
message: string;
|
|
57503
|
+
/** Date and time at which Seam created the warning. */
|
|
57504
|
+
created_at: string;
|
|
57505
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57506
|
+
warning_code: 'time_zone_unknown';
|
|
57507
|
+
} | {
|
|
57508
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57509
|
+
message: string;
|
|
57510
|
+
/** Date and time at which Seam created the warning. */
|
|
57511
|
+
created_at: string;
|
|
57512
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57513
|
+
warning_code: 'time_zone_mismatch';
|
|
57455
57514
|
} | {
|
|
57456
57515
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57457
57516
|
message: string;
|
|
@@ -58134,6 +58193,8 @@ export type Routes = {
|
|
|
58134
58193
|
has_gateway: boolean;
|
|
58135
58194
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
58136
58195
|
timezone_raw_offset_ms: number;
|
|
58196
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
58197
|
+
time_zone?: (string | null) | undefined;
|
|
58137
58198
|
} | undefined;
|
|
58138
58199
|
/** Metadata for a tado° device. */
|
|
58139
58200
|
tado_metadata?: {
|
|
@@ -58910,6 +58971,20 @@ export type Routes = {
|
|
|
58910
58971
|
created_at: string;
|
|
58911
58972
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58912
58973
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
58974
|
+
} | {
|
|
58975
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58976
|
+
message: string;
|
|
58977
|
+
/** Date and time at which Seam created the warning. */
|
|
58978
|
+
created_at: string;
|
|
58979
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58980
|
+
warning_code: 'time_zone_unknown';
|
|
58981
|
+
} | {
|
|
58982
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58983
|
+
message: string;
|
|
58984
|
+
/** Date and time at which Seam created the warning. */
|
|
58985
|
+
created_at: string;
|
|
58986
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58987
|
+
warning_code: 'time_zone_mismatch';
|
|
58913
58988
|
} | {
|
|
58914
58989
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58915
58990
|
message: string;
|
|
@@ -66369,6 +66444,8 @@ export type Routes = {
|
|
|
66369
66444
|
has_gateway: boolean;
|
|
66370
66445
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
66371
66446
|
timezone_raw_offset_ms: number;
|
|
66447
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
66448
|
+
time_zone?: (string | null) | undefined;
|
|
66372
66449
|
} | undefined;
|
|
66373
66450
|
/** Metadata for a tado° device. */
|
|
66374
66451
|
tado_metadata?: {
|
|
@@ -67145,6 +67222,20 @@ export type Routes = {
|
|
|
67145
67222
|
created_at: string;
|
|
67146
67223
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67147
67224
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
67225
|
+
} | {
|
|
67226
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67227
|
+
message: string;
|
|
67228
|
+
/** Date and time at which Seam created the warning. */
|
|
67229
|
+
created_at: string;
|
|
67230
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67231
|
+
warning_code: 'time_zone_unknown';
|
|
67232
|
+
} | {
|
|
67233
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67234
|
+
message: string;
|
|
67235
|
+
/** Date and time at which Seam created the warning. */
|
|
67236
|
+
created_at: string;
|
|
67237
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67238
|
+
warning_code: 'time_zone_mismatch';
|
|
67148
67239
|
} | {
|
|
67149
67240
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67150
67241
|
message: string;
|
|
@@ -67827,6 +67918,8 @@ export type Routes = {
|
|
|
67827
67918
|
has_gateway: boolean;
|
|
67828
67919
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
67829
67920
|
timezone_raw_offset_ms: number;
|
|
67921
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
67922
|
+
time_zone?: (string | null) | undefined;
|
|
67830
67923
|
} | undefined;
|
|
67831
67924
|
/** Metadata for a tado° device. */
|
|
67832
67925
|
tado_metadata?: {
|
|
@@ -68603,6 +68696,20 @@ export type Routes = {
|
|
|
68603
68696
|
created_at: string;
|
|
68604
68697
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68605
68698
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
68699
|
+
} | {
|
|
68700
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68701
|
+
message: string;
|
|
68702
|
+
/** Date and time at which Seam created the warning. */
|
|
68703
|
+
created_at: string;
|
|
68704
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68705
|
+
warning_code: 'time_zone_unknown';
|
|
68706
|
+
} | {
|
|
68707
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68708
|
+
message: string;
|
|
68709
|
+
/** Date and time at which Seam created the warning. */
|
|
68710
|
+
created_at: string;
|
|
68711
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68712
|
+
warning_code: 'time_zone_mismatch';
|
|
68606
68713
|
} | {
|
|
68607
68714
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68608
68715
|
message: string;
|
|
@@ -83467,6 +83574,8 @@ export type Routes = {
|
|
|
83467
83574
|
has_gateway: boolean;
|
|
83468
83575
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
83469
83576
|
timezone_raw_offset_ms: number;
|
|
83577
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
83578
|
+
time_zone?: (string | null) | undefined;
|
|
83470
83579
|
} | undefined;
|
|
83471
83580
|
/** Metadata for a tado° device. */
|
|
83472
83581
|
tado_metadata?: {
|
|
@@ -84243,6 +84352,20 @@ export type Routes = {
|
|
|
84243
84352
|
created_at: string;
|
|
84244
84353
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84245
84354
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
84355
|
+
} | {
|
|
84356
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84357
|
+
message: string;
|
|
84358
|
+
/** Date and time at which Seam created the warning. */
|
|
84359
|
+
created_at: string;
|
|
84360
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84361
|
+
warning_code: 'time_zone_unknown';
|
|
84362
|
+
} | {
|
|
84363
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84364
|
+
message: string;
|
|
84365
|
+
/** Date and time at which Seam created the warning. */
|
|
84366
|
+
created_at: string;
|
|
84367
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84368
|
+
warning_code: 'time_zone_mismatch';
|
|
84246
84369
|
} | {
|
|
84247
84370
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84248
84371
|
message: string;
|
|
@@ -90933,6 +91056,8 @@ export type Routes = {
|
|
|
90933
91056
|
has_gateway: boolean;
|
|
90934
91057
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
90935
91058
|
timezone_raw_offset_ms: number;
|
|
91059
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
91060
|
+
time_zone?: (string | null) | undefined;
|
|
90936
91061
|
} | undefined;
|
|
90937
91062
|
/** Metadata for a tado° device. */
|
|
90938
91063
|
tado_metadata?: {
|
|
@@ -91709,6 +91834,20 @@ export type Routes = {
|
|
|
91709
91834
|
created_at: string;
|
|
91710
91835
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91711
91836
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
91837
|
+
} | {
|
|
91838
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91839
|
+
message: string;
|
|
91840
|
+
/** Date and time at which Seam created the warning. */
|
|
91841
|
+
created_at: string;
|
|
91842
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91843
|
+
warning_code: 'time_zone_unknown';
|
|
91844
|
+
} | {
|
|
91845
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91846
|
+
message: string;
|
|
91847
|
+
/** Date and time at which Seam created the warning. */
|
|
91848
|
+
created_at: string;
|
|
91849
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91850
|
+
warning_code: 'time_zone_mismatch';
|
|
91712
91851
|
} | {
|
|
91713
91852
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91714
91853
|
message: string;
|
|
@@ -95818,6 +95957,8 @@ export type Routes = {
|
|
|
95818
95957
|
has_gateway: boolean;
|
|
95819
95958
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
95820
95959
|
timezone_raw_offset_ms: number;
|
|
95960
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
95961
|
+
time_zone?: (string | null) | undefined;
|
|
95821
95962
|
} | undefined;
|
|
95822
95963
|
/** Metadata for a tado° device. */
|
|
95823
95964
|
tado_metadata?: {
|
|
@@ -96594,6 +96735,20 @@ export type Routes = {
|
|
|
96594
96735
|
created_at: string;
|
|
96595
96736
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96596
96737
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
96738
|
+
} | {
|
|
96739
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
96740
|
+
message: string;
|
|
96741
|
+
/** Date and time at which Seam created the warning. */
|
|
96742
|
+
created_at: string;
|
|
96743
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96744
|
+
warning_code: 'time_zone_unknown';
|
|
96745
|
+
} | {
|
|
96746
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
96747
|
+
message: string;
|
|
96748
|
+
/** Date and time at which Seam created the warning. */
|
|
96749
|
+
created_at: string;
|
|
96750
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96751
|
+
warning_code: 'time_zone_mismatch';
|
|
96597
96752
|
} | {
|
|
96598
96753
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
96599
96754
|
message: string;
|
|
@@ -97276,6 +97431,8 @@ export type Routes = {
|
|
|
97276
97431
|
has_gateway: boolean;
|
|
97277
97432
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
97278
97433
|
timezone_raw_offset_ms: number;
|
|
97434
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
97435
|
+
time_zone?: (string | null) | undefined;
|
|
97279
97436
|
} | undefined;
|
|
97280
97437
|
/** Metadata for a tado° device. */
|
|
97281
97438
|
tado_metadata?: {
|
|
@@ -98052,6 +98209,20 @@ export type Routes = {
|
|
|
98052
98209
|
created_at: string;
|
|
98053
98210
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98054
98211
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
98212
|
+
} | {
|
|
98213
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98214
|
+
message: string;
|
|
98215
|
+
/** Date and time at which Seam created the warning. */
|
|
98216
|
+
created_at: string;
|
|
98217
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98218
|
+
warning_code: 'time_zone_unknown';
|
|
98219
|
+
} | {
|
|
98220
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98221
|
+
message: string;
|
|
98222
|
+
/** Date and time at which Seam created the warning. */
|
|
98223
|
+
created_at: string;
|
|
98224
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98225
|
+
warning_code: 'time_zone_mismatch';
|
|
98055
98226
|
} | {
|
|
98056
98227
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98057
98228
|
message: string;
|
|
@@ -106450,6 +106621,8 @@ export type Routes = {
|
|
|
106450
106621
|
has_gateway: boolean;
|
|
106451
106622
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
106452
106623
|
timezone_raw_offset_ms: number;
|
|
106624
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
106625
|
+
time_zone?: (string | null) | undefined;
|
|
106453
106626
|
} | undefined;
|
|
106454
106627
|
/** Metadata for a tado° device. */
|
|
106455
106628
|
tado_metadata?: {
|
|
@@ -107226,6 +107399,20 @@ export type Routes = {
|
|
|
107226
107399
|
created_at: string;
|
|
107227
107400
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107228
107401
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
107402
|
+
} | {
|
|
107403
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107404
|
+
message: string;
|
|
107405
|
+
/** Date and time at which Seam created the warning. */
|
|
107406
|
+
created_at: string;
|
|
107407
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107408
|
+
warning_code: 'time_zone_unknown';
|
|
107409
|
+
} | {
|
|
107410
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107411
|
+
message: string;
|
|
107412
|
+
/** Date and time at which Seam created the warning. */
|
|
107413
|
+
created_at: string;
|
|
107414
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107415
|
+
warning_code: 'time_zone_mismatch';
|
|
107229
107416
|
} | {
|
|
107230
107417
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107231
107418
|
message: string;
|
|
@@ -107910,6 +108097,8 @@ export type Routes = {
|
|
|
107910
108097
|
has_gateway: boolean;
|
|
107911
108098
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
107912
108099
|
timezone_raw_offset_ms: number;
|
|
108100
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
108101
|
+
time_zone?: (string | null) | undefined;
|
|
107913
108102
|
} | undefined;
|
|
107914
108103
|
/** Metadata for a tado° device. */
|
|
107915
108104
|
tado_metadata?: {
|
|
@@ -108686,6 +108875,20 @@ export type Routes = {
|
|
|
108686
108875
|
created_at: string;
|
|
108687
108876
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108688
108877
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
108878
|
+
} | {
|
|
108879
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
108880
|
+
message: string;
|
|
108881
|
+
/** Date and time at which Seam created the warning. */
|
|
108882
|
+
created_at: string;
|
|
108883
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108884
|
+
warning_code: 'time_zone_unknown';
|
|
108885
|
+
} | {
|
|
108886
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
108887
|
+
message: string;
|
|
108888
|
+
/** Date and time at which Seam created the warning. */
|
|
108889
|
+
created_at: string;
|
|
108890
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108891
|
+
warning_code: 'time_zone_mismatch';
|
|
108689
108892
|
} | {
|
|
108690
108893
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
108691
108894
|
message: string;
|
|
@@ -110625,6 +110828,8 @@ export type Routes = {
|
|
|
110625
110828
|
has_gateway: boolean;
|
|
110626
110829
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
110627
110830
|
timezone_raw_offset_ms: number;
|
|
110831
|
+
/** IANA time zone for the Omnitec device, used to schedule time-bound access codes at the correct local time (accounting for DST). */
|
|
110832
|
+
time_zone?: (string | null) | undefined;
|
|
110628
110833
|
} | undefined;
|
|
110629
110834
|
/** Metadata for a tado° device. */
|
|
110630
110835
|
tado_metadata?: {
|
|
@@ -111401,6 +111606,20 @@ export type Routes = {
|
|
|
111401
111606
|
created_at: string;
|
|
111402
111607
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111403
111608
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
111609
|
+
} | {
|
|
111610
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111611
|
+
message: string;
|
|
111612
|
+
/** Date and time at which Seam created the warning. */
|
|
111613
|
+
created_at: string;
|
|
111614
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111615
|
+
warning_code: 'time_zone_unknown';
|
|
111616
|
+
} | {
|
|
111617
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111618
|
+
message: string;
|
|
111619
|
+
/** Date and time at which Seam created the warning. */
|
|
111620
|
+
created_at: string;
|
|
111621
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111622
|
+
warning_code: 'time_zone_mismatch';
|
|
111404
111623
|
} | {
|
|
111405
111624
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111406
111625
|
message: string;
|
|
@@ -114703,6 +114922,20 @@ export type Routes = {
|
|
|
114703
114922
|
created_at: string;
|
|
114704
114923
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
114705
114924
|
warning_code: 'ultraloq_time_zone_unknown';
|
|
114925
|
+
} | {
|
|
114926
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
114927
|
+
message: string;
|
|
114928
|
+
/** Date and time at which Seam created the warning. */
|
|
114929
|
+
created_at: string;
|
|
114930
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
114931
|
+
warning_code: 'time_zone_unknown';
|
|
114932
|
+
} | {
|
|
114933
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
114934
|
+
message: string;
|
|
114935
|
+
/** Date and time at which Seam created the warning. */
|
|
114936
|
+
created_at: string;
|
|
114937
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
114938
|
+
warning_code: 'time_zone_mismatch';
|
|
114706
114939
|
} | {
|
|
114707
114940
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
114708
114941
|
message: string;
|
|
@@ -118788,15 +119021,6 @@ export type Routes = {
|
|
|
118788
119021
|
created_at?: string | undefined;
|
|
118789
119022
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118790
119023
|
error_code: 'no_space_for_access_code_on_device';
|
|
118791
|
-
} | {
|
|
118792
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118793
|
-
message: string;
|
|
118794
|
-
/** Indicates that this is an access code error. */
|
|
118795
|
-
is_access_code_error: true;
|
|
118796
|
-
/** Date and time at which Seam created the error. */
|
|
118797
|
-
created_at?: string | undefined;
|
|
118798
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118799
|
-
error_code: 'access_code_state_unconfirmed';
|
|
118800
119024
|
} | {
|
|
118801
119025
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118802
119026
|
message: string;
|
|
@@ -119192,15 +119416,6 @@ export type Routes = {
|
|
|
119192
119416
|
created_at?: string | undefined;
|
|
119193
119417
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119194
119418
|
error_code: 'no_space_for_access_code_on_device';
|
|
119195
|
-
} | {
|
|
119196
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119197
|
-
message: string;
|
|
119198
|
-
/** Indicates that this is an access code error. */
|
|
119199
|
-
is_access_code_error: true;
|
|
119200
|
-
/** Date and time at which Seam created the error. */
|
|
119201
|
-
created_at?: string | undefined;
|
|
119202
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119203
|
-
error_code: 'access_code_state_unconfirmed';
|
|
119204
119419
|
} | {
|
|
119205
119420
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119206
119421
|
message: string;
|