@seamapi/types 1.857.0 → 1.859.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 +442 -111
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +5 -489
- package/dist/index.cjs +442 -111
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -129
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -22
- 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 -47
- package/lib/seam/connect/models/batch.d.ts +0 -144
- package/lib/seam/connect/models/devices/device-metadata.d.ts +0 -5
- package/lib/seam/connect/models/devices/device-metadata.js +0 -4
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +0 -7
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -5
- package/lib/seam/connect/openapi.js +442 -98
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -210
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -24
- package/src/lib/seam/connect/models/devices/device-metadata.ts +0 -6
- package/src/lib/seam/connect/openapi.ts +443 -117
- package/src/lib/seam/connect/route-types.ts +436 -232
package/dist/connect.d.cts
CHANGED
|
@@ -202,22 +202,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
|
|
|
202
202
|
message: z.ZodString;
|
|
203
203
|
is_access_code_error: z.ZodLiteral<true>;
|
|
204
204
|
created_at: z.ZodOptional<z.ZodString>;
|
|
205
|
-
} & {
|
|
206
|
-
error_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
207
|
-
}, "strip", z.ZodTypeAny, {
|
|
208
|
-
message: string;
|
|
209
|
-
error_code: "august_device_programming_delay";
|
|
210
|
-
is_access_code_error: true;
|
|
211
|
-
created_at?: string | undefined;
|
|
212
|
-
}, {
|
|
213
|
-
message: string;
|
|
214
|
-
error_code: "august_device_programming_delay";
|
|
215
|
-
is_access_code_error: true;
|
|
216
|
-
created_at?: string | undefined;
|
|
217
|
-
}>, z.ZodObject<{
|
|
218
|
-
message: z.ZodString;
|
|
219
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
220
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
221
205
|
} & {
|
|
222
206
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
223
207
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -467,19 +451,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
|
|
|
467
451
|
}>, z.ZodObject<{
|
|
468
452
|
message: z.ZodString;
|
|
469
453
|
created_at: z.ZodOptional<z.ZodString>;
|
|
470
|
-
} & {
|
|
471
|
-
warning_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
472
|
-
}, "strip", z.ZodTypeAny, {
|
|
473
|
-
message: string;
|
|
474
|
-
warning_code: "august_device_programming_delay";
|
|
475
|
-
created_at?: string | undefined;
|
|
476
|
-
}, {
|
|
477
|
-
message: string;
|
|
478
|
-
warning_code: "august_device_programming_delay";
|
|
479
|
-
created_at?: string | undefined;
|
|
480
|
-
}>, z.ZodObject<{
|
|
481
|
-
message: z.ZodString;
|
|
482
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
483
454
|
} & {
|
|
484
455
|
warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
|
|
485
456
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -783,22 +754,6 @@ declare const access_code: z.ZodObject<{
|
|
|
783
754
|
message: z.ZodString;
|
|
784
755
|
is_access_code_error: z.ZodLiteral<true>;
|
|
785
756
|
created_at: z.ZodOptional<z.ZodString>;
|
|
786
|
-
} & {
|
|
787
|
-
error_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
788
|
-
}, "strip", z.ZodTypeAny, {
|
|
789
|
-
message: string;
|
|
790
|
-
error_code: "august_device_programming_delay";
|
|
791
|
-
is_access_code_error: true;
|
|
792
|
-
created_at?: string | undefined;
|
|
793
|
-
}, {
|
|
794
|
-
message: string;
|
|
795
|
-
error_code: "august_device_programming_delay";
|
|
796
|
-
is_access_code_error: true;
|
|
797
|
-
created_at?: string | undefined;
|
|
798
|
-
}>, z.ZodObject<{
|
|
799
|
-
message: z.ZodString;
|
|
800
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
801
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
802
757
|
} & {
|
|
803
758
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
804
759
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1382,19 +1337,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1382
1337
|
}>, z.ZodObject<{
|
|
1383
1338
|
message: z.ZodString;
|
|
1384
1339
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1385
|
-
} & {
|
|
1386
|
-
warning_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
1387
|
-
}, "strip", z.ZodTypeAny, {
|
|
1388
|
-
message: string;
|
|
1389
|
-
warning_code: "august_device_programming_delay";
|
|
1390
|
-
created_at?: string | undefined;
|
|
1391
|
-
}, {
|
|
1392
|
-
message: string;
|
|
1393
|
-
warning_code: "august_device_programming_delay";
|
|
1394
|
-
created_at?: string | undefined;
|
|
1395
|
-
}>, z.ZodObject<{
|
|
1396
|
-
message: z.ZodString;
|
|
1397
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
1398
1340
|
} & {
|
|
1399
1341
|
warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
|
|
1400
1342
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1860,11 +1802,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1860
1802
|
error_code: "august_lock_invalid_code_length";
|
|
1861
1803
|
is_access_code_error: true;
|
|
1862
1804
|
created_at?: string | undefined;
|
|
1863
|
-
} | {
|
|
1864
|
-
message: string;
|
|
1865
|
-
error_code: "august_device_programming_delay";
|
|
1866
|
-
is_access_code_error: true;
|
|
1867
|
-
created_at?: string | undefined;
|
|
1868
1805
|
} | {
|
|
1869
1806
|
message: string;
|
|
1870
1807
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -1915,10 +1852,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1915
1852
|
message: string;
|
|
1916
1853
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
1917
1854
|
created_at?: string | undefined;
|
|
1918
|
-
} | {
|
|
1919
|
-
message: string;
|
|
1920
|
-
warning_code: "august_device_programming_delay";
|
|
1921
|
-
created_at?: string | undefined;
|
|
1922
1855
|
} | {
|
|
1923
1856
|
message: string;
|
|
1924
1857
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -2213,11 +2146,6 @@ declare const access_code: z.ZodObject<{
|
|
|
2213
2146
|
error_code: "august_lock_invalid_code_length";
|
|
2214
2147
|
is_access_code_error: true;
|
|
2215
2148
|
created_at?: string | undefined;
|
|
2216
|
-
} | {
|
|
2217
|
-
message: string;
|
|
2218
|
-
error_code: "august_device_programming_delay";
|
|
2219
|
-
is_access_code_error: true;
|
|
2220
|
-
created_at?: string | undefined;
|
|
2221
2149
|
} | {
|
|
2222
2150
|
message: string;
|
|
2223
2151
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -2268,10 +2196,6 @@ declare const access_code: z.ZodObject<{
|
|
|
2268
2196
|
message: string;
|
|
2269
2197
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
2270
2198
|
created_at?: string | undefined;
|
|
2271
|
-
} | {
|
|
2272
|
-
message: string;
|
|
2273
|
-
warning_code: "august_device_programming_delay";
|
|
2274
|
-
created_at?: string | undefined;
|
|
2275
2199
|
} | {
|
|
2276
2200
|
message: string;
|
|
2277
2201
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -2612,22 +2536,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
2612
2536
|
message: z.ZodString;
|
|
2613
2537
|
is_access_code_error: z.ZodLiteral<true>;
|
|
2614
2538
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2615
|
-
} & {
|
|
2616
|
-
error_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
2617
|
-
}, "strip", z.ZodTypeAny, {
|
|
2618
|
-
message: string;
|
|
2619
|
-
error_code: "august_device_programming_delay";
|
|
2620
|
-
is_access_code_error: true;
|
|
2621
|
-
created_at?: string | undefined;
|
|
2622
|
-
}, {
|
|
2623
|
-
message: string;
|
|
2624
|
-
error_code: "august_device_programming_delay";
|
|
2625
|
-
is_access_code_error: true;
|
|
2626
|
-
created_at?: string | undefined;
|
|
2627
|
-
}>, z.ZodObject<{
|
|
2628
|
-
message: z.ZodString;
|
|
2629
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
2630
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
2631
2539
|
} & {
|
|
2632
2540
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
2633
2541
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3211,19 +3119,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3211
3119
|
}>, z.ZodObject<{
|
|
3212
3120
|
message: z.ZodString;
|
|
3213
3121
|
created_at: z.ZodOptional<z.ZodString>;
|
|
3214
|
-
} & {
|
|
3215
|
-
warning_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
3216
|
-
}, "strip", z.ZodTypeAny, {
|
|
3217
|
-
message: string;
|
|
3218
|
-
warning_code: "august_device_programming_delay";
|
|
3219
|
-
created_at?: string | undefined;
|
|
3220
|
-
}, {
|
|
3221
|
-
message: string;
|
|
3222
|
-
warning_code: "august_device_programming_delay";
|
|
3223
|
-
created_at?: string | undefined;
|
|
3224
|
-
}>, z.ZodObject<{
|
|
3225
|
-
message: z.ZodString;
|
|
3226
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
3227
3122
|
} & {
|
|
3228
3123
|
warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
|
|
3229
3124
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3515,11 +3410,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3515
3410
|
error_code: "august_lock_invalid_code_length";
|
|
3516
3411
|
is_access_code_error: true;
|
|
3517
3412
|
created_at?: string | undefined;
|
|
3518
|
-
} | {
|
|
3519
|
-
message: string;
|
|
3520
|
-
error_code: "august_device_programming_delay";
|
|
3521
|
-
is_access_code_error: true;
|
|
3522
|
-
created_at?: string | undefined;
|
|
3523
3413
|
} | {
|
|
3524
3414
|
message: string;
|
|
3525
3415
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -3570,10 +3460,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3570
3460
|
message: string;
|
|
3571
3461
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
3572
3462
|
created_at?: string | undefined;
|
|
3573
|
-
} | {
|
|
3574
|
-
message: string;
|
|
3575
|
-
warning_code: "august_device_programming_delay";
|
|
3576
|
-
created_at?: string | undefined;
|
|
3577
3463
|
} | {
|
|
3578
3464
|
message: string;
|
|
3579
3465
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -3815,11 +3701,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3815
3701
|
error_code: "august_lock_invalid_code_length";
|
|
3816
3702
|
is_access_code_error: true;
|
|
3817
3703
|
created_at?: string | undefined;
|
|
3818
|
-
} | {
|
|
3819
|
-
message: string;
|
|
3820
|
-
error_code: "august_device_programming_delay";
|
|
3821
|
-
is_access_code_error: true;
|
|
3822
|
-
created_at?: string | undefined;
|
|
3823
3704
|
} | {
|
|
3824
3705
|
message: string;
|
|
3825
3706
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -3870,10 +3751,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3870
3751
|
message: string;
|
|
3871
3752
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
3872
3753
|
created_at?: string | undefined;
|
|
3873
|
-
} | {
|
|
3874
|
-
message: string;
|
|
3875
|
-
warning_code: "august_device_programming_delay";
|
|
3876
|
-
created_at?: string | undefined;
|
|
3877
3754
|
} | {
|
|
3878
3755
|
message: string;
|
|
3879
3756
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -14427,21 +14304,18 @@ declare const batch: z.ZodObject<{
|
|
|
14427
14304
|
lock_mac: z.ZodString;
|
|
14428
14305
|
has_gateway: z.ZodBoolean;
|
|
14429
14306
|
timezone_raw_offset_ms: z.ZodNumber;
|
|
14430
|
-
time_zone: z.ZodOptional<z.ZodString>;
|
|
14431
14307
|
}, "strip", z.ZodTypeAny, {
|
|
14432
14308
|
lock_id: number;
|
|
14433
14309
|
lock_name: string;
|
|
14434
14310
|
has_gateway: boolean;
|
|
14435
14311
|
timezone_raw_offset_ms: number;
|
|
14436
14312
|
lock_mac: string;
|
|
14437
|
-
time_zone?: string | undefined;
|
|
14438
14313
|
}, {
|
|
14439
14314
|
lock_id: number;
|
|
14440
14315
|
lock_name: string;
|
|
14441
14316
|
has_gateway: boolean;
|
|
14442
14317
|
timezone_raw_offset_ms: number;
|
|
14443
14318
|
lock_mac: string;
|
|
14444
|
-
time_zone?: string | undefined;
|
|
14445
14319
|
}>>;
|
|
14446
14320
|
tado_metadata: z.ZodOptional<z.ZodObject<{
|
|
14447
14321
|
serial_no: z.ZodString;
|
|
@@ -14823,7 +14697,6 @@ declare const batch: z.ZodObject<{
|
|
|
14823
14697
|
has_gateway: boolean;
|
|
14824
14698
|
timezone_raw_offset_ms: number;
|
|
14825
14699
|
lock_mac: string;
|
|
14826
|
-
time_zone?: string | undefined;
|
|
14827
14700
|
} | undefined;
|
|
14828
14701
|
tado_metadata?: {
|
|
14829
14702
|
serial_no: string;
|
|
@@ -15111,7 +14984,6 @@ declare const batch: z.ZodObject<{
|
|
|
15111
14984
|
has_gateway: boolean;
|
|
15112
14985
|
timezone_raw_offset_ms: number;
|
|
15113
14986
|
lock_mac: string;
|
|
15114
|
-
time_zone?: string | undefined;
|
|
15115
14987
|
} | undefined;
|
|
15116
14988
|
tado_metadata?: {
|
|
15117
14989
|
serial_no: string;
|
|
@@ -17089,7 +16961,6 @@ declare const batch: z.ZodObject<{
|
|
|
17089
16961
|
has_gateway: boolean;
|
|
17090
16962
|
timezone_raw_offset_ms: number;
|
|
17091
16963
|
lock_mac: string;
|
|
17092
|
-
time_zone?: string | undefined;
|
|
17093
16964
|
} | undefined;
|
|
17094
16965
|
tado_metadata?: {
|
|
17095
16966
|
serial_no: string;
|
|
@@ -17825,7 +17696,6 @@ declare const batch: z.ZodObject<{
|
|
|
17825
17696
|
has_gateway: boolean;
|
|
17826
17697
|
timezone_raw_offset_ms: number;
|
|
17827
17698
|
lock_mac: string;
|
|
17828
|
-
time_zone?: string | undefined;
|
|
17829
17699
|
} | undefined;
|
|
17830
17700
|
tado_metadata?: {
|
|
17831
17701
|
serial_no: string;
|
|
@@ -27931,21 +27801,18 @@ declare const batch: z.ZodObject<{
|
|
|
27931
27801
|
lock_mac: z.ZodString;
|
|
27932
27802
|
has_gateway: z.ZodBoolean;
|
|
27933
27803
|
timezone_raw_offset_ms: z.ZodNumber;
|
|
27934
|
-
time_zone: z.ZodOptional<z.ZodString>;
|
|
27935
27804
|
}, "strip", z.ZodTypeAny, {
|
|
27936
27805
|
lock_id: number;
|
|
27937
27806
|
lock_name: string;
|
|
27938
27807
|
has_gateway: boolean;
|
|
27939
27808
|
timezone_raw_offset_ms: number;
|
|
27940
27809
|
lock_mac: string;
|
|
27941
|
-
time_zone?: string | undefined;
|
|
27942
27810
|
}, {
|
|
27943
27811
|
lock_id: number;
|
|
27944
27812
|
lock_name: string;
|
|
27945
27813
|
has_gateway: boolean;
|
|
27946
27814
|
timezone_raw_offset_ms: number;
|
|
27947
27815
|
lock_mac: string;
|
|
27948
|
-
time_zone?: string | undefined;
|
|
27949
27816
|
}>>;
|
|
27950
27817
|
tado_metadata: z.ZodOptional<z.ZodObject<{
|
|
27951
27818
|
serial_no: z.ZodString;
|
|
@@ -28327,7 +28194,6 @@ declare const batch: z.ZodObject<{
|
|
|
28327
28194
|
has_gateway: boolean;
|
|
28328
28195
|
timezone_raw_offset_ms: number;
|
|
28329
28196
|
lock_mac: string;
|
|
28330
|
-
time_zone?: string | undefined;
|
|
28331
28197
|
} | undefined;
|
|
28332
28198
|
tado_metadata?: {
|
|
28333
28199
|
serial_no: string;
|
|
@@ -28615,7 +28481,6 @@ declare const batch: z.ZodObject<{
|
|
|
28615
28481
|
has_gateway: boolean;
|
|
28616
28482
|
timezone_raw_offset_ms: number;
|
|
28617
28483
|
lock_mac: string;
|
|
28618
|
-
time_zone?: string | undefined;
|
|
28619
28484
|
} | undefined;
|
|
28620
28485
|
tado_metadata?: {
|
|
28621
28486
|
serial_no: string;
|
|
@@ -36801,22 +36666,6 @@ declare const batch: z.ZodObject<{
|
|
|
36801
36666
|
message: z.ZodString;
|
|
36802
36667
|
is_access_code_error: z.ZodLiteral<true>;
|
|
36803
36668
|
created_at: z.ZodOptional<z.ZodString>;
|
|
36804
|
-
} & {
|
|
36805
|
-
error_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
36806
|
-
}, "strip", z.ZodTypeAny, {
|
|
36807
|
-
message: string;
|
|
36808
|
-
error_code: "august_device_programming_delay";
|
|
36809
|
-
is_access_code_error: true;
|
|
36810
|
-
created_at?: string | undefined;
|
|
36811
|
-
}, {
|
|
36812
|
-
message: string;
|
|
36813
|
-
error_code: "august_device_programming_delay";
|
|
36814
|
-
is_access_code_error: true;
|
|
36815
|
-
created_at?: string | undefined;
|
|
36816
|
-
}>, z.ZodObject<{
|
|
36817
|
-
message: z.ZodString;
|
|
36818
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
36819
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
36820
36669
|
} & {
|
|
36821
36670
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
36822
36671
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -37400,19 +37249,6 @@ declare const batch: z.ZodObject<{
|
|
|
37400
37249
|
}>, z.ZodObject<{
|
|
37401
37250
|
message: z.ZodString;
|
|
37402
37251
|
created_at: z.ZodOptional<z.ZodString>;
|
|
37403
|
-
} & {
|
|
37404
|
-
warning_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
37405
|
-
}, "strip", z.ZodTypeAny, {
|
|
37406
|
-
message: string;
|
|
37407
|
-
warning_code: "august_device_programming_delay";
|
|
37408
|
-
created_at?: string | undefined;
|
|
37409
|
-
}, {
|
|
37410
|
-
message: string;
|
|
37411
|
-
warning_code: "august_device_programming_delay";
|
|
37412
|
-
created_at?: string | undefined;
|
|
37413
|
-
}>, z.ZodObject<{
|
|
37414
|
-
message: z.ZodString;
|
|
37415
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
37416
37252
|
} & {
|
|
37417
37253
|
warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
|
|
37418
37254
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -37878,11 +37714,6 @@ declare const batch: z.ZodObject<{
|
|
|
37878
37714
|
error_code: "august_lock_invalid_code_length";
|
|
37879
37715
|
is_access_code_error: true;
|
|
37880
37716
|
created_at?: string | undefined;
|
|
37881
|
-
} | {
|
|
37882
|
-
message: string;
|
|
37883
|
-
error_code: "august_device_programming_delay";
|
|
37884
|
-
is_access_code_error: true;
|
|
37885
|
-
created_at?: string | undefined;
|
|
37886
37717
|
} | {
|
|
37887
37718
|
message: string;
|
|
37888
37719
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -37933,10 +37764,6 @@ declare const batch: z.ZodObject<{
|
|
|
37933
37764
|
message: string;
|
|
37934
37765
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
37935
37766
|
created_at?: string | undefined;
|
|
37936
|
-
} | {
|
|
37937
|
-
message: string;
|
|
37938
|
-
warning_code: "august_device_programming_delay";
|
|
37939
|
-
created_at?: string | undefined;
|
|
37940
37767
|
} | {
|
|
37941
37768
|
message: string;
|
|
37942
37769
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -38231,11 +38058,6 @@ declare const batch: z.ZodObject<{
|
|
|
38231
38058
|
error_code: "august_lock_invalid_code_length";
|
|
38232
38059
|
is_access_code_error: true;
|
|
38233
38060
|
created_at?: string | undefined;
|
|
38234
|
-
} | {
|
|
38235
|
-
message: string;
|
|
38236
|
-
error_code: "august_device_programming_delay";
|
|
38237
|
-
is_access_code_error: true;
|
|
38238
|
-
created_at?: string | undefined;
|
|
38239
38061
|
} | {
|
|
38240
38062
|
message: string;
|
|
38241
38063
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -38286,10 +38108,6 @@ declare const batch: z.ZodObject<{
|
|
|
38286
38108
|
message: string;
|
|
38287
38109
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
38288
38110
|
created_at?: string | undefined;
|
|
38289
|
-
} | {
|
|
38290
|
-
message: string;
|
|
38291
|
-
warning_code: "august_device_programming_delay";
|
|
38292
|
-
created_at?: string | undefined;
|
|
38293
38111
|
} | {
|
|
38294
38112
|
message: string;
|
|
38295
38113
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -38628,22 +38446,6 @@ declare const batch: z.ZodObject<{
|
|
|
38628
38446
|
message: z.ZodString;
|
|
38629
38447
|
is_access_code_error: z.ZodLiteral<true>;
|
|
38630
38448
|
created_at: z.ZodOptional<z.ZodString>;
|
|
38631
|
-
} & {
|
|
38632
|
-
error_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
38633
|
-
}, "strip", z.ZodTypeAny, {
|
|
38634
|
-
message: string;
|
|
38635
|
-
error_code: "august_device_programming_delay";
|
|
38636
|
-
is_access_code_error: true;
|
|
38637
|
-
created_at?: string | undefined;
|
|
38638
|
-
}, {
|
|
38639
|
-
message: string;
|
|
38640
|
-
error_code: "august_device_programming_delay";
|
|
38641
|
-
is_access_code_error: true;
|
|
38642
|
-
created_at?: string | undefined;
|
|
38643
|
-
}>, z.ZodObject<{
|
|
38644
|
-
message: z.ZodString;
|
|
38645
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
38646
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
38647
38449
|
} & {
|
|
38648
38450
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
38649
38451
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -39227,19 +39029,6 @@ declare const batch: z.ZodObject<{
|
|
|
39227
39029
|
}>, z.ZodObject<{
|
|
39228
39030
|
message: z.ZodString;
|
|
39229
39031
|
created_at: z.ZodOptional<z.ZodString>;
|
|
39230
|
-
} & {
|
|
39231
|
-
warning_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
39232
|
-
}, "strip", z.ZodTypeAny, {
|
|
39233
|
-
message: string;
|
|
39234
|
-
warning_code: "august_device_programming_delay";
|
|
39235
|
-
created_at?: string | undefined;
|
|
39236
|
-
}, {
|
|
39237
|
-
message: string;
|
|
39238
|
-
warning_code: "august_device_programming_delay";
|
|
39239
|
-
created_at?: string | undefined;
|
|
39240
|
-
}>, z.ZodObject<{
|
|
39241
|
-
message: z.ZodString;
|
|
39242
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
39243
39032
|
} & {
|
|
39244
39033
|
warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
|
|
39245
39034
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -39531,11 +39320,6 @@ declare const batch: z.ZodObject<{
|
|
|
39531
39320
|
error_code: "august_lock_invalid_code_length";
|
|
39532
39321
|
is_access_code_error: true;
|
|
39533
39322
|
created_at?: string | undefined;
|
|
39534
|
-
} | {
|
|
39535
|
-
message: string;
|
|
39536
|
-
error_code: "august_device_programming_delay";
|
|
39537
|
-
is_access_code_error: true;
|
|
39538
|
-
created_at?: string | undefined;
|
|
39539
39323
|
} | {
|
|
39540
39324
|
message: string;
|
|
39541
39325
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -39586,10 +39370,6 @@ declare const batch: z.ZodObject<{
|
|
|
39586
39370
|
message: string;
|
|
39587
39371
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
39588
39372
|
created_at?: string | undefined;
|
|
39589
|
-
} | {
|
|
39590
|
-
message: string;
|
|
39591
|
-
warning_code: "august_device_programming_delay";
|
|
39592
|
-
created_at?: string | undefined;
|
|
39593
39373
|
} | {
|
|
39594
39374
|
message: string;
|
|
39595
39375
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -39831,11 +39611,6 @@ declare const batch: z.ZodObject<{
|
|
|
39831
39611
|
error_code: "august_lock_invalid_code_length";
|
|
39832
39612
|
is_access_code_error: true;
|
|
39833
39613
|
created_at?: string | undefined;
|
|
39834
|
-
} | {
|
|
39835
|
-
message: string;
|
|
39836
|
-
error_code: "august_device_programming_delay";
|
|
39837
|
-
is_access_code_error: true;
|
|
39838
|
-
created_at?: string | undefined;
|
|
39839
39614
|
} | {
|
|
39840
39615
|
message: string;
|
|
39841
39616
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -39886,10 +39661,6 @@ declare const batch: z.ZodObject<{
|
|
|
39886
39661
|
message: string;
|
|
39887
39662
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
39888
39663
|
created_at?: string | undefined;
|
|
39889
|
-
} | {
|
|
39890
|
-
message: string;
|
|
39891
|
-
warning_code: "august_device_programming_delay";
|
|
39892
|
-
created_at?: string | undefined;
|
|
39893
39664
|
} | {
|
|
39894
39665
|
message: string;
|
|
39895
39666
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -40694,7 +40465,6 @@ declare const batch: z.ZodObject<{
|
|
|
40694
40465
|
has_gateway: boolean;
|
|
40695
40466
|
timezone_raw_offset_ms: number;
|
|
40696
40467
|
lock_mac: string;
|
|
40697
|
-
time_zone?: string | undefined;
|
|
40698
40468
|
} | undefined;
|
|
40699
40469
|
tado_metadata?: {
|
|
40700
40470
|
serial_no: string;
|
|
@@ -44733,11 +44503,6 @@ declare const batch: z.ZodObject<{
|
|
|
44733
44503
|
error_code: "august_lock_invalid_code_length";
|
|
44734
44504
|
is_access_code_error: true;
|
|
44735
44505
|
created_at?: string | undefined;
|
|
44736
|
-
} | {
|
|
44737
|
-
message: string;
|
|
44738
|
-
error_code: "august_device_programming_delay";
|
|
44739
|
-
is_access_code_error: true;
|
|
44740
|
-
created_at?: string | undefined;
|
|
44741
44506
|
} | {
|
|
44742
44507
|
message: string;
|
|
44743
44508
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -44788,10 +44553,6 @@ declare const batch: z.ZodObject<{
|
|
|
44788
44553
|
message: string;
|
|
44789
44554
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
44790
44555
|
created_at?: string | undefined;
|
|
44791
|
-
} | {
|
|
44792
|
-
message: string;
|
|
44793
|
-
warning_code: "august_device_programming_delay";
|
|
44794
|
-
created_at?: string | undefined;
|
|
44795
44556
|
} | {
|
|
44796
44557
|
message: string;
|
|
44797
44558
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -45087,11 +44848,6 @@ declare const batch: z.ZodObject<{
|
|
|
45087
44848
|
error_code: "august_lock_invalid_code_length";
|
|
45088
44849
|
is_access_code_error: true;
|
|
45089
44850
|
created_at?: string | undefined;
|
|
45090
|
-
} | {
|
|
45091
|
-
message: string;
|
|
45092
|
-
error_code: "august_device_programming_delay";
|
|
45093
|
-
is_access_code_error: true;
|
|
45094
|
-
created_at?: string | undefined;
|
|
45095
44851
|
} | {
|
|
45096
44852
|
message: string;
|
|
45097
44853
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -45142,10 +44898,6 @@ declare const batch: z.ZodObject<{
|
|
|
45142
44898
|
message: string;
|
|
45143
44899
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
45144
44900
|
created_at?: string | undefined;
|
|
45145
|
-
} | {
|
|
45146
|
-
message: string;
|
|
45147
|
-
warning_code: "august_device_programming_delay";
|
|
45148
|
-
created_at?: string | undefined;
|
|
45149
44901
|
} | {
|
|
45150
44902
|
message: string;
|
|
45151
44903
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -45823,7 +45575,6 @@ declare const batch: z.ZodObject<{
|
|
|
45823
45575
|
has_gateway: boolean;
|
|
45824
45576
|
timezone_raw_offset_ms: number;
|
|
45825
45577
|
lock_mac: string;
|
|
45826
|
-
time_zone?: string | undefined;
|
|
45827
45578
|
} | undefined;
|
|
45828
45579
|
tado_metadata?: {
|
|
45829
45580
|
serial_no: string;
|
|
@@ -49862,11 +49613,6 @@ declare const batch: z.ZodObject<{
|
|
|
49862
49613
|
error_code: "august_lock_invalid_code_length";
|
|
49863
49614
|
is_access_code_error: true;
|
|
49864
49615
|
created_at?: string | undefined;
|
|
49865
|
-
} | {
|
|
49866
|
-
message: string;
|
|
49867
|
-
error_code: "august_device_programming_delay";
|
|
49868
|
-
is_access_code_error: true;
|
|
49869
|
-
created_at?: string | undefined;
|
|
49870
49616
|
} | {
|
|
49871
49617
|
message: string;
|
|
49872
49618
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -49917,10 +49663,6 @@ declare const batch: z.ZodObject<{
|
|
|
49917
49663
|
message: string;
|
|
49918
49664
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
49919
49665
|
created_at?: string | undefined;
|
|
49920
|
-
} | {
|
|
49921
|
-
message: string;
|
|
49922
|
-
warning_code: "august_device_programming_delay";
|
|
49923
|
-
created_at?: string | undefined;
|
|
49924
49666
|
} | {
|
|
49925
49667
|
message: string;
|
|
49926
49668
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -50216,11 +49958,6 @@ declare const batch: z.ZodObject<{
|
|
|
50216
49958
|
error_code: "august_lock_invalid_code_length";
|
|
50217
49959
|
is_access_code_error: true;
|
|
50218
49960
|
created_at?: string | undefined;
|
|
50219
|
-
} | {
|
|
50220
|
-
message: string;
|
|
50221
|
-
error_code: "august_device_programming_delay";
|
|
50222
|
-
is_access_code_error: true;
|
|
50223
|
-
created_at?: string | undefined;
|
|
50224
49961
|
} | {
|
|
50225
49962
|
message: string;
|
|
50226
49963
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -50271,10 +50008,6 @@ declare const batch: z.ZodObject<{
|
|
|
50271
50008
|
message: string;
|
|
50272
50009
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
50273
50010
|
created_at?: string | undefined;
|
|
50274
|
-
} | {
|
|
50275
|
-
message: string;
|
|
50276
|
-
warning_code: "august_device_programming_delay";
|
|
50277
|
-
created_at?: string | undefined;
|
|
50278
50011
|
} | {
|
|
50279
50012
|
message: string;
|
|
50280
50013
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -52912,21 +52645,18 @@ declare const device: z.ZodObject<{
|
|
|
52912
52645
|
lock_mac: z.ZodString;
|
|
52913
52646
|
has_gateway: z.ZodBoolean;
|
|
52914
52647
|
timezone_raw_offset_ms: z.ZodNumber;
|
|
52915
|
-
time_zone: z.ZodOptional<z.ZodString>;
|
|
52916
52648
|
}, "strip", z.ZodTypeAny, {
|
|
52917
52649
|
lock_id: number;
|
|
52918
52650
|
lock_name: string;
|
|
52919
52651
|
has_gateway: boolean;
|
|
52920
52652
|
timezone_raw_offset_ms: number;
|
|
52921
52653
|
lock_mac: string;
|
|
52922
|
-
time_zone?: string | undefined;
|
|
52923
52654
|
}, {
|
|
52924
52655
|
lock_id: number;
|
|
52925
52656
|
lock_name: string;
|
|
52926
52657
|
has_gateway: boolean;
|
|
52927
52658
|
timezone_raw_offset_ms: number;
|
|
52928
52659
|
lock_mac: string;
|
|
52929
|
-
time_zone?: string | undefined;
|
|
52930
52660
|
}>>;
|
|
52931
52661
|
tado_metadata: z.ZodOptional<z.ZodObject<{
|
|
52932
52662
|
serial_no: z.ZodString;
|
|
@@ -53308,7 +53038,6 @@ declare const device: z.ZodObject<{
|
|
|
53308
53038
|
has_gateway: boolean;
|
|
53309
53039
|
timezone_raw_offset_ms: number;
|
|
53310
53040
|
lock_mac: string;
|
|
53311
|
-
time_zone?: string | undefined;
|
|
53312
53041
|
} | undefined;
|
|
53313
53042
|
tado_metadata?: {
|
|
53314
53043
|
serial_no: string;
|
|
@@ -53596,7 +53325,6 @@ declare const device: z.ZodObject<{
|
|
|
53596
53325
|
has_gateway: boolean;
|
|
53597
53326
|
timezone_raw_offset_ms: number;
|
|
53598
53327
|
lock_mac: string;
|
|
53599
|
-
time_zone?: string | undefined;
|
|
53600
53328
|
} | undefined;
|
|
53601
53329
|
tado_metadata?: {
|
|
53602
53330
|
serial_no: string;
|
|
@@ -55574,7 +55302,6 @@ declare const device: z.ZodObject<{
|
|
|
55574
55302
|
has_gateway: boolean;
|
|
55575
55303
|
timezone_raw_offset_ms: number;
|
|
55576
55304
|
lock_mac: string;
|
|
55577
|
-
time_zone?: string | undefined;
|
|
55578
55305
|
} | undefined;
|
|
55579
55306
|
tado_metadata?: {
|
|
55580
55307
|
serial_no: string;
|
|
@@ -56310,7 +56037,6 @@ declare const device: z.ZodObject<{
|
|
|
56310
56037
|
has_gateway: boolean;
|
|
56311
56038
|
timezone_raw_offset_ms: number;
|
|
56312
56039
|
lock_mac: string;
|
|
56313
|
-
time_zone?: string | undefined;
|
|
56314
56040
|
} | undefined;
|
|
56315
56041
|
tado_metadata?: {
|
|
56316
56042
|
serial_no: string;
|
|
@@ -57653,21 +57379,18 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
57653
57379
|
lock_mac: z.ZodString;
|
|
57654
57380
|
has_gateway: z.ZodBoolean;
|
|
57655
57381
|
timezone_raw_offset_ms: z.ZodNumber;
|
|
57656
|
-
time_zone: z.ZodOptional<z.ZodString>;
|
|
57657
57382
|
}, "strip", z.ZodTypeAny, {
|
|
57658
57383
|
lock_id: number;
|
|
57659
57384
|
lock_name: string;
|
|
57660
57385
|
has_gateway: boolean;
|
|
57661
57386
|
timezone_raw_offset_ms: number;
|
|
57662
57387
|
lock_mac: string;
|
|
57663
|
-
time_zone?: string | undefined;
|
|
57664
57388
|
}, {
|
|
57665
57389
|
lock_id: number;
|
|
57666
57390
|
lock_name: string;
|
|
57667
57391
|
has_gateway: boolean;
|
|
57668
57392
|
timezone_raw_offset_ms: number;
|
|
57669
57393
|
lock_mac: string;
|
|
57670
|
-
time_zone?: string | undefined;
|
|
57671
57394
|
}>>;
|
|
57672
57395
|
tado_metadata: z.ZodOptional<z.ZodObject<{
|
|
57673
57396
|
serial_no: z.ZodString;
|
|
@@ -58049,7 +57772,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
58049
57772
|
has_gateway: boolean;
|
|
58050
57773
|
timezone_raw_offset_ms: number;
|
|
58051
57774
|
lock_mac: string;
|
|
58052
|
-
time_zone?: string | undefined;
|
|
58053
57775
|
} | undefined;
|
|
58054
57776
|
tado_metadata?: {
|
|
58055
57777
|
serial_no: string;
|
|
@@ -58337,7 +58059,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
58337
58059
|
has_gateway: boolean;
|
|
58338
58060
|
timezone_raw_offset_ms: number;
|
|
58339
58061
|
lock_mac: string;
|
|
58340
|
-
time_zone?: string | undefined;
|
|
58341
58062
|
} | undefined;
|
|
58342
58063
|
tado_metadata?: {
|
|
58343
58064
|
serial_no: string;
|
|
@@ -67726,15 +67447,6 @@ type Routes = {
|
|
|
67726
67447
|
created_at?: string | undefined;
|
|
67727
67448
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67728
67449
|
error_code: 'august_lock_invalid_code_length';
|
|
67729
|
-
} | {
|
|
67730
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67731
|
-
message: string;
|
|
67732
|
-
/** Indicates that this is an access code error. */
|
|
67733
|
-
is_access_code_error: true;
|
|
67734
|
-
/** Date and time at which Seam created the error. */
|
|
67735
|
-
created_at?: string | undefined;
|
|
67736
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67737
|
-
error_code: 'august_device_programming_delay';
|
|
67738
67450
|
} | {
|
|
67739
67451
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67740
67452
|
message: string;
|
|
@@ -68015,13 +67727,6 @@ type Routes = {
|
|
|
68015
67727
|
created_at?: string | undefined;
|
|
68016
67728
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68017
67729
|
warning_code: 'third_party_integration_detected';
|
|
68018
|
-
} | {
|
|
68019
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68020
|
-
message: string;
|
|
68021
|
-
/** Date and time at which Seam created the warning. */
|
|
68022
|
-
created_at?: string | undefined;
|
|
68023
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68024
|
-
warning_code: 'august_device_programming_delay';
|
|
68025
67730
|
} | {
|
|
68026
67731
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68027
67732
|
message: string;
|
|
@@ -68367,15 +68072,6 @@ type Routes = {
|
|
|
68367
68072
|
created_at?: string | undefined;
|
|
68368
68073
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68369
68074
|
error_code: 'august_lock_invalid_code_length';
|
|
68370
|
-
} | {
|
|
68371
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68372
|
-
message: string;
|
|
68373
|
-
/** Indicates that this is an access code error. */
|
|
68374
|
-
is_access_code_error: true;
|
|
68375
|
-
/** Date and time at which Seam created the error. */
|
|
68376
|
-
created_at?: string | undefined;
|
|
68377
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68378
|
-
error_code: 'august_device_programming_delay';
|
|
68379
68075
|
} | {
|
|
68380
68076
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68381
68077
|
message: string;
|
|
@@ -68656,13 +68352,6 @@ type Routes = {
|
|
|
68656
68352
|
created_at?: string | undefined;
|
|
68657
68353
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68658
68354
|
warning_code: 'third_party_integration_detected';
|
|
68659
|
-
} | {
|
|
68660
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68661
|
-
message: string;
|
|
68662
|
-
/** Date and time at which Seam created the warning. */
|
|
68663
|
-
created_at?: string | undefined;
|
|
68664
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68665
|
-
warning_code: 'august_device_programming_delay';
|
|
68666
68355
|
} | {
|
|
68667
68356
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68668
68357
|
message: string;
|
|
@@ -70528,15 +70217,6 @@ type Routes = {
|
|
|
70528
70217
|
created_at?: string | undefined;
|
|
70529
70218
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70530
70219
|
error_code: 'august_lock_invalid_code_length';
|
|
70531
|
-
} | {
|
|
70532
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70533
|
-
message: string;
|
|
70534
|
-
/** Indicates that this is an access code error. */
|
|
70535
|
-
is_access_code_error: true;
|
|
70536
|
-
/** Date and time at which Seam created the error. */
|
|
70537
|
-
created_at?: string | undefined;
|
|
70538
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70539
|
-
error_code: 'august_device_programming_delay';
|
|
70540
70220
|
} | {
|
|
70541
70221
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70542
70222
|
message: string;
|
|
@@ -70817,13 +70497,6 @@ type Routes = {
|
|
|
70817
70497
|
created_at?: string | undefined;
|
|
70818
70498
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70819
70499
|
warning_code: 'third_party_integration_detected';
|
|
70820
|
-
} | {
|
|
70821
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70822
|
-
message: string;
|
|
70823
|
-
/** Date and time at which Seam created the warning. */
|
|
70824
|
-
created_at?: string | undefined;
|
|
70825
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70826
|
-
warning_code: 'august_device_programming_delay';
|
|
70827
70500
|
} | {
|
|
70828
70501
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70829
70502
|
message: string;
|
|
@@ -71215,15 +70888,6 @@ type Routes = {
|
|
|
71215
70888
|
created_at?: string | undefined;
|
|
71216
70889
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71217
70890
|
error_code: 'august_lock_invalid_code_length';
|
|
71218
|
-
} | {
|
|
71219
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71220
|
-
message: string;
|
|
71221
|
-
/** Indicates that this is an access code error. */
|
|
71222
|
-
is_access_code_error: true;
|
|
71223
|
-
/** Date and time at which Seam created the error. */
|
|
71224
|
-
created_at?: string | undefined;
|
|
71225
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71226
|
-
error_code: 'august_device_programming_delay';
|
|
71227
70891
|
} | {
|
|
71228
70892
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71229
70893
|
message: string;
|
|
@@ -71504,13 +71168,6 @@ type Routes = {
|
|
|
71504
71168
|
created_at?: string | undefined;
|
|
71505
71169
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
71506
71170
|
warning_code: 'third_party_integration_detected';
|
|
71507
|
-
} | {
|
|
71508
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
71509
|
-
message: string;
|
|
71510
|
-
/** Date and time at which Seam created the warning. */
|
|
71511
|
-
created_at?: string | undefined;
|
|
71512
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
71513
|
-
warning_code: 'august_device_programming_delay';
|
|
71514
71171
|
} | {
|
|
71515
71172
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
71516
71173
|
message: string;
|
|
@@ -71845,15 +71502,6 @@ type Routes = {
|
|
|
71845
71502
|
created_at?: string | undefined;
|
|
71846
71503
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71847
71504
|
error_code: 'august_lock_invalid_code_length';
|
|
71848
|
-
} | {
|
|
71849
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71850
|
-
message: string;
|
|
71851
|
-
/** Indicates that this is an access code error. */
|
|
71852
|
-
is_access_code_error: true;
|
|
71853
|
-
/** Date and time at which Seam created the error. */
|
|
71854
|
-
created_at?: string | undefined;
|
|
71855
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71856
|
-
error_code: 'august_device_programming_delay';
|
|
71857
71505
|
} | {
|
|
71858
71506
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71859
71507
|
message: string;
|
|
@@ -72134,13 +71782,6 @@ type Routes = {
|
|
|
72134
71782
|
created_at?: string | undefined;
|
|
72135
71783
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72136
71784
|
warning_code: 'third_party_integration_detected';
|
|
72137
|
-
} | {
|
|
72138
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72139
|
-
message: string;
|
|
72140
|
-
/** Date and time at which Seam created the warning. */
|
|
72141
|
-
created_at?: string | undefined;
|
|
72142
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72143
|
-
warning_code: 'august_device_programming_delay';
|
|
72144
71785
|
} | {
|
|
72145
71786
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72146
71787
|
message: string;
|
|
@@ -72452,15 +72093,6 @@ type Routes = {
|
|
|
72452
72093
|
created_at?: string | undefined;
|
|
72453
72094
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72454
72095
|
error_code: 'august_lock_invalid_code_length';
|
|
72455
|
-
} | {
|
|
72456
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72457
|
-
message: string;
|
|
72458
|
-
/** Indicates that this is an access code error. */
|
|
72459
|
-
is_access_code_error: true;
|
|
72460
|
-
/** Date and time at which Seam created the error. */
|
|
72461
|
-
created_at?: string | undefined;
|
|
72462
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72463
|
-
error_code: 'august_device_programming_delay';
|
|
72464
72096
|
} | {
|
|
72465
72097
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72466
72098
|
message: string;
|
|
@@ -72741,13 +72373,6 @@ type Routes = {
|
|
|
72741
72373
|
created_at?: string | undefined;
|
|
72742
72374
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72743
72375
|
warning_code: 'third_party_integration_detected';
|
|
72744
|
-
} | {
|
|
72745
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72746
|
-
message: string;
|
|
72747
|
-
/** Date and time at which Seam created the warning. */
|
|
72748
|
-
created_at?: string | undefined;
|
|
72749
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72750
|
-
warning_code: 'august_device_programming_delay';
|
|
72751
72376
|
} | {
|
|
72752
72377
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72753
72378
|
message: string;
|
|
@@ -73094,15 +72719,6 @@ type Routes = {
|
|
|
73094
72719
|
created_at?: string | undefined;
|
|
73095
72720
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
73096
72721
|
error_code: 'august_lock_invalid_code_length';
|
|
73097
|
-
} | {
|
|
73098
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73099
|
-
message: string;
|
|
73100
|
-
/** Indicates that this is an access code error. */
|
|
73101
|
-
is_access_code_error: true;
|
|
73102
|
-
/** Date and time at which Seam created the error. */
|
|
73103
|
-
created_at?: string | undefined;
|
|
73104
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
73105
|
-
error_code: 'august_device_programming_delay';
|
|
73106
72722
|
} | {
|
|
73107
72723
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73108
72724
|
message: string;
|
|
@@ -73383,13 +72999,6 @@ type Routes = {
|
|
|
73383
72999
|
created_at?: string | undefined;
|
|
73384
73000
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
73385
73001
|
warning_code: 'third_party_integration_detected';
|
|
73386
|
-
} | {
|
|
73387
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
73388
|
-
message: string;
|
|
73389
|
-
/** Date and time at which Seam created the warning. */
|
|
73390
|
-
created_at?: string | undefined;
|
|
73391
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
73392
|
-
warning_code: 'august_device_programming_delay';
|
|
73393
73002
|
} | {
|
|
73394
73003
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
73395
73004
|
message: string;
|
|
@@ -75166,15 +74775,6 @@ type Routes = {
|
|
|
75166
74775
|
created_at?: string | undefined;
|
|
75167
74776
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
75168
74777
|
error_code: 'august_lock_invalid_code_length';
|
|
75169
|
-
} | {
|
|
75170
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75171
|
-
message: string;
|
|
75172
|
-
/** Indicates that this is an access code error. */
|
|
75173
|
-
is_access_code_error: true;
|
|
75174
|
-
/** Date and time at which Seam created the error. */
|
|
75175
|
-
created_at?: string | undefined;
|
|
75176
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
75177
|
-
error_code: 'august_device_programming_delay';
|
|
75178
74778
|
} | {
|
|
75179
74779
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75180
74780
|
message: string;
|
|
@@ -75455,13 +75055,6 @@ type Routes = {
|
|
|
75455
75055
|
created_at?: string | undefined;
|
|
75456
75056
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75457
75057
|
warning_code: 'third_party_integration_detected';
|
|
75458
|
-
} | {
|
|
75459
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75460
|
-
message: string;
|
|
75461
|
-
/** Date and time at which Seam created the warning. */
|
|
75462
|
-
created_at?: string | undefined;
|
|
75463
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75464
|
-
warning_code: 'august_device_programming_delay';
|
|
75465
75058
|
} | {
|
|
75466
75059
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75467
75060
|
message: string;
|
|
@@ -75694,15 +75287,6 @@ type Routes = {
|
|
|
75694
75287
|
created_at?: string | undefined;
|
|
75695
75288
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
75696
75289
|
error_code: 'august_lock_invalid_code_length';
|
|
75697
|
-
} | {
|
|
75698
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75699
|
-
message: string;
|
|
75700
|
-
/** Indicates that this is an access code error. */
|
|
75701
|
-
is_access_code_error: true;
|
|
75702
|
-
/** Date and time at which Seam created the error. */
|
|
75703
|
-
created_at?: string | undefined;
|
|
75704
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
75705
|
-
error_code: 'august_device_programming_delay';
|
|
75706
75290
|
} | {
|
|
75707
75291
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75708
75292
|
message: string;
|
|
@@ -75983,13 +75567,6 @@ type Routes = {
|
|
|
75983
75567
|
created_at?: string | undefined;
|
|
75984
75568
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75985
75569
|
warning_code: 'third_party_integration_detected';
|
|
75986
|
-
} | {
|
|
75987
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75988
|
-
message: string;
|
|
75989
|
-
/** Date and time at which Seam created the warning. */
|
|
75990
|
-
created_at?: string | undefined;
|
|
75991
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75992
|
-
warning_code: 'august_device_programming_delay';
|
|
75993
75570
|
} | {
|
|
75994
75571
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75995
75572
|
message: string;
|
|
@@ -78743,8 +78320,6 @@ type Routes = {
|
|
|
78743
78320
|
has_gateway: boolean;
|
|
78744
78321
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
78745
78322
|
timezone_raw_offset_ms: number;
|
|
78746
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
78747
|
-
time_zone?: string | undefined;
|
|
78748
78323
|
} | undefined;
|
|
78749
78324
|
/** Metadata for a tado° device. */
|
|
78750
78325
|
tado_metadata?: {
|
|
@@ -83425,8 +83000,6 @@ type Routes = {
|
|
|
83425
83000
|
has_gateway: boolean;
|
|
83426
83001
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
83427
83002
|
timezone_raw_offset_ms: number;
|
|
83428
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
83429
|
-
time_zone?: string | undefined;
|
|
83430
83003
|
} | undefined;
|
|
83431
83004
|
/** Metadata for a tado° device. */
|
|
83432
83005
|
tado_metadata?: {
|
|
@@ -102818,8 +102391,6 @@ type Routes = {
|
|
|
102818
102391
|
has_gateway: boolean;
|
|
102819
102392
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
102820
102393
|
timezone_raw_offset_ms: number;
|
|
102821
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
102822
|
-
time_zone?: string | undefined;
|
|
102823
102394
|
} | undefined;
|
|
102824
102395
|
/** Metadata for a tado° device. */
|
|
102825
102396
|
tado_metadata?: {
|
|
@@ -104217,8 +103788,6 @@ type Routes = {
|
|
|
104217
103788
|
has_gateway: boolean;
|
|
104218
103789
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
104219
103790
|
timezone_raw_offset_ms: number;
|
|
104220
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
104221
|
-
time_zone?: string | undefined;
|
|
104222
103791
|
} | undefined;
|
|
104223
103792
|
/** Metadata for a tado° device. */
|
|
104224
103793
|
tado_metadata?: {
|
|
@@ -105087,6 +104656,11 @@ type Routes = {
|
|
|
105087
104656
|
/** IANA timezone for the Schlage device */
|
|
105088
104657
|
time_zone: 'Africa/Abidjan' | 'Africa/Accra' | 'Africa/Addis_Ababa' | 'Africa/Algiers' | 'Africa/Asmera' | 'Africa/Bamako' | 'Africa/Bangui' | 'Africa/Banjul' | 'Africa/Bissau' | 'Africa/Blantyre' | 'Africa/Brazzaville' | 'Africa/Bujumbura' | 'Africa/Cairo' | 'Africa/Casablanca' | 'Africa/Ceuta' | 'Africa/Conakry' | 'Africa/Dakar' | 'Africa/Dar_es_Salaam' | 'Africa/Djibouti' | 'Africa/Douala' | 'Africa/El_Aaiun' | 'Africa/Freetown' | 'Africa/Gaborone' | 'Africa/Harare' | 'Africa/Johannesburg' | 'Africa/Juba' | 'Africa/Kampala' | 'Africa/Khartoum' | 'Africa/Kigali' | 'Africa/Kinshasa' | 'Africa/Lagos' | 'Africa/Libreville' | 'Africa/Lome' | 'Africa/Luanda' | 'Africa/Lubumbashi' | 'Africa/Lusaka' | 'Africa/Malabo' | 'Africa/Maputo' | 'Africa/Maseru' | 'Africa/Mbabane' | 'Africa/Mogadishu' | 'Africa/Monrovia' | 'Africa/Nairobi' | 'Africa/Ndjamena' | 'Africa/Niamey' | 'Africa/Nouakchott' | 'Africa/Ouagadougou' | 'Africa/Porto-Novo' | 'Africa/Sao_Tome' | 'Africa/Tripoli' | 'Africa/Tunis' | 'Africa/Windhoek' | 'America/Adak' | 'America/Anchorage' | 'America/Anguilla' | 'America/Antigua' | 'America/Araguaina' | 'America/Argentina/La_Rioja' | 'America/Argentina/Rio_Gallegos' | 'America/Argentina/Salta' | 'America/Argentina/San_Juan' | 'America/Argentina/San_Luis' | 'America/Argentina/Tucuman' | 'America/Argentina/Ushuaia' | 'America/Aruba' | 'America/Asuncion' | 'America/Bahia' | 'America/Bahia_Banderas' | 'America/Barbados' | 'America/Belem' | 'America/Belize' | 'America/Blanc-Sablon' | 'America/Boa_Vista' | 'America/Bogota' | 'America/Boise' | 'America/Buenos_Aires' | 'America/Cambridge_Bay' | 'America/Campo_Grande' | 'America/Cancun' | 'America/Caracas' | 'America/Catamarca' | 'America/Cayenne' | 'America/Cayman' | 'America/Chicago' | 'America/Chihuahua' | 'America/Ciudad_Juarez' | 'America/Coral_Harbour' | 'America/Cordoba' | 'America/Costa_Rica' | 'America/Creston' | 'America/Cuiaba' | 'America/Curacao' | 'America/Danmarkshavn' | 'America/Dawson' | 'America/Dawson_Creek' | 'America/Denver' | 'America/Detroit' | 'America/Dominica' | 'America/Edmonton' | 'America/Eirunepe' | 'America/El_Salvador' | 'America/Fort_Nelson' | 'America/Fortaleza' | 'America/Glace_Bay' | 'America/Godthab' | 'America/Goose_Bay' | 'America/Grand_Turk' | 'America/Grenada' | 'America/Guadeloupe' | 'America/Guatemala' | 'America/Guayaquil' | 'America/Guyana' | 'America/Halifax' | 'America/Havana' | 'America/Hermosillo' | 'America/Indiana/Knox' | 'America/Indiana/Marengo' | 'America/Indiana/Petersburg' | 'America/Indiana/Tell_City' | 'America/Indiana/Vevay' | 'America/Indiana/Vincennes' | 'America/Indiana/Winamac' | 'America/Indianapolis' | 'America/Inuvik' | 'America/Iqaluit' | 'America/Jamaica' | 'America/Jujuy' | 'America/Juneau' | 'America/Kentucky/Monticello' | 'America/Kralendijk' | 'America/La_Paz' | 'America/Lima' | 'America/Los_Angeles' | 'America/Louisville' | 'America/Lower_Princes' | 'America/Maceio' | 'America/Managua' | 'America/Manaus' | 'America/Marigot' | 'America/Martinique' | 'America/Matamoros' | 'America/Mazatlan' | 'America/Mendoza' | 'America/Menominee' | 'America/Merida' | 'America/Metlakatla' | 'America/Mexico_City' | 'America/Miquelon' | 'America/Moncton' | 'America/Monterrey' | 'America/Montevideo' | 'America/Montreal' | 'America/Montserrat' | 'America/Nassau' | 'America/New_York' | 'America/Nipigon' | 'America/Nome' | 'America/Noronha' | 'America/North_Dakota/Beulah' | 'America/North_Dakota/Center' | 'America/North_Dakota/New_Salem' | 'America/Ojinaga' | 'America/Panama' | 'America/Pangnirtung' | 'America/Paramaribo' | 'America/Phoenix' | 'America/Port-au-Prince' | 'America/Port_of_Spain' | 'America/Porto_Velho' | 'America/Puerto_Rico' | 'America/Punta_Arenas' | 'America/Rainy_River' | 'America/Rankin_Inlet' | 'America/Recife' | 'America/Regina' | 'America/Resolute' | 'America/Rio_Branco' | 'America/Santa_Isabel' | 'America/Santarem' | 'America/Santiago' | 'America/Santo_Domingo' | 'America/Sao_Paulo' | 'America/Scoresbysund' | 'America/Sitka' | 'America/St_Barthelemy' | 'America/St_Johns' | 'America/St_Kitts' | 'America/St_Lucia' | 'America/St_Thomas' | 'America/St_Vincent' | 'America/Swift_Current' | 'America/Tegucigalpa' | 'America/Thule' | 'America/Thunder_Bay' | 'America/Tijuana' | 'America/Toronto' | 'America/Tortola' | 'America/Vancouver' | 'America/Whitehorse' | 'America/Winnipeg' | 'America/Yakutat' | 'America/Yellowknife' | 'Antarctica/Casey' | 'Antarctica/Davis' | 'Antarctica/DumontDUrville' | 'Antarctica/Macquarie' | 'Antarctica/Mawson' | 'Antarctica/McMurdo' | 'Antarctica/Palmer' | 'Antarctica/Rothera' | 'Antarctica/Syowa' | 'Antarctica/Troll' | 'Antarctica/Vostok' | 'Arctic/Longyearbyen' | 'Asia/Aden' | 'Asia/Almaty' | 'Asia/Amman' | 'Asia/Anadyr' | 'Asia/Aqtau' | 'Asia/Aqtobe' | 'Asia/Ashgabat' | 'Asia/Atyrau' | 'Asia/Baghdad' | 'Asia/Bahrain' | 'Asia/Baku' | 'Asia/Bangkok' | 'Asia/Barnaul' | 'Asia/Beirut' | 'Asia/Bishkek' | 'Asia/Brunei' | 'Asia/Calcutta' | 'Asia/Chita' | 'Asia/Choibalsan' | 'Asia/Colombo' | 'Asia/Damascus' | 'Asia/Dhaka' | 'Asia/Dili' | 'Asia/Dubai' | 'Asia/Dushanbe' | 'Asia/Famagusta' | 'Asia/Gaza' | 'Asia/Hebron' | 'Asia/Hong_Kong' | 'Asia/Hovd' | 'Asia/Irkutsk' | 'Asia/Jakarta' | 'Asia/Jayapura' | 'Asia/Jerusalem' | 'Asia/Kabul' | 'Asia/Kamchatka' | 'Asia/Karachi' | 'Asia/Katmandu' | 'Asia/Khandyga' | 'Asia/Krasnoyarsk' | 'Asia/Kuala_Lumpur' | 'Asia/Kuching' | 'Asia/Kuwait' | 'Asia/Macau' | 'Asia/Magadan' | 'Asia/Makassar' | 'Asia/Manila' | 'Asia/Muscat' | 'Asia/Nicosia' | 'Asia/Novokuznetsk' | 'Asia/Novosibirsk' | 'Asia/Omsk' | 'Asia/Oral' | 'Asia/Phnom_Penh' | 'Asia/Pontianak' | 'Asia/Pyongyang' | 'Asia/Qatar' | 'Asia/Qostanay' | 'Asia/Qyzylorda' | 'Asia/Rangoon' | 'Asia/Riyadh' | 'Asia/Saigon' | 'Asia/Sakhalin' | 'Asia/Samarkand' | 'Asia/Seoul' | 'Asia/Shanghai' | 'Asia/Singapore' | 'Asia/Srednekolymsk' | 'Asia/Taipei' | 'Asia/Tashkent' | 'Asia/Tbilisi' | 'Asia/Tehran' | 'Asia/Thimphu' | 'Asia/Tokyo' | 'Asia/Tomsk' | 'Asia/Ulaanbaatar' | 'Asia/Urumqi' | 'Asia/Ust-Nera' | 'Asia/Vientiane' | 'Asia/Vladivostok' | 'Asia/Yakutsk' | 'Asia/Yekaterinburg' | 'Asia/Yerevan' | 'Atlantic/Azores' | 'Atlantic/Bermuda' | 'Atlantic/Canary' | 'Atlantic/Cape_Verde' | 'Atlantic/Faeroe' | 'Atlantic/Madeira' | 'Atlantic/Reykjavik' | 'Atlantic/South_Georgia' | 'Atlantic/St_Helena' | 'Atlantic/Stanley' | 'Australia/Adelaide' | 'Australia/Brisbane' | 'Australia/Broken_Hill' | 'Australia/Currie' | 'Australia/Darwin' | 'Australia/Eucla' | 'Australia/Hobart' | 'Australia/Lindeman' | 'Australia/Lord_Howe' | 'Australia/Melbourne' | 'Australia/Perth' | 'Australia/Sydney' | 'Europe/Amsterdam' | 'Europe/Andorra' | 'Europe/Astrakhan' | 'Europe/Athens' | 'Europe/Belgrade' | 'Europe/Berlin' | 'Europe/Bratislava' | 'Europe/Brussels' | 'Europe/Bucharest' | 'Europe/Budapest' | 'Europe/Busingen' | 'Europe/Chisinau' | 'Europe/Copenhagen' | 'Europe/Dublin' | 'Europe/Gibraltar' | 'Europe/Guernsey' | 'Europe/Helsinki' | 'Europe/Isle_of_Man' | 'Europe/Istanbul' | 'Europe/Jersey' | 'Europe/Kaliningrad' | 'Europe/Kiev' | 'Europe/Kirov' | 'Europe/Lisbon' | 'Europe/Ljubljana' | 'Europe/London' | 'Europe/Luxembourg' | 'Europe/Madrid' | 'Europe/Malta' | 'Europe/Mariehamn' | 'Europe/Minsk' | 'Europe/Monaco' | 'Europe/Moscow' | 'Europe/Oslo' | 'Europe/Paris' | 'Europe/Podgorica' | 'Europe/Prague' | 'Europe/Riga' | 'Europe/Rome' | 'Europe/Samara' | 'Europe/San_Marino' | 'Europe/Sarajevo' | 'Europe/Saratov' | 'Europe/Simferopol' | 'Europe/Skopje' | 'Europe/Sofia' | 'Europe/Stockholm' | 'Europe/Tallinn' | 'Europe/Tirane' | 'Europe/Ulyanovsk' | 'Europe/Uzhgorod' | 'Europe/Vaduz' | 'Europe/Vatican' | 'Europe/Vienna' | 'Europe/Vilnius' | 'Europe/Volgograd' | 'Europe/Warsaw' | 'Europe/Zagreb' | 'Europe/Zaporozhye' | 'Europe/Zurich' | 'Indian/Antananarivo' | 'Indian/Chagos' | 'Indian/Christmas' | 'Indian/Cocos' | 'Indian/Comoro' | 'Indian/Kerguelen' | 'Indian/Mahe' | 'Indian/Maldives' | 'Indian/Mauritius' | 'Indian/Mayotte' | 'Indian/Reunion' | 'Pacific/Apia' | 'Pacific/Auckland' | 'Pacific/Bougainville' | 'Pacific/Chatham' | 'Pacific/Easter' | 'Pacific/Efate' | 'Pacific/Enderbury' | 'Pacific/Fakaofo' | 'Pacific/Fiji' | 'Pacific/Funafuti' | 'Pacific/Galapagos' | 'Pacific/Gambier' | 'Pacific/Guadalcanal' | 'Pacific/Guam' | 'Pacific/Honolulu' | 'Pacific/Johnston' | 'Pacific/Kiritimati' | 'Pacific/Kosrae' | 'Pacific/Kwajalein' | 'Pacific/Majuro' | 'Pacific/Marquesas' | 'Pacific/Midway' | 'Pacific/Nauru' | 'Pacific/Niue' | 'Pacific/Norfolk' | 'Pacific/Noumea' | 'Pacific/Pago_Pago' | 'Pacific/Palau' | 'Pacific/Pitcairn' | 'Pacific/Ponape' | 'Pacific/Port_Moresby' | 'Pacific/Rarotonga' | 'Pacific/Saipan' | 'Pacific/Tahiti' | 'Pacific/Tarawa' | 'Pacific/Tongatapu' | 'Pacific/Truk' | 'Pacific/Wake' | 'Pacific/Wallis';
|
|
105089
104658
|
} | undefined;
|
|
104659
|
+
/** Omnitec-specific metadata to update */
|
|
104660
|
+
omnitec_metadata?: {
|
|
104661
|
+
/** IANA timezone for the Omnitec device */
|
|
104662
|
+
time_zone: 'Africa/Abidjan' | 'Africa/Accra' | 'Africa/Addis_Ababa' | 'Africa/Algiers' | 'Africa/Asmera' | 'Africa/Bamako' | 'Africa/Bangui' | 'Africa/Banjul' | 'Africa/Bissau' | 'Africa/Blantyre' | 'Africa/Brazzaville' | 'Africa/Bujumbura' | 'Africa/Cairo' | 'Africa/Casablanca' | 'Africa/Ceuta' | 'Africa/Conakry' | 'Africa/Dakar' | 'Africa/Dar_es_Salaam' | 'Africa/Djibouti' | 'Africa/Douala' | 'Africa/El_Aaiun' | 'Africa/Freetown' | 'Africa/Gaborone' | 'Africa/Harare' | 'Africa/Johannesburg' | 'Africa/Juba' | 'Africa/Kampala' | 'Africa/Khartoum' | 'Africa/Kigali' | 'Africa/Kinshasa' | 'Africa/Lagos' | 'Africa/Libreville' | 'Africa/Lome' | 'Africa/Luanda' | 'Africa/Lubumbashi' | 'Africa/Lusaka' | 'Africa/Malabo' | 'Africa/Maputo' | 'Africa/Maseru' | 'Africa/Mbabane' | 'Africa/Mogadishu' | 'Africa/Monrovia' | 'Africa/Nairobi' | 'Africa/Ndjamena' | 'Africa/Niamey' | 'Africa/Nouakchott' | 'Africa/Ouagadougou' | 'Africa/Porto-Novo' | 'Africa/Sao_Tome' | 'Africa/Tripoli' | 'Africa/Tunis' | 'Africa/Windhoek' | 'America/Adak' | 'America/Anchorage' | 'America/Anguilla' | 'America/Antigua' | 'America/Araguaina' | 'America/Argentina/La_Rioja' | 'America/Argentina/Rio_Gallegos' | 'America/Argentina/Salta' | 'America/Argentina/San_Juan' | 'America/Argentina/San_Luis' | 'America/Argentina/Tucuman' | 'America/Argentina/Ushuaia' | 'America/Aruba' | 'America/Asuncion' | 'America/Bahia' | 'America/Bahia_Banderas' | 'America/Barbados' | 'America/Belem' | 'America/Belize' | 'America/Blanc-Sablon' | 'America/Boa_Vista' | 'America/Bogota' | 'America/Boise' | 'America/Buenos_Aires' | 'America/Cambridge_Bay' | 'America/Campo_Grande' | 'America/Cancun' | 'America/Caracas' | 'America/Catamarca' | 'America/Cayenne' | 'America/Cayman' | 'America/Chicago' | 'America/Chihuahua' | 'America/Ciudad_Juarez' | 'America/Coral_Harbour' | 'America/Cordoba' | 'America/Costa_Rica' | 'America/Creston' | 'America/Cuiaba' | 'America/Curacao' | 'America/Danmarkshavn' | 'America/Dawson' | 'America/Dawson_Creek' | 'America/Denver' | 'America/Detroit' | 'America/Dominica' | 'America/Edmonton' | 'America/Eirunepe' | 'America/El_Salvador' | 'America/Fort_Nelson' | 'America/Fortaleza' | 'America/Glace_Bay' | 'America/Godthab' | 'America/Goose_Bay' | 'America/Grand_Turk' | 'America/Grenada' | 'America/Guadeloupe' | 'America/Guatemala' | 'America/Guayaquil' | 'America/Guyana' | 'America/Halifax' | 'America/Havana' | 'America/Hermosillo' | 'America/Indiana/Knox' | 'America/Indiana/Marengo' | 'America/Indiana/Petersburg' | 'America/Indiana/Tell_City' | 'America/Indiana/Vevay' | 'America/Indiana/Vincennes' | 'America/Indiana/Winamac' | 'America/Indianapolis' | 'America/Inuvik' | 'America/Iqaluit' | 'America/Jamaica' | 'America/Jujuy' | 'America/Juneau' | 'America/Kentucky/Monticello' | 'America/Kralendijk' | 'America/La_Paz' | 'America/Lima' | 'America/Los_Angeles' | 'America/Louisville' | 'America/Lower_Princes' | 'America/Maceio' | 'America/Managua' | 'America/Manaus' | 'America/Marigot' | 'America/Martinique' | 'America/Matamoros' | 'America/Mazatlan' | 'America/Mendoza' | 'America/Menominee' | 'America/Merida' | 'America/Metlakatla' | 'America/Mexico_City' | 'America/Miquelon' | 'America/Moncton' | 'America/Monterrey' | 'America/Montevideo' | 'America/Montreal' | 'America/Montserrat' | 'America/Nassau' | 'America/New_York' | 'America/Nipigon' | 'America/Nome' | 'America/Noronha' | 'America/North_Dakota/Beulah' | 'America/North_Dakota/Center' | 'America/North_Dakota/New_Salem' | 'America/Ojinaga' | 'America/Panama' | 'America/Pangnirtung' | 'America/Paramaribo' | 'America/Phoenix' | 'America/Port-au-Prince' | 'America/Port_of_Spain' | 'America/Porto_Velho' | 'America/Puerto_Rico' | 'America/Punta_Arenas' | 'America/Rainy_River' | 'America/Rankin_Inlet' | 'America/Recife' | 'America/Regina' | 'America/Resolute' | 'America/Rio_Branco' | 'America/Santa_Isabel' | 'America/Santarem' | 'America/Santiago' | 'America/Santo_Domingo' | 'America/Sao_Paulo' | 'America/Scoresbysund' | 'America/Sitka' | 'America/St_Barthelemy' | 'America/St_Johns' | 'America/St_Kitts' | 'America/St_Lucia' | 'America/St_Thomas' | 'America/St_Vincent' | 'America/Swift_Current' | 'America/Tegucigalpa' | 'America/Thule' | 'America/Thunder_Bay' | 'America/Tijuana' | 'America/Toronto' | 'America/Tortola' | 'America/Vancouver' | 'America/Whitehorse' | 'America/Winnipeg' | 'America/Yakutat' | 'America/Yellowknife' | 'Antarctica/Casey' | 'Antarctica/Davis' | 'Antarctica/DumontDUrville' | 'Antarctica/Macquarie' | 'Antarctica/Mawson' | 'Antarctica/McMurdo' | 'Antarctica/Palmer' | 'Antarctica/Rothera' | 'Antarctica/Syowa' | 'Antarctica/Troll' | 'Antarctica/Vostok' | 'Arctic/Longyearbyen' | 'Asia/Aden' | 'Asia/Almaty' | 'Asia/Amman' | 'Asia/Anadyr' | 'Asia/Aqtau' | 'Asia/Aqtobe' | 'Asia/Ashgabat' | 'Asia/Atyrau' | 'Asia/Baghdad' | 'Asia/Bahrain' | 'Asia/Baku' | 'Asia/Bangkok' | 'Asia/Barnaul' | 'Asia/Beirut' | 'Asia/Bishkek' | 'Asia/Brunei' | 'Asia/Calcutta' | 'Asia/Chita' | 'Asia/Choibalsan' | 'Asia/Colombo' | 'Asia/Damascus' | 'Asia/Dhaka' | 'Asia/Dili' | 'Asia/Dubai' | 'Asia/Dushanbe' | 'Asia/Famagusta' | 'Asia/Gaza' | 'Asia/Hebron' | 'Asia/Hong_Kong' | 'Asia/Hovd' | 'Asia/Irkutsk' | 'Asia/Jakarta' | 'Asia/Jayapura' | 'Asia/Jerusalem' | 'Asia/Kabul' | 'Asia/Kamchatka' | 'Asia/Karachi' | 'Asia/Katmandu' | 'Asia/Khandyga' | 'Asia/Krasnoyarsk' | 'Asia/Kuala_Lumpur' | 'Asia/Kuching' | 'Asia/Kuwait' | 'Asia/Macau' | 'Asia/Magadan' | 'Asia/Makassar' | 'Asia/Manila' | 'Asia/Muscat' | 'Asia/Nicosia' | 'Asia/Novokuznetsk' | 'Asia/Novosibirsk' | 'Asia/Omsk' | 'Asia/Oral' | 'Asia/Phnom_Penh' | 'Asia/Pontianak' | 'Asia/Pyongyang' | 'Asia/Qatar' | 'Asia/Qostanay' | 'Asia/Qyzylorda' | 'Asia/Rangoon' | 'Asia/Riyadh' | 'Asia/Saigon' | 'Asia/Sakhalin' | 'Asia/Samarkand' | 'Asia/Seoul' | 'Asia/Shanghai' | 'Asia/Singapore' | 'Asia/Srednekolymsk' | 'Asia/Taipei' | 'Asia/Tashkent' | 'Asia/Tbilisi' | 'Asia/Tehran' | 'Asia/Thimphu' | 'Asia/Tokyo' | 'Asia/Tomsk' | 'Asia/Ulaanbaatar' | 'Asia/Urumqi' | 'Asia/Ust-Nera' | 'Asia/Vientiane' | 'Asia/Vladivostok' | 'Asia/Yakutsk' | 'Asia/Yekaterinburg' | 'Asia/Yerevan' | 'Atlantic/Azores' | 'Atlantic/Bermuda' | 'Atlantic/Canary' | 'Atlantic/Cape_Verde' | 'Atlantic/Faeroe' | 'Atlantic/Madeira' | 'Atlantic/Reykjavik' | 'Atlantic/South_Georgia' | 'Atlantic/St_Helena' | 'Atlantic/Stanley' | 'Australia/Adelaide' | 'Australia/Brisbane' | 'Australia/Broken_Hill' | 'Australia/Currie' | 'Australia/Darwin' | 'Australia/Eucla' | 'Australia/Hobart' | 'Australia/Lindeman' | 'Australia/Lord_Howe' | 'Australia/Melbourne' | 'Australia/Perth' | 'Australia/Sydney' | 'Europe/Amsterdam' | 'Europe/Andorra' | 'Europe/Astrakhan' | 'Europe/Athens' | 'Europe/Belgrade' | 'Europe/Berlin' | 'Europe/Bratislava' | 'Europe/Brussels' | 'Europe/Bucharest' | 'Europe/Budapest' | 'Europe/Busingen' | 'Europe/Chisinau' | 'Europe/Copenhagen' | 'Europe/Dublin' | 'Europe/Gibraltar' | 'Europe/Guernsey' | 'Europe/Helsinki' | 'Europe/Isle_of_Man' | 'Europe/Istanbul' | 'Europe/Jersey' | 'Europe/Kaliningrad' | 'Europe/Kiev' | 'Europe/Kirov' | 'Europe/Lisbon' | 'Europe/Ljubljana' | 'Europe/London' | 'Europe/Luxembourg' | 'Europe/Madrid' | 'Europe/Malta' | 'Europe/Mariehamn' | 'Europe/Minsk' | 'Europe/Monaco' | 'Europe/Moscow' | 'Europe/Oslo' | 'Europe/Paris' | 'Europe/Podgorica' | 'Europe/Prague' | 'Europe/Riga' | 'Europe/Rome' | 'Europe/Samara' | 'Europe/San_Marino' | 'Europe/Sarajevo' | 'Europe/Saratov' | 'Europe/Simferopol' | 'Europe/Skopje' | 'Europe/Sofia' | 'Europe/Stockholm' | 'Europe/Tallinn' | 'Europe/Tirane' | 'Europe/Ulyanovsk' | 'Europe/Uzhgorod' | 'Europe/Vaduz' | 'Europe/Vatican' | 'Europe/Vienna' | 'Europe/Vilnius' | 'Europe/Volgograd' | 'Europe/Warsaw' | 'Europe/Zagreb' | 'Europe/Zaporozhye' | 'Europe/Zurich' | 'Indian/Antananarivo' | 'Indian/Chagos' | 'Indian/Christmas' | 'Indian/Cocos' | 'Indian/Comoro' | 'Indian/Kerguelen' | 'Indian/Mahe' | 'Indian/Maldives' | 'Indian/Mauritius' | 'Indian/Mayotte' | 'Indian/Reunion' | 'Pacific/Apia' | 'Pacific/Auckland' | 'Pacific/Bougainville' | 'Pacific/Chatham' | 'Pacific/Easter' | 'Pacific/Efate' | 'Pacific/Enderbury' | 'Pacific/Fakaofo' | 'Pacific/Fiji' | 'Pacific/Funafuti' | 'Pacific/Galapagos' | 'Pacific/Gambier' | 'Pacific/Guadalcanal' | 'Pacific/Guam' | 'Pacific/Honolulu' | 'Pacific/Johnston' | 'Pacific/Kiritimati' | 'Pacific/Kosrae' | 'Pacific/Kwajalein' | 'Pacific/Majuro' | 'Pacific/Marquesas' | 'Pacific/Midway' | 'Pacific/Nauru' | 'Pacific/Niue' | 'Pacific/Norfolk' | 'Pacific/Noumea' | 'Pacific/Pago_Pago' | 'Pacific/Palau' | 'Pacific/Pitcairn' | 'Pacific/Ponape' | 'Pacific/Port_Moresby' | 'Pacific/Rarotonga' | 'Pacific/Saipan' | 'Pacific/Tahiti' | 'Pacific/Tarawa' | 'Pacific/Tongatapu' | 'Pacific/Truk' | 'Pacific/Wake' | 'Pacific/Wallis';
|
|
104663
|
+
} | undefined;
|
|
105090
104664
|
}[];
|
|
105091
104665
|
};
|
|
105092
104666
|
formData: {};
|
|
@@ -113998,8 +113572,6 @@ type Routes = {
|
|
|
113998
113572
|
has_gateway: boolean;
|
|
113999
113573
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
114000
113574
|
timezone_raw_offset_ms: number;
|
|
114001
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
114002
|
-
time_zone?: string | undefined;
|
|
114003
113575
|
} | undefined;
|
|
114004
113576
|
/** Metadata for a tado° device. */
|
|
114005
113577
|
tado_metadata?: {
|
|
@@ -115347,8 +114919,6 @@ type Routes = {
|
|
|
115347
114919
|
has_gateway: boolean;
|
|
115348
114920
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
115349
114921
|
timezone_raw_offset_ms: number;
|
|
115350
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
115351
|
-
time_zone?: string | undefined;
|
|
115352
114922
|
} | undefined;
|
|
115353
114923
|
/** Metadata for a tado° device. */
|
|
115354
114924
|
tado_metadata?: {
|
|
@@ -116746,8 +116316,6 @@ type Routes = {
|
|
|
116746
116316
|
has_gateway: boolean;
|
|
116747
116317
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
116748
116318
|
timezone_raw_offset_ms: number;
|
|
116749
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
116750
|
-
time_zone?: string | undefined;
|
|
116751
116319
|
} | undefined;
|
|
116752
116320
|
/** Metadata for a tado° device. */
|
|
116753
116321
|
tado_metadata?: {
|
|
@@ -118094,8 +117662,6 @@ type Routes = {
|
|
|
118094
117662
|
has_gateway: boolean;
|
|
118095
117663
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
118096
117664
|
timezone_raw_offset_ms: number;
|
|
118097
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
118098
|
-
time_zone?: string | undefined;
|
|
118099
117665
|
} | undefined;
|
|
118100
117666
|
/** Metadata for a tado° device. */
|
|
118101
117667
|
tado_metadata?: {
|
|
@@ -125555,8 +125121,6 @@ type Routes = {
|
|
|
125555
125121
|
has_gateway: boolean;
|
|
125556
125122
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
125557
125123
|
timezone_raw_offset_ms: number;
|
|
125558
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
125559
|
-
time_zone?: string | undefined;
|
|
125560
125124
|
} | undefined;
|
|
125561
125125
|
/** Metadata for a tado° device. */
|
|
125562
125126
|
tado_metadata?: {
|
|
@@ -126903,8 +126467,6 @@ type Routes = {
|
|
|
126903
126467
|
has_gateway: boolean;
|
|
126904
126468
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
126905
126469
|
timezone_raw_offset_ms: number;
|
|
126906
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
126907
|
-
time_zone?: string | undefined;
|
|
126908
126470
|
} | undefined;
|
|
126909
126471
|
/** Metadata for a tado° device. */
|
|
126910
126472
|
tado_metadata?: {
|
|
@@ -141168,8 +140730,6 @@ type Routes = {
|
|
|
141168
140730
|
has_gateway: boolean;
|
|
141169
140731
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
141170
140732
|
timezone_raw_offset_ms: number;
|
|
141171
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
141172
|
-
time_zone?: string | undefined;
|
|
141173
140733
|
} | undefined;
|
|
141174
140734
|
/** Metadata for a tado° device. */
|
|
141175
140735
|
tado_metadata?: {
|
|
@@ -147946,8 +147506,6 @@ type Routes = {
|
|
|
147946
147506
|
has_gateway: boolean;
|
|
147947
147507
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
147948
147508
|
timezone_raw_offset_ms: number;
|
|
147949
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
147950
|
-
time_zone?: string | undefined;
|
|
147951
147509
|
} | undefined;
|
|
147952
147510
|
/** Metadata for a tado° device. */
|
|
147953
147511
|
tado_metadata?: {
|
|
@@ -152389,8 +151947,6 @@ type Routes = {
|
|
|
152389
151947
|
has_gateway: boolean;
|
|
152390
151948
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
152391
151949
|
timezone_raw_offset_ms: number;
|
|
152392
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
152393
|
-
time_zone?: string | undefined;
|
|
152394
151950
|
} | undefined;
|
|
152395
151951
|
/** Metadata for a tado° device. */
|
|
152396
151952
|
tado_metadata?: {
|
|
@@ -153737,8 +153293,6 @@ type Routes = {
|
|
|
153737
153293
|
has_gateway: boolean;
|
|
153738
153294
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
153739
153295
|
timezone_raw_offset_ms: number;
|
|
153740
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
153741
|
-
time_zone?: string | undefined;
|
|
153742
153296
|
} | undefined;
|
|
153743
153297
|
/** Metadata for a tado° device. */
|
|
153744
153298
|
tado_metadata?: {
|
|
@@ -162095,8 +161649,6 @@ type Routes = {
|
|
|
162095
161649
|
has_gateway: boolean;
|
|
162096
161650
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
162097
161651
|
timezone_raw_offset_ms: number;
|
|
162098
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
162099
|
-
time_zone?: string | undefined;
|
|
162100
161652
|
} | undefined;
|
|
162101
161653
|
/** Metadata for a tado° device. */
|
|
162102
161654
|
tado_metadata?: {
|
|
@@ -163445,8 +162997,6 @@ type Routes = {
|
|
|
163445
162997
|
has_gateway: boolean;
|
|
163446
162998
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
163447
162999
|
timezone_raw_offset_ms: number;
|
|
163448
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
163449
|
-
time_zone?: string | undefined;
|
|
163450
163000
|
} | undefined;
|
|
163451
163001
|
/** Metadata for a tado° device. */
|
|
163452
163002
|
tado_metadata?: {
|
|
@@ -165982,8 +165532,6 @@ type Routes = {
|
|
|
165982
165532
|
has_gateway: boolean;
|
|
165983
165533
|
/** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
|
|
165984
165534
|
timezone_raw_offset_ms: number;
|
|
165985
|
-
/** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
|
|
165986
|
-
time_zone?: string | undefined;
|
|
165987
165535
|
} | undefined;
|
|
165988
165536
|
/** Metadata for a tado° device. */
|
|
165989
165537
|
tado_metadata?: {
|
|
@@ -173607,15 +173155,6 @@ type Routes = {
|
|
|
173607
173155
|
created_at?: string | undefined;
|
|
173608
173156
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
173609
173157
|
error_code: 'august_lock_invalid_code_length';
|
|
173610
|
-
} | {
|
|
173611
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
173612
|
-
message: string;
|
|
173613
|
-
/** Indicates that this is an access code error. */
|
|
173614
|
-
is_access_code_error: true;
|
|
173615
|
-
/** Date and time at which Seam created the error. */
|
|
173616
|
-
created_at?: string | undefined;
|
|
173617
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
173618
|
-
error_code: 'august_device_programming_delay';
|
|
173619
173158
|
} | {
|
|
173620
173159
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
173621
173160
|
message: string;
|
|
@@ -173896,13 +173435,6 @@ type Routes = {
|
|
|
173896
173435
|
created_at?: string | undefined;
|
|
173897
173436
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173898
173437
|
warning_code: 'third_party_integration_detected';
|
|
173899
|
-
} | {
|
|
173900
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173901
|
-
message: string;
|
|
173902
|
-
/** Date and time at which Seam created the warning. */
|
|
173903
|
-
created_at?: string | undefined;
|
|
173904
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173905
|
-
warning_code: 'august_device_programming_delay';
|
|
173906
173438
|
} | {
|
|
173907
173439
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173908
173440
|
message: string;
|
|
@@ -174119,15 +173651,6 @@ type Routes = {
|
|
|
174119
173651
|
created_at?: string | undefined;
|
|
174120
173652
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
174121
173653
|
error_code: 'august_lock_invalid_code_length';
|
|
174122
|
-
} | {
|
|
174123
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
174124
|
-
message: string;
|
|
174125
|
-
/** Indicates that this is an access code error. */
|
|
174126
|
-
is_access_code_error: true;
|
|
174127
|
-
/** Date and time at which Seam created the error. */
|
|
174128
|
-
created_at?: string | undefined;
|
|
174129
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
174130
|
-
error_code: 'august_device_programming_delay';
|
|
174131
173654
|
} | {
|
|
174132
173655
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
174133
173656
|
message: string;
|
|
@@ -174408,13 +173931,6 @@ type Routes = {
|
|
|
174408
173931
|
created_at?: string | undefined;
|
|
174409
173932
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174410
173933
|
warning_code: 'third_party_integration_detected';
|
|
174411
|
-
} | {
|
|
174412
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174413
|
-
message: string;
|
|
174414
|
-
/** Date and time at which Seam created the warning. */
|
|
174415
|
-
created_at?: string | undefined;
|
|
174416
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174417
|
-
warning_code: 'august_device_programming_delay';
|
|
174418
173934
|
} | {
|
|
174419
173935
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174420
173936
|
message: string;
|