@seamapi/types 1.959.0 → 1.961.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +51 -519
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +132 -1392
- package/dist/index.cjs +51 -519
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +58 -78
- package/lib/seam/connect/models/access-codes/managed-access-code.js +11 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +21 -78
- package/lib/seam/connect/models/devices/device.d.ts +0 -319
- package/lib/seam/connect/models/devices/device.js +0 -59
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -99
- package/lib/seam/connect/openapi.js +42 -468
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +77 -977
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +12 -0
- package/src/lib/seam/connect/models/devices/device.ts +0 -63
- package/src/lib/seam/connect/openapi.ts +55 -543
- package/src/lib/seam/connect/route-types.ts +88 -1090
|
@@ -1919,24 +1919,6 @@ export type Routes = {
|
|
|
1919
1919
|
created_at: string;
|
|
1920
1920
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1921
1921
|
error_code: 'august_lock_not_authorized';
|
|
1922
|
-
} | {
|
|
1923
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1924
|
-
message: string;
|
|
1925
|
-
/** Indicates that the error is a device error. */
|
|
1926
|
-
is_device_error: true;
|
|
1927
|
-
/** Date and time at which Seam created the error. */
|
|
1928
|
-
created_at: string;
|
|
1929
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1930
|
-
error_code: 'august_lock_missing_bridge';
|
|
1931
|
-
} | {
|
|
1932
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1933
|
-
message: string;
|
|
1934
|
-
/** Indicates that the error is a device error. */
|
|
1935
|
-
is_device_error: true;
|
|
1936
|
-
/** Date and time at which Seam created the error. */
|
|
1937
|
-
created_at: string;
|
|
1938
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1939
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
1940
1922
|
} | {
|
|
1941
1923
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1942
1924
|
message: string;
|
|
@@ -1964,15 +1946,6 @@ export type Routes = {
|
|
|
1964
1946
|
created_at: string;
|
|
1965
1947
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1966
1948
|
error_code: 'subscription_required';
|
|
1967
|
-
} | {
|
|
1968
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1969
|
-
message: string;
|
|
1970
|
-
/** Indicates that the error is a device error. */
|
|
1971
|
-
is_device_error: true;
|
|
1972
|
-
/** Date and time at which Seam created the error. */
|
|
1973
|
-
created_at: string;
|
|
1974
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1975
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
1976
1949
|
} | {
|
|
1977
1950
|
/** Date and time at which Seam created the error. */
|
|
1978
1951
|
created_at: string;
|
|
@@ -2067,6 +2040,13 @@ export type Routes = {
|
|
|
2067
2040
|
created_at?: string | undefined;
|
|
2068
2041
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2069
2042
|
warning_code: 'being_deleted';
|
|
2043
|
+
} | {
|
|
2044
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2045
|
+
message: string;
|
|
2046
|
+
/** Date and time at which Seam created the warning. */
|
|
2047
|
+
created_at?: string | undefined;
|
|
2048
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2049
|
+
warning_code: 'unknown_issue_with_access_code';
|
|
2070
2050
|
})[];
|
|
2071
2051
|
/** Indicates whether Seam manages the access code. */
|
|
2072
2052
|
is_managed: true;
|
|
@@ -2425,24 +2405,6 @@ export type Routes = {
|
|
|
2425
2405
|
created_at: string;
|
|
2426
2406
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2427
2407
|
error_code: 'august_lock_not_authorized';
|
|
2428
|
-
} | {
|
|
2429
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2430
|
-
message: string;
|
|
2431
|
-
/** Indicates that the error is a device error. */
|
|
2432
|
-
is_device_error: true;
|
|
2433
|
-
/** Date and time at which Seam created the error. */
|
|
2434
|
-
created_at: string;
|
|
2435
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2436
|
-
error_code: 'august_lock_missing_bridge';
|
|
2437
|
-
} | {
|
|
2438
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2439
|
-
message: string;
|
|
2440
|
-
/** Indicates that the error is a device error. */
|
|
2441
|
-
is_device_error: true;
|
|
2442
|
-
/** Date and time at which Seam created the error. */
|
|
2443
|
-
created_at: string;
|
|
2444
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2445
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
2446
2408
|
} | {
|
|
2447
2409
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2448
2410
|
message: string;
|
|
@@ -2470,15 +2432,6 @@ export type Routes = {
|
|
|
2470
2432
|
created_at: string;
|
|
2471
2433
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2472
2434
|
error_code: 'subscription_required';
|
|
2473
|
-
} | {
|
|
2474
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2475
|
-
message: string;
|
|
2476
|
-
/** Indicates that the error is a device error. */
|
|
2477
|
-
is_device_error: true;
|
|
2478
|
-
/** Date and time at which Seam created the error. */
|
|
2479
|
-
created_at: string;
|
|
2480
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2481
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
2482
2435
|
} | {
|
|
2483
2436
|
/** Date and time at which Seam created the error. */
|
|
2484
2437
|
created_at: string;
|
|
@@ -2573,6 +2526,13 @@ export type Routes = {
|
|
|
2573
2526
|
created_at?: string | undefined;
|
|
2574
2527
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2575
2528
|
warning_code: 'being_deleted';
|
|
2529
|
+
} | {
|
|
2530
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2531
|
+
message: string;
|
|
2532
|
+
/** Date and time at which Seam created the warning. */
|
|
2533
|
+
created_at?: string | undefined;
|
|
2534
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2535
|
+
warning_code: 'unknown_issue_with_access_code';
|
|
2576
2536
|
})[];
|
|
2577
2537
|
/** Indicates whether Seam manages the access code. */
|
|
2578
2538
|
is_managed: true;
|
|
@@ -4619,24 +4579,6 @@ export type Routes = {
|
|
|
4619
4579
|
created_at: string;
|
|
4620
4580
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4621
4581
|
error_code: 'august_lock_not_authorized';
|
|
4622
|
-
} | {
|
|
4623
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4624
|
-
message: string;
|
|
4625
|
-
/** Indicates that the error is a device error. */
|
|
4626
|
-
is_device_error: true;
|
|
4627
|
-
/** Date and time at which Seam created the error. */
|
|
4628
|
-
created_at: string;
|
|
4629
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4630
|
-
error_code: 'august_lock_missing_bridge';
|
|
4631
|
-
} | {
|
|
4632
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4633
|
-
message: string;
|
|
4634
|
-
/** Indicates that the error is a device error. */
|
|
4635
|
-
is_device_error: true;
|
|
4636
|
-
/** Date and time at which Seam created the error. */
|
|
4637
|
-
created_at: string;
|
|
4638
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4639
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
4640
4582
|
} | {
|
|
4641
4583
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4642
4584
|
message: string;
|
|
@@ -4664,15 +4606,6 @@ export type Routes = {
|
|
|
4664
4606
|
created_at: string;
|
|
4665
4607
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4666
4608
|
error_code: 'subscription_required';
|
|
4667
|
-
} | {
|
|
4668
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4669
|
-
message: string;
|
|
4670
|
-
/** Indicates that the error is a device error. */
|
|
4671
|
-
is_device_error: true;
|
|
4672
|
-
/** Date and time at which Seam created the error. */
|
|
4673
|
-
created_at: string;
|
|
4674
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4675
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
4676
4609
|
} | {
|
|
4677
4610
|
/** Date and time at which Seam created the error. */
|
|
4678
4611
|
created_at: string;
|
|
@@ -4767,6 +4700,13 @@ export type Routes = {
|
|
|
4767
4700
|
created_at?: string | undefined;
|
|
4768
4701
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4769
4702
|
warning_code: 'being_deleted';
|
|
4703
|
+
} | {
|
|
4704
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4705
|
+
message: string;
|
|
4706
|
+
/** Date and time at which Seam created the warning. */
|
|
4707
|
+
created_at?: string | undefined;
|
|
4708
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4709
|
+
warning_code: 'unknown_issue_with_access_code';
|
|
4770
4710
|
})[];
|
|
4771
4711
|
/** Indicates whether Seam manages the access code. */
|
|
4772
4712
|
is_managed: true;
|
|
@@ -5173,24 +5113,6 @@ export type Routes = {
|
|
|
5173
5113
|
created_at: string;
|
|
5174
5114
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5175
5115
|
error_code: 'august_lock_not_authorized';
|
|
5176
|
-
} | {
|
|
5177
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5178
|
-
message: string;
|
|
5179
|
-
/** Indicates that the error is a device error. */
|
|
5180
|
-
is_device_error: true;
|
|
5181
|
-
/** Date and time at which Seam created the error. */
|
|
5182
|
-
created_at: string;
|
|
5183
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5184
|
-
error_code: 'august_lock_missing_bridge';
|
|
5185
|
-
} | {
|
|
5186
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5187
|
-
message: string;
|
|
5188
|
-
/** Indicates that the error is a device error. */
|
|
5189
|
-
is_device_error: true;
|
|
5190
|
-
/** Date and time at which Seam created the error. */
|
|
5191
|
-
created_at: string;
|
|
5192
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5193
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
5194
5116
|
} | {
|
|
5195
5117
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5196
5118
|
message: string;
|
|
@@ -5218,15 +5140,6 @@ export type Routes = {
|
|
|
5218
5140
|
created_at: string;
|
|
5219
5141
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5220
5142
|
error_code: 'subscription_required';
|
|
5221
|
-
} | {
|
|
5222
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5223
|
-
message: string;
|
|
5224
|
-
/** Indicates that the error is a device error. */
|
|
5225
|
-
is_device_error: true;
|
|
5226
|
-
/** Date and time at which Seam created the error. */
|
|
5227
|
-
created_at: string;
|
|
5228
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5229
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
5230
5143
|
} | {
|
|
5231
5144
|
/** Date and time at which Seam created the error. */
|
|
5232
5145
|
created_at: string;
|
|
@@ -5321,6 +5234,13 @@ export type Routes = {
|
|
|
5321
5234
|
created_at?: string | undefined;
|
|
5322
5235
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5323
5236
|
warning_code: 'being_deleted';
|
|
5237
|
+
} | {
|
|
5238
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5239
|
+
message: string;
|
|
5240
|
+
/** Date and time at which Seam created the warning. */
|
|
5241
|
+
created_at?: string | undefined;
|
|
5242
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5243
|
+
warning_code: 'unknown_issue_with_access_code';
|
|
5324
5244
|
})[];
|
|
5325
5245
|
/** Indicates whether Seam manages the access code. */
|
|
5326
5246
|
is_managed: true;
|
|
@@ -5670,24 +5590,6 @@ export type Routes = {
|
|
|
5670
5590
|
created_at: string;
|
|
5671
5591
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5672
5592
|
error_code: 'august_lock_not_authorized';
|
|
5673
|
-
} | {
|
|
5674
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5675
|
-
message: string;
|
|
5676
|
-
/** Indicates that the error is a device error. */
|
|
5677
|
-
is_device_error: true;
|
|
5678
|
-
/** Date and time at which Seam created the error. */
|
|
5679
|
-
created_at: string;
|
|
5680
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5681
|
-
error_code: 'august_lock_missing_bridge';
|
|
5682
|
-
} | {
|
|
5683
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5684
|
-
message: string;
|
|
5685
|
-
/** Indicates that the error is a device error. */
|
|
5686
|
-
is_device_error: true;
|
|
5687
|
-
/** Date and time at which Seam created the error. */
|
|
5688
|
-
created_at: string;
|
|
5689
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5690
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
5691
5593
|
} | {
|
|
5692
5594
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5693
5595
|
message: string;
|
|
@@ -5715,15 +5617,6 @@ export type Routes = {
|
|
|
5715
5617
|
created_at: string;
|
|
5716
5618
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5717
5619
|
error_code: 'subscription_required';
|
|
5718
|
-
} | {
|
|
5719
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5720
|
-
message: string;
|
|
5721
|
-
/** Indicates that the error is a device error. */
|
|
5722
|
-
is_device_error: true;
|
|
5723
|
-
/** Date and time at which Seam created the error. */
|
|
5724
|
-
created_at: string;
|
|
5725
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5726
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
5727
5620
|
} | {
|
|
5728
5621
|
/** Date and time at which Seam created the error. */
|
|
5729
5622
|
created_at: string;
|
|
@@ -5818,6 +5711,13 @@ export type Routes = {
|
|
|
5818
5711
|
created_at?: string | undefined;
|
|
5819
5712
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5820
5713
|
warning_code: 'being_deleted';
|
|
5714
|
+
} | {
|
|
5715
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5716
|
+
message: string;
|
|
5717
|
+
/** Date and time at which Seam created the warning. */
|
|
5718
|
+
created_at?: string | undefined;
|
|
5719
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5720
|
+
warning_code: 'unknown_issue_with_access_code';
|
|
5821
5721
|
})[];
|
|
5822
5722
|
/** Indicates whether Seam manages the access code. */
|
|
5823
5723
|
is_managed: true;
|
|
@@ -6144,24 +6044,6 @@ export type Routes = {
|
|
|
6144
6044
|
created_at: string;
|
|
6145
6045
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6146
6046
|
error_code: 'august_lock_not_authorized';
|
|
6147
|
-
} | {
|
|
6148
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6149
|
-
message: string;
|
|
6150
|
-
/** Indicates that the error is a device error. */
|
|
6151
|
-
is_device_error: true;
|
|
6152
|
-
/** Date and time at which Seam created the error. */
|
|
6153
|
-
created_at: string;
|
|
6154
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6155
|
-
error_code: 'august_lock_missing_bridge';
|
|
6156
|
-
} | {
|
|
6157
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6158
|
-
message: string;
|
|
6159
|
-
/** Indicates that the error is a device error. */
|
|
6160
|
-
is_device_error: true;
|
|
6161
|
-
/** Date and time at which Seam created the error. */
|
|
6162
|
-
created_at: string;
|
|
6163
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6164
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
6165
6047
|
} | {
|
|
6166
6048
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6167
6049
|
message: string;
|
|
@@ -6189,15 +6071,6 @@ export type Routes = {
|
|
|
6189
6071
|
created_at: string;
|
|
6190
6072
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6191
6073
|
error_code: 'subscription_required';
|
|
6192
|
-
} | {
|
|
6193
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6194
|
-
message: string;
|
|
6195
|
-
/** Indicates that the error is a device error. */
|
|
6196
|
-
is_device_error: true;
|
|
6197
|
-
/** Date and time at which Seam created the error. */
|
|
6198
|
-
created_at: string;
|
|
6199
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6200
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
6201
6074
|
} | {
|
|
6202
6075
|
/** Date and time at which Seam created the error. */
|
|
6203
6076
|
created_at: string;
|
|
@@ -6292,6 +6165,13 @@ export type Routes = {
|
|
|
6292
6165
|
created_at?: string | undefined;
|
|
6293
6166
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6294
6167
|
warning_code: 'being_deleted';
|
|
6168
|
+
} | {
|
|
6169
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6170
|
+
message: string;
|
|
6171
|
+
/** Date and time at which Seam created the warning. */
|
|
6172
|
+
created_at?: string | undefined;
|
|
6173
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6174
|
+
warning_code: 'unknown_issue_with_access_code';
|
|
6295
6175
|
})[];
|
|
6296
6176
|
/** Indicates whether Seam manages the access code. */
|
|
6297
6177
|
is_managed: true;
|
|
@@ -6651,24 +6531,6 @@ export type Routes = {
|
|
|
6651
6531
|
created_at: string;
|
|
6652
6532
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6653
6533
|
error_code: 'august_lock_not_authorized';
|
|
6654
|
-
} | {
|
|
6655
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6656
|
-
message: string;
|
|
6657
|
-
/** Indicates that the error is a device error. */
|
|
6658
|
-
is_device_error: true;
|
|
6659
|
-
/** Date and time at which Seam created the error. */
|
|
6660
|
-
created_at: string;
|
|
6661
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6662
|
-
error_code: 'august_lock_missing_bridge';
|
|
6663
|
-
} | {
|
|
6664
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6665
|
-
message: string;
|
|
6666
|
-
/** Indicates that the error is a device error. */
|
|
6667
|
-
is_device_error: true;
|
|
6668
|
-
/** Date and time at which Seam created the error. */
|
|
6669
|
-
created_at: string;
|
|
6670
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6671
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
6672
6534
|
} | {
|
|
6673
6535
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6674
6536
|
message: string;
|
|
@@ -6696,15 +6558,6 @@ export type Routes = {
|
|
|
6696
6558
|
created_at: string;
|
|
6697
6559
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6698
6560
|
error_code: 'subscription_required';
|
|
6699
|
-
} | {
|
|
6700
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6701
|
-
message: string;
|
|
6702
|
-
/** Indicates that the error is a device error. */
|
|
6703
|
-
is_device_error: true;
|
|
6704
|
-
/** Date and time at which Seam created the error. */
|
|
6705
|
-
created_at: string;
|
|
6706
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6707
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
6708
6561
|
} | {
|
|
6709
6562
|
/** Date and time at which Seam created the error. */
|
|
6710
6563
|
created_at: string;
|
|
@@ -6799,6 +6652,13 @@ export type Routes = {
|
|
|
6799
6652
|
created_at?: string | undefined;
|
|
6800
6653
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6801
6654
|
warning_code: 'being_deleted';
|
|
6655
|
+
} | {
|
|
6656
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6657
|
+
message: string;
|
|
6658
|
+
/** Date and time at which Seam created the warning. */
|
|
6659
|
+
created_at?: string | undefined;
|
|
6660
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6661
|
+
warning_code: 'unknown_issue_with_access_code';
|
|
6802
6662
|
})[];
|
|
6803
6663
|
/** Indicates that Seam does not manage the access code. */
|
|
6804
6664
|
is_managed: false;
|
|
@@ -8754,24 +8614,6 @@ export type Routes = {
|
|
|
8754
8614
|
created_at: string;
|
|
8755
8615
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8756
8616
|
error_code: 'august_lock_not_authorized';
|
|
8757
|
-
} | {
|
|
8758
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8759
|
-
message: string;
|
|
8760
|
-
/** Indicates that the error is a device error. */
|
|
8761
|
-
is_device_error: true;
|
|
8762
|
-
/** Date and time at which Seam created the error. */
|
|
8763
|
-
created_at: string;
|
|
8764
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8765
|
-
error_code: 'august_lock_missing_bridge';
|
|
8766
|
-
} | {
|
|
8767
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8768
|
-
message: string;
|
|
8769
|
-
/** Indicates that the error is a device error. */
|
|
8770
|
-
is_device_error: true;
|
|
8771
|
-
/** Date and time at which Seam created the error. */
|
|
8772
|
-
created_at: string;
|
|
8773
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8774
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
8775
8617
|
} | {
|
|
8776
8618
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8777
8619
|
message: string;
|
|
@@ -8799,15 +8641,6 @@ export type Routes = {
|
|
|
8799
8641
|
created_at: string;
|
|
8800
8642
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8801
8643
|
error_code: 'subscription_required';
|
|
8802
|
-
} | {
|
|
8803
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8804
|
-
message: string;
|
|
8805
|
-
/** Indicates that the error is a device error. */
|
|
8806
|
-
is_device_error: true;
|
|
8807
|
-
/** Date and time at which Seam created the error. */
|
|
8808
|
-
created_at: string;
|
|
8809
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8810
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
8811
8644
|
} | {
|
|
8812
8645
|
/** Date and time at which Seam created the error. */
|
|
8813
8646
|
created_at: string;
|
|
@@ -8902,6 +8735,13 @@ export type Routes = {
|
|
|
8902
8735
|
created_at?: string | undefined;
|
|
8903
8736
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8904
8737
|
warning_code: 'being_deleted';
|
|
8738
|
+
} | {
|
|
8739
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8740
|
+
message: string;
|
|
8741
|
+
/** Date and time at which Seam created the warning. */
|
|
8742
|
+
created_at?: string | undefined;
|
|
8743
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8744
|
+
warning_code: 'unknown_issue_with_access_code';
|
|
8905
8745
|
})[];
|
|
8906
8746
|
/** Indicates that Seam does not manage the access code. */
|
|
8907
8747
|
is_managed: false;
|
|
@@ -9147,24 +8987,6 @@ export type Routes = {
|
|
|
9147
8987
|
created_at: string;
|
|
9148
8988
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9149
8989
|
error_code: 'august_lock_not_authorized';
|
|
9150
|
-
} | {
|
|
9151
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9152
|
-
message: string;
|
|
9153
|
-
/** Indicates that the error is a device error. */
|
|
9154
|
-
is_device_error: true;
|
|
9155
|
-
/** Date and time at which Seam created the error. */
|
|
9156
|
-
created_at: string;
|
|
9157
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9158
|
-
error_code: 'august_lock_missing_bridge';
|
|
9159
|
-
} | {
|
|
9160
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9161
|
-
message: string;
|
|
9162
|
-
/** Indicates that the error is a device error. */
|
|
9163
|
-
is_device_error: true;
|
|
9164
|
-
/** Date and time at which Seam created the error. */
|
|
9165
|
-
created_at: string;
|
|
9166
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9167
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
9168
8990
|
} | {
|
|
9169
8991
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9170
8992
|
message: string;
|
|
@@ -9192,15 +9014,6 @@ export type Routes = {
|
|
|
9192
9014
|
created_at: string;
|
|
9193
9015
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9194
9016
|
error_code: 'subscription_required';
|
|
9195
|
-
} | {
|
|
9196
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9197
|
-
message: string;
|
|
9198
|
-
/** Indicates that the error is a device error. */
|
|
9199
|
-
is_device_error: true;
|
|
9200
|
-
/** Date and time at which Seam created the error. */
|
|
9201
|
-
created_at: string;
|
|
9202
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9203
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
9204
9017
|
} | {
|
|
9205
9018
|
/** Date and time at which Seam created the error. */
|
|
9206
9019
|
created_at: string;
|
|
@@ -9295,6 +9108,13 @@ export type Routes = {
|
|
|
9295
9108
|
created_at?: string | undefined;
|
|
9296
9109
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9297
9110
|
warning_code: 'being_deleted';
|
|
9111
|
+
} | {
|
|
9112
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9113
|
+
message: string;
|
|
9114
|
+
/** Date and time at which Seam created the warning. */
|
|
9115
|
+
created_at?: string | undefined;
|
|
9116
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9117
|
+
warning_code: 'unknown_issue_with_access_code';
|
|
9298
9118
|
})[];
|
|
9299
9119
|
/** Indicates that Seam does not manage the access code. */
|
|
9300
9120
|
is_managed: false;
|
|
@@ -12763,24 +12583,6 @@ export type Routes = {
|
|
|
12763
12583
|
created_at: string;
|
|
12764
12584
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12765
12585
|
error_code: 'august_lock_not_authorized';
|
|
12766
|
-
} | {
|
|
12767
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12768
|
-
message: string;
|
|
12769
|
-
/** Indicates that the error is a device error. */
|
|
12770
|
-
is_device_error: true;
|
|
12771
|
-
/** Date and time at which Seam created the error. */
|
|
12772
|
-
created_at: string;
|
|
12773
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12774
|
-
error_code: 'august_lock_missing_bridge';
|
|
12775
|
-
} | {
|
|
12776
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12777
|
-
message: string;
|
|
12778
|
-
/** Indicates that the error is a device error. */
|
|
12779
|
-
is_device_error: true;
|
|
12780
|
-
/** Date and time at which Seam created the error. */
|
|
12781
|
-
created_at: string;
|
|
12782
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12783
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
12784
12586
|
} | {
|
|
12785
12587
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12786
12588
|
message: string;
|
|
@@ -12808,15 +12610,6 @@ export type Routes = {
|
|
|
12808
12610
|
created_at: string;
|
|
12809
12611
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12810
12612
|
error_code: 'subscription_required';
|
|
12811
|
-
} | {
|
|
12812
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12813
|
-
message: string;
|
|
12814
|
-
/** Indicates that the error is a device error. */
|
|
12815
|
-
is_device_error: true;
|
|
12816
|
-
/** Date and time at which Seam created the error. */
|
|
12817
|
-
created_at: string;
|
|
12818
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12819
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
12820
12613
|
} | {
|
|
12821
12614
|
/** Date and time at which Seam created the error. */
|
|
12822
12615
|
created_at: string;
|
|
@@ -12844,13 +12637,6 @@ export type Routes = {
|
|
|
12844
12637
|
created_at: string;
|
|
12845
12638
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12846
12639
|
warning_code: 'many_active_backup_codes';
|
|
12847
|
-
} | {
|
|
12848
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12849
|
-
message: string;
|
|
12850
|
-
/** Date and time at which Seam created the warning. */
|
|
12851
|
-
created_at: string;
|
|
12852
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12853
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
12854
12640
|
} | {
|
|
12855
12641
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12856
12642
|
message: string;
|
|
@@ -19508,24 +19294,6 @@ export type Routes = {
|
|
|
19508
19294
|
created_at: string;
|
|
19509
19295
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19510
19296
|
error_code: 'august_lock_not_authorized';
|
|
19511
|
-
} | {
|
|
19512
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19513
|
-
message: string;
|
|
19514
|
-
/** Indicates that the error is a device error. */
|
|
19515
|
-
is_device_error: true;
|
|
19516
|
-
/** Date and time at which Seam created the error. */
|
|
19517
|
-
created_at: string;
|
|
19518
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19519
|
-
error_code: 'august_lock_missing_bridge';
|
|
19520
|
-
} | {
|
|
19521
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19522
|
-
message: string;
|
|
19523
|
-
/** Indicates that the error is a device error. */
|
|
19524
|
-
is_device_error: true;
|
|
19525
|
-
/** Date and time at which Seam created the error. */
|
|
19526
|
-
created_at: string;
|
|
19527
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19528
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
19529
19297
|
} | {
|
|
19530
19298
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19531
19299
|
message: string;
|
|
@@ -19553,15 +19321,6 @@ export type Routes = {
|
|
|
19553
19321
|
created_at: string;
|
|
19554
19322
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19555
19323
|
error_code: 'subscription_required';
|
|
19556
|
-
} | {
|
|
19557
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19558
|
-
message: string;
|
|
19559
|
-
/** Indicates that the error is a device error. */
|
|
19560
|
-
is_device_error: true;
|
|
19561
|
-
/** Date and time at which Seam created the error. */
|
|
19562
|
-
created_at: string;
|
|
19563
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19564
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
19565
19324
|
} | {
|
|
19566
19325
|
/** Date and time at which Seam created the error. */
|
|
19567
19326
|
created_at: string;
|
|
@@ -19589,13 +19348,6 @@ export type Routes = {
|
|
|
19589
19348
|
created_at: string;
|
|
19590
19349
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19591
19350
|
warning_code: 'many_active_backup_codes';
|
|
19592
|
-
} | {
|
|
19593
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19594
|
-
message: string;
|
|
19595
|
-
/** Date and time at which Seam created the warning. */
|
|
19596
|
-
created_at: string;
|
|
19597
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19598
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
19599
19351
|
} | {
|
|
19600
19352
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19601
19353
|
message: string;
|
|
@@ -42060,24 +41812,6 @@ export type Routes = {
|
|
|
42060
41812
|
created_at: string;
|
|
42061
41813
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
42062
41814
|
error_code: 'august_lock_not_authorized';
|
|
42063
|
-
} | {
|
|
42064
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
42065
|
-
message: string;
|
|
42066
|
-
/** Indicates that the error is a device error. */
|
|
42067
|
-
is_device_error: true;
|
|
42068
|
-
/** Date and time at which Seam created the error. */
|
|
42069
|
-
created_at: string;
|
|
42070
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
42071
|
-
error_code: 'august_lock_missing_bridge';
|
|
42072
|
-
} | {
|
|
42073
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
42074
|
-
message: string;
|
|
42075
|
-
/** Indicates that the error is a device error. */
|
|
42076
|
-
is_device_error: true;
|
|
42077
|
-
/** Date and time at which Seam created the error. */
|
|
42078
|
-
created_at: string;
|
|
42079
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
42080
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
42081
41815
|
} | {
|
|
42082
41816
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
42083
41817
|
message: string;
|
|
@@ -42105,15 +41839,6 @@ export type Routes = {
|
|
|
42105
41839
|
created_at: string;
|
|
42106
41840
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
42107
41841
|
error_code: 'subscription_required';
|
|
42108
|
-
} | {
|
|
42109
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
42110
|
-
message: string;
|
|
42111
|
-
/** Indicates that the error is a device error. */
|
|
42112
|
-
is_device_error: true;
|
|
42113
|
-
/** Date and time at which Seam created the error. */
|
|
42114
|
-
created_at: string;
|
|
42115
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
42116
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
42117
41842
|
} | {
|
|
42118
41843
|
/** Date and time at which Seam created the error. */
|
|
42119
41844
|
created_at: string;
|
|
@@ -42141,13 +41866,6 @@ export type Routes = {
|
|
|
42141
41866
|
created_at: string;
|
|
42142
41867
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42143
41868
|
warning_code: 'many_active_backup_codes';
|
|
42144
|
-
} | {
|
|
42145
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42146
|
-
message: string;
|
|
42147
|
-
/** Date and time at which Seam created the warning. */
|
|
42148
|
-
created_at: string;
|
|
42149
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42150
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
42151
41869
|
} | {
|
|
42152
41870
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42153
41871
|
message: string;
|
|
@@ -43592,24 +43310,6 @@ export type Routes = {
|
|
|
43592
43310
|
created_at: string;
|
|
43593
43311
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
43594
43312
|
error_code: 'august_lock_not_authorized';
|
|
43595
|
-
} | {
|
|
43596
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43597
|
-
message: string;
|
|
43598
|
-
/** Indicates that the error is a device error. */
|
|
43599
|
-
is_device_error: true;
|
|
43600
|
-
/** Date and time at which Seam created the error. */
|
|
43601
|
-
created_at: string;
|
|
43602
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
43603
|
-
error_code: 'august_lock_missing_bridge';
|
|
43604
|
-
} | {
|
|
43605
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43606
|
-
message: string;
|
|
43607
|
-
/** Indicates that the error is a device error. */
|
|
43608
|
-
is_device_error: true;
|
|
43609
|
-
/** Date and time at which Seam created the error. */
|
|
43610
|
-
created_at: string;
|
|
43611
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
43612
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
43613
43313
|
} | {
|
|
43614
43314
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43615
43315
|
message: string;
|
|
@@ -43637,15 +43337,6 @@ export type Routes = {
|
|
|
43637
43337
|
created_at: string;
|
|
43638
43338
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
43639
43339
|
error_code: 'subscription_required';
|
|
43640
|
-
} | {
|
|
43641
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43642
|
-
message: string;
|
|
43643
|
-
/** Indicates that the error is a device error. */
|
|
43644
|
-
is_device_error: true;
|
|
43645
|
-
/** Date and time at which Seam created the error. */
|
|
43646
|
-
created_at: string;
|
|
43647
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
43648
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
43649
43340
|
} | {
|
|
43650
43341
|
/** Date and time at which Seam created the error. */
|
|
43651
43342
|
created_at: string;
|
|
@@ -43673,13 +43364,6 @@ export type Routes = {
|
|
|
43673
43364
|
created_at: string;
|
|
43674
43365
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43675
43366
|
warning_code: 'many_active_backup_codes';
|
|
43676
|
-
} | {
|
|
43677
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43678
|
-
message: string;
|
|
43679
|
-
/** Date and time at which Seam created the warning. */
|
|
43680
|
-
created_at: string;
|
|
43681
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43682
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
43683
43367
|
} | {
|
|
43684
43368
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43685
43369
|
message: string;
|
|
@@ -44248,24 +43932,6 @@ export type Routes = {
|
|
|
44248
43932
|
created_at: string;
|
|
44249
43933
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44250
43934
|
error_code: 'august_lock_not_authorized';
|
|
44251
|
-
} | {
|
|
44252
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
44253
|
-
message: string;
|
|
44254
|
-
/** Indicates that the error is a device error. */
|
|
44255
|
-
is_device_error: true;
|
|
44256
|
-
/** Date and time at which Seam created the error. */
|
|
44257
|
-
created_at: string;
|
|
44258
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44259
|
-
error_code: 'august_lock_missing_bridge';
|
|
44260
|
-
} | {
|
|
44261
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
44262
|
-
message: string;
|
|
44263
|
-
/** Indicates that the error is a device error. */
|
|
44264
|
-
is_device_error: true;
|
|
44265
|
-
/** Date and time at which Seam created the error. */
|
|
44266
|
-
created_at: string;
|
|
44267
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44268
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
44269
43935
|
} | {
|
|
44270
43936
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
44271
43937
|
message: string;
|
|
@@ -44293,15 +43959,6 @@ export type Routes = {
|
|
|
44293
43959
|
created_at: string;
|
|
44294
43960
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44295
43961
|
error_code: 'subscription_required';
|
|
44296
|
-
} | {
|
|
44297
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
44298
|
-
message: string;
|
|
44299
|
-
/** Indicates that the error is a device error. */
|
|
44300
|
-
is_device_error: true;
|
|
44301
|
-
/** Date and time at which Seam created the error. */
|
|
44302
|
-
created_at: string;
|
|
44303
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44304
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
44305
43962
|
} | {
|
|
44306
43963
|
/** Date and time at which Seam created the error. */
|
|
44307
43964
|
created_at: string;
|
|
@@ -44329,13 +43986,6 @@ export type Routes = {
|
|
|
44329
43986
|
created_at: string;
|
|
44330
43987
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44331
43988
|
warning_code: 'many_active_backup_codes';
|
|
44332
|
-
} | {
|
|
44333
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44334
|
-
message: string;
|
|
44335
|
-
/** Date and time at which Seam created the warning. */
|
|
44336
|
-
created_at: string;
|
|
44337
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44338
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
44339
43989
|
} | {
|
|
44340
43990
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44341
43991
|
message: string;
|
|
@@ -44806,24 +44456,6 @@ export type Routes = {
|
|
|
44806
44456
|
created_at: string;
|
|
44807
44457
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44808
44458
|
error_code: 'august_lock_not_authorized';
|
|
44809
|
-
} | {
|
|
44810
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
44811
|
-
message: string;
|
|
44812
|
-
/** Indicates that the error is a device error. */
|
|
44813
|
-
is_device_error: true;
|
|
44814
|
-
/** Date and time at which Seam created the error. */
|
|
44815
|
-
created_at: string;
|
|
44816
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44817
|
-
error_code: 'august_lock_missing_bridge';
|
|
44818
|
-
} | {
|
|
44819
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
44820
|
-
message: string;
|
|
44821
|
-
/** Indicates that the error is a device error. */
|
|
44822
|
-
is_device_error: true;
|
|
44823
|
-
/** Date and time at which Seam created the error. */
|
|
44824
|
-
created_at: string;
|
|
44825
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44826
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
44827
44459
|
} | {
|
|
44828
44460
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
44829
44461
|
message: string;
|
|
@@ -44851,15 +44483,6 @@ export type Routes = {
|
|
|
44851
44483
|
created_at: string;
|
|
44852
44484
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44853
44485
|
error_code: 'subscription_required';
|
|
44854
|
-
} | {
|
|
44855
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
44856
|
-
message: string;
|
|
44857
|
-
/** Indicates that the error is a device error. */
|
|
44858
|
-
is_device_error: true;
|
|
44859
|
-
/** Date and time at which Seam created the error. */
|
|
44860
|
-
created_at: string;
|
|
44861
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44862
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
44863
44486
|
} | {
|
|
44864
44487
|
/** Date and time at which Seam created the error. */
|
|
44865
44488
|
created_at: string;
|
|
@@ -44887,13 +44510,6 @@ export type Routes = {
|
|
|
44887
44510
|
created_at: string;
|
|
44888
44511
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44889
44512
|
warning_code: 'many_active_backup_codes';
|
|
44890
|
-
} | {
|
|
44891
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44892
|
-
message: string;
|
|
44893
|
-
/** Date and time at which Seam created the warning. */
|
|
44894
|
-
created_at: string;
|
|
44895
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44896
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
44897
44513
|
} | {
|
|
44898
44514
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44899
44515
|
message: string;
|
|
@@ -54677,24 +54293,6 @@ export type Routes = {
|
|
|
54677
54293
|
created_at: string;
|
|
54678
54294
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54679
54295
|
error_code: 'august_lock_not_authorized';
|
|
54680
|
-
} | {
|
|
54681
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54682
|
-
message: string;
|
|
54683
|
-
/** Indicates that the error is a device error. */
|
|
54684
|
-
is_device_error: true;
|
|
54685
|
-
/** Date and time at which Seam created the error. */
|
|
54686
|
-
created_at: string;
|
|
54687
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54688
|
-
error_code: 'august_lock_missing_bridge';
|
|
54689
|
-
} | {
|
|
54690
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54691
|
-
message: string;
|
|
54692
|
-
/** Indicates that the error is a device error. */
|
|
54693
|
-
is_device_error: true;
|
|
54694
|
-
/** Date and time at which Seam created the error. */
|
|
54695
|
-
created_at: string;
|
|
54696
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54697
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
54698
54296
|
} | {
|
|
54699
54297
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54700
54298
|
message: string;
|
|
@@ -54722,15 +54320,6 @@ export type Routes = {
|
|
|
54722
54320
|
created_at: string;
|
|
54723
54321
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54724
54322
|
error_code: 'subscription_required';
|
|
54725
|
-
} | {
|
|
54726
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54727
|
-
message: string;
|
|
54728
|
-
/** Indicates that the error is a device error. */
|
|
54729
|
-
is_device_error: true;
|
|
54730
|
-
/** Date and time at which Seam created the error. */
|
|
54731
|
-
created_at: string;
|
|
54732
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54733
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
54734
54323
|
} | {
|
|
54735
54324
|
/** Date and time at which Seam created the error. */
|
|
54736
54325
|
created_at: string;
|
|
@@ -54758,13 +54347,6 @@ export type Routes = {
|
|
|
54758
54347
|
created_at: string;
|
|
54759
54348
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54760
54349
|
warning_code: 'many_active_backup_codes';
|
|
54761
|
-
} | {
|
|
54762
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54763
|
-
message: string;
|
|
54764
|
-
/** Date and time at which Seam created the warning. */
|
|
54765
|
-
created_at: string;
|
|
54766
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54767
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
54768
54350
|
} | {
|
|
54769
54351
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54770
54352
|
message: string;
|
|
@@ -56159,24 +55741,6 @@ export type Routes = {
|
|
|
56159
55741
|
created_at: string;
|
|
56160
55742
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
56161
55743
|
error_code: 'august_lock_not_authorized';
|
|
56162
|
-
} | {
|
|
56163
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56164
|
-
message: string;
|
|
56165
|
-
/** Indicates that the error is a device error. */
|
|
56166
|
-
is_device_error: true;
|
|
56167
|
-
/** Date and time at which Seam created the error. */
|
|
56168
|
-
created_at: string;
|
|
56169
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
56170
|
-
error_code: 'august_lock_missing_bridge';
|
|
56171
|
-
} | {
|
|
56172
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56173
|
-
message: string;
|
|
56174
|
-
/** Indicates that the error is a device error. */
|
|
56175
|
-
is_device_error: true;
|
|
56176
|
-
/** Date and time at which Seam created the error. */
|
|
56177
|
-
created_at: string;
|
|
56178
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
56179
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
56180
55744
|
} | {
|
|
56181
55745
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56182
55746
|
message: string;
|
|
@@ -56204,15 +55768,6 @@ export type Routes = {
|
|
|
56204
55768
|
created_at: string;
|
|
56205
55769
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
56206
55770
|
error_code: 'subscription_required';
|
|
56207
|
-
} | {
|
|
56208
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
56209
|
-
message: string;
|
|
56210
|
-
/** Indicates that the error is a device error. */
|
|
56211
|
-
is_device_error: true;
|
|
56212
|
-
/** Date and time at which Seam created the error. */
|
|
56213
|
-
created_at: string;
|
|
56214
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
56215
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
56216
55771
|
} | {
|
|
56217
55772
|
/** Date and time at which Seam created the error. */
|
|
56218
55773
|
created_at: string;
|
|
@@ -56240,13 +55795,6 @@ export type Routes = {
|
|
|
56240
55795
|
created_at: string;
|
|
56241
55796
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56242
55797
|
warning_code: 'many_active_backup_codes';
|
|
56243
|
-
} | {
|
|
56244
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56245
|
-
message: string;
|
|
56246
|
-
/** Date and time at which Seam created the warning. */
|
|
56247
|
-
created_at: string;
|
|
56248
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56249
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
56250
55798
|
} | {
|
|
56251
55799
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56252
55800
|
message: string;
|
|
@@ -57691,24 +57239,6 @@ export type Routes = {
|
|
|
57691
57239
|
created_at: string;
|
|
57692
57240
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57693
57241
|
error_code: 'august_lock_not_authorized';
|
|
57694
|
-
} | {
|
|
57695
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57696
|
-
message: string;
|
|
57697
|
-
/** Indicates that the error is a device error. */
|
|
57698
|
-
is_device_error: true;
|
|
57699
|
-
/** Date and time at which Seam created the error. */
|
|
57700
|
-
created_at: string;
|
|
57701
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57702
|
-
error_code: 'august_lock_missing_bridge';
|
|
57703
|
-
} | {
|
|
57704
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57705
|
-
message: string;
|
|
57706
|
-
/** Indicates that the error is a device error. */
|
|
57707
|
-
is_device_error: true;
|
|
57708
|
-
/** Date and time at which Seam created the error. */
|
|
57709
|
-
created_at: string;
|
|
57710
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57711
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
57712
57242
|
} | {
|
|
57713
57243
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57714
57244
|
message: string;
|
|
@@ -57736,15 +57266,6 @@ export type Routes = {
|
|
|
57736
57266
|
created_at: string;
|
|
57737
57267
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57738
57268
|
error_code: 'subscription_required';
|
|
57739
|
-
} | {
|
|
57740
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
57741
|
-
message: string;
|
|
57742
|
-
/** Indicates that the error is a device error. */
|
|
57743
|
-
is_device_error: true;
|
|
57744
|
-
/** Date and time at which Seam created the error. */
|
|
57745
|
-
created_at: string;
|
|
57746
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
57747
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
57748
57269
|
} | {
|
|
57749
57270
|
/** Date and time at which Seam created the error. */
|
|
57750
57271
|
created_at: string;
|
|
@@ -57772,13 +57293,6 @@ export type Routes = {
|
|
|
57772
57293
|
created_at: string;
|
|
57773
57294
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57774
57295
|
warning_code: 'many_active_backup_codes';
|
|
57775
|
-
} | {
|
|
57776
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57777
|
-
message: string;
|
|
57778
|
-
/** Date and time at which Seam created the warning. */
|
|
57779
|
-
created_at: string;
|
|
57780
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57781
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
57782
57296
|
} | {
|
|
57783
57297
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57784
57298
|
message: string;
|
|
@@ -59172,24 +58686,6 @@ export type Routes = {
|
|
|
59172
58686
|
created_at: string;
|
|
59173
58687
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
59174
58688
|
error_code: 'august_lock_not_authorized';
|
|
59175
|
-
} | {
|
|
59176
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59177
|
-
message: string;
|
|
59178
|
-
/** Indicates that the error is a device error. */
|
|
59179
|
-
is_device_error: true;
|
|
59180
|
-
/** Date and time at which Seam created the error. */
|
|
59181
|
-
created_at: string;
|
|
59182
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
59183
|
-
error_code: 'august_lock_missing_bridge';
|
|
59184
|
-
} | {
|
|
59185
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59186
|
-
message: string;
|
|
59187
|
-
/** Indicates that the error is a device error. */
|
|
59188
|
-
is_device_error: true;
|
|
59189
|
-
/** Date and time at which Seam created the error. */
|
|
59190
|
-
created_at: string;
|
|
59191
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
59192
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
59193
58689
|
} | {
|
|
59194
58690
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59195
58691
|
message: string;
|
|
@@ -59217,15 +58713,6 @@ export type Routes = {
|
|
|
59217
58713
|
created_at: string;
|
|
59218
58714
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
59219
58715
|
error_code: 'subscription_required';
|
|
59220
|
-
} | {
|
|
59221
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59222
|
-
message: string;
|
|
59223
|
-
/** Indicates that the error is a device error. */
|
|
59224
|
-
is_device_error: true;
|
|
59225
|
-
/** Date and time at which Seam created the error. */
|
|
59226
|
-
created_at: string;
|
|
59227
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
59228
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
59229
58716
|
} | {
|
|
59230
58717
|
/** Date and time at which Seam created the error. */
|
|
59231
58718
|
created_at: string;
|
|
@@ -59253,13 +58740,6 @@ export type Routes = {
|
|
|
59253
58740
|
created_at: string;
|
|
59254
58741
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59255
58742
|
warning_code: 'many_active_backup_codes';
|
|
59256
|
-
} | {
|
|
59257
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
59258
|
-
message: string;
|
|
59259
|
-
/** Date and time at which Seam created the warning. */
|
|
59260
|
-
created_at: string;
|
|
59261
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59262
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
59263
58743
|
} | {
|
|
59264
58744
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
59265
58745
|
message: string;
|
|
@@ -67430,24 +66910,6 @@ export type Routes = {
|
|
|
67430
66910
|
created_at: string;
|
|
67431
66911
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67432
66912
|
error_code: 'august_lock_not_authorized';
|
|
67433
|
-
} | {
|
|
67434
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67435
|
-
message: string;
|
|
67436
|
-
/** Indicates that the error is a device error. */
|
|
67437
|
-
is_device_error: true;
|
|
67438
|
-
/** Date and time at which Seam created the error. */
|
|
67439
|
-
created_at: string;
|
|
67440
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67441
|
-
error_code: 'august_lock_missing_bridge';
|
|
67442
|
-
} | {
|
|
67443
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67444
|
-
message: string;
|
|
67445
|
-
/** Indicates that the error is a device error. */
|
|
67446
|
-
is_device_error: true;
|
|
67447
|
-
/** Date and time at which Seam created the error. */
|
|
67448
|
-
created_at: string;
|
|
67449
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67450
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
67451
66913
|
} | {
|
|
67452
66914
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67453
66915
|
message: string;
|
|
@@ -67475,15 +66937,6 @@ export type Routes = {
|
|
|
67475
66937
|
created_at: string;
|
|
67476
66938
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67477
66939
|
error_code: 'subscription_required';
|
|
67478
|
-
} | {
|
|
67479
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67480
|
-
message: string;
|
|
67481
|
-
/** Indicates that the error is a device error. */
|
|
67482
|
-
is_device_error: true;
|
|
67483
|
-
/** Date and time at which Seam created the error. */
|
|
67484
|
-
created_at: string;
|
|
67485
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67486
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
67487
66940
|
} | {
|
|
67488
66941
|
/** Date and time at which Seam created the error. */
|
|
67489
66942
|
created_at: string;
|
|
@@ -67511,13 +66964,6 @@ export type Routes = {
|
|
|
67511
66964
|
created_at: string;
|
|
67512
66965
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67513
66966
|
warning_code: 'many_active_backup_codes';
|
|
67514
|
-
} | {
|
|
67515
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67516
|
-
message: string;
|
|
67517
|
-
/** Date and time at which Seam created the warning. */
|
|
67518
|
-
created_at: string;
|
|
67519
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67520
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
67521
66967
|
} | {
|
|
67522
66968
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67523
66969
|
message: string;
|
|
@@ -68911,24 +68357,6 @@ export type Routes = {
|
|
|
68911
68357
|
created_at: string;
|
|
68912
68358
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68913
68359
|
error_code: 'august_lock_not_authorized';
|
|
68914
|
-
} | {
|
|
68915
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68916
|
-
message: string;
|
|
68917
|
-
/** Indicates that the error is a device error. */
|
|
68918
|
-
is_device_error: true;
|
|
68919
|
-
/** Date and time at which Seam created the error. */
|
|
68920
|
-
created_at: string;
|
|
68921
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68922
|
-
error_code: 'august_lock_missing_bridge';
|
|
68923
|
-
} | {
|
|
68924
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68925
|
-
message: string;
|
|
68926
|
-
/** Indicates that the error is a device error. */
|
|
68927
|
-
is_device_error: true;
|
|
68928
|
-
/** Date and time at which Seam created the error. */
|
|
68929
|
-
created_at: string;
|
|
68930
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68931
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
68932
68360
|
} | {
|
|
68933
68361
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68934
68362
|
message: string;
|
|
@@ -68956,15 +68384,6 @@ export type Routes = {
|
|
|
68956
68384
|
created_at: string;
|
|
68957
68385
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68958
68386
|
error_code: 'subscription_required';
|
|
68959
|
-
} | {
|
|
68960
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68961
|
-
message: string;
|
|
68962
|
-
/** Indicates that the error is a device error. */
|
|
68963
|
-
is_device_error: true;
|
|
68964
|
-
/** Date and time at which Seam created the error. */
|
|
68965
|
-
created_at: string;
|
|
68966
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68967
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
68968
68387
|
} | {
|
|
68969
68388
|
/** Date and time at which Seam created the error. */
|
|
68970
68389
|
created_at: string;
|
|
@@ -68992,13 +68411,6 @@ export type Routes = {
|
|
|
68992
68411
|
created_at: string;
|
|
68993
68412
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68994
68413
|
warning_code: 'many_active_backup_codes';
|
|
68995
|
-
} | {
|
|
68996
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68997
|
-
message: string;
|
|
68998
|
-
/** Date and time at which Seam created the warning. */
|
|
68999
|
-
created_at: string;
|
|
69000
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
69001
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
69002
68414
|
} | {
|
|
69003
68415
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
69004
68416
|
message: string;
|
|
@@ -85291,24 +84703,6 @@ export type Routes = {
|
|
|
85291
84703
|
created_at: string;
|
|
85292
84704
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
85293
84705
|
error_code: 'august_lock_not_authorized';
|
|
85294
|
-
} | {
|
|
85295
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85296
|
-
message: string;
|
|
85297
|
-
/** Indicates that the error is a device error. */
|
|
85298
|
-
is_device_error: true;
|
|
85299
|
-
/** Date and time at which Seam created the error. */
|
|
85300
|
-
created_at: string;
|
|
85301
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
85302
|
-
error_code: 'august_lock_missing_bridge';
|
|
85303
|
-
} | {
|
|
85304
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85305
|
-
message: string;
|
|
85306
|
-
/** Indicates that the error is a device error. */
|
|
85307
|
-
is_device_error: true;
|
|
85308
|
-
/** Date and time at which Seam created the error. */
|
|
85309
|
-
created_at: string;
|
|
85310
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
85311
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
85312
84706
|
} | {
|
|
85313
84707
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85314
84708
|
message: string;
|
|
@@ -85336,15 +84730,6 @@ export type Routes = {
|
|
|
85336
84730
|
created_at: string;
|
|
85337
84731
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
85338
84732
|
error_code: 'subscription_required';
|
|
85339
|
-
} | {
|
|
85340
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85341
|
-
message: string;
|
|
85342
|
-
/** Indicates that the error is a device error. */
|
|
85343
|
-
is_device_error: true;
|
|
85344
|
-
/** Date and time at which Seam created the error. */
|
|
85345
|
-
created_at: string;
|
|
85346
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
85347
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
85348
84733
|
} | {
|
|
85349
84734
|
/** Date and time at which Seam created the error. */
|
|
85350
84735
|
created_at: string;
|
|
@@ -85372,13 +84757,6 @@ export type Routes = {
|
|
|
85372
84757
|
created_at: string;
|
|
85373
84758
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
85374
84759
|
warning_code: 'many_active_backup_codes';
|
|
85375
|
-
} | {
|
|
85376
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
85377
|
-
message: string;
|
|
85378
|
-
/** Date and time at which Seam created the warning. */
|
|
85379
|
-
created_at: string;
|
|
85380
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
85381
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
85382
84760
|
} | {
|
|
85383
84761
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
85384
84762
|
message: string;
|
|
@@ -92787,24 +92165,6 @@ export type Routes = {
|
|
|
92787
92165
|
created_at: string;
|
|
92788
92166
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
92789
92167
|
error_code: 'august_lock_not_authorized';
|
|
92790
|
-
} | {
|
|
92791
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92792
|
-
message: string;
|
|
92793
|
-
/** Indicates that the error is a device error. */
|
|
92794
|
-
is_device_error: true;
|
|
92795
|
-
/** Date and time at which Seam created the error. */
|
|
92796
|
-
created_at: string;
|
|
92797
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
92798
|
-
error_code: 'august_lock_missing_bridge';
|
|
92799
|
-
} | {
|
|
92800
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92801
|
-
message: string;
|
|
92802
|
-
/** Indicates that the error is a device error. */
|
|
92803
|
-
is_device_error: true;
|
|
92804
|
-
/** Date and time at which Seam created the error. */
|
|
92805
|
-
created_at: string;
|
|
92806
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
92807
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
92808
92168
|
} | {
|
|
92809
92169
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92810
92170
|
message: string;
|
|
@@ -92832,15 +92192,6 @@ export type Routes = {
|
|
|
92832
92192
|
created_at: string;
|
|
92833
92193
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
92834
92194
|
error_code: 'subscription_required';
|
|
92835
|
-
} | {
|
|
92836
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92837
|
-
message: string;
|
|
92838
|
-
/** Indicates that the error is a device error. */
|
|
92839
|
-
is_device_error: true;
|
|
92840
|
-
/** Date and time at which Seam created the error. */
|
|
92841
|
-
created_at: string;
|
|
92842
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
92843
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
92844
92195
|
} | {
|
|
92845
92196
|
/** Date and time at which Seam created the error. */
|
|
92846
92197
|
created_at: string;
|
|
@@ -92868,13 +92219,6 @@ export type Routes = {
|
|
|
92868
92219
|
created_at: string;
|
|
92869
92220
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
92870
92221
|
warning_code: 'many_active_backup_codes';
|
|
92871
|
-
} | {
|
|
92872
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
92873
|
-
message: string;
|
|
92874
|
-
/** Date and time at which Seam created the warning. */
|
|
92875
|
-
created_at: string;
|
|
92876
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
92877
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
92878
92222
|
} | {
|
|
92879
92223
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
92880
92224
|
message: string;
|
|
@@ -97695,24 +97039,6 @@ export type Routes = {
|
|
|
97695
97039
|
created_at: string;
|
|
97696
97040
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
97697
97041
|
error_code: 'august_lock_not_authorized';
|
|
97698
|
-
} | {
|
|
97699
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97700
|
-
message: string;
|
|
97701
|
-
/** Indicates that the error is a device error. */
|
|
97702
|
-
is_device_error: true;
|
|
97703
|
-
/** Date and time at which Seam created the error. */
|
|
97704
|
-
created_at: string;
|
|
97705
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
97706
|
-
error_code: 'august_lock_missing_bridge';
|
|
97707
|
-
} | {
|
|
97708
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97709
|
-
message: string;
|
|
97710
|
-
/** Indicates that the error is a device error. */
|
|
97711
|
-
is_device_error: true;
|
|
97712
|
-
/** Date and time at which Seam created the error. */
|
|
97713
|
-
created_at: string;
|
|
97714
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
97715
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
97716
97042
|
} | {
|
|
97717
97043
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97718
97044
|
message: string;
|
|
@@ -97740,15 +97066,6 @@ export type Routes = {
|
|
|
97740
97066
|
created_at: string;
|
|
97741
97067
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
97742
97068
|
error_code: 'subscription_required';
|
|
97743
|
-
} | {
|
|
97744
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97745
|
-
message: string;
|
|
97746
|
-
/** Indicates that the error is a device error. */
|
|
97747
|
-
is_device_error: true;
|
|
97748
|
-
/** Date and time at which Seam created the error. */
|
|
97749
|
-
created_at: string;
|
|
97750
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
97751
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
97752
97069
|
} | {
|
|
97753
97070
|
/** Date and time at which Seam created the error. */
|
|
97754
97071
|
created_at: string;
|
|
@@ -97776,13 +97093,6 @@ export type Routes = {
|
|
|
97776
97093
|
created_at: string;
|
|
97777
97094
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
97778
97095
|
warning_code: 'many_active_backup_codes';
|
|
97779
|
-
} | {
|
|
97780
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
97781
|
-
message: string;
|
|
97782
|
-
/** Date and time at which Seam created the warning. */
|
|
97783
|
-
created_at: string;
|
|
97784
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
97785
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
97786
97096
|
} | {
|
|
97787
97097
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
97788
97098
|
message: string;
|
|
@@ -99176,24 +98486,6 @@ export type Routes = {
|
|
|
99176
98486
|
created_at: string;
|
|
99177
98487
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
99178
98488
|
error_code: 'august_lock_not_authorized';
|
|
99179
|
-
} | {
|
|
99180
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99181
|
-
message: string;
|
|
99182
|
-
/** Indicates that the error is a device error. */
|
|
99183
|
-
is_device_error: true;
|
|
99184
|
-
/** Date and time at which Seam created the error. */
|
|
99185
|
-
created_at: string;
|
|
99186
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
99187
|
-
error_code: 'august_lock_missing_bridge';
|
|
99188
|
-
} | {
|
|
99189
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99190
|
-
message: string;
|
|
99191
|
-
/** Indicates that the error is a device error. */
|
|
99192
|
-
is_device_error: true;
|
|
99193
|
-
/** Date and time at which Seam created the error. */
|
|
99194
|
-
created_at: string;
|
|
99195
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
99196
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
99197
98489
|
} | {
|
|
99198
98490
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99199
98491
|
message: string;
|
|
@@ -99221,15 +98513,6 @@ export type Routes = {
|
|
|
99221
98513
|
created_at: string;
|
|
99222
98514
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
99223
98515
|
error_code: 'subscription_required';
|
|
99224
|
-
} | {
|
|
99225
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99226
|
-
message: string;
|
|
99227
|
-
/** Indicates that the error is a device error. */
|
|
99228
|
-
is_device_error: true;
|
|
99229
|
-
/** Date and time at which Seam created the error. */
|
|
99230
|
-
created_at: string;
|
|
99231
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
99232
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
99233
98516
|
} | {
|
|
99234
98517
|
/** Date and time at which Seam created the error. */
|
|
99235
98518
|
created_at: string;
|
|
@@ -99257,13 +98540,6 @@ export type Routes = {
|
|
|
99257
98540
|
created_at: string;
|
|
99258
98541
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
99259
98542
|
warning_code: 'many_active_backup_codes';
|
|
99260
|
-
} | {
|
|
99261
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
99262
|
-
message: string;
|
|
99263
|
-
/** Date and time at which Seam created the warning. */
|
|
99264
|
-
created_at: string;
|
|
99265
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
99266
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
99267
98543
|
} | {
|
|
99268
98544
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
99269
98545
|
message: string;
|
|
@@ -108373,24 +107649,6 @@ export type Routes = {
|
|
|
108373
107649
|
created_at: string;
|
|
108374
107650
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108375
107651
|
error_code: 'august_lock_not_authorized';
|
|
108376
|
-
} | {
|
|
108377
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108378
|
-
message: string;
|
|
108379
|
-
/** Indicates that the error is a device error. */
|
|
108380
|
-
is_device_error: true;
|
|
108381
|
-
/** Date and time at which Seam created the error. */
|
|
108382
|
-
created_at: string;
|
|
108383
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108384
|
-
error_code: 'august_lock_missing_bridge';
|
|
108385
|
-
} | {
|
|
108386
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108387
|
-
message: string;
|
|
108388
|
-
/** Indicates that the error is a device error. */
|
|
108389
|
-
is_device_error: true;
|
|
108390
|
-
/** Date and time at which Seam created the error. */
|
|
108391
|
-
created_at: string;
|
|
108392
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108393
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
108394
107652
|
} | {
|
|
108395
107653
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108396
107654
|
message: string;
|
|
@@ -108418,15 +107676,6 @@ export type Routes = {
|
|
|
108418
107676
|
created_at: string;
|
|
108419
107677
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108420
107678
|
error_code: 'subscription_required';
|
|
108421
|
-
} | {
|
|
108422
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108423
|
-
message: string;
|
|
108424
|
-
/** Indicates that the error is a device error. */
|
|
108425
|
-
is_device_error: true;
|
|
108426
|
-
/** Date and time at which Seam created the error. */
|
|
108427
|
-
created_at: string;
|
|
108428
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108429
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
108430
107679
|
} | {
|
|
108431
107680
|
/** Date and time at which Seam created the error. */
|
|
108432
107681
|
created_at: string;
|
|
@@ -108454,13 +107703,6 @@ export type Routes = {
|
|
|
108454
107703
|
created_at: string;
|
|
108455
107704
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108456
107705
|
warning_code: 'many_active_backup_codes';
|
|
108457
|
-
} | {
|
|
108458
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
108459
|
-
message: string;
|
|
108460
|
-
/** Date and time at which Seam created the warning. */
|
|
108461
|
-
created_at: string;
|
|
108462
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108463
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
108464
107706
|
} | {
|
|
108465
107707
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
108466
107708
|
message: string;
|
|
@@ -109856,24 +109098,6 @@ export type Routes = {
|
|
|
109856
109098
|
created_at: string;
|
|
109857
109099
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109858
109100
|
error_code: 'august_lock_not_authorized';
|
|
109859
|
-
} | {
|
|
109860
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109861
|
-
message: string;
|
|
109862
|
-
/** Indicates that the error is a device error. */
|
|
109863
|
-
is_device_error: true;
|
|
109864
|
-
/** Date and time at which Seam created the error. */
|
|
109865
|
-
created_at: string;
|
|
109866
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109867
|
-
error_code: 'august_lock_missing_bridge';
|
|
109868
|
-
} | {
|
|
109869
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109870
|
-
message: string;
|
|
109871
|
-
/** Indicates that the error is a device error. */
|
|
109872
|
-
is_device_error: true;
|
|
109873
|
-
/** Date and time at which Seam created the error. */
|
|
109874
|
-
created_at: string;
|
|
109875
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109876
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
109877
109101
|
} | {
|
|
109878
109102
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109879
109103
|
message: string;
|
|
@@ -109901,15 +109125,6 @@ export type Routes = {
|
|
|
109901
109125
|
created_at: string;
|
|
109902
109126
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109903
109127
|
error_code: 'subscription_required';
|
|
109904
|
-
} | {
|
|
109905
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109906
|
-
message: string;
|
|
109907
|
-
/** Indicates that the error is a device error. */
|
|
109908
|
-
is_device_error: true;
|
|
109909
|
-
/** Date and time at which Seam created the error. */
|
|
109910
|
-
created_at: string;
|
|
109911
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109912
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
109913
109128
|
} | {
|
|
109914
109129
|
/** Date and time at which Seam created the error. */
|
|
109915
109130
|
created_at: string;
|
|
@@ -109937,13 +109152,6 @@ export type Routes = {
|
|
|
109937
109152
|
created_at: string;
|
|
109938
109153
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109939
109154
|
warning_code: 'many_active_backup_codes';
|
|
109940
|
-
} | {
|
|
109941
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109942
|
-
message: string;
|
|
109943
|
-
/** Date and time at which Seam created the warning. */
|
|
109944
|
-
created_at: string;
|
|
109945
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109946
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
109947
109155
|
} | {
|
|
109948
109156
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109949
109157
|
message: string;
|
|
@@ -112601,24 +111809,6 @@ export type Routes = {
|
|
|
112601
111809
|
created_at: string;
|
|
112602
111810
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112603
111811
|
error_code: 'august_lock_not_authorized';
|
|
112604
|
-
} | {
|
|
112605
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
112606
|
-
message: string;
|
|
112607
|
-
/** Indicates that the error is a device error. */
|
|
112608
|
-
is_device_error: true;
|
|
112609
|
-
/** Date and time at which Seam created the error. */
|
|
112610
|
-
created_at: string;
|
|
112611
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112612
|
-
error_code: 'august_lock_missing_bridge';
|
|
112613
|
-
} | {
|
|
112614
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
112615
|
-
message: string;
|
|
112616
|
-
/** Indicates that the error is a device error. */
|
|
112617
|
-
is_device_error: true;
|
|
112618
|
-
/** Date and time at which Seam created the error. */
|
|
112619
|
-
created_at: string;
|
|
112620
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112621
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
112622
111812
|
} | {
|
|
112623
111813
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
112624
111814
|
message: string;
|
|
@@ -112646,15 +111836,6 @@ export type Routes = {
|
|
|
112646
111836
|
created_at: string;
|
|
112647
111837
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112648
111838
|
error_code: 'subscription_required';
|
|
112649
|
-
} | {
|
|
112650
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
112651
|
-
message: string;
|
|
112652
|
-
/** Indicates that the error is a device error. */
|
|
112653
|
-
is_device_error: true;
|
|
112654
|
-
/** Date and time at which Seam created the error. */
|
|
112655
|
-
created_at: string;
|
|
112656
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112657
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
112658
111839
|
} | {
|
|
112659
111840
|
/** Date and time at which Seam created the error. */
|
|
112660
111841
|
created_at: string;
|
|
@@ -112682,13 +111863,6 @@ export type Routes = {
|
|
|
112682
111863
|
created_at: string;
|
|
112683
111864
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112684
111865
|
warning_code: 'many_active_backup_codes';
|
|
112685
|
-
} | {
|
|
112686
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
112687
|
-
message: string;
|
|
112688
|
-
/** Date and time at which Seam created the warning. */
|
|
112689
|
-
created_at: string;
|
|
112690
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112691
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
112692
111866
|
} | {
|
|
112693
111867
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
112694
111868
|
message: string;
|
|
@@ -115931,24 +115105,6 @@ export type Routes = {
|
|
|
115931
115105
|
created_at: string;
|
|
115932
115106
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
115933
115107
|
error_code: 'august_lock_not_authorized';
|
|
115934
|
-
} | {
|
|
115935
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
115936
|
-
message: string;
|
|
115937
|
-
/** Indicates that the error is a device error. */
|
|
115938
|
-
is_device_error: true;
|
|
115939
|
-
/** Date and time at which Seam created the error. */
|
|
115940
|
-
created_at: string;
|
|
115941
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
115942
|
-
error_code: 'august_lock_missing_bridge';
|
|
115943
|
-
} | {
|
|
115944
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
115945
|
-
message: string;
|
|
115946
|
-
/** Indicates that the error is a device error. */
|
|
115947
|
-
is_device_error: true;
|
|
115948
|
-
/** Date and time at which Seam created the error. */
|
|
115949
|
-
created_at: string;
|
|
115950
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
115951
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
115952
115108
|
} | {
|
|
115953
115109
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
115954
115110
|
message: string;
|
|
@@ -115976,15 +115132,6 @@ export type Routes = {
|
|
|
115976
115132
|
created_at: string;
|
|
115977
115133
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
115978
115134
|
error_code: 'subscription_required';
|
|
115979
|
-
} | {
|
|
115980
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
115981
|
-
message: string;
|
|
115982
|
-
/** Indicates that the error is a device error. */
|
|
115983
|
-
is_device_error: true;
|
|
115984
|
-
/** Date and time at which Seam created the error. */
|
|
115985
|
-
created_at: string;
|
|
115986
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
115987
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
115988
115135
|
} | {
|
|
115989
115136
|
/** Date and time at which Seam created the error. */
|
|
115990
115137
|
created_at: string;
|
|
@@ -116012,13 +115159,6 @@ export type Routes = {
|
|
|
116012
115159
|
created_at: string;
|
|
116013
115160
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
116014
115161
|
warning_code: 'many_active_backup_codes';
|
|
116015
|
-
} | {
|
|
116016
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
116017
|
-
message: string;
|
|
116018
|
-
/** Date and time at which Seam created the warning. */
|
|
116019
|
-
created_at: string;
|
|
116020
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
116021
|
-
warning_code: 'wyze_device_missing_gateway';
|
|
116022
115162
|
} | {
|
|
116023
115163
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
116024
115164
|
message: string;
|
|
@@ -120567,24 +119707,6 @@ export type Routes = {
|
|
|
120567
119707
|
created_at: string;
|
|
120568
119708
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120569
119709
|
error_code: 'august_lock_not_authorized';
|
|
120570
|
-
} | {
|
|
120571
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120572
|
-
message: string;
|
|
120573
|
-
/** Indicates that the error is a device error. */
|
|
120574
|
-
is_device_error: true;
|
|
120575
|
-
/** Date and time at which Seam created the error. */
|
|
120576
|
-
created_at: string;
|
|
120577
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120578
|
-
error_code: 'august_lock_missing_bridge';
|
|
120579
|
-
} | {
|
|
120580
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120581
|
-
message: string;
|
|
120582
|
-
/** Indicates that the error is a device error. */
|
|
120583
|
-
is_device_error: true;
|
|
120584
|
-
/** Date and time at which Seam created the error. */
|
|
120585
|
-
created_at: string;
|
|
120586
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120587
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
120588
119710
|
} | {
|
|
120589
119711
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120590
119712
|
message: string;
|
|
@@ -120612,15 +119734,6 @@ export type Routes = {
|
|
|
120612
119734
|
created_at: string;
|
|
120613
119735
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120614
119736
|
error_code: 'subscription_required';
|
|
120615
|
-
} | {
|
|
120616
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120617
|
-
message: string;
|
|
120618
|
-
/** Indicates that the error is a device error. */
|
|
120619
|
-
is_device_error: true;
|
|
120620
|
-
/** Date and time at which Seam created the error. */
|
|
120621
|
-
created_at: string;
|
|
120622
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120623
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
120624
119737
|
} | {
|
|
120625
119738
|
/** Date and time at which Seam created the error. */
|
|
120626
119739
|
created_at: string;
|
|
@@ -120715,6 +119828,13 @@ export type Routes = {
|
|
|
120715
119828
|
created_at?: string | undefined;
|
|
120716
119829
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
120717
119830
|
warning_code: 'being_deleted';
|
|
119831
|
+
} | {
|
|
119832
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119833
|
+
message: string;
|
|
119834
|
+
/** Date and time at which Seam created the warning. */
|
|
119835
|
+
created_at?: string | undefined;
|
|
119836
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119837
|
+
warning_code: 'unknown_issue_with_access_code';
|
|
120718
119838
|
})[];
|
|
120719
119839
|
/** Indicates that Seam does not manage the access code. */
|
|
120720
119840
|
is_managed: false;
|
|
@@ -120944,24 +120064,6 @@ export type Routes = {
|
|
|
120944
120064
|
created_at: string;
|
|
120945
120065
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120946
120066
|
error_code: 'august_lock_not_authorized';
|
|
120947
|
-
} | {
|
|
120948
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120949
|
-
message: string;
|
|
120950
|
-
/** Indicates that the error is a device error. */
|
|
120951
|
-
is_device_error: true;
|
|
120952
|
-
/** Date and time at which Seam created the error. */
|
|
120953
|
-
created_at: string;
|
|
120954
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120955
|
-
error_code: 'august_lock_missing_bridge';
|
|
120956
|
-
} | {
|
|
120957
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120958
|
-
message: string;
|
|
120959
|
-
/** Indicates that the error is a device error. */
|
|
120960
|
-
is_device_error: true;
|
|
120961
|
-
/** Date and time at which Seam created the error. */
|
|
120962
|
-
created_at: string;
|
|
120963
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120964
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
120965
120067
|
} | {
|
|
120966
120068
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120967
120069
|
message: string;
|
|
@@ -120989,15 +120091,6 @@ export type Routes = {
|
|
|
120989
120091
|
created_at: string;
|
|
120990
120092
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120991
120093
|
error_code: 'subscription_required';
|
|
120992
|
-
} | {
|
|
120993
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120994
|
-
message: string;
|
|
120995
|
-
/** Indicates that the error is a device error. */
|
|
120996
|
-
is_device_error: true;
|
|
120997
|
-
/** Date and time at which Seam created the error. */
|
|
120998
|
-
created_at: string;
|
|
120999
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
121000
|
-
error_code: 'lockly_missing_wifi_bridge';
|
|
121001
120094
|
} | {
|
|
121002
120095
|
/** Date and time at which Seam created the error. */
|
|
121003
120096
|
created_at: string;
|
|
@@ -121092,6 +120185,13 @@ export type Routes = {
|
|
|
121092
120185
|
created_at?: string | undefined;
|
|
121093
120186
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
121094
120187
|
warning_code: 'being_deleted';
|
|
120188
|
+
} | {
|
|
120189
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
120190
|
+
message: string;
|
|
120191
|
+
/** Date and time at which Seam created the warning. */
|
|
120192
|
+
created_at?: string | undefined;
|
|
120193
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
120194
|
+
warning_code: 'unknown_issue_with_access_code';
|
|
121095
120195
|
})[];
|
|
121096
120196
|
/** Indicates whether Seam manages the access code. */
|
|
121097
120197
|
is_managed: true;
|