@seamapi/types 1.960.0 → 1.962.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;
@@ -19793,6 +19477,7 @@ declare const DEVICE_PROVIDERS: {
19793
19477
  readonly DOORKING: "doorking";
19794
19478
  readonly SALTO: "salto";
19795
19479
  readonly SALTO_KS: "salto_ks";
19480
+ readonly SALTO_KS_ACCEPT: "salto_ks_accept";
19796
19481
  readonly LOCKLY: "lockly";
19797
19482
  readonly TTLOCK: "ttlock";
19798
19483
  readonly LINEAR: "linear";
@@ -22686,38 +22371,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
22686
22371
  message: z.ZodString;
22687
22372
  is_device_error: z.ZodLiteral<true>;
22688
22373
  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
22374
  } & {
22722
22375
  error_code: z.ZodLiteral<"missing_device_credentials">;
22723
22376
  }, "strip", z.ZodTypeAny, {
@@ -22762,22 +22415,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
22762
22415
  created_at: string;
22763
22416
  error_code: "subscription_required";
22764
22417
  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
22418
  }>, ...(z.ZodObject<{
22782
22419
  created_at: z.ZodString;
22783
22420
  message: z.ZodString;
@@ -22932,19 +22569,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
22932
22569
  }>, z.ZodObject<{
22933
22570
  message: z.ZodString;
22934
22571
  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
22572
  } & {
22949
22573
  warning_code: z.ZodLiteral<"third_party_integration_detected">;
22950
22574
  }, "strip", z.ZodTypeAny, {
@@ -23569,11 +23193,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23569
23193
  created_at: string;
23570
23194
  error_code: "august_lock_not_authorized";
23571
23195
  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
23196
  } | {
23578
23197
  message: string;
23579
23198
  created_at: string;
@@ -23586,11 +23205,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23586
23205
  error_code: "dormakaba_sites_disconnected";
23587
23206
  is_connected_account_error: true;
23588
23207
  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
23208
  } | {
23595
23209
  message: string;
23596
23210
  created_at: string;
@@ -23606,11 +23220,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23606
23220
  created_at: string;
23607
23221
  error_code: "subscription_required";
23608
23222
  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
23223
  })[];
23615
23224
  connected_account_id: string;
23616
23225
  warnings: ({
@@ -23641,10 +23250,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23641
23250
  message: string;
23642
23251
  created_at: string;
23643
23252
  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
23253
  } | {
23649
23254
  message: string;
23650
23255
  created_at: string;
@@ -23862,11 +23467,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23862
23467
  created_at: string;
23863
23468
  error_code: "august_lock_not_authorized";
23864
23469
  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
23470
  } | {
23871
23471
  message: string;
23872
23472
  created_at: string;
@@ -23879,11 +23479,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23879
23479
  error_code: "dormakaba_sites_disconnected";
23880
23480
  is_connected_account_error: true;
23881
23481
  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
23482
  } | {
23888
23483
  message: string;
23889
23484
  created_at: string;
@@ -23899,11 +23494,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23899
23494
  created_at: string;
23900
23495
  error_code: "subscription_required";
23901
23496
  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
23497
  })[];
23908
23498
  connected_account_id: string;
23909
23499
  warnings: ({
@@ -23934,10 +23524,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23934
23524
  message: string;
23935
23525
  created_at: string;
23936
23526
  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
23527
  } | {
23942
23528
  message: string;
23943
23529
  created_at: string;
@@ -32205,24 +31791,6 @@ type Routes = {
32205
31791
  created_at: string;
32206
31792
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32207
31793
  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
31794
  } | {
32227
31795
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32228
31796
  message: string;
@@ -32250,15 +31818,6 @@ type Routes = {
32250
31818
  created_at: string;
32251
31819
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32252
31820
  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
31821
  } | {
32263
31822
  /** Date and time at which Seam created the error. */
32264
31823
  created_at: string;
@@ -32718,24 +32277,6 @@ type Routes = {
32718
32277
  created_at: string;
32719
32278
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32720
32279
  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
32280
  } | {
32740
32281
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32741
32282
  message: string;
@@ -32763,15 +32304,6 @@ type Routes = {
32763
32304
  created_at: string;
32764
32305
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32765
32306
  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
32307
  } | {
32776
32308
  /** Date and time at which Seam created the error. */
32777
32309
  created_at: string;
@@ -34919,24 +34451,6 @@ type Routes = {
34919
34451
  created_at: string;
34920
34452
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34921
34453
  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
34454
  } | {
34941
34455
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34942
34456
  message: string;
@@ -34964,15 +34478,6 @@ type Routes = {
34964
34478
  created_at: string;
34965
34479
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34966
34480
  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
34481
  } | {
34977
34482
  /** Date and time at which Seam created the error. */
34978
34483
  created_at: string;
@@ -35480,24 +34985,6 @@ type Routes = {
35480
34985
  created_at: string;
35481
34986
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35482
34987
  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
34988
  } | {
35502
34989
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35503
34990
  message: string;
@@ -35525,15 +35012,6 @@ type Routes = {
35525
35012
  created_at: string;
35526
35013
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35527
35014
  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
35015
  } | {
35538
35016
  /** Date and time at which Seam created the error. */
35539
35017
  created_at: string;
@@ -35984,24 +35462,6 @@ type Routes = {
35984
35462
  created_at: string;
35985
35463
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35986
35464
  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
35465
  } | {
36006
35466
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36007
35467
  message: string;
@@ -36029,15 +35489,6 @@ type Routes = {
36029
35489
  created_at: string;
36030
35490
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36031
35491
  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
35492
  } | {
36042
35493
  /** Date and time at which Seam created the error. */
36043
35494
  created_at: string;
@@ -36465,24 +35916,6 @@ type Routes = {
36465
35916
  created_at: string;
36466
35917
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36467
35918
  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
35919
  } | {
36487
35920
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36488
35921
  message: string;
@@ -36510,15 +35943,6 @@ type Routes = {
36510
35943
  created_at: string;
36511
35944
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36512
35945
  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
35946
  } | {
36523
35947
  /** Date and time at which Seam created the error. */
36524
35948
  created_at: string;
@@ -36979,24 +36403,6 @@ type Routes = {
36979
36403
  created_at: string;
36980
36404
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36981
36405
  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
36406
  } | {
37001
36407
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37002
36408
  message: string;
@@ -37024,15 +36430,6 @@ type Routes = {
37024
36430
  created_at: string;
37025
36431
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37026
36432
  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
36433
  } | {
37037
36434
  /** Date and time at which Seam created the error. */
37038
36435
  created_at: string;
@@ -39089,24 +38486,6 @@ type Routes = {
39089
38486
  created_at: string;
39090
38487
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39091
38488
  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
38489
  } | {
39111
38490
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39112
38491
  message: string;
@@ -39134,15 +38513,6 @@ type Routes = {
39134
38513
  created_at: string;
39135
38514
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39136
38515
  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
38516
  } | {
39147
38517
  /** Date and time at which Seam created the error. */
39148
38518
  created_at: string;
@@ -39489,24 +38859,6 @@ type Routes = {
39489
38859
  created_at: string;
39490
38860
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39491
38861
  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
38862
  } | {
39511
38863
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39512
38864
  message: string;
@@ -39534,15 +38886,6 @@ type Routes = {
39534
38886
  created_at: string;
39535
38887
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39536
38888
  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
38889
  } | {
39547
38890
  /** Date and time at which Seam created the error. */
39548
38891
  created_at: string;
@@ -43112,24 +42455,6 @@ type Routes = {
43112
42455
  created_at: string;
43113
42456
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
43114
42457
  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
42458
  } | {
43134
42459
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
43135
42460
  message: string;
@@ -43157,15 +42482,6 @@ type Routes = {
43157
42482
  created_at: string;
43158
42483
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
43159
42484
  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
42485
  } | {
43170
42486
  /** Date and time at which Seam created the error. */
43171
42487
  created_at: string;
@@ -43193,13 +42509,6 @@ type Routes = {
43193
42509
  created_at: string;
43194
42510
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43195
42511
  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
42512
  } | {
43204
42513
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
43205
42514
  message: string;
@@ -49857,24 +49166,6 @@ type Routes = {
49857
49166
  created_at: string;
49858
49167
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
49859
49168
  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
49169
  } | {
49879
49170
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
49880
49171
  message: string;
@@ -49902,15 +49193,6 @@ type Routes = {
49902
49193
  created_at: string;
49903
49194
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
49904
49195
  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
49196
  } | {
49915
49197
  /** Date and time at which Seam created the error. */
49916
49198
  created_at: string;
@@ -49938,13 +49220,6 @@ type Routes = {
49938
49220
  created_at: string;
49939
49221
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
49940
49222
  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
49223
  } | {
49949
49224
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
49950
49225
  message: string;
@@ -69455,7 +68730,7 @@ type Routes = {
69455
68730
  /** Associate the Connect Webview, the connected account, and all resources under the connected account with a customer. If the connected account already exists, it will be associated with the customer. If the connected account already exists, but is already associated with a customer, the Connect Webview will show an error. */
69456
68731
  customer_key?: string | undefined;
69457
68732
  /** Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/api/devices/list_device_providers) with no filters. */
69458
- accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'yale_access' | 'hid_cm' | 'google_nest' | 'slack')[] | undefined;
68733
+ accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'salto_ks_accept' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'yale_access' | 'hid_cm' | 'google_nest' | 'slack')[] | undefined;
69459
68734
  /** Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/api/devices/list_device_providers) with the desired `provider_category` filter. */
69460
68735
  provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
69461
68736
  /** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
@@ -72409,24 +71684,6 @@ type Routes = {
72409
71684
  created_at: string;
72410
71685
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
72411
71686
  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
71687
  } | {
72431
71688
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
72432
71689
  message: string;
@@ -72454,15 +71711,6 @@ type Routes = {
72454
71711
  created_at: string;
72455
71712
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
72456
71713
  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
71714
  } | {
72467
71715
  /** Date and time at which Seam created the error. */
72468
71716
  created_at: string;
@@ -72490,13 +71738,6 @@ type Routes = {
72490
71738
  created_at: string;
72491
71739
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
72492
71740
  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
71741
  } | {
72501
71742
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
72502
71743
  message: string;
@@ -73941,24 +73182,6 @@ type Routes = {
73941
73182
  created_at: string;
73942
73183
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73943
73184
  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
73185
  } | {
73963
73186
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73964
73187
  message: string;
@@ -73986,15 +73209,6 @@ type Routes = {
73986
73209
  created_at: string;
73987
73210
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73988
73211
  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
73212
  } | {
73999
73213
  /** Date and time at which Seam created the error. */
74000
73214
  created_at: string;
@@ -74022,13 +73236,6 @@ type Routes = {
74022
73236
  created_at: string;
74023
73237
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74024
73238
  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
73239
  } | {
74033
73240
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74034
73241
  message: string;
@@ -74310,7 +73517,7 @@ type Routes = {
74310
73517
  jsonResponse: {
74311
73518
  device_providers: {
74312
73519
  /** Name of the device provider. */
74313
- device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi';
73520
+ device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'salto_ks_accept' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi';
74314
73521
  /** Display name for the device provider. */
74315
73522
  display_name: string;
74316
73523
  /** Image URL for the device provider. */
@@ -74597,24 +73804,6 @@ type Routes = {
74597
73804
  created_at: string;
74598
73805
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
74599
73806
  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
73807
  } | {
74619
73808
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
74620
73809
  message: string;
@@ -74642,15 +73831,6 @@ type Routes = {
74642
73831
  created_at: string;
74643
73832
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
74644
73833
  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
73834
  } | {
74655
73835
  /** Date and time at which Seam created the error. */
74656
73836
  created_at: string;
@@ -74678,13 +73858,6 @@ type Routes = {
74678
73858
  created_at: string;
74679
73859
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74680
73860
  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
73861
  } | {
74689
73862
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74690
73863
  message: string;
@@ -75155,24 +74328,6 @@ type Routes = {
75155
74328
  created_at: string;
75156
74329
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
75157
74330
  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
74331
  } | {
75177
74332
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
75178
74333
  message: string;
@@ -75200,15 +74355,6 @@ type Routes = {
75200
74355
  created_at: string;
75201
74356
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
75202
74357
  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
74358
  } | {
75213
74359
  /** Date and time at which Seam created the error. */
75214
74360
  created_at: string;
@@ -75236,13 +74382,6 @@ type Routes = {
75236
74382
  created_at: string;
75237
74383
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
75238
74384
  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
74385
  } | {
75247
74386
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
75248
74387
  message: string;
@@ -85026,24 +84165,6 @@ type Routes = {
85026
84165
  created_at: string;
85027
84166
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
85028
84167
  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
84168
  } | {
85048
84169
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
85049
84170
  message: string;
@@ -85071,15 +84192,6 @@ type Routes = {
85071
84192
  created_at: string;
85072
84193
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
85073
84194
  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
84195
  } | {
85084
84196
  /** Date and time at which Seam created the error. */
85085
84197
  created_at: string;
@@ -85107,13 +84219,6 @@ type Routes = {
85107
84219
  created_at: string;
85108
84220
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
85109
84221
  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
84222
  } | {
85118
84223
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
85119
84224
  message: string;
@@ -86508,24 +85613,6 @@ type Routes = {
86508
85613
  created_at: string;
86509
85614
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
86510
85615
  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
85616
  } | {
86530
85617
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
86531
85618
  message: string;
@@ -86553,15 +85640,6 @@ type Routes = {
86553
85640
  created_at: string;
86554
85641
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
86555
85642
  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
85643
  } | {
86566
85644
  /** Date and time at which Seam created the error. */
86567
85645
  created_at: string;
@@ -86589,13 +85667,6 @@ type Routes = {
86589
85667
  created_at: string;
86590
85668
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
86591
85669
  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
85670
  } | {
86600
85671
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
86601
85672
  message: string;
@@ -88040,24 +87111,6 @@ type Routes = {
88040
87111
  created_at: string;
88041
87112
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
88042
87113
  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
87114
  } | {
88062
87115
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
88063
87116
  message: string;
@@ -88085,15 +87138,6 @@ type Routes = {
88085
87138
  created_at: string;
88086
87139
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
88087
87140
  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
87141
  } | {
88098
87142
  /** Date and time at which Seam created the error. */
88099
87143
  created_at: string;
@@ -88121,13 +87165,6 @@ type Routes = {
88121
87165
  created_at: string;
88122
87166
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
88123
87167
  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
87168
  } | {
88132
87169
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
88133
87170
  message: string;
@@ -89521,24 +88558,6 @@ type Routes = {
89521
88558
  created_at: string;
89522
88559
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
89523
88560
  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
88561
  } | {
89543
88562
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
89544
88563
  message: string;
@@ -89566,15 +88585,6 @@ type Routes = {
89566
88585
  created_at: string;
89567
88586
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
89568
88587
  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
88588
  } | {
89579
88589
  /** Date and time at which Seam created the error. */
89580
88590
  created_at: string;
@@ -89602,13 +88612,6 @@ type Routes = {
89602
88612
  created_at: string;
89603
88613
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
89604
88614
  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
88615
  } | {
89613
88616
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
89614
88617
  message: string;
@@ -97779,24 +96782,6 @@ type Routes = {
97779
96782
  created_at: string;
97780
96783
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
97781
96784
  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
96785
  } | {
97801
96786
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
97802
96787
  message: string;
@@ -97824,15 +96809,6 @@ type Routes = {
97824
96809
  created_at: string;
97825
96810
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
97826
96811
  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
96812
  } | {
97837
96813
  /** Date and time at which Seam created the error. */
97838
96814
  created_at: string;
@@ -97860,13 +96836,6 @@ type Routes = {
97860
96836
  created_at: string;
97861
96837
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
97862
96838
  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
96839
  } | {
97871
96840
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
97872
96841
  message: string;
@@ -99260,24 +98229,6 @@ type Routes = {
99260
98229
  created_at: string;
99261
98230
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
99262
98231
  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
98232
  } | {
99282
98233
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
99283
98234
  message: string;
@@ -99305,15 +98256,6 @@ type Routes = {
99305
98256
  created_at: string;
99306
98257
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
99307
98258
  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
98259
  } | {
99318
98260
  /** Date and time at which Seam created the error. */
99319
98261
  created_at: string;
@@ -99341,13 +98283,6 @@ type Routes = {
99341
98283
  created_at: string;
99342
98284
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
99343
98285
  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
98286
  } | {
99352
98287
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
99353
98288
  message: string;
@@ -115640,24 +114575,6 @@ type Routes = {
115640
114575
  created_at: string;
115641
114576
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
115642
114577
  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
114578
  } | {
115662
114579
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
115663
114580
  message: string;
@@ -115685,15 +114602,6 @@ type Routes = {
115685
114602
  created_at: string;
115686
114603
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
115687
114604
  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
114605
  } | {
115698
114606
  /** Date and time at which Seam created the error. */
115699
114607
  created_at: string;
@@ -115721,13 +114629,6 @@ type Routes = {
115721
114629
  created_at: string;
115722
114630
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
115723
114631
  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
114632
  } | {
115732
114633
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
115733
114634
  message: string;
@@ -123136,24 +122037,6 @@ type Routes = {
123136
122037
  created_at: string;
123137
122038
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123138
122039
  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
122040
  } | {
123158
122041
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123159
122042
  message: string;
@@ -123181,15 +122064,6 @@ type Routes = {
123181
122064
  created_at: string;
123182
122065
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123183
122066
  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
122067
  } | {
123194
122068
  /** Date and time at which Seam created the error. */
123195
122069
  created_at: string;
@@ -123217,13 +122091,6 @@ type Routes = {
123217
122091
  created_at: string;
123218
122092
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
123219
122093
  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
122094
  } | {
123228
122095
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
123229
122096
  message: string;
@@ -128044,24 +126911,6 @@ type Routes = {
128044
126911
  created_at: string;
128045
126912
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128046
126913
  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
126914
  } | {
128066
126915
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128067
126916
  message: string;
@@ -128089,15 +126938,6 @@ type Routes = {
128089
126938
  created_at: string;
128090
126939
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128091
126940
  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
126941
  } | {
128102
126942
  /** Date and time at which Seam created the error. */
128103
126943
  created_at: string;
@@ -128125,13 +126965,6 @@ type Routes = {
128125
126965
  created_at: string;
128126
126966
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128127
126967
  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
126968
  } | {
128136
126969
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128137
126970
  message: string;
@@ -129525,24 +128358,6 @@ type Routes = {
129525
128358
  created_at: string;
129526
128359
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129527
128360
  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
128361
  } | {
129547
128362
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
129548
128363
  message: string;
@@ -129570,15 +128385,6 @@ type Routes = {
129570
128385
  created_at: string;
129571
128386
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129572
128387
  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
128388
  } | {
129583
128389
  /** Date and time at which Seam created the error. */
129584
128390
  created_at: string;
@@ -129606,13 +128412,6 @@ type Routes = {
129606
128412
  created_at: string;
129607
128413
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129608
128414
  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
128415
  } | {
129617
128416
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129618
128417
  message: string;
@@ -138722,24 +137521,6 @@ type Routes = {
138722
137521
  created_at: string;
138723
137522
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
138724
137523
  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
137524
  } | {
138744
137525
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
138745
137526
  message: string;
@@ -138767,15 +137548,6 @@ type Routes = {
138767
137548
  created_at: string;
138768
137549
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
138769
137550
  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
137551
  } | {
138780
137552
  /** Date and time at which Seam created the error. */
138781
137553
  created_at: string;
@@ -138803,13 +137575,6 @@ type Routes = {
138803
137575
  created_at: string;
138804
137576
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
138805
137577
  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
137578
  } | {
138814
137579
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
138815
137580
  message: string;
@@ -140205,24 +138970,6 @@ type Routes = {
140205
138970
  created_at: string;
140206
138971
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
140207
138972
  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
138973
  } | {
140227
138974
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
140228
138975
  message: string;
@@ -140250,15 +138997,6 @@ type Routes = {
140250
138997
  created_at: string;
140251
138998
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
140252
138999
  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
139000
  } | {
140263
139001
  /** Date and time at which Seam created the error. */
140264
139002
  created_at: string;
@@ -140286,13 +139024,6 @@ type Routes = {
140286
139024
  created_at: string;
140287
139025
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
140288
139026
  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
139027
  } | {
140297
139028
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
140298
139029
  message: string;
@@ -142950,24 +141681,6 @@ type Routes = {
142950
141681
  created_at: string;
142951
141682
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
142952
141683
  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
141684
  } | {
142972
141685
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
142973
141686
  message: string;
@@ -142995,15 +141708,6 @@ type Routes = {
142995
141708
  created_at: string;
142996
141709
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
142997
141710
  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
141711
  } | {
143008
141712
  /** Date and time at which Seam created the error. */
143009
141713
  created_at: string;
@@ -143031,13 +141735,6 @@ type Routes = {
143031
141735
  created_at: string;
143032
141736
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
143033
141737
  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
141738
  } | {
143042
141739
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
143043
141740
  message: string;
@@ -146280,24 +144977,6 @@ type Routes = {
146280
144977
  created_at: string;
146281
144978
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
146282
144979
  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
144980
  } | {
146302
144981
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
146303
144982
  message: string;
@@ -146325,15 +145004,6 @@ type Routes = {
146325
145004
  created_at: string;
146326
145005
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
146327
145006
  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
145007
  } | {
146338
145008
  /** Date and time at which Seam created the error. */
146339
145009
  created_at: string;
@@ -146361,13 +145031,6 @@ type Routes = {
146361
145031
  created_at: string;
146362
145032
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
146363
145033
  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
145034
  } | {
146372
145035
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
146373
145036
  message: string;
@@ -150916,24 +149579,6 @@ type Routes = {
150916
149579
  created_at: string;
150917
149580
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150918
149581
  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
149582
  } | {
150938
149583
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150939
149584
  message: string;
@@ -150961,15 +149606,6 @@ type Routes = {
150961
149606
  created_at: string;
150962
149607
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150963
149608
  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
149609
  } | {
150974
149610
  /** Date and time at which Seam created the error. */
150975
149611
  created_at: string;
@@ -151300,24 +149936,6 @@ type Routes = {
151300
149936
  created_at: string;
151301
149937
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
151302
149938
  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
149939
  } | {
151322
149940
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
151323
149941
  message: string;
@@ -151345,15 +149963,6 @@ type Routes = {
151345
149963
  created_at: string;
151346
149964
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
151347
149965
  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
149966
  } | {
151358
149967
  /** Date and time at which Seam created the error. */
151359
149968
  created_at: string;