@seamapi/types 1.858.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.
@@ -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";
@@ -36789,22 +36666,6 @@ declare const batch: z.ZodObject<{
36789
36666
  message: z.ZodString;
36790
36667
  is_access_code_error: z.ZodLiteral<true>;
36791
36668
  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
36669
  } & {
36809
36670
  error_code: z.ZodLiteral<"august_lock_missing_keypad">;
36810
36671
  }, "strip", z.ZodTypeAny, {
@@ -37388,19 +37249,6 @@ declare const batch: z.ZodObject<{
37388
37249
  }>, z.ZodObject<{
37389
37250
  message: z.ZodString;
37390
37251
  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
37252
  } & {
37405
37253
  warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
37406
37254
  }, "strip", z.ZodTypeAny, {
@@ -37866,11 +37714,6 @@ declare const batch: z.ZodObject<{
37866
37714
  error_code: "august_lock_invalid_code_length";
37867
37715
  is_access_code_error: true;
37868
37716
  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
37717
  } | {
37875
37718
  message: string;
37876
37719
  error_code: "august_lock_temporarily_offline";
@@ -37921,10 +37764,6 @@ declare const batch: z.ZodObject<{
37921
37764
  message: string;
37922
37765
  warning_code: "smartthings_failed_to_set_access_code";
37923
37766
  created_at?: string | undefined;
37924
- } | {
37925
- message: string;
37926
- warning_code: "august_device_programming_delay";
37927
- created_at?: string | undefined;
37928
37767
  } | {
37929
37768
  message: string;
37930
37769
  warning_code: "august_lock_temporarily_offline";
@@ -38219,11 +38058,6 @@ declare const batch: z.ZodObject<{
38219
38058
  error_code: "august_lock_invalid_code_length";
38220
38059
  is_access_code_error: true;
38221
38060
  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
38061
  } | {
38228
38062
  message: string;
38229
38063
  error_code: "august_lock_temporarily_offline";
@@ -38274,10 +38108,6 @@ declare const batch: z.ZodObject<{
38274
38108
  message: string;
38275
38109
  warning_code: "smartthings_failed_to_set_access_code";
38276
38110
  created_at?: string | undefined;
38277
- } | {
38278
- message: string;
38279
- warning_code: "august_device_programming_delay";
38280
- created_at?: string | undefined;
38281
38111
  } | {
38282
38112
  message: string;
38283
38113
  warning_code: "august_lock_temporarily_offline";
@@ -38616,22 +38446,6 @@ declare const batch: z.ZodObject<{
38616
38446
  message: z.ZodString;
38617
38447
  is_access_code_error: z.ZodLiteral<true>;
38618
38448
  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
38449
  } & {
38636
38450
  error_code: z.ZodLiteral<"august_lock_missing_keypad">;
38637
38451
  }, "strip", z.ZodTypeAny, {
@@ -39215,19 +39029,6 @@ declare const batch: z.ZodObject<{
39215
39029
  }>, z.ZodObject<{
39216
39030
  message: z.ZodString;
39217
39031
  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
39032
  } & {
39232
39033
  warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
39233
39034
  }, "strip", z.ZodTypeAny, {
@@ -39519,11 +39320,6 @@ declare const batch: z.ZodObject<{
39519
39320
  error_code: "august_lock_invalid_code_length";
39520
39321
  is_access_code_error: true;
39521
39322
  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
39323
  } | {
39528
39324
  message: string;
39529
39325
  error_code: "august_lock_temporarily_offline";
@@ -39574,10 +39370,6 @@ declare const batch: z.ZodObject<{
39574
39370
  message: string;
39575
39371
  warning_code: "smartthings_failed_to_set_access_code";
39576
39372
  created_at?: string | undefined;
39577
- } | {
39578
- message: string;
39579
- warning_code: "august_device_programming_delay";
39580
- created_at?: string | undefined;
39581
39373
  } | {
39582
39374
  message: string;
39583
39375
  warning_code: "august_lock_temporarily_offline";
@@ -39819,11 +39611,6 @@ declare const batch: z.ZodObject<{
39819
39611
  error_code: "august_lock_invalid_code_length";
39820
39612
  is_access_code_error: true;
39821
39613
  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
39614
  } | {
39828
39615
  message: string;
39829
39616
  error_code: "august_lock_temporarily_offline";
@@ -39874,10 +39661,6 @@ declare const batch: z.ZodObject<{
39874
39661
  message: string;
39875
39662
  warning_code: "smartthings_failed_to_set_access_code";
39876
39663
  created_at?: string | undefined;
39877
- } | {
39878
- message: string;
39879
- warning_code: "august_device_programming_delay";
39880
- created_at?: string | undefined;
39881
39664
  } | {
39882
39665
  message: string;
39883
39666
  warning_code: "august_lock_temporarily_offline";
@@ -44720,11 +44503,6 @@ declare const batch: z.ZodObject<{
44720
44503
  error_code: "august_lock_invalid_code_length";
44721
44504
  is_access_code_error: true;
44722
44505
  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
44506
  } | {
44729
44507
  message: string;
44730
44508
  error_code: "august_lock_temporarily_offline";
@@ -44775,10 +44553,6 @@ declare const batch: z.ZodObject<{
44775
44553
  message: string;
44776
44554
  warning_code: "smartthings_failed_to_set_access_code";
44777
44555
  created_at?: string | undefined;
44778
- } | {
44779
- message: string;
44780
- warning_code: "august_device_programming_delay";
44781
- created_at?: string | undefined;
44782
44556
  } | {
44783
44557
  message: string;
44784
44558
  warning_code: "august_lock_temporarily_offline";
@@ -45074,11 +44848,6 @@ declare const batch: z.ZodObject<{
45074
44848
  error_code: "august_lock_invalid_code_length";
45075
44849
  is_access_code_error: true;
45076
44850
  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
44851
  } | {
45083
44852
  message: string;
45084
44853
  error_code: "august_lock_temporarily_offline";
@@ -45129,10 +44898,6 @@ declare const batch: z.ZodObject<{
45129
44898
  message: string;
45130
44899
  warning_code: "smartthings_failed_to_set_access_code";
45131
44900
  created_at?: string | undefined;
45132
- } | {
45133
- message: string;
45134
- warning_code: "august_device_programming_delay";
45135
- created_at?: string | undefined;
45136
44901
  } | {
45137
44902
  message: string;
45138
44903
  warning_code: "august_lock_temporarily_offline";
@@ -49848,11 +49613,6 @@ declare const batch: z.ZodObject<{
49848
49613
  error_code: "august_lock_invalid_code_length";
49849
49614
  is_access_code_error: true;
49850
49615
  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
49616
  } | {
49857
49617
  message: string;
49858
49618
  error_code: "august_lock_temporarily_offline";
@@ -49903,10 +49663,6 @@ declare const batch: z.ZodObject<{
49903
49663
  message: string;
49904
49664
  warning_code: "smartthings_failed_to_set_access_code";
49905
49665
  created_at?: string | undefined;
49906
- } | {
49907
- message: string;
49908
- warning_code: "august_device_programming_delay";
49909
- created_at?: string | undefined;
49910
49666
  } | {
49911
49667
  message: string;
49912
49668
  warning_code: "august_lock_temporarily_offline";
@@ -50202,11 +49958,6 @@ declare const batch: z.ZodObject<{
50202
49958
  error_code: "august_lock_invalid_code_length";
50203
49959
  is_access_code_error: true;
50204
49960
  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
49961
  } | {
50211
49962
  message: string;
50212
49963
  error_code: "august_lock_temporarily_offline";
@@ -50257,10 +50008,6 @@ declare const batch: z.ZodObject<{
50257
50008
  message: string;
50258
50009
  warning_code: "smartthings_failed_to_set_access_code";
50259
50010
  created_at?: string | undefined;
50260
- } | {
50261
- message: string;
50262
- warning_code: "august_device_programming_delay";
50263
- created_at?: string | undefined;
50264
50011
  } | {
50265
50012
  message: string;
50266
50013
  warning_code: "august_lock_temporarily_offline";
@@ -67700,15 +67447,6 @@ type Routes = {
67700
67447
  created_at?: string | undefined;
67701
67448
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
67702
67449
  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
67450
  } | {
67713
67451
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
67714
67452
  message: string;
@@ -67989,13 +67727,6 @@ type Routes = {
67989
67727
  created_at?: string | undefined;
67990
67728
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67991
67729
  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
67730
  } | {
68000
67731
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
68001
67732
  message: string;
@@ -68341,15 +68072,6 @@ type Routes = {
68341
68072
  created_at?: string | undefined;
68342
68073
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
68343
68074
  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
68075
  } | {
68354
68076
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
68355
68077
  message: string;
@@ -68630,13 +68352,6 @@ type Routes = {
68630
68352
  created_at?: string | undefined;
68631
68353
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68632
68354
  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
68355
  } | {
68641
68356
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
68642
68357
  message: string;
@@ -70502,15 +70217,6 @@ type Routes = {
70502
70217
  created_at?: string | undefined;
70503
70218
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
70504
70219
  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
70220
  } | {
70515
70221
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
70516
70222
  message: string;
@@ -70791,13 +70497,6 @@ type Routes = {
70791
70497
  created_at?: string | undefined;
70792
70498
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
70793
70499
  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
70500
  } | {
70802
70501
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
70803
70502
  message: string;
@@ -71189,15 +70888,6 @@ type Routes = {
71189
70888
  created_at?: string | undefined;
71190
70889
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
71191
70890
  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
70891
  } | {
71202
70892
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
71203
70893
  message: string;
@@ -71478,13 +71168,6 @@ type Routes = {
71478
71168
  created_at?: string | undefined;
71479
71169
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
71480
71170
  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
71171
  } | {
71489
71172
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
71490
71173
  message: string;
@@ -71819,15 +71502,6 @@ type Routes = {
71819
71502
  created_at?: string | undefined;
71820
71503
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
71821
71504
  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
71505
  } | {
71832
71506
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
71833
71507
  message: string;
@@ -72108,13 +71782,6 @@ type Routes = {
72108
71782
  created_at?: string | undefined;
72109
71783
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
72110
71784
  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
71785
  } | {
72119
71786
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
72120
71787
  message: string;
@@ -72426,15 +72093,6 @@ type Routes = {
72426
72093
  created_at?: string | undefined;
72427
72094
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
72428
72095
  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
72096
  } | {
72439
72097
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
72440
72098
  message: string;
@@ -72715,13 +72373,6 @@ type Routes = {
72715
72373
  created_at?: string | undefined;
72716
72374
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
72717
72375
  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
72376
  } | {
72726
72377
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
72727
72378
  message: string;
@@ -73068,15 +72719,6 @@ type Routes = {
73068
72719
  created_at?: string | undefined;
73069
72720
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73070
72721
  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
72722
  } | {
73081
72723
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73082
72724
  message: string;
@@ -73357,13 +72999,6 @@ type Routes = {
73357
72999
  created_at?: string | undefined;
73358
73000
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
73359
73001
  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
73002
  } | {
73368
73003
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
73369
73004
  message: string;
@@ -75140,15 +74775,6 @@ type Routes = {
75140
74775
  created_at?: string | undefined;
75141
74776
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
75142
74777
  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
74778
  } | {
75153
74779
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
75154
74780
  message: string;
@@ -75429,13 +75055,6 @@ type Routes = {
75429
75055
  created_at?: string | undefined;
75430
75056
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
75431
75057
  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
75058
  } | {
75440
75059
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
75441
75060
  message: string;
@@ -75668,15 +75287,6 @@ type Routes = {
75668
75287
  created_at?: string | undefined;
75669
75288
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
75670
75289
  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
75290
  } | {
75681
75291
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
75682
75292
  message: string;
@@ -75957,13 +75567,6 @@ type Routes = {
75957
75567
  created_at?: string | undefined;
75958
75568
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
75959
75569
  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
75570
  } | {
75968
75571
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
75969
75572
  message: string;
@@ -173552,15 +173155,6 @@ type Routes = {
173552
173155
  created_at?: string | undefined;
173553
173156
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
173554
173157
  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
173158
  } | {
173565
173159
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
173566
173160
  message: string;
@@ -173841,13 +173435,6 @@ type Routes = {
173841
173435
  created_at?: string | undefined;
173842
173436
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
173843
173437
  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
173438
  } | {
173852
173439
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
173853
173440
  message: string;
@@ -174064,15 +173651,6 @@ type Routes = {
174064
173651
  created_at?: string | undefined;
174065
173652
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
174066
173653
  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
173654
  } | {
174077
173655
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
174078
173656
  message: string;
@@ -174353,13 +173931,6 @@ type Routes = {
174353
173931
  created_at?: string | undefined;
174354
173932
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
174355
173933
  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
173934
  } | {
174364
173935
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
174365
173936
  message: string;