@seamapi/types 1.908.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 +36 -1010
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +33 -2497
- package/dist/index.cjs +36 -1010
- 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/models/customization-profiles/customization-profile.d.ts +4 -0
- package/lib/seam/connect/models/customization-profiles/customization-profile.js +5 -0
- package/lib/seam/connect/models/customization-profiles/customization-profile.js.map +1 -1
- package/lib/seam/connect/openapi.js +140 -948
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +30 -1474
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +1 -0
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -276
- package/src/lib/seam/connect/models/customization-profiles/customization-profile.ts +9 -0
- package/src/lib/seam/connect/openapi.ts +144 -1090
- package/src/lib/seam/connect/route-types.ts +45 -1650
|
@@ -1745,24 +1745,6 @@ export type Routes = {
|
|
|
1745
1745
|
created_at?: string | undefined;
|
|
1746
1746
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1747
1747
|
error_code: 'provider_issue';
|
|
1748
|
-
} | {
|
|
1749
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1750
|
-
message: string;
|
|
1751
|
-
/** Indicates that this is an access code error. */
|
|
1752
|
-
is_access_code_error: true;
|
|
1753
|
-
/** Date and time at which Seam created the error. */
|
|
1754
|
-
created_at?: string | undefined;
|
|
1755
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1756
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
1757
|
-
} | {
|
|
1758
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1759
|
-
message: string;
|
|
1760
|
-
/** Indicates that this is an access code error. */
|
|
1761
|
-
is_access_code_error: true;
|
|
1762
|
-
/** Date and time at which Seam created the error. */
|
|
1763
|
-
created_at?: string | undefined;
|
|
1764
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1765
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
1766
1748
|
} | {
|
|
1767
1749
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1768
1750
|
message: string;
|
|
@@ -1821,24 +1803,6 @@ export type Routes = {
|
|
|
1821
1803
|
created_at?: string | undefined;
|
|
1822
1804
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1823
1805
|
error_code: 'access_code_state_unconfirmed';
|
|
1824
|
-
} | {
|
|
1825
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1826
|
-
message: string;
|
|
1827
|
-
/** Indicates that this is an access code error. */
|
|
1828
|
-
is_access_code_error: true;
|
|
1829
|
-
/** Date and time at which Seam created the error. */
|
|
1830
|
-
created_at?: string | undefined;
|
|
1831
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1832
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
1833
|
-
} | {
|
|
1834
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1835
|
-
message: string;
|
|
1836
|
-
/** Indicates that this is an access code error. */
|
|
1837
|
-
is_access_code_error: true;
|
|
1838
|
-
/** Date and time at which Seam created the error. */
|
|
1839
|
-
created_at?: string | undefined;
|
|
1840
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1841
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
1842
1806
|
} | {
|
|
1843
1807
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1844
1808
|
message: string;
|
|
@@ -1859,33 +1823,6 @@ export type Routes = {
|
|
|
1859
1823
|
/** The new value of the field. */
|
|
1860
1824
|
to: string | null;
|
|
1861
1825
|
}[] | undefined;
|
|
1862
|
-
} | {
|
|
1863
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1864
|
-
message: string;
|
|
1865
|
-
/** Indicates that this is an access code error. */
|
|
1866
|
-
is_access_code_error: true;
|
|
1867
|
-
/** Date and time at which Seam created the error. */
|
|
1868
|
-
created_at?: string | undefined;
|
|
1869
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1870
|
-
error_code: 'august_lock_invalid_code_length';
|
|
1871
|
-
} | {
|
|
1872
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1873
|
-
message: string;
|
|
1874
|
-
/** Indicates that this is an access code error. */
|
|
1875
|
-
is_access_code_error: true;
|
|
1876
|
-
/** Date and time at which Seam created the error. */
|
|
1877
|
-
created_at?: string | undefined;
|
|
1878
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1879
|
-
error_code: 'august_lock_missing_keypad';
|
|
1880
|
-
} | {
|
|
1881
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1882
|
-
message: string;
|
|
1883
|
-
/** Indicates that this is an access code error. */
|
|
1884
|
-
is_access_code_error: true;
|
|
1885
|
-
/** Date and time at which Seam created the error. */
|
|
1886
|
-
created_at?: string | undefined;
|
|
1887
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1888
|
-
error_code: 'august_lock_temporarily_offline';
|
|
1889
1826
|
} | {
|
|
1890
1827
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1891
1828
|
message: string;
|
|
@@ -1904,33 +1841,6 @@ export type Routes = {
|
|
|
1904
1841
|
created_at?: string | undefined;
|
|
1905
1842
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1906
1843
|
error_code: 'salto_ks_user_not_subscribed';
|
|
1907
|
-
} | {
|
|
1908
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1909
|
-
message: string;
|
|
1910
|
-
/** Indicates that this is an access code error. */
|
|
1911
|
-
is_access_code_error: true;
|
|
1912
|
-
/** Date and time at which Seam created the error. */
|
|
1913
|
-
created_at?: string | undefined;
|
|
1914
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1915
|
-
error_code: 'wyze_duplicate_code_name';
|
|
1916
|
-
} | {
|
|
1917
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1918
|
-
message: string;
|
|
1919
|
-
/** Indicates that this is an access code error. */
|
|
1920
|
-
is_access_code_error: true;
|
|
1921
|
-
/** Date and time at which Seam created the error. */
|
|
1922
|
-
created_at?: string | undefined;
|
|
1923
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1924
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
1925
|
-
} | {
|
|
1926
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1927
|
-
message: string;
|
|
1928
|
-
/** Indicates that this is an access code error. */
|
|
1929
|
-
is_access_code_error: true;
|
|
1930
|
-
/** Date and time at which Seam created the error. */
|
|
1931
|
-
created_at?: string | undefined;
|
|
1932
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1933
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
1934
1844
|
} | {
|
|
1935
1845
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1936
1846
|
message: string;
|
|
@@ -1940,15 +1850,6 @@ export type Routes = {
|
|
|
1940
1850
|
created_at?: string | undefined;
|
|
1941
1851
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1942
1852
|
error_code: 'insufficient_permissions';
|
|
1943
|
-
} | {
|
|
1944
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1945
|
-
message: string;
|
|
1946
|
-
/** Indicates that this is an access code error. */
|
|
1947
|
-
is_access_code_error: true;
|
|
1948
|
-
/** Date and time at which Seam created the error. */
|
|
1949
|
-
created_at?: string | undefined;
|
|
1950
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1951
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
1952
1853
|
} | {
|
|
1953
1854
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1954
1855
|
message: string;
|
|
@@ -2119,13 +2020,6 @@ export type Routes = {
|
|
|
2119
2020
|
created_at?: string | undefined;
|
|
2120
2021
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2121
2022
|
warning_code: 'provider_issue';
|
|
2122
|
-
} | {
|
|
2123
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2124
|
-
message: string;
|
|
2125
|
-
/** Date and time at which Seam created the warning. */
|
|
2126
|
-
created_at?: string | undefined;
|
|
2127
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2128
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
2129
2023
|
} | {
|
|
2130
2024
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2131
2025
|
message: string;
|
|
@@ -2133,13 +2027,6 @@ export type Routes = {
|
|
|
2133
2027
|
created_at?: string | undefined;
|
|
2134
2028
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2135
2029
|
warning_code: 'schlage_detected_duplicate';
|
|
2136
|
-
} | {
|
|
2137
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2138
|
-
message: string;
|
|
2139
|
-
/** Date and time at which Seam created the warning. */
|
|
2140
|
-
created_at?: string | undefined;
|
|
2141
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2142
|
-
warning_code: 'schlage_creation_outage';
|
|
2143
2030
|
} | {
|
|
2144
2031
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2145
2032
|
message: string;
|
|
@@ -2186,13 +2073,6 @@ export type Routes = {
|
|
|
2186
2073
|
created_at?: string | undefined;
|
|
2187
2074
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2188
2075
|
warning_code: 'third_party_integration_detected';
|
|
2189
|
-
} | {
|
|
2190
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2191
|
-
message: string;
|
|
2192
|
-
/** Date and time at which Seam created the warning. */
|
|
2193
|
-
created_at?: string | undefined;
|
|
2194
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2195
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
2196
2076
|
} | {
|
|
2197
2077
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2198
2078
|
message: string;
|
|
@@ -2207,13 +2087,6 @@ export type Routes = {
|
|
|
2207
2087
|
created_at?: string | undefined;
|
|
2208
2088
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2209
2089
|
warning_code: 'management_transferred';
|
|
2210
|
-
} | {
|
|
2211
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2212
|
-
message: string;
|
|
2213
|
-
/** Date and time at which Seam created the warning. */
|
|
2214
|
-
created_at?: string | undefined;
|
|
2215
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2216
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
2217
2090
|
} | {
|
|
2218
2091
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2219
2092
|
message: string;
|
|
@@ -2221,13 +2094,6 @@ export type Routes = {
|
|
|
2221
2094
|
created_at?: string | undefined;
|
|
2222
2095
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2223
2096
|
warning_code: 'access_code_inactive';
|
|
2224
|
-
} | {
|
|
2225
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2226
|
-
message: string;
|
|
2227
|
-
/** Date and time at which Seam created the warning. */
|
|
2228
|
-
created_at?: string | undefined;
|
|
2229
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2230
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
2231
2097
|
} | {
|
|
2232
2098
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2233
2099
|
message: string;
|
|
@@ -2435,24 +2301,6 @@ export type Routes = {
|
|
|
2435
2301
|
created_at?: string | undefined;
|
|
2436
2302
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2437
2303
|
error_code: 'provider_issue';
|
|
2438
|
-
} | {
|
|
2439
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2440
|
-
message: string;
|
|
2441
|
-
/** Indicates that this is an access code error. */
|
|
2442
|
-
is_access_code_error: true;
|
|
2443
|
-
/** Date and time at which Seam created the error. */
|
|
2444
|
-
created_at?: string | undefined;
|
|
2445
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2446
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
2447
|
-
} | {
|
|
2448
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2449
|
-
message: string;
|
|
2450
|
-
/** Indicates that this is an access code error. */
|
|
2451
|
-
is_access_code_error: true;
|
|
2452
|
-
/** Date and time at which Seam created the error. */
|
|
2453
|
-
created_at?: string | undefined;
|
|
2454
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2455
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
2456
2304
|
} | {
|
|
2457
2305
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2458
2306
|
message: string;
|
|
@@ -2511,24 +2359,6 @@ export type Routes = {
|
|
|
2511
2359
|
created_at?: string | undefined;
|
|
2512
2360
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2513
2361
|
error_code: 'access_code_state_unconfirmed';
|
|
2514
|
-
} | {
|
|
2515
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2516
|
-
message: string;
|
|
2517
|
-
/** Indicates that this is an access code error. */
|
|
2518
|
-
is_access_code_error: true;
|
|
2519
|
-
/** Date and time at which Seam created the error. */
|
|
2520
|
-
created_at?: string | undefined;
|
|
2521
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2522
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
2523
|
-
} | {
|
|
2524
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2525
|
-
message: string;
|
|
2526
|
-
/** Indicates that this is an access code error. */
|
|
2527
|
-
is_access_code_error: true;
|
|
2528
|
-
/** Date and time at which Seam created the error. */
|
|
2529
|
-
created_at?: string | undefined;
|
|
2530
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2531
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
2532
2362
|
} | {
|
|
2533
2363
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2534
2364
|
message: string;
|
|
@@ -2549,33 +2379,6 @@ export type Routes = {
|
|
|
2549
2379
|
/** The new value of the field. */
|
|
2550
2380
|
to: string | null;
|
|
2551
2381
|
}[] | undefined;
|
|
2552
|
-
} | {
|
|
2553
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2554
|
-
message: string;
|
|
2555
|
-
/** Indicates that this is an access code error. */
|
|
2556
|
-
is_access_code_error: true;
|
|
2557
|
-
/** Date and time at which Seam created the error. */
|
|
2558
|
-
created_at?: string | undefined;
|
|
2559
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2560
|
-
error_code: 'august_lock_invalid_code_length';
|
|
2561
|
-
} | {
|
|
2562
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2563
|
-
message: string;
|
|
2564
|
-
/** Indicates that this is an access code error. */
|
|
2565
|
-
is_access_code_error: true;
|
|
2566
|
-
/** Date and time at which Seam created the error. */
|
|
2567
|
-
created_at?: string | undefined;
|
|
2568
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2569
|
-
error_code: 'august_lock_missing_keypad';
|
|
2570
|
-
} | {
|
|
2571
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2572
|
-
message: string;
|
|
2573
|
-
/** Indicates that this is an access code error. */
|
|
2574
|
-
is_access_code_error: true;
|
|
2575
|
-
/** Date and time at which Seam created the error. */
|
|
2576
|
-
created_at?: string | undefined;
|
|
2577
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2578
|
-
error_code: 'august_lock_temporarily_offline';
|
|
2579
2382
|
} | {
|
|
2580
2383
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2581
2384
|
message: string;
|
|
@@ -2594,33 +2397,6 @@ export type Routes = {
|
|
|
2594
2397
|
created_at?: string | undefined;
|
|
2595
2398
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2596
2399
|
error_code: 'salto_ks_user_not_subscribed';
|
|
2597
|
-
} | {
|
|
2598
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2599
|
-
message: string;
|
|
2600
|
-
/** Indicates that this is an access code error. */
|
|
2601
|
-
is_access_code_error: true;
|
|
2602
|
-
/** Date and time at which Seam created the error. */
|
|
2603
|
-
created_at?: string | undefined;
|
|
2604
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2605
|
-
error_code: 'wyze_duplicate_code_name';
|
|
2606
|
-
} | {
|
|
2607
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2608
|
-
message: string;
|
|
2609
|
-
/** Indicates that this is an access code error. */
|
|
2610
|
-
is_access_code_error: true;
|
|
2611
|
-
/** Date and time at which Seam created the error. */
|
|
2612
|
-
created_at?: string | undefined;
|
|
2613
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2614
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
2615
|
-
} | {
|
|
2616
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2617
|
-
message: string;
|
|
2618
|
-
/** Indicates that this is an access code error. */
|
|
2619
|
-
is_access_code_error: true;
|
|
2620
|
-
/** Date and time at which Seam created the error. */
|
|
2621
|
-
created_at?: string | undefined;
|
|
2622
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2623
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
2624
2400
|
} | {
|
|
2625
2401
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2626
2402
|
message: string;
|
|
@@ -2630,15 +2406,6 @@ export type Routes = {
|
|
|
2630
2406
|
created_at?: string | undefined;
|
|
2631
2407
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2632
2408
|
error_code: 'insufficient_permissions';
|
|
2633
|
-
} | {
|
|
2634
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2635
|
-
message: string;
|
|
2636
|
-
/** Indicates that this is an access code error. */
|
|
2637
|
-
is_access_code_error: true;
|
|
2638
|
-
/** Date and time at which Seam created the error. */
|
|
2639
|
-
created_at?: string | undefined;
|
|
2640
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2641
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
2642
2409
|
} | {
|
|
2643
2410
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2644
2411
|
message: string;
|
|
@@ -2809,13 +2576,6 @@ export type Routes = {
|
|
|
2809
2576
|
created_at?: string | undefined;
|
|
2810
2577
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2811
2578
|
warning_code: 'provider_issue';
|
|
2812
|
-
} | {
|
|
2813
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2814
|
-
message: string;
|
|
2815
|
-
/** Date and time at which Seam created the warning. */
|
|
2816
|
-
created_at?: string | undefined;
|
|
2817
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2818
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
2819
2579
|
} | {
|
|
2820
2580
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2821
2581
|
message: string;
|
|
@@ -2823,13 +2583,6 @@ export type Routes = {
|
|
|
2823
2583
|
created_at?: string | undefined;
|
|
2824
2584
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2825
2585
|
warning_code: 'schlage_detected_duplicate';
|
|
2826
|
-
} | {
|
|
2827
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2828
|
-
message: string;
|
|
2829
|
-
/** Date and time at which Seam created the warning. */
|
|
2830
|
-
created_at?: string | undefined;
|
|
2831
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2832
|
-
warning_code: 'schlage_creation_outage';
|
|
2833
2586
|
} | {
|
|
2834
2587
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2835
2588
|
message: string;
|
|
@@ -2876,13 +2629,6 @@ export type Routes = {
|
|
|
2876
2629
|
created_at?: string | undefined;
|
|
2877
2630
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2878
2631
|
warning_code: 'third_party_integration_detected';
|
|
2879
|
-
} | {
|
|
2880
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2881
|
-
message: string;
|
|
2882
|
-
/** Date and time at which Seam created the warning. */
|
|
2883
|
-
created_at?: string | undefined;
|
|
2884
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2885
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
2886
2632
|
} | {
|
|
2887
2633
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2888
2634
|
message: string;
|
|
@@ -2897,13 +2643,6 @@ export type Routes = {
|
|
|
2897
2643
|
created_at?: string | undefined;
|
|
2898
2644
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2899
2645
|
warning_code: 'management_transferred';
|
|
2900
|
-
} | {
|
|
2901
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2902
|
-
message: string;
|
|
2903
|
-
/** Date and time at which Seam created the warning. */
|
|
2904
|
-
created_at?: string | undefined;
|
|
2905
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2906
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
2907
2646
|
} | {
|
|
2908
2647
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2909
2648
|
message: string;
|
|
@@ -2911,13 +2650,6 @@ export type Routes = {
|
|
|
2911
2650
|
created_at?: string | undefined;
|
|
2912
2651
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2913
2652
|
warning_code: 'access_code_inactive';
|
|
2914
|
-
} | {
|
|
2915
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2916
|
-
message: string;
|
|
2917
|
-
/** Date and time at which Seam created the warning. */
|
|
2918
|
-
created_at?: string | undefined;
|
|
2919
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2920
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
2921
2653
|
} | {
|
|
2922
2654
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2923
2655
|
message: string;
|
|
@@ -4804,24 +4536,6 @@ export type Routes = {
|
|
|
4804
4536
|
created_at?: string | undefined;
|
|
4805
4537
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4806
4538
|
error_code: 'provider_issue';
|
|
4807
|
-
} | {
|
|
4808
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4809
|
-
message: string;
|
|
4810
|
-
/** Indicates that this is an access code error. */
|
|
4811
|
-
is_access_code_error: true;
|
|
4812
|
-
/** Date and time at which Seam created the error. */
|
|
4813
|
-
created_at?: string | undefined;
|
|
4814
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4815
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
4816
|
-
} | {
|
|
4817
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4818
|
-
message: string;
|
|
4819
|
-
/** Indicates that this is an access code error. */
|
|
4820
|
-
is_access_code_error: true;
|
|
4821
|
-
/** Date and time at which Seam created the error. */
|
|
4822
|
-
created_at?: string | undefined;
|
|
4823
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4824
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
4825
4539
|
} | {
|
|
4826
4540
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4827
4541
|
message: string;
|
|
@@ -4880,24 +4594,6 @@ export type Routes = {
|
|
|
4880
4594
|
created_at?: string | undefined;
|
|
4881
4595
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4882
4596
|
error_code: 'access_code_state_unconfirmed';
|
|
4883
|
-
} | {
|
|
4884
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4885
|
-
message: string;
|
|
4886
|
-
/** Indicates that this is an access code error. */
|
|
4887
|
-
is_access_code_error: true;
|
|
4888
|
-
/** Date and time at which Seam created the error. */
|
|
4889
|
-
created_at?: string | undefined;
|
|
4890
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4891
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
4892
|
-
} | {
|
|
4893
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4894
|
-
message: string;
|
|
4895
|
-
/** Indicates that this is an access code error. */
|
|
4896
|
-
is_access_code_error: true;
|
|
4897
|
-
/** Date and time at which Seam created the error. */
|
|
4898
|
-
created_at?: string | undefined;
|
|
4899
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4900
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
4901
4597
|
} | {
|
|
4902
4598
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4903
4599
|
message: string;
|
|
@@ -4918,33 +4614,6 @@ export type Routes = {
|
|
|
4918
4614
|
/** The new value of the field. */
|
|
4919
4615
|
to: string | null;
|
|
4920
4616
|
}[] | undefined;
|
|
4921
|
-
} | {
|
|
4922
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4923
|
-
message: string;
|
|
4924
|
-
/** Indicates that this is an access code error. */
|
|
4925
|
-
is_access_code_error: true;
|
|
4926
|
-
/** Date and time at which Seam created the error. */
|
|
4927
|
-
created_at?: string | undefined;
|
|
4928
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4929
|
-
error_code: 'august_lock_invalid_code_length';
|
|
4930
|
-
} | {
|
|
4931
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4932
|
-
message: string;
|
|
4933
|
-
/** Indicates that this is an access code error. */
|
|
4934
|
-
is_access_code_error: true;
|
|
4935
|
-
/** Date and time at which Seam created the error. */
|
|
4936
|
-
created_at?: string | undefined;
|
|
4937
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4938
|
-
error_code: 'august_lock_missing_keypad';
|
|
4939
|
-
} | {
|
|
4940
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4941
|
-
message: string;
|
|
4942
|
-
/** Indicates that this is an access code error. */
|
|
4943
|
-
is_access_code_error: true;
|
|
4944
|
-
/** Date and time at which Seam created the error. */
|
|
4945
|
-
created_at?: string | undefined;
|
|
4946
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4947
|
-
error_code: 'august_lock_temporarily_offline';
|
|
4948
4617
|
} | {
|
|
4949
4618
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4950
4619
|
message: string;
|
|
@@ -4963,33 +4632,6 @@ export type Routes = {
|
|
|
4963
4632
|
created_at?: string | undefined;
|
|
4964
4633
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4965
4634
|
error_code: 'salto_ks_user_not_subscribed';
|
|
4966
|
-
} | {
|
|
4967
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4968
|
-
message: string;
|
|
4969
|
-
/** Indicates that this is an access code error. */
|
|
4970
|
-
is_access_code_error: true;
|
|
4971
|
-
/** Date and time at which Seam created the error. */
|
|
4972
|
-
created_at?: string | undefined;
|
|
4973
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4974
|
-
error_code: 'wyze_duplicate_code_name';
|
|
4975
|
-
} | {
|
|
4976
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4977
|
-
message: string;
|
|
4978
|
-
/** Indicates that this is an access code error. */
|
|
4979
|
-
is_access_code_error: true;
|
|
4980
|
-
/** Date and time at which Seam created the error. */
|
|
4981
|
-
created_at?: string | undefined;
|
|
4982
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4983
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
4984
|
-
} | {
|
|
4985
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4986
|
-
message: string;
|
|
4987
|
-
/** Indicates that this is an access code error. */
|
|
4988
|
-
is_access_code_error: true;
|
|
4989
|
-
/** Date and time at which Seam created the error. */
|
|
4990
|
-
created_at?: string | undefined;
|
|
4991
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4992
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
4993
4635
|
} | {
|
|
4994
4636
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4995
4637
|
message: string;
|
|
@@ -4999,15 +4641,6 @@ export type Routes = {
|
|
|
4999
4641
|
created_at?: string | undefined;
|
|
5000
4642
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5001
4643
|
error_code: 'insufficient_permissions';
|
|
5002
|
-
} | {
|
|
5003
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5004
|
-
message: string;
|
|
5005
|
-
/** Indicates that this is an access code error. */
|
|
5006
|
-
is_access_code_error: true;
|
|
5007
|
-
/** Date and time at which Seam created the error. */
|
|
5008
|
-
created_at?: string | undefined;
|
|
5009
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5010
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
5011
4644
|
} | {
|
|
5012
4645
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5013
4646
|
message: string;
|
|
@@ -5178,13 +4811,6 @@ export type Routes = {
|
|
|
5178
4811
|
created_at?: string | undefined;
|
|
5179
4812
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5180
4813
|
warning_code: 'provider_issue';
|
|
5181
|
-
} | {
|
|
5182
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5183
|
-
message: string;
|
|
5184
|
-
/** Date and time at which Seam created the warning. */
|
|
5185
|
-
created_at?: string | undefined;
|
|
5186
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5187
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
5188
4814
|
} | {
|
|
5189
4815
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5190
4816
|
message: string;
|
|
@@ -5192,13 +4818,6 @@ export type Routes = {
|
|
|
5192
4818
|
created_at?: string | undefined;
|
|
5193
4819
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5194
4820
|
warning_code: 'schlage_detected_duplicate';
|
|
5195
|
-
} | {
|
|
5196
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5197
|
-
message: string;
|
|
5198
|
-
/** Date and time at which Seam created the warning. */
|
|
5199
|
-
created_at?: string | undefined;
|
|
5200
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5201
|
-
warning_code: 'schlage_creation_outage';
|
|
5202
4821
|
} | {
|
|
5203
4822
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5204
4823
|
message: string;
|
|
@@ -5245,13 +4864,6 @@ export type Routes = {
|
|
|
5245
4864
|
created_at?: string | undefined;
|
|
5246
4865
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5247
4866
|
warning_code: 'third_party_integration_detected';
|
|
5248
|
-
} | {
|
|
5249
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5250
|
-
message: string;
|
|
5251
|
-
/** Date and time at which Seam created the warning. */
|
|
5252
|
-
created_at?: string | undefined;
|
|
5253
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5254
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
5255
4867
|
} | {
|
|
5256
4868
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5257
4869
|
message: string;
|
|
@@ -5266,13 +4878,6 @@ export type Routes = {
|
|
|
5266
4878
|
created_at?: string | undefined;
|
|
5267
4879
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5268
4880
|
warning_code: 'management_transferred';
|
|
5269
|
-
} | {
|
|
5270
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5271
|
-
message: string;
|
|
5272
|
-
/** Date and time at which Seam created the warning. */
|
|
5273
|
-
created_at?: string | undefined;
|
|
5274
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5275
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
5276
4881
|
} | {
|
|
5277
4882
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5278
4883
|
message: string;
|
|
@@ -5280,13 +4885,6 @@ export type Routes = {
|
|
|
5280
4885
|
created_at?: string | undefined;
|
|
5281
4886
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5282
4887
|
warning_code: 'access_code_inactive';
|
|
5283
|
-
} | {
|
|
5284
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5285
|
-
message: string;
|
|
5286
|
-
/** Date and time at which Seam created the warning. */
|
|
5287
|
-
created_at?: string | undefined;
|
|
5288
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5289
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
5290
4888
|
} | {
|
|
5291
4889
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5292
4890
|
message: string;
|
|
@@ -5540,24 +5138,6 @@ export type Routes = {
|
|
|
5540
5138
|
created_at?: string | undefined;
|
|
5541
5139
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5542
5140
|
error_code: 'provider_issue';
|
|
5543
|
-
} | {
|
|
5544
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5545
|
-
message: string;
|
|
5546
|
-
/** Indicates that this is an access code error. */
|
|
5547
|
-
is_access_code_error: true;
|
|
5548
|
-
/** Date and time at which Seam created the error. */
|
|
5549
|
-
created_at?: string | undefined;
|
|
5550
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5551
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
5552
|
-
} | {
|
|
5553
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5554
|
-
message: string;
|
|
5555
|
-
/** Indicates that this is an access code error. */
|
|
5556
|
-
is_access_code_error: true;
|
|
5557
|
-
/** Date and time at which Seam created the error. */
|
|
5558
|
-
created_at?: string | undefined;
|
|
5559
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5560
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
5561
5141
|
} | {
|
|
5562
5142
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5563
5143
|
message: string;
|
|
@@ -5616,24 +5196,6 @@ export type Routes = {
|
|
|
5616
5196
|
created_at?: string | undefined;
|
|
5617
5197
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5618
5198
|
error_code: 'access_code_state_unconfirmed';
|
|
5619
|
-
} | {
|
|
5620
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5621
|
-
message: string;
|
|
5622
|
-
/** Indicates that this is an access code error. */
|
|
5623
|
-
is_access_code_error: true;
|
|
5624
|
-
/** Date and time at which Seam created the error. */
|
|
5625
|
-
created_at?: string | undefined;
|
|
5626
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5627
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
5628
|
-
} | {
|
|
5629
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5630
|
-
message: string;
|
|
5631
|
-
/** Indicates that this is an access code error. */
|
|
5632
|
-
is_access_code_error: true;
|
|
5633
|
-
/** Date and time at which Seam created the error. */
|
|
5634
|
-
created_at?: string | undefined;
|
|
5635
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5636
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
5637
5199
|
} | {
|
|
5638
5200
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5639
5201
|
message: string;
|
|
@@ -5654,33 +5216,6 @@ export type Routes = {
|
|
|
5654
5216
|
/** The new value of the field. */
|
|
5655
5217
|
to: string | null;
|
|
5656
5218
|
}[] | undefined;
|
|
5657
|
-
} | {
|
|
5658
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5659
|
-
message: string;
|
|
5660
|
-
/** Indicates that this is an access code error. */
|
|
5661
|
-
is_access_code_error: true;
|
|
5662
|
-
/** Date and time at which Seam created the error. */
|
|
5663
|
-
created_at?: string | undefined;
|
|
5664
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5665
|
-
error_code: 'august_lock_invalid_code_length';
|
|
5666
|
-
} | {
|
|
5667
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5668
|
-
message: string;
|
|
5669
|
-
/** Indicates that this is an access code error. */
|
|
5670
|
-
is_access_code_error: true;
|
|
5671
|
-
/** Date and time at which Seam created the error. */
|
|
5672
|
-
created_at?: string | undefined;
|
|
5673
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5674
|
-
error_code: 'august_lock_missing_keypad';
|
|
5675
|
-
} | {
|
|
5676
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5677
|
-
message: string;
|
|
5678
|
-
/** Indicates that this is an access code error. */
|
|
5679
|
-
is_access_code_error: true;
|
|
5680
|
-
/** Date and time at which Seam created the error. */
|
|
5681
|
-
created_at?: string | undefined;
|
|
5682
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5683
|
-
error_code: 'august_lock_temporarily_offline';
|
|
5684
5219
|
} | {
|
|
5685
5220
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5686
5221
|
message: string;
|
|
@@ -5699,33 +5234,6 @@ export type Routes = {
|
|
|
5699
5234
|
created_at?: string | undefined;
|
|
5700
5235
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5701
5236
|
error_code: 'salto_ks_user_not_subscribed';
|
|
5702
|
-
} | {
|
|
5703
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5704
|
-
message: string;
|
|
5705
|
-
/** Indicates that this is an access code error. */
|
|
5706
|
-
is_access_code_error: true;
|
|
5707
|
-
/** Date and time at which Seam created the error. */
|
|
5708
|
-
created_at?: string | undefined;
|
|
5709
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5710
|
-
error_code: 'wyze_duplicate_code_name';
|
|
5711
|
-
} | {
|
|
5712
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5713
|
-
message: string;
|
|
5714
|
-
/** Indicates that this is an access code error. */
|
|
5715
|
-
is_access_code_error: true;
|
|
5716
|
-
/** Date and time at which Seam created the error. */
|
|
5717
|
-
created_at?: string | undefined;
|
|
5718
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5719
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
5720
|
-
} | {
|
|
5721
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5722
|
-
message: string;
|
|
5723
|
-
/** Indicates that this is an access code error. */
|
|
5724
|
-
is_access_code_error: true;
|
|
5725
|
-
/** Date and time at which Seam created the error. */
|
|
5726
|
-
created_at?: string | undefined;
|
|
5727
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5728
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
5729
5237
|
} | {
|
|
5730
5238
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5731
5239
|
message: string;
|
|
@@ -5735,15 +5243,6 @@ export type Routes = {
|
|
|
5735
5243
|
created_at?: string | undefined;
|
|
5736
5244
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5737
5245
|
error_code: 'insufficient_permissions';
|
|
5738
|
-
} | {
|
|
5739
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5740
|
-
message: string;
|
|
5741
|
-
/** Indicates that this is an access code error. */
|
|
5742
|
-
is_access_code_error: true;
|
|
5743
|
-
/** Date and time at which Seam created the error. */
|
|
5744
|
-
created_at?: string | undefined;
|
|
5745
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5746
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
5747
5246
|
} | {
|
|
5748
5247
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5749
5248
|
message: string;
|
|
@@ -5914,13 +5413,6 @@ export type Routes = {
|
|
|
5914
5413
|
created_at?: string | undefined;
|
|
5915
5414
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5916
5415
|
warning_code: 'provider_issue';
|
|
5917
|
-
} | {
|
|
5918
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5919
|
-
message: string;
|
|
5920
|
-
/** Date and time at which Seam created the warning. */
|
|
5921
|
-
created_at?: string | undefined;
|
|
5922
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5923
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
5924
5416
|
} | {
|
|
5925
5417
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5926
5418
|
message: string;
|
|
@@ -5928,13 +5420,6 @@ export type Routes = {
|
|
|
5928
5420
|
created_at?: string | undefined;
|
|
5929
5421
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5930
5422
|
warning_code: 'schlage_detected_duplicate';
|
|
5931
|
-
} | {
|
|
5932
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5933
|
-
message: string;
|
|
5934
|
-
/** Date and time at which Seam created the warning. */
|
|
5935
|
-
created_at?: string | undefined;
|
|
5936
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5937
|
-
warning_code: 'schlage_creation_outage';
|
|
5938
5423
|
} | {
|
|
5939
5424
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5940
5425
|
message: string;
|
|
@@ -5981,13 +5466,6 @@ export type Routes = {
|
|
|
5981
5466
|
created_at?: string | undefined;
|
|
5982
5467
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5983
5468
|
warning_code: 'third_party_integration_detected';
|
|
5984
|
-
} | {
|
|
5985
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5986
|
-
message: string;
|
|
5987
|
-
/** Date and time at which Seam created the warning. */
|
|
5988
|
-
created_at?: string | undefined;
|
|
5989
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5990
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
5991
5469
|
} | {
|
|
5992
5470
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5993
5471
|
message: string;
|
|
@@ -6002,13 +5480,6 @@ export type Routes = {
|
|
|
6002
5480
|
created_at?: string | undefined;
|
|
6003
5481
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6004
5482
|
warning_code: 'management_transferred';
|
|
6005
|
-
} | {
|
|
6006
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6007
|
-
message: string;
|
|
6008
|
-
/** Date and time at which Seam created the warning. */
|
|
6009
|
-
created_at?: string | undefined;
|
|
6010
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6011
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
6012
5483
|
} | {
|
|
6013
5484
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6014
5485
|
message: string;
|
|
@@ -6016,13 +5487,6 @@ export type Routes = {
|
|
|
6016
5487
|
created_at?: string | undefined;
|
|
6017
5488
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6018
5489
|
warning_code: 'access_code_inactive';
|
|
6019
|
-
} | {
|
|
6020
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6021
|
-
message: string;
|
|
6022
|
-
/** Date and time at which Seam created the warning. */
|
|
6023
|
-
created_at?: string | undefined;
|
|
6024
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6025
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
6026
5490
|
} | {
|
|
6027
5491
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6028
5492
|
message: string;
|
|
@@ -6221,24 +5685,6 @@ export type Routes = {
|
|
|
6221
5685
|
created_at?: string | undefined;
|
|
6222
5686
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6223
5687
|
error_code: 'provider_issue';
|
|
6224
|
-
} | {
|
|
6225
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6226
|
-
message: string;
|
|
6227
|
-
/** Indicates that this is an access code error. */
|
|
6228
|
-
is_access_code_error: true;
|
|
6229
|
-
/** Date and time at which Seam created the error. */
|
|
6230
|
-
created_at?: string | undefined;
|
|
6231
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6232
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
6233
|
-
} | {
|
|
6234
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6235
|
-
message: string;
|
|
6236
|
-
/** Indicates that this is an access code error. */
|
|
6237
|
-
is_access_code_error: true;
|
|
6238
|
-
/** Date and time at which Seam created the error. */
|
|
6239
|
-
created_at?: string | undefined;
|
|
6240
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6241
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
6242
5688
|
} | {
|
|
6243
5689
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6244
5690
|
message: string;
|
|
@@ -6297,24 +5743,6 @@ export type Routes = {
|
|
|
6297
5743
|
created_at?: string | undefined;
|
|
6298
5744
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6299
5745
|
error_code: 'access_code_state_unconfirmed';
|
|
6300
|
-
} | {
|
|
6301
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6302
|
-
message: string;
|
|
6303
|
-
/** Indicates that this is an access code error. */
|
|
6304
|
-
is_access_code_error: true;
|
|
6305
|
-
/** Date and time at which Seam created the error. */
|
|
6306
|
-
created_at?: string | undefined;
|
|
6307
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6308
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
6309
|
-
} | {
|
|
6310
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6311
|
-
message: string;
|
|
6312
|
-
/** Indicates that this is an access code error. */
|
|
6313
|
-
is_access_code_error: true;
|
|
6314
|
-
/** Date and time at which Seam created the error. */
|
|
6315
|
-
created_at?: string | undefined;
|
|
6316
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6317
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
6318
5746
|
} | {
|
|
6319
5747
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6320
5748
|
message: string;
|
|
@@ -6335,33 +5763,6 @@ export type Routes = {
|
|
|
6335
5763
|
/** The new value of the field. */
|
|
6336
5764
|
to: string | null;
|
|
6337
5765
|
}[] | undefined;
|
|
6338
|
-
} | {
|
|
6339
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6340
|
-
message: string;
|
|
6341
|
-
/** Indicates that this is an access code error. */
|
|
6342
|
-
is_access_code_error: true;
|
|
6343
|
-
/** Date and time at which Seam created the error. */
|
|
6344
|
-
created_at?: string | undefined;
|
|
6345
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6346
|
-
error_code: 'august_lock_invalid_code_length';
|
|
6347
|
-
} | {
|
|
6348
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6349
|
-
message: string;
|
|
6350
|
-
/** Indicates that this is an access code error. */
|
|
6351
|
-
is_access_code_error: true;
|
|
6352
|
-
/** Date and time at which Seam created the error. */
|
|
6353
|
-
created_at?: string | undefined;
|
|
6354
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6355
|
-
error_code: 'august_lock_missing_keypad';
|
|
6356
|
-
} | {
|
|
6357
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6358
|
-
message: string;
|
|
6359
|
-
/** Indicates that this is an access code error. */
|
|
6360
|
-
is_access_code_error: true;
|
|
6361
|
-
/** Date and time at which Seam created the error. */
|
|
6362
|
-
created_at?: string | undefined;
|
|
6363
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6364
|
-
error_code: 'august_lock_temporarily_offline';
|
|
6365
5766
|
} | {
|
|
6366
5767
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6367
5768
|
message: string;
|
|
@@ -6380,33 +5781,6 @@ export type Routes = {
|
|
|
6380
5781
|
created_at?: string | undefined;
|
|
6381
5782
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6382
5783
|
error_code: 'salto_ks_user_not_subscribed';
|
|
6383
|
-
} | {
|
|
6384
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6385
|
-
message: string;
|
|
6386
|
-
/** Indicates that this is an access code error. */
|
|
6387
|
-
is_access_code_error: true;
|
|
6388
|
-
/** Date and time at which Seam created the error. */
|
|
6389
|
-
created_at?: string | undefined;
|
|
6390
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6391
|
-
error_code: 'wyze_duplicate_code_name';
|
|
6392
|
-
} | {
|
|
6393
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6394
|
-
message: string;
|
|
6395
|
-
/** Indicates that this is an access code error. */
|
|
6396
|
-
is_access_code_error: true;
|
|
6397
|
-
/** Date and time at which Seam created the error. */
|
|
6398
|
-
created_at?: string | undefined;
|
|
6399
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6400
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
6401
|
-
} | {
|
|
6402
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6403
|
-
message: string;
|
|
6404
|
-
/** Indicates that this is an access code error. */
|
|
6405
|
-
is_access_code_error: true;
|
|
6406
|
-
/** Date and time at which Seam created the error. */
|
|
6407
|
-
created_at?: string | undefined;
|
|
6408
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6409
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
6410
5784
|
} | {
|
|
6411
5785
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6412
5786
|
message: string;
|
|
@@ -6416,15 +5790,6 @@ export type Routes = {
|
|
|
6416
5790
|
created_at?: string | undefined;
|
|
6417
5791
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6418
5792
|
error_code: 'insufficient_permissions';
|
|
6419
|
-
} | {
|
|
6420
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6421
|
-
message: string;
|
|
6422
|
-
/** Indicates that this is an access code error. */
|
|
6423
|
-
is_access_code_error: true;
|
|
6424
|
-
/** Date and time at which Seam created the error. */
|
|
6425
|
-
created_at?: string | undefined;
|
|
6426
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6427
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
6428
5793
|
} | {
|
|
6429
5794
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6430
5795
|
message: string;
|
|
@@ -6595,13 +5960,6 @@ export type Routes = {
|
|
|
6595
5960
|
created_at?: string | undefined;
|
|
6596
5961
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6597
5962
|
warning_code: 'provider_issue';
|
|
6598
|
-
} | {
|
|
6599
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6600
|
-
message: string;
|
|
6601
|
-
/** Date and time at which Seam created the warning. */
|
|
6602
|
-
created_at?: string | undefined;
|
|
6603
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6604
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
6605
5963
|
} | {
|
|
6606
5964
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6607
5965
|
message: string;
|
|
@@ -6609,13 +5967,6 @@ export type Routes = {
|
|
|
6609
5967
|
created_at?: string | undefined;
|
|
6610
5968
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6611
5969
|
warning_code: 'schlage_detected_duplicate';
|
|
6612
|
-
} | {
|
|
6613
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6614
|
-
message: string;
|
|
6615
|
-
/** Date and time at which Seam created the warning. */
|
|
6616
|
-
created_at?: string | undefined;
|
|
6617
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6618
|
-
warning_code: 'schlage_creation_outage';
|
|
6619
5970
|
} | {
|
|
6620
5971
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6621
5972
|
message: string;
|
|
@@ -6662,13 +6013,6 @@ export type Routes = {
|
|
|
6662
6013
|
created_at?: string | undefined;
|
|
6663
6014
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6664
6015
|
warning_code: 'third_party_integration_detected';
|
|
6665
|
-
} | {
|
|
6666
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6667
|
-
message: string;
|
|
6668
|
-
/** Date and time at which Seam created the warning. */
|
|
6669
|
-
created_at?: string | undefined;
|
|
6670
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6671
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
6672
6016
|
} | {
|
|
6673
6017
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6674
6018
|
message: string;
|
|
@@ -6683,13 +6027,6 @@ export type Routes = {
|
|
|
6683
6027
|
created_at?: string | undefined;
|
|
6684
6028
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6685
6029
|
warning_code: 'management_transferred';
|
|
6686
|
-
} | {
|
|
6687
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6688
|
-
message: string;
|
|
6689
|
-
/** Date and time at which Seam created the warning. */
|
|
6690
|
-
created_at?: string | undefined;
|
|
6691
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6692
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
6693
6030
|
} | {
|
|
6694
6031
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6695
6032
|
message: string;
|
|
@@ -6697,13 +6034,6 @@ export type Routes = {
|
|
|
6697
6034
|
created_at?: string | undefined;
|
|
6698
6035
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6699
6036
|
warning_code: 'access_code_inactive';
|
|
6700
|
-
} | {
|
|
6701
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6702
|
-
message: string;
|
|
6703
|
-
/** Date and time at which Seam created the warning. */
|
|
6704
|
-
created_at?: string | undefined;
|
|
6705
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6706
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
6707
6037
|
} | {
|
|
6708
6038
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6709
6039
|
message: string;
|
|
@@ -6879,24 +6209,6 @@ export type Routes = {
|
|
|
6879
6209
|
created_at?: string | undefined;
|
|
6880
6210
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6881
6211
|
error_code: 'provider_issue';
|
|
6882
|
-
} | {
|
|
6883
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6884
|
-
message: string;
|
|
6885
|
-
/** Indicates that this is an access code error. */
|
|
6886
|
-
is_access_code_error: true;
|
|
6887
|
-
/** Date and time at which Seam created the error. */
|
|
6888
|
-
created_at?: string | undefined;
|
|
6889
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6890
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
6891
|
-
} | {
|
|
6892
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6893
|
-
message: string;
|
|
6894
|
-
/** Indicates that this is an access code error. */
|
|
6895
|
-
is_access_code_error: true;
|
|
6896
|
-
/** Date and time at which Seam created the error. */
|
|
6897
|
-
created_at?: string | undefined;
|
|
6898
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6899
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
6900
6212
|
} | {
|
|
6901
6213
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6902
6214
|
message: string;
|
|
@@ -6955,24 +6267,6 @@ export type Routes = {
|
|
|
6955
6267
|
created_at?: string | undefined;
|
|
6956
6268
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6957
6269
|
error_code: 'access_code_state_unconfirmed';
|
|
6958
|
-
} | {
|
|
6959
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6960
|
-
message: string;
|
|
6961
|
-
/** Indicates that this is an access code error. */
|
|
6962
|
-
is_access_code_error: true;
|
|
6963
|
-
/** Date and time at which Seam created the error. */
|
|
6964
|
-
created_at?: string | undefined;
|
|
6965
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6966
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
6967
|
-
} | {
|
|
6968
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6969
|
-
message: string;
|
|
6970
|
-
/** Indicates that this is an access code error. */
|
|
6971
|
-
is_access_code_error: true;
|
|
6972
|
-
/** Date and time at which Seam created the error. */
|
|
6973
|
-
created_at?: string | undefined;
|
|
6974
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6975
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
6976
6270
|
} | {
|
|
6977
6271
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6978
6272
|
message: string;
|
|
@@ -6993,33 +6287,6 @@ export type Routes = {
|
|
|
6993
6287
|
/** The new value of the field. */
|
|
6994
6288
|
to: string | null;
|
|
6995
6289
|
}[] | undefined;
|
|
6996
|
-
} | {
|
|
6997
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6998
|
-
message: string;
|
|
6999
|
-
/** Indicates that this is an access code error. */
|
|
7000
|
-
is_access_code_error: true;
|
|
7001
|
-
/** Date and time at which Seam created the error. */
|
|
7002
|
-
created_at?: string | undefined;
|
|
7003
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7004
|
-
error_code: 'august_lock_invalid_code_length';
|
|
7005
|
-
} | {
|
|
7006
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7007
|
-
message: string;
|
|
7008
|
-
/** Indicates that this is an access code error. */
|
|
7009
|
-
is_access_code_error: true;
|
|
7010
|
-
/** Date and time at which Seam created the error. */
|
|
7011
|
-
created_at?: string | undefined;
|
|
7012
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7013
|
-
error_code: 'august_lock_missing_keypad';
|
|
7014
|
-
} | {
|
|
7015
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7016
|
-
message: string;
|
|
7017
|
-
/** Indicates that this is an access code error. */
|
|
7018
|
-
is_access_code_error: true;
|
|
7019
|
-
/** Date and time at which Seam created the error. */
|
|
7020
|
-
created_at?: string | undefined;
|
|
7021
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7022
|
-
error_code: 'august_lock_temporarily_offline';
|
|
7023
6290
|
} | {
|
|
7024
6291
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7025
6292
|
message: string;
|
|
@@ -7038,33 +6305,6 @@ export type Routes = {
|
|
|
7038
6305
|
created_at?: string | undefined;
|
|
7039
6306
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7040
6307
|
error_code: 'salto_ks_user_not_subscribed';
|
|
7041
|
-
} | {
|
|
7042
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7043
|
-
message: string;
|
|
7044
|
-
/** Indicates that this is an access code error. */
|
|
7045
|
-
is_access_code_error: true;
|
|
7046
|
-
/** Date and time at which Seam created the error. */
|
|
7047
|
-
created_at?: string | undefined;
|
|
7048
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7049
|
-
error_code: 'wyze_duplicate_code_name';
|
|
7050
|
-
} | {
|
|
7051
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7052
|
-
message: string;
|
|
7053
|
-
/** Indicates that this is an access code error. */
|
|
7054
|
-
is_access_code_error: true;
|
|
7055
|
-
/** Date and time at which Seam created the error. */
|
|
7056
|
-
created_at?: string | undefined;
|
|
7057
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7058
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
7059
|
-
} | {
|
|
7060
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7061
|
-
message: string;
|
|
7062
|
-
/** Indicates that this is an access code error. */
|
|
7063
|
-
is_access_code_error: true;
|
|
7064
|
-
/** Date and time at which Seam created the error. */
|
|
7065
|
-
created_at?: string | undefined;
|
|
7066
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7067
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
7068
6308
|
} | {
|
|
7069
6309
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7070
6310
|
message: string;
|
|
@@ -7074,15 +6314,6 @@ export type Routes = {
|
|
|
7074
6314
|
created_at?: string | undefined;
|
|
7075
6315
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7076
6316
|
error_code: 'insufficient_permissions';
|
|
7077
|
-
} | {
|
|
7078
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7079
|
-
message: string;
|
|
7080
|
-
/** Indicates that this is an access code error. */
|
|
7081
|
-
is_access_code_error: true;
|
|
7082
|
-
/** Date and time at which Seam created the error. */
|
|
7083
|
-
created_at?: string | undefined;
|
|
7084
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7085
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
7086
6317
|
} | {
|
|
7087
6318
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7088
6319
|
message: string;
|
|
@@ -7253,13 +6484,6 @@ export type Routes = {
|
|
|
7253
6484
|
created_at?: string | undefined;
|
|
7254
6485
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7255
6486
|
warning_code: 'provider_issue';
|
|
7256
|
-
} | {
|
|
7257
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7258
|
-
message: string;
|
|
7259
|
-
/** Date and time at which Seam created the warning. */
|
|
7260
|
-
created_at?: string | undefined;
|
|
7261
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7262
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
7263
6487
|
} | {
|
|
7264
6488
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7265
6489
|
message: string;
|
|
@@ -7267,13 +6491,6 @@ export type Routes = {
|
|
|
7267
6491
|
created_at?: string | undefined;
|
|
7268
6492
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7269
6493
|
warning_code: 'schlage_detected_duplicate';
|
|
7270
|
-
} | {
|
|
7271
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7272
|
-
message: string;
|
|
7273
|
-
/** Date and time at which Seam created the warning. */
|
|
7274
|
-
created_at?: string | undefined;
|
|
7275
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7276
|
-
warning_code: 'schlage_creation_outage';
|
|
7277
6494
|
} | {
|
|
7278
6495
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7279
6496
|
message: string;
|
|
@@ -7320,13 +6537,6 @@ export type Routes = {
|
|
|
7320
6537
|
created_at?: string | undefined;
|
|
7321
6538
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7322
6539
|
warning_code: 'third_party_integration_detected';
|
|
7323
|
-
} | {
|
|
7324
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7325
|
-
message: string;
|
|
7326
|
-
/** Date and time at which Seam created the warning. */
|
|
7327
|
-
created_at?: string | undefined;
|
|
7328
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7329
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
7330
6540
|
} | {
|
|
7331
6541
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7332
6542
|
message: string;
|
|
@@ -7341,13 +6551,6 @@ export type Routes = {
|
|
|
7341
6551
|
created_at?: string | undefined;
|
|
7342
6552
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7343
6553
|
warning_code: 'management_transferred';
|
|
7344
|
-
} | {
|
|
7345
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7346
|
-
message: string;
|
|
7347
|
-
/** Date and time at which Seam created the warning. */
|
|
7348
|
-
created_at?: string | undefined;
|
|
7349
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7350
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
7351
6554
|
} | {
|
|
7352
6555
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7353
6556
|
message: string;
|
|
@@ -7355,13 +6558,6 @@ export type Routes = {
|
|
|
7355
6558
|
created_at?: string | undefined;
|
|
7356
6559
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7357
6560
|
warning_code: 'access_code_inactive';
|
|
7358
|
-
} | {
|
|
7359
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7360
|
-
message: string;
|
|
7361
|
-
/** Date and time at which Seam created the warning. */
|
|
7362
|
-
created_at?: string | undefined;
|
|
7363
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7364
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
7365
6561
|
} | {
|
|
7366
6562
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7367
6563
|
message: string;
|
|
@@ -7570,24 +6766,6 @@ export type Routes = {
|
|
|
7570
6766
|
created_at?: string | undefined;
|
|
7571
6767
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7572
6768
|
error_code: 'provider_issue';
|
|
7573
|
-
} | {
|
|
7574
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7575
|
-
message: string;
|
|
7576
|
-
/** Indicates that this is an access code error. */
|
|
7577
|
-
is_access_code_error: true;
|
|
7578
|
-
/** Date and time at which Seam created the error. */
|
|
7579
|
-
created_at?: string | undefined;
|
|
7580
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7581
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
7582
|
-
} | {
|
|
7583
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7584
|
-
message: string;
|
|
7585
|
-
/** Indicates that this is an access code error. */
|
|
7586
|
-
is_access_code_error: true;
|
|
7587
|
-
/** Date and time at which Seam created the error. */
|
|
7588
|
-
created_at?: string | undefined;
|
|
7589
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7590
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
7591
6769
|
} | {
|
|
7592
6770
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7593
6771
|
message: string;
|
|
@@ -7646,24 +6824,6 @@ export type Routes = {
|
|
|
7646
6824
|
created_at?: string | undefined;
|
|
7647
6825
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7648
6826
|
error_code: 'access_code_state_unconfirmed';
|
|
7649
|
-
} | {
|
|
7650
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7651
|
-
message: string;
|
|
7652
|
-
/** Indicates that this is an access code error. */
|
|
7653
|
-
is_access_code_error: true;
|
|
7654
|
-
/** Date and time at which Seam created the error. */
|
|
7655
|
-
created_at?: string | undefined;
|
|
7656
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7657
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
7658
|
-
} | {
|
|
7659
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7660
|
-
message: string;
|
|
7661
|
-
/** Indicates that this is an access code error. */
|
|
7662
|
-
is_access_code_error: true;
|
|
7663
|
-
/** Date and time at which Seam created the error. */
|
|
7664
|
-
created_at?: string | undefined;
|
|
7665
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7666
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
7667
6827
|
} | {
|
|
7668
6828
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7669
6829
|
message: string;
|
|
@@ -7684,33 +6844,6 @@ export type Routes = {
|
|
|
7684
6844
|
/** The new value of the field. */
|
|
7685
6845
|
to: string | null;
|
|
7686
6846
|
}[] | undefined;
|
|
7687
|
-
} | {
|
|
7688
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7689
|
-
message: string;
|
|
7690
|
-
/** Indicates that this is an access code error. */
|
|
7691
|
-
is_access_code_error: true;
|
|
7692
|
-
/** Date and time at which Seam created the error. */
|
|
7693
|
-
created_at?: string | undefined;
|
|
7694
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7695
|
-
error_code: 'august_lock_invalid_code_length';
|
|
7696
|
-
} | {
|
|
7697
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7698
|
-
message: string;
|
|
7699
|
-
/** Indicates that this is an access code error. */
|
|
7700
|
-
is_access_code_error: true;
|
|
7701
|
-
/** Date and time at which Seam created the error. */
|
|
7702
|
-
created_at?: string | undefined;
|
|
7703
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7704
|
-
error_code: 'august_lock_missing_keypad';
|
|
7705
|
-
} | {
|
|
7706
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7707
|
-
message: string;
|
|
7708
|
-
/** Indicates that this is an access code error. */
|
|
7709
|
-
is_access_code_error: true;
|
|
7710
|
-
/** Date and time at which Seam created the error. */
|
|
7711
|
-
created_at?: string | undefined;
|
|
7712
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7713
|
-
error_code: 'august_lock_temporarily_offline';
|
|
7714
6847
|
} | {
|
|
7715
6848
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7716
6849
|
message: string;
|
|
@@ -7729,33 +6862,6 @@ export type Routes = {
|
|
|
7729
6862
|
created_at?: string | undefined;
|
|
7730
6863
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7731
6864
|
error_code: 'salto_ks_user_not_subscribed';
|
|
7732
|
-
} | {
|
|
7733
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7734
|
-
message: string;
|
|
7735
|
-
/** Indicates that this is an access code error. */
|
|
7736
|
-
is_access_code_error: true;
|
|
7737
|
-
/** Date and time at which Seam created the error. */
|
|
7738
|
-
created_at?: string | undefined;
|
|
7739
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7740
|
-
error_code: 'wyze_duplicate_code_name';
|
|
7741
|
-
} | {
|
|
7742
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7743
|
-
message: string;
|
|
7744
|
-
/** Indicates that this is an access code error. */
|
|
7745
|
-
is_access_code_error: true;
|
|
7746
|
-
/** Date and time at which Seam created the error. */
|
|
7747
|
-
created_at?: string | undefined;
|
|
7748
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7749
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
7750
|
-
} | {
|
|
7751
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7752
|
-
message: string;
|
|
7753
|
-
/** Indicates that this is an access code error. */
|
|
7754
|
-
is_access_code_error: true;
|
|
7755
|
-
/** Date and time at which Seam created the error. */
|
|
7756
|
-
created_at?: string | undefined;
|
|
7757
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7758
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
7759
6865
|
} | {
|
|
7760
6866
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7761
6867
|
message: string;
|
|
@@ -7765,15 +6871,6 @@ export type Routes = {
|
|
|
7765
6871
|
created_at?: string | undefined;
|
|
7766
6872
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7767
6873
|
error_code: 'insufficient_permissions';
|
|
7768
|
-
} | {
|
|
7769
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7770
|
-
message: string;
|
|
7771
|
-
/** Indicates that this is an access code error. */
|
|
7772
|
-
is_access_code_error: true;
|
|
7773
|
-
/** Date and time at which Seam created the error. */
|
|
7774
|
-
created_at?: string | undefined;
|
|
7775
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7776
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
7777
6874
|
} | {
|
|
7778
6875
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7779
6876
|
message: string;
|
|
@@ -7944,13 +7041,6 @@ export type Routes = {
|
|
|
7944
7041
|
created_at?: string | undefined;
|
|
7945
7042
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7946
7043
|
warning_code: 'provider_issue';
|
|
7947
|
-
} | {
|
|
7948
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7949
|
-
message: string;
|
|
7950
|
-
/** Date and time at which Seam created the warning. */
|
|
7951
|
-
created_at?: string | undefined;
|
|
7952
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7953
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
7954
7044
|
} | {
|
|
7955
7045
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7956
7046
|
message: string;
|
|
@@ -7958,13 +7048,6 @@ export type Routes = {
|
|
|
7958
7048
|
created_at?: string | undefined;
|
|
7959
7049
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7960
7050
|
warning_code: 'schlage_detected_duplicate';
|
|
7961
|
-
} | {
|
|
7962
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7963
|
-
message: string;
|
|
7964
|
-
/** Date and time at which Seam created the warning. */
|
|
7965
|
-
created_at?: string | undefined;
|
|
7966
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7967
|
-
warning_code: 'schlage_creation_outage';
|
|
7968
7051
|
} | {
|
|
7969
7052
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7970
7053
|
message: string;
|
|
@@ -8011,13 +7094,6 @@ export type Routes = {
|
|
|
8011
7094
|
created_at?: string | undefined;
|
|
8012
7095
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8013
7096
|
warning_code: 'third_party_integration_detected';
|
|
8014
|
-
} | {
|
|
8015
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8016
|
-
message: string;
|
|
8017
|
-
/** Date and time at which Seam created the warning. */
|
|
8018
|
-
created_at?: string | undefined;
|
|
8019
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8020
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
8021
7097
|
} | {
|
|
8022
7098
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8023
7099
|
message: string;
|
|
@@ -8032,13 +7108,6 @@ export type Routes = {
|
|
|
8032
7108
|
created_at?: string | undefined;
|
|
8033
7109
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8034
7110
|
warning_code: 'management_transferred';
|
|
8035
|
-
} | {
|
|
8036
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8037
|
-
message: string;
|
|
8038
|
-
/** Date and time at which Seam created the warning. */
|
|
8039
|
-
created_at?: string | undefined;
|
|
8040
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8041
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
8042
7111
|
} | {
|
|
8043
7112
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8044
7113
|
message: string;
|
|
@@ -8046,13 +7115,6 @@ export type Routes = {
|
|
|
8046
7115
|
created_at?: string | undefined;
|
|
8047
7116
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8048
7117
|
warning_code: 'access_code_inactive';
|
|
8049
|
-
} | {
|
|
8050
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8051
|
-
message: string;
|
|
8052
|
-
/** Date and time at which Seam created the warning. */
|
|
8053
|
-
created_at?: string | undefined;
|
|
8054
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8055
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
8056
7118
|
} | {
|
|
8057
7119
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8058
7120
|
message: string;
|
|
@@ -9848,24 +8910,6 @@ export type Routes = {
|
|
|
9848
8910
|
created_at?: string | undefined;
|
|
9849
8911
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9850
8912
|
error_code: 'provider_issue';
|
|
9851
|
-
} | {
|
|
9852
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9853
|
-
message: string;
|
|
9854
|
-
/** Indicates that this is an access code error. */
|
|
9855
|
-
is_access_code_error: true;
|
|
9856
|
-
/** Date and time at which Seam created the error. */
|
|
9857
|
-
created_at?: string | undefined;
|
|
9858
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9859
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
9860
|
-
} | {
|
|
9861
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9862
|
-
message: string;
|
|
9863
|
-
/** Indicates that this is an access code error. */
|
|
9864
|
-
is_access_code_error: true;
|
|
9865
|
-
/** Date and time at which Seam created the error. */
|
|
9866
|
-
created_at?: string | undefined;
|
|
9867
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9868
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
9869
8913
|
} | {
|
|
9870
8914
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9871
8915
|
message: string;
|
|
@@ -9924,24 +8968,6 @@ export type Routes = {
|
|
|
9924
8968
|
created_at?: string | undefined;
|
|
9925
8969
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9926
8970
|
error_code: 'access_code_state_unconfirmed';
|
|
9927
|
-
} | {
|
|
9928
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9929
|
-
message: string;
|
|
9930
|
-
/** Indicates that this is an access code error. */
|
|
9931
|
-
is_access_code_error: true;
|
|
9932
|
-
/** Date and time at which Seam created the error. */
|
|
9933
|
-
created_at?: string | undefined;
|
|
9934
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9935
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
9936
|
-
} | {
|
|
9937
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9938
|
-
message: string;
|
|
9939
|
-
/** Indicates that this is an access code error. */
|
|
9940
|
-
is_access_code_error: true;
|
|
9941
|
-
/** Date and time at which Seam created the error. */
|
|
9942
|
-
created_at?: string | undefined;
|
|
9943
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9944
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
9945
8971
|
} | {
|
|
9946
8972
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9947
8973
|
message: string;
|
|
@@ -9962,33 +8988,6 @@ export type Routes = {
|
|
|
9962
8988
|
/** The new value of the field. */
|
|
9963
8989
|
to: string | null;
|
|
9964
8990
|
}[] | undefined;
|
|
9965
|
-
} | {
|
|
9966
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9967
|
-
message: string;
|
|
9968
|
-
/** Indicates that this is an access code error. */
|
|
9969
|
-
is_access_code_error: true;
|
|
9970
|
-
/** Date and time at which Seam created the error. */
|
|
9971
|
-
created_at?: string | undefined;
|
|
9972
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9973
|
-
error_code: 'august_lock_invalid_code_length';
|
|
9974
|
-
} | {
|
|
9975
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9976
|
-
message: string;
|
|
9977
|
-
/** Indicates that this is an access code error. */
|
|
9978
|
-
is_access_code_error: true;
|
|
9979
|
-
/** Date and time at which Seam created the error. */
|
|
9980
|
-
created_at?: string | undefined;
|
|
9981
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9982
|
-
error_code: 'august_lock_missing_keypad';
|
|
9983
|
-
} | {
|
|
9984
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9985
|
-
message: string;
|
|
9986
|
-
/** Indicates that this is an access code error. */
|
|
9987
|
-
is_access_code_error: true;
|
|
9988
|
-
/** Date and time at which Seam created the error. */
|
|
9989
|
-
created_at?: string | undefined;
|
|
9990
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9991
|
-
error_code: 'august_lock_temporarily_offline';
|
|
9992
8991
|
} | {
|
|
9993
8992
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9994
8993
|
message: string;
|
|
@@ -10007,33 +9006,6 @@ export type Routes = {
|
|
|
10007
9006
|
created_at?: string | undefined;
|
|
10008
9007
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10009
9008
|
error_code: 'salto_ks_user_not_subscribed';
|
|
10010
|
-
} | {
|
|
10011
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10012
|
-
message: string;
|
|
10013
|
-
/** Indicates that this is an access code error. */
|
|
10014
|
-
is_access_code_error: true;
|
|
10015
|
-
/** Date and time at which Seam created the error. */
|
|
10016
|
-
created_at?: string | undefined;
|
|
10017
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10018
|
-
error_code: 'wyze_duplicate_code_name';
|
|
10019
|
-
} | {
|
|
10020
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10021
|
-
message: string;
|
|
10022
|
-
/** Indicates that this is an access code error. */
|
|
10023
|
-
is_access_code_error: true;
|
|
10024
|
-
/** Date and time at which Seam created the error. */
|
|
10025
|
-
created_at?: string | undefined;
|
|
10026
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10027
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
10028
|
-
} | {
|
|
10029
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10030
|
-
message: string;
|
|
10031
|
-
/** Indicates that this is an access code error. */
|
|
10032
|
-
is_access_code_error: true;
|
|
10033
|
-
/** Date and time at which Seam created the error. */
|
|
10034
|
-
created_at?: string | undefined;
|
|
10035
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10036
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
10037
9009
|
} | {
|
|
10038
9010
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10039
9011
|
message: string;
|
|
@@ -10043,15 +9015,6 @@ export type Routes = {
|
|
|
10043
9015
|
created_at?: string | undefined;
|
|
10044
9016
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10045
9017
|
error_code: 'insufficient_permissions';
|
|
10046
|
-
} | {
|
|
10047
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10048
|
-
message: string;
|
|
10049
|
-
/** Indicates that this is an access code error. */
|
|
10050
|
-
is_access_code_error: true;
|
|
10051
|
-
/** Date and time at which Seam created the error. */
|
|
10052
|
-
created_at?: string | undefined;
|
|
10053
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10054
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
10055
9018
|
} | {
|
|
10056
9019
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10057
9020
|
message: string;
|
|
@@ -10222,13 +9185,6 @@ export type Routes = {
|
|
|
10222
9185
|
created_at?: string | undefined;
|
|
10223
9186
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10224
9187
|
warning_code: 'provider_issue';
|
|
10225
|
-
} | {
|
|
10226
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10227
|
-
message: string;
|
|
10228
|
-
/** Date and time at which Seam created the warning. */
|
|
10229
|
-
created_at?: string | undefined;
|
|
10230
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10231
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
10232
9188
|
} | {
|
|
10233
9189
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10234
9190
|
message: string;
|
|
@@ -10236,13 +9192,6 @@ export type Routes = {
|
|
|
10236
9192
|
created_at?: string | undefined;
|
|
10237
9193
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10238
9194
|
warning_code: 'schlage_detected_duplicate';
|
|
10239
|
-
} | {
|
|
10240
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10241
|
-
message: string;
|
|
10242
|
-
/** Date and time at which Seam created the warning. */
|
|
10243
|
-
created_at?: string | undefined;
|
|
10244
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10245
|
-
warning_code: 'schlage_creation_outage';
|
|
10246
9195
|
} | {
|
|
10247
9196
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10248
9197
|
message: string;
|
|
@@ -10289,13 +9238,6 @@ export type Routes = {
|
|
|
10289
9238
|
created_at?: string | undefined;
|
|
10290
9239
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10291
9240
|
warning_code: 'third_party_integration_detected';
|
|
10292
|
-
} | {
|
|
10293
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10294
|
-
message: string;
|
|
10295
|
-
/** Date and time at which Seam created the warning. */
|
|
10296
|
-
created_at?: string | undefined;
|
|
10297
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10298
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
10299
9241
|
} | {
|
|
10300
9242
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10301
9243
|
message: string;
|
|
@@ -10310,13 +9252,6 @@ export type Routes = {
|
|
|
10310
9252
|
created_at?: string | undefined;
|
|
10311
9253
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10312
9254
|
warning_code: 'management_transferred';
|
|
10313
|
-
} | {
|
|
10314
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10315
|
-
message: string;
|
|
10316
|
-
/** Date and time at which Seam created the warning. */
|
|
10317
|
-
created_at?: string | undefined;
|
|
10318
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10319
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
10320
9255
|
} | {
|
|
10321
9256
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10322
9257
|
message: string;
|
|
@@ -10324,13 +9259,6 @@ export type Routes = {
|
|
|
10324
9259
|
created_at?: string | undefined;
|
|
10325
9260
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10326
9261
|
warning_code: 'access_code_inactive';
|
|
10327
|
-
} | {
|
|
10328
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10329
|
-
message: string;
|
|
10330
|
-
/** Date and time at which Seam created the warning. */
|
|
10331
|
-
created_at?: string | undefined;
|
|
10332
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10333
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
10334
9262
|
} | {
|
|
10335
9263
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10336
9264
|
message: string;
|
|
@@ -10425,24 +9353,6 @@ export type Routes = {
|
|
|
10425
9353
|
created_at?: string | undefined;
|
|
10426
9354
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10427
9355
|
error_code: 'provider_issue';
|
|
10428
|
-
} | {
|
|
10429
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10430
|
-
message: string;
|
|
10431
|
-
/** Indicates that this is an access code error. */
|
|
10432
|
-
is_access_code_error: true;
|
|
10433
|
-
/** Date and time at which Seam created the error. */
|
|
10434
|
-
created_at?: string | undefined;
|
|
10435
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10436
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
10437
|
-
} | {
|
|
10438
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10439
|
-
message: string;
|
|
10440
|
-
/** Indicates that this is an access code error. */
|
|
10441
|
-
is_access_code_error: true;
|
|
10442
|
-
/** Date and time at which Seam created the error. */
|
|
10443
|
-
created_at?: string | undefined;
|
|
10444
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10445
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
10446
9356
|
} | {
|
|
10447
9357
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10448
9358
|
message: string;
|
|
@@ -10501,24 +9411,6 @@ export type Routes = {
|
|
|
10501
9411
|
created_at?: string | undefined;
|
|
10502
9412
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10503
9413
|
error_code: 'access_code_state_unconfirmed';
|
|
10504
|
-
} | {
|
|
10505
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10506
|
-
message: string;
|
|
10507
|
-
/** Indicates that this is an access code error. */
|
|
10508
|
-
is_access_code_error: true;
|
|
10509
|
-
/** Date and time at which Seam created the error. */
|
|
10510
|
-
created_at?: string | undefined;
|
|
10511
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10512
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
10513
|
-
} | {
|
|
10514
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10515
|
-
message: string;
|
|
10516
|
-
/** Indicates that this is an access code error. */
|
|
10517
|
-
is_access_code_error: true;
|
|
10518
|
-
/** Date and time at which Seam created the error. */
|
|
10519
|
-
created_at?: string | undefined;
|
|
10520
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10521
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
10522
9414
|
} | {
|
|
10523
9415
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10524
9416
|
message: string;
|
|
@@ -10539,33 +9431,6 @@ export type Routes = {
|
|
|
10539
9431
|
/** The new value of the field. */
|
|
10540
9432
|
to: string | null;
|
|
10541
9433
|
}[] | undefined;
|
|
10542
|
-
} | {
|
|
10543
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10544
|
-
message: string;
|
|
10545
|
-
/** Indicates that this is an access code error. */
|
|
10546
|
-
is_access_code_error: true;
|
|
10547
|
-
/** Date and time at which Seam created the error. */
|
|
10548
|
-
created_at?: string | undefined;
|
|
10549
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10550
|
-
error_code: 'august_lock_invalid_code_length';
|
|
10551
|
-
} | {
|
|
10552
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10553
|
-
message: string;
|
|
10554
|
-
/** Indicates that this is an access code error. */
|
|
10555
|
-
is_access_code_error: true;
|
|
10556
|
-
/** Date and time at which Seam created the error. */
|
|
10557
|
-
created_at?: string | undefined;
|
|
10558
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10559
|
-
error_code: 'august_lock_missing_keypad';
|
|
10560
|
-
} | {
|
|
10561
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10562
|
-
message: string;
|
|
10563
|
-
/** Indicates that this is an access code error. */
|
|
10564
|
-
is_access_code_error: true;
|
|
10565
|
-
/** Date and time at which Seam created the error. */
|
|
10566
|
-
created_at?: string | undefined;
|
|
10567
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10568
|
-
error_code: 'august_lock_temporarily_offline';
|
|
10569
9434
|
} | {
|
|
10570
9435
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10571
9436
|
message: string;
|
|
@@ -10584,33 +9449,6 @@ export type Routes = {
|
|
|
10584
9449
|
created_at?: string | undefined;
|
|
10585
9450
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10586
9451
|
error_code: 'salto_ks_user_not_subscribed';
|
|
10587
|
-
} | {
|
|
10588
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10589
|
-
message: string;
|
|
10590
|
-
/** Indicates that this is an access code error. */
|
|
10591
|
-
is_access_code_error: true;
|
|
10592
|
-
/** Date and time at which Seam created the error. */
|
|
10593
|
-
created_at?: string | undefined;
|
|
10594
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10595
|
-
error_code: 'wyze_duplicate_code_name';
|
|
10596
|
-
} | {
|
|
10597
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10598
|
-
message: string;
|
|
10599
|
-
/** Indicates that this is an access code error. */
|
|
10600
|
-
is_access_code_error: true;
|
|
10601
|
-
/** Date and time at which Seam created the error. */
|
|
10602
|
-
created_at?: string | undefined;
|
|
10603
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10604
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
10605
|
-
} | {
|
|
10606
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10607
|
-
message: string;
|
|
10608
|
-
/** Indicates that this is an access code error. */
|
|
10609
|
-
is_access_code_error: true;
|
|
10610
|
-
/** Date and time at which Seam created the error. */
|
|
10611
|
-
created_at?: string | undefined;
|
|
10612
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10613
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
10614
9452
|
} | {
|
|
10615
9453
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10616
9454
|
message: string;
|
|
@@ -10620,15 +9458,6 @@ export type Routes = {
|
|
|
10620
9458
|
created_at?: string | undefined;
|
|
10621
9459
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10622
9460
|
error_code: 'insufficient_permissions';
|
|
10623
|
-
} | {
|
|
10624
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10625
|
-
message: string;
|
|
10626
|
-
/** Indicates that this is an access code error. */
|
|
10627
|
-
is_access_code_error: true;
|
|
10628
|
-
/** Date and time at which Seam created the error. */
|
|
10629
|
-
created_at?: string | undefined;
|
|
10630
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10631
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
10632
9461
|
} | {
|
|
10633
9462
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10634
9463
|
message: string;
|
|
@@ -10799,13 +9628,6 @@ export type Routes = {
|
|
|
10799
9628
|
created_at?: string | undefined;
|
|
10800
9629
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10801
9630
|
warning_code: 'provider_issue';
|
|
10802
|
-
} | {
|
|
10803
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10804
|
-
message: string;
|
|
10805
|
-
/** Date and time at which Seam created the warning. */
|
|
10806
|
-
created_at?: string | undefined;
|
|
10807
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10808
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
10809
9631
|
} | {
|
|
10810
9632
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10811
9633
|
message: string;
|
|
@@ -10813,13 +9635,6 @@ export type Routes = {
|
|
|
10813
9635
|
created_at?: string | undefined;
|
|
10814
9636
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10815
9637
|
warning_code: 'schlage_detected_duplicate';
|
|
10816
|
-
} | {
|
|
10817
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10818
|
-
message: string;
|
|
10819
|
-
/** Date and time at which Seam created the warning. */
|
|
10820
|
-
created_at?: string | undefined;
|
|
10821
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10822
|
-
warning_code: 'schlage_creation_outage';
|
|
10823
9638
|
} | {
|
|
10824
9639
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10825
9640
|
message: string;
|
|
@@ -10866,13 +9681,6 @@ export type Routes = {
|
|
|
10866
9681
|
created_at?: string | undefined;
|
|
10867
9682
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10868
9683
|
warning_code: 'third_party_integration_detected';
|
|
10869
|
-
} | {
|
|
10870
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10871
|
-
message: string;
|
|
10872
|
-
/** Date and time at which Seam created the warning. */
|
|
10873
|
-
created_at?: string | undefined;
|
|
10874
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10875
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
10876
9684
|
} | {
|
|
10877
9685
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10878
9686
|
message: string;
|
|
@@ -10887,13 +9695,6 @@ export type Routes = {
|
|
|
10887
9695
|
created_at?: string | undefined;
|
|
10888
9696
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10889
9697
|
warning_code: 'management_transferred';
|
|
10890
|
-
} | {
|
|
10891
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10892
|
-
message: string;
|
|
10893
|
-
/** Date and time at which Seam created the warning. */
|
|
10894
|
-
created_at?: string | undefined;
|
|
10895
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10896
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
10897
9698
|
} | {
|
|
10898
9699
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10899
9700
|
message: string;
|
|
@@ -10901,13 +9702,6 @@ export type Routes = {
|
|
|
10901
9702
|
created_at?: string | undefined;
|
|
10902
9703
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10903
9704
|
warning_code: 'access_code_inactive';
|
|
10904
|
-
} | {
|
|
10905
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10906
|
-
message: string;
|
|
10907
|
-
/** Date and time at which Seam created the warning. */
|
|
10908
|
-
created_at?: string | undefined;
|
|
10909
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10910
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
10911
9705
|
} | {
|
|
10912
9706
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10913
9707
|
message: string;
|
|
@@ -108737,6 +107531,11 @@ export type Routes = {
|
|
|
108737
107531
|
font_family?: string | undefined;
|
|
108738
107532
|
mono_font_family?: string | undefined;
|
|
108739
107533
|
} | undefined;
|
|
107534
|
+
message_overrides?: {
|
|
107535
|
+
[x: string]: {
|
|
107536
|
+
[x: string]: string;
|
|
107537
|
+
};
|
|
107538
|
+
} | undefined;
|
|
108740
107539
|
};
|
|
108741
107540
|
commonParams: {};
|
|
108742
107541
|
formData: {};
|
|
@@ -108758,6 +107557,11 @@ export type Routes = {
|
|
|
108758
107557
|
font_family?: string | undefined;
|
|
108759
107558
|
mono_font_family?: string | undefined;
|
|
108760
107559
|
} | undefined;
|
|
107560
|
+
message_overrides?: {
|
|
107561
|
+
[x: string]: {
|
|
107562
|
+
[x: string]: string;
|
|
107563
|
+
};
|
|
107564
|
+
} | undefined;
|
|
108761
107565
|
};
|
|
108762
107566
|
};
|
|
108763
107567
|
maxDuration: undefined;
|
|
@@ -108789,6 +107593,11 @@ export type Routes = {
|
|
|
108789
107593
|
font_family?: string | undefined;
|
|
108790
107594
|
mono_font_family?: string | undefined;
|
|
108791
107595
|
} | undefined;
|
|
107596
|
+
message_overrides?: {
|
|
107597
|
+
[x: string]: {
|
|
107598
|
+
[x: string]: string;
|
|
107599
|
+
};
|
|
107600
|
+
} | undefined;
|
|
108792
107601
|
};
|
|
108793
107602
|
};
|
|
108794
107603
|
maxDuration: undefined;
|
|
@@ -108820,6 +107629,11 @@ export type Routes = {
|
|
|
108820
107629
|
font_family?: string | undefined;
|
|
108821
107630
|
mono_font_family?: string | undefined;
|
|
108822
107631
|
} | undefined;
|
|
107632
|
+
message_overrides?: {
|
|
107633
|
+
[x: string]: {
|
|
107634
|
+
[x: string]: string;
|
|
107635
|
+
};
|
|
107636
|
+
} | undefined;
|
|
108823
107637
|
}[];
|
|
108824
107638
|
};
|
|
108825
107639
|
maxDuration: undefined;
|
|
@@ -108841,6 +107655,11 @@ export type Routes = {
|
|
|
108841
107655
|
font_family?: string | undefined;
|
|
108842
107656
|
mono_font_family?: string | undefined;
|
|
108843
107657
|
} | undefined) | null;
|
|
107658
|
+
message_overrides?: ({
|
|
107659
|
+
[x: string]: {
|
|
107660
|
+
[x: string]: string;
|
|
107661
|
+
};
|
|
107662
|
+
} | undefined) | null;
|
|
108844
107663
|
};
|
|
108845
107664
|
commonParams: {};
|
|
108846
107665
|
formData: {};
|
|
@@ -117295,24 +116114,6 @@ export type Routes = {
|
|
|
117295
116114
|
created_at?: string | undefined;
|
|
117296
116115
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117297
116116
|
error_code: 'provider_issue';
|
|
117298
|
-
} | {
|
|
117299
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117300
|
-
message: string;
|
|
117301
|
-
/** Indicates that this is an access code error. */
|
|
117302
|
-
is_access_code_error: true;
|
|
117303
|
-
/** Date and time at which Seam created the error. */
|
|
117304
|
-
created_at?: string | undefined;
|
|
117305
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117306
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
117307
|
-
} | {
|
|
117308
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117309
|
-
message: string;
|
|
117310
|
-
/** Indicates that this is an access code error. */
|
|
117311
|
-
is_access_code_error: true;
|
|
117312
|
-
/** Date and time at which Seam created the error. */
|
|
117313
|
-
created_at?: string | undefined;
|
|
117314
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117315
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
117316
116117
|
} | {
|
|
117317
116118
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117318
116119
|
message: string;
|
|
@@ -117371,24 +116172,6 @@ export type Routes = {
|
|
|
117371
116172
|
created_at?: string | undefined;
|
|
117372
116173
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117373
116174
|
error_code: 'access_code_state_unconfirmed';
|
|
117374
|
-
} | {
|
|
117375
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117376
|
-
message: string;
|
|
117377
|
-
/** Indicates that this is an access code error. */
|
|
117378
|
-
is_access_code_error: true;
|
|
117379
|
-
/** Date and time at which Seam created the error. */
|
|
117380
|
-
created_at?: string | undefined;
|
|
117381
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117382
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
117383
|
-
} | {
|
|
117384
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117385
|
-
message: string;
|
|
117386
|
-
/** Indicates that this is an access code error. */
|
|
117387
|
-
is_access_code_error: true;
|
|
117388
|
-
/** Date and time at which Seam created the error. */
|
|
117389
|
-
created_at?: string | undefined;
|
|
117390
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117391
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
117392
116175
|
} | {
|
|
117393
116176
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117394
116177
|
message: string;
|
|
@@ -117409,33 +116192,6 @@ export type Routes = {
|
|
|
117409
116192
|
/** The new value of the field. */
|
|
117410
116193
|
to: string | null;
|
|
117411
116194
|
}[] | undefined;
|
|
117412
|
-
} | {
|
|
117413
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117414
|
-
message: string;
|
|
117415
|
-
/** Indicates that this is an access code error. */
|
|
117416
|
-
is_access_code_error: true;
|
|
117417
|
-
/** Date and time at which Seam created the error. */
|
|
117418
|
-
created_at?: string | undefined;
|
|
117419
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117420
|
-
error_code: 'august_lock_invalid_code_length';
|
|
117421
|
-
} | {
|
|
117422
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117423
|
-
message: string;
|
|
117424
|
-
/** Indicates that this is an access code error. */
|
|
117425
|
-
is_access_code_error: true;
|
|
117426
|
-
/** Date and time at which Seam created the error. */
|
|
117427
|
-
created_at?: string | undefined;
|
|
117428
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117429
|
-
error_code: 'august_lock_missing_keypad';
|
|
117430
|
-
} | {
|
|
117431
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117432
|
-
message: string;
|
|
117433
|
-
/** Indicates that this is an access code error. */
|
|
117434
|
-
is_access_code_error: true;
|
|
117435
|
-
/** Date and time at which Seam created the error. */
|
|
117436
|
-
created_at?: string | undefined;
|
|
117437
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117438
|
-
error_code: 'august_lock_temporarily_offline';
|
|
117439
116195
|
} | {
|
|
117440
116196
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117441
116197
|
message: string;
|
|
@@ -117454,33 +116210,6 @@ export type Routes = {
|
|
|
117454
116210
|
created_at?: string | undefined;
|
|
117455
116211
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117456
116212
|
error_code: 'salto_ks_user_not_subscribed';
|
|
117457
|
-
} | {
|
|
117458
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117459
|
-
message: string;
|
|
117460
|
-
/** Indicates that this is an access code error. */
|
|
117461
|
-
is_access_code_error: true;
|
|
117462
|
-
/** Date and time at which Seam created the error. */
|
|
117463
|
-
created_at?: string | undefined;
|
|
117464
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117465
|
-
error_code: 'wyze_duplicate_code_name';
|
|
117466
|
-
} | {
|
|
117467
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117468
|
-
message: string;
|
|
117469
|
-
/** Indicates that this is an access code error. */
|
|
117470
|
-
is_access_code_error: true;
|
|
117471
|
-
/** Date and time at which Seam created the error. */
|
|
117472
|
-
created_at?: string | undefined;
|
|
117473
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117474
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
117475
|
-
} | {
|
|
117476
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117477
|
-
message: string;
|
|
117478
|
-
/** Indicates that this is an access code error. */
|
|
117479
|
-
is_access_code_error: true;
|
|
117480
|
-
/** Date and time at which Seam created the error. */
|
|
117481
|
-
created_at?: string | undefined;
|
|
117482
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117483
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
117484
116213
|
} | {
|
|
117485
116214
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117486
116215
|
message: string;
|
|
@@ -117490,15 +116219,6 @@ export type Routes = {
|
|
|
117490
116219
|
created_at?: string | undefined;
|
|
117491
116220
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117492
116221
|
error_code: 'insufficient_permissions';
|
|
117493
|
-
} | {
|
|
117494
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117495
|
-
message: string;
|
|
117496
|
-
/** Indicates that this is an access code error. */
|
|
117497
|
-
is_access_code_error: true;
|
|
117498
|
-
/** Date and time at which Seam created the error. */
|
|
117499
|
-
created_at?: string | undefined;
|
|
117500
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117501
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
117502
116222
|
} | {
|
|
117503
116223
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117504
116224
|
message: string;
|
|
@@ -117669,13 +116389,6 @@ export type Routes = {
|
|
|
117669
116389
|
created_at?: string | undefined;
|
|
117670
116390
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117671
116391
|
warning_code: 'provider_issue';
|
|
117672
|
-
} | {
|
|
117673
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117674
|
-
message: string;
|
|
117675
|
-
/** Date and time at which Seam created the warning. */
|
|
117676
|
-
created_at?: string | undefined;
|
|
117677
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117678
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
117679
116392
|
} | {
|
|
117680
116393
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117681
116394
|
message: string;
|
|
@@ -117683,13 +116396,6 @@ export type Routes = {
|
|
|
117683
116396
|
created_at?: string | undefined;
|
|
117684
116397
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117685
116398
|
warning_code: 'schlage_detected_duplicate';
|
|
117686
|
-
} | {
|
|
117687
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117688
|
-
message: string;
|
|
117689
|
-
/** Date and time at which Seam created the warning. */
|
|
117690
|
-
created_at?: string | undefined;
|
|
117691
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117692
|
-
warning_code: 'schlage_creation_outage';
|
|
117693
116399
|
} | {
|
|
117694
116400
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117695
116401
|
message: string;
|
|
@@ -117736,13 +116442,6 @@ export type Routes = {
|
|
|
117736
116442
|
created_at?: string | undefined;
|
|
117737
116443
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117738
116444
|
warning_code: 'third_party_integration_detected';
|
|
117739
|
-
} | {
|
|
117740
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117741
|
-
message: string;
|
|
117742
|
-
/** Date and time at which Seam created the warning. */
|
|
117743
|
-
created_at?: string | undefined;
|
|
117744
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117745
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
117746
116445
|
} | {
|
|
117747
116446
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117748
116447
|
message: string;
|
|
@@ -117757,13 +116456,6 @@ export type Routes = {
|
|
|
117757
116456
|
created_at?: string | undefined;
|
|
117758
116457
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117759
116458
|
warning_code: 'management_transferred';
|
|
117760
|
-
} | {
|
|
117761
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117762
|
-
message: string;
|
|
117763
|
-
/** Date and time at which Seam created the warning. */
|
|
117764
|
-
created_at?: string | undefined;
|
|
117765
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117766
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
117767
116459
|
} | {
|
|
117768
116460
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117769
116461
|
message: string;
|
|
@@ -117771,13 +116463,6 @@ export type Routes = {
|
|
|
117771
116463
|
created_at?: string | undefined;
|
|
117772
116464
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117773
116465
|
warning_code: 'access_code_inactive';
|
|
117774
|
-
} | {
|
|
117775
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117776
|
-
message: string;
|
|
117777
|
-
/** Date and time at which Seam created the warning. */
|
|
117778
|
-
created_at?: string | undefined;
|
|
117779
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
117780
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
117781
116466
|
} | {
|
|
117782
116467
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
117783
116468
|
message: string;
|
|
@@ -117856,24 +116541,6 @@ export type Routes = {
|
|
|
117856
116541
|
created_at?: string | undefined;
|
|
117857
116542
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117858
116543
|
error_code: 'provider_issue';
|
|
117859
|
-
} | {
|
|
117860
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117861
|
-
message: string;
|
|
117862
|
-
/** Indicates that this is an access code error. */
|
|
117863
|
-
is_access_code_error: true;
|
|
117864
|
-
/** Date and time at which Seam created the error. */
|
|
117865
|
-
created_at?: string | undefined;
|
|
117866
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117867
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
117868
|
-
} | {
|
|
117869
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117870
|
-
message: string;
|
|
117871
|
-
/** Indicates that this is an access code error. */
|
|
117872
|
-
is_access_code_error: true;
|
|
117873
|
-
/** Date and time at which Seam created the error. */
|
|
117874
|
-
created_at?: string | undefined;
|
|
117875
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117876
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
117877
116544
|
} | {
|
|
117878
116545
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117879
116546
|
message: string;
|
|
@@ -117932,24 +116599,6 @@ export type Routes = {
|
|
|
117932
116599
|
created_at?: string | undefined;
|
|
117933
116600
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117934
116601
|
error_code: 'access_code_state_unconfirmed';
|
|
117935
|
-
} | {
|
|
117936
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117937
|
-
message: string;
|
|
117938
|
-
/** Indicates that this is an access code error. */
|
|
117939
|
-
is_access_code_error: true;
|
|
117940
|
-
/** Date and time at which Seam created the error. */
|
|
117941
|
-
created_at?: string | undefined;
|
|
117942
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117943
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
117944
|
-
} | {
|
|
117945
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117946
|
-
message: string;
|
|
117947
|
-
/** Indicates that this is an access code error. */
|
|
117948
|
-
is_access_code_error: true;
|
|
117949
|
-
/** Date and time at which Seam created the error. */
|
|
117950
|
-
created_at?: string | undefined;
|
|
117951
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117952
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
117953
116602
|
} | {
|
|
117954
116603
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117955
116604
|
message: string;
|
|
@@ -117970,33 +116619,6 @@ export type Routes = {
|
|
|
117970
116619
|
/** The new value of the field. */
|
|
117971
116620
|
to: string | null;
|
|
117972
116621
|
}[] | undefined;
|
|
117973
|
-
} | {
|
|
117974
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117975
|
-
message: string;
|
|
117976
|
-
/** Indicates that this is an access code error. */
|
|
117977
|
-
is_access_code_error: true;
|
|
117978
|
-
/** Date and time at which Seam created the error. */
|
|
117979
|
-
created_at?: string | undefined;
|
|
117980
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117981
|
-
error_code: 'august_lock_invalid_code_length';
|
|
117982
|
-
} | {
|
|
117983
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117984
|
-
message: string;
|
|
117985
|
-
/** Indicates that this is an access code error. */
|
|
117986
|
-
is_access_code_error: true;
|
|
117987
|
-
/** Date and time at which Seam created the error. */
|
|
117988
|
-
created_at?: string | undefined;
|
|
117989
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117990
|
-
error_code: 'august_lock_missing_keypad';
|
|
117991
|
-
} | {
|
|
117992
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117993
|
-
message: string;
|
|
117994
|
-
/** Indicates that this is an access code error. */
|
|
117995
|
-
is_access_code_error: true;
|
|
117996
|
-
/** Date and time at which Seam created the error. */
|
|
117997
|
-
created_at?: string | undefined;
|
|
117998
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117999
|
-
error_code: 'august_lock_temporarily_offline';
|
|
118000
116622
|
} | {
|
|
118001
116623
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118002
116624
|
message: string;
|
|
@@ -118015,33 +116637,6 @@ export type Routes = {
|
|
|
118015
116637
|
created_at?: string | undefined;
|
|
118016
116638
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118017
116639
|
error_code: 'salto_ks_user_not_subscribed';
|
|
118018
|
-
} | {
|
|
118019
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118020
|
-
message: string;
|
|
118021
|
-
/** Indicates that this is an access code error. */
|
|
118022
|
-
is_access_code_error: true;
|
|
118023
|
-
/** Date and time at which Seam created the error. */
|
|
118024
|
-
created_at?: string | undefined;
|
|
118025
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118026
|
-
error_code: 'wyze_duplicate_code_name';
|
|
118027
|
-
} | {
|
|
118028
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118029
|
-
message: string;
|
|
118030
|
-
/** Indicates that this is an access code error. */
|
|
118031
|
-
is_access_code_error: true;
|
|
118032
|
-
/** Date and time at which Seam created the error. */
|
|
118033
|
-
created_at?: string | undefined;
|
|
118034
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118035
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
118036
|
-
} | {
|
|
118037
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118038
|
-
message: string;
|
|
118039
|
-
/** Indicates that this is an access code error. */
|
|
118040
|
-
is_access_code_error: true;
|
|
118041
|
-
/** Date and time at which Seam created the error. */
|
|
118042
|
-
created_at?: string | undefined;
|
|
118043
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118044
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
118045
116640
|
} | {
|
|
118046
116641
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118047
116642
|
message: string;
|
|
@@ -118051,15 +116646,6 @@ export type Routes = {
|
|
|
118051
116646
|
created_at?: string | undefined;
|
|
118052
116647
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118053
116648
|
error_code: 'insufficient_permissions';
|
|
118054
|
-
} | {
|
|
118055
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118056
|
-
message: string;
|
|
118057
|
-
/** Indicates that this is an access code error. */
|
|
118058
|
-
is_access_code_error: true;
|
|
118059
|
-
/** Date and time at which Seam created the error. */
|
|
118060
|
-
created_at?: string | undefined;
|
|
118061
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118062
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
118063
116649
|
} | {
|
|
118064
116650
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118065
116651
|
message: string;
|
|
@@ -118230,13 +116816,6 @@ export type Routes = {
|
|
|
118230
116816
|
created_at?: string | undefined;
|
|
118231
116817
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118232
116818
|
warning_code: 'provider_issue';
|
|
118233
|
-
} | {
|
|
118234
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118235
|
-
message: string;
|
|
118236
|
-
/** Date and time at which Seam created the warning. */
|
|
118237
|
-
created_at?: string | undefined;
|
|
118238
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118239
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
118240
116819
|
} | {
|
|
118241
116820
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118242
116821
|
message: string;
|
|
@@ -118244,13 +116823,6 @@ export type Routes = {
|
|
|
118244
116823
|
created_at?: string | undefined;
|
|
118245
116824
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118246
116825
|
warning_code: 'schlage_detected_duplicate';
|
|
118247
|
-
} | {
|
|
118248
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118249
|
-
message: string;
|
|
118250
|
-
/** Date and time at which Seam created the warning. */
|
|
118251
|
-
created_at?: string | undefined;
|
|
118252
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118253
|
-
warning_code: 'schlage_creation_outage';
|
|
118254
116826
|
} | {
|
|
118255
116827
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118256
116828
|
message: string;
|
|
@@ -118297,13 +116869,6 @@ export type Routes = {
|
|
|
118297
116869
|
created_at?: string | undefined;
|
|
118298
116870
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118299
116871
|
warning_code: 'third_party_integration_detected';
|
|
118300
|
-
} | {
|
|
118301
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118302
|
-
message: string;
|
|
118303
|
-
/** Date and time at which Seam created the warning. */
|
|
118304
|
-
created_at?: string | undefined;
|
|
118305
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118306
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
118307
116872
|
} | {
|
|
118308
116873
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118309
116874
|
message: string;
|
|
@@ -118318,13 +116883,6 @@ export type Routes = {
|
|
|
118318
116883
|
created_at?: string | undefined;
|
|
118319
116884
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118320
116885
|
warning_code: 'management_transferred';
|
|
118321
|
-
} | {
|
|
118322
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118323
|
-
message: string;
|
|
118324
|
-
/** Date and time at which Seam created the warning. */
|
|
118325
|
-
created_at?: string | undefined;
|
|
118326
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118327
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
118328
116886
|
} | {
|
|
118329
116887
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118330
116888
|
message: string;
|
|
@@ -118332,13 +116890,6 @@ export type Routes = {
|
|
|
118332
116890
|
created_at?: string | undefined;
|
|
118333
116891
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118334
116892
|
warning_code: 'access_code_inactive';
|
|
118335
|
-
} | {
|
|
118336
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118337
|
-
message: string;
|
|
118338
|
-
/** Date and time at which Seam created the warning. */
|
|
118339
|
-
created_at?: string | undefined;
|
|
118340
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118341
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
118342
116893
|
} | {
|
|
118343
116894
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118344
116895
|
message: string;
|
|
@@ -118554,6 +117105,11 @@ export type Routes = {
|
|
|
118554
117105
|
font_family?: string | undefined;
|
|
118555
117106
|
mono_font_family?: string | undefined;
|
|
118556
117107
|
} | undefined;
|
|
117108
|
+
message_overrides?: {
|
|
117109
|
+
[x: string]: {
|
|
117110
|
+
[x: string]: string;
|
|
117111
|
+
};
|
|
117112
|
+
} | undefined;
|
|
118557
117113
|
}[] | undefined;
|
|
118558
117114
|
};
|
|
118559
117115
|
};
|