@seamapi/types 1.960.0 → 1.961.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +2 -517
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -1392
- package/dist/index.cjs +2 -517
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -78
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -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 +0 -468
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -977
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +0 -63
- package/src/lib/seam/connect/openapi.ts +0 -538
- package/src/lib/seam/connect/route-types.ts +0 -1090
|
@@ -2266,26 +2266,6 @@ export type Routes = {
|
|
|
2266
2266
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2267
2267
|
error_code: 'august_lock_not_authorized'
|
|
2268
2268
|
}
|
|
2269
|
-
| {
|
|
2270
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2271
|
-
message: string
|
|
2272
|
-
/** Indicates that the error is a device error. */
|
|
2273
|
-
is_device_error: true
|
|
2274
|
-
/** Date and time at which Seam created the error. */
|
|
2275
|
-
created_at: string
|
|
2276
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2277
|
-
error_code: 'august_lock_missing_bridge'
|
|
2278
|
-
}
|
|
2279
|
-
| {
|
|
2280
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2281
|
-
message: string
|
|
2282
|
-
/** Indicates that the error is a device error. */
|
|
2283
|
-
is_device_error: true
|
|
2284
|
-
/** Date and time at which Seam created the error. */
|
|
2285
|
-
created_at: string
|
|
2286
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2287
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
2288
|
-
}
|
|
2289
2269
|
| {
|
|
2290
2270
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2291
2271
|
message: string
|
|
@@ -2316,16 +2296,6 @@ export type Routes = {
|
|
|
2316
2296
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2317
2297
|
error_code: 'subscription_required'
|
|
2318
2298
|
}
|
|
2319
|
-
| {
|
|
2320
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2321
|
-
message: string
|
|
2322
|
-
/** Indicates that the error is a device error. */
|
|
2323
|
-
is_device_error: true
|
|
2324
|
-
/** Date and time at which Seam created the error. */
|
|
2325
|
-
created_at: string
|
|
2326
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2327
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
2328
|
-
}
|
|
2329
2299
|
| {
|
|
2330
2300
|
/** Date and time at which Seam created the error. */
|
|
2331
2301
|
created_at: string
|
|
@@ -2829,26 +2799,6 @@ export type Routes = {
|
|
|
2829
2799
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2830
2800
|
error_code: 'august_lock_not_authorized'
|
|
2831
2801
|
}
|
|
2832
|
-
| {
|
|
2833
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2834
|
-
message: string
|
|
2835
|
-
/** Indicates that the error is a device error. */
|
|
2836
|
-
is_device_error: true
|
|
2837
|
-
/** Date and time at which Seam created the error. */
|
|
2838
|
-
created_at: string
|
|
2839
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2840
|
-
error_code: 'august_lock_missing_bridge'
|
|
2841
|
-
}
|
|
2842
|
-
| {
|
|
2843
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2844
|
-
message: string
|
|
2845
|
-
/** Indicates that the error is a device error. */
|
|
2846
|
-
is_device_error: true
|
|
2847
|
-
/** Date and time at which Seam created the error. */
|
|
2848
|
-
created_at: string
|
|
2849
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2850
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
2851
|
-
}
|
|
2852
2802
|
| {
|
|
2853
2803
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2854
2804
|
message: string
|
|
@@ -2879,16 +2829,6 @@ export type Routes = {
|
|
|
2879
2829
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2880
2830
|
error_code: 'subscription_required'
|
|
2881
2831
|
}
|
|
2882
|
-
| {
|
|
2883
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2884
|
-
message: string
|
|
2885
|
-
/** Indicates that the error is a device error. */
|
|
2886
|
-
is_device_error: true
|
|
2887
|
-
/** Date and time at which Seam created the error. */
|
|
2888
|
-
created_at: string
|
|
2889
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2890
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
2891
|
-
}
|
|
2892
2832
|
| {
|
|
2893
2833
|
/** Date and time at which Seam created the error. */
|
|
2894
2834
|
created_at: string
|
|
@@ -5407,26 +5347,6 @@ export type Routes = {
|
|
|
5407
5347
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5408
5348
|
error_code: 'august_lock_not_authorized'
|
|
5409
5349
|
}
|
|
5410
|
-
| {
|
|
5411
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5412
|
-
message: string
|
|
5413
|
-
/** Indicates that the error is a device error. */
|
|
5414
|
-
is_device_error: true
|
|
5415
|
-
/** Date and time at which Seam created the error. */
|
|
5416
|
-
created_at: string
|
|
5417
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5418
|
-
error_code: 'august_lock_missing_bridge'
|
|
5419
|
-
}
|
|
5420
|
-
| {
|
|
5421
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5422
|
-
message: string
|
|
5423
|
-
/** Indicates that the error is a device error. */
|
|
5424
|
-
is_device_error: true
|
|
5425
|
-
/** Date and time at which Seam created the error. */
|
|
5426
|
-
created_at: string
|
|
5427
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5428
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
5429
|
-
}
|
|
5430
5350
|
| {
|
|
5431
5351
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5432
5352
|
message: string
|
|
@@ -5457,16 +5377,6 @@ export type Routes = {
|
|
|
5457
5377
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5458
5378
|
error_code: 'subscription_required'
|
|
5459
5379
|
}
|
|
5460
|
-
| {
|
|
5461
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5462
|
-
message: string
|
|
5463
|
-
/** Indicates that the error is a device error. */
|
|
5464
|
-
is_device_error: true
|
|
5465
|
-
/** Date and time at which Seam created the error. */
|
|
5466
|
-
created_at: string
|
|
5467
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5468
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
5469
|
-
}
|
|
5470
5380
|
| {
|
|
5471
5381
|
/** Date and time at which Seam created the error. */
|
|
5472
5382
|
created_at: string
|
|
@@ -6071,26 +5981,6 @@ export type Routes = {
|
|
|
6071
5981
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6072
5982
|
error_code: 'august_lock_not_authorized'
|
|
6073
5983
|
}
|
|
6074
|
-
| {
|
|
6075
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6076
|
-
message: string
|
|
6077
|
-
/** Indicates that the error is a device error. */
|
|
6078
|
-
is_device_error: true
|
|
6079
|
-
/** Date and time at which Seam created the error. */
|
|
6080
|
-
created_at: string
|
|
6081
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6082
|
-
error_code: 'august_lock_missing_bridge'
|
|
6083
|
-
}
|
|
6084
|
-
| {
|
|
6085
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6086
|
-
message: string
|
|
6087
|
-
/** Indicates that the error is a device error. */
|
|
6088
|
-
is_device_error: true
|
|
6089
|
-
/** Date and time at which Seam created the error. */
|
|
6090
|
-
created_at: string
|
|
6091
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6092
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
6093
|
-
}
|
|
6094
5984
|
| {
|
|
6095
5985
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6096
5986
|
message: string
|
|
@@ -6121,16 +6011,6 @@ export type Routes = {
|
|
|
6121
6011
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6122
6012
|
error_code: 'subscription_required'
|
|
6123
6013
|
}
|
|
6124
|
-
| {
|
|
6125
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6126
|
-
message: string
|
|
6127
|
-
/** Indicates that the error is a device error. */
|
|
6128
|
-
is_device_error: true
|
|
6129
|
-
/** Date and time at which Seam created the error. */
|
|
6130
|
-
created_at: string
|
|
6131
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6132
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
6133
|
-
}
|
|
6134
6014
|
| {
|
|
6135
6015
|
/** Date and time at which Seam created the error. */
|
|
6136
6016
|
created_at: string
|
|
@@ -6625,26 +6505,6 @@ export type Routes = {
|
|
|
6625
6505
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6626
6506
|
error_code: 'august_lock_not_authorized'
|
|
6627
6507
|
}
|
|
6628
|
-
| {
|
|
6629
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6630
|
-
message: string
|
|
6631
|
-
/** Indicates that the error is a device error. */
|
|
6632
|
-
is_device_error: true
|
|
6633
|
-
/** Date and time at which Seam created the error. */
|
|
6634
|
-
created_at: string
|
|
6635
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6636
|
-
error_code: 'august_lock_missing_bridge'
|
|
6637
|
-
}
|
|
6638
|
-
| {
|
|
6639
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6640
|
-
message: string
|
|
6641
|
-
/** Indicates that the error is a device error. */
|
|
6642
|
-
is_device_error: true
|
|
6643
|
-
/** Date and time at which Seam created the error. */
|
|
6644
|
-
created_at: string
|
|
6645
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6646
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
6647
|
-
}
|
|
6648
6508
|
| {
|
|
6649
6509
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6650
6510
|
message: string
|
|
@@ -6675,16 +6535,6 @@ export type Routes = {
|
|
|
6675
6535
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6676
6536
|
error_code: 'subscription_required'
|
|
6677
6537
|
}
|
|
6678
|
-
| {
|
|
6679
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6680
|
-
message: string
|
|
6681
|
-
/** Indicates that the error is a device error. */
|
|
6682
|
-
is_device_error: true
|
|
6683
|
-
/** Date and time at which Seam created the error. */
|
|
6684
|
-
created_at: string
|
|
6685
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6686
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
6687
|
-
}
|
|
6688
6538
|
| {
|
|
6689
6539
|
/** Date and time at which Seam created the error. */
|
|
6690
6540
|
created_at: string
|
|
@@ -7156,26 +7006,6 @@ export type Routes = {
|
|
|
7156
7006
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7157
7007
|
error_code: 'august_lock_not_authorized'
|
|
7158
7008
|
}
|
|
7159
|
-
| {
|
|
7160
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7161
|
-
message: string
|
|
7162
|
-
/** Indicates that the error is a device error. */
|
|
7163
|
-
is_device_error: true
|
|
7164
|
-
/** Date and time at which Seam created the error. */
|
|
7165
|
-
created_at: string
|
|
7166
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7167
|
-
error_code: 'august_lock_missing_bridge'
|
|
7168
|
-
}
|
|
7169
|
-
| {
|
|
7170
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7171
|
-
message: string
|
|
7172
|
-
/** Indicates that the error is a device error. */
|
|
7173
|
-
is_device_error: true
|
|
7174
|
-
/** Date and time at which Seam created the error. */
|
|
7175
|
-
created_at: string
|
|
7176
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7177
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
7178
|
-
}
|
|
7179
7009
|
| {
|
|
7180
7010
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7181
7011
|
message: string
|
|
@@ -7206,16 +7036,6 @@ export type Routes = {
|
|
|
7206
7036
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7207
7037
|
error_code: 'subscription_required'
|
|
7208
7038
|
}
|
|
7209
|
-
| {
|
|
7210
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7211
|
-
message: string
|
|
7212
|
-
/** Indicates that the error is a device error. */
|
|
7213
|
-
is_device_error: true
|
|
7214
|
-
/** Date and time at which Seam created the error. */
|
|
7215
|
-
created_at: string
|
|
7216
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7217
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
7218
|
-
}
|
|
7219
7039
|
| {
|
|
7220
7040
|
/** Date and time at which Seam created the error. */
|
|
7221
7041
|
created_at: string
|
|
@@ -7720,26 +7540,6 @@ export type Routes = {
|
|
|
7720
7540
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7721
7541
|
error_code: 'august_lock_not_authorized'
|
|
7722
7542
|
}
|
|
7723
|
-
| {
|
|
7724
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7725
|
-
message: string
|
|
7726
|
-
/** Indicates that the error is a device error. */
|
|
7727
|
-
is_device_error: true
|
|
7728
|
-
/** Date and time at which Seam created the error. */
|
|
7729
|
-
created_at: string
|
|
7730
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7731
|
-
error_code: 'august_lock_missing_bridge'
|
|
7732
|
-
}
|
|
7733
|
-
| {
|
|
7734
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7735
|
-
message: string
|
|
7736
|
-
/** Indicates that the error is a device error. */
|
|
7737
|
-
is_device_error: true
|
|
7738
|
-
/** Date and time at which Seam created the error. */
|
|
7739
|
-
created_at: string
|
|
7740
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7741
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
7742
|
-
}
|
|
7743
7543
|
| {
|
|
7744
7544
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7745
7545
|
message: string
|
|
@@ -7770,16 +7570,6 @@ export type Routes = {
|
|
|
7770
7570
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7771
7571
|
error_code: 'subscription_required'
|
|
7772
7572
|
}
|
|
7773
|
-
| {
|
|
7774
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7775
|
-
message: string
|
|
7776
|
-
/** Indicates that the error is a device error. */
|
|
7777
|
-
is_device_error: true
|
|
7778
|
-
/** Date and time at which Seam created the error. */
|
|
7779
|
-
created_at: string
|
|
7780
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7781
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
7782
|
-
}
|
|
7783
7573
|
| {
|
|
7784
7574
|
/** Date and time at which Seam created the error. */
|
|
7785
7575
|
created_at: string
|
|
@@ -10200,26 +9990,6 @@ export type Routes = {
|
|
|
10200
9990
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10201
9991
|
error_code: 'august_lock_not_authorized'
|
|
10202
9992
|
}
|
|
10203
|
-
| {
|
|
10204
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10205
|
-
message: string
|
|
10206
|
-
/** Indicates that the error is a device error. */
|
|
10207
|
-
is_device_error: true
|
|
10208
|
-
/** Date and time at which Seam created the error. */
|
|
10209
|
-
created_at: string
|
|
10210
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10211
|
-
error_code: 'august_lock_missing_bridge'
|
|
10212
|
-
}
|
|
10213
|
-
| {
|
|
10214
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10215
|
-
message: string
|
|
10216
|
-
/** Indicates that the error is a device error. */
|
|
10217
|
-
is_device_error: true
|
|
10218
|
-
/** Date and time at which Seam created the error. */
|
|
10219
|
-
created_at: string
|
|
10220
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10221
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
10222
|
-
}
|
|
10223
9993
|
| {
|
|
10224
9994
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10225
9995
|
message: string
|
|
@@ -10250,16 +10020,6 @@ export type Routes = {
|
|
|
10250
10020
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10251
10021
|
error_code: 'subscription_required'
|
|
10252
10022
|
}
|
|
10253
|
-
| {
|
|
10254
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10255
|
-
message: string
|
|
10256
|
-
/** Indicates that the error is a device error. */
|
|
10257
|
-
is_device_error: true
|
|
10258
|
-
/** Date and time at which Seam created the error. */
|
|
10259
|
-
created_at: string
|
|
10260
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10261
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
10262
|
-
}
|
|
10263
10023
|
| {
|
|
10264
10024
|
/** Date and time at which Seam created the error. */
|
|
10265
10025
|
created_at: string
|
|
@@ -10643,26 +10403,6 @@ export type Routes = {
|
|
|
10643
10403
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10644
10404
|
error_code: 'august_lock_not_authorized'
|
|
10645
10405
|
}
|
|
10646
|
-
| {
|
|
10647
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10648
|
-
message: string
|
|
10649
|
-
/** Indicates that the error is a device error. */
|
|
10650
|
-
is_device_error: true
|
|
10651
|
-
/** Date and time at which Seam created the error. */
|
|
10652
|
-
created_at: string
|
|
10653
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10654
|
-
error_code: 'august_lock_missing_bridge'
|
|
10655
|
-
}
|
|
10656
|
-
| {
|
|
10657
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10658
|
-
message: string
|
|
10659
|
-
/** Indicates that the error is a device error. */
|
|
10660
|
-
is_device_error: true
|
|
10661
|
-
/** Date and time at which Seam created the error. */
|
|
10662
|
-
created_at: string
|
|
10663
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10664
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
10665
|
-
}
|
|
10666
10406
|
| {
|
|
10667
10407
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10668
10408
|
message: string
|
|
@@ -10693,16 +10433,6 @@ export type Routes = {
|
|
|
10693
10433
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10694
10434
|
error_code: 'subscription_required'
|
|
10695
10435
|
}
|
|
10696
|
-
| {
|
|
10697
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10698
|
-
message: string
|
|
10699
|
-
/** Indicates that the error is a device error. */
|
|
10700
|
-
is_device_error: true
|
|
10701
|
-
/** Date and time at which Seam created the error. */
|
|
10702
|
-
created_at: string
|
|
10703
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10704
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
10705
|
-
}
|
|
10706
10436
|
| {
|
|
10707
10437
|
/** Date and time at which Seam created the error. */
|
|
10708
10438
|
created_at: string
|
|
@@ -15116,26 +14846,6 @@ export type Routes = {
|
|
|
15116
14846
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
15117
14847
|
error_code: 'august_lock_not_authorized'
|
|
15118
14848
|
}
|
|
15119
|
-
| {
|
|
15120
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
15121
|
-
message: string
|
|
15122
|
-
/** Indicates that the error is a device error. */
|
|
15123
|
-
is_device_error: true
|
|
15124
|
-
/** Date and time at which Seam created the error. */
|
|
15125
|
-
created_at: string
|
|
15126
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
15127
|
-
error_code: 'august_lock_missing_bridge'
|
|
15128
|
-
}
|
|
15129
|
-
| {
|
|
15130
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
15131
|
-
message: string
|
|
15132
|
-
/** Indicates that the error is a device error. */
|
|
15133
|
-
is_device_error: true
|
|
15134
|
-
/** Date and time at which Seam created the error. */
|
|
15135
|
-
created_at: string
|
|
15136
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
15137
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
15138
|
-
}
|
|
15139
14849
|
| {
|
|
15140
14850
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
15141
14851
|
message: string
|
|
@@ -15166,16 +14876,6 @@ export type Routes = {
|
|
|
15166
14876
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
15167
14877
|
error_code: 'subscription_required'
|
|
15168
14878
|
}
|
|
15169
|
-
| {
|
|
15170
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
15171
|
-
message: string
|
|
15172
|
-
/** Indicates that the error is a device error. */
|
|
15173
|
-
is_device_error: true
|
|
15174
|
-
/** Date and time at which Seam created the error. */
|
|
15175
|
-
created_at: string
|
|
15176
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
15177
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
15178
|
-
}
|
|
15179
14879
|
| {
|
|
15180
14880
|
/** Date and time at which Seam created the error. */
|
|
15181
14881
|
created_at: string
|
|
@@ -15207,14 +14907,6 @@ export type Routes = {
|
|
|
15207
14907
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15208
14908
|
warning_code: 'many_active_backup_codes'
|
|
15209
14909
|
}
|
|
15210
|
-
| {
|
|
15211
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
15212
|
-
message: string
|
|
15213
|
-
/** Date and time at which Seam created the warning. */
|
|
15214
|
-
created_at: string
|
|
15215
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15216
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
15217
|
-
}
|
|
15218
14910
|
| {
|
|
15219
14911
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
15220
14912
|
message: string
|
|
@@ -23303,26 +22995,6 @@ export type Routes = {
|
|
|
23303
22995
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23304
22996
|
error_code: 'august_lock_not_authorized'
|
|
23305
22997
|
}
|
|
23306
|
-
| {
|
|
23307
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23308
|
-
message: string
|
|
23309
|
-
/** Indicates that the error is a device error. */
|
|
23310
|
-
is_device_error: true
|
|
23311
|
-
/** Date and time at which Seam created the error. */
|
|
23312
|
-
created_at: string
|
|
23313
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23314
|
-
error_code: 'august_lock_missing_bridge'
|
|
23315
|
-
}
|
|
23316
|
-
| {
|
|
23317
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23318
|
-
message: string
|
|
23319
|
-
/** Indicates that the error is a device error. */
|
|
23320
|
-
is_device_error: true
|
|
23321
|
-
/** Date and time at which Seam created the error. */
|
|
23322
|
-
created_at: string
|
|
23323
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23324
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
23325
|
-
}
|
|
23326
22998
|
| {
|
|
23327
22999
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23328
23000
|
message: string
|
|
@@ -23353,16 +23025,6 @@ export type Routes = {
|
|
|
23353
23025
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23354
23026
|
error_code: 'subscription_required'
|
|
23355
23027
|
}
|
|
23356
|
-
| {
|
|
23357
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23358
|
-
message: string
|
|
23359
|
-
/** Indicates that the error is a device error. */
|
|
23360
|
-
is_device_error: true
|
|
23361
|
-
/** Date and time at which Seam created the error. */
|
|
23362
|
-
created_at: string
|
|
23363
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23364
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
23365
|
-
}
|
|
23366
23028
|
| {
|
|
23367
23029
|
/** Date and time at which Seam created the error. */
|
|
23368
23030
|
created_at: string
|
|
@@ -23394,14 +23056,6 @@ export type Routes = {
|
|
|
23394
23056
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23395
23057
|
warning_code: 'many_active_backup_codes'
|
|
23396
23058
|
}
|
|
23397
|
-
| {
|
|
23398
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23399
|
-
message: string
|
|
23400
|
-
/** Date and time at which Seam created the warning. */
|
|
23401
|
-
created_at: string
|
|
23402
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23403
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
23404
|
-
}
|
|
23405
23059
|
| {
|
|
23406
23060
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23407
23061
|
message: string
|
|
@@ -50243,26 +49897,6 @@ export type Routes = {
|
|
|
50243
49897
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
50244
49898
|
error_code: 'august_lock_not_authorized'
|
|
50245
49899
|
}
|
|
50246
|
-
| {
|
|
50247
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50248
|
-
message: string
|
|
50249
|
-
/** Indicates that the error is a device error. */
|
|
50250
|
-
is_device_error: true
|
|
50251
|
-
/** Date and time at which Seam created the error. */
|
|
50252
|
-
created_at: string
|
|
50253
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
50254
|
-
error_code: 'august_lock_missing_bridge'
|
|
50255
|
-
}
|
|
50256
|
-
| {
|
|
50257
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50258
|
-
message: string
|
|
50259
|
-
/** Indicates that the error is a device error. */
|
|
50260
|
-
is_device_error: true
|
|
50261
|
-
/** Date and time at which Seam created the error. */
|
|
50262
|
-
created_at: string
|
|
50263
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
50264
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
50265
|
-
}
|
|
50266
49900
|
| {
|
|
50267
49901
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50268
49902
|
message: string
|
|
@@ -50293,16 +49927,6 @@ export type Routes = {
|
|
|
50293
49927
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
50294
49928
|
error_code: 'subscription_required'
|
|
50295
49929
|
}
|
|
50296
|
-
| {
|
|
50297
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50298
|
-
message: string
|
|
50299
|
-
/** Indicates that the error is a device error. */
|
|
50300
|
-
is_device_error: true
|
|
50301
|
-
/** Date and time at which Seam created the error. */
|
|
50302
|
-
created_at: string
|
|
50303
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
50304
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
50305
|
-
}
|
|
50306
49930
|
| {
|
|
50307
49931
|
/** Date and time at which Seam created the error. */
|
|
50308
49932
|
created_at: string
|
|
@@ -50334,14 +49958,6 @@ export type Routes = {
|
|
|
50334
49958
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
50335
49959
|
warning_code: 'many_active_backup_codes'
|
|
50336
49960
|
}
|
|
50337
|
-
| {
|
|
50338
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
50339
|
-
message: string
|
|
50340
|
-
/** Date and time at which Seam created the warning. */
|
|
50341
|
-
created_at: string
|
|
50342
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
50343
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
50344
|
-
}
|
|
50345
49961
|
| {
|
|
50346
49962
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
50347
49963
|
message: string
|
|
@@ -52368,26 +51984,6 @@ export type Routes = {
|
|
|
52368
51984
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52369
51985
|
error_code: 'august_lock_not_authorized'
|
|
52370
51986
|
}
|
|
52371
|
-
| {
|
|
52372
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52373
|
-
message: string
|
|
52374
|
-
/** Indicates that the error is a device error. */
|
|
52375
|
-
is_device_error: true
|
|
52376
|
-
/** Date and time at which Seam created the error. */
|
|
52377
|
-
created_at: string
|
|
52378
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52379
|
-
error_code: 'august_lock_missing_bridge'
|
|
52380
|
-
}
|
|
52381
|
-
| {
|
|
52382
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52383
|
-
message: string
|
|
52384
|
-
/** Indicates that the error is a device error. */
|
|
52385
|
-
is_device_error: true
|
|
52386
|
-
/** Date and time at which Seam created the error. */
|
|
52387
|
-
created_at: string
|
|
52388
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52389
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
52390
|
-
}
|
|
52391
51987
|
| {
|
|
52392
51988
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52393
51989
|
message: string
|
|
@@ -52418,16 +52014,6 @@ export type Routes = {
|
|
|
52418
52014
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52419
52015
|
error_code: 'subscription_required'
|
|
52420
52016
|
}
|
|
52421
|
-
| {
|
|
52422
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52423
|
-
message: string
|
|
52424
|
-
/** Indicates that the error is a device error. */
|
|
52425
|
-
is_device_error: true
|
|
52426
|
-
/** Date and time at which Seam created the error. */
|
|
52427
|
-
created_at: string
|
|
52428
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52429
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
52430
|
-
}
|
|
52431
52017
|
| {
|
|
52432
52018
|
/** Date and time at which Seam created the error. */
|
|
52433
52019
|
created_at: string
|
|
@@ -52459,14 +52045,6 @@ export type Routes = {
|
|
|
52459
52045
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52460
52046
|
warning_code: 'many_active_backup_codes'
|
|
52461
52047
|
}
|
|
52462
|
-
| {
|
|
52463
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52464
|
-
message: string
|
|
52465
|
-
/** Date and time at which Seam created the warning. */
|
|
52466
|
-
created_at: string
|
|
52467
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52468
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
52469
|
-
}
|
|
52470
52048
|
| {
|
|
52471
52049
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52472
52050
|
message: string
|
|
@@ -54505,26 +54083,6 @@ export type Routes = {
|
|
|
54505
54083
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54506
54084
|
error_code: 'august_lock_not_authorized'
|
|
54507
54085
|
}
|
|
54508
|
-
| {
|
|
54509
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54510
|
-
message: string
|
|
54511
|
-
/** Indicates that the error is a device error. */
|
|
54512
|
-
is_device_error: true
|
|
54513
|
-
/** Date and time at which Seam created the error. */
|
|
54514
|
-
created_at: string
|
|
54515
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54516
|
-
error_code: 'august_lock_missing_bridge'
|
|
54517
|
-
}
|
|
54518
|
-
| {
|
|
54519
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54520
|
-
message: string
|
|
54521
|
-
/** Indicates that the error is a device error. */
|
|
54522
|
-
is_device_error: true
|
|
54523
|
-
/** Date and time at which Seam created the error. */
|
|
54524
|
-
created_at: string
|
|
54525
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54526
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
54527
|
-
}
|
|
54528
54086
|
| {
|
|
54529
54087
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54530
54088
|
message: string
|
|
@@ -54555,16 +54113,6 @@ export type Routes = {
|
|
|
54555
54113
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54556
54114
|
error_code: 'subscription_required'
|
|
54557
54115
|
}
|
|
54558
|
-
| {
|
|
54559
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54560
|
-
message: string
|
|
54561
|
-
/** Indicates that the error is a device error. */
|
|
54562
|
-
is_device_error: true
|
|
54563
|
-
/** Date and time at which Seam created the error. */
|
|
54564
|
-
created_at: string
|
|
54565
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54566
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
54567
|
-
}
|
|
54568
54116
|
| {
|
|
54569
54117
|
/** Date and time at which Seam created the error. */
|
|
54570
54118
|
created_at: string
|
|
@@ -54596,14 +54144,6 @@ export type Routes = {
|
|
|
54596
54144
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54597
54145
|
warning_code: 'many_active_backup_codes'
|
|
54598
54146
|
}
|
|
54599
|
-
| {
|
|
54600
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54601
|
-
message: string
|
|
54602
|
-
/** Date and time at which Seam created the warning. */
|
|
54603
|
-
created_at: string
|
|
54604
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54605
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
54606
|
-
}
|
|
54607
54147
|
| {
|
|
54608
54148
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54609
54149
|
message: string
|
|
@@ -55364,26 +54904,6 @@ export type Routes = {
|
|
|
55364
54904
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
55365
54905
|
error_code: 'august_lock_not_authorized'
|
|
55366
54906
|
}
|
|
55367
|
-
| {
|
|
55368
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
55369
|
-
message: string
|
|
55370
|
-
/** Indicates that the error is a device error. */
|
|
55371
|
-
is_device_error: true
|
|
55372
|
-
/** Date and time at which Seam created the error. */
|
|
55373
|
-
created_at: string
|
|
55374
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
55375
|
-
error_code: 'august_lock_missing_bridge'
|
|
55376
|
-
}
|
|
55377
|
-
| {
|
|
55378
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
55379
|
-
message: string
|
|
55380
|
-
/** Indicates that the error is a device error. */
|
|
55381
|
-
is_device_error: true
|
|
55382
|
-
/** Date and time at which Seam created the error. */
|
|
55383
|
-
created_at: string
|
|
55384
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
55385
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
55386
|
-
}
|
|
55387
54907
|
| {
|
|
55388
54908
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
55389
54909
|
message: string
|
|
@@ -55414,16 +54934,6 @@ export type Routes = {
|
|
|
55414
54934
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
55415
54935
|
error_code: 'subscription_required'
|
|
55416
54936
|
}
|
|
55417
|
-
| {
|
|
55418
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
55419
|
-
message: string
|
|
55420
|
-
/** Indicates that the error is a device error. */
|
|
55421
|
-
is_device_error: true
|
|
55422
|
-
/** Date and time at which Seam created the error. */
|
|
55423
|
-
created_at: string
|
|
55424
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
55425
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
55426
|
-
}
|
|
55427
54937
|
| {
|
|
55428
54938
|
/** Date and time at which Seam created the error. */
|
|
55429
54939
|
created_at: string
|
|
@@ -55455,14 +54965,6 @@ export type Routes = {
|
|
|
55455
54965
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55456
54966
|
warning_code: 'many_active_backup_codes'
|
|
55457
54967
|
}
|
|
55458
|
-
| {
|
|
55459
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55460
|
-
message: string
|
|
55461
|
-
/** Date and time at which Seam created the warning. */
|
|
55462
|
-
created_at: string
|
|
55463
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55464
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
55465
|
-
}
|
|
55466
54968
|
| {
|
|
55467
54969
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55468
54970
|
message: string
|
|
@@ -66984,26 +66486,6 @@ export type Routes = {
|
|
|
66984
66486
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
66985
66487
|
error_code: 'august_lock_not_authorized'
|
|
66986
66488
|
}
|
|
66987
|
-
| {
|
|
66988
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
66989
|
-
message: string
|
|
66990
|
-
/** Indicates that the error is a device error. */
|
|
66991
|
-
is_device_error: true
|
|
66992
|
-
/** Date and time at which Seam created the error. */
|
|
66993
|
-
created_at: string
|
|
66994
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
66995
|
-
error_code: 'august_lock_missing_bridge'
|
|
66996
|
-
}
|
|
66997
|
-
| {
|
|
66998
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
66999
|
-
message: string
|
|
67000
|
-
/** Indicates that the error is a device error. */
|
|
67001
|
-
is_device_error: true
|
|
67002
|
-
/** Date and time at which Seam created the error. */
|
|
67003
|
-
created_at: string
|
|
67004
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67005
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
67006
|
-
}
|
|
67007
66489
|
| {
|
|
67008
66490
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67009
66491
|
message: string
|
|
@@ -67034,16 +66516,6 @@ export type Routes = {
|
|
|
67034
66516
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67035
66517
|
error_code: 'subscription_required'
|
|
67036
66518
|
}
|
|
67037
|
-
| {
|
|
67038
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67039
|
-
message: string
|
|
67040
|
-
/** Indicates that the error is a device error. */
|
|
67041
|
-
is_device_error: true
|
|
67042
|
-
/** Date and time at which Seam created the error. */
|
|
67043
|
-
created_at: string
|
|
67044
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67045
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
67046
|
-
}
|
|
67047
66519
|
| {
|
|
67048
66520
|
/** Date and time at which Seam created the error. */
|
|
67049
66521
|
created_at: string
|
|
@@ -67075,14 +66547,6 @@ export type Routes = {
|
|
|
67075
66547
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67076
66548
|
warning_code: 'many_active_backup_codes'
|
|
67077
66549
|
}
|
|
67078
|
-
| {
|
|
67079
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67080
|
-
message: string
|
|
67081
|
-
/** Date and time at which Seam created the warning. */
|
|
67082
|
-
created_at: string
|
|
67083
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67084
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
67085
|
-
}
|
|
67086
66550
|
| {
|
|
67087
66551
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67088
66552
|
message: string
|
|
@@ -68865,26 +68329,6 @@ export type Routes = {
|
|
|
68865
68329
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68866
68330
|
error_code: 'august_lock_not_authorized'
|
|
68867
68331
|
}
|
|
68868
|
-
| {
|
|
68869
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68870
|
-
message: string
|
|
68871
|
-
/** Indicates that the error is a device error. */
|
|
68872
|
-
is_device_error: true
|
|
68873
|
-
/** Date and time at which Seam created the error. */
|
|
68874
|
-
created_at: string
|
|
68875
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68876
|
-
error_code: 'august_lock_missing_bridge'
|
|
68877
|
-
}
|
|
68878
|
-
| {
|
|
68879
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68880
|
-
message: string
|
|
68881
|
-
/** Indicates that the error is a device error. */
|
|
68882
|
-
is_device_error: true
|
|
68883
|
-
/** Date and time at which Seam created the error. */
|
|
68884
|
-
created_at: string
|
|
68885
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68886
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
68887
|
-
}
|
|
68888
68332
|
| {
|
|
68889
68333
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68890
68334
|
message: string
|
|
@@ -68915,16 +68359,6 @@ export type Routes = {
|
|
|
68915
68359
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68916
68360
|
error_code: 'subscription_required'
|
|
68917
68361
|
}
|
|
68918
|
-
| {
|
|
68919
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68920
|
-
message: string
|
|
68921
|
-
/** Indicates that the error is a device error. */
|
|
68922
|
-
is_device_error: true
|
|
68923
|
-
/** Date and time at which Seam created the error. */
|
|
68924
|
-
created_at: string
|
|
68925
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68926
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
68927
|
-
}
|
|
68928
68362
|
| {
|
|
68929
68363
|
/** Date and time at which Seam created the error. */
|
|
68930
68364
|
created_at: string
|
|
@@ -68956,14 +68390,6 @@ export type Routes = {
|
|
|
68956
68390
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68957
68391
|
warning_code: 'many_active_backup_codes'
|
|
68958
68392
|
}
|
|
68959
|
-
| {
|
|
68960
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68961
|
-
message: string
|
|
68962
|
-
/** Date and time at which Seam created the warning. */
|
|
68963
|
-
created_at: string
|
|
68964
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68965
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
68966
|
-
}
|
|
68967
68393
|
| {
|
|
68968
68394
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68969
68395
|
message: string
|
|
@@ -70943,26 +70369,6 @@ export type Routes = {
|
|
|
70943
70369
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70944
70370
|
error_code: 'august_lock_not_authorized'
|
|
70945
70371
|
}
|
|
70946
|
-
| {
|
|
70947
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70948
|
-
message: string
|
|
70949
|
-
/** Indicates that the error is a device error. */
|
|
70950
|
-
is_device_error: true
|
|
70951
|
-
/** Date and time at which Seam created the error. */
|
|
70952
|
-
created_at: string
|
|
70953
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70954
|
-
error_code: 'august_lock_missing_bridge'
|
|
70955
|
-
}
|
|
70956
|
-
| {
|
|
70957
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70958
|
-
message: string
|
|
70959
|
-
/** Indicates that the error is a device error. */
|
|
70960
|
-
is_device_error: true
|
|
70961
|
-
/** Date and time at which Seam created the error. */
|
|
70962
|
-
created_at: string
|
|
70963
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70964
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
70965
|
-
}
|
|
70966
70372
|
| {
|
|
70967
70373
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70968
70374
|
message: string
|
|
@@ -70993,16 +70399,6 @@ export type Routes = {
|
|
|
70993
70399
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70994
70400
|
error_code: 'subscription_required'
|
|
70995
70401
|
}
|
|
70996
|
-
| {
|
|
70997
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70998
|
-
message: string
|
|
70999
|
-
/** Indicates that the error is a device error. */
|
|
71000
|
-
is_device_error: true
|
|
71001
|
-
/** Date and time at which Seam created the error. */
|
|
71002
|
-
created_at: string
|
|
71003
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71004
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
71005
|
-
}
|
|
71006
70402
|
| {
|
|
71007
70403
|
/** Date and time at which Seam created the error. */
|
|
71008
70404
|
created_at: string
|
|
@@ -71034,14 +70430,6 @@ export type Routes = {
|
|
|
71034
70430
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
71035
70431
|
warning_code: 'many_active_backup_codes'
|
|
71036
70432
|
}
|
|
71037
|
-
| {
|
|
71038
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
71039
|
-
message: string
|
|
71040
|
-
/** Date and time at which Seam created the warning. */
|
|
71041
|
-
created_at: string
|
|
71042
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
71043
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
71044
|
-
}
|
|
71045
70433
|
| {
|
|
71046
70434
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
71047
70435
|
message: string
|
|
@@ -72823,26 +72211,6 @@ export type Routes = {
|
|
|
72823
72211
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72824
72212
|
error_code: 'august_lock_not_authorized'
|
|
72825
72213
|
}
|
|
72826
|
-
| {
|
|
72827
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72828
|
-
message: string
|
|
72829
|
-
/** Indicates that the error is a device error. */
|
|
72830
|
-
is_device_error: true
|
|
72831
|
-
/** Date and time at which Seam created the error. */
|
|
72832
|
-
created_at: string
|
|
72833
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72834
|
-
error_code: 'august_lock_missing_bridge'
|
|
72835
|
-
}
|
|
72836
|
-
| {
|
|
72837
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72838
|
-
message: string
|
|
72839
|
-
/** Indicates that the error is a device error. */
|
|
72840
|
-
is_device_error: true
|
|
72841
|
-
/** Date and time at which Seam created the error. */
|
|
72842
|
-
created_at: string
|
|
72843
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72844
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
72845
|
-
}
|
|
72846
72214
|
| {
|
|
72847
72215
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72848
72216
|
message: string
|
|
@@ -72873,16 +72241,6 @@ export type Routes = {
|
|
|
72873
72241
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72874
72242
|
error_code: 'subscription_required'
|
|
72875
72243
|
}
|
|
72876
|
-
| {
|
|
72877
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72878
|
-
message: string
|
|
72879
|
-
/** Indicates that the error is a device error. */
|
|
72880
|
-
is_device_error: true
|
|
72881
|
-
/** Date and time at which Seam created the error. */
|
|
72882
|
-
created_at: string
|
|
72883
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72884
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
72885
|
-
}
|
|
72886
72244
|
| {
|
|
72887
72245
|
/** Date and time at which Seam created the error. */
|
|
72888
72246
|
created_at: string
|
|
@@ -72914,14 +72272,6 @@ export type Routes = {
|
|
|
72914
72272
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72915
72273
|
warning_code: 'many_active_backup_codes'
|
|
72916
72274
|
}
|
|
72917
|
-
| {
|
|
72918
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72919
|
-
message: string
|
|
72920
|
-
/** Date and time at which Seam created the warning. */
|
|
72921
|
-
created_at: string
|
|
72922
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72923
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
72924
|
-
}
|
|
72925
72275
|
| {
|
|
72926
72276
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72927
72277
|
message: string
|
|
@@ -82836,26 +82186,6 @@ export type Routes = {
|
|
|
82836
82186
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
82837
82187
|
error_code: 'august_lock_not_authorized'
|
|
82838
82188
|
}
|
|
82839
|
-
| {
|
|
82840
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
82841
|
-
message: string
|
|
82842
|
-
/** Indicates that the error is a device error. */
|
|
82843
|
-
is_device_error: true
|
|
82844
|
-
/** Date and time at which Seam created the error. */
|
|
82845
|
-
created_at: string
|
|
82846
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
82847
|
-
error_code: 'august_lock_missing_bridge'
|
|
82848
|
-
}
|
|
82849
|
-
| {
|
|
82850
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
82851
|
-
message: string
|
|
82852
|
-
/** Indicates that the error is a device error. */
|
|
82853
|
-
is_device_error: true
|
|
82854
|
-
/** Date and time at which Seam created the error. */
|
|
82855
|
-
created_at: string
|
|
82856
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
82857
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
82858
|
-
}
|
|
82859
82189
|
| {
|
|
82860
82190
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
82861
82191
|
message: string
|
|
@@ -82886,16 +82216,6 @@ export type Routes = {
|
|
|
82886
82216
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
82887
82217
|
error_code: 'subscription_required'
|
|
82888
82218
|
}
|
|
82889
|
-
| {
|
|
82890
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
82891
|
-
message: string
|
|
82892
|
-
/** Indicates that the error is a device error. */
|
|
82893
|
-
is_device_error: true
|
|
82894
|
-
/** Date and time at which Seam created the error. */
|
|
82895
|
-
created_at: string
|
|
82896
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
82897
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
82898
|
-
}
|
|
82899
82219
|
| {
|
|
82900
82220
|
/** Date and time at which Seam created the error. */
|
|
82901
82221
|
created_at: string
|
|
@@ -82927,14 +82247,6 @@ export type Routes = {
|
|
|
82927
82247
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82928
82248
|
warning_code: 'many_active_backup_codes'
|
|
82929
82249
|
}
|
|
82930
|
-
| {
|
|
82931
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82932
|
-
message: string
|
|
82933
|
-
/** Date and time at which Seam created the warning. */
|
|
82934
|
-
created_at: string
|
|
82935
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82936
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
82937
|
-
}
|
|
82938
82250
|
| {
|
|
82939
82251
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82940
82252
|
message: string
|
|
@@ -84716,26 +84028,6 @@ export type Routes = {
|
|
|
84716
84028
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84717
84029
|
error_code: 'august_lock_not_authorized'
|
|
84718
84030
|
}
|
|
84719
|
-
| {
|
|
84720
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84721
|
-
message: string
|
|
84722
|
-
/** Indicates that the error is a device error. */
|
|
84723
|
-
is_device_error: true
|
|
84724
|
-
/** Date and time at which Seam created the error. */
|
|
84725
|
-
created_at: string
|
|
84726
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84727
|
-
error_code: 'august_lock_missing_bridge'
|
|
84728
|
-
}
|
|
84729
|
-
| {
|
|
84730
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84731
|
-
message: string
|
|
84732
|
-
/** Indicates that the error is a device error. */
|
|
84733
|
-
is_device_error: true
|
|
84734
|
-
/** Date and time at which Seam created the error. */
|
|
84735
|
-
created_at: string
|
|
84736
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84737
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
84738
|
-
}
|
|
84739
84031
|
| {
|
|
84740
84032
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84741
84033
|
message: string
|
|
@@ -84766,16 +84058,6 @@ export type Routes = {
|
|
|
84766
84058
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84767
84059
|
error_code: 'subscription_required'
|
|
84768
84060
|
}
|
|
84769
|
-
| {
|
|
84770
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84771
|
-
message: string
|
|
84772
|
-
/** Indicates that the error is a device error. */
|
|
84773
|
-
is_device_error: true
|
|
84774
|
-
/** Date and time at which Seam created the error. */
|
|
84775
|
-
created_at: string
|
|
84776
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84777
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
84778
|
-
}
|
|
84779
84061
|
| {
|
|
84780
84062
|
/** Date and time at which Seam created the error. */
|
|
84781
84063
|
created_at: string
|
|
@@ -84807,14 +84089,6 @@ export type Routes = {
|
|
|
84807
84089
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84808
84090
|
warning_code: 'many_active_backup_codes'
|
|
84809
84091
|
}
|
|
84810
|
-
| {
|
|
84811
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84812
|
-
message: string
|
|
84813
|
-
/** Date and time at which Seam created the warning. */
|
|
84814
|
-
created_at: string
|
|
84815
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84816
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
84817
|
-
}
|
|
84818
84092
|
| {
|
|
84819
84093
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84820
84094
|
message: string
|
|
@@ -104137,26 +103411,6 @@ export type Routes = {
|
|
|
104137
103411
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104138
103412
|
error_code: 'august_lock_not_authorized'
|
|
104139
103413
|
}
|
|
104140
|
-
| {
|
|
104141
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104142
|
-
message: string
|
|
104143
|
-
/** Indicates that the error is a device error. */
|
|
104144
|
-
is_device_error: true
|
|
104145
|
-
/** Date and time at which Seam created the error. */
|
|
104146
|
-
created_at: string
|
|
104147
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104148
|
-
error_code: 'august_lock_missing_bridge'
|
|
104149
|
-
}
|
|
104150
|
-
| {
|
|
104151
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104152
|
-
message: string
|
|
104153
|
-
/** Indicates that the error is a device error. */
|
|
104154
|
-
is_device_error: true
|
|
104155
|
-
/** Date and time at which Seam created the error. */
|
|
104156
|
-
created_at: string
|
|
104157
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104158
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
104159
|
-
}
|
|
104160
103414
|
| {
|
|
104161
103415
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104162
103416
|
message: string
|
|
@@ -104187,16 +103441,6 @@ export type Routes = {
|
|
|
104187
103441
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104188
103442
|
error_code: 'subscription_required'
|
|
104189
103443
|
}
|
|
104190
|
-
| {
|
|
104191
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104192
|
-
message: string
|
|
104193
|
-
/** Indicates that the error is a device error. */
|
|
104194
|
-
is_device_error: true
|
|
104195
|
-
/** Date and time at which Seam created the error. */
|
|
104196
|
-
created_at: string
|
|
104197
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104198
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
104199
|
-
}
|
|
104200
103444
|
| {
|
|
104201
103445
|
/** Date and time at which Seam created the error. */
|
|
104202
103446
|
created_at: string
|
|
@@ -104228,14 +103472,6 @@ export type Routes = {
|
|
|
104228
103472
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
104229
103473
|
warning_code: 'many_active_backup_codes'
|
|
104230
103474
|
}
|
|
104231
|
-
| {
|
|
104232
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
104233
|
-
message: string
|
|
104234
|
-
/** Date and time at which Seam created the warning. */
|
|
104235
|
-
created_at: string
|
|
104236
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
104237
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
104238
|
-
}
|
|
104239
103475
|
| {
|
|
104240
103476
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
104241
103477
|
message: string
|
|
@@ -113201,26 +112437,6 @@ export type Routes = {
|
|
|
113201
112437
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
113202
112438
|
error_code: 'august_lock_not_authorized'
|
|
113203
112439
|
}
|
|
113204
|
-
| {
|
|
113205
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
113206
|
-
message: string
|
|
113207
|
-
/** Indicates that the error is a device error. */
|
|
113208
|
-
is_device_error: true
|
|
113209
|
-
/** Date and time at which Seam created the error. */
|
|
113210
|
-
created_at: string
|
|
113211
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
113212
|
-
error_code: 'august_lock_missing_bridge'
|
|
113213
|
-
}
|
|
113214
|
-
| {
|
|
113215
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
113216
|
-
message: string
|
|
113217
|
-
/** Indicates that the error is a device error. */
|
|
113218
|
-
is_device_error: true
|
|
113219
|
-
/** Date and time at which Seam created the error. */
|
|
113220
|
-
created_at: string
|
|
113221
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
113222
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
113223
|
-
}
|
|
113224
112440
|
| {
|
|
113225
112441
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
113226
112442
|
message: string
|
|
@@ -113251,16 +112467,6 @@ export type Routes = {
|
|
|
113251
112467
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
113252
112468
|
error_code: 'subscription_required'
|
|
113253
112469
|
}
|
|
113254
|
-
| {
|
|
113255
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
113256
|
-
message: string
|
|
113257
|
-
/** Indicates that the error is a device error. */
|
|
113258
|
-
is_device_error: true
|
|
113259
|
-
/** Date and time at which Seam created the error. */
|
|
113260
|
-
created_at: string
|
|
113261
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
113262
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
113263
|
-
}
|
|
113264
112470
|
| {
|
|
113265
112471
|
/** Date and time at which Seam created the error. */
|
|
113266
112472
|
created_at: string
|
|
@@ -113292,14 +112498,6 @@ export type Routes = {
|
|
|
113292
112498
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113293
112499
|
warning_code: 'many_active_backup_codes'
|
|
113294
112500
|
}
|
|
113295
|
-
| {
|
|
113296
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113297
|
-
message: string
|
|
113298
|
-
/** Date and time at which Seam created the warning. */
|
|
113299
|
-
created_at: string
|
|
113300
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113301
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
113302
|
-
}
|
|
113303
112501
|
| {
|
|
113304
112502
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113305
112503
|
message: string
|
|
@@ -119237,26 +118435,6 @@ export type Routes = {
|
|
|
119237
118435
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119238
118436
|
error_code: 'august_lock_not_authorized'
|
|
119239
118437
|
}
|
|
119240
|
-
| {
|
|
119241
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119242
|
-
message: string
|
|
119243
|
-
/** Indicates that the error is a device error. */
|
|
119244
|
-
is_device_error: true
|
|
119245
|
-
/** Date and time at which Seam created the error. */
|
|
119246
|
-
created_at: string
|
|
119247
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119248
|
-
error_code: 'august_lock_missing_bridge'
|
|
119249
|
-
}
|
|
119250
|
-
| {
|
|
119251
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119252
|
-
message: string
|
|
119253
|
-
/** Indicates that the error is a device error. */
|
|
119254
|
-
is_device_error: true
|
|
119255
|
-
/** Date and time at which Seam created the error. */
|
|
119256
|
-
created_at: string
|
|
119257
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119258
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
119259
|
-
}
|
|
119260
118438
|
| {
|
|
119261
118439
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119262
118440
|
message: string
|
|
@@ -119287,16 +118465,6 @@ export type Routes = {
|
|
|
119287
118465
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119288
118466
|
error_code: 'subscription_required'
|
|
119289
118467
|
}
|
|
119290
|
-
| {
|
|
119291
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119292
|
-
message: string
|
|
119293
|
-
/** Indicates that the error is a device error. */
|
|
119294
|
-
is_device_error: true
|
|
119295
|
-
/** Date and time at which Seam created the error. */
|
|
119296
|
-
created_at: string
|
|
119297
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119298
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
119299
|
-
}
|
|
119300
118468
|
| {
|
|
119301
118469
|
/** Date and time at which Seam created the error. */
|
|
119302
118470
|
created_at: string
|
|
@@ -119328,14 +118496,6 @@ export type Routes = {
|
|
|
119328
118496
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119329
118497
|
warning_code: 'many_active_backup_codes'
|
|
119330
118498
|
}
|
|
119331
|
-
| {
|
|
119332
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119333
|
-
message: string
|
|
119334
|
-
/** Date and time at which Seam created the warning. */
|
|
119335
|
-
created_at: string
|
|
119336
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119337
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
119338
|
-
}
|
|
119339
118499
|
| {
|
|
119340
118500
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119341
118501
|
message: string
|
|
@@ -121117,26 +120277,6 @@ export type Routes = {
|
|
|
121117
120277
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
121118
120278
|
error_code: 'august_lock_not_authorized'
|
|
121119
120279
|
}
|
|
121120
|
-
| {
|
|
121121
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
121122
|
-
message: string
|
|
121123
|
-
/** Indicates that the error is a device error. */
|
|
121124
|
-
is_device_error: true
|
|
121125
|
-
/** Date and time at which Seam created the error. */
|
|
121126
|
-
created_at: string
|
|
121127
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
121128
|
-
error_code: 'august_lock_missing_bridge'
|
|
121129
|
-
}
|
|
121130
|
-
| {
|
|
121131
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
121132
|
-
message: string
|
|
121133
|
-
/** Indicates that the error is a device error. */
|
|
121134
|
-
is_device_error: true
|
|
121135
|
-
/** Date and time at which Seam created the error. */
|
|
121136
|
-
created_at: string
|
|
121137
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
121138
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
121139
|
-
}
|
|
121140
120280
|
| {
|
|
121141
120281
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
121142
120282
|
message: string
|
|
@@ -121167,16 +120307,6 @@ export type Routes = {
|
|
|
121167
120307
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
121168
120308
|
error_code: 'subscription_required'
|
|
121169
120309
|
}
|
|
121170
|
-
| {
|
|
121171
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
121172
|
-
message: string
|
|
121173
|
-
/** Indicates that the error is a device error. */
|
|
121174
|
-
is_device_error: true
|
|
121175
|
-
/** Date and time at which Seam created the error. */
|
|
121176
|
-
created_at: string
|
|
121177
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
121178
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
121179
|
-
}
|
|
121180
120310
|
| {
|
|
121181
120311
|
/** Date and time at which Seam created the error. */
|
|
121182
120312
|
created_at: string
|
|
@@ -121208,14 +120338,6 @@ export type Routes = {
|
|
|
121208
120338
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
121209
120339
|
warning_code: 'many_active_backup_codes'
|
|
121210
120340
|
}
|
|
121211
|
-
| {
|
|
121212
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
121213
|
-
message: string
|
|
121214
|
-
/** Date and time at which Seam created the warning. */
|
|
121215
|
-
created_at: string
|
|
121216
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
121217
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
121218
|
-
}
|
|
121219
120341
|
| {
|
|
121220
120342
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
121221
120343
|
message: string
|
|
@@ -132065,26 +131187,6 @@ export type Routes = {
|
|
|
132065
131187
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
132066
131188
|
error_code: 'august_lock_not_authorized'
|
|
132067
131189
|
}
|
|
132068
|
-
| {
|
|
132069
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
132070
|
-
message: string
|
|
132071
|
-
/** Indicates that the error is a device error. */
|
|
132072
|
-
is_device_error: true
|
|
132073
|
-
/** Date and time at which Seam created the error. */
|
|
132074
|
-
created_at: string
|
|
132075
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
132076
|
-
error_code: 'august_lock_missing_bridge'
|
|
132077
|
-
}
|
|
132078
|
-
| {
|
|
132079
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
132080
|
-
message: string
|
|
132081
|
-
/** Indicates that the error is a device error. */
|
|
132082
|
-
is_device_error: true
|
|
132083
|
-
/** Date and time at which Seam created the error. */
|
|
132084
|
-
created_at: string
|
|
132085
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
132086
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
132087
|
-
}
|
|
132088
131190
|
| {
|
|
132089
131191
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
132090
131192
|
message: string
|
|
@@ -132115,16 +131217,6 @@ export type Routes = {
|
|
|
132115
131217
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
132116
131218
|
error_code: 'subscription_required'
|
|
132117
131219
|
}
|
|
132118
|
-
| {
|
|
132119
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
132120
|
-
message: string
|
|
132121
|
-
/** Indicates that the error is a device error. */
|
|
132122
|
-
is_device_error: true
|
|
132123
|
-
/** Date and time at which Seam created the error. */
|
|
132124
|
-
created_at: string
|
|
132125
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
132126
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
132127
|
-
}
|
|
132128
131220
|
| {
|
|
132129
131221
|
/** Date and time at which Seam created the error. */
|
|
132130
131222
|
created_at: string
|
|
@@ -132156,14 +131248,6 @@ export type Routes = {
|
|
|
132156
131248
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
132157
131249
|
warning_code: 'many_active_backup_codes'
|
|
132158
131250
|
}
|
|
132159
|
-
| {
|
|
132160
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
132161
|
-
message: string
|
|
132162
|
-
/** Date and time at which Seam created the warning. */
|
|
132163
|
-
created_at: string
|
|
132164
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
132165
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
132166
|
-
}
|
|
132167
131251
|
| {
|
|
132168
131252
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
132169
131253
|
message: string
|
|
@@ -133947,26 +133031,6 @@ export type Routes = {
|
|
|
133947
133031
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
133948
133032
|
error_code: 'august_lock_not_authorized'
|
|
133949
133033
|
}
|
|
133950
|
-
| {
|
|
133951
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
133952
|
-
message: string
|
|
133953
|
-
/** Indicates that the error is a device error. */
|
|
133954
|
-
is_device_error: true
|
|
133955
|
-
/** Date and time at which Seam created the error. */
|
|
133956
|
-
created_at: string
|
|
133957
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
133958
|
-
error_code: 'august_lock_missing_bridge'
|
|
133959
|
-
}
|
|
133960
|
-
| {
|
|
133961
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
133962
|
-
message: string
|
|
133963
|
-
/** Indicates that the error is a device error. */
|
|
133964
|
-
is_device_error: true
|
|
133965
|
-
/** Date and time at which Seam created the error. */
|
|
133966
|
-
created_at: string
|
|
133967
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
133968
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
133969
|
-
}
|
|
133970
133034
|
| {
|
|
133971
133035
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
133972
133036
|
message: string
|
|
@@ -133997,16 +133061,6 @@ export type Routes = {
|
|
|
133997
133061
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
133998
133062
|
error_code: 'subscription_required'
|
|
133999
133063
|
}
|
|
134000
|
-
| {
|
|
134001
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
134002
|
-
message: string
|
|
134003
|
-
/** Indicates that the error is a device error. */
|
|
134004
|
-
is_device_error: true
|
|
134005
|
-
/** Date and time at which Seam created the error. */
|
|
134006
|
-
created_at: string
|
|
134007
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
134008
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
134009
|
-
}
|
|
134010
133064
|
| {
|
|
134011
133065
|
/** Date and time at which Seam created the error. */
|
|
134012
133066
|
created_at: string
|
|
@@ -134038,14 +133092,6 @@ export type Routes = {
|
|
|
134038
133092
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134039
133093
|
warning_code: 'many_active_backup_codes'
|
|
134040
133094
|
}
|
|
134041
|
-
| {
|
|
134042
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
134043
|
-
message: string
|
|
134044
|
-
/** Date and time at which Seam created the warning. */
|
|
134045
|
-
created_at: string
|
|
134046
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134047
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
134048
|
-
}
|
|
134049
133095
|
| {
|
|
134050
133096
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
134051
133097
|
message: string
|
|
@@ -137351,26 +136397,6 @@ export type Routes = {
|
|
|
137351
136397
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
137352
136398
|
error_code: 'august_lock_not_authorized'
|
|
137353
136399
|
}
|
|
137354
|
-
| {
|
|
137355
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
137356
|
-
message: string
|
|
137357
|
-
/** Indicates that the error is a device error. */
|
|
137358
|
-
is_device_error: true
|
|
137359
|
-
/** Date and time at which Seam created the error. */
|
|
137360
|
-
created_at: string
|
|
137361
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
137362
|
-
error_code: 'august_lock_missing_bridge'
|
|
137363
|
-
}
|
|
137364
|
-
| {
|
|
137365
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
137366
|
-
message: string
|
|
137367
|
-
/** Indicates that the error is a device error. */
|
|
137368
|
-
is_device_error: true
|
|
137369
|
-
/** Date and time at which Seam created the error. */
|
|
137370
|
-
created_at: string
|
|
137371
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
137372
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
137373
|
-
}
|
|
137374
136400
|
| {
|
|
137375
136401
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
137376
136402
|
message: string
|
|
@@ -137401,16 +136427,6 @@ export type Routes = {
|
|
|
137401
136427
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
137402
136428
|
error_code: 'subscription_required'
|
|
137403
136429
|
}
|
|
137404
|
-
| {
|
|
137405
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
137406
|
-
message: string
|
|
137407
|
-
/** Indicates that the error is a device error. */
|
|
137408
|
-
is_device_error: true
|
|
137409
|
-
/** Date and time at which Seam created the error. */
|
|
137410
|
-
created_at: string
|
|
137411
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
137412
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
137413
|
-
}
|
|
137414
136430
|
| {
|
|
137415
136431
|
/** Date and time at which Seam created the error. */
|
|
137416
136432
|
created_at: string
|
|
@@ -137442,14 +136458,6 @@ export type Routes = {
|
|
|
137442
136458
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
137443
136459
|
warning_code: 'many_active_backup_codes'
|
|
137444
136460
|
}
|
|
137445
|
-
| {
|
|
137446
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
137447
|
-
message: string
|
|
137448
|
-
/** Date and time at which Seam created the warning. */
|
|
137449
|
-
created_at: string
|
|
137450
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
137451
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
137452
|
-
}
|
|
137453
136461
|
| {
|
|
137454
136462
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
137455
136463
|
message: string
|
|
@@ -141443,26 +140451,6 @@ export type Routes = {
|
|
|
141443
140451
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
141444
140452
|
error_code: 'august_lock_not_authorized'
|
|
141445
140453
|
}
|
|
141446
|
-
| {
|
|
141447
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
141448
|
-
message: string
|
|
141449
|
-
/** Indicates that the error is a device error. */
|
|
141450
|
-
is_device_error: true
|
|
141451
|
-
/** Date and time at which Seam created the error. */
|
|
141452
|
-
created_at: string
|
|
141453
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
141454
|
-
error_code: 'august_lock_missing_bridge'
|
|
141455
|
-
}
|
|
141456
|
-
| {
|
|
141457
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
141458
|
-
message: string
|
|
141459
|
-
/** Indicates that the error is a device error. */
|
|
141460
|
-
is_device_error: true
|
|
141461
|
-
/** Date and time at which Seam created the error. */
|
|
141462
|
-
created_at: string
|
|
141463
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
141464
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
141465
|
-
}
|
|
141466
140454
|
| {
|
|
141467
140455
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
141468
140456
|
message: string
|
|
@@ -141493,16 +140481,6 @@ export type Routes = {
|
|
|
141493
140481
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
141494
140482
|
error_code: 'subscription_required'
|
|
141495
140483
|
}
|
|
141496
|
-
| {
|
|
141497
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
141498
|
-
message: string
|
|
141499
|
-
/** Indicates that the error is a device error. */
|
|
141500
|
-
is_device_error: true
|
|
141501
|
-
/** Date and time at which Seam created the error. */
|
|
141502
|
-
created_at: string
|
|
141503
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
141504
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
141505
|
-
}
|
|
141506
140484
|
| {
|
|
141507
140485
|
/** Date and time at which Seam created the error. */
|
|
141508
140486
|
created_at: string
|
|
@@ -141534,14 +140512,6 @@ export type Routes = {
|
|
|
141534
140512
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
141535
140513
|
warning_code: 'many_active_backup_codes'
|
|
141536
140514
|
}
|
|
141537
|
-
| {
|
|
141538
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
141539
|
-
message: string
|
|
141540
|
-
/** Date and time at which Seam created the warning. */
|
|
141541
|
-
created_at: string
|
|
141542
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
141543
|
-
warning_code: 'wyze_device_missing_gateway'
|
|
141544
|
-
}
|
|
141545
140515
|
| {
|
|
141546
140516
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
141547
140517
|
message: string
|
|
@@ -146723,26 +145693,6 @@ export type Routes = {
|
|
|
146723
145693
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
146724
145694
|
error_code: 'august_lock_not_authorized'
|
|
146725
145695
|
}
|
|
146726
|
-
| {
|
|
146727
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
146728
|
-
message: string
|
|
146729
|
-
/** Indicates that the error is a device error. */
|
|
146730
|
-
is_device_error: true
|
|
146731
|
-
/** Date and time at which Seam created the error. */
|
|
146732
|
-
created_at: string
|
|
146733
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
146734
|
-
error_code: 'august_lock_missing_bridge'
|
|
146735
|
-
}
|
|
146736
|
-
| {
|
|
146737
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
146738
|
-
message: string
|
|
146739
|
-
/** Indicates that the error is a device error. */
|
|
146740
|
-
is_device_error: true
|
|
146741
|
-
/** Date and time at which Seam created the error. */
|
|
146742
|
-
created_at: string
|
|
146743
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
146744
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
146745
|
-
}
|
|
146746
145696
|
| {
|
|
146747
145697
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
146748
145698
|
message: string
|
|
@@ -146773,16 +145723,6 @@ export type Routes = {
|
|
|
146773
145723
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
146774
145724
|
error_code: 'subscription_required'
|
|
146775
145725
|
}
|
|
146776
|
-
| {
|
|
146777
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
146778
|
-
message: string
|
|
146779
|
-
/** Indicates that the error is a device error. */
|
|
146780
|
-
is_device_error: true
|
|
146781
|
-
/** Date and time at which Seam created the error. */
|
|
146782
|
-
created_at: string
|
|
146783
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
146784
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
146785
|
-
}
|
|
146786
145726
|
| {
|
|
146787
145727
|
/** Date and time at which Seam created the error. */
|
|
146788
145728
|
created_at: string
|
|
@@ -147152,26 +146092,6 @@ export type Routes = {
|
|
|
147152
146092
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147153
146093
|
error_code: 'august_lock_not_authorized'
|
|
147154
146094
|
}
|
|
147155
|
-
| {
|
|
147156
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147157
|
-
message: string
|
|
147158
|
-
/** Indicates that the error is a device error. */
|
|
147159
|
-
is_device_error: true
|
|
147160
|
-
/** Date and time at which Seam created the error. */
|
|
147161
|
-
created_at: string
|
|
147162
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147163
|
-
error_code: 'august_lock_missing_bridge'
|
|
147164
|
-
}
|
|
147165
|
-
| {
|
|
147166
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147167
|
-
message: string
|
|
147168
|
-
/** Indicates that the error is a device error. */
|
|
147169
|
-
is_device_error: true
|
|
147170
|
-
/** Date and time at which Seam created the error. */
|
|
147171
|
-
created_at: string
|
|
147172
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147173
|
-
error_code: 'ttlock_lock_not_paired_to_gateway'
|
|
147174
|
-
}
|
|
147175
146095
|
| {
|
|
147176
146096
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147177
146097
|
message: string
|
|
@@ -147202,16 +146122,6 @@ export type Routes = {
|
|
|
147202
146122
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147203
146123
|
error_code: 'subscription_required'
|
|
147204
146124
|
}
|
|
147205
|
-
| {
|
|
147206
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147207
|
-
message: string
|
|
147208
|
-
/** Indicates that the error is a device error. */
|
|
147209
|
-
is_device_error: true
|
|
147210
|
-
/** Date and time at which Seam created the error. */
|
|
147211
|
-
created_at: string
|
|
147212
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147213
|
-
error_code: 'lockly_missing_wifi_bridge'
|
|
147214
|
-
}
|
|
147215
146125
|
| {
|
|
147216
146126
|
/** Date and time at which Seam created the error. */
|
|
147217
146127
|
created_at: string
|