@seamapi/types 1.960.0 → 1.962.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +6 -518
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -1394
- package/dist/index.cjs +6 -518
- 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-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- 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 +2 -468
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -979
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
- package/src/lib/seam/connect/models/devices/device.ts +0 -63
- package/src/lib/seam/connect/openapi.ts +2 -538
- package/src/lib/seam/connect/route-types.ts +2 -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
|
|
@@ -46569,6 +46223,7 @@ export type Routes = {
|
|
|
46569
46223
|
| 'doorking'
|
|
46570
46224
|
| 'salto'
|
|
46571
46225
|
| 'salto_ks'
|
|
46226
|
+
| 'salto_ks_accept'
|
|
46572
46227
|
| 'lockly'
|
|
46573
46228
|
| 'ttlock'
|
|
46574
46229
|
| 'linear'
|
|
@@ -50243,26 +49898,6 @@ export type Routes = {
|
|
|
50243
49898
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
50244
49899
|
error_code: 'august_lock_not_authorized'
|
|
50245
49900
|
}
|
|
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
49901
|
| {
|
|
50267
49902
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50268
49903
|
message: string
|
|
@@ -50293,16 +49928,6 @@ export type Routes = {
|
|
|
50293
49928
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
50294
49929
|
error_code: 'subscription_required'
|
|
50295
49930
|
}
|
|
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
49931
|
| {
|
|
50307
49932
|
/** Date and time at which Seam created the error. */
|
|
50308
49933
|
created_at: string
|
|
@@ -50334,14 +49959,6 @@ export type Routes = {
|
|
|
50334
49959
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
50335
49960
|
warning_code: 'many_active_backup_codes'
|
|
50336
49961
|
}
|
|
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
49962
|
| {
|
|
50346
49963
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
50347
49964
|
message: string
|
|
@@ -52368,26 +51985,6 @@ export type Routes = {
|
|
|
52368
51985
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52369
51986
|
error_code: 'august_lock_not_authorized'
|
|
52370
51987
|
}
|
|
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
51988
|
| {
|
|
52392
51989
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52393
51990
|
message: string
|
|
@@ -52418,16 +52015,6 @@ export type Routes = {
|
|
|
52418
52015
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52419
52016
|
error_code: 'subscription_required'
|
|
52420
52017
|
}
|
|
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
52018
|
| {
|
|
52432
52019
|
/** Date and time at which Seam created the error. */
|
|
52433
52020
|
created_at: string
|
|
@@ -52459,14 +52046,6 @@ export type Routes = {
|
|
|
52459
52046
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52460
52047
|
warning_code: 'many_active_backup_codes'
|
|
52461
52048
|
}
|
|
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
52049
|
| {
|
|
52471
52050
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52472
52051
|
message: string
|
|
@@ -52807,6 +52386,7 @@ export type Routes = {
|
|
|
52807
52386
|
| 'doorking'
|
|
52808
52387
|
| 'salto'
|
|
52809
52388
|
| 'salto_ks'
|
|
52389
|
+
| 'salto_ks_accept'
|
|
52810
52390
|
| 'lockly'
|
|
52811
52391
|
| 'ttlock'
|
|
52812
52392
|
| 'linear'
|
|
@@ -54505,26 +54085,6 @@ export type Routes = {
|
|
|
54505
54085
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54506
54086
|
error_code: 'august_lock_not_authorized'
|
|
54507
54087
|
}
|
|
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
54088
|
| {
|
|
54529
54089
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
54530
54090
|
message: string
|
|
@@ -54555,16 +54115,6 @@ export type Routes = {
|
|
|
54555
54115
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54556
54116
|
error_code: 'subscription_required'
|
|
54557
54117
|
}
|
|
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
54118
|
| {
|
|
54569
54119
|
/** Date and time at which Seam created the error. */
|
|
54570
54120
|
created_at: string
|
|
@@ -54596,14 +54146,6 @@ export type Routes = {
|
|
|
54596
54146
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54597
54147
|
warning_code: 'many_active_backup_codes'
|
|
54598
54148
|
}
|
|
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
54149
|
| {
|
|
54608
54150
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54609
54151
|
message: string
|
|
@@ -55364,26 +54906,6 @@ export type Routes = {
|
|
|
55364
54906
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
55365
54907
|
error_code: 'august_lock_not_authorized'
|
|
55366
54908
|
}
|
|
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
54909
|
| {
|
|
55388
54910
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
55389
54911
|
message: string
|
|
@@ -55414,16 +54936,6 @@ export type Routes = {
|
|
|
55414
54936
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
55415
54937
|
error_code: 'subscription_required'
|
|
55416
54938
|
}
|
|
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
54939
|
| {
|
|
55428
54940
|
/** Date and time at which Seam created the error. */
|
|
55429
54941
|
created_at: string
|
|
@@ -55455,14 +54967,6 @@ export type Routes = {
|
|
|
55455
54967
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55456
54968
|
warning_code: 'many_active_backup_codes'
|
|
55457
54969
|
}
|
|
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
54970
|
| {
|
|
55467
54971
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55468
54972
|
message: string
|
|
@@ -66984,26 +66488,6 @@ export type Routes = {
|
|
|
66984
66488
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
66985
66489
|
error_code: 'august_lock_not_authorized'
|
|
66986
66490
|
}
|
|
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
66491
|
| {
|
|
67008
66492
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67009
66493
|
message: string
|
|
@@ -67034,16 +66518,6 @@ export type Routes = {
|
|
|
67034
66518
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
67035
66519
|
error_code: 'subscription_required'
|
|
67036
66520
|
}
|
|
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
66521
|
| {
|
|
67048
66522
|
/** Date and time at which Seam created the error. */
|
|
67049
66523
|
created_at: string
|
|
@@ -67075,14 +66549,6 @@ export type Routes = {
|
|
|
67075
66549
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67076
66550
|
warning_code: 'many_active_backup_codes'
|
|
67077
66551
|
}
|
|
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
66552
|
| {
|
|
67087
66553
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67088
66554
|
message: string
|
|
@@ -68865,26 +68331,6 @@ export type Routes = {
|
|
|
68865
68331
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68866
68332
|
error_code: 'august_lock_not_authorized'
|
|
68867
68333
|
}
|
|
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
68334
|
| {
|
|
68889
68335
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68890
68336
|
message: string
|
|
@@ -68915,16 +68361,6 @@ export type Routes = {
|
|
|
68915
68361
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68916
68362
|
error_code: 'subscription_required'
|
|
68917
68363
|
}
|
|
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
68364
|
| {
|
|
68929
68365
|
/** Date and time at which Seam created the error. */
|
|
68930
68366
|
created_at: string
|
|
@@ -68956,14 +68392,6 @@ export type Routes = {
|
|
|
68956
68392
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68957
68393
|
warning_code: 'many_active_backup_codes'
|
|
68958
68394
|
}
|
|
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
68395
|
| {
|
|
68968
68396
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68969
68397
|
message: string
|
|
@@ -70943,26 +70371,6 @@ export type Routes = {
|
|
|
70943
70371
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70944
70372
|
error_code: 'august_lock_not_authorized'
|
|
70945
70373
|
}
|
|
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
70374
|
| {
|
|
70967
70375
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70968
70376
|
message: string
|
|
@@ -70993,16 +70401,6 @@ export type Routes = {
|
|
|
70993
70401
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70994
70402
|
error_code: 'subscription_required'
|
|
70995
70403
|
}
|
|
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
70404
|
| {
|
|
71007
70405
|
/** Date and time at which Seam created the error. */
|
|
71008
70406
|
created_at: string
|
|
@@ -71034,14 +70432,6 @@ export type Routes = {
|
|
|
71034
70432
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
71035
70433
|
warning_code: 'many_active_backup_codes'
|
|
71036
70434
|
}
|
|
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
70435
|
| {
|
|
71046
70436
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
71047
70437
|
message: string
|
|
@@ -72823,26 +72213,6 @@ export type Routes = {
|
|
|
72823
72213
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72824
72214
|
error_code: 'august_lock_not_authorized'
|
|
72825
72215
|
}
|
|
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
72216
|
| {
|
|
72847
72217
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72848
72218
|
message: string
|
|
@@ -72873,16 +72243,6 @@ export type Routes = {
|
|
|
72873
72243
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72874
72244
|
error_code: 'subscription_required'
|
|
72875
72245
|
}
|
|
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
72246
|
| {
|
|
72887
72247
|
/** Date and time at which Seam created the error. */
|
|
72888
72248
|
created_at: string
|
|
@@ -72914,14 +72274,6 @@ export type Routes = {
|
|
|
72914
72274
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72915
72275
|
warning_code: 'many_active_backup_codes'
|
|
72916
72276
|
}
|
|
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
72277
|
| {
|
|
72926
72278
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
72927
72279
|
message: string
|
|
@@ -82836,26 +82188,6 @@ export type Routes = {
|
|
|
82836
82188
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
82837
82189
|
error_code: 'august_lock_not_authorized'
|
|
82838
82190
|
}
|
|
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
82191
|
| {
|
|
82860
82192
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
82861
82193
|
message: string
|
|
@@ -82886,16 +82218,6 @@ export type Routes = {
|
|
|
82886
82218
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
82887
82219
|
error_code: 'subscription_required'
|
|
82888
82220
|
}
|
|
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
82221
|
| {
|
|
82900
82222
|
/** Date and time at which Seam created the error. */
|
|
82901
82223
|
created_at: string
|
|
@@ -82927,14 +82249,6 @@ export type Routes = {
|
|
|
82927
82249
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82928
82250
|
warning_code: 'many_active_backup_codes'
|
|
82929
82251
|
}
|
|
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
82252
|
| {
|
|
82939
82253
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82940
82254
|
message: string
|
|
@@ -84716,26 +84030,6 @@ export type Routes = {
|
|
|
84716
84030
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84717
84031
|
error_code: 'august_lock_not_authorized'
|
|
84718
84032
|
}
|
|
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
84033
|
| {
|
|
84740
84034
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84741
84035
|
message: string
|
|
@@ -84766,16 +84060,6 @@ export type Routes = {
|
|
|
84766
84060
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84767
84061
|
error_code: 'subscription_required'
|
|
84768
84062
|
}
|
|
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
84063
|
| {
|
|
84780
84064
|
/** Date and time at which Seam created the error. */
|
|
84781
84065
|
created_at: string
|
|
@@ -84807,14 +84091,6 @@ export type Routes = {
|
|
|
84807
84091
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84808
84092
|
warning_code: 'many_active_backup_codes'
|
|
84809
84093
|
}
|
|
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
84094
|
| {
|
|
84819
84095
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84820
84096
|
message: string
|
|
@@ -104137,26 +103413,6 @@ export type Routes = {
|
|
|
104137
103413
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104138
103414
|
error_code: 'august_lock_not_authorized'
|
|
104139
103415
|
}
|
|
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
103416
|
| {
|
|
104161
103417
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104162
103418
|
message: string
|
|
@@ -104187,16 +103443,6 @@ export type Routes = {
|
|
|
104187
103443
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104188
103444
|
error_code: 'subscription_required'
|
|
104189
103445
|
}
|
|
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
103446
|
| {
|
|
104201
103447
|
/** Date and time at which Seam created the error. */
|
|
104202
103448
|
created_at: string
|
|
@@ -104228,14 +103474,6 @@ export type Routes = {
|
|
|
104228
103474
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
104229
103475
|
warning_code: 'many_active_backup_codes'
|
|
104230
103476
|
}
|
|
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
103477
|
| {
|
|
104240
103478
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
104241
103479
|
message: string
|
|
@@ -113201,26 +112439,6 @@ export type Routes = {
|
|
|
113201
112439
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
113202
112440
|
error_code: 'august_lock_not_authorized'
|
|
113203
112441
|
}
|
|
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
112442
|
| {
|
|
113225
112443
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
113226
112444
|
message: string
|
|
@@ -113251,16 +112469,6 @@ export type Routes = {
|
|
|
113251
112469
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
113252
112470
|
error_code: 'subscription_required'
|
|
113253
112471
|
}
|
|
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
112472
|
| {
|
|
113265
112473
|
/** Date and time at which Seam created the error. */
|
|
113266
112474
|
created_at: string
|
|
@@ -113292,14 +112500,6 @@ export type Routes = {
|
|
|
113292
112500
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113293
112501
|
warning_code: 'many_active_backup_codes'
|
|
113294
112502
|
}
|
|
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
112503
|
| {
|
|
113304
112504
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113305
112505
|
message: string
|
|
@@ -119237,26 +118437,6 @@ export type Routes = {
|
|
|
119237
118437
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119238
118438
|
error_code: 'august_lock_not_authorized'
|
|
119239
118439
|
}
|
|
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
118440
|
| {
|
|
119261
118441
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119262
118442
|
message: string
|
|
@@ -119287,16 +118467,6 @@ export type Routes = {
|
|
|
119287
118467
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119288
118468
|
error_code: 'subscription_required'
|
|
119289
118469
|
}
|
|
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
118470
|
| {
|
|
119301
118471
|
/** Date and time at which Seam created the error. */
|
|
119302
118472
|
created_at: string
|
|
@@ -119328,14 +118498,6 @@ export type Routes = {
|
|
|
119328
118498
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119329
118499
|
warning_code: 'many_active_backup_codes'
|
|
119330
118500
|
}
|
|
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
118501
|
| {
|
|
119340
118502
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119341
118503
|
message: string
|
|
@@ -121117,26 +120279,6 @@ export type Routes = {
|
|
|
121117
120279
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
121118
120280
|
error_code: 'august_lock_not_authorized'
|
|
121119
120281
|
}
|
|
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
120282
|
| {
|
|
121141
120283
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
121142
120284
|
message: string
|
|
@@ -121167,16 +120309,6 @@ export type Routes = {
|
|
|
121167
120309
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
121168
120310
|
error_code: 'subscription_required'
|
|
121169
120311
|
}
|
|
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
120312
|
| {
|
|
121181
120313
|
/** Date and time at which Seam created the error. */
|
|
121182
120314
|
created_at: string
|
|
@@ -121208,14 +120340,6 @@ export type Routes = {
|
|
|
121208
120340
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
121209
120341
|
warning_code: 'many_active_backup_codes'
|
|
121210
120342
|
}
|
|
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
120343
|
| {
|
|
121220
120344
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
121221
120345
|
message: string
|
|
@@ -132065,26 +131189,6 @@ export type Routes = {
|
|
|
132065
131189
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
132066
131190
|
error_code: 'august_lock_not_authorized'
|
|
132067
131191
|
}
|
|
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
131192
|
| {
|
|
132089
131193
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
132090
131194
|
message: string
|
|
@@ -132115,16 +131219,6 @@ export type Routes = {
|
|
|
132115
131219
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
132116
131220
|
error_code: 'subscription_required'
|
|
132117
131221
|
}
|
|
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
131222
|
| {
|
|
132129
131223
|
/** Date and time at which Seam created the error. */
|
|
132130
131224
|
created_at: string
|
|
@@ -132156,14 +131250,6 @@ export type Routes = {
|
|
|
132156
131250
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
132157
131251
|
warning_code: 'many_active_backup_codes'
|
|
132158
131252
|
}
|
|
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
131253
|
| {
|
|
132168
131254
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
132169
131255
|
message: string
|
|
@@ -133947,26 +133033,6 @@ export type Routes = {
|
|
|
133947
133033
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
133948
133034
|
error_code: 'august_lock_not_authorized'
|
|
133949
133035
|
}
|
|
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
133036
|
| {
|
|
133971
133037
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
133972
133038
|
message: string
|
|
@@ -133997,16 +133063,6 @@ export type Routes = {
|
|
|
133997
133063
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
133998
133064
|
error_code: 'subscription_required'
|
|
133999
133065
|
}
|
|
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
133066
|
| {
|
|
134011
133067
|
/** Date and time at which Seam created the error. */
|
|
134012
133068
|
created_at: string
|
|
@@ -134038,14 +133094,6 @@ export type Routes = {
|
|
|
134038
133094
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134039
133095
|
warning_code: 'many_active_backup_codes'
|
|
134040
133096
|
}
|
|
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
133097
|
| {
|
|
134050
133098
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
134051
133099
|
message: string
|
|
@@ -137351,26 +136399,6 @@ export type Routes = {
|
|
|
137351
136399
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
137352
136400
|
error_code: 'august_lock_not_authorized'
|
|
137353
136401
|
}
|
|
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
136402
|
| {
|
|
137375
136403
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
137376
136404
|
message: string
|
|
@@ -137401,16 +136429,6 @@ export type Routes = {
|
|
|
137401
136429
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
137402
136430
|
error_code: 'subscription_required'
|
|
137403
136431
|
}
|
|
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
136432
|
| {
|
|
137415
136433
|
/** Date and time at which Seam created the error. */
|
|
137416
136434
|
created_at: string
|
|
@@ -137442,14 +136460,6 @@ export type Routes = {
|
|
|
137442
136460
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
137443
136461
|
warning_code: 'many_active_backup_codes'
|
|
137444
136462
|
}
|
|
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
136463
|
| {
|
|
137454
136464
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
137455
136465
|
message: string
|
|
@@ -141443,26 +140453,6 @@ export type Routes = {
|
|
|
141443
140453
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
141444
140454
|
error_code: 'august_lock_not_authorized'
|
|
141445
140455
|
}
|
|
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
140456
|
| {
|
|
141467
140457
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
141468
140458
|
message: string
|
|
@@ -141493,16 +140483,6 @@ export type Routes = {
|
|
|
141493
140483
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
141494
140484
|
error_code: 'subscription_required'
|
|
141495
140485
|
}
|
|
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
140486
|
| {
|
|
141507
140487
|
/** Date and time at which Seam created the error. */
|
|
141508
140488
|
created_at: string
|
|
@@ -141534,14 +140514,6 @@ export type Routes = {
|
|
|
141534
140514
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
141535
140515
|
warning_code: 'many_active_backup_codes'
|
|
141536
140516
|
}
|
|
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
140517
|
| {
|
|
141546
140518
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
141547
140519
|
message: string
|
|
@@ -146723,26 +145695,6 @@ export type Routes = {
|
|
|
146723
145695
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
146724
145696
|
error_code: 'august_lock_not_authorized'
|
|
146725
145697
|
}
|
|
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
145698
|
| {
|
|
146747
145699
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
146748
145700
|
message: string
|
|
@@ -146773,16 +145725,6 @@ export type Routes = {
|
|
|
146773
145725
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
146774
145726
|
error_code: 'subscription_required'
|
|
146775
145727
|
}
|
|
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
145728
|
| {
|
|
146787
145729
|
/** Date and time at which Seam created the error. */
|
|
146788
145730
|
created_at: string
|
|
@@ -147152,26 +146094,6 @@ export type Routes = {
|
|
|
147152
146094
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147153
146095
|
error_code: 'august_lock_not_authorized'
|
|
147154
146096
|
}
|
|
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
146097
|
| {
|
|
147176
146098
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147177
146099
|
message: string
|
|
@@ -147202,16 +146124,6 @@ export type Routes = {
|
|
|
147202
146124
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147203
146125
|
error_code: 'subscription_required'
|
|
147204
146126
|
}
|
|
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
146127
|
| {
|
|
147216
146128
|
/** Date and time at which Seam created the error. */
|
|
147217
146129
|
created_at: string
|