@seamapi/types 1.909.0 → 1.910.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 +143 -1152
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -2497
- package/dist/index.cjs +143 -1152
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +97 -1168
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -229
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -391
- package/lib/seam/connect/openapi.js +69 -907
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -1474
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -276
- package/src/lib/seam/connect/openapi.ts +182 -1158
- package/src/lib/seam/connect/route-types.ts +0 -1650
|
@@ -2013,26 +2013,6 @@ export type Routes = {
|
|
|
2013
2013
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2014
2014
|
error_code: 'provider_issue'
|
|
2015
2015
|
}
|
|
2016
|
-
| {
|
|
2017
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2018
|
-
message: string
|
|
2019
|
-
/** Indicates that this is an access code error. */
|
|
2020
|
-
is_access_code_error: true
|
|
2021
|
-
/** Date and time at which Seam created the error. */
|
|
2022
|
-
created_at?: string | undefined
|
|
2023
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2024
|
-
error_code: 'smartthings_failed_to_set_access_code'
|
|
2025
|
-
}
|
|
2026
|
-
| {
|
|
2027
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2028
|
-
message: string
|
|
2029
|
-
/** Indicates that this is an access code error. */
|
|
2030
|
-
is_access_code_error: true
|
|
2031
|
-
/** Date and time at which Seam created the error. */
|
|
2032
|
-
created_at?: string | undefined
|
|
2033
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2034
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
2035
|
-
}
|
|
2036
2016
|
| {
|
|
2037
2017
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2038
2018
|
message: string
|
|
@@ -2097,26 +2077,6 @@ export type Routes = {
|
|
|
2097
2077
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2098
2078
|
error_code: 'access_code_state_unconfirmed'
|
|
2099
2079
|
}
|
|
2100
|
-
| {
|
|
2101
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2102
|
-
message: string
|
|
2103
|
-
/** Indicates that this is an access code error. */
|
|
2104
|
-
is_access_code_error: true
|
|
2105
|
-
/** Date and time at which Seam created the error. */
|
|
2106
|
-
created_at?: string | undefined
|
|
2107
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2108
|
-
error_code: 'kwikset_unable_to_confirm_code'
|
|
2109
|
-
}
|
|
2110
|
-
| {
|
|
2111
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2112
|
-
message: string
|
|
2113
|
-
/** Indicates that this is an access code error. */
|
|
2114
|
-
is_access_code_error: true
|
|
2115
|
-
/** Date and time at which Seam created the error. */
|
|
2116
|
-
created_at?: string | undefined
|
|
2117
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2118
|
-
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
2119
|
-
}
|
|
2120
2080
|
| {
|
|
2121
2081
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2122
2082
|
message: string
|
|
@@ -2140,36 +2100,6 @@ export type Routes = {
|
|
|
2140
2100
|
}[]
|
|
2141
2101
|
| undefined
|
|
2142
2102
|
}
|
|
2143
|
-
| {
|
|
2144
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2145
|
-
message: string
|
|
2146
|
-
/** Indicates that this is an access code error. */
|
|
2147
|
-
is_access_code_error: true
|
|
2148
|
-
/** Date and time at which Seam created the error. */
|
|
2149
|
-
created_at?: string | undefined
|
|
2150
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2151
|
-
error_code: 'august_lock_invalid_code_length'
|
|
2152
|
-
}
|
|
2153
|
-
| {
|
|
2154
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2155
|
-
message: string
|
|
2156
|
-
/** Indicates that this is an access code error. */
|
|
2157
|
-
is_access_code_error: true
|
|
2158
|
-
/** Date and time at which Seam created the error. */
|
|
2159
|
-
created_at?: string | undefined
|
|
2160
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2161
|
-
error_code: 'august_lock_missing_keypad'
|
|
2162
|
-
}
|
|
2163
|
-
| {
|
|
2164
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2165
|
-
message: string
|
|
2166
|
-
/** Indicates that this is an access code error. */
|
|
2167
|
-
is_access_code_error: true
|
|
2168
|
-
/** Date and time at which Seam created the error. */
|
|
2169
|
-
created_at?: string | undefined
|
|
2170
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2171
|
-
error_code: 'august_lock_temporarily_offline'
|
|
2172
|
-
}
|
|
2173
2103
|
| {
|
|
2174
2104
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2175
2105
|
message: string
|
|
@@ -2190,36 +2120,6 @@ export type Routes = {
|
|
|
2190
2120
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2191
2121
|
error_code: 'salto_ks_user_not_subscribed'
|
|
2192
2122
|
}
|
|
2193
|
-
| {
|
|
2194
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2195
|
-
message: string
|
|
2196
|
-
/** Indicates that this is an access code error. */
|
|
2197
|
-
is_access_code_error: true
|
|
2198
|
-
/** Date and time at which Seam created the error. */
|
|
2199
|
-
created_at?: string | undefined
|
|
2200
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2201
|
-
error_code: 'wyze_duplicate_code_name'
|
|
2202
|
-
}
|
|
2203
|
-
| {
|
|
2204
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2205
|
-
message: string
|
|
2206
|
-
/** Indicates that this is an access code error. */
|
|
2207
|
-
is_access_code_error: true
|
|
2208
|
-
/** Date and time at which Seam created the error. */
|
|
2209
|
-
created_at?: string | undefined
|
|
2210
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2211
|
-
error_code: 'wyze_potential_duplicate_code'
|
|
2212
|
-
}
|
|
2213
|
-
| {
|
|
2214
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2215
|
-
message: string
|
|
2216
|
-
/** Indicates that this is an access code error. */
|
|
2217
|
-
is_access_code_error: true
|
|
2218
|
-
/** Date and time at which Seam created the error. */
|
|
2219
|
-
created_at?: string | undefined
|
|
2220
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2221
|
-
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
2222
|
-
}
|
|
2223
2123
|
| {
|
|
2224
2124
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2225
2125
|
message: string
|
|
@@ -2230,16 +2130,6 @@ export type Routes = {
|
|
|
2230
2130
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2231
2131
|
error_code: 'insufficient_permissions'
|
|
2232
2132
|
}
|
|
2233
|
-
| {
|
|
2234
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2235
|
-
message: string
|
|
2236
|
-
/** Indicates that this is an access code error. */
|
|
2237
|
-
is_access_code_error: true
|
|
2238
|
-
/** Date and time at which Seam created the error. */
|
|
2239
|
-
created_at?: string | undefined
|
|
2240
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2241
|
-
error_code: 'keynest_unsupported_third_party_locker'
|
|
2242
|
-
}
|
|
2243
2133
|
| {
|
|
2244
2134
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2245
2135
|
message: string
|
|
@@ -2429,14 +2319,6 @@ export type Routes = {
|
|
|
2429
2319
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2430
2320
|
warning_code: 'provider_issue'
|
|
2431
2321
|
}
|
|
2432
|
-
| {
|
|
2433
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2434
|
-
message: string
|
|
2435
|
-
/** Date and time at which Seam created the warning. */
|
|
2436
|
-
created_at?: string | undefined
|
|
2437
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2438
|
-
warning_code: 'smartthings_failed_to_set_access_code'
|
|
2439
|
-
}
|
|
2440
2322
|
| {
|
|
2441
2323
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2442
2324
|
message: string
|
|
@@ -2445,14 +2327,6 @@ export type Routes = {
|
|
|
2445
2327
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2446
2328
|
warning_code: 'schlage_detected_duplicate'
|
|
2447
2329
|
}
|
|
2448
|
-
| {
|
|
2449
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2450
|
-
message: string
|
|
2451
|
-
/** Date and time at which Seam created the warning. */
|
|
2452
|
-
created_at?: string | undefined
|
|
2453
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2454
|
-
warning_code: 'schlage_creation_outage'
|
|
2455
|
-
}
|
|
2456
2330
|
| {
|
|
2457
2331
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2458
2332
|
message: string
|
|
@@ -2506,14 +2380,6 @@ export type Routes = {
|
|
|
2506
2380
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2507
2381
|
warning_code: 'third_party_integration_detected'
|
|
2508
2382
|
}
|
|
2509
|
-
| {
|
|
2510
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2511
|
-
message: string
|
|
2512
|
-
/** Date and time at which Seam created the warning. */
|
|
2513
|
-
created_at?: string | undefined
|
|
2514
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2515
|
-
warning_code: 'august_lock_temporarily_offline'
|
|
2516
|
-
}
|
|
2517
2383
|
| {
|
|
2518
2384
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2519
2385
|
message: string
|
|
@@ -2530,14 +2396,6 @@ export type Routes = {
|
|
|
2530
2396
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2531
2397
|
warning_code: 'management_transferred'
|
|
2532
2398
|
}
|
|
2533
|
-
| {
|
|
2534
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2535
|
-
message: string
|
|
2536
|
-
/** Date and time at which Seam created the warning. */
|
|
2537
|
-
created_at?: string | undefined
|
|
2538
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2539
|
-
warning_code: 'kwikset_unable_to_confirm_code'
|
|
2540
|
-
}
|
|
2541
2399
|
| {
|
|
2542
2400
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2543
2401
|
message: string
|
|
@@ -2546,14 +2404,6 @@ export type Routes = {
|
|
|
2546
2404
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2547
2405
|
warning_code: 'access_code_inactive'
|
|
2548
2406
|
}
|
|
2549
|
-
| {
|
|
2550
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2551
|
-
message: string
|
|
2552
|
-
/** Date and time at which Seam created the warning. */
|
|
2553
|
-
created_at?: string | undefined
|
|
2554
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2555
|
-
warning_code: 'ultraloq_access_code_disabled'
|
|
2556
|
-
}
|
|
2557
2407
|
| {
|
|
2558
2408
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2559
2409
|
message: string
|
|
@@ -2774,26 +2624,6 @@ export type Routes = {
|
|
|
2774
2624
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2775
2625
|
error_code: 'provider_issue'
|
|
2776
2626
|
}
|
|
2777
|
-
| {
|
|
2778
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2779
|
-
message: string
|
|
2780
|
-
/** Indicates that this is an access code error. */
|
|
2781
|
-
is_access_code_error: true
|
|
2782
|
-
/** Date and time at which Seam created the error. */
|
|
2783
|
-
created_at?: string | undefined
|
|
2784
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2785
|
-
error_code: 'smartthings_failed_to_set_access_code'
|
|
2786
|
-
}
|
|
2787
|
-
| {
|
|
2788
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2789
|
-
message: string
|
|
2790
|
-
/** Indicates that this is an access code error. */
|
|
2791
|
-
is_access_code_error: true
|
|
2792
|
-
/** Date and time at which Seam created the error. */
|
|
2793
|
-
created_at?: string | undefined
|
|
2794
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2795
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
2796
|
-
}
|
|
2797
2627
|
| {
|
|
2798
2628
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2799
2629
|
message: string
|
|
@@ -2858,26 +2688,6 @@ export type Routes = {
|
|
|
2858
2688
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2859
2689
|
error_code: 'access_code_state_unconfirmed'
|
|
2860
2690
|
}
|
|
2861
|
-
| {
|
|
2862
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2863
|
-
message: string
|
|
2864
|
-
/** Indicates that this is an access code error. */
|
|
2865
|
-
is_access_code_error: true
|
|
2866
|
-
/** Date and time at which Seam created the error. */
|
|
2867
|
-
created_at?: string | undefined
|
|
2868
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2869
|
-
error_code: 'kwikset_unable_to_confirm_code'
|
|
2870
|
-
}
|
|
2871
|
-
| {
|
|
2872
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2873
|
-
message: string
|
|
2874
|
-
/** Indicates that this is an access code error. */
|
|
2875
|
-
is_access_code_error: true
|
|
2876
|
-
/** Date and time at which Seam created the error. */
|
|
2877
|
-
created_at?: string | undefined
|
|
2878
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2879
|
-
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
2880
|
-
}
|
|
2881
2691
|
| {
|
|
2882
2692
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2883
2693
|
message: string
|
|
@@ -2901,36 +2711,6 @@ export type Routes = {
|
|
|
2901
2711
|
}[]
|
|
2902
2712
|
| undefined
|
|
2903
2713
|
}
|
|
2904
|
-
| {
|
|
2905
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2906
|
-
message: string
|
|
2907
|
-
/** Indicates that this is an access code error. */
|
|
2908
|
-
is_access_code_error: true
|
|
2909
|
-
/** Date and time at which Seam created the error. */
|
|
2910
|
-
created_at?: string | undefined
|
|
2911
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2912
|
-
error_code: 'august_lock_invalid_code_length'
|
|
2913
|
-
}
|
|
2914
|
-
| {
|
|
2915
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2916
|
-
message: string
|
|
2917
|
-
/** Indicates that this is an access code error. */
|
|
2918
|
-
is_access_code_error: true
|
|
2919
|
-
/** Date and time at which Seam created the error. */
|
|
2920
|
-
created_at?: string | undefined
|
|
2921
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2922
|
-
error_code: 'august_lock_missing_keypad'
|
|
2923
|
-
}
|
|
2924
|
-
| {
|
|
2925
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2926
|
-
message: string
|
|
2927
|
-
/** Indicates that this is an access code error. */
|
|
2928
|
-
is_access_code_error: true
|
|
2929
|
-
/** Date and time at which Seam created the error. */
|
|
2930
|
-
created_at?: string | undefined
|
|
2931
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2932
|
-
error_code: 'august_lock_temporarily_offline'
|
|
2933
|
-
}
|
|
2934
2714
|
| {
|
|
2935
2715
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2936
2716
|
message: string
|
|
@@ -2951,36 +2731,6 @@ export type Routes = {
|
|
|
2951
2731
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2952
2732
|
error_code: 'salto_ks_user_not_subscribed'
|
|
2953
2733
|
}
|
|
2954
|
-
| {
|
|
2955
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2956
|
-
message: string
|
|
2957
|
-
/** Indicates that this is an access code error. */
|
|
2958
|
-
is_access_code_error: true
|
|
2959
|
-
/** Date and time at which Seam created the error. */
|
|
2960
|
-
created_at?: string | undefined
|
|
2961
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2962
|
-
error_code: 'wyze_duplicate_code_name'
|
|
2963
|
-
}
|
|
2964
|
-
| {
|
|
2965
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2966
|
-
message: string
|
|
2967
|
-
/** Indicates that this is an access code error. */
|
|
2968
|
-
is_access_code_error: true
|
|
2969
|
-
/** Date and time at which Seam created the error. */
|
|
2970
|
-
created_at?: string | undefined
|
|
2971
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2972
|
-
error_code: 'wyze_potential_duplicate_code'
|
|
2973
|
-
}
|
|
2974
|
-
| {
|
|
2975
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2976
|
-
message: string
|
|
2977
|
-
/** Indicates that this is an access code error. */
|
|
2978
|
-
is_access_code_error: true
|
|
2979
|
-
/** Date and time at which Seam created the error. */
|
|
2980
|
-
created_at?: string | undefined
|
|
2981
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2982
|
-
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
2983
|
-
}
|
|
2984
2734
|
| {
|
|
2985
2735
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2986
2736
|
message: string
|
|
@@ -2991,16 +2741,6 @@ export type Routes = {
|
|
|
2991
2741
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2992
2742
|
error_code: 'insufficient_permissions'
|
|
2993
2743
|
}
|
|
2994
|
-
| {
|
|
2995
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2996
|
-
message: string
|
|
2997
|
-
/** Indicates that this is an access code error. */
|
|
2998
|
-
is_access_code_error: true
|
|
2999
|
-
/** Date and time at which Seam created the error. */
|
|
3000
|
-
created_at?: string | undefined
|
|
3001
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3002
|
-
error_code: 'keynest_unsupported_third_party_locker'
|
|
3003
|
-
}
|
|
3004
2744
|
| {
|
|
3005
2745
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3006
2746
|
message: string
|
|
@@ -3190,14 +2930,6 @@ export type Routes = {
|
|
|
3190
2930
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3191
2931
|
warning_code: 'provider_issue'
|
|
3192
2932
|
}
|
|
3193
|
-
| {
|
|
3194
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3195
|
-
message: string
|
|
3196
|
-
/** Date and time at which Seam created the warning. */
|
|
3197
|
-
created_at?: string | undefined
|
|
3198
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3199
|
-
warning_code: 'smartthings_failed_to_set_access_code'
|
|
3200
|
-
}
|
|
3201
2933
|
| {
|
|
3202
2934
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3203
2935
|
message: string
|
|
@@ -3206,14 +2938,6 @@ export type Routes = {
|
|
|
3206
2938
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3207
2939
|
warning_code: 'schlage_detected_duplicate'
|
|
3208
2940
|
}
|
|
3209
|
-
| {
|
|
3210
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3211
|
-
message: string
|
|
3212
|
-
/** Date and time at which Seam created the warning. */
|
|
3213
|
-
created_at?: string | undefined
|
|
3214
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3215
|
-
warning_code: 'schlage_creation_outage'
|
|
3216
|
-
}
|
|
3217
2941
|
| {
|
|
3218
2942
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3219
2943
|
message: string
|
|
@@ -3267,14 +2991,6 @@ export type Routes = {
|
|
|
3267
2991
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3268
2992
|
warning_code: 'third_party_integration_detected'
|
|
3269
2993
|
}
|
|
3270
|
-
| {
|
|
3271
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3272
|
-
message: string
|
|
3273
|
-
/** Date and time at which Seam created the warning. */
|
|
3274
|
-
created_at?: string | undefined
|
|
3275
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3276
|
-
warning_code: 'august_lock_temporarily_offline'
|
|
3277
|
-
}
|
|
3278
2994
|
| {
|
|
3279
2995
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3280
2996
|
message: string
|
|
@@ -3291,14 +3007,6 @@ export type Routes = {
|
|
|
3291
3007
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3292
3008
|
warning_code: 'management_transferred'
|
|
3293
3009
|
}
|
|
3294
|
-
| {
|
|
3295
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3296
|
-
message: string
|
|
3297
|
-
/** Date and time at which Seam created the warning. */
|
|
3298
|
-
created_at?: string | undefined
|
|
3299
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3300
|
-
warning_code: 'kwikset_unable_to_confirm_code'
|
|
3301
|
-
}
|
|
3302
3010
|
| {
|
|
3303
3011
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3304
3012
|
message: string
|
|
@@ -3307,14 +3015,6 @@ export type Routes = {
|
|
|
3307
3015
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3308
3016
|
warning_code: 'access_code_inactive'
|
|
3309
3017
|
}
|
|
3310
|
-
| {
|
|
3311
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3312
|
-
message: string
|
|
3313
|
-
/** Date and time at which Seam created the warning. */
|
|
3314
|
-
created_at?: string | undefined
|
|
3315
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3316
|
-
warning_code: 'ultraloq_access_code_disabled'
|
|
3317
|
-
}
|
|
3318
3018
|
| {
|
|
3319
3019
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3320
3020
|
message: string
|
|
@@ -5480,26 +5180,6 @@ export type Routes = {
|
|
|
5480
5180
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5481
5181
|
error_code: 'provider_issue'
|
|
5482
5182
|
}
|
|
5483
|
-
| {
|
|
5484
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5485
|
-
message: string
|
|
5486
|
-
/** Indicates that this is an access code error. */
|
|
5487
|
-
is_access_code_error: true
|
|
5488
|
-
/** Date and time at which Seam created the error. */
|
|
5489
|
-
created_at?: string | undefined
|
|
5490
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5491
|
-
error_code: 'smartthings_failed_to_set_access_code'
|
|
5492
|
-
}
|
|
5493
|
-
| {
|
|
5494
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5495
|
-
message: string
|
|
5496
|
-
/** Indicates that this is an access code error. */
|
|
5497
|
-
is_access_code_error: true
|
|
5498
|
-
/** Date and time at which Seam created the error. */
|
|
5499
|
-
created_at?: string | undefined
|
|
5500
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5501
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
5502
|
-
}
|
|
5503
5183
|
| {
|
|
5504
5184
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5505
5185
|
message: string
|
|
@@ -5564,26 +5244,6 @@ export type Routes = {
|
|
|
5564
5244
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5565
5245
|
error_code: 'access_code_state_unconfirmed'
|
|
5566
5246
|
}
|
|
5567
|
-
| {
|
|
5568
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5569
|
-
message: string
|
|
5570
|
-
/** Indicates that this is an access code error. */
|
|
5571
|
-
is_access_code_error: true
|
|
5572
|
-
/** Date and time at which Seam created the error. */
|
|
5573
|
-
created_at?: string | undefined
|
|
5574
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5575
|
-
error_code: 'kwikset_unable_to_confirm_code'
|
|
5576
|
-
}
|
|
5577
|
-
| {
|
|
5578
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5579
|
-
message: string
|
|
5580
|
-
/** Indicates that this is an access code error. */
|
|
5581
|
-
is_access_code_error: true
|
|
5582
|
-
/** Date and time at which Seam created the error. */
|
|
5583
|
-
created_at?: string | undefined
|
|
5584
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5585
|
-
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
5586
|
-
}
|
|
5587
5247
|
| {
|
|
5588
5248
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5589
5249
|
message: string
|
|
@@ -5607,36 +5267,6 @@ export type Routes = {
|
|
|
5607
5267
|
}[]
|
|
5608
5268
|
| undefined
|
|
5609
5269
|
}
|
|
5610
|
-
| {
|
|
5611
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5612
|
-
message: string
|
|
5613
|
-
/** Indicates that this is an access code error. */
|
|
5614
|
-
is_access_code_error: true
|
|
5615
|
-
/** Date and time at which Seam created the error. */
|
|
5616
|
-
created_at?: string | undefined
|
|
5617
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5618
|
-
error_code: 'august_lock_invalid_code_length'
|
|
5619
|
-
}
|
|
5620
|
-
| {
|
|
5621
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5622
|
-
message: string
|
|
5623
|
-
/** Indicates that this is an access code error. */
|
|
5624
|
-
is_access_code_error: true
|
|
5625
|
-
/** Date and time at which Seam created the error. */
|
|
5626
|
-
created_at?: string | undefined
|
|
5627
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5628
|
-
error_code: 'august_lock_missing_keypad'
|
|
5629
|
-
}
|
|
5630
|
-
| {
|
|
5631
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5632
|
-
message: string
|
|
5633
|
-
/** Indicates that this is an access code error. */
|
|
5634
|
-
is_access_code_error: true
|
|
5635
|
-
/** Date and time at which Seam created the error. */
|
|
5636
|
-
created_at?: string | undefined
|
|
5637
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5638
|
-
error_code: 'august_lock_temporarily_offline'
|
|
5639
|
-
}
|
|
5640
5270
|
| {
|
|
5641
5271
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5642
5272
|
message: string
|
|
@@ -5657,36 +5287,6 @@ export type Routes = {
|
|
|
5657
5287
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5658
5288
|
error_code: 'salto_ks_user_not_subscribed'
|
|
5659
5289
|
}
|
|
5660
|
-
| {
|
|
5661
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5662
|
-
message: string
|
|
5663
|
-
/** Indicates that this is an access code error. */
|
|
5664
|
-
is_access_code_error: true
|
|
5665
|
-
/** Date and time at which Seam created the error. */
|
|
5666
|
-
created_at?: string | undefined
|
|
5667
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5668
|
-
error_code: 'wyze_duplicate_code_name'
|
|
5669
|
-
}
|
|
5670
|
-
| {
|
|
5671
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5672
|
-
message: string
|
|
5673
|
-
/** Indicates that this is an access code error. */
|
|
5674
|
-
is_access_code_error: true
|
|
5675
|
-
/** Date and time at which Seam created the error. */
|
|
5676
|
-
created_at?: string | undefined
|
|
5677
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5678
|
-
error_code: 'wyze_potential_duplicate_code'
|
|
5679
|
-
}
|
|
5680
|
-
| {
|
|
5681
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5682
|
-
message: string
|
|
5683
|
-
/** Indicates that this is an access code error. */
|
|
5684
|
-
is_access_code_error: true
|
|
5685
|
-
/** Date and time at which Seam created the error. */
|
|
5686
|
-
created_at?: string | undefined
|
|
5687
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5688
|
-
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
5689
|
-
}
|
|
5690
5290
|
| {
|
|
5691
5291
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5692
5292
|
message: string
|
|
@@ -5697,16 +5297,6 @@ export type Routes = {
|
|
|
5697
5297
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5698
5298
|
error_code: 'insufficient_permissions'
|
|
5699
5299
|
}
|
|
5700
|
-
| {
|
|
5701
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5702
|
-
message: string
|
|
5703
|
-
/** Indicates that this is an access code error. */
|
|
5704
|
-
is_access_code_error: true
|
|
5705
|
-
/** Date and time at which Seam created the error. */
|
|
5706
|
-
created_at?: string | undefined
|
|
5707
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5708
|
-
error_code: 'keynest_unsupported_third_party_locker'
|
|
5709
|
-
}
|
|
5710
5300
|
| {
|
|
5711
5301
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5712
5302
|
message: string
|
|
@@ -5896,14 +5486,6 @@ export type Routes = {
|
|
|
5896
5486
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5897
5487
|
warning_code: 'provider_issue'
|
|
5898
5488
|
}
|
|
5899
|
-
| {
|
|
5900
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5901
|
-
message: string
|
|
5902
|
-
/** Date and time at which Seam created the warning. */
|
|
5903
|
-
created_at?: string | undefined
|
|
5904
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5905
|
-
warning_code: 'smartthings_failed_to_set_access_code'
|
|
5906
|
-
}
|
|
5907
5489
|
| {
|
|
5908
5490
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5909
5491
|
message: string
|
|
@@ -5912,14 +5494,6 @@ export type Routes = {
|
|
|
5912
5494
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5913
5495
|
warning_code: 'schlage_detected_duplicate'
|
|
5914
5496
|
}
|
|
5915
|
-
| {
|
|
5916
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5917
|
-
message: string
|
|
5918
|
-
/** Date and time at which Seam created the warning. */
|
|
5919
|
-
created_at?: string | undefined
|
|
5920
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5921
|
-
warning_code: 'schlage_creation_outage'
|
|
5922
|
-
}
|
|
5923
5497
|
| {
|
|
5924
5498
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5925
5499
|
message: string
|
|
@@ -5973,14 +5547,6 @@ export type Routes = {
|
|
|
5973
5547
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5974
5548
|
warning_code: 'third_party_integration_detected'
|
|
5975
5549
|
}
|
|
5976
|
-
| {
|
|
5977
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5978
|
-
message: string
|
|
5979
|
-
/** Date and time at which Seam created the warning. */
|
|
5980
|
-
created_at?: string | undefined
|
|
5981
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5982
|
-
warning_code: 'august_lock_temporarily_offline'
|
|
5983
|
-
}
|
|
5984
5550
|
| {
|
|
5985
5551
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5986
5552
|
message: string
|
|
@@ -5997,14 +5563,6 @@ export type Routes = {
|
|
|
5997
5563
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5998
5564
|
warning_code: 'management_transferred'
|
|
5999
5565
|
}
|
|
6000
|
-
| {
|
|
6001
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6002
|
-
message: string
|
|
6003
|
-
/** Date and time at which Seam created the warning. */
|
|
6004
|
-
created_at?: string | undefined
|
|
6005
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6006
|
-
warning_code: 'kwikset_unable_to_confirm_code'
|
|
6007
|
-
}
|
|
6008
5566
|
| {
|
|
6009
5567
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6010
5568
|
message: string
|
|
@@ -6013,14 +5571,6 @@ export type Routes = {
|
|
|
6013
5571
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6014
5572
|
warning_code: 'access_code_inactive'
|
|
6015
5573
|
}
|
|
6016
|
-
| {
|
|
6017
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6018
|
-
message: string
|
|
6019
|
-
/** Date and time at which Seam created the warning. */
|
|
6020
|
-
created_at?: string | undefined
|
|
6021
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6022
|
-
warning_code: 'ultraloq_access_code_disabled'
|
|
6023
|
-
}
|
|
6024
5574
|
| {
|
|
6025
5575
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6026
5576
|
message: string
|
|
@@ -6328,26 +5878,6 @@ export type Routes = {
|
|
|
6328
5878
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6329
5879
|
error_code: 'provider_issue'
|
|
6330
5880
|
}
|
|
6331
|
-
| {
|
|
6332
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6333
|
-
message: string
|
|
6334
|
-
/** Indicates that this is an access code error. */
|
|
6335
|
-
is_access_code_error: true
|
|
6336
|
-
/** Date and time at which Seam created the error. */
|
|
6337
|
-
created_at?: string | undefined
|
|
6338
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6339
|
-
error_code: 'smartthings_failed_to_set_access_code'
|
|
6340
|
-
}
|
|
6341
|
-
| {
|
|
6342
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6343
|
-
message: string
|
|
6344
|
-
/** Indicates that this is an access code error. */
|
|
6345
|
-
is_access_code_error: true
|
|
6346
|
-
/** Date and time at which Seam created the error. */
|
|
6347
|
-
created_at?: string | undefined
|
|
6348
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6349
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
6350
|
-
}
|
|
6351
5881
|
| {
|
|
6352
5882
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6353
5883
|
message: string
|
|
@@ -6412,26 +5942,6 @@ export type Routes = {
|
|
|
6412
5942
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6413
5943
|
error_code: 'access_code_state_unconfirmed'
|
|
6414
5944
|
}
|
|
6415
|
-
| {
|
|
6416
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6417
|
-
message: string
|
|
6418
|
-
/** Indicates that this is an access code error. */
|
|
6419
|
-
is_access_code_error: true
|
|
6420
|
-
/** Date and time at which Seam created the error. */
|
|
6421
|
-
created_at?: string | undefined
|
|
6422
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6423
|
-
error_code: 'kwikset_unable_to_confirm_code'
|
|
6424
|
-
}
|
|
6425
|
-
| {
|
|
6426
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6427
|
-
message: string
|
|
6428
|
-
/** Indicates that this is an access code error. */
|
|
6429
|
-
is_access_code_error: true
|
|
6430
|
-
/** Date and time at which Seam created the error. */
|
|
6431
|
-
created_at?: string | undefined
|
|
6432
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6433
|
-
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
6434
|
-
}
|
|
6435
5945
|
| {
|
|
6436
5946
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6437
5947
|
message: string
|
|
@@ -6455,36 +5965,6 @@ export type Routes = {
|
|
|
6455
5965
|
}[]
|
|
6456
5966
|
| undefined
|
|
6457
5967
|
}
|
|
6458
|
-
| {
|
|
6459
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6460
|
-
message: string
|
|
6461
|
-
/** Indicates that this is an access code error. */
|
|
6462
|
-
is_access_code_error: true
|
|
6463
|
-
/** Date and time at which Seam created the error. */
|
|
6464
|
-
created_at?: string | undefined
|
|
6465
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6466
|
-
error_code: 'august_lock_invalid_code_length'
|
|
6467
|
-
}
|
|
6468
|
-
| {
|
|
6469
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6470
|
-
message: string
|
|
6471
|
-
/** Indicates that this is an access code error. */
|
|
6472
|
-
is_access_code_error: true
|
|
6473
|
-
/** Date and time at which Seam created the error. */
|
|
6474
|
-
created_at?: string | undefined
|
|
6475
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6476
|
-
error_code: 'august_lock_missing_keypad'
|
|
6477
|
-
}
|
|
6478
|
-
| {
|
|
6479
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6480
|
-
message: string
|
|
6481
|
-
/** Indicates that this is an access code error. */
|
|
6482
|
-
is_access_code_error: true
|
|
6483
|
-
/** Date and time at which Seam created the error. */
|
|
6484
|
-
created_at?: string | undefined
|
|
6485
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6486
|
-
error_code: 'august_lock_temporarily_offline'
|
|
6487
|
-
}
|
|
6488
5968
|
| {
|
|
6489
5969
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6490
5970
|
message: string
|
|
@@ -6505,36 +5985,6 @@ export type Routes = {
|
|
|
6505
5985
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6506
5986
|
error_code: 'salto_ks_user_not_subscribed'
|
|
6507
5987
|
}
|
|
6508
|
-
| {
|
|
6509
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6510
|
-
message: string
|
|
6511
|
-
/** Indicates that this is an access code error. */
|
|
6512
|
-
is_access_code_error: true
|
|
6513
|
-
/** Date and time at which Seam created the error. */
|
|
6514
|
-
created_at?: string | undefined
|
|
6515
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6516
|
-
error_code: 'wyze_duplicate_code_name'
|
|
6517
|
-
}
|
|
6518
|
-
| {
|
|
6519
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6520
|
-
message: string
|
|
6521
|
-
/** Indicates that this is an access code error. */
|
|
6522
|
-
is_access_code_error: true
|
|
6523
|
-
/** Date and time at which Seam created the error. */
|
|
6524
|
-
created_at?: string | undefined
|
|
6525
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6526
|
-
error_code: 'wyze_potential_duplicate_code'
|
|
6527
|
-
}
|
|
6528
|
-
| {
|
|
6529
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6530
|
-
message: string
|
|
6531
|
-
/** Indicates that this is an access code error. */
|
|
6532
|
-
is_access_code_error: true
|
|
6533
|
-
/** Date and time at which Seam created the error. */
|
|
6534
|
-
created_at?: string | undefined
|
|
6535
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6536
|
-
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
6537
|
-
}
|
|
6538
5988
|
| {
|
|
6539
5989
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6540
5990
|
message: string
|
|
@@ -6545,16 +5995,6 @@ export type Routes = {
|
|
|
6545
5995
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6546
5996
|
error_code: 'insufficient_permissions'
|
|
6547
5997
|
}
|
|
6548
|
-
| {
|
|
6549
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6550
|
-
message: string
|
|
6551
|
-
/** Indicates that this is an access code error. */
|
|
6552
|
-
is_access_code_error: true
|
|
6553
|
-
/** Date and time at which Seam created the error. */
|
|
6554
|
-
created_at?: string | undefined
|
|
6555
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6556
|
-
error_code: 'keynest_unsupported_third_party_locker'
|
|
6557
|
-
}
|
|
6558
5998
|
| {
|
|
6559
5999
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6560
6000
|
message: string
|
|
@@ -6744,14 +6184,6 @@ export type Routes = {
|
|
|
6744
6184
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6745
6185
|
warning_code: 'provider_issue'
|
|
6746
6186
|
}
|
|
6747
|
-
| {
|
|
6748
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6749
|
-
message: string
|
|
6750
|
-
/** Date and time at which Seam created the warning. */
|
|
6751
|
-
created_at?: string | undefined
|
|
6752
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6753
|
-
warning_code: 'smartthings_failed_to_set_access_code'
|
|
6754
|
-
}
|
|
6755
6187
|
| {
|
|
6756
6188
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6757
6189
|
message: string
|
|
@@ -6760,14 +6192,6 @@ export type Routes = {
|
|
|
6760
6192
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6761
6193
|
warning_code: 'schlage_detected_duplicate'
|
|
6762
6194
|
}
|
|
6763
|
-
| {
|
|
6764
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6765
|
-
message: string
|
|
6766
|
-
/** Date and time at which Seam created the warning. */
|
|
6767
|
-
created_at?: string | undefined
|
|
6768
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6769
|
-
warning_code: 'schlage_creation_outage'
|
|
6770
|
-
}
|
|
6771
6195
|
| {
|
|
6772
6196
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6773
6197
|
message: string
|
|
@@ -6821,14 +6245,6 @@ export type Routes = {
|
|
|
6821
6245
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6822
6246
|
warning_code: 'third_party_integration_detected'
|
|
6823
6247
|
}
|
|
6824
|
-
| {
|
|
6825
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6826
|
-
message: string
|
|
6827
|
-
/** Date and time at which Seam created the warning. */
|
|
6828
|
-
created_at?: string | undefined
|
|
6829
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6830
|
-
warning_code: 'august_lock_temporarily_offline'
|
|
6831
|
-
}
|
|
6832
6248
|
| {
|
|
6833
6249
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6834
6250
|
message: string
|
|
@@ -6845,14 +6261,6 @@ export type Routes = {
|
|
|
6845
6261
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6846
6262
|
warning_code: 'management_transferred'
|
|
6847
6263
|
}
|
|
6848
|
-
| {
|
|
6849
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6850
|
-
message: string
|
|
6851
|
-
/** Date and time at which Seam created the warning. */
|
|
6852
|
-
created_at?: string | undefined
|
|
6853
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6854
|
-
warning_code: 'kwikset_unable_to_confirm_code'
|
|
6855
|
-
}
|
|
6856
6264
|
| {
|
|
6857
6265
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6858
6266
|
message: string
|
|
@@ -6861,14 +6269,6 @@ export type Routes = {
|
|
|
6861
6269
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6862
6270
|
warning_code: 'access_code_inactive'
|
|
6863
6271
|
}
|
|
6864
|
-
| {
|
|
6865
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6866
|
-
message: string
|
|
6867
|
-
/** Date and time at which Seam created the warning. */
|
|
6868
|
-
created_at?: string | undefined
|
|
6869
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6870
|
-
warning_code: 'ultraloq_access_code_disabled'
|
|
6871
|
-
}
|
|
6872
6272
|
| {
|
|
6873
6273
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6874
6274
|
message: string
|
|
@@ -7080,26 +6480,6 @@ export type Routes = {
|
|
|
7080
6480
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7081
6481
|
error_code: 'provider_issue'
|
|
7082
6482
|
}
|
|
7083
|
-
| {
|
|
7084
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7085
|
-
message: string
|
|
7086
|
-
/** Indicates that this is an access code error. */
|
|
7087
|
-
is_access_code_error: true
|
|
7088
|
-
/** Date and time at which Seam created the error. */
|
|
7089
|
-
created_at?: string | undefined
|
|
7090
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7091
|
-
error_code: 'smartthings_failed_to_set_access_code'
|
|
7092
|
-
}
|
|
7093
|
-
| {
|
|
7094
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7095
|
-
message: string
|
|
7096
|
-
/** Indicates that this is an access code error. */
|
|
7097
|
-
is_access_code_error: true
|
|
7098
|
-
/** Date and time at which Seam created the error. */
|
|
7099
|
-
created_at?: string | undefined
|
|
7100
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7101
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
7102
|
-
}
|
|
7103
6483
|
| {
|
|
7104
6484
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7105
6485
|
message: string
|
|
@@ -7164,26 +6544,6 @@ export type Routes = {
|
|
|
7164
6544
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7165
6545
|
error_code: 'access_code_state_unconfirmed'
|
|
7166
6546
|
}
|
|
7167
|
-
| {
|
|
7168
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7169
|
-
message: string
|
|
7170
|
-
/** Indicates that this is an access code error. */
|
|
7171
|
-
is_access_code_error: true
|
|
7172
|
-
/** Date and time at which Seam created the error. */
|
|
7173
|
-
created_at?: string | undefined
|
|
7174
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7175
|
-
error_code: 'kwikset_unable_to_confirm_code'
|
|
7176
|
-
}
|
|
7177
|
-
| {
|
|
7178
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7179
|
-
message: string
|
|
7180
|
-
/** Indicates that this is an access code error. */
|
|
7181
|
-
is_access_code_error: true
|
|
7182
|
-
/** Date and time at which Seam created the error. */
|
|
7183
|
-
created_at?: string | undefined
|
|
7184
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7185
|
-
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
7186
|
-
}
|
|
7187
6547
|
| {
|
|
7188
6548
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7189
6549
|
message: string
|
|
@@ -7207,36 +6567,6 @@ export type Routes = {
|
|
|
7207
6567
|
}[]
|
|
7208
6568
|
| undefined
|
|
7209
6569
|
}
|
|
7210
|
-
| {
|
|
7211
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7212
|
-
message: string
|
|
7213
|
-
/** Indicates that this is an access code error. */
|
|
7214
|
-
is_access_code_error: true
|
|
7215
|
-
/** Date and time at which Seam created the error. */
|
|
7216
|
-
created_at?: string | undefined
|
|
7217
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7218
|
-
error_code: 'august_lock_invalid_code_length'
|
|
7219
|
-
}
|
|
7220
|
-
| {
|
|
7221
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7222
|
-
message: string
|
|
7223
|
-
/** Indicates that this is an access code error. */
|
|
7224
|
-
is_access_code_error: true
|
|
7225
|
-
/** Date and time at which Seam created the error. */
|
|
7226
|
-
created_at?: string | undefined
|
|
7227
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7228
|
-
error_code: 'august_lock_missing_keypad'
|
|
7229
|
-
}
|
|
7230
|
-
| {
|
|
7231
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7232
|
-
message: string
|
|
7233
|
-
/** Indicates that this is an access code error. */
|
|
7234
|
-
is_access_code_error: true
|
|
7235
|
-
/** Date and time at which Seam created the error. */
|
|
7236
|
-
created_at?: string | undefined
|
|
7237
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7238
|
-
error_code: 'august_lock_temporarily_offline'
|
|
7239
|
-
}
|
|
7240
6570
|
| {
|
|
7241
6571
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7242
6572
|
message: string
|
|
@@ -7257,36 +6587,6 @@ export type Routes = {
|
|
|
7257
6587
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7258
6588
|
error_code: 'salto_ks_user_not_subscribed'
|
|
7259
6589
|
}
|
|
7260
|
-
| {
|
|
7261
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7262
|
-
message: string
|
|
7263
|
-
/** Indicates that this is an access code error. */
|
|
7264
|
-
is_access_code_error: true
|
|
7265
|
-
/** Date and time at which Seam created the error. */
|
|
7266
|
-
created_at?: string | undefined
|
|
7267
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7268
|
-
error_code: 'wyze_duplicate_code_name'
|
|
7269
|
-
}
|
|
7270
|
-
| {
|
|
7271
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7272
|
-
message: string
|
|
7273
|
-
/** Indicates that this is an access code error. */
|
|
7274
|
-
is_access_code_error: true
|
|
7275
|
-
/** Date and time at which Seam created the error. */
|
|
7276
|
-
created_at?: string | undefined
|
|
7277
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7278
|
-
error_code: 'wyze_potential_duplicate_code'
|
|
7279
|
-
}
|
|
7280
|
-
| {
|
|
7281
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7282
|
-
message: string
|
|
7283
|
-
/** Indicates that this is an access code error. */
|
|
7284
|
-
is_access_code_error: true
|
|
7285
|
-
/** Date and time at which Seam created the error. */
|
|
7286
|
-
created_at?: string | undefined
|
|
7287
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7288
|
-
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
7289
|
-
}
|
|
7290
6590
|
| {
|
|
7291
6591
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7292
6592
|
message: string
|
|
@@ -7297,16 +6597,6 @@ export type Routes = {
|
|
|
7297
6597
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7298
6598
|
error_code: 'insufficient_permissions'
|
|
7299
6599
|
}
|
|
7300
|
-
| {
|
|
7301
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7302
|
-
message: string
|
|
7303
|
-
/** Indicates that this is an access code error. */
|
|
7304
|
-
is_access_code_error: true
|
|
7305
|
-
/** Date and time at which Seam created the error. */
|
|
7306
|
-
created_at?: string | undefined
|
|
7307
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7308
|
-
error_code: 'keynest_unsupported_third_party_locker'
|
|
7309
|
-
}
|
|
7310
6600
|
| {
|
|
7311
6601
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7312
6602
|
message: string
|
|
@@ -7496,14 +6786,6 @@ export type Routes = {
|
|
|
7496
6786
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7497
6787
|
warning_code: 'provider_issue'
|
|
7498
6788
|
}
|
|
7499
|
-
| {
|
|
7500
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7501
|
-
message: string
|
|
7502
|
-
/** Date and time at which Seam created the warning. */
|
|
7503
|
-
created_at?: string | undefined
|
|
7504
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7505
|
-
warning_code: 'smartthings_failed_to_set_access_code'
|
|
7506
|
-
}
|
|
7507
6789
|
| {
|
|
7508
6790
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7509
6791
|
message: string
|
|
@@ -7512,14 +6794,6 @@ export type Routes = {
|
|
|
7512
6794
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7513
6795
|
warning_code: 'schlage_detected_duplicate'
|
|
7514
6796
|
}
|
|
7515
|
-
| {
|
|
7516
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7517
|
-
message: string
|
|
7518
|
-
/** Date and time at which Seam created the warning. */
|
|
7519
|
-
created_at?: string | undefined
|
|
7520
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7521
|
-
warning_code: 'schlage_creation_outage'
|
|
7522
|
-
}
|
|
7523
6797
|
| {
|
|
7524
6798
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7525
6799
|
message: string
|
|
@@ -7573,14 +6847,6 @@ export type Routes = {
|
|
|
7573
6847
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7574
6848
|
warning_code: 'third_party_integration_detected'
|
|
7575
6849
|
}
|
|
7576
|
-
| {
|
|
7577
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7578
|
-
message: string
|
|
7579
|
-
/** Date and time at which Seam created the warning. */
|
|
7580
|
-
created_at?: string | undefined
|
|
7581
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7582
|
-
warning_code: 'august_lock_temporarily_offline'
|
|
7583
|
-
}
|
|
7584
6850
|
| {
|
|
7585
6851
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7586
6852
|
message: string
|
|
@@ -7597,14 +6863,6 @@ export type Routes = {
|
|
|
7597
6863
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7598
6864
|
warning_code: 'management_transferred'
|
|
7599
6865
|
}
|
|
7600
|
-
| {
|
|
7601
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7602
|
-
message: string
|
|
7603
|
-
/** Date and time at which Seam created the warning. */
|
|
7604
|
-
created_at?: string | undefined
|
|
7605
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7606
|
-
warning_code: 'kwikset_unable_to_confirm_code'
|
|
7607
|
-
}
|
|
7608
6866
|
| {
|
|
7609
6867
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7610
6868
|
message: string
|
|
@@ -7613,14 +6871,6 @@ export type Routes = {
|
|
|
7613
6871
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7614
6872
|
warning_code: 'access_code_inactive'
|
|
7615
6873
|
}
|
|
7616
|
-
| {
|
|
7617
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7618
|
-
message: string
|
|
7619
|
-
/** Date and time at which Seam created the warning. */
|
|
7620
|
-
created_at?: string | undefined
|
|
7621
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7622
|
-
warning_code: 'ultraloq_access_code_disabled'
|
|
7623
|
-
}
|
|
7624
6874
|
| {
|
|
7625
6875
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7626
6876
|
message: string
|
|
@@ -7809,26 +7059,6 @@ export type Routes = {
|
|
|
7809
7059
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7810
7060
|
error_code: 'provider_issue'
|
|
7811
7061
|
}
|
|
7812
|
-
| {
|
|
7813
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7814
|
-
message: string
|
|
7815
|
-
/** Indicates that this is an access code error. */
|
|
7816
|
-
is_access_code_error: true
|
|
7817
|
-
/** Date and time at which Seam created the error. */
|
|
7818
|
-
created_at?: string | undefined
|
|
7819
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7820
|
-
error_code: 'smartthings_failed_to_set_access_code'
|
|
7821
|
-
}
|
|
7822
|
-
| {
|
|
7823
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7824
|
-
message: string
|
|
7825
|
-
/** Indicates that this is an access code error. */
|
|
7826
|
-
is_access_code_error: true
|
|
7827
|
-
/** Date and time at which Seam created the error. */
|
|
7828
|
-
created_at?: string | undefined
|
|
7829
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7830
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
7831
|
-
}
|
|
7832
7062
|
| {
|
|
7833
7063
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7834
7064
|
message: string
|
|
@@ -7893,26 +7123,6 @@ export type Routes = {
|
|
|
7893
7123
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7894
7124
|
error_code: 'access_code_state_unconfirmed'
|
|
7895
7125
|
}
|
|
7896
|
-
| {
|
|
7897
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7898
|
-
message: string
|
|
7899
|
-
/** Indicates that this is an access code error. */
|
|
7900
|
-
is_access_code_error: true
|
|
7901
|
-
/** Date and time at which Seam created the error. */
|
|
7902
|
-
created_at?: string | undefined
|
|
7903
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7904
|
-
error_code: 'kwikset_unable_to_confirm_code'
|
|
7905
|
-
}
|
|
7906
|
-
| {
|
|
7907
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7908
|
-
message: string
|
|
7909
|
-
/** Indicates that this is an access code error. */
|
|
7910
|
-
is_access_code_error: true
|
|
7911
|
-
/** Date and time at which Seam created the error. */
|
|
7912
|
-
created_at?: string | undefined
|
|
7913
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7914
|
-
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
7915
|
-
}
|
|
7916
7126
|
| {
|
|
7917
7127
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7918
7128
|
message: string
|
|
@@ -7936,36 +7146,6 @@ export type Routes = {
|
|
|
7936
7146
|
}[]
|
|
7937
7147
|
| undefined
|
|
7938
7148
|
}
|
|
7939
|
-
| {
|
|
7940
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7941
|
-
message: string
|
|
7942
|
-
/** Indicates that this is an access code error. */
|
|
7943
|
-
is_access_code_error: true
|
|
7944
|
-
/** Date and time at which Seam created the error. */
|
|
7945
|
-
created_at?: string | undefined
|
|
7946
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7947
|
-
error_code: 'august_lock_invalid_code_length'
|
|
7948
|
-
}
|
|
7949
|
-
| {
|
|
7950
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7951
|
-
message: string
|
|
7952
|
-
/** Indicates that this is an access code error. */
|
|
7953
|
-
is_access_code_error: true
|
|
7954
|
-
/** Date and time at which Seam created the error. */
|
|
7955
|
-
created_at?: string | undefined
|
|
7956
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7957
|
-
error_code: 'august_lock_missing_keypad'
|
|
7958
|
-
}
|
|
7959
|
-
| {
|
|
7960
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7961
|
-
message: string
|
|
7962
|
-
/** Indicates that this is an access code error. */
|
|
7963
|
-
is_access_code_error: true
|
|
7964
|
-
/** Date and time at which Seam created the error. */
|
|
7965
|
-
created_at?: string | undefined
|
|
7966
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7967
|
-
error_code: 'august_lock_temporarily_offline'
|
|
7968
|
-
}
|
|
7969
7149
|
| {
|
|
7970
7150
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7971
7151
|
message: string
|
|
@@ -7986,36 +7166,6 @@ export type Routes = {
|
|
|
7986
7166
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7987
7167
|
error_code: 'salto_ks_user_not_subscribed'
|
|
7988
7168
|
}
|
|
7989
|
-
| {
|
|
7990
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7991
|
-
message: string
|
|
7992
|
-
/** Indicates that this is an access code error. */
|
|
7993
|
-
is_access_code_error: true
|
|
7994
|
-
/** Date and time at which Seam created the error. */
|
|
7995
|
-
created_at?: string | undefined
|
|
7996
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7997
|
-
error_code: 'wyze_duplicate_code_name'
|
|
7998
|
-
}
|
|
7999
|
-
| {
|
|
8000
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8001
|
-
message: string
|
|
8002
|
-
/** Indicates that this is an access code error. */
|
|
8003
|
-
is_access_code_error: true
|
|
8004
|
-
/** Date and time at which Seam created the error. */
|
|
8005
|
-
created_at?: string | undefined
|
|
8006
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8007
|
-
error_code: 'wyze_potential_duplicate_code'
|
|
8008
|
-
}
|
|
8009
|
-
| {
|
|
8010
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8011
|
-
message: string
|
|
8012
|
-
/** Indicates that this is an access code error. */
|
|
8013
|
-
is_access_code_error: true
|
|
8014
|
-
/** Date and time at which Seam created the error. */
|
|
8015
|
-
created_at?: string | undefined
|
|
8016
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8017
|
-
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
8018
|
-
}
|
|
8019
7169
|
| {
|
|
8020
7170
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8021
7171
|
message: string
|
|
@@ -8026,16 +7176,6 @@ export type Routes = {
|
|
|
8026
7176
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8027
7177
|
error_code: 'insufficient_permissions'
|
|
8028
7178
|
}
|
|
8029
|
-
| {
|
|
8030
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8031
|
-
message: string
|
|
8032
|
-
/** Indicates that this is an access code error. */
|
|
8033
|
-
is_access_code_error: true
|
|
8034
|
-
/** Date and time at which Seam created the error. */
|
|
8035
|
-
created_at?: string | undefined
|
|
8036
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8037
|
-
error_code: 'keynest_unsupported_third_party_locker'
|
|
8038
|
-
}
|
|
8039
7179
|
| {
|
|
8040
7180
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8041
7181
|
message: string
|
|
@@ -8225,14 +7365,6 @@ export type Routes = {
|
|
|
8225
7365
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8226
7366
|
warning_code: 'provider_issue'
|
|
8227
7367
|
}
|
|
8228
|
-
| {
|
|
8229
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8230
|
-
message: string
|
|
8231
|
-
/** Date and time at which Seam created the warning. */
|
|
8232
|
-
created_at?: string | undefined
|
|
8233
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8234
|
-
warning_code: 'smartthings_failed_to_set_access_code'
|
|
8235
|
-
}
|
|
8236
7368
|
| {
|
|
8237
7369
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8238
7370
|
message: string
|
|
@@ -8241,14 +7373,6 @@ export type Routes = {
|
|
|
8241
7373
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8242
7374
|
warning_code: 'schlage_detected_duplicate'
|
|
8243
7375
|
}
|
|
8244
|
-
| {
|
|
8245
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8246
|
-
message: string
|
|
8247
|
-
/** Date and time at which Seam created the warning. */
|
|
8248
|
-
created_at?: string | undefined
|
|
8249
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8250
|
-
warning_code: 'schlage_creation_outage'
|
|
8251
|
-
}
|
|
8252
7376
|
| {
|
|
8253
7377
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8254
7378
|
message: string
|
|
@@ -8302,14 +7426,6 @@ export type Routes = {
|
|
|
8302
7426
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8303
7427
|
warning_code: 'third_party_integration_detected'
|
|
8304
7428
|
}
|
|
8305
|
-
| {
|
|
8306
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8307
|
-
message: string
|
|
8308
|
-
/** Date and time at which Seam created the warning. */
|
|
8309
|
-
created_at?: string | undefined
|
|
8310
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8311
|
-
warning_code: 'august_lock_temporarily_offline'
|
|
8312
|
-
}
|
|
8313
7429
|
| {
|
|
8314
7430
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8315
7431
|
message: string
|
|
@@ -8326,14 +7442,6 @@ export type Routes = {
|
|
|
8326
7442
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8327
7443
|
warning_code: 'management_transferred'
|
|
8328
7444
|
}
|
|
8329
|
-
| {
|
|
8330
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8331
|
-
message: string
|
|
8332
|
-
/** Date and time at which Seam created the warning. */
|
|
8333
|
-
created_at?: string | undefined
|
|
8334
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8335
|
-
warning_code: 'kwikset_unable_to_confirm_code'
|
|
8336
|
-
}
|
|
8337
7445
|
| {
|
|
8338
7446
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8339
7447
|
message: string
|
|
@@ -8342,14 +7450,6 @@ export type Routes = {
|
|
|
8342
7450
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8343
7451
|
warning_code: 'access_code_inactive'
|
|
8344
7452
|
}
|
|
8345
|
-
| {
|
|
8346
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8347
|
-
message: string
|
|
8348
|
-
/** Date and time at which Seam created the warning. */
|
|
8349
|
-
created_at?: string | undefined
|
|
8350
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8351
|
-
warning_code: 'ultraloq_access_code_disabled'
|
|
8352
|
-
}
|
|
8353
7453
|
| {
|
|
8354
7454
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8355
7455
|
message: string
|
|
@@ -8571,26 +7671,6 @@ export type Routes = {
|
|
|
8571
7671
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8572
7672
|
error_code: 'provider_issue'
|
|
8573
7673
|
}
|
|
8574
|
-
| {
|
|
8575
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8576
|
-
message: string
|
|
8577
|
-
/** Indicates that this is an access code error. */
|
|
8578
|
-
is_access_code_error: true
|
|
8579
|
-
/** Date and time at which Seam created the error. */
|
|
8580
|
-
created_at?: string | undefined
|
|
8581
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8582
|
-
error_code: 'smartthings_failed_to_set_access_code'
|
|
8583
|
-
}
|
|
8584
|
-
| {
|
|
8585
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8586
|
-
message: string
|
|
8587
|
-
/** Indicates that this is an access code error. */
|
|
8588
|
-
is_access_code_error: true
|
|
8589
|
-
/** Date and time at which Seam created the error. */
|
|
8590
|
-
created_at?: string | undefined
|
|
8591
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8592
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
8593
|
-
}
|
|
8594
7674
|
| {
|
|
8595
7675
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8596
7676
|
message: string
|
|
@@ -8655,26 +7735,6 @@ export type Routes = {
|
|
|
8655
7735
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8656
7736
|
error_code: 'access_code_state_unconfirmed'
|
|
8657
7737
|
}
|
|
8658
|
-
| {
|
|
8659
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8660
|
-
message: string
|
|
8661
|
-
/** Indicates that this is an access code error. */
|
|
8662
|
-
is_access_code_error: true
|
|
8663
|
-
/** Date and time at which Seam created the error. */
|
|
8664
|
-
created_at?: string | undefined
|
|
8665
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8666
|
-
error_code: 'kwikset_unable_to_confirm_code'
|
|
8667
|
-
}
|
|
8668
|
-
| {
|
|
8669
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8670
|
-
message: string
|
|
8671
|
-
/** Indicates that this is an access code error. */
|
|
8672
|
-
is_access_code_error: true
|
|
8673
|
-
/** Date and time at which Seam created the error. */
|
|
8674
|
-
created_at?: string | undefined
|
|
8675
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8676
|
-
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
8677
|
-
}
|
|
8678
7738
|
| {
|
|
8679
7739
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8680
7740
|
message: string
|
|
@@ -8698,36 +7758,6 @@ export type Routes = {
|
|
|
8698
7758
|
}[]
|
|
8699
7759
|
| undefined
|
|
8700
7760
|
}
|
|
8701
|
-
| {
|
|
8702
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8703
|
-
message: string
|
|
8704
|
-
/** Indicates that this is an access code error. */
|
|
8705
|
-
is_access_code_error: true
|
|
8706
|
-
/** Date and time at which Seam created the error. */
|
|
8707
|
-
created_at?: string | undefined
|
|
8708
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8709
|
-
error_code: 'august_lock_invalid_code_length'
|
|
8710
|
-
}
|
|
8711
|
-
| {
|
|
8712
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8713
|
-
message: string
|
|
8714
|
-
/** Indicates that this is an access code error. */
|
|
8715
|
-
is_access_code_error: true
|
|
8716
|
-
/** Date and time at which Seam created the error. */
|
|
8717
|
-
created_at?: string | undefined
|
|
8718
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8719
|
-
error_code: 'august_lock_missing_keypad'
|
|
8720
|
-
}
|
|
8721
|
-
| {
|
|
8722
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8723
|
-
message: string
|
|
8724
|
-
/** Indicates that this is an access code error. */
|
|
8725
|
-
is_access_code_error: true
|
|
8726
|
-
/** Date and time at which Seam created the error. */
|
|
8727
|
-
created_at?: string | undefined
|
|
8728
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8729
|
-
error_code: 'august_lock_temporarily_offline'
|
|
8730
|
-
}
|
|
8731
7761
|
| {
|
|
8732
7762
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8733
7763
|
message: string
|
|
@@ -8748,36 +7778,6 @@ export type Routes = {
|
|
|
8748
7778
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8749
7779
|
error_code: 'salto_ks_user_not_subscribed'
|
|
8750
7780
|
}
|
|
8751
|
-
| {
|
|
8752
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8753
|
-
message: string
|
|
8754
|
-
/** Indicates that this is an access code error. */
|
|
8755
|
-
is_access_code_error: true
|
|
8756
|
-
/** Date and time at which Seam created the error. */
|
|
8757
|
-
created_at?: string | undefined
|
|
8758
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8759
|
-
error_code: 'wyze_duplicate_code_name'
|
|
8760
|
-
}
|
|
8761
|
-
| {
|
|
8762
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8763
|
-
message: string
|
|
8764
|
-
/** Indicates that this is an access code error. */
|
|
8765
|
-
is_access_code_error: true
|
|
8766
|
-
/** Date and time at which Seam created the error. */
|
|
8767
|
-
created_at?: string | undefined
|
|
8768
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8769
|
-
error_code: 'wyze_potential_duplicate_code'
|
|
8770
|
-
}
|
|
8771
|
-
| {
|
|
8772
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8773
|
-
message: string
|
|
8774
|
-
/** Indicates that this is an access code error. */
|
|
8775
|
-
is_access_code_error: true
|
|
8776
|
-
/** Date and time at which Seam created the error. */
|
|
8777
|
-
created_at?: string | undefined
|
|
8778
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8779
|
-
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
8780
|
-
}
|
|
8781
7781
|
| {
|
|
8782
7782
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8783
7783
|
message: string
|
|
@@ -8788,16 +7788,6 @@ export type Routes = {
|
|
|
8788
7788
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8789
7789
|
error_code: 'insufficient_permissions'
|
|
8790
7790
|
}
|
|
8791
|
-
| {
|
|
8792
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8793
|
-
message: string
|
|
8794
|
-
/** Indicates that this is an access code error. */
|
|
8795
|
-
is_access_code_error: true
|
|
8796
|
-
/** Date and time at which Seam created the error. */
|
|
8797
|
-
created_at?: string | undefined
|
|
8798
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8799
|
-
error_code: 'keynest_unsupported_third_party_locker'
|
|
8800
|
-
}
|
|
8801
7791
|
| {
|
|
8802
7792
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8803
7793
|
message: string
|
|
@@ -8987,14 +7977,6 @@ export type Routes = {
|
|
|
8987
7977
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8988
7978
|
warning_code: 'provider_issue'
|
|
8989
7979
|
}
|
|
8990
|
-
| {
|
|
8991
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8992
|
-
message: string
|
|
8993
|
-
/** Date and time at which Seam created the warning. */
|
|
8994
|
-
created_at?: string | undefined
|
|
8995
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8996
|
-
warning_code: 'smartthings_failed_to_set_access_code'
|
|
8997
|
-
}
|
|
8998
7980
|
| {
|
|
8999
7981
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9000
7982
|
message: string
|
|
@@ -9003,14 +7985,6 @@ export type Routes = {
|
|
|
9003
7985
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9004
7986
|
warning_code: 'schlage_detected_duplicate'
|
|
9005
7987
|
}
|
|
9006
|
-
| {
|
|
9007
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9008
|
-
message: string
|
|
9009
|
-
/** Date and time at which Seam created the warning. */
|
|
9010
|
-
created_at?: string | undefined
|
|
9011
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9012
|
-
warning_code: 'schlage_creation_outage'
|
|
9013
|
-
}
|
|
9014
7988
|
| {
|
|
9015
7989
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9016
7990
|
message: string
|
|
@@ -9064,14 +8038,6 @@ export type Routes = {
|
|
|
9064
8038
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9065
8039
|
warning_code: 'third_party_integration_detected'
|
|
9066
8040
|
}
|
|
9067
|
-
| {
|
|
9068
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9069
|
-
message: string
|
|
9070
|
-
/** Date and time at which Seam created the warning. */
|
|
9071
|
-
created_at?: string | undefined
|
|
9072
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9073
|
-
warning_code: 'august_lock_temporarily_offline'
|
|
9074
|
-
}
|
|
9075
8041
|
| {
|
|
9076
8042
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9077
8043
|
message: string
|
|
@@ -9088,14 +8054,6 @@ export type Routes = {
|
|
|
9088
8054
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9089
8055
|
warning_code: 'management_transferred'
|
|
9090
8056
|
}
|
|
9091
|
-
| {
|
|
9092
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9093
|
-
message: string
|
|
9094
|
-
/** Date and time at which Seam created the warning. */
|
|
9095
|
-
created_at?: string | undefined
|
|
9096
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9097
|
-
warning_code: 'kwikset_unable_to_confirm_code'
|
|
9098
|
-
}
|
|
9099
8057
|
| {
|
|
9100
8058
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9101
8059
|
message: string
|
|
@@ -9104,14 +8062,6 @@ export type Routes = {
|
|
|
9104
8062
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9105
8063
|
warning_code: 'access_code_inactive'
|
|
9106
8064
|
}
|
|
9107
|
-
| {
|
|
9108
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9109
|
-
message: string
|
|
9110
|
-
/** Date and time at which Seam created the warning. */
|
|
9111
|
-
created_at?: string | undefined
|
|
9112
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9113
|
-
warning_code: 'ultraloq_access_code_disabled'
|
|
9114
|
-
}
|
|
9115
8065
|
| {
|
|
9116
8066
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9117
8067
|
message: string
|
|
@@ -11179,26 +10129,6 @@ export type Routes = {
|
|
|
11179
10129
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11180
10130
|
error_code: 'provider_issue'
|
|
11181
10131
|
}
|
|
11182
|
-
| {
|
|
11183
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11184
|
-
message: string
|
|
11185
|
-
/** Indicates that this is an access code error. */
|
|
11186
|
-
is_access_code_error: true
|
|
11187
|
-
/** Date and time at which Seam created the error. */
|
|
11188
|
-
created_at?: string | undefined
|
|
11189
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11190
|
-
error_code: 'smartthings_failed_to_set_access_code'
|
|
11191
|
-
}
|
|
11192
|
-
| {
|
|
11193
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11194
|
-
message: string
|
|
11195
|
-
/** Indicates that this is an access code error. */
|
|
11196
|
-
is_access_code_error: true
|
|
11197
|
-
/** Date and time at which Seam created the error. */
|
|
11198
|
-
created_at?: string | undefined
|
|
11199
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11200
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
11201
|
-
}
|
|
11202
10132
|
| {
|
|
11203
10133
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11204
10134
|
message: string
|
|
@@ -11263,26 +10193,6 @@ export type Routes = {
|
|
|
11263
10193
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11264
10194
|
error_code: 'access_code_state_unconfirmed'
|
|
11265
10195
|
}
|
|
11266
|
-
| {
|
|
11267
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11268
|
-
message: string
|
|
11269
|
-
/** Indicates that this is an access code error. */
|
|
11270
|
-
is_access_code_error: true
|
|
11271
|
-
/** Date and time at which Seam created the error. */
|
|
11272
|
-
created_at?: string | undefined
|
|
11273
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11274
|
-
error_code: 'kwikset_unable_to_confirm_code'
|
|
11275
|
-
}
|
|
11276
|
-
| {
|
|
11277
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11278
|
-
message: string
|
|
11279
|
-
/** Indicates that this is an access code error. */
|
|
11280
|
-
is_access_code_error: true
|
|
11281
|
-
/** Date and time at which Seam created the error. */
|
|
11282
|
-
created_at?: string | undefined
|
|
11283
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11284
|
-
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
11285
|
-
}
|
|
11286
10196
|
| {
|
|
11287
10197
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11288
10198
|
message: string
|
|
@@ -11306,36 +10216,6 @@ export type Routes = {
|
|
|
11306
10216
|
}[]
|
|
11307
10217
|
| undefined
|
|
11308
10218
|
}
|
|
11309
|
-
| {
|
|
11310
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11311
|
-
message: string
|
|
11312
|
-
/** Indicates that this is an access code error. */
|
|
11313
|
-
is_access_code_error: true
|
|
11314
|
-
/** Date and time at which Seam created the error. */
|
|
11315
|
-
created_at?: string | undefined
|
|
11316
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11317
|
-
error_code: 'august_lock_invalid_code_length'
|
|
11318
|
-
}
|
|
11319
|
-
| {
|
|
11320
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11321
|
-
message: string
|
|
11322
|
-
/** Indicates that this is an access code error. */
|
|
11323
|
-
is_access_code_error: true
|
|
11324
|
-
/** Date and time at which Seam created the error. */
|
|
11325
|
-
created_at?: string | undefined
|
|
11326
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11327
|
-
error_code: 'august_lock_missing_keypad'
|
|
11328
|
-
}
|
|
11329
|
-
| {
|
|
11330
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11331
|
-
message: string
|
|
11332
|
-
/** Indicates that this is an access code error. */
|
|
11333
|
-
is_access_code_error: true
|
|
11334
|
-
/** Date and time at which Seam created the error. */
|
|
11335
|
-
created_at?: string | undefined
|
|
11336
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11337
|
-
error_code: 'august_lock_temporarily_offline'
|
|
11338
|
-
}
|
|
11339
10219
|
| {
|
|
11340
10220
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11341
10221
|
message: string
|
|
@@ -11356,36 +10236,6 @@ export type Routes = {
|
|
|
11356
10236
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11357
10237
|
error_code: 'salto_ks_user_not_subscribed'
|
|
11358
10238
|
}
|
|
11359
|
-
| {
|
|
11360
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11361
|
-
message: string
|
|
11362
|
-
/** Indicates that this is an access code error. */
|
|
11363
|
-
is_access_code_error: true
|
|
11364
|
-
/** Date and time at which Seam created the error. */
|
|
11365
|
-
created_at?: string | undefined
|
|
11366
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11367
|
-
error_code: 'wyze_duplicate_code_name'
|
|
11368
|
-
}
|
|
11369
|
-
| {
|
|
11370
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11371
|
-
message: string
|
|
11372
|
-
/** Indicates that this is an access code error. */
|
|
11373
|
-
is_access_code_error: true
|
|
11374
|
-
/** Date and time at which Seam created the error. */
|
|
11375
|
-
created_at?: string | undefined
|
|
11376
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11377
|
-
error_code: 'wyze_potential_duplicate_code'
|
|
11378
|
-
}
|
|
11379
|
-
| {
|
|
11380
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11381
|
-
message: string
|
|
11382
|
-
/** Indicates that this is an access code error. */
|
|
11383
|
-
is_access_code_error: true
|
|
11384
|
-
/** Date and time at which Seam created the error. */
|
|
11385
|
-
created_at?: string | undefined
|
|
11386
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11387
|
-
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
11388
|
-
}
|
|
11389
10239
|
| {
|
|
11390
10240
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11391
10241
|
message: string
|
|
@@ -11396,16 +10246,6 @@ export type Routes = {
|
|
|
11396
10246
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11397
10247
|
error_code: 'insufficient_permissions'
|
|
11398
10248
|
}
|
|
11399
|
-
| {
|
|
11400
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11401
|
-
message: string
|
|
11402
|
-
/** Indicates that this is an access code error. */
|
|
11403
|
-
is_access_code_error: true
|
|
11404
|
-
/** Date and time at which Seam created the error. */
|
|
11405
|
-
created_at?: string | undefined
|
|
11406
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11407
|
-
error_code: 'keynest_unsupported_third_party_locker'
|
|
11408
|
-
}
|
|
11409
10249
|
| {
|
|
11410
10250
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11411
10251
|
message: string
|
|
@@ -11595,14 +10435,6 @@ export type Routes = {
|
|
|
11595
10435
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11596
10436
|
warning_code: 'provider_issue'
|
|
11597
10437
|
}
|
|
11598
|
-
| {
|
|
11599
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11600
|
-
message: string
|
|
11601
|
-
/** Date and time at which Seam created the warning. */
|
|
11602
|
-
created_at?: string | undefined
|
|
11603
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11604
|
-
warning_code: 'smartthings_failed_to_set_access_code'
|
|
11605
|
-
}
|
|
11606
10438
|
| {
|
|
11607
10439
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11608
10440
|
message: string
|
|
@@ -11611,14 +10443,6 @@ export type Routes = {
|
|
|
11611
10443
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11612
10444
|
warning_code: 'schlage_detected_duplicate'
|
|
11613
10445
|
}
|
|
11614
|
-
| {
|
|
11615
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11616
|
-
message: string
|
|
11617
|
-
/** Date and time at which Seam created the warning. */
|
|
11618
|
-
created_at?: string | undefined
|
|
11619
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11620
|
-
warning_code: 'schlage_creation_outage'
|
|
11621
|
-
}
|
|
11622
10446
|
| {
|
|
11623
10447
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11624
10448
|
message: string
|
|
@@ -11672,14 +10496,6 @@ export type Routes = {
|
|
|
11672
10496
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11673
10497
|
warning_code: 'third_party_integration_detected'
|
|
11674
10498
|
}
|
|
11675
|
-
| {
|
|
11676
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11677
|
-
message: string
|
|
11678
|
-
/** Date and time at which Seam created the warning. */
|
|
11679
|
-
created_at?: string | undefined
|
|
11680
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11681
|
-
warning_code: 'august_lock_temporarily_offline'
|
|
11682
|
-
}
|
|
11683
10499
|
| {
|
|
11684
10500
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11685
10501
|
message: string
|
|
@@ -11696,14 +10512,6 @@ export type Routes = {
|
|
|
11696
10512
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11697
10513
|
warning_code: 'management_transferred'
|
|
11698
10514
|
}
|
|
11699
|
-
| {
|
|
11700
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11701
|
-
message: string
|
|
11702
|
-
/** Date and time at which Seam created the warning. */
|
|
11703
|
-
created_at?: string | undefined
|
|
11704
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11705
|
-
warning_code: 'kwikset_unable_to_confirm_code'
|
|
11706
|
-
}
|
|
11707
10515
|
| {
|
|
11708
10516
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11709
10517
|
message: string
|
|
@@ -11712,14 +10520,6 @@ export type Routes = {
|
|
|
11712
10520
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11713
10521
|
warning_code: 'access_code_inactive'
|
|
11714
10522
|
}
|
|
11715
|
-
| {
|
|
11716
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11717
|
-
message: string
|
|
11718
|
-
/** Date and time at which Seam created the warning. */
|
|
11719
|
-
created_at?: string | undefined
|
|
11720
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11721
|
-
warning_code: 'ultraloq_access_code_disabled'
|
|
11722
|
-
}
|
|
11723
10523
|
| {
|
|
11724
10524
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11725
10525
|
message: string
|
|
@@ -11820,26 +10620,6 @@ export type Routes = {
|
|
|
11820
10620
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11821
10621
|
error_code: 'provider_issue'
|
|
11822
10622
|
}
|
|
11823
|
-
| {
|
|
11824
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11825
|
-
message: string
|
|
11826
|
-
/** Indicates that this is an access code error. */
|
|
11827
|
-
is_access_code_error: true
|
|
11828
|
-
/** Date and time at which Seam created the error. */
|
|
11829
|
-
created_at?: string | undefined
|
|
11830
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11831
|
-
error_code: 'smartthings_failed_to_set_access_code'
|
|
11832
|
-
}
|
|
11833
|
-
| {
|
|
11834
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11835
|
-
message: string
|
|
11836
|
-
/** Indicates that this is an access code error. */
|
|
11837
|
-
is_access_code_error: true
|
|
11838
|
-
/** Date and time at which Seam created the error. */
|
|
11839
|
-
created_at?: string | undefined
|
|
11840
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11841
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
11842
|
-
}
|
|
11843
10623
|
| {
|
|
11844
10624
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11845
10625
|
message: string
|
|
@@ -11904,26 +10684,6 @@ export type Routes = {
|
|
|
11904
10684
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11905
10685
|
error_code: 'access_code_state_unconfirmed'
|
|
11906
10686
|
}
|
|
11907
|
-
| {
|
|
11908
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11909
|
-
message: string
|
|
11910
|
-
/** Indicates that this is an access code error. */
|
|
11911
|
-
is_access_code_error: true
|
|
11912
|
-
/** Date and time at which Seam created the error. */
|
|
11913
|
-
created_at?: string | undefined
|
|
11914
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11915
|
-
error_code: 'kwikset_unable_to_confirm_code'
|
|
11916
|
-
}
|
|
11917
|
-
| {
|
|
11918
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11919
|
-
message: string
|
|
11920
|
-
/** Indicates that this is an access code error. */
|
|
11921
|
-
is_access_code_error: true
|
|
11922
|
-
/** Date and time at which Seam created the error. */
|
|
11923
|
-
created_at?: string | undefined
|
|
11924
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11925
|
-
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
11926
|
-
}
|
|
11927
10687
|
| {
|
|
11928
10688
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11929
10689
|
message: string
|
|
@@ -11947,36 +10707,6 @@ export type Routes = {
|
|
|
11947
10707
|
}[]
|
|
11948
10708
|
| undefined
|
|
11949
10709
|
}
|
|
11950
|
-
| {
|
|
11951
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11952
|
-
message: string
|
|
11953
|
-
/** Indicates that this is an access code error. */
|
|
11954
|
-
is_access_code_error: true
|
|
11955
|
-
/** Date and time at which Seam created the error. */
|
|
11956
|
-
created_at?: string | undefined
|
|
11957
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11958
|
-
error_code: 'august_lock_invalid_code_length'
|
|
11959
|
-
}
|
|
11960
|
-
| {
|
|
11961
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11962
|
-
message: string
|
|
11963
|
-
/** Indicates that this is an access code error. */
|
|
11964
|
-
is_access_code_error: true
|
|
11965
|
-
/** Date and time at which Seam created the error. */
|
|
11966
|
-
created_at?: string | undefined
|
|
11967
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11968
|
-
error_code: 'august_lock_missing_keypad'
|
|
11969
|
-
}
|
|
11970
|
-
| {
|
|
11971
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11972
|
-
message: string
|
|
11973
|
-
/** Indicates that this is an access code error. */
|
|
11974
|
-
is_access_code_error: true
|
|
11975
|
-
/** Date and time at which Seam created the error. */
|
|
11976
|
-
created_at?: string | undefined
|
|
11977
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11978
|
-
error_code: 'august_lock_temporarily_offline'
|
|
11979
|
-
}
|
|
11980
10710
|
| {
|
|
11981
10711
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11982
10712
|
message: string
|
|
@@ -11997,36 +10727,6 @@ export type Routes = {
|
|
|
11997
10727
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11998
10728
|
error_code: 'salto_ks_user_not_subscribed'
|
|
11999
10729
|
}
|
|
12000
|
-
| {
|
|
12001
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12002
|
-
message: string
|
|
12003
|
-
/** Indicates that this is an access code error. */
|
|
12004
|
-
is_access_code_error: true
|
|
12005
|
-
/** Date and time at which Seam created the error. */
|
|
12006
|
-
created_at?: string | undefined
|
|
12007
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12008
|
-
error_code: 'wyze_duplicate_code_name'
|
|
12009
|
-
}
|
|
12010
|
-
| {
|
|
12011
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12012
|
-
message: string
|
|
12013
|
-
/** Indicates that this is an access code error. */
|
|
12014
|
-
is_access_code_error: true
|
|
12015
|
-
/** Date and time at which Seam created the error. */
|
|
12016
|
-
created_at?: string | undefined
|
|
12017
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12018
|
-
error_code: 'wyze_potential_duplicate_code'
|
|
12019
|
-
}
|
|
12020
|
-
| {
|
|
12021
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12022
|
-
message: string
|
|
12023
|
-
/** Indicates that this is an access code error. */
|
|
12024
|
-
is_access_code_error: true
|
|
12025
|
-
/** Date and time at which Seam created the error. */
|
|
12026
|
-
created_at?: string | undefined
|
|
12027
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12028
|
-
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
12029
|
-
}
|
|
12030
10730
|
| {
|
|
12031
10731
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12032
10732
|
message: string
|
|
@@ -12037,16 +10737,6 @@ export type Routes = {
|
|
|
12037
10737
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12038
10738
|
error_code: 'insufficient_permissions'
|
|
12039
10739
|
}
|
|
12040
|
-
| {
|
|
12041
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12042
|
-
message: string
|
|
12043
|
-
/** Indicates that this is an access code error. */
|
|
12044
|
-
is_access_code_error: true
|
|
12045
|
-
/** Date and time at which Seam created the error. */
|
|
12046
|
-
created_at?: string | undefined
|
|
12047
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12048
|
-
error_code: 'keynest_unsupported_third_party_locker'
|
|
12049
|
-
}
|
|
12050
10740
|
| {
|
|
12051
10741
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12052
10742
|
message: string
|
|
@@ -12236,14 +10926,6 @@ export type Routes = {
|
|
|
12236
10926
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12237
10927
|
warning_code: 'provider_issue'
|
|
12238
10928
|
}
|
|
12239
|
-
| {
|
|
12240
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12241
|
-
message: string
|
|
12242
|
-
/** Date and time at which Seam created the warning. */
|
|
12243
|
-
created_at?: string | undefined
|
|
12244
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12245
|
-
warning_code: 'smartthings_failed_to_set_access_code'
|
|
12246
|
-
}
|
|
12247
10929
|
| {
|
|
12248
10930
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12249
10931
|
message: string
|
|
@@ -12252,14 +10934,6 @@ export type Routes = {
|
|
|
12252
10934
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12253
10935
|
warning_code: 'schlage_detected_duplicate'
|
|
12254
10936
|
}
|
|
12255
|
-
| {
|
|
12256
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12257
|
-
message: string
|
|
12258
|
-
/** Date and time at which Seam created the warning. */
|
|
12259
|
-
created_at?: string | undefined
|
|
12260
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12261
|
-
warning_code: 'schlage_creation_outage'
|
|
12262
|
-
}
|
|
12263
10937
|
| {
|
|
12264
10938
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12265
10939
|
message: string
|
|
@@ -12313,14 +10987,6 @@ export type Routes = {
|
|
|
12313
10987
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12314
10988
|
warning_code: 'third_party_integration_detected'
|
|
12315
10989
|
}
|
|
12316
|
-
| {
|
|
12317
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12318
|
-
message: string
|
|
12319
|
-
/** Date and time at which Seam created the warning. */
|
|
12320
|
-
created_at?: string | undefined
|
|
12321
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12322
|
-
warning_code: 'august_lock_temporarily_offline'
|
|
12323
|
-
}
|
|
12324
10990
|
| {
|
|
12325
10991
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12326
10992
|
message: string
|
|
@@ -12337,14 +11003,6 @@ export type Routes = {
|
|
|
12337
11003
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12338
11004
|
warning_code: 'management_transferred'
|
|
12339
11005
|
}
|
|
12340
|
-
| {
|
|
12341
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12342
|
-
message: string
|
|
12343
|
-
/** Date and time at which Seam created the warning. */
|
|
12344
|
-
created_at?: string | undefined
|
|
12345
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12346
|
-
warning_code: 'kwikset_unable_to_confirm_code'
|
|
12347
|
-
}
|
|
12348
11006
|
| {
|
|
12349
11007
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12350
11008
|
message: string
|
|
@@ -12353,14 +11011,6 @@ export type Routes = {
|
|
|
12353
11011
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12354
11012
|
warning_code: 'access_code_inactive'
|
|
12355
11013
|
}
|
|
12356
|
-
| {
|
|
12357
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12358
|
-
message: string
|
|
12359
|
-
/** Date and time at which Seam created the warning. */
|
|
12360
|
-
created_at?: string | undefined
|
|
12361
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12362
|
-
warning_code: 'ultraloq_access_code_disabled'
|
|
12363
|
-
}
|
|
12364
11014
|
| {
|
|
12365
11015
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12366
11016
|
message: string
|
|
@@ -139637,26 +138287,6 @@ export type Routes = {
|
|
|
139637
138287
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139638
138288
|
error_code: 'provider_issue'
|
|
139639
138289
|
}
|
|
139640
|
-
| {
|
|
139641
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139642
|
-
message: string
|
|
139643
|
-
/** Indicates that this is an access code error. */
|
|
139644
|
-
is_access_code_error: true
|
|
139645
|
-
/** Date and time at which Seam created the error. */
|
|
139646
|
-
created_at?: string | undefined
|
|
139647
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139648
|
-
error_code: 'smartthings_failed_to_set_access_code'
|
|
139649
|
-
}
|
|
139650
|
-
| {
|
|
139651
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139652
|
-
message: string
|
|
139653
|
-
/** Indicates that this is an access code error. */
|
|
139654
|
-
is_access_code_error: true
|
|
139655
|
-
/** Date and time at which Seam created the error. */
|
|
139656
|
-
created_at?: string | undefined
|
|
139657
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139658
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
139659
|
-
}
|
|
139660
138290
|
| {
|
|
139661
138291
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139662
138292
|
message: string
|
|
@@ -139721,26 +138351,6 @@ export type Routes = {
|
|
|
139721
138351
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139722
138352
|
error_code: 'access_code_state_unconfirmed'
|
|
139723
138353
|
}
|
|
139724
|
-
| {
|
|
139725
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139726
|
-
message: string
|
|
139727
|
-
/** Indicates that this is an access code error. */
|
|
139728
|
-
is_access_code_error: true
|
|
139729
|
-
/** Date and time at which Seam created the error. */
|
|
139730
|
-
created_at?: string | undefined
|
|
139731
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139732
|
-
error_code: 'kwikset_unable_to_confirm_code'
|
|
139733
|
-
}
|
|
139734
|
-
| {
|
|
139735
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139736
|
-
message: string
|
|
139737
|
-
/** Indicates that this is an access code error. */
|
|
139738
|
-
is_access_code_error: true
|
|
139739
|
-
/** Date and time at which Seam created the error. */
|
|
139740
|
-
created_at?: string | undefined
|
|
139741
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139742
|
-
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
139743
|
-
}
|
|
139744
138354
|
| {
|
|
139745
138355
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139746
138356
|
message: string
|
|
@@ -139764,36 +138374,6 @@ export type Routes = {
|
|
|
139764
138374
|
}[]
|
|
139765
138375
|
| undefined
|
|
139766
138376
|
}
|
|
139767
|
-
| {
|
|
139768
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139769
|
-
message: string
|
|
139770
|
-
/** Indicates that this is an access code error. */
|
|
139771
|
-
is_access_code_error: true
|
|
139772
|
-
/** Date and time at which Seam created the error. */
|
|
139773
|
-
created_at?: string | undefined
|
|
139774
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139775
|
-
error_code: 'august_lock_invalid_code_length'
|
|
139776
|
-
}
|
|
139777
|
-
| {
|
|
139778
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139779
|
-
message: string
|
|
139780
|
-
/** Indicates that this is an access code error. */
|
|
139781
|
-
is_access_code_error: true
|
|
139782
|
-
/** Date and time at which Seam created the error. */
|
|
139783
|
-
created_at?: string | undefined
|
|
139784
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139785
|
-
error_code: 'august_lock_missing_keypad'
|
|
139786
|
-
}
|
|
139787
|
-
| {
|
|
139788
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139789
|
-
message: string
|
|
139790
|
-
/** Indicates that this is an access code error. */
|
|
139791
|
-
is_access_code_error: true
|
|
139792
|
-
/** Date and time at which Seam created the error. */
|
|
139793
|
-
created_at?: string | undefined
|
|
139794
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139795
|
-
error_code: 'august_lock_temporarily_offline'
|
|
139796
|
-
}
|
|
139797
138377
|
| {
|
|
139798
138378
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139799
138379
|
message: string
|
|
@@ -139814,36 +138394,6 @@ export type Routes = {
|
|
|
139814
138394
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139815
138395
|
error_code: 'salto_ks_user_not_subscribed'
|
|
139816
138396
|
}
|
|
139817
|
-
| {
|
|
139818
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139819
|
-
message: string
|
|
139820
|
-
/** Indicates that this is an access code error. */
|
|
139821
|
-
is_access_code_error: true
|
|
139822
|
-
/** Date and time at which Seam created the error. */
|
|
139823
|
-
created_at?: string | undefined
|
|
139824
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139825
|
-
error_code: 'wyze_duplicate_code_name'
|
|
139826
|
-
}
|
|
139827
|
-
| {
|
|
139828
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139829
|
-
message: string
|
|
139830
|
-
/** Indicates that this is an access code error. */
|
|
139831
|
-
is_access_code_error: true
|
|
139832
|
-
/** Date and time at which Seam created the error. */
|
|
139833
|
-
created_at?: string | undefined
|
|
139834
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139835
|
-
error_code: 'wyze_potential_duplicate_code'
|
|
139836
|
-
}
|
|
139837
|
-
| {
|
|
139838
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139839
|
-
message: string
|
|
139840
|
-
/** Indicates that this is an access code error. */
|
|
139841
|
-
is_access_code_error: true
|
|
139842
|
-
/** Date and time at which Seam created the error. */
|
|
139843
|
-
created_at?: string | undefined
|
|
139844
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139845
|
-
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
139846
|
-
}
|
|
139847
138397
|
| {
|
|
139848
138398
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139849
138399
|
message: string
|
|
@@ -139854,16 +138404,6 @@ export type Routes = {
|
|
|
139854
138404
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139855
138405
|
error_code: 'insufficient_permissions'
|
|
139856
138406
|
}
|
|
139857
|
-
| {
|
|
139858
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139859
|
-
message: string
|
|
139860
|
-
/** Indicates that this is an access code error. */
|
|
139861
|
-
is_access_code_error: true
|
|
139862
|
-
/** Date and time at which Seam created the error. */
|
|
139863
|
-
created_at?: string | undefined
|
|
139864
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139865
|
-
error_code: 'keynest_unsupported_third_party_locker'
|
|
139866
|
-
}
|
|
139867
138407
|
| {
|
|
139868
138408
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139869
138409
|
message: string
|
|
@@ -140053,14 +138593,6 @@ export type Routes = {
|
|
|
140053
138593
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140054
138594
|
warning_code: 'provider_issue'
|
|
140055
138595
|
}
|
|
140056
|
-
| {
|
|
140057
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140058
|
-
message: string
|
|
140059
|
-
/** Date and time at which Seam created the warning. */
|
|
140060
|
-
created_at?: string | undefined
|
|
140061
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140062
|
-
warning_code: 'smartthings_failed_to_set_access_code'
|
|
140063
|
-
}
|
|
140064
138596
|
| {
|
|
140065
138597
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140066
138598
|
message: string
|
|
@@ -140069,14 +138601,6 @@ export type Routes = {
|
|
|
140069
138601
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140070
138602
|
warning_code: 'schlage_detected_duplicate'
|
|
140071
138603
|
}
|
|
140072
|
-
| {
|
|
140073
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140074
|
-
message: string
|
|
140075
|
-
/** Date and time at which Seam created the warning. */
|
|
140076
|
-
created_at?: string | undefined
|
|
140077
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140078
|
-
warning_code: 'schlage_creation_outage'
|
|
140079
|
-
}
|
|
140080
138604
|
| {
|
|
140081
138605
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140082
138606
|
message: string
|
|
@@ -140130,14 +138654,6 @@ export type Routes = {
|
|
|
140130
138654
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140131
138655
|
warning_code: 'third_party_integration_detected'
|
|
140132
138656
|
}
|
|
140133
|
-
| {
|
|
140134
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140135
|
-
message: string
|
|
140136
|
-
/** Date and time at which Seam created the warning. */
|
|
140137
|
-
created_at?: string | undefined
|
|
140138
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140139
|
-
warning_code: 'august_lock_temporarily_offline'
|
|
140140
|
-
}
|
|
140141
138657
|
| {
|
|
140142
138658
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140143
138659
|
message: string
|
|
@@ -140154,14 +138670,6 @@ export type Routes = {
|
|
|
140154
138670
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140155
138671
|
warning_code: 'management_transferred'
|
|
140156
138672
|
}
|
|
140157
|
-
| {
|
|
140158
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140159
|
-
message: string
|
|
140160
|
-
/** Date and time at which Seam created the warning. */
|
|
140161
|
-
created_at?: string | undefined
|
|
140162
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140163
|
-
warning_code: 'kwikset_unable_to_confirm_code'
|
|
140164
|
-
}
|
|
140165
138673
|
| {
|
|
140166
138674
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140167
138675
|
message: string
|
|
@@ -140170,14 +138678,6 @@ export type Routes = {
|
|
|
140170
138678
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140171
138679
|
warning_code: 'access_code_inactive'
|
|
140172
138680
|
}
|
|
140173
|
-
| {
|
|
140174
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140175
|
-
message: string
|
|
140176
|
-
/** Date and time at which Seam created the warning. */
|
|
140177
|
-
created_at?: string | undefined
|
|
140178
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140179
|
-
warning_code: 'ultraloq_access_code_disabled'
|
|
140180
|
-
}
|
|
140181
138681
|
| {
|
|
140182
138682
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140183
138683
|
message: string
|
|
@@ -140264,26 +138764,6 @@ export type Routes = {
|
|
|
140264
138764
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140265
138765
|
error_code: 'provider_issue'
|
|
140266
138766
|
}
|
|
140267
|
-
| {
|
|
140268
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140269
|
-
message: string
|
|
140270
|
-
/** Indicates that this is an access code error. */
|
|
140271
|
-
is_access_code_error: true
|
|
140272
|
-
/** Date and time at which Seam created the error. */
|
|
140273
|
-
created_at?: string | undefined
|
|
140274
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140275
|
-
error_code: 'smartthings_failed_to_set_access_code'
|
|
140276
|
-
}
|
|
140277
|
-
| {
|
|
140278
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140279
|
-
message: string
|
|
140280
|
-
/** Indicates that this is an access code error. */
|
|
140281
|
-
is_access_code_error: true
|
|
140282
|
-
/** Date and time at which Seam created the error. */
|
|
140283
|
-
created_at?: string | undefined
|
|
140284
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140285
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
140286
|
-
}
|
|
140287
138767
|
| {
|
|
140288
138768
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140289
138769
|
message: string
|
|
@@ -140348,26 +138828,6 @@ export type Routes = {
|
|
|
140348
138828
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140349
138829
|
error_code: 'access_code_state_unconfirmed'
|
|
140350
138830
|
}
|
|
140351
|
-
| {
|
|
140352
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140353
|
-
message: string
|
|
140354
|
-
/** Indicates that this is an access code error. */
|
|
140355
|
-
is_access_code_error: true
|
|
140356
|
-
/** Date and time at which Seam created the error. */
|
|
140357
|
-
created_at?: string | undefined
|
|
140358
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140359
|
-
error_code: 'kwikset_unable_to_confirm_code'
|
|
140360
|
-
}
|
|
140361
|
-
| {
|
|
140362
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140363
|
-
message: string
|
|
140364
|
-
/** Indicates that this is an access code error. */
|
|
140365
|
-
is_access_code_error: true
|
|
140366
|
-
/** Date and time at which Seam created the error. */
|
|
140367
|
-
created_at?: string | undefined
|
|
140368
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140369
|
-
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
140370
|
-
}
|
|
140371
138831
|
| {
|
|
140372
138832
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140373
138833
|
message: string
|
|
@@ -140391,36 +138851,6 @@ export type Routes = {
|
|
|
140391
138851
|
}[]
|
|
140392
138852
|
| undefined
|
|
140393
138853
|
}
|
|
140394
|
-
| {
|
|
140395
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140396
|
-
message: string
|
|
140397
|
-
/** Indicates that this is an access code error. */
|
|
140398
|
-
is_access_code_error: true
|
|
140399
|
-
/** Date and time at which Seam created the error. */
|
|
140400
|
-
created_at?: string | undefined
|
|
140401
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140402
|
-
error_code: 'august_lock_invalid_code_length'
|
|
140403
|
-
}
|
|
140404
|
-
| {
|
|
140405
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140406
|
-
message: string
|
|
140407
|
-
/** Indicates that this is an access code error. */
|
|
140408
|
-
is_access_code_error: true
|
|
140409
|
-
/** Date and time at which Seam created the error. */
|
|
140410
|
-
created_at?: string | undefined
|
|
140411
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140412
|
-
error_code: 'august_lock_missing_keypad'
|
|
140413
|
-
}
|
|
140414
|
-
| {
|
|
140415
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140416
|
-
message: string
|
|
140417
|
-
/** Indicates that this is an access code error. */
|
|
140418
|
-
is_access_code_error: true
|
|
140419
|
-
/** Date and time at which Seam created the error. */
|
|
140420
|
-
created_at?: string | undefined
|
|
140421
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140422
|
-
error_code: 'august_lock_temporarily_offline'
|
|
140423
|
-
}
|
|
140424
138854
|
| {
|
|
140425
138855
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140426
138856
|
message: string
|
|
@@ -140441,36 +138871,6 @@ export type Routes = {
|
|
|
140441
138871
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140442
138872
|
error_code: 'salto_ks_user_not_subscribed'
|
|
140443
138873
|
}
|
|
140444
|
-
| {
|
|
140445
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140446
|
-
message: string
|
|
140447
|
-
/** Indicates that this is an access code error. */
|
|
140448
|
-
is_access_code_error: true
|
|
140449
|
-
/** Date and time at which Seam created the error. */
|
|
140450
|
-
created_at?: string | undefined
|
|
140451
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140452
|
-
error_code: 'wyze_duplicate_code_name'
|
|
140453
|
-
}
|
|
140454
|
-
| {
|
|
140455
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140456
|
-
message: string
|
|
140457
|
-
/** Indicates that this is an access code error. */
|
|
140458
|
-
is_access_code_error: true
|
|
140459
|
-
/** Date and time at which Seam created the error. */
|
|
140460
|
-
created_at?: string | undefined
|
|
140461
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140462
|
-
error_code: 'wyze_potential_duplicate_code'
|
|
140463
|
-
}
|
|
140464
|
-
| {
|
|
140465
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140466
|
-
message: string
|
|
140467
|
-
/** Indicates that this is an access code error. */
|
|
140468
|
-
is_access_code_error: true
|
|
140469
|
-
/** Date and time at which Seam created the error. */
|
|
140470
|
-
created_at?: string | undefined
|
|
140471
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140472
|
-
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
140473
|
-
}
|
|
140474
138874
|
| {
|
|
140475
138875
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140476
138876
|
message: string
|
|
@@ -140481,16 +138881,6 @@ export type Routes = {
|
|
|
140481
138881
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140482
138882
|
error_code: 'insufficient_permissions'
|
|
140483
138883
|
}
|
|
140484
|
-
| {
|
|
140485
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140486
|
-
message: string
|
|
140487
|
-
/** Indicates that this is an access code error. */
|
|
140488
|
-
is_access_code_error: true
|
|
140489
|
-
/** Date and time at which Seam created the error. */
|
|
140490
|
-
created_at?: string | undefined
|
|
140491
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140492
|
-
error_code: 'keynest_unsupported_third_party_locker'
|
|
140493
|
-
}
|
|
140494
138884
|
| {
|
|
140495
138885
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140496
138886
|
message: string
|
|
@@ -140680,14 +139070,6 @@ export type Routes = {
|
|
|
140680
139070
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140681
139071
|
warning_code: 'provider_issue'
|
|
140682
139072
|
}
|
|
140683
|
-
| {
|
|
140684
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140685
|
-
message: string
|
|
140686
|
-
/** Date and time at which Seam created the warning. */
|
|
140687
|
-
created_at?: string | undefined
|
|
140688
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140689
|
-
warning_code: 'smartthings_failed_to_set_access_code'
|
|
140690
|
-
}
|
|
140691
139073
|
| {
|
|
140692
139074
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140693
139075
|
message: string
|
|
@@ -140696,14 +139078,6 @@ export type Routes = {
|
|
|
140696
139078
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140697
139079
|
warning_code: 'schlage_detected_duplicate'
|
|
140698
139080
|
}
|
|
140699
|
-
| {
|
|
140700
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140701
|
-
message: string
|
|
140702
|
-
/** Date and time at which Seam created the warning. */
|
|
140703
|
-
created_at?: string | undefined
|
|
140704
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140705
|
-
warning_code: 'schlage_creation_outage'
|
|
140706
|
-
}
|
|
140707
139081
|
| {
|
|
140708
139082
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140709
139083
|
message: string
|
|
@@ -140757,14 +139131,6 @@ export type Routes = {
|
|
|
140757
139131
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140758
139132
|
warning_code: 'third_party_integration_detected'
|
|
140759
139133
|
}
|
|
140760
|
-
| {
|
|
140761
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140762
|
-
message: string
|
|
140763
|
-
/** Date and time at which Seam created the warning. */
|
|
140764
|
-
created_at?: string | undefined
|
|
140765
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140766
|
-
warning_code: 'august_lock_temporarily_offline'
|
|
140767
|
-
}
|
|
140768
139134
|
| {
|
|
140769
139135
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140770
139136
|
message: string
|
|
@@ -140781,14 +139147,6 @@ export type Routes = {
|
|
|
140781
139147
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140782
139148
|
warning_code: 'management_transferred'
|
|
140783
139149
|
}
|
|
140784
|
-
| {
|
|
140785
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140786
|
-
message: string
|
|
140787
|
-
/** Date and time at which Seam created the warning. */
|
|
140788
|
-
created_at?: string | undefined
|
|
140789
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140790
|
-
warning_code: 'kwikset_unable_to_confirm_code'
|
|
140791
|
-
}
|
|
140792
139150
|
| {
|
|
140793
139151
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140794
139152
|
message: string
|
|
@@ -140797,14 +139155,6 @@ export type Routes = {
|
|
|
140797
139155
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140798
139156
|
warning_code: 'access_code_inactive'
|
|
140799
139157
|
}
|
|
140800
|
-
| {
|
|
140801
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140802
|
-
message: string
|
|
140803
|
-
/** Date and time at which Seam created the warning. */
|
|
140804
|
-
created_at?: string | undefined
|
|
140805
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140806
|
-
warning_code: 'ultraloq_access_code_disabled'
|
|
140807
|
-
}
|
|
140808
139158
|
| {
|
|
140809
139159
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140810
139160
|
message: string
|