@seamapi/types 1.858.0 → 1.860.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 +0 -161
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -668
- package/dist/index.cjs +0 -161
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -200
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -33
- 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 -73
- package/lib/seam/connect/models/batch.d.ts +0 -202
- package/lib/seam/connect/openapi.js +0 -146
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -275
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -36
- package/src/lib/seam/connect/openapi.ts +0 -172
- package/src/lib/seam/connect/route-types.ts +0 -308
package/dist/connect.d.cts
CHANGED
|
@@ -36,22 +36,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
|
|
|
36
36
|
message: z.ZodString;
|
|
37
37
|
is_access_code_error: z.ZodLiteral<true>;
|
|
38
38
|
created_at: z.ZodOptional<z.ZodString>;
|
|
39
|
-
} & {
|
|
40
|
-
error_code: z.ZodLiteral<"smartthings_no_free_slots_available">;
|
|
41
|
-
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
message: string;
|
|
43
|
-
error_code: "smartthings_no_free_slots_available";
|
|
44
|
-
is_access_code_error: true;
|
|
45
|
-
created_at?: string | undefined;
|
|
46
|
-
}, {
|
|
47
|
-
message: string;
|
|
48
|
-
error_code: "smartthings_no_free_slots_available";
|
|
49
|
-
is_access_code_error: true;
|
|
50
|
-
created_at?: string | undefined;
|
|
51
|
-
}>, z.ZodObject<{
|
|
52
|
-
message: z.ZodString;
|
|
53
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
54
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
55
39
|
} & {
|
|
56
40
|
error_code: z.ZodLiteral<"failed_to_set_on_device">;
|
|
57
41
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -202,22 +186,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
|
|
|
202
186
|
message: z.ZodString;
|
|
203
187
|
is_access_code_error: z.ZodLiteral<true>;
|
|
204
188
|
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
189
|
} & {
|
|
222
190
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
223
191
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -467,19 +435,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
|
|
|
467
435
|
}>, z.ZodObject<{
|
|
468
436
|
message: z.ZodString;
|
|
469
437
|
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
438
|
} & {
|
|
484
439
|
warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
|
|
485
440
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -617,22 +572,6 @@ declare const access_code: z.ZodObject<{
|
|
|
617
572
|
message: z.ZodString;
|
|
618
573
|
is_access_code_error: z.ZodLiteral<true>;
|
|
619
574
|
created_at: z.ZodOptional<z.ZodString>;
|
|
620
|
-
} & {
|
|
621
|
-
error_code: z.ZodLiteral<"smartthings_no_free_slots_available">;
|
|
622
|
-
}, "strip", z.ZodTypeAny, {
|
|
623
|
-
message: string;
|
|
624
|
-
error_code: "smartthings_no_free_slots_available";
|
|
625
|
-
is_access_code_error: true;
|
|
626
|
-
created_at?: string | undefined;
|
|
627
|
-
}, {
|
|
628
|
-
message: string;
|
|
629
|
-
error_code: "smartthings_no_free_slots_available";
|
|
630
|
-
is_access_code_error: true;
|
|
631
|
-
created_at?: string | undefined;
|
|
632
|
-
}>, z.ZodObject<{
|
|
633
|
-
message: z.ZodString;
|
|
634
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
635
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
636
575
|
} & {
|
|
637
576
|
error_code: z.ZodLiteral<"failed_to_set_on_device">;
|
|
638
577
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -783,22 +722,6 @@ declare const access_code: z.ZodObject<{
|
|
|
783
722
|
message: z.ZodString;
|
|
784
723
|
is_access_code_error: z.ZodLiteral<true>;
|
|
785
724
|
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
725
|
} & {
|
|
803
726
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
804
727
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1382,19 +1305,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1382
1305
|
}>, z.ZodObject<{
|
|
1383
1306
|
message: z.ZodString;
|
|
1384
1307
|
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
1308
|
} & {
|
|
1399
1309
|
warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
|
|
1400
1310
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1860,11 +1770,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1860
1770
|
error_code: "august_lock_invalid_code_length";
|
|
1861
1771
|
is_access_code_error: true;
|
|
1862
1772
|
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
1773
|
} | {
|
|
1869
1774
|
message: string;
|
|
1870
1775
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -1880,11 +1785,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1880
1785
|
error_code: "salto_ks_user_not_subscribed";
|
|
1881
1786
|
is_access_code_error: true;
|
|
1882
1787
|
created_at?: string | undefined;
|
|
1883
|
-
} | {
|
|
1884
|
-
message: string;
|
|
1885
|
-
error_code: "smartthings_no_free_slots_available";
|
|
1886
|
-
is_access_code_error: true;
|
|
1887
|
-
created_at?: string | undefined;
|
|
1888
1788
|
} | {
|
|
1889
1789
|
message: string;
|
|
1890
1790
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -1915,10 +1815,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1915
1815
|
message: string;
|
|
1916
1816
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
1917
1817
|
created_at?: string | undefined;
|
|
1918
|
-
} | {
|
|
1919
|
-
message: string;
|
|
1920
|
-
warning_code: "august_device_programming_delay";
|
|
1921
|
-
created_at?: string | undefined;
|
|
1922
1818
|
} | {
|
|
1923
1819
|
message: string;
|
|
1924
1820
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -2213,11 +2109,6 @@ declare const access_code: z.ZodObject<{
|
|
|
2213
2109
|
error_code: "august_lock_invalid_code_length";
|
|
2214
2110
|
is_access_code_error: true;
|
|
2215
2111
|
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
2112
|
} | {
|
|
2222
2113
|
message: string;
|
|
2223
2114
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -2233,11 +2124,6 @@ declare const access_code: z.ZodObject<{
|
|
|
2233
2124
|
error_code: "salto_ks_user_not_subscribed";
|
|
2234
2125
|
is_access_code_error: true;
|
|
2235
2126
|
created_at?: string | undefined;
|
|
2236
|
-
} | {
|
|
2237
|
-
message: string;
|
|
2238
|
-
error_code: "smartthings_no_free_slots_available";
|
|
2239
|
-
is_access_code_error: true;
|
|
2240
|
-
created_at?: string | undefined;
|
|
2241
2127
|
} | {
|
|
2242
2128
|
message: string;
|
|
2243
2129
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -2268,10 +2154,6 @@ declare const access_code: z.ZodObject<{
|
|
|
2268
2154
|
message: string;
|
|
2269
2155
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
2270
2156
|
created_at?: string | undefined;
|
|
2271
|
-
} | {
|
|
2272
|
-
message: string;
|
|
2273
|
-
warning_code: "august_device_programming_delay";
|
|
2274
|
-
created_at?: string | undefined;
|
|
2275
2157
|
} | {
|
|
2276
2158
|
message: string;
|
|
2277
2159
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -2446,22 +2328,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
2446
2328
|
message: z.ZodString;
|
|
2447
2329
|
is_access_code_error: z.ZodLiteral<true>;
|
|
2448
2330
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2449
|
-
} & {
|
|
2450
|
-
error_code: z.ZodLiteral<"smartthings_no_free_slots_available">;
|
|
2451
|
-
}, "strip", z.ZodTypeAny, {
|
|
2452
|
-
message: string;
|
|
2453
|
-
error_code: "smartthings_no_free_slots_available";
|
|
2454
|
-
is_access_code_error: true;
|
|
2455
|
-
created_at?: string | undefined;
|
|
2456
|
-
}, {
|
|
2457
|
-
message: string;
|
|
2458
|
-
error_code: "smartthings_no_free_slots_available";
|
|
2459
|
-
is_access_code_error: true;
|
|
2460
|
-
created_at?: string | undefined;
|
|
2461
|
-
}>, z.ZodObject<{
|
|
2462
|
-
message: z.ZodString;
|
|
2463
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
2464
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
2465
2331
|
} & {
|
|
2466
2332
|
error_code: z.ZodLiteral<"failed_to_set_on_device">;
|
|
2467
2333
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2612,22 +2478,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
2612
2478
|
message: z.ZodString;
|
|
2613
2479
|
is_access_code_error: z.ZodLiteral<true>;
|
|
2614
2480
|
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
2481
|
} & {
|
|
2632
2482
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
2633
2483
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3211,19 +3061,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3211
3061
|
}>, z.ZodObject<{
|
|
3212
3062
|
message: z.ZodString;
|
|
3213
3063
|
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
3064
|
} & {
|
|
3228
3065
|
warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
|
|
3229
3066
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3515,11 +3352,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3515
3352
|
error_code: "august_lock_invalid_code_length";
|
|
3516
3353
|
is_access_code_error: true;
|
|
3517
3354
|
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
3355
|
} | {
|
|
3524
3356
|
message: string;
|
|
3525
3357
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -3535,11 +3367,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3535
3367
|
error_code: "salto_ks_user_not_subscribed";
|
|
3536
3368
|
is_access_code_error: true;
|
|
3537
3369
|
created_at?: string | undefined;
|
|
3538
|
-
} | {
|
|
3539
|
-
message: string;
|
|
3540
|
-
error_code: "smartthings_no_free_slots_available";
|
|
3541
|
-
is_access_code_error: true;
|
|
3542
|
-
created_at?: string | undefined;
|
|
3543
3370
|
} | {
|
|
3544
3371
|
message: string;
|
|
3545
3372
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -3570,10 +3397,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3570
3397
|
message: string;
|
|
3571
3398
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
3572
3399
|
created_at?: string | undefined;
|
|
3573
|
-
} | {
|
|
3574
|
-
message: string;
|
|
3575
|
-
warning_code: "august_device_programming_delay";
|
|
3576
|
-
created_at?: string | undefined;
|
|
3577
3400
|
} | {
|
|
3578
3401
|
message: string;
|
|
3579
3402
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -3815,11 +3638,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3815
3638
|
error_code: "august_lock_invalid_code_length";
|
|
3816
3639
|
is_access_code_error: true;
|
|
3817
3640
|
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
3641
|
} | {
|
|
3824
3642
|
message: string;
|
|
3825
3643
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -3835,11 +3653,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3835
3653
|
error_code: "salto_ks_user_not_subscribed";
|
|
3836
3654
|
is_access_code_error: true;
|
|
3837
3655
|
created_at?: string | undefined;
|
|
3838
|
-
} | {
|
|
3839
|
-
message: string;
|
|
3840
|
-
error_code: "smartthings_no_free_slots_available";
|
|
3841
|
-
is_access_code_error: true;
|
|
3842
|
-
created_at?: string | undefined;
|
|
3843
3656
|
} | {
|
|
3844
3657
|
message: string;
|
|
3845
3658
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -3870,10 +3683,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3870
3683
|
message: string;
|
|
3871
3684
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
3872
3685
|
created_at?: string | undefined;
|
|
3873
|
-
} | {
|
|
3874
|
-
message: string;
|
|
3875
|
-
warning_code: "august_device_programming_delay";
|
|
3876
|
-
created_at?: string | undefined;
|
|
3877
3686
|
} | {
|
|
3878
3687
|
message: string;
|
|
3879
3688
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -36623,22 +36432,6 @@ declare const batch: z.ZodObject<{
|
|
|
36623
36432
|
message: z.ZodString;
|
|
36624
36433
|
is_access_code_error: z.ZodLiteral<true>;
|
|
36625
36434
|
created_at: z.ZodOptional<z.ZodString>;
|
|
36626
|
-
} & {
|
|
36627
|
-
error_code: z.ZodLiteral<"smartthings_no_free_slots_available">;
|
|
36628
|
-
}, "strip", z.ZodTypeAny, {
|
|
36629
|
-
message: string;
|
|
36630
|
-
error_code: "smartthings_no_free_slots_available";
|
|
36631
|
-
is_access_code_error: true;
|
|
36632
|
-
created_at?: string | undefined;
|
|
36633
|
-
}, {
|
|
36634
|
-
message: string;
|
|
36635
|
-
error_code: "smartthings_no_free_slots_available";
|
|
36636
|
-
is_access_code_error: true;
|
|
36637
|
-
created_at?: string | undefined;
|
|
36638
|
-
}>, z.ZodObject<{
|
|
36639
|
-
message: z.ZodString;
|
|
36640
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
36641
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
36642
36435
|
} & {
|
|
36643
36436
|
error_code: z.ZodLiteral<"failed_to_set_on_device">;
|
|
36644
36437
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36789,22 +36582,6 @@ declare const batch: z.ZodObject<{
|
|
|
36789
36582
|
message: z.ZodString;
|
|
36790
36583
|
is_access_code_error: z.ZodLiteral<true>;
|
|
36791
36584
|
created_at: z.ZodOptional<z.ZodString>;
|
|
36792
|
-
} & {
|
|
36793
|
-
error_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
36794
|
-
}, "strip", z.ZodTypeAny, {
|
|
36795
|
-
message: string;
|
|
36796
|
-
error_code: "august_device_programming_delay";
|
|
36797
|
-
is_access_code_error: true;
|
|
36798
|
-
created_at?: string | undefined;
|
|
36799
|
-
}, {
|
|
36800
|
-
message: string;
|
|
36801
|
-
error_code: "august_device_programming_delay";
|
|
36802
|
-
is_access_code_error: true;
|
|
36803
|
-
created_at?: string | undefined;
|
|
36804
|
-
}>, z.ZodObject<{
|
|
36805
|
-
message: z.ZodString;
|
|
36806
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
36807
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
36808
36585
|
} & {
|
|
36809
36586
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
36810
36587
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -37388,19 +37165,6 @@ declare const batch: z.ZodObject<{
|
|
|
37388
37165
|
}>, z.ZodObject<{
|
|
37389
37166
|
message: z.ZodString;
|
|
37390
37167
|
created_at: z.ZodOptional<z.ZodString>;
|
|
37391
|
-
} & {
|
|
37392
|
-
warning_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
37393
|
-
}, "strip", z.ZodTypeAny, {
|
|
37394
|
-
message: string;
|
|
37395
|
-
warning_code: "august_device_programming_delay";
|
|
37396
|
-
created_at?: string | undefined;
|
|
37397
|
-
}, {
|
|
37398
|
-
message: string;
|
|
37399
|
-
warning_code: "august_device_programming_delay";
|
|
37400
|
-
created_at?: string | undefined;
|
|
37401
|
-
}>, z.ZodObject<{
|
|
37402
|
-
message: z.ZodString;
|
|
37403
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
37404
37168
|
} & {
|
|
37405
37169
|
warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
|
|
37406
37170
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -37866,11 +37630,6 @@ declare const batch: z.ZodObject<{
|
|
|
37866
37630
|
error_code: "august_lock_invalid_code_length";
|
|
37867
37631
|
is_access_code_error: true;
|
|
37868
37632
|
created_at?: string | undefined;
|
|
37869
|
-
} | {
|
|
37870
|
-
message: string;
|
|
37871
|
-
error_code: "august_device_programming_delay";
|
|
37872
|
-
is_access_code_error: true;
|
|
37873
|
-
created_at?: string | undefined;
|
|
37874
37633
|
} | {
|
|
37875
37634
|
message: string;
|
|
37876
37635
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -37886,11 +37645,6 @@ declare const batch: z.ZodObject<{
|
|
|
37886
37645
|
error_code: "salto_ks_user_not_subscribed";
|
|
37887
37646
|
is_access_code_error: true;
|
|
37888
37647
|
created_at?: string | undefined;
|
|
37889
|
-
} | {
|
|
37890
|
-
message: string;
|
|
37891
|
-
error_code: "smartthings_no_free_slots_available";
|
|
37892
|
-
is_access_code_error: true;
|
|
37893
|
-
created_at?: string | undefined;
|
|
37894
37648
|
} | {
|
|
37895
37649
|
message: string;
|
|
37896
37650
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -37921,10 +37675,6 @@ declare const batch: z.ZodObject<{
|
|
|
37921
37675
|
message: string;
|
|
37922
37676
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
37923
37677
|
created_at?: string | undefined;
|
|
37924
|
-
} | {
|
|
37925
|
-
message: string;
|
|
37926
|
-
warning_code: "august_device_programming_delay";
|
|
37927
|
-
created_at?: string | undefined;
|
|
37928
37678
|
} | {
|
|
37929
37679
|
message: string;
|
|
37930
37680
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -38219,11 +37969,6 @@ declare const batch: z.ZodObject<{
|
|
|
38219
37969
|
error_code: "august_lock_invalid_code_length";
|
|
38220
37970
|
is_access_code_error: true;
|
|
38221
37971
|
created_at?: string | undefined;
|
|
38222
|
-
} | {
|
|
38223
|
-
message: string;
|
|
38224
|
-
error_code: "august_device_programming_delay";
|
|
38225
|
-
is_access_code_error: true;
|
|
38226
|
-
created_at?: string | undefined;
|
|
38227
37972
|
} | {
|
|
38228
37973
|
message: string;
|
|
38229
37974
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -38239,11 +37984,6 @@ declare const batch: z.ZodObject<{
|
|
|
38239
37984
|
error_code: "salto_ks_user_not_subscribed";
|
|
38240
37985
|
is_access_code_error: true;
|
|
38241
37986
|
created_at?: string | undefined;
|
|
38242
|
-
} | {
|
|
38243
|
-
message: string;
|
|
38244
|
-
error_code: "smartthings_no_free_slots_available";
|
|
38245
|
-
is_access_code_error: true;
|
|
38246
|
-
created_at?: string | undefined;
|
|
38247
37987
|
} | {
|
|
38248
37988
|
message: string;
|
|
38249
37989
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -38274,10 +38014,6 @@ declare const batch: z.ZodObject<{
|
|
|
38274
38014
|
message: string;
|
|
38275
38015
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
38276
38016
|
created_at?: string | undefined;
|
|
38277
|
-
} | {
|
|
38278
|
-
message: string;
|
|
38279
|
-
warning_code: "august_device_programming_delay";
|
|
38280
|
-
created_at?: string | undefined;
|
|
38281
38017
|
} | {
|
|
38282
38018
|
message: string;
|
|
38283
38019
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -38450,22 +38186,6 @@ declare const batch: z.ZodObject<{
|
|
|
38450
38186
|
message: z.ZodString;
|
|
38451
38187
|
is_access_code_error: z.ZodLiteral<true>;
|
|
38452
38188
|
created_at: z.ZodOptional<z.ZodString>;
|
|
38453
|
-
} & {
|
|
38454
|
-
error_code: z.ZodLiteral<"smartthings_no_free_slots_available">;
|
|
38455
|
-
}, "strip", z.ZodTypeAny, {
|
|
38456
|
-
message: string;
|
|
38457
|
-
error_code: "smartthings_no_free_slots_available";
|
|
38458
|
-
is_access_code_error: true;
|
|
38459
|
-
created_at?: string | undefined;
|
|
38460
|
-
}, {
|
|
38461
|
-
message: string;
|
|
38462
|
-
error_code: "smartthings_no_free_slots_available";
|
|
38463
|
-
is_access_code_error: true;
|
|
38464
|
-
created_at?: string | undefined;
|
|
38465
|
-
}>, z.ZodObject<{
|
|
38466
|
-
message: z.ZodString;
|
|
38467
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
38468
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
38469
38189
|
} & {
|
|
38470
38190
|
error_code: z.ZodLiteral<"failed_to_set_on_device">;
|
|
38471
38191
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38616,22 +38336,6 @@ declare const batch: z.ZodObject<{
|
|
|
38616
38336
|
message: z.ZodString;
|
|
38617
38337
|
is_access_code_error: z.ZodLiteral<true>;
|
|
38618
38338
|
created_at: z.ZodOptional<z.ZodString>;
|
|
38619
|
-
} & {
|
|
38620
|
-
error_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
38621
|
-
}, "strip", z.ZodTypeAny, {
|
|
38622
|
-
message: string;
|
|
38623
|
-
error_code: "august_device_programming_delay";
|
|
38624
|
-
is_access_code_error: true;
|
|
38625
|
-
created_at?: string | undefined;
|
|
38626
|
-
}, {
|
|
38627
|
-
message: string;
|
|
38628
|
-
error_code: "august_device_programming_delay";
|
|
38629
|
-
is_access_code_error: true;
|
|
38630
|
-
created_at?: string | undefined;
|
|
38631
|
-
}>, z.ZodObject<{
|
|
38632
|
-
message: z.ZodString;
|
|
38633
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
38634
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
38635
38339
|
} & {
|
|
38636
38340
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
38637
38341
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -39215,19 +38919,6 @@ declare const batch: z.ZodObject<{
|
|
|
39215
38919
|
}>, z.ZodObject<{
|
|
39216
38920
|
message: z.ZodString;
|
|
39217
38921
|
created_at: z.ZodOptional<z.ZodString>;
|
|
39218
|
-
} & {
|
|
39219
|
-
warning_code: z.ZodLiteral<"august_device_programming_delay">;
|
|
39220
|
-
}, "strip", z.ZodTypeAny, {
|
|
39221
|
-
message: string;
|
|
39222
|
-
warning_code: "august_device_programming_delay";
|
|
39223
|
-
created_at?: string | undefined;
|
|
39224
|
-
}, {
|
|
39225
|
-
message: string;
|
|
39226
|
-
warning_code: "august_device_programming_delay";
|
|
39227
|
-
created_at?: string | undefined;
|
|
39228
|
-
}>, z.ZodObject<{
|
|
39229
|
-
message: z.ZodString;
|
|
39230
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
39231
38922
|
} & {
|
|
39232
38923
|
warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
|
|
39233
38924
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -39519,11 +39210,6 @@ declare const batch: z.ZodObject<{
|
|
|
39519
39210
|
error_code: "august_lock_invalid_code_length";
|
|
39520
39211
|
is_access_code_error: true;
|
|
39521
39212
|
created_at?: string | undefined;
|
|
39522
|
-
} | {
|
|
39523
|
-
message: string;
|
|
39524
|
-
error_code: "august_device_programming_delay";
|
|
39525
|
-
is_access_code_error: true;
|
|
39526
|
-
created_at?: string | undefined;
|
|
39527
39213
|
} | {
|
|
39528
39214
|
message: string;
|
|
39529
39215
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -39539,11 +39225,6 @@ declare const batch: z.ZodObject<{
|
|
|
39539
39225
|
error_code: "salto_ks_user_not_subscribed";
|
|
39540
39226
|
is_access_code_error: true;
|
|
39541
39227
|
created_at?: string | undefined;
|
|
39542
|
-
} | {
|
|
39543
|
-
message: string;
|
|
39544
|
-
error_code: "smartthings_no_free_slots_available";
|
|
39545
|
-
is_access_code_error: true;
|
|
39546
|
-
created_at?: string | undefined;
|
|
39547
39228
|
} | {
|
|
39548
39229
|
message: string;
|
|
39549
39230
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -39574,10 +39255,6 @@ declare const batch: z.ZodObject<{
|
|
|
39574
39255
|
message: string;
|
|
39575
39256
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
39576
39257
|
created_at?: string | undefined;
|
|
39577
|
-
} | {
|
|
39578
|
-
message: string;
|
|
39579
|
-
warning_code: "august_device_programming_delay";
|
|
39580
|
-
created_at?: string | undefined;
|
|
39581
39258
|
} | {
|
|
39582
39259
|
message: string;
|
|
39583
39260
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -39819,11 +39496,6 @@ declare const batch: z.ZodObject<{
|
|
|
39819
39496
|
error_code: "august_lock_invalid_code_length";
|
|
39820
39497
|
is_access_code_error: true;
|
|
39821
39498
|
created_at?: string | undefined;
|
|
39822
|
-
} | {
|
|
39823
|
-
message: string;
|
|
39824
|
-
error_code: "august_device_programming_delay";
|
|
39825
|
-
is_access_code_error: true;
|
|
39826
|
-
created_at?: string | undefined;
|
|
39827
39499
|
} | {
|
|
39828
39500
|
message: string;
|
|
39829
39501
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -39839,11 +39511,6 @@ declare const batch: z.ZodObject<{
|
|
|
39839
39511
|
error_code: "salto_ks_user_not_subscribed";
|
|
39840
39512
|
is_access_code_error: true;
|
|
39841
39513
|
created_at?: string | undefined;
|
|
39842
|
-
} | {
|
|
39843
|
-
message: string;
|
|
39844
|
-
error_code: "smartthings_no_free_slots_available";
|
|
39845
|
-
is_access_code_error: true;
|
|
39846
|
-
created_at?: string | undefined;
|
|
39847
39514
|
} | {
|
|
39848
39515
|
message: string;
|
|
39849
39516
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -39874,10 +39541,6 @@ declare const batch: z.ZodObject<{
|
|
|
39874
39541
|
message: string;
|
|
39875
39542
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
39876
39543
|
created_at?: string | undefined;
|
|
39877
|
-
} | {
|
|
39878
|
-
message: string;
|
|
39879
|
-
warning_code: "august_device_programming_delay";
|
|
39880
|
-
created_at?: string | undefined;
|
|
39881
39544
|
} | {
|
|
39882
39545
|
message: string;
|
|
39883
39546
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -44720,11 +44383,6 @@ declare const batch: z.ZodObject<{
|
|
|
44720
44383
|
error_code: "august_lock_invalid_code_length";
|
|
44721
44384
|
is_access_code_error: true;
|
|
44722
44385
|
created_at?: string | undefined;
|
|
44723
|
-
} | {
|
|
44724
|
-
message: string;
|
|
44725
|
-
error_code: "august_device_programming_delay";
|
|
44726
|
-
is_access_code_error: true;
|
|
44727
|
-
created_at?: string | undefined;
|
|
44728
44386
|
} | {
|
|
44729
44387
|
message: string;
|
|
44730
44388
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -44740,11 +44398,6 @@ declare const batch: z.ZodObject<{
|
|
|
44740
44398
|
error_code: "salto_ks_user_not_subscribed";
|
|
44741
44399
|
is_access_code_error: true;
|
|
44742
44400
|
created_at?: string | undefined;
|
|
44743
|
-
} | {
|
|
44744
|
-
message: string;
|
|
44745
|
-
error_code: "smartthings_no_free_slots_available";
|
|
44746
|
-
is_access_code_error: true;
|
|
44747
|
-
created_at?: string | undefined;
|
|
44748
44401
|
} | {
|
|
44749
44402
|
message: string;
|
|
44750
44403
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -44775,10 +44428,6 @@ declare const batch: z.ZodObject<{
|
|
|
44775
44428
|
message: string;
|
|
44776
44429
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
44777
44430
|
created_at?: string | undefined;
|
|
44778
|
-
} | {
|
|
44779
|
-
message: string;
|
|
44780
|
-
warning_code: "august_device_programming_delay";
|
|
44781
|
-
created_at?: string | undefined;
|
|
44782
44431
|
} | {
|
|
44783
44432
|
message: string;
|
|
44784
44433
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -45074,11 +44723,6 @@ declare const batch: z.ZodObject<{
|
|
|
45074
44723
|
error_code: "august_lock_invalid_code_length";
|
|
45075
44724
|
is_access_code_error: true;
|
|
45076
44725
|
created_at?: string | undefined;
|
|
45077
|
-
} | {
|
|
45078
|
-
message: string;
|
|
45079
|
-
error_code: "august_device_programming_delay";
|
|
45080
|
-
is_access_code_error: true;
|
|
45081
|
-
created_at?: string | undefined;
|
|
45082
44726
|
} | {
|
|
45083
44727
|
message: string;
|
|
45084
44728
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -45094,11 +44738,6 @@ declare const batch: z.ZodObject<{
|
|
|
45094
44738
|
error_code: "salto_ks_user_not_subscribed";
|
|
45095
44739
|
is_access_code_error: true;
|
|
45096
44740
|
created_at?: string | undefined;
|
|
45097
|
-
} | {
|
|
45098
|
-
message: string;
|
|
45099
|
-
error_code: "smartthings_no_free_slots_available";
|
|
45100
|
-
is_access_code_error: true;
|
|
45101
|
-
created_at?: string | undefined;
|
|
45102
44741
|
} | {
|
|
45103
44742
|
message: string;
|
|
45104
44743
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -45129,10 +44768,6 @@ declare const batch: z.ZodObject<{
|
|
|
45129
44768
|
message: string;
|
|
45130
44769
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
45131
44770
|
created_at?: string | undefined;
|
|
45132
|
-
} | {
|
|
45133
|
-
message: string;
|
|
45134
|
-
warning_code: "august_device_programming_delay";
|
|
45135
|
-
created_at?: string | undefined;
|
|
45136
44771
|
} | {
|
|
45137
44772
|
message: string;
|
|
45138
44773
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -49848,11 +49483,6 @@ declare const batch: z.ZodObject<{
|
|
|
49848
49483
|
error_code: "august_lock_invalid_code_length";
|
|
49849
49484
|
is_access_code_error: true;
|
|
49850
49485
|
created_at?: string | undefined;
|
|
49851
|
-
} | {
|
|
49852
|
-
message: string;
|
|
49853
|
-
error_code: "august_device_programming_delay";
|
|
49854
|
-
is_access_code_error: true;
|
|
49855
|
-
created_at?: string | undefined;
|
|
49856
49486
|
} | {
|
|
49857
49487
|
message: string;
|
|
49858
49488
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -49868,11 +49498,6 @@ declare const batch: z.ZodObject<{
|
|
|
49868
49498
|
error_code: "salto_ks_user_not_subscribed";
|
|
49869
49499
|
is_access_code_error: true;
|
|
49870
49500
|
created_at?: string | undefined;
|
|
49871
|
-
} | {
|
|
49872
|
-
message: string;
|
|
49873
|
-
error_code: "smartthings_no_free_slots_available";
|
|
49874
|
-
is_access_code_error: true;
|
|
49875
|
-
created_at?: string | undefined;
|
|
49876
49501
|
} | {
|
|
49877
49502
|
message: string;
|
|
49878
49503
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -49903,10 +49528,6 @@ declare const batch: z.ZodObject<{
|
|
|
49903
49528
|
message: string;
|
|
49904
49529
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
49905
49530
|
created_at?: string | undefined;
|
|
49906
|
-
} | {
|
|
49907
|
-
message: string;
|
|
49908
|
-
warning_code: "august_device_programming_delay";
|
|
49909
|
-
created_at?: string | undefined;
|
|
49910
49531
|
} | {
|
|
49911
49532
|
message: string;
|
|
49912
49533
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -50202,11 +49823,6 @@ declare const batch: z.ZodObject<{
|
|
|
50202
49823
|
error_code: "august_lock_invalid_code_length";
|
|
50203
49824
|
is_access_code_error: true;
|
|
50204
49825
|
created_at?: string | undefined;
|
|
50205
|
-
} | {
|
|
50206
|
-
message: string;
|
|
50207
|
-
error_code: "august_device_programming_delay";
|
|
50208
|
-
is_access_code_error: true;
|
|
50209
|
-
created_at?: string | undefined;
|
|
50210
49826
|
} | {
|
|
50211
49827
|
message: string;
|
|
50212
49828
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -50222,11 +49838,6 @@ declare const batch: z.ZodObject<{
|
|
|
50222
49838
|
error_code: "salto_ks_user_not_subscribed";
|
|
50223
49839
|
is_access_code_error: true;
|
|
50224
49840
|
created_at?: string | undefined;
|
|
50225
|
-
} | {
|
|
50226
|
-
message: string;
|
|
50227
|
-
error_code: "smartthings_no_free_slots_available";
|
|
50228
|
-
is_access_code_error: true;
|
|
50229
|
-
created_at?: string | undefined;
|
|
50230
49841
|
} | {
|
|
50231
49842
|
message: string;
|
|
50232
49843
|
error_code: "wyze_duplicate_code_name";
|
|
@@ -50257,10 +49868,6 @@ declare const batch: z.ZodObject<{
|
|
|
50257
49868
|
message: string;
|
|
50258
49869
|
warning_code: "smartthings_failed_to_set_access_code";
|
|
50259
49870
|
created_at?: string | undefined;
|
|
50260
|
-
} | {
|
|
50261
|
-
message: string;
|
|
50262
|
-
warning_code: "august_device_programming_delay";
|
|
50263
|
-
created_at?: string | undefined;
|
|
50264
49871
|
} | {
|
|
50265
49872
|
message: string;
|
|
50266
49873
|
warning_code: "august_lock_temporarily_offline";
|
|
@@ -67606,15 +67213,6 @@ type Routes = {
|
|
|
67606
67213
|
created_at?: string | undefined;
|
|
67607
67214
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67608
67215
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
67609
|
-
} | {
|
|
67610
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67611
|
-
message: string;
|
|
67612
|
-
/** Indicates that this is an access code error. */
|
|
67613
|
-
is_access_code_error: true;
|
|
67614
|
-
/** Date and time at which Seam created the error. */
|
|
67615
|
-
created_at?: string | undefined;
|
|
67616
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67617
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
67618
67216
|
} | {
|
|
67619
67217
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67620
67218
|
message: string;
|
|
@@ -67700,15 +67298,6 @@ type Routes = {
|
|
|
67700
67298
|
created_at?: string | undefined;
|
|
67701
67299
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67702
67300
|
error_code: 'august_lock_invalid_code_length';
|
|
67703
|
-
} | {
|
|
67704
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67705
|
-
message: string;
|
|
67706
|
-
/** Indicates that this is an access code error. */
|
|
67707
|
-
is_access_code_error: true;
|
|
67708
|
-
/** Date and time at which Seam created the error. */
|
|
67709
|
-
created_at?: string | undefined;
|
|
67710
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67711
|
-
error_code: 'august_device_programming_delay';
|
|
67712
67301
|
} | {
|
|
67713
67302
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67714
67303
|
message: string;
|
|
@@ -67989,13 +67578,6 @@ type Routes = {
|
|
|
67989
67578
|
created_at?: string | undefined;
|
|
67990
67579
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67991
67580
|
warning_code: 'third_party_integration_detected';
|
|
67992
|
-
} | {
|
|
67993
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67994
|
-
message: string;
|
|
67995
|
-
/** Date and time at which Seam created the warning. */
|
|
67996
|
-
created_at?: string | undefined;
|
|
67997
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67998
|
-
warning_code: 'august_device_programming_delay';
|
|
67999
67581
|
} | {
|
|
68000
67582
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68001
67583
|
message: string;
|
|
@@ -68247,15 +67829,6 @@ type Routes = {
|
|
|
68247
67829
|
created_at?: string | undefined;
|
|
68248
67830
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68249
67831
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
68250
|
-
} | {
|
|
68251
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68252
|
-
message: string;
|
|
68253
|
-
/** Indicates that this is an access code error. */
|
|
68254
|
-
is_access_code_error: true;
|
|
68255
|
-
/** Date and time at which Seam created the error. */
|
|
68256
|
-
created_at?: string | undefined;
|
|
68257
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68258
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
68259
67832
|
} | {
|
|
68260
67833
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68261
67834
|
message: string;
|
|
@@ -68341,15 +67914,6 @@ type Routes = {
|
|
|
68341
67914
|
created_at?: string | undefined;
|
|
68342
67915
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68343
67916
|
error_code: 'august_lock_invalid_code_length';
|
|
68344
|
-
} | {
|
|
68345
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68346
|
-
message: string;
|
|
68347
|
-
/** Indicates that this is an access code error. */
|
|
68348
|
-
is_access_code_error: true;
|
|
68349
|
-
/** Date and time at which Seam created the error. */
|
|
68350
|
-
created_at?: string | undefined;
|
|
68351
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68352
|
-
error_code: 'august_device_programming_delay';
|
|
68353
67917
|
} | {
|
|
68354
67918
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68355
67919
|
message: string;
|
|
@@ -68630,13 +68194,6 @@ type Routes = {
|
|
|
68630
68194
|
created_at?: string | undefined;
|
|
68631
68195
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68632
68196
|
warning_code: 'third_party_integration_detected';
|
|
68633
|
-
} | {
|
|
68634
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68635
|
-
message: string;
|
|
68636
|
-
/** Date and time at which Seam created the warning. */
|
|
68637
|
-
created_at?: string | undefined;
|
|
68638
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68639
|
-
warning_code: 'august_device_programming_delay';
|
|
68640
68197
|
} | {
|
|
68641
68198
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68642
68199
|
message: string;
|
|
@@ -70408,15 +69965,6 @@ type Routes = {
|
|
|
70408
69965
|
created_at?: string | undefined;
|
|
70409
69966
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70410
69967
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
70411
|
-
} | {
|
|
70412
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70413
|
-
message: string;
|
|
70414
|
-
/** Indicates that this is an access code error. */
|
|
70415
|
-
is_access_code_error: true;
|
|
70416
|
-
/** Date and time at which Seam created the error. */
|
|
70417
|
-
created_at?: string | undefined;
|
|
70418
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70419
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
70420
69968
|
} | {
|
|
70421
69969
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70422
69970
|
message: string;
|
|
@@ -70502,15 +70050,6 @@ type Routes = {
|
|
|
70502
70050
|
created_at?: string | undefined;
|
|
70503
70051
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70504
70052
|
error_code: 'august_lock_invalid_code_length';
|
|
70505
|
-
} | {
|
|
70506
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70507
|
-
message: string;
|
|
70508
|
-
/** Indicates that this is an access code error. */
|
|
70509
|
-
is_access_code_error: true;
|
|
70510
|
-
/** Date and time at which Seam created the error. */
|
|
70511
|
-
created_at?: string | undefined;
|
|
70512
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70513
|
-
error_code: 'august_device_programming_delay';
|
|
70514
70053
|
} | {
|
|
70515
70054
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70516
70055
|
message: string;
|
|
@@ -70791,13 +70330,6 @@ type Routes = {
|
|
|
70791
70330
|
created_at?: string | undefined;
|
|
70792
70331
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70793
70332
|
warning_code: 'third_party_integration_detected';
|
|
70794
|
-
} | {
|
|
70795
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70796
|
-
message: string;
|
|
70797
|
-
/** Date and time at which Seam created the warning. */
|
|
70798
|
-
created_at?: string | undefined;
|
|
70799
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70800
|
-
warning_code: 'august_device_programming_delay';
|
|
70801
70333
|
} | {
|
|
70802
70334
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70803
70335
|
message: string;
|
|
@@ -71095,15 +70627,6 @@ type Routes = {
|
|
|
71095
70627
|
created_at?: string | undefined;
|
|
71096
70628
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71097
70629
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
71098
|
-
} | {
|
|
71099
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71100
|
-
message: string;
|
|
71101
|
-
/** Indicates that this is an access code error. */
|
|
71102
|
-
is_access_code_error: true;
|
|
71103
|
-
/** Date and time at which Seam created the error. */
|
|
71104
|
-
created_at?: string | undefined;
|
|
71105
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71106
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
71107
70630
|
} | {
|
|
71108
70631
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71109
70632
|
message: string;
|
|
@@ -71189,15 +70712,6 @@ type Routes = {
|
|
|
71189
70712
|
created_at?: string | undefined;
|
|
71190
70713
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71191
70714
|
error_code: 'august_lock_invalid_code_length';
|
|
71192
|
-
} | {
|
|
71193
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71194
|
-
message: string;
|
|
71195
|
-
/** Indicates that this is an access code error. */
|
|
71196
|
-
is_access_code_error: true;
|
|
71197
|
-
/** Date and time at which Seam created the error. */
|
|
71198
|
-
created_at?: string | undefined;
|
|
71199
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71200
|
-
error_code: 'august_device_programming_delay';
|
|
71201
70715
|
} | {
|
|
71202
70716
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71203
70717
|
message: string;
|
|
@@ -71478,13 +70992,6 @@ type Routes = {
|
|
|
71478
70992
|
created_at?: string | undefined;
|
|
71479
70993
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
71480
70994
|
warning_code: 'third_party_integration_detected';
|
|
71481
|
-
} | {
|
|
71482
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
71483
|
-
message: string;
|
|
71484
|
-
/** Date and time at which Seam created the warning. */
|
|
71485
|
-
created_at?: string | undefined;
|
|
71486
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
71487
|
-
warning_code: 'august_device_programming_delay';
|
|
71488
70995
|
} | {
|
|
71489
70996
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
71490
70997
|
message: string;
|
|
@@ -71725,15 +71232,6 @@ type Routes = {
|
|
|
71725
71232
|
created_at?: string | undefined;
|
|
71726
71233
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71727
71234
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
71728
|
-
} | {
|
|
71729
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71730
|
-
message: string;
|
|
71731
|
-
/** Indicates that this is an access code error. */
|
|
71732
|
-
is_access_code_error: true;
|
|
71733
|
-
/** Date and time at which Seam created the error. */
|
|
71734
|
-
created_at?: string | undefined;
|
|
71735
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71736
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
71737
71235
|
} | {
|
|
71738
71236
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71739
71237
|
message: string;
|
|
@@ -71819,15 +71317,6 @@ type Routes = {
|
|
|
71819
71317
|
created_at?: string | undefined;
|
|
71820
71318
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71821
71319
|
error_code: 'august_lock_invalid_code_length';
|
|
71822
|
-
} | {
|
|
71823
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71824
|
-
message: string;
|
|
71825
|
-
/** Indicates that this is an access code error. */
|
|
71826
|
-
is_access_code_error: true;
|
|
71827
|
-
/** Date and time at which Seam created the error. */
|
|
71828
|
-
created_at?: string | undefined;
|
|
71829
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71830
|
-
error_code: 'august_device_programming_delay';
|
|
71831
71320
|
} | {
|
|
71832
71321
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71833
71322
|
message: string;
|
|
@@ -72108,13 +71597,6 @@ type Routes = {
|
|
|
72108
71597
|
created_at?: string | undefined;
|
|
72109
71598
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72110
71599
|
warning_code: 'third_party_integration_detected';
|
|
72111
|
-
} | {
|
|
72112
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72113
|
-
message: string;
|
|
72114
|
-
/** Date and time at which Seam created the warning. */
|
|
72115
|
-
created_at?: string | undefined;
|
|
72116
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72117
|
-
warning_code: 'august_device_programming_delay';
|
|
72118
71600
|
} | {
|
|
72119
71601
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72120
71602
|
message: string;
|
|
@@ -72332,15 +71814,6 @@ type Routes = {
|
|
|
72332
71814
|
created_at?: string | undefined;
|
|
72333
71815
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72334
71816
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
72335
|
-
} | {
|
|
72336
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72337
|
-
message: string;
|
|
72338
|
-
/** Indicates that this is an access code error. */
|
|
72339
|
-
is_access_code_error: true;
|
|
72340
|
-
/** Date and time at which Seam created the error. */
|
|
72341
|
-
created_at?: string | undefined;
|
|
72342
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72343
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
72344
71817
|
} | {
|
|
72345
71818
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72346
71819
|
message: string;
|
|
@@ -72426,15 +71899,6 @@ type Routes = {
|
|
|
72426
71899
|
created_at?: string | undefined;
|
|
72427
71900
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72428
71901
|
error_code: 'august_lock_invalid_code_length';
|
|
72429
|
-
} | {
|
|
72430
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72431
|
-
message: string;
|
|
72432
|
-
/** Indicates that this is an access code error. */
|
|
72433
|
-
is_access_code_error: true;
|
|
72434
|
-
/** Date and time at which Seam created the error. */
|
|
72435
|
-
created_at?: string | undefined;
|
|
72436
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72437
|
-
error_code: 'august_device_programming_delay';
|
|
72438
71902
|
} | {
|
|
72439
71903
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72440
71904
|
message: string;
|
|
@@ -72715,13 +72179,6 @@ type Routes = {
|
|
|
72715
72179
|
created_at?: string | undefined;
|
|
72716
72180
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72717
72181
|
warning_code: 'third_party_integration_detected';
|
|
72718
|
-
} | {
|
|
72719
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72720
|
-
message: string;
|
|
72721
|
-
/** Date and time at which Seam created the warning. */
|
|
72722
|
-
created_at?: string | undefined;
|
|
72723
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72724
|
-
warning_code: 'august_device_programming_delay';
|
|
72725
72182
|
} | {
|
|
72726
72183
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72727
72184
|
message: string;
|
|
@@ -72974,15 +72431,6 @@ type Routes = {
|
|
|
72974
72431
|
created_at?: string | undefined;
|
|
72975
72432
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72976
72433
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
72977
|
-
} | {
|
|
72978
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72979
|
-
message: string;
|
|
72980
|
-
/** Indicates that this is an access code error. */
|
|
72981
|
-
is_access_code_error: true;
|
|
72982
|
-
/** Date and time at which Seam created the error. */
|
|
72983
|
-
created_at?: string | undefined;
|
|
72984
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72985
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
72986
72434
|
} | {
|
|
72987
72435
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72988
72436
|
message: string;
|
|
@@ -73068,15 +72516,6 @@ type Routes = {
|
|
|
73068
72516
|
created_at?: string | undefined;
|
|
73069
72517
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
73070
72518
|
error_code: 'august_lock_invalid_code_length';
|
|
73071
|
-
} | {
|
|
73072
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73073
|
-
message: string;
|
|
73074
|
-
/** Indicates that this is an access code error. */
|
|
73075
|
-
is_access_code_error: true;
|
|
73076
|
-
/** Date and time at which Seam created the error. */
|
|
73077
|
-
created_at?: string | undefined;
|
|
73078
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
73079
|
-
error_code: 'august_device_programming_delay';
|
|
73080
72519
|
} | {
|
|
73081
72520
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73082
72521
|
message: string;
|
|
@@ -73357,13 +72796,6 @@ type Routes = {
|
|
|
73357
72796
|
created_at?: string | undefined;
|
|
73358
72797
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
73359
72798
|
warning_code: 'third_party_integration_detected';
|
|
73360
|
-
} | {
|
|
73361
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
73362
|
-
message: string;
|
|
73363
|
-
/** Date and time at which Seam created the warning. */
|
|
73364
|
-
created_at?: string | undefined;
|
|
73365
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
73366
|
-
warning_code: 'august_device_programming_delay';
|
|
73367
72799
|
} | {
|
|
73368
72800
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
73369
72801
|
message: string;
|
|
@@ -75046,15 +74478,6 @@ type Routes = {
|
|
|
75046
74478
|
created_at?: string | undefined;
|
|
75047
74479
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
75048
74480
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
75049
|
-
} | {
|
|
75050
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75051
|
-
message: string;
|
|
75052
|
-
/** Indicates that this is an access code error. */
|
|
75053
|
-
is_access_code_error: true;
|
|
75054
|
-
/** Date and time at which Seam created the error. */
|
|
75055
|
-
created_at?: string | undefined;
|
|
75056
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
75057
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
75058
74481
|
} | {
|
|
75059
74482
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75060
74483
|
message: string;
|
|
@@ -75140,15 +74563,6 @@ type Routes = {
|
|
|
75140
74563
|
created_at?: string | undefined;
|
|
75141
74564
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
75142
74565
|
error_code: 'august_lock_invalid_code_length';
|
|
75143
|
-
} | {
|
|
75144
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75145
|
-
message: string;
|
|
75146
|
-
/** Indicates that this is an access code error. */
|
|
75147
|
-
is_access_code_error: true;
|
|
75148
|
-
/** Date and time at which Seam created the error. */
|
|
75149
|
-
created_at?: string | undefined;
|
|
75150
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
75151
|
-
error_code: 'august_device_programming_delay';
|
|
75152
74566
|
} | {
|
|
75153
74567
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75154
74568
|
message: string;
|
|
@@ -75429,13 +74843,6 @@ type Routes = {
|
|
|
75429
74843
|
created_at?: string | undefined;
|
|
75430
74844
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75431
74845
|
warning_code: 'third_party_integration_detected';
|
|
75432
|
-
} | {
|
|
75433
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75434
|
-
message: string;
|
|
75435
|
-
/** Date and time at which Seam created the warning. */
|
|
75436
|
-
created_at?: string | undefined;
|
|
75437
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75438
|
-
warning_code: 'august_device_programming_delay';
|
|
75439
74846
|
} | {
|
|
75440
74847
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75441
74848
|
message: string;
|
|
@@ -75574,15 +74981,6 @@ type Routes = {
|
|
|
75574
74981
|
created_at?: string | undefined;
|
|
75575
74982
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
75576
74983
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
75577
|
-
} | {
|
|
75578
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75579
|
-
message: string;
|
|
75580
|
-
/** Indicates that this is an access code error. */
|
|
75581
|
-
is_access_code_error: true;
|
|
75582
|
-
/** Date and time at which Seam created the error. */
|
|
75583
|
-
created_at?: string | undefined;
|
|
75584
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
75585
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
75586
74984
|
} | {
|
|
75587
74985
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75588
74986
|
message: string;
|
|
@@ -75668,15 +75066,6 @@ type Routes = {
|
|
|
75668
75066
|
created_at?: string | undefined;
|
|
75669
75067
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
75670
75068
|
error_code: 'august_lock_invalid_code_length';
|
|
75671
|
-
} | {
|
|
75672
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75673
|
-
message: string;
|
|
75674
|
-
/** Indicates that this is an access code error. */
|
|
75675
|
-
is_access_code_error: true;
|
|
75676
|
-
/** Date and time at which Seam created the error. */
|
|
75677
|
-
created_at?: string | undefined;
|
|
75678
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
75679
|
-
error_code: 'august_device_programming_delay';
|
|
75680
75069
|
} | {
|
|
75681
75070
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
75682
75071
|
message: string;
|
|
@@ -75957,13 +75346,6 @@ type Routes = {
|
|
|
75957
75346
|
created_at?: string | undefined;
|
|
75958
75347
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75959
75348
|
warning_code: 'third_party_integration_detected';
|
|
75960
|
-
} | {
|
|
75961
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75962
|
-
message: string;
|
|
75963
|
-
/** Date and time at which Seam created the warning. */
|
|
75964
|
-
created_at?: string | undefined;
|
|
75965
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75966
|
-
warning_code: 'august_device_programming_delay';
|
|
75967
75349
|
} | {
|
|
75968
75350
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75969
75351
|
message: string;
|
|
@@ -173458,15 +172840,6 @@ type Routes = {
|
|
|
173458
172840
|
created_at?: string | undefined;
|
|
173459
172841
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
173460
172842
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
173461
|
-
} | {
|
|
173462
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
173463
|
-
message: string;
|
|
173464
|
-
/** Indicates that this is an access code error. */
|
|
173465
|
-
is_access_code_error: true;
|
|
173466
|
-
/** Date and time at which Seam created the error. */
|
|
173467
|
-
created_at?: string | undefined;
|
|
173468
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
173469
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
173470
172843
|
} | {
|
|
173471
172844
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
173472
172845
|
message: string;
|
|
@@ -173552,15 +172925,6 @@ type Routes = {
|
|
|
173552
172925
|
created_at?: string | undefined;
|
|
173553
172926
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
173554
172927
|
error_code: 'august_lock_invalid_code_length';
|
|
173555
|
-
} | {
|
|
173556
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
173557
|
-
message: string;
|
|
173558
|
-
/** Indicates that this is an access code error. */
|
|
173559
|
-
is_access_code_error: true;
|
|
173560
|
-
/** Date and time at which Seam created the error. */
|
|
173561
|
-
created_at?: string | undefined;
|
|
173562
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
173563
|
-
error_code: 'august_device_programming_delay';
|
|
173564
172928
|
} | {
|
|
173565
172929
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
173566
172930
|
message: string;
|
|
@@ -173841,13 +173205,6 @@ type Routes = {
|
|
|
173841
173205
|
created_at?: string | undefined;
|
|
173842
173206
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173843
173207
|
warning_code: 'third_party_integration_detected';
|
|
173844
|
-
} | {
|
|
173845
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173846
|
-
message: string;
|
|
173847
|
-
/** Date and time at which Seam created the warning. */
|
|
173848
|
-
created_at?: string | undefined;
|
|
173849
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173850
|
-
warning_code: 'august_device_programming_delay';
|
|
173851
173208
|
} | {
|
|
173852
173209
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173853
173210
|
message: string;
|
|
@@ -173970,15 +173327,6 @@ type Routes = {
|
|
|
173970
173327
|
created_at?: string | undefined;
|
|
173971
173328
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
173972
173329
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
173973
|
-
} | {
|
|
173974
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
173975
|
-
message: string;
|
|
173976
|
-
/** Indicates that this is an access code error. */
|
|
173977
|
-
is_access_code_error: true;
|
|
173978
|
-
/** Date and time at which Seam created the error. */
|
|
173979
|
-
created_at?: string | undefined;
|
|
173980
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
173981
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
173982
173330
|
} | {
|
|
173983
173331
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
173984
173332
|
message: string;
|
|
@@ -174064,15 +173412,6 @@ type Routes = {
|
|
|
174064
173412
|
created_at?: string | undefined;
|
|
174065
173413
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
174066
173414
|
error_code: 'august_lock_invalid_code_length';
|
|
174067
|
-
} | {
|
|
174068
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
174069
|
-
message: string;
|
|
174070
|
-
/** Indicates that this is an access code error. */
|
|
174071
|
-
is_access_code_error: true;
|
|
174072
|
-
/** Date and time at which Seam created the error. */
|
|
174073
|
-
created_at?: string | undefined;
|
|
174074
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
174075
|
-
error_code: 'august_device_programming_delay';
|
|
174076
173415
|
} | {
|
|
174077
173416
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
174078
173417
|
message: string;
|
|
@@ -174353,13 +173692,6 @@ type Routes = {
|
|
|
174353
173692
|
created_at?: string | undefined;
|
|
174354
173693
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174355
173694
|
warning_code: 'third_party_integration_detected';
|
|
174356
|
-
} | {
|
|
174357
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174358
|
-
message: string;
|
|
174359
|
-
/** Date and time at which Seam created the warning. */
|
|
174360
|
-
created_at?: string | undefined;
|
|
174361
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174362
|
-
warning_code: 'august_device_programming_delay';
|
|
174363
173695
|
} | {
|
|
174364
173696
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174365
173697
|
message: string;
|