@seamapi/types 1.960.0 → 1.961.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.
@@ -743,22 +743,6 @@ declare const access_code: z.ZodObject<{
743
743
  created_at: string;
744
744
  error_code: "august_lock_not_authorized";
745
745
  is_device_error: true;
746
- }> | z.ZodObject<{
747
- message: z.ZodString;
748
- is_device_error: z.ZodLiteral<true>;
749
- created_at: z.ZodString;
750
- } & {
751
- error_code: z.ZodLiteral<"august_lock_missing_bridge">;
752
- }, "strip", z.ZodTypeAny, {
753
- message: string;
754
- created_at: string;
755
- error_code: "august_lock_missing_bridge";
756
- is_device_error: true;
757
- }, {
758
- message: string;
759
- created_at: string;
760
- error_code: "august_lock_missing_bridge";
761
- is_device_error: true;
762
746
  }> | z.ZodObject<{
763
747
  message: z.ZodString;
764
748
  created_at: z.ZodString;
@@ -801,22 +785,6 @@ declare const access_code: z.ZodObject<{
801
785
  message: z.ZodString;
802
786
  is_device_error: z.ZodLiteral<true>;
803
787
  created_at: z.ZodString;
804
- } & {
805
- error_code: z.ZodLiteral<"ttlock_lock_not_paired_to_gateway">;
806
- }, "strip", z.ZodTypeAny, {
807
- message: string;
808
- created_at: string;
809
- error_code: "ttlock_lock_not_paired_to_gateway";
810
- is_device_error: true;
811
- }, {
812
- message: string;
813
- created_at: string;
814
- error_code: "ttlock_lock_not_paired_to_gateway";
815
- is_device_error: true;
816
- }> | z.ZodObject<{
817
- message: z.ZodString;
818
- is_device_error: z.ZodLiteral<true>;
819
- created_at: z.ZodString;
820
788
  } & {
821
789
  error_code: z.ZodLiteral<"missing_device_credentials">;
822
790
  }, "strip", z.ZodTypeAny, {
@@ -861,22 +829,6 @@ declare const access_code: z.ZodObject<{
861
829
  created_at: string;
862
830
  error_code: "subscription_required";
863
831
  is_device_error: true;
864
- }> | z.ZodObject<{
865
- message: z.ZodString;
866
- is_device_error: z.ZodLiteral<true>;
867
- created_at: z.ZodString;
868
- } & {
869
- error_code: z.ZodLiteral<"lockly_missing_wifi_bridge">;
870
- }, "strip", z.ZodTypeAny, {
871
- message: string;
872
- created_at: string;
873
- error_code: "lockly_missing_wifi_bridge";
874
- is_device_error: true;
875
- }, {
876
- message: string;
877
- created_at: string;
878
- error_code: "lockly_missing_wifi_bridge";
879
- is_device_error: true;
880
832
  }>)[]]>, "many">;
881
833
  warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
882
834
  message: z.ZodString;
@@ -1332,11 +1284,6 @@ declare const access_code: z.ZodObject<{
1332
1284
  created_at: string;
1333
1285
  error_code: "august_lock_not_authorized";
1334
1286
  is_device_error: true;
1335
- } | {
1336
- message: string;
1337
- created_at: string;
1338
- error_code: "august_lock_missing_bridge";
1339
- is_device_error: true;
1340
1287
  } | {
1341
1288
  message: string;
1342
1289
  created_at: string;
@@ -1349,11 +1296,6 @@ declare const access_code: z.ZodObject<{
1349
1296
  error_code: "dormakaba_sites_disconnected";
1350
1297
  is_connected_account_error: true;
1351
1298
  is_device_error: false;
1352
- } | {
1353
- message: string;
1354
- created_at: string;
1355
- error_code: "ttlock_lock_not_paired_to_gateway";
1356
- is_device_error: true;
1357
1299
  } | {
1358
1300
  message: string;
1359
1301
  created_at: string;
@@ -1369,11 +1311,6 @@ declare const access_code: z.ZodObject<{
1369
1311
  created_at: string;
1370
1312
  error_code: "subscription_required";
1371
1313
  is_device_error: true;
1372
- } | {
1373
- message: string;
1374
- created_at: string;
1375
- error_code: "lockly_missing_wifi_bridge";
1376
- is_device_error: true;
1377
1314
  } | {
1378
1315
  message: string;
1379
1316
  error_code: "provider_issue";
@@ -1619,11 +1556,6 @@ declare const access_code: z.ZodObject<{
1619
1556
  created_at: string;
1620
1557
  error_code: "august_lock_not_authorized";
1621
1558
  is_device_error: true;
1622
- } | {
1623
- message: string;
1624
- created_at: string;
1625
- error_code: "august_lock_missing_bridge";
1626
- is_device_error: true;
1627
1559
  } | {
1628
1560
  message: string;
1629
1561
  created_at: string;
@@ -1636,11 +1568,6 @@ declare const access_code: z.ZodObject<{
1636
1568
  error_code: "dormakaba_sites_disconnected";
1637
1569
  is_connected_account_error: true;
1638
1570
  is_device_error: false;
1639
- } | {
1640
- message: string;
1641
- created_at: string;
1642
- error_code: "ttlock_lock_not_paired_to_gateway";
1643
- is_device_error: true;
1644
1571
  } | {
1645
1572
  message: string;
1646
1573
  created_at: string;
@@ -1656,11 +1583,6 @@ declare const access_code: z.ZodObject<{
1656
1583
  created_at: string;
1657
1584
  error_code: "subscription_required";
1658
1585
  is_device_error: true;
1659
- } | {
1660
- message: string;
1661
- created_at: string;
1662
- error_code: "lockly_missing_wifi_bridge";
1663
- is_device_error: true;
1664
1586
  } | {
1665
1587
  message: string;
1666
1588
  error_code: "provider_issue";
@@ -2241,22 +2163,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2241
2163
  created_at: string;
2242
2164
  error_code: "august_lock_not_authorized";
2243
2165
  is_device_error: true;
2244
- }> | z.ZodObject<{
2245
- message: z.ZodString;
2246
- is_device_error: z.ZodLiteral<true>;
2247
- created_at: z.ZodString;
2248
- } & {
2249
- error_code: z.ZodLiteral<"august_lock_missing_bridge">;
2250
- }, "strip", z.ZodTypeAny, {
2251
- message: string;
2252
- created_at: string;
2253
- error_code: "august_lock_missing_bridge";
2254
- is_device_error: true;
2255
- }, {
2256
- message: string;
2257
- created_at: string;
2258
- error_code: "august_lock_missing_bridge";
2259
- is_device_error: true;
2260
2166
  }> | z.ZodObject<{
2261
2167
  message: z.ZodString;
2262
2168
  created_at: z.ZodString;
@@ -2299,22 +2205,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2299
2205
  message: z.ZodString;
2300
2206
  is_device_error: z.ZodLiteral<true>;
2301
2207
  created_at: z.ZodString;
2302
- } & {
2303
- error_code: z.ZodLiteral<"ttlock_lock_not_paired_to_gateway">;
2304
- }, "strip", z.ZodTypeAny, {
2305
- message: string;
2306
- created_at: string;
2307
- error_code: "ttlock_lock_not_paired_to_gateway";
2308
- is_device_error: true;
2309
- }, {
2310
- message: string;
2311
- created_at: string;
2312
- error_code: "ttlock_lock_not_paired_to_gateway";
2313
- is_device_error: true;
2314
- }> | z.ZodObject<{
2315
- message: z.ZodString;
2316
- is_device_error: z.ZodLiteral<true>;
2317
- created_at: z.ZodString;
2318
2208
  } & {
2319
2209
  error_code: z.ZodLiteral<"missing_device_credentials">;
2320
2210
  }, "strip", z.ZodTypeAny, {
@@ -2359,22 +2249,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2359
2249
  created_at: string;
2360
2250
  error_code: "subscription_required";
2361
2251
  is_device_error: true;
2362
- }> | z.ZodObject<{
2363
- message: z.ZodString;
2364
- is_device_error: z.ZodLiteral<true>;
2365
- created_at: z.ZodString;
2366
- } & {
2367
- error_code: z.ZodLiteral<"lockly_missing_wifi_bridge">;
2368
- }, "strip", z.ZodTypeAny, {
2369
- message: string;
2370
- created_at: string;
2371
- error_code: "lockly_missing_wifi_bridge";
2372
- is_device_error: true;
2373
- }, {
2374
- message: string;
2375
- created_at: string;
2376
- error_code: "lockly_missing_wifi_bridge";
2377
- is_device_error: true;
2378
2252
  }>)[]]>, "many">;
2379
2253
  warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
2380
2254
  message: z.ZodString;
@@ -2656,11 +2530,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2656
2530
  created_at: string;
2657
2531
  error_code: "august_lock_not_authorized";
2658
2532
  is_device_error: true;
2659
- } | {
2660
- message: string;
2661
- created_at: string;
2662
- error_code: "august_lock_missing_bridge";
2663
- is_device_error: true;
2664
2533
  } | {
2665
2534
  message: string;
2666
2535
  created_at: string;
@@ -2673,11 +2542,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2673
2542
  error_code: "dormakaba_sites_disconnected";
2674
2543
  is_connected_account_error: true;
2675
2544
  is_device_error: false;
2676
- } | {
2677
- message: string;
2678
- created_at: string;
2679
- error_code: "ttlock_lock_not_paired_to_gateway";
2680
- is_device_error: true;
2681
2545
  } | {
2682
2546
  message: string;
2683
2547
  created_at: string;
@@ -2693,11 +2557,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2693
2557
  created_at: string;
2694
2558
  error_code: "subscription_required";
2695
2559
  is_device_error: true;
2696
- } | {
2697
- message: string;
2698
- created_at: string;
2699
- error_code: "lockly_missing_wifi_bridge";
2700
- is_device_error: true;
2701
2560
  } | {
2702
2561
  message: string;
2703
2562
  error_code: "provider_issue";
@@ -2890,11 +2749,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2890
2749
  created_at: string;
2891
2750
  error_code: "august_lock_not_authorized";
2892
2751
  is_device_error: true;
2893
- } | {
2894
- message: string;
2895
- created_at: string;
2896
- error_code: "august_lock_missing_bridge";
2897
- is_device_error: true;
2898
2752
  } | {
2899
2753
  message: string;
2900
2754
  created_at: string;
@@ -2907,11 +2761,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2907
2761
  error_code: "dormakaba_sites_disconnected";
2908
2762
  is_connected_account_error: true;
2909
2763
  is_device_error: false;
2910
- } | {
2911
- message: string;
2912
- created_at: string;
2913
- error_code: "ttlock_lock_not_paired_to_gateway";
2914
- is_device_error: true;
2915
2764
  } | {
2916
2765
  message: string;
2917
2766
  created_at: string;
@@ -2927,11 +2776,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2927
2776
  created_at: string;
2928
2777
  error_code: "subscription_required";
2929
2778
  is_device_error: true;
2930
- } | {
2931
- message: string;
2932
- created_at: string;
2933
- error_code: "lockly_missing_wifi_bridge";
2934
- is_device_error: true;
2935
2779
  } | {
2936
2780
  message: string;
2937
2781
  error_code: "provider_issue";
@@ -14267,38 +14111,6 @@ declare const device_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<{
14267
14111
  message: z.ZodString;
14268
14112
  is_device_error: z.ZodLiteral<true>;
14269
14113
  created_at: z.ZodString;
14270
- } & {
14271
- error_code: z.ZodLiteral<"august_lock_missing_bridge">;
14272
- }, "strip", z.ZodTypeAny, {
14273
- message: string;
14274
- created_at: string;
14275
- error_code: "august_lock_missing_bridge";
14276
- is_device_error: true;
14277
- }, {
14278
- message: string;
14279
- created_at: string;
14280
- error_code: "august_lock_missing_bridge";
14281
- is_device_error: true;
14282
- }>, z.ZodObject<{
14283
- message: z.ZodString;
14284
- is_device_error: z.ZodLiteral<true>;
14285
- created_at: z.ZodString;
14286
- } & {
14287
- error_code: z.ZodLiteral<"ttlock_lock_not_paired_to_gateway">;
14288
- }, "strip", z.ZodTypeAny, {
14289
- message: string;
14290
- created_at: string;
14291
- error_code: "ttlock_lock_not_paired_to_gateway";
14292
- is_device_error: true;
14293
- }, {
14294
- message: string;
14295
- created_at: string;
14296
- error_code: "ttlock_lock_not_paired_to_gateway";
14297
- is_device_error: true;
14298
- }>, z.ZodObject<{
14299
- message: z.ZodString;
14300
- is_device_error: z.ZodLiteral<true>;
14301
- created_at: z.ZodString;
14302
14114
  } & {
14303
14115
  error_code: z.ZodLiteral<"missing_device_credentials">;
14304
14116
  }, "strip", z.ZodTypeAny, {
@@ -14343,22 +14155,6 @@ declare const device_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<{
14343
14155
  created_at: string;
14344
14156
  error_code: "subscription_required";
14345
14157
  is_device_error: true;
14346
- }>, z.ZodObject<{
14347
- message: z.ZodString;
14348
- is_device_error: z.ZodLiteral<true>;
14349
- created_at: z.ZodString;
14350
- } & {
14351
- error_code: z.ZodLiteral<"lockly_missing_wifi_bridge">;
14352
- }, "strip", z.ZodTypeAny, {
14353
- message: string;
14354
- created_at: string;
14355
- error_code: "lockly_missing_wifi_bridge";
14356
- is_device_error: true;
14357
- }, {
14358
- message: string;
14359
- created_at: string;
14360
- error_code: "lockly_missing_wifi_bridge";
14361
- is_device_error: true;
14362
14158
  }>]>;
14363
14159
  type DeviceError = z.infer<typeof device_error>;
14364
14160
  declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
@@ -14390,19 +14186,6 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
14390
14186
  }>, z.ZodObject<{
14391
14187
  message: z.ZodString;
14392
14188
  created_at: z.ZodString;
14393
- } & {
14394
- warning_code: z.ZodLiteral<"wyze_device_missing_gateway">;
14395
- }, "strip", z.ZodTypeAny, {
14396
- message: string;
14397
- created_at: string;
14398
- warning_code: "wyze_device_missing_gateway";
14399
- }, {
14400
- message: string;
14401
- created_at: string;
14402
- warning_code: "wyze_device_missing_gateway";
14403
- }>, z.ZodObject<{
14404
- message: z.ZodString;
14405
- created_at: z.ZodString;
14406
14189
  } & {
14407
14190
  warning_code: z.ZodLiteral<"third_party_integration_detected">;
14408
14191
  }, "strip", z.ZodTypeAny, {
@@ -17512,38 +17295,6 @@ declare const device: z.ZodObject<{
17512
17295
  message: z.ZodString;
17513
17296
  is_device_error: z.ZodLiteral<true>;
17514
17297
  created_at: z.ZodString;
17515
- } & {
17516
- error_code: z.ZodLiteral<"august_lock_missing_bridge">;
17517
- }, "strip", z.ZodTypeAny, {
17518
- message: string;
17519
- created_at: string;
17520
- error_code: "august_lock_missing_bridge";
17521
- is_device_error: true;
17522
- }, {
17523
- message: string;
17524
- created_at: string;
17525
- error_code: "august_lock_missing_bridge";
17526
- is_device_error: true;
17527
- }>, z.ZodObject<{
17528
- message: z.ZodString;
17529
- is_device_error: z.ZodLiteral<true>;
17530
- created_at: z.ZodString;
17531
- } & {
17532
- error_code: z.ZodLiteral<"ttlock_lock_not_paired_to_gateway">;
17533
- }, "strip", z.ZodTypeAny, {
17534
- message: string;
17535
- created_at: string;
17536
- error_code: "ttlock_lock_not_paired_to_gateway";
17537
- is_device_error: true;
17538
- }, {
17539
- message: string;
17540
- created_at: string;
17541
- error_code: "ttlock_lock_not_paired_to_gateway";
17542
- is_device_error: true;
17543
- }>, z.ZodObject<{
17544
- message: z.ZodString;
17545
- is_device_error: z.ZodLiteral<true>;
17546
- created_at: z.ZodString;
17547
17298
  } & {
17548
17299
  error_code: z.ZodLiteral<"missing_device_credentials">;
17549
17300
  }, "strip", z.ZodTypeAny, {
@@ -17588,22 +17339,6 @@ declare const device: z.ZodObject<{
17588
17339
  created_at: string;
17589
17340
  error_code: "subscription_required";
17590
17341
  is_device_error: true;
17591
- }>, z.ZodObject<{
17592
- message: z.ZodString;
17593
- is_device_error: z.ZodLiteral<true>;
17594
- created_at: z.ZodString;
17595
- } & {
17596
- error_code: z.ZodLiteral<"lockly_missing_wifi_bridge">;
17597
- }, "strip", z.ZodTypeAny, {
17598
- message: string;
17599
- created_at: string;
17600
- error_code: "lockly_missing_wifi_bridge";
17601
- is_device_error: true;
17602
- }, {
17603
- message: string;
17604
- created_at: string;
17605
- error_code: "lockly_missing_wifi_bridge";
17606
- is_device_error: true;
17607
17342
  }>, ...(z.ZodObject<{
17608
17343
  created_at: z.ZodString;
17609
17344
  message: z.ZodString;
@@ -17758,19 +17493,6 @@ declare const device: z.ZodObject<{
17758
17493
  }>, z.ZodObject<{
17759
17494
  message: z.ZodString;
17760
17495
  created_at: z.ZodString;
17761
- } & {
17762
- warning_code: z.ZodLiteral<"wyze_device_missing_gateway">;
17763
- }, "strip", z.ZodTypeAny, {
17764
- message: string;
17765
- created_at: string;
17766
- warning_code: "wyze_device_missing_gateway";
17767
- }, {
17768
- message: string;
17769
- created_at: string;
17770
- warning_code: "wyze_device_missing_gateway";
17771
- }>, z.ZodObject<{
17772
- message: z.ZodString;
17773
- created_at: z.ZodString;
17774
17496
  } & {
17775
17497
  warning_code: z.ZodLiteral<"third_party_integration_detected">;
17776
17498
  }, "strip", z.ZodTypeAny, {
@@ -18239,11 +17961,6 @@ declare const device: z.ZodObject<{
18239
17961
  created_at: string;
18240
17962
  error_code: "august_lock_not_authorized";
18241
17963
  is_device_error: true;
18242
- } | {
18243
- message: string;
18244
- created_at: string;
18245
- error_code: "august_lock_missing_bridge";
18246
- is_device_error: true;
18247
17964
  } | {
18248
17965
  message: string;
18249
17966
  created_at: string;
@@ -18256,11 +17973,6 @@ declare const device: z.ZodObject<{
18256
17973
  error_code: "dormakaba_sites_disconnected";
18257
17974
  is_connected_account_error: true;
18258
17975
  is_device_error: false;
18259
- } | {
18260
- message: string;
18261
- created_at: string;
18262
- error_code: "ttlock_lock_not_paired_to_gateway";
18263
- is_device_error: true;
18264
17976
  } | {
18265
17977
  message: string;
18266
17978
  created_at: string;
@@ -18276,11 +17988,6 @@ declare const device: z.ZodObject<{
18276
17988
  created_at: string;
18277
17989
  error_code: "subscription_required";
18278
17990
  is_device_error: true;
18279
- } | {
18280
- message: string;
18281
- created_at: string;
18282
- error_code: "lockly_missing_wifi_bridge";
18283
- is_device_error: true;
18284
17991
  })[];
18285
17992
  connected_account_id: string;
18286
17993
  warnings: ({
@@ -18311,10 +18018,6 @@ declare const device: z.ZodObject<{
18311
18018
  message: string;
18312
18019
  created_at: string;
18313
18020
  warning_code: "salto_ks_lock_access_code_support_removed";
18314
- } | {
18315
- message: string;
18316
- created_at: string;
18317
- warning_code: "wyze_device_missing_gateway";
18318
18021
  } | {
18319
18022
  message: string;
18320
18023
  created_at: string;
@@ -19043,11 +18746,6 @@ declare const device: z.ZodObject<{
19043
18746
  created_at: string;
19044
18747
  error_code: "august_lock_not_authorized";
19045
18748
  is_device_error: true;
19046
- } | {
19047
- message: string;
19048
- created_at: string;
19049
- error_code: "august_lock_missing_bridge";
19050
- is_device_error: true;
19051
18749
  } | {
19052
18750
  message: string;
19053
18751
  created_at: string;
@@ -19060,11 +18758,6 @@ declare const device: z.ZodObject<{
19060
18758
  error_code: "dormakaba_sites_disconnected";
19061
18759
  is_connected_account_error: true;
19062
18760
  is_device_error: false;
19063
- } | {
19064
- message: string;
19065
- created_at: string;
19066
- error_code: "ttlock_lock_not_paired_to_gateway";
19067
- is_device_error: true;
19068
18761
  } | {
19069
18762
  message: string;
19070
18763
  created_at: string;
@@ -19080,11 +18773,6 @@ declare const device: z.ZodObject<{
19080
18773
  created_at: string;
19081
18774
  error_code: "subscription_required";
19082
18775
  is_device_error: true;
19083
- } | {
19084
- message: string;
19085
- created_at: string;
19086
- error_code: "lockly_missing_wifi_bridge";
19087
- is_device_error: true;
19088
18776
  })[];
19089
18777
  connected_account_id: string;
19090
18778
  warnings: ({
@@ -19115,10 +18803,6 @@ declare const device: z.ZodObject<{
19115
18803
  message: string;
19116
18804
  created_at: string;
19117
18805
  warning_code: "salto_ks_lock_access_code_support_removed";
19118
- } | {
19119
- message: string;
19120
- created_at: string;
19121
- warning_code: "wyze_device_missing_gateway";
19122
18806
  } | {
19123
18807
  message: string;
19124
18808
  created_at: string;
@@ -22686,38 +22370,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
22686
22370
  message: z.ZodString;
22687
22371
  is_device_error: z.ZodLiteral<true>;
22688
22372
  created_at: z.ZodString;
22689
- } & {
22690
- error_code: z.ZodLiteral<"august_lock_missing_bridge">;
22691
- }, "strip", z.ZodTypeAny, {
22692
- message: string;
22693
- created_at: string;
22694
- error_code: "august_lock_missing_bridge";
22695
- is_device_error: true;
22696
- }, {
22697
- message: string;
22698
- created_at: string;
22699
- error_code: "august_lock_missing_bridge";
22700
- is_device_error: true;
22701
- }>, z.ZodObject<{
22702
- message: z.ZodString;
22703
- is_device_error: z.ZodLiteral<true>;
22704
- created_at: z.ZodString;
22705
- } & {
22706
- error_code: z.ZodLiteral<"ttlock_lock_not_paired_to_gateway">;
22707
- }, "strip", z.ZodTypeAny, {
22708
- message: string;
22709
- created_at: string;
22710
- error_code: "ttlock_lock_not_paired_to_gateway";
22711
- is_device_error: true;
22712
- }, {
22713
- message: string;
22714
- created_at: string;
22715
- error_code: "ttlock_lock_not_paired_to_gateway";
22716
- is_device_error: true;
22717
- }>, z.ZodObject<{
22718
- message: z.ZodString;
22719
- is_device_error: z.ZodLiteral<true>;
22720
- created_at: z.ZodString;
22721
22373
  } & {
22722
22374
  error_code: z.ZodLiteral<"missing_device_credentials">;
22723
22375
  }, "strip", z.ZodTypeAny, {
@@ -22762,22 +22414,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
22762
22414
  created_at: string;
22763
22415
  error_code: "subscription_required";
22764
22416
  is_device_error: true;
22765
- }>, z.ZodObject<{
22766
- message: z.ZodString;
22767
- is_device_error: z.ZodLiteral<true>;
22768
- created_at: z.ZodString;
22769
- } & {
22770
- error_code: z.ZodLiteral<"lockly_missing_wifi_bridge">;
22771
- }, "strip", z.ZodTypeAny, {
22772
- message: string;
22773
- created_at: string;
22774
- error_code: "lockly_missing_wifi_bridge";
22775
- is_device_error: true;
22776
- }, {
22777
- message: string;
22778
- created_at: string;
22779
- error_code: "lockly_missing_wifi_bridge";
22780
- is_device_error: true;
22781
22417
  }>, ...(z.ZodObject<{
22782
22418
  created_at: z.ZodString;
22783
22419
  message: z.ZodString;
@@ -22932,19 +22568,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
22932
22568
  }>, z.ZodObject<{
22933
22569
  message: z.ZodString;
22934
22570
  created_at: z.ZodString;
22935
- } & {
22936
- warning_code: z.ZodLiteral<"wyze_device_missing_gateway">;
22937
- }, "strip", z.ZodTypeAny, {
22938
- message: string;
22939
- created_at: string;
22940
- warning_code: "wyze_device_missing_gateway";
22941
- }, {
22942
- message: string;
22943
- created_at: string;
22944
- warning_code: "wyze_device_missing_gateway";
22945
- }>, z.ZodObject<{
22946
- message: z.ZodString;
22947
- created_at: z.ZodString;
22948
22571
  } & {
22949
22572
  warning_code: z.ZodLiteral<"third_party_integration_detected">;
22950
22573
  }, "strip", z.ZodTypeAny, {
@@ -23569,11 +23192,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23569
23192
  created_at: string;
23570
23193
  error_code: "august_lock_not_authorized";
23571
23194
  is_device_error: true;
23572
- } | {
23573
- message: string;
23574
- created_at: string;
23575
- error_code: "august_lock_missing_bridge";
23576
- is_device_error: true;
23577
23195
  } | {
23578
23196
  message: string;
23579
23197
  created_at: string;
@@ -23586,11 +23204,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23586
23204
  error_code: "dormakaba_sites_disconnected";
23587
23205
  is_connected_account_error: true;
23588
23206
  is_device_error: false;
23589
- } | {
23590
- message: string;
23591
- created_at: string;
23592
- error_code: "ttlock_lock_not_paired_to_gateway";
23593
- is_device_error: true;
23594
23207
  } | {
23595
23208
  message: string;
23596
23209
  created_at: string;
@@ -23606,11 +23219,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23606
23219
  created_at: string;
23607
23220
  error_code: "subscription_required";
23608
23221
  is_device_error: true;
23609
- } | {
23610
- message: string;
23611
- created_at: string;
23612
- error_code: "lockly_missing_wifi_bridge";
23613
- is_device_error: true;
23614
23222
  })[];
23615
23223
  connected_account_id: string;
23616
23224
  warnings: ({
@@ -23641,10 +23249,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23641
23249
  message: string;
23642
23250
  created_at: string;
23643
23251
  warning_code: "salto_ks_lock_access_code_support_removed";
23644
- } | {
23645
- message: string;
23646
- created_at: string;
23647
- warning_code: "wyze_device_missing_gateway";
23648
23252
  } | {
23649
23253
  message: string;
23650
23254
  created_at: string;
@@ -23862,11 +23466,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23862
23466
  created_at: string;
23863
23467
  error_code: "august_lock_not_authorized";
23864
23468
  is_device_error: true;
23865
- } | {
23866
- message: string;
23867
- created_at: string;
23868
- error_code: "august_lock_missing_bridge";
23869
- is_device_error: true;
23870
23469
  } | {
23871
23470
  message: string;
23872
23471
  created_at: string;
@@ -23879,11 +23478,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23879
23478
  error_code: "dormakaba_sites_disconnected";
23880
23479
  is_connected_account_error: true;
23881
23480
  is_device_error: false;
23882
- } | {
23883
- message: string;
23884
- created_at: string;
23885
- error_code: "ttlock_lock_not_paired_to_gateway";
23886
- is_device_error: true;
23887
23481
  } | {
23888
23482
  message: string;
23889
23483
  created_at: string;
@@ -23899,11 +23493,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23899
23493
  created_at: string;
23900
23494
  error_code: "subscription_required";
23901
23495
  is_device_error: true;
23902
- } | {
23903
- message: string;
23904
- created_at: string;
23905
- error_code: "lockly_missing_wifi_bridge";
23906
- is_device_error: true;
23907
23496
  })[];
23908
23497
  connected_account_id: string;
23909
23498
  warnings: ({
@@ -23934,10 +23523,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23934
23523
  message: string;
23935
23524
  created_at: string;
23936
23525
  warning_code: "salto_ks_lock_access_code_support_removed";
23937
- } | {
23938
- message: string;
23939
- created_at: string;
23940
- warning_code: "wyze_device_missing_gateway";
23941
23526
  } | {
23942
23527
  message: string;
23943
23528
  created_at: string;
@@ -32205,24 +31790,6 @@ type Routes = {
32205
31790
  created_at: string;
32206
31791
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32207
31792
  error_code: 'august_lock_not_authorized';
32208
- } | {
32209
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32210
- message: string;
32211
- /** Indicates that the error is a device error. */
32212
- is_device_error: true;
32213
- /** Date and time at which Seam created the error. */
32214
- created_at: string;
32215
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32216
- error_code: 'august_lock_missing_bridge';
32217
- } | {
32218
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32219
- message: string;
32220
- /** Indicates that the error is a device error. */
32221
- is_device_error: true;
32222
- /** Date and time at which Seam created the error. */
32223
- created_at: string;
32224
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32225
- error_code: 'ttlock_lock_not_paired_to_gateway';
32226
31793
  } | {
32227
31794
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32228
31795
  message: string;
@@ -32250,15 +31817,6 @@ type Routes = {
32250
31817
  created_at: string;
32251
31818
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32252
31819
  error_code: 'subscription_required';
32253
- } | {
32254
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32255
- message: string;
32256
- /** Indicates that the error is a device error. */
32257
- is_device_error: true;
32258
- /** Date and time at which Seam created the error. */
32259
- created_at: string;
32260
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32261
- error_code: 'lockly_missing_wifi_bridge';
32262
31820
  } | {
32263
31821
  /** Date and time at which Seam created the error. */
32264
31822
  created_at: string;
@@ -32718,24 +32276,6 @@ type Routes = {
32718
32276
  created_at: string;
32719
32277
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32720
32278
  error_code: 'august_lock_not_authorized';
32721
- } | {
32722
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32723
- message: string;
32724
- /** Indicates that the error is a device error. */
32725
- is_device_error: true;
32726
- /** Date and time at which Seam created the error. */
32727
- created_at: string;
32728
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32729
- error_code: 'august_lock_missing_bridge';
32730
- } | {
32731
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32732
- message: string;
32733
- /** Indicates that the error is a device error. */
32734
- is_device_error: true;
32735
- /** Date and time at which Seam created the error. */
32736
- created_at: string;
32737
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32738
- error_code: 'ttlock_lock_not_paired_to_gateway';
32739
32279
  } | {
32740
32280
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32741
32281
  message: string;
@@ -32763,15 +32303,6 @@ type Routes = {
32763
32303
  created_at: string;
32764
32304
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32765
32305
  error_code: 'subscription_required';
32766
- } | {
32767
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32768
- message: string;
32769
- /** Indicates that the error is a device error. */
32770
- is_device_error: true;
32771
- /** Date and time at which Seam created the error. */
32772
- created_at: string;
32773
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32774
- error_code: 'lockly_missing_wifi_bridge';
32775
32306
  } | {
32776
32307
  /** Date and time at which Seam created the error. */
32777
32308
  created_at: string;
@@ -34919,24 +34450,6 @@ type Routes = {
34919
34450
  created_at: string;
34920
34451
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34921
34452
  error_code: 'august_lock_not_authorized';
34922
- } | {
34923
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34924
- message: string;
34925
- /** Indicates that the error is a device error. */
34926
- is_device_error: true;
34927
- /** Date and time at which Seam created the error. */
34928
- created_at: string;
34929
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34930
- error_code: 'august_lock_missing_bridge';
34931
- } | {
34932
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34933
- message: string;
34934
- /** Indicates that the error is a device error. */
34935
- is_device_error: true;
34936
- /** Date and time at which Seam created the error. */
34937
- created_at: string;
34938
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34939
- error_code: 'ttlock_lock_not_paired_to_gateway';
34940
34453
  } | {
34941
34454
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34942
34455
  message: string;
@@ -34964,15 +34477,6 @@ type Routes = {
34964
34477
  created_at: string;
34965
34478
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34966
34479
  error_code: 'subscription_required';
34967
- } | {
34968
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34969
- message: string;
34970
- /** Indicates that the error is a device error. */
34971
- is_device_error: true;
34972
- /** Date and time at which Seam created the error. */
34973
- created_at: string;
34974
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34975
- error_code: 'lockly_missing_wifi_bridge';
34976
34480
  } | {
34977
34481
  /** Date and time at which Seam created the error. */
34978
34482
  created_at: string;
@@ -35480,24 +34984,6 @@ type Routes = {
35480
34984
  created_at: string;
35481
34985
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35482
34986
  error_code: 'august_lock_not_authorized';
35483
- } | {
35484
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35485
- message: string;
35486
- /** Indicates that the error is a device error. */
35487
- is_device_error: true;
35488
- /** Date and time at which Seam created the error. */
35489
- created_at: string;
35490
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35491
- error_code: 'august_lock_missing_bridge';
35492
- } | {
35493
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35494
- message: string;
35495
- /** Indicates that the error is a device error. */
35496
- is_device_error: true;
35497
- /** Date and time at which Seam created the error. */
35498
- created_at: string;
35499
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35500
- error_code: 'ttlock_lock_not_paired_to_gateway';
35501
34987
  } | {
35502
34988
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35503
34989
  message: string;
@@ -35525,15 +35011,6 @@ type Routes = {
35525
35011
  created_at: string;
35526
35012
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35527
35013
  error_code: 'subscription_required';
35528
- } | {
35529
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35530
- message: string;
35531
- /** Indicates that the error is a device error. */
35532
- is_device_error: true;
35533
- /** Date and time at which Seam created the error. */
35534
- created_at: string;
35535
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35536
- error_code: 'lockly_missing_wifi_bridge';
35537
35014
  } | {
35538
35015
  /** Date and time at which Seam created the error. */
35539
35016
  created_at: string;
@@ -35984,24 +35461,6 @@ type Routes = {
35984
35461
  created_at: string;
35985
35462
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35986
35463
  error_code: 'august_lock_not_authorized';
35987
- } | {
35988
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35989
- message: string;
35990
- /** Indicates that the error is a device error. */
35991
- is_device_error: true;
35992
- /** Date and time at which Seam created the error. */
35993
- created_at: string;
35994
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35995
- error_code: 'august_lock_missing_bridge';
35996
- } | {
35997
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35998
- message: string;
35999
- /** Indicates that the error is a device error. */
36000
- is_device_error: true;
36001
- /** Date and time at which Seam created the error. */
36002
- created_at: string;
36003
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36004
- error_code: 'ttlock_lock_not_paired_to_gateway';
36005
35464
  } | {
36006
35465
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36007
35466
  message: string;
@@ -36029,15 +35488,6 @@ type Routes = {
36029
35488
  created_at: string;
36030
35489
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36031
35490
  error_code: 'subscription_required';
36032
- } | {
36033
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36034
- message: string;
36035
- /** Indicates that the error is a device error. */
36036
- is_device_error: true;
36037
- /** Date and time at which Seam created the error. */
36038
- created_at: string;
36039
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36040
- error_code: 'lockly_missing_wifi_bridge';
36041
35491
  } | {
36042
35492
  /** Date and time at which Seam created the error. */
36043
35493
  created_at: string;
@@ -36465,24 +35915,6 @@ type Routes = {
36465
35915
  created_at: string;
36466
35916
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36467
35917
  error_code: 'august_lock_not_authorized';
36468
- } | {
36469
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36470
- message: string;
36471
- /** Indicates that the error is a device error. */
36472
- is_device_error: true;
36473
- /** Date and time at which Seam created the error. */
36474
- created_at: string;
36475
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36476
- error_code: 'august_lock_missing_bridge';
36477
- } | {
36478
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36479
- message: string;
36480
- /** Indicates that the error is a device error. */
36481
- is_device_error: true;
36482
- /** Date and time at which Seam created the error. */
36483
- created_at: string;
36484
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36485
- error_code: 'ttlock_lock_not_paired_to_gateway';
36486
35918
  } | {
36487
35919
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36488
35920
  message: string;
@@ -36510,15 +35942,6 @@ type Routes = {
36510
35942
  created_at: string;
36511
35943
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36512
35944
  error_code: 'subscription_required';
36513
- } | {
36514
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36515
- message: string;
36516
- /** Indicates that the error is a device error. */
36517
- is_device_error: true;
36518
- /** Date and time at which Seam created the error. */
36519
- created_at: string;
36520
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36521
- error_code: 'lockly_missing_wifi_bridge';
36522
35945
  } | {
36523
35946
  /** Date and time at which Seam created the error. */
36524
35947
  created_at: string;
@@ -36979,24 +36402,6 @@ type Routes = {
36979
36402
  created_at: string;
36980
36403
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36981
36404
  error_code: 'august_lock_not_authorized';
36982
- } | {
36983
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36984
- message: string;
36985
- /** Indicates that the error is a device error. */
36986
- is_device_error: true;
36987
- /** Date and time at which Seam created the error. */
36988
- created_at: string;
36989
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36990
- error_code: 'august_lock_missing_bridge';
36991
- } | {
36992
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36993
- message: string;
36994
- /** Indicates that the error is a device error. */
36995
- is_device_error: true;
36996
- /** Date and time at which Seam created the error. */
36997
- created_at: string;
36998
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36999
- error_code: 'ttlock_lock_not_paired_to_gateway';
37000
36405
  } | {
37001
36406
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37002
36407
  message: string;
@@ -37024,15 +36429,6 @@ type Routes = {
37024
36429
  created_at: string;
37025
36430
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37026
36431
  error_code: 'subscription_required';
37027
- } | {
37028
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37029
- message: string;
37030
- /** Indicates that the error is a device error. */
37031
- is_device_error: true;
37032
- /** Date and time at which Seam created the error. */
37033
- created_at: string;
37034
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37035
- error_code: 'lockly_missing_wifi_bridge';
37036
36432
  } | {
37037
36433
  /** Date and time at which Seam created the error. */
37038
36434
  created_at: string;
@@ -39089,24 +38485,6 @@ type Routes = {
39089
38485
  created_at: string;
39090
38486
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39091
38487
  error_code: 'august_lock_not_authorized';
39092
- } | {
39093
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39094
- message: string;
39095
- /** Indicates that the error is a device error. */
39096
- is_device_error: true;
39097
- /** Date and time at which Seam created the error. */
39098
- created_at: string;
39099
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39100
- error_code: 'august_lock_missing_bridge';
39101
- } | {
39102
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39103
- message: string;
39104
- /** Indicates that the error is a device error. */
39105
- is_device_error: true;
39106
- /** Date and time at which Seam created the error. */
39107
- created_at: string;
39108
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39109
- error_code: 'ttlock_lock_not_paired_to_gateway';
39110
38488
  } | {
39111
38489
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39112
38490
  message: string;
@@ -39134,15 +38512,6 @@ type Routes = {
39134
38512
  created_at: string;
39135
38513
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39136
38514
  error_code: 'subscription_required';
39137
- } | {
39138
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39139
- message: string;
39140
- /** Indicates that the error is a device error. */
39141
- is_device_error: true;
39142
- /** Date and time at which Seam created the error. */
39143
- created_at: string;
39144
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39145
- error_code: 'lockly_missing_wifi_bridge';
39146
38515
  } | {
39147
38516
  /** Date and time at which Seam created the error. */
39148
38517
  created_at: string;
@@ -39489,24 +38858,6 @@ type Routes = {
39489
38858
  created_at: string;
39490
38859
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39491
38860
  error_code: 'august_lock_not_authorized';
39492
- } | {
39493
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39494
- message: string;
39495
- /** Indicates that the error is a device error. */
39496
- is_device_error: true;
39497
- /** Date and time at which Seam created the error. */
39498
- created_at: string;
39499
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39500
- error_code: 'august_lock_missing_bridge';
39501
- } | {
39502
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39503
- message: string;
39504
- /** Indicates that the error is a device error. */
39505
- is_device_error: true;
39506
- /** Date and time at which Seam created the error. */
39507
- created_at: string;
39508
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39509
- error_code: 'ttlock_lock_not_paired_to_gateway';
39510
38861
  } | {
39511
38862
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39512
38863
  message: string;
@@ -39534,15 +38885,6 @@ type Routes = {
39534
38885
  created_at: string;
39535
38886
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39536
38887
  error_code: 'subscription_required';
39537
- } | {
39538
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39539
- message: string;
39540
- /** Indicates that the error is a device error. */
39541
- is_device_error: true;
39542
- /** Date and time at which Seam created the error. */
39543
- created_at: string;
39544
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39545
- error_code: 'lockly_missing_wifi_bridge';
39546
38888
  } | {
39547
38889
  /** Date and time at which Seam created the error. */
39548
38890
  created_at: string;
@@ -43112,24 +42454,6 @@ type Routes = {
43112
42454
  created_at: string;
43113
42455
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
43114
42456
  error_code: 'august_lock_not_authorized';
43115
- } | {
43116
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
43117
- message: string;
43118
- /** Indicates that the error is a device error. */
43119
- is_device_error: true;
43120
- /** Date and time at which Seam created the error. */
43121
- created_at: string;
43122
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
43123
- error_code: 'august_lock_missing_bridge';
43124
- } | {
43125
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
43126
- message: string;
43127
- /** Indicates that the error is a device error. */
43128
- is_device_error: true;
43129
- /** Date and time at which Seam created the error. */
43130
- created_at: string;
43131
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
43132
- error_code: 'ttlock_lock_not_paired_to_gateway';
43133
42457
  } | {
43134
42458
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
43135
42459
  message: string;
@@ -43157,15 +42481,6 @@ type Routes = {
43157
42481
  created_at: string;
43158
42482
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
43159
42483
  error_code: 'subscription_required';
43160
- } | {
43161
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
43162
- message: string;
43163
- /** Indicates that the error is a device error. */
43164
- is_device_error: true;
43165
- /** Date and time at which Seam created the error. */
43166
- created_at: string;
43167
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
43168
- error_code: 'lockly_missing_wifi_bridge';
43169
42484
  } | {
43170
42485
  /** Date and time at which Seam created the error. */
43171
42486
  created_at: string;
@@ -43193,13 +42508,6 @@ type Routes = {
43193
42508
  created_at: string;
43194
42509
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43195
42510
  warning_code: 'many_active_backup_codes';
43196
- } | {
43197
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
43198
- message: string;
43199
- /** Date and time at which Seam created the warning. */
43200
- created_at: string;
43201
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43202
- warning_code: 'wyze_device_missing_gateway';
43203
42511
  } | {
43204
42512
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
43205
42513
  message: string;
@@ -49857,24 +49165,6 @@ type Routes = {
49857
49165
  created_at: string;
49858
49166
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
49859
49167
  error_code: 'august_lock_not_authorized';
49860
- } | {
49861
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
49862
- message: string;
49863
- /** Indicates that the error is a device error. */
49864
- is_device_error: true;
49865
- /** Date and time at which Seam created the error. */
49866
- created_at: string;
49867
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
49868
- error_code: 'august_lock_missing_bridge';
49869
- } | {
49870
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
49871
- message: string;
49872
- /** Indicates that the error is a device error. */
49873
- is_device_error: true;
49874
- /** Date and time at which Seam created the error. */
49875
- created_at: string;
49876
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
49877
- error_code: 'ttlock_lock_not_paired_to_gateway';
49878
49168
  } | {
49879
49169
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
49880
49170
  message: string;
@@ -49902,15 +49192,6 @@ type Routes = {
49902
49192
  created_at: string;
49903
49193
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
49904
49194
  error_code: 'subscription_required';
49905
- } | {
49906
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
49907
- message: string;
49908
- /** Indicates that the error is a device error. */
49909
- is_device_error: true;
49910
- /** Date and time at which Seam created the error. */
49911
- created_at: string;
49912
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
49913
- error_code: 'lockly_missing_wifi_bridge';
49914
49195
  } | {
49915
49196
  /** Date and time at which Seam created the error. */
49916
49197
  created_at: string;
@@ -49938,13 +49219,6 @@ type Routes = {
49938
49219
  created_at: string;
49939
49220
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
49940
49221
  warning_code: 'many_active_backup_codes';
49941
- } | {
49942
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
49943
- message: string;
49944
- /** Date and time at which Seam created the warning. */
49945
- created_at: string;
49946
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
49947
- warning_code: 'wyze_device_missing_gateway';
49948
49222
  } | {
49949
49223
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
49950
49224
  message: string;
@@ -72409,24 +71683,6 @@ type Routes = {
72409
71683
  created_at: string;
72410
71684
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
72411
71685
  error_code: 'august_lock_not_authorized';
72412
- } | {
72413
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
72414
- message: string;
72415
- /** Indicates that the error is a device error. */
72416
- is_device_error: true;
72417
- /** Date and time at which Seam created the error. */
72418
- created_at: string;
72419
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
72420
- error_code: 'august_lock_missing_bridge';
72421
- } | {
72422
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
72423
- message: string;
72424
- /** Indicates that the error is a device error. */
72425
- is_device_error: true;
72426
- /** Date and time at which Seam created the error. */
72427
- created_at: string;
72428
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
72429
- error_code: 'ttlock_lock_not_paired_to_gateway';
72430
71686
  } | {
72431
71687
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
72432
71688
  message: string;
@@ -72454,15 +71710,6 @@ type Routes = {
72454
71710
  created_at: string;
72455
71711
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
72456
71712
  error_code: 'subscription_required';
72457
- } | {
72458
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
72459
- message: string;
72460
- /** Indicates that the error is a device error. */
72461
- is_device_error: true;
72462
- /** Date and time at which Seam created the error. */
72463
- created_at: string;
72464
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
72465
- error_code: 'lockly_missing_wifi_bridge';
72466
71713
  } | {
72467
71714
  /** Date and time at which Seam created the error. */
72468
71715
  created_at: string;
@@ -72490,13 +71737,6 @@ type Routes = {
72490
71737
  created_at: string;
72491
71738
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
72492
71739
  warning_code: 'many_active_backup_codes';
72493
- } | {
72494
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
72495
- message: string;
72496
- /** Date and time at which Seam created the warning. */
72497
- created_at: string;
72498
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
72499
- warning_code: 'wyze_device_missing_gateway';
72500
71740
  } | {
72501
71741
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
72502
71742
  message: string;
@@ -73941,24 +73181,6 @@ type Routes = {
73941
73181
  created_at: string;
73942
73182
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73943
73183
  error_code: 'august_lock_not_authorized';
73944
- } | {
73945
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73946
- message: string;
73947
- /** Indicates that the error is a device error. */
73948
- is_device_error: true;
73949
- /** Date and time at which Seam created the error. */
73950
- created_at: string;
73951
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73952
- error_code: 'august_lock_missing_bridge';
73953
- } | {
73954
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73955
- message: string;
73956
- /** Indicates that the error is a device error. */
73957
- is_device_error: true;
73958
- /** Date and time at which Seam created the error. */
73959
- created_at: string;
73960
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73961
- error_code: 'ttlock_lock_not_paired_to_gateway';
73962
73184
  } | {
73963
73185
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73964
73186
  message: string;
@@ -73986,15 +73208,6 @@ type Routes = {
73986
73208
  created_at: string;
73987
73209
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73988
73210
  error_code: 'subscription_required';
73989
- } | {
73990
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73991
- message: string;
73992
- /** Indicates that the error is a device error. */
73993
- is_device_error: true;
73994
- /** Date and time at which Seam created the error. */
73995
- created_at: string;
73996
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73997
- error_code: 'lockly_missing_wifi_bridge';
73998
73211
  } | {
73999
73212
  /** Date and time at which Seam created the error. */
74000
73213
  created_at: string;
@@ -74022,13 +73235,6 @@ type Routes = {
74022
73235
  created_at: string;
74023
73236
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74024
73237
  warning_code: 'many_active_backup_codes';
74025
- } | {
74026
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74027
- message: string;
74028
- /** Date and time at which Seam created the warning. */
74029
- created_at: string;
74030
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74031
- warning_code: 'wyze_device_missing_gateway';
74032
73238
  } | {
74033
73239
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74034
73240
  message: string;
@@ -74597,24 +73803,6 @@ type Routes = {
74597
73803
  created_at: string;
74598
73804
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
74599
73805
  error_code: 'august_lock_not_authorized';
74600
- } | {
74601
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
74602
- message: string;
74603
- /** Indicates that the error is a device error. */
74604
- is_device_error: true;
74605
- /** Date and time at which Seam created the error. */
74606
- created_at: string;
74607
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
74608
- error_code: 'august_lock_missing_bridge';
74609
- } | {
74610
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
74611
- message: string;
74612
- /** Indicates that the error is a device error. */
74613
- is_device_error: true;
74614
- /** Date and time at which Seam created the error. */
74615
- created_at: string;
74616
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
74617
- error_code: 'ttlock_lock_not_paired_to_gateway';
74618
73806
  } | {
74619
73807
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
74620
73808
  message: string;
@@ -74642,15 +73830,6 @@ type Routes = {
74642
73830
  created_at: string;
74643
73831
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
74644
73832
  error_code: 'subscription_required';
74645
- } | {
74646
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
74647
- message: string;
74648
- /** Indicates that the error is a device error. */
74649
- is_device_error: true;
74650
- /** Date and time at which Seam created the error. */
74651
- created_at: string;
74652
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
74653
- error_code: 'lockly_missing_wifi_bridge';
74654
73833
  } | {
74655
73834
  /** Date and time at which Seam created the error. */
74656
73835
  created_at: string;
@@ -74678,13 +73857,6 @@ type Routes = {
74678
73857
  created_at: string;
74679
73858
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74680
73859
  warning_code: 'many_active_backup_codes';
74681
- } | {
74682
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74683
- message: string;
74684
- /** Date and time at which Seam created the warning. */
74685
- created_at: string;
74686
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74687
- warning_code: 'wyze_device_missing_gateway';
74688
73860
  } | {
74689
73861
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74690
73862
  message: string;
@@ -75155,24 +74327,6 @@ type Routes = {
75155
74327
  created_at: string;
75156
74328
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
75157
74329
  error_code: 'august_lock_not_authorized';
75158
- } | {
75159
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
75160
- message: string;
75161
- /** Indicates that the error is a device error. */
75162
- is_device_error: true;
75163
- /** Date and time at which Seam created the error. */
75164
- created_at: string;
75165
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
75166
- error_code: 'august_lock_missing_bridge';
75167
- } | {
75168
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
75169
- message: string;
75170
- /** Indicates that the error is a device error. */
75171
- is_device_error: true;
75172
- /** Date and time at which Seam created the error. */
75173
- created_at: string;
75174
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
75175
- error_code: 'ttlock_lock_not_paired_to_gateway';
75176
74330
  } | {
75177
74331
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
75178
74332
  message: string;
@@ -75200,15 +74354,6 @@ type Routes = {
75200
74354
  created_at: string;
75201
74355
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
75202
74356
  error_code: 'subscription_required';
75203
- } | {
75204
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
75205
- message: string;
75206
- /** Indicates that the error is a device error. */
75207
- is_device_error: true;
75208
- /** Date and time at which Seam created the error. */
75209
- created_at: string;
75210
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
75211
- error_code: 'lockly_missing_wifi_bridge';
75212
74357
  } | {
75213
74358
  /** Date and time at which Seam created the error. */
75214
74359
  created_at: string;
@@ -75236,13 +74381,6 @@ type Routes = {
75236
74381
  created_at: string;
75237
74382
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
75238
74383
  warning_code: 'many_active_backup_codes';
75239
- } | {
75240
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
75241
- message: string;
75242
- /** Date and time at which Seam created the warning. */
75243
- created_at: string;
75244
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
75245
- warning_code: 'wyze_device_missing_gateway';
75246
74384
  } | {
75247
74385
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
75248
74386
  message: string;
@@ -85026,24 +84164,6 @@ type Routes = {
85026
84164
  created_at: string;
85027
84165
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
85028
84166
  error_code: 'august_lock_not_authorized';
85029
- } | {
85030
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
85031
- message: string;
85032
- /** Indicates that the error is a device error. */
85033
- is_device_error: true;
85034
- /** Date and time at which Seam created the error. */
85035
- created_at: string;
85036
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
85037
- error_code: 'august_lock_missing_bridge';
85038
- } | {
85039
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
85040
- message: string;
85041
- /** Indicates that the error is a device error. */
85042
- is_device_error: true;
85043
- /** Date and time at which Seam created the error. */
85044
- created_at: string;
85045
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
85046
- error_code: 'ttlock_lock_not_paired_to_gateway';
85047
84167
  } | {
85048
84168
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
85049
84169
  message: string;
@@ -85071,15 +84191,6 @@ type Routes = {
85071
84191
  created_at: string;
85072
84192
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
85073
84193
  error_code: 'subscription_required';
85074
- } | {
85075
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
85076
- message: string;
85077
- /** Indicates that the error is a device error. */
85078
- is_device_error: true;
85079
- /** Date and time at which Seam created the error. */
85080
- created_at: string;
85081
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
85082
- error_code: 'lockly_missing_wifi_bridge';
85083
84194
  } | {
85084
84195
  /** Date and time at which Seam created the error. */
85085
84196
  created_at: string;
@@ -85107,13 +84218,6 @@ type Routes = {
85107
84218
  created_at: string;
85108
84219
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
85109
84220
  warning_code: 'many_active_backup_codes';
85110
- } | {
85111
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
85112
- message: string;
85113
- /** Date and time at which Seam created the warning. */
85114
- created_at: string;
85115
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
85116
- warning_code: 'wyze_device_missing_gateway';
85117
84221
  } | {
85118
84222
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
85119
84223
  message: string;
@@ -86508,24 +85612,6 @@ type Routes = {
86508
85612
  created_at: string;
86509
85613
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
86510
85614
  error_code: 'august_lock_not_authorized';
86511
- } | {
86512
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
86513
- message: string;
86514
- /** Indicates that the error is a device error. */
86515
- is_device_error: true;
86516
- /** Date and time at which Seam created the error. */
86517
- created_at: string;
86518
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
86519
- error_code: 'august_lock_missing_bridge';
86520
- } | {
86521
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
86522
- message: string;
86523
- /** Indicates that the error is a device error. */
86524
- is_device_error: true;
86525
- /** Date and time at which Seam created the error. */
86526
- created_at: string;
86527
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
86528
- error_code: 'ttlock_lock_not_paired_to_gateway';
86529
85615
  } | {
86530
85616
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
86531
85617
  message: string;
@@ -86553,15 +85639,6 @@ type Routes = {
86553
85639
  created_at: string;
86554
85640
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
86555
85641
  error_code: 'subscription_required';
86556
- } | {
86557
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
86558
- message: string;
86559
- /** Indicates that the error is a device error. */
86560
- is_device_error: true;
86561
- /** Date and time at which Seam created the error. */
86562
- created_at: string;
86563
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
86564
- error_code: 'lockly_missing_wifi_bridge';
86565
85642
  } | {
86566
85643
  /** Date and time at which Seam created the error. */
86567
85644
  created_at: string;
@@ -86589,13 +85666,6 @@ type Routes = {
86589
85666
  created_at: string;
86590
85667
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
86591
85668
  warning_code: 'many_active_backup_codes';
86592
- } | {
86593
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
86594
- message: string;
86595
- /** Date and time at which Seam created the warning. */
86596
- created_at: string;
86597
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
86598
- warning_code: 'wyze_device_missing_gateway';
86599
85669
  } | {
86600
85670
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
86601
85671
  message: string;
@@ -88040,24 +87110,6 @@ type Routes = {
88040
87110
  created_at: string;
88041
87111
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
88042
87112
  error_code: 'august_lock_not_authorized';
88043
- } | {
88044
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
88045
- message: string;
88046
- /** Indicates that the error is a device error. */
88047
- is_device_error: true;
88048
- /** Date and time at which Seam created the error. */
88049
- created_at: string;
88050
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
88051
- error_code: 'august_lock_missing_bridge';
88052
- } | {
88053
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
88054
- message: string;
88055
- /** Indicates that the error is a device error. */
88056
- is_device_error: true;
88057
- /** Date and time at which Seam created the error. */
88058
- created_at: string;
88059
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
88060
- error_code: 'ttlock_lock_not_paired_to_gateway';
88061
87113
  } | {
88062
87114
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
88063
87115
  message: string;
@@ -88085,15 +87137,6 @@ type Routes = {
88085
87137
  created_at: string;
88086
87138
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
88087
87139
  error_code: 'subscription_required';
88088
- } | {
88089
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
88090
- message: string;
88091
- /** Indicates that the error is a device error. */
88092
- is_device_error: true;
88093
- /** Date and time at which Seam created the error. */
88094
- created_at: string;
88095
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
88096
- error_code: 'lockly_missing_wifi_bridge';
88097
87140
  } | {
88098
87141
  /** Date and time at which Seam created the error. */
88099
87142
  created_at: string;
@@ -88121,13 +87164,6 @@ type Routes = {
88121
87164
  created_at: string;
88122
87165
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
88123
87166
  warning_code: 'many_active_backup_codes';
88124
- } | {
88125
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
88126
- message: string;
88127
- /** Date and time at which Seam created the warning. */
88128
- created_at: string;
88129
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
88130
- warning_code: 'wyze_device_missing_gateway';
88131
87167
  } | {
88132
87168
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
88133
87169
  message: string;
@@ -89521,24 +88557,6 @@ type Routes = {
89521
88557
  created_at: string;
89522
88558
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
89523
88559
  error_code: 'august_lock_not_authorized';
89524
- } | {
89525
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
89526
- message: string;
89527
- /** Indicates that the error is a device error. */
89528
- is_device_error: true;
89529
- /** Date and time at which Seam created the error. */
89530
- created_at: string;
89531
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
89532
- error_code: 'august_lock_missing_bridge';
89533
- } | {
89534
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
89535
- message: string;
89536
- /** Indicates that the error is a device error. */
89537
- is_device_error: true;
89538
- /** Date and time at which Seam created the error. */
89539
- created_at: string;
89540
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
89541
- error_code: 'ttlock_lock_not_paired_to_gateway';
89542
88560
  } | {
89543
88561
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
89544
88562
  message: string;
@@ -89566,15 +88584,6 @@ type Routes = {
89566
88584
  created_at: string;
89567
88585
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
89568
88586
  error_code: 'subscription_required';
89569
- } | {
89570
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
89571
- message: string;
89572
- /** Indicates that the error is a device error. */
89573
- is_device_error: true;
89574
- /** Date and time at which Seam created the error. */
89575
- created_at: string;
89576
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
89577
- error_code: 'lockly_missing_wifi_bridge';
89578
88587
  } | {
89579
88588
  /** Date and time at which Seam created the error. */
89580
88589
  created_at: string;
@@ -89602,13 +88611,6 @@ type Routes = {
89602
88611
  created_at: string;
89603
88612
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
89604
88613
  warning_code: 'many_active_backup_codes';
89605
- } | {
89606
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
89607
- message: string;
89608
- /** Date and time at which Seam created the warning. */
89609
- created_at: string;
89610
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
89611
- warning_code: 'wyze_device_missing_gateway';
89612
88614
  } | {
89613
88615
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
89614
88616
  message: string;
@@ -97779,24 +96781,6 @@ type Routes = {
97779
96781
  created_at: string;
97780
96782
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
97781
96783
  error_code: 'august_lock_not_authorized';
97782
- } | {
97783
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
97784
- message: string;
97785
- /** Indicates that the error is a device error. */
97786
- is_device_error: true;
97787
- /** Date and time at which Seam created the error. */
97788
- created_at: string;
97789
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
97790
- error_code: 'august_lock_missing_bridge';
97791
- } | {
97792
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
97793
- message: string;
97794
- /** Indicates that the error is a device error. */
97795
- is_device_error: true;
97796
- /** Date and time at which Seam created the error. */
97797
- created_at: string;
97798
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
97799
- error_code: 'ttlock_lock_not_paired_to_gateway';
97800
96784
  } | {
97801
96785
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
97802
96786
  message: string;
@@ -97824,15 +96808,6 @@ type Routes = {
97824
96808
  created_at: string;
97825
96809
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
97826
96810
  error_code: 'subscription_required';
97827
- } | {
97828
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
97829
- message: string;
97830
- /** Indicates that the error is a device error. */
97831
- is_device_error: true;
97832
- /** Date and time at which Seam created the error. */
97833
- created_at: string;
97834
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
97835
- error_code: 'lockly_missing_wifi_bridge';
97836
96811
  } | {
97837
96812
  /** Date and time at which Seam created the error. */
97838
96813
  created_at: string;
@@ -97860,13 +96835,6 @@ type Routes = {
97860
96835
  created_at: string;
97861
96836
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
97862
96837
  warning_code: 'many_active_backup_codes';
97863
- } | {
97864
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
97865
- message: string;
97866
- /** Date and time at which Seam created the warning. */
97867
- created_at: string;
97868
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
97869
- warning_code: 'wyze_device_missing_gateway';
97870
96838
  } | {
97871
96839
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
97872
96840
  message: string;
@@ -99260,24 +98228,6 @@ type Routes = {
99260
98228
  created_at: string;
99261
98229
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
99262
98230
  error_code: 'august_lock_not_authorized';
99263
- } | {
99264
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
99265
- message: string;
99266
- /** Indicates that the error is a device error. */
99267
- is_device_error: true;
99268
- /** Date and time at which Seam created the error. */
99269
- created_at: string;
99270
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
99271
- error_code: 'august_lock_missing_bridge';
99272
- } | {
99273
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
99274
- message: string;
99275
- /** Indicates that the error is a device error. */
99276
- is_device_error: true;
99277
- /** Date and time at which Seam created the error. */
99278
- created_at: string;
99279
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
99280
- error_code: 'ttlock_lock_not_paired_to_gateway';
99281
98231
  } | {
99282
98232
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
99283
98233
  message: string;
@@ -99305,15 +98255,6 @@ type Routes = {
99305
98255
  created_at: string;
99306
98256
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
99307
98257
  error_code: 'subscription_required';
99308
- } | {
99309
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
99310
- message: string;
99311
- /** Indicates that the error is a device error. */
99312
- is_device_error: true;
99313
- /** Date and time at which Seam created the error. */
99314
- created_at: string;
99315
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
99316
- error_code: 'lockly_missing_wifi_bridge';
99317
98258
  } | {
99318
98259
  /** Date and time at which Seam created the error. */
99319
98260
  created_at: string;
@@ -99341,13 +98282,6 @@ type Routes = {
99341
98282
  created_at: string;
99342
98283
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
99343
98284
  warning_code: 'many_active_backup_codes';
99344
- } | {
99345
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
99346
- message: string;
99347
- /** Date and time at which Seam created the warning. */
99348
- created_at: string;
99349
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
99350
- warning_code: 'wyze_device_missing_gateway';
99351
98285
  } | {
99352
98286
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
99353
98287
  message: string;
@@ -115640,24 +114574,6 @@ type Routes = {
115640
114574
  created_at: string;
115641
114575
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
115642
114576
  error_code: 'august_lock_not_authorized';
115643
- } | {
115644
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
115645
- message: string;
115646
- /** Indicates that the error is a device error. */
115647
- is_device_error: true;
115648
- /** Date and time at which Seam created the error. */
115649
- created_at: string;
115650
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
115651
- error_code: 'august_lock_missing_bridge';
115652
- } | {
115653
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
115654
- message: string;
115655
- /** Indicates that the error is a device error. */
115656
- is_device_error: true;
115657
- /** Date and time at which Seam created the error. */
115658
- created_at: string;
115659
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
115660
- error_code: 'ttlock_lock_not_paired_to_gateway';
115661
114577
  } | {
115662
114578
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
115663
114579
  message: string;
@@ -115685,15 +114601,6 @@ type Routes = {
115685
114601
  created_at: string;
115686
114602
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
115687
114603
  error_code: 'subscription_required';
115688
- } | {
115689
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
115690
- message: string;
115691
- /** Indicates that the error is a device error. */
115692
- is_device_error: true;
115693
- /** Date and time at which Seam created the error. */
115694
- created_at: string;
115695
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
115696
- error_code: 'lockly_missing_wifi_bridge';
115697
114604
  } | {
115698
114605
  /** Date and time at which Seam created the error. */
115699
114606
  created_at: string;
@@ -115721,13 +114628,6 @@ type Routes = {
115721
114628
  created_at: string;
115722
114629
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
115723
114630
  warning_code: 'many_active_backup_codes';
115724
- } | {
115725
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
115726
- message: string;
115727
- /** Date and time at which Seam created the warning. */
115728
- created_at: string;
115729
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
115730
- warning_code: 'wyze_device_missing_gateway';
115731
114631
  } | {
115732
114632
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
115733
114633
  message: string;
@@ -123136,24 +122036,6 @@ type Routes = {
123136
122036
  created_at: string;
123137
122037
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123138
122038
  error_code: 'august_lock_not_authorized';
123139
- } | {
123140
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123141
- message: string;
123142
- /** Indicates that the error is a device error. */
123143
- is_device_error: true;
123144
- /** Date and time at which Seam created the error. */
123145
- created_at: string;
123146
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123147
- error_code: 'august_lock_missing_bridge';
123148
- } | {
123149
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123150
- message: string;
123151
- /** Indicates that the error is a device error. */
123152
- is_device_error: true;
123153
- /** Date and time at which Seam created the error. */
123154
- created_at: string;
123155
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123156
- error_code: 'ttlock_lock_not_paired_to_gateway';
123157
122039
  } | {
123158
122040
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123159
122041
  message: string;
@@ -123181,15 +122063,6 @@ type Routes = {
123181
122063
  created_at: string;
123182
122064
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123183
122065
  error_code: 'subscription_required';
123184
- } | {
123185
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123186
- message: string;
123187
- /** Indicates that the error is a device error. */
123188
- is_device_error: true;
123189
- /** Date and time at which Seam created the error. */
123190
- created_at: string;
123191
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123192
- error_code: 'lockly_missing_wifi_bridge';
123193
122066
  } | {
123194
122067
  /** Date and time at which Seam created the error. */
123195
122068
  created_at: string;
@@ -123217,13 +122090,6 @@ type Routes = {
123217
122090
  created_at: string;
123218
122091
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
123219
122092
  warning_code: 'many_active_backup_codes';
123220
- } | {
123221
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
123222
- message: string;
123223
- /** Date and time at which Seam created the warning. */
123224
- created_at: string;
123225
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
123226
- warning_code: 'wyze_device_missing_gateway';
123227
122093
  } | {
123228
122094
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
123229
122095
  message: string;
@@ -128044,24 +126910,6 @@ type Routes = {
128044
126910
  created_at: string;
128045
126911
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128046
126912
  error_code: 'august_lock_not_authorized';
128047
- } | {
128048
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128049
- message: string;
128050
- /** Indicates that the error is a device error. */
128051
- is_device_error: true;
128052
- /** Date and time at which Seam created the error. */
128053
- created_at: string;
128054
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128055
- error_code: 'august_lock_missing_bridge';
128056
- } | {
128057
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128058
- message: string;
128059
- /** Indicates that the error is a device error. */
128060
- is_device_error: true;
128061
- /** Date and time at which Seam created the error. */
128062
- created_at: string;
128063
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128064
- error_code: 'ttlock_lock_not_paired_to_gateway';
128065
126913
  } | {
128066
126914
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128067
126915
  message: string;
@@ -128089,15 +126937,6 @@ type Routes = {
128089
126937
  created_at: string;
128090
126938
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128091
126939
  error_code: 'subscription_required';
128092
- } | {
128093
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128094
- message: string;
128095
- /** Indicates that the error is a device error. */
128096
- is_device_error: true;
128097
- /** Date and time at which Seam created the error. */
128098
- created_at: string;
128099
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128100
- error_code: 'lockly_missing_wifi_bridge';
128101
126940
  } | {
128102
126941
  /** Date and time at which Seam created the error. */
128103
126942
  created_at: string;
@@ -128125,13 +126964,6 @@ type Routes = {
128125
126964
  created_at: string;
128126
126965
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128127
126966
  warning_code: 'many_active_backup_codes';
128128
- } | {
128129
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128130
- message: string;
128131
- /** Date and time at which Seam created the warning. */
128132
- created_at: string;
128133
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128134
- warning_code: 'wyze_device_missing_gateway';
128135
126967
  } | {
128136
126968
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128137
126969
  message: string;
@@ -129525,24 +128357,6 @@ type Routes = {
129525
128357
  created_at: string;
129526
128358
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129527
128359
  error_code: 'august_lock_not_authorized';
129528
- } | {
129529
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
129530
- message: string;
129531
- /** Indicates that the error is a device error. */
129532
- is_device_error: true;
129533
- /** Date and time at which Seam created the error. */
129534
- created_at: string;
129535
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129536
- error_code: 'august_lock_missing_bridge';
129537
- } | {
129538
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
129539
- message: string;
129540
- /** Indicates that the error is a device error. */
129541
- is_device_error: true;
129542
- /** Date and time at which Seam created the error. */
129543
- created_at: string;
129544
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129545
- error_code: 'ttlock_lock_not_paired_to_gateway';
129546
128360
  } | {
129547
128361
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
129548
128362
  message: string;
@@ -129570,15 +128384,6 @@ type Routes = {
129570
128384
  created_at: string;
129571
128385
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129572
128386
  error_code: 'subscription_required';
129573
- } | {
129574
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
129575
- message: string;
129576
- /** Indicates that the error is a device error. */
129577
- is_device_error: true;
129578
- /** Date and time at which Seam created the error. */
129579
- created_at: string;
129580
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129581
- error_code: 'lockly_missing_wifi_bridge';
129582
128387
  } | {
129583
128388
  /** Date and time at which Seam created the error. */
129584
128389
  created_at: string;
@@ -129606,13 +128411,6 @@ type Routes = {
129606
128411
  created_at: string;
129607
128412
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129608
128413
  warning_code: 'many_active_backup_codes';
129609
- } | {
129610
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129611
- message: string;
129612
- /** Date and time at which Seam created the warning. */
129613
- created_at: string;
129614
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129615
- warning_code: 'wyze_device_missing_gateway';
129616
128414
  } | {
129617
128415
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129618
128416
  message: string;
@@ -138722,24 +137520,6 @@ type Routes = {
138722
137520
  created_at: string;
138723
137521
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
138724
137522
  error_code: 'august_lock_not_authorized';
138725
- } | {
138726
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
138727
- message: string;
138728
- /** Indicates that the error is a device error. */
138729
- is_device_error: true;
138730
- /** Date and time at which Seam created the error. */
138731
- created_at: string;
138732
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
138733
- error_code: 'august_lock_missing_bridge';
138734
- } | {
138735
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
138736
- message: string;
138737
- /** Indicates that the error is a device error. */
138738
- is_device_error: true;
138739
- /** Date and time at which Seam created the error. */
138740
- created_at: string;
138741
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
138742
- error_code: 'ttlock_lock_not_paired_to_gateway';
138743
137523
  } | {
138744
137524
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
138745
137525
  message: string;
@@ -138767,15 +137547,6 @@ type Routes = {
138767
137547
  created_at: string;
138768
137548
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
138769
137549
  error_code: 'subscription_required';
138770
- } | {
138771
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
138772
- message: string;
138773
- /** Indicates that the error is a device error. */
138774
- is_device_error: true;
138775
- /** Date and time at which Seam created the error. */
138776
- created_at: string;
138777
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
138778
- error_code: 'lockly_missing_wifi_bridge';
138779
137550
  } | {
138780
137551
  /** Date and time at which Seam created the error. */
138781
137552
  created_at: string;
@@ -138803,13 +137574,6 @@ type Routes = {
138803
137574
  created_at: string;
138804
137575
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
138805
137576
  warning_code: 'many_active_backup_codes';
138806
- } | {
138807
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
138808
- message: string;
138809
- /** Date and time at which Seam created the warning. */
138810
- created_at: string;
138811
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
138812
- warning_code: 'wyze_device_missing_gateway';
138813
137577
  } | {
138814
137578
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
138815
137579
  message: string;
@@ -140205,24 +138969,6 @@ type Routes = {
140205
138969
  created_at: string;
140206
138970
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
140207
138971
  error_code: 'august_lock_not_authorized';
140208
- } | {
140209
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
140210
- message: string;
140211
- /** Indicates that the error is a device error. */
140212
- is_device_error: true;
140213
- /** Date and time at which Seam created the error. */
140214
- created_at: string;
140215
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
140216
- error_code: 'august_lock_missing_bridge';
140217
- } | {
140218
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
140219
- message: string;
140220
- /** Indicates that the error is a device error. */
140221
- is_device_error: true;
140222
- /** Date and time at which Seam created the error. */
140223
- created_at: string;
140224
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
140225
- error_code: 'ttlock_lock_not_paired_to_gateway';
140226
138972
  } | {
140227
138973
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
140228
138974
  message: string;
@@ -140250,15 +138996,6 @@ type Routes = {
140250
138996
  created_at: string;
140251
138997
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
140252
138998
  error_code: 'subscription_required';
140253
- } | {
140254
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
140255
- message: string;
140256
- /** Indicates that the error is a device error. */
140257
- is_device_error: true;
140258
- /** Date and time at which Seam created the error. */
140259
- created_at: string;
140260
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
140261
- error_code: 'lockly_missing_wifi_bridge';
140262
138999
  } | {
140263
139000
  /** Date and time at which Seam created the error. */
140264
139001
  created_at: string;
@@ -140286,13 +139023,6 @@ type Routes = {
140286
139023
  created_at: string;
140287
139024
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
140288
139025
  warning_code: 'many_active_backup_codes';
140289
- } | {
140290
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
140291
- message: string;
140292
- /** Date and time at which Seam created the warning. */
140293
- created_at: string;
140294
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
140295
- warning_code: 'wyze_device_missing_gateway';
140296
139026
  } | {
140297
139027
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
140298
139028
  message: string;
@@ -142950,24 +141680,6 @@ type Routes = {
142950
141680
  created_at: string;
142951
141681
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
142952
141682
  error_code: 'august_lock_not_authorized';
142953
- } | {
142954
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
142955
- message: string;
142956
- /** Indicates that the error is a device error. */
142957
- is_device_error: true;
142958
- /** Date and time at which Seam created the error. */
142959
- created_at: string;
142960
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
142961
- error_code: 'august_lock_missing_bridge';
142962
- } | {
142963
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
142964
- message: string;
142965
- /** Indicates that the error is a device error. */
142966
- is_device_error: true;
142967
- /** Date and time at which Seam created the error. */
142968
- created_at: string;
142969
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
142970
- error_code: 'ttlock_lock_not_paired_to_gateway';
142971
141683
  } | {
142972
141684
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
142973
141685
  message: string;
@@ -142995,15 +141707,6 @@ type Routes = {
142995
141707
  created_at: string;
142996
141708
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
142997
141709
  error_code: 'subscription_required';
142998
- } | {
142999
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
143000
- message: string;
143001
- /** Indicates that the error is a device error. */
143002
- is_device_error: true;
143003
- /** Date and time at which Seam created the error. */
143004
- created_at: string;
143005
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
143006
- error_code: 'lockly_missing_wifi_bridge';
143007
141710
  } | {
143008
141711
  /** Date and time at which Seam created the error. */
143009
141712
  created_at: string;
@@ -143031,13 +141734,6 @@ type Routes = {
143031
141734
  created_at: string;
143032
141735
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
143033
141736
  warning_code: 'many_active_backup_codes';
143034
- } | {
143035
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
143036
- message: string;
143037
- /** Date and time at which Seam created the warning. */
143038
- created_at: string;
143039
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
143040
- warning_code: 'wyze_device_missing_gateway';
143041
141737
  } | {
143042
141738
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
143043
141739
  message: string;
@@ -146280,24 +144976,6 @@ type Routes = {
146280
144976
  created_at: string;
146281
144977
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
146282
144978
  error_code: 'august_lock_not_authorized';
146283
- } | {
146284
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
146285
- message: string;
146286
- /** Indicates that the error is a device error. */
146287
- is_device_error: true;
146288
- /** Date and time at which Seam created the error. */
146289
- created_at: string;
146290
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
146291
- error_code: 'august_lock_missing_bridge';
146292
- } | {
146293
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
146294
- message: string;
146295
- /** Indicates that the error is a device error. */
146296
- is_device_error: true;
146297
- /** Date and time at which Seam created the error. */
146298
- created_at: string;
146299
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
146300
- error_code: 'ttlock_lock_not_paired_to_gateway';
146301
144979
  } | {
146302
144980
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
146303
144981
  message: string;
@@ -146325,15 +145003,6 @@ type Routes = {
146325
145003
  created_at: string;
146326
145004
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
146327
145005
  error_code: 'subscription_required';
146328
- } | {
146329
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
146330
- message: string;
146331
- /** Indicates that the error is a device error. */
146332
- is_device_error: true;
146333
- /** Date and time at which Seam created the error. */
146334
- created_at: string;
146335
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
146336
- error_code: 'lockly_missing_wifi_bridge';
146337
145006
  } | {
146338
145007
  /** Date and time at which Seam created the error. */
146339
145008
  created_at: string;
@@ -146361,13 +145030,6 @@ type Routes = {
146361
145030
  created_at: string;
146362
145031
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
146363
145032
  warning_code: 'many_active_backup_codes';
146364
- } | {
146365
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
146366
- message: string;
146367
- /** Date and time at which Seam created the warning. */
146368
- created_at: string;
146369
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
146370
- warning_code: 'wyze_device_missing_gateway';
146371
145033
  } | {
146372
145034
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
146373
145035
  message: string;
@@ -150916,24 +149578,6 @@ type Routes = {
150916
149578
  created_at: string;
150917
149579
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150918
149580
  error_code: 'august_lock_not_authorized';
150919
- } | {
150920
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150921
- message: string;
150922
- /** Indicates that the error is a device error. */
150923
- is_device_error: true;
150924
- /** Date and time at which Seam created the error. */
150925
- created_at: string;
150926
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150927
- error_code: 'august_lock_missing_bridge';
150928
- } | {
150929
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150930
- message: string;
150931
- /** Indicates that the error is a device error. */
150932
- is_device_error: true;
150933
- /** Date and time at which Seam created the error. */
150934
- created_at: string;
150935
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150936
- error_code: 'ttlock_lock_not_paired_to_gateway';
150937
149581
  } | {
150938
149582
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150939
149583
  message: string;
@@ -150961,15 +149605,6 @@ type Routes = {
150961
149605
  created_at: string;
150962
149606
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150963
149607
  error_code: 'subscription_required';
150964
- } | {
150965
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150966
- message: string;
150967
- /** Indicates that the error is a device error. */
150968
- is_device_error: true;
150969
- /** Date and time at which Seam created the error. */
150970
- created_at: string;
150971
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150972
- error_code: 'lockly_missing_wifi_bridge';
150973
149608
  } | {
150974
149609
  /** Date and time at which Seam created the error. */
150975
149610
  created_at: string;
@@ -151300,24 +149935,6 @@ type Routes = {
151300
149935
  created_at: string;
151301
149936
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
151302
149937
  error_code: 'august_lock_not_authorized';
151303
- } | {
151304
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
151305
- message: string;
151306
- /** Indicates that the error is a device error. */
151307
- is_device_error: true;
151308
- /** Date and time at which Seam created the error. */
151309
- created_at: string;
151310
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
151311
- error_code: 'august_lock_missing_bridge';
151312
- } | {
151313
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
151314
- message: string;
151315
- /** Indicates that the error is a device error. */
151316
- is_device_error: true;
151317
- /** Date and time at which Seam created the error. */
151318
- created_at: string;
151319
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
151320
- error_code: 'ttlock_lock_not_paired_to_gateway';
151321
149938
  } | {
151322
149939
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
151323
149940
  message: string;
@@ -151345,15 +149962,6 @@ type Routes = {
151345
149962
  created_at: string;
151346
149963
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
151347
149964
  error_code: 'subscription_required';
151348
- } | {
151349
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
151350
- message: string;
151351
- /** Indicates that the error is a device error. */
151352
- is_device_error: true;
151353
- /** Date and time at which Seam created the error. */
151354
- created_at: string;
151355
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
151356
- error_code: 'lockly_missing_wifi_bridge';
151357
149965
  } | {
151358
149966
  /** Date and time at which Seam created the error. */
151359
149967
  created_at: string;