@seamapi/types 1.858.0 → 1.860.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 +0 -161
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -668
- package/dist/index.cjs +0 -161
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -200
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -33
- 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 -73
- package/lib/seam/connect/models/batch.d.ts +0 -202
- package/lib/seam/connect/openapi.js +0 -146
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -275
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -36
- package/src/lib/seam/connect/openapi.ts +0 -172
- package/src/lib/seam/connect/route-types.ts +0 -308
|
@@ -1850,16 +1850,6 @@ export type Routes = {
|
|
|
1850
1850
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1851
1851
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
1852
1852
|
}
|
|
1853
|
-
| {
|
|
1854
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1855
|
-
message: string
|
|
1856
|
-
/** Indicates that this is an access code error. */
|
|
1857
|
-
is_access_code_error: true
|
|
1858
|
-
/** Date and time at which Seam created the error. */
|
|
1859
|
-
created_at?: string | undefined
|
|
1860
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1861
|
-
error_code: 'smartthings_no_free_slots_available'
|
|
1862
|
-
}
|
|
1863
1853
|
| {
|
|
1864
1854
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1865
1855
|
message: string
|
|
@@ -1954,16 +1944,6 @@ export type Routes = {
|
|
|
1954
1944
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1955
1945
|
error_code: 'august_lock_invalid_code_length'
|
|
1956
1946
|
}
|
|
1957
|
-
| {
|
|
1958
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1959
|
-
message: string
|
|
1960
|
-
/** Indicates that this is an access code error. */
|
|
1961
|
-
is_access_code_error: true
|
|
1962
|
-
/** Date and time at which Seam created the error. */
|
|
1963
|
-
created_at?: string | undefined
|
|
1964
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1965
|
-
error_code: 'august_device_programming_delay'
|
|
1966
|
-
}
|
|
1967
1947
|
| {
|
|
1968
1948
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1969
1949
|
message: string
|
|
@@ -2277,14 +2257,6 @@ export type Routes = {
|
|
|
2277
2257
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2278
2258
|
warning_code: 'third_party_integration_detected'
|
|
2279
2259
|
}
|
|
2280
|
-
| {
|
|
2281
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2282
|
-
message: string
|
|
2283
|
-
/** Date and time at which Seam created the warning. */
|
|
2284
|
-
created_at?: string | undefined
|
|
2285
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2286
|
-
warning_code: 'august_device_programming_delay'
|
|
2287
|
-
}
|
|
2288
2260
|
| {
|
|
2289
2261
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2290
2262
|
message: string
|
|
@@ -2555,16 +2527,6 @@ export type Routes = {
|
|
|
2555
2527
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2556
2528
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
2557
2529
|
}
|
|
2558
|
-
| {
|
|
2559
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2560
|
-
message: string
|
|
2561
|
-
/** Indicates that this is an access code error. */
|
|
2562
|
-
is_access_code_error: true
|
|
2563
|
-
/** Date and time at which Seam created the error. */
|
|
2564
|
-
created_at?: string | undefined
|
|
2565
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2566
|
-
error_code: 'smartthings_no_free_slots_available'
|
|
2567
|
-
}
|
|
2568
2530
|
| {
|
|
2569
2531
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2570
2532
|
message: string
|
|
@@ -2659,16 +2621,6 @@ export type Routes = {
|
|
|
2659
2621
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2660
2622
|
error_code: 'august_lock_invalid_code_length'
|
|
2661
2623
|
}
|
|
2662
|
-
| {
|
|
2663
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2664
|
-
message: string
|
|
2665
|
-
/** Indicates that this is an access code error. */
|
|
2666
|
-
is_access_code_error: true
|
|
2667
|
-
/** Date and time at which Seam created the error. */
|
|
2668
|
-
created_at?: string | undefined
|
|
2669
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2670
|
-
error_code: 'august_device_programming_delay'
|
|
2671
|
-
}
|
|
2672
2624
|
| {
|
|
2673
2625
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2674
2626
|
message: string
|
|
@@ -2982,14 +2934,6 @@ export type Routes = {
|
|
|
2982
2934
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2983
2935
|
warning_code: 'third_party_integration_detected'
|
|
2984
2936
|
}
|
|
2985
|
-
| {
|
|
2986
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2987
|
-
message: string
|
|
2988
|
-
/** Date and time at which Seam created the warning. */
|
|
2989
|
-
created_at?: string | undefined
|
|
2990
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2991
|
-
warning_code: 'august_device_programming_delay'
|
|
2992
|
-
}
|
|
2993
2937
|
| {
|
|
2994
2938
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2995
2939
|
message: string
|
|
@@ -5032,16 +4976,6 @@ export type Routes = {
|
|
|
5032
4976
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5033
4977
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
5034
4978
|
}
|
|
5035
|
-
| {
|
|
5036
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5037
|
-
message: string
|
|
5038
|
-
/** Indicates that this is an access code error. */
|
|
5039
|
-
is_access_code_error: true
|
|
5040
|
-
/** Date and time at which Seam created the error. */
|
|
5041
|
-
created_at?: string | undefined
|
|
5042
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5043
|
-
error_code: 'smartthings_no_free_slots_available'
|
|
5044
|
-
}
|
|
5045
4979
|
| {
|
|
5046
4980
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5047
4981
|
message: string
|
|
@@ -5136,16 +5070,6 @@ export type Routes = {
|
|
|
5136
5070
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5137
5071
|
error_code: 'august_lock_invalid_code_length'
|
|
5138
5072
|
}
|
|
5139
|
-
| {
|
|
5140
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5141
|
-
message: string
|
|
5142
|
-
/** Indicates that this is an access code error. */
|
|
5143
|
-
is_access_code_error: true
|
|
5144
|
-
/** Date and time at which Seam created the error. */
|
|
5145
|
-
created_at?: string | undefined
|
|
5146
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5147
|
-
error_code: 'august_device_programming_delay'
|
|
5148
|
-
}
|
|
5149
5073
|
| {
|
|
5150
5074
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5151
5075
|
message: string
|
|
@@ -5459,14 +5383,6 @@ export type Routes = {
|
|
|
5459
5383
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5460
5384
|
warning_code: 'third_party_integration_detected'
|
|
5461
5385
|
}
|
|
5462
|
-
| {
|
|
5463
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5464
|
-
message: string
|
|
5465
|
-
/** Date and time at which Seam created the warning. */
|
|
5466
|
-
created_at?: string | undefined
|
|
5467
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5468
|
-
warning_code: 'august_device_programming_delay'
|
|
5469
|
-
}
|
|
5470
5386
|
| {
|
|
5471
5387
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5472
5388
|
message: string
|
|
@@ -5824,16 +5740,6 @@ export type Routes = {
|
|
|
5824
5740
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5825
5741
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
5826
5742
|
}
|
|
5827
|
-
| {
|
|
5828
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5829
|
-
message: string
|
|
5830
|
-
/** Indicates that this is an access code error. */
|
|
5831
|
-
is_access_code_error: true
|
|
5832
|
-
/** Date and time at which Seam created the error. */
|
|
5833
|
-
created_at?: string | undefined
|
|
5834
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5835
|
-
error_code: 'smartthings_no_free_slots_available'
|
|
5836
|
-
}
|
|
5837
5743
|
| {
|
|
5838
5744
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5839
5745
|
message: string
|
|
@@ -5928,16 +5834,6 @@ export type Routes = {
|
|
|
5928
5834
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5929
5835
|
error_code: 'august_lock_invalid_code_length'
|
|
5930
5836
|
}
|
|
5931
|
-
| {
|
|
5932
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5933
|
-
message: string
|
|
5934
|
-
/** Indicates that this is an access code error. */
|
|
5935
|
-
is_access_code_error: true
|
|
5936
|
-
/** Date and time at which Seam created the error. */
|
|
5937
|
-
created_at?: string | undefined
|
|
5938
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5939
|
-
error_code: 'august_device_programming_delay'
|
|
5940
|
-
}
|
|
5941
5837
|
| {
|
|
5942
5838
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5943
5839
|
message: string
|
|
@@ -6251,14 +6147,6 @@ export type Routes = {
|
|
|
6251
6147
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6252
6148
|
warning_code: 'third_party_integration_detected'
|
|
6253
6149
|
}
|
|
6254
|
-
| {
|
|
6255
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6256
|
-
message: string
|
|
6257
|
-
/** Date and time at which Seam created the warning. */
|
|
6258
|
-
created_at?: string | undefined
|
|
6259
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6260
|
-
warning_code: 'august_device_programming_delay'
|
|
6261
|
-
}
|
|
6262
6150
|
| {
|
|
6263
6151
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6264
6152
|
message: string
|
|
@@ -6518,16 +6406,6 @@ export type Routes = {
|
|
|
6518
6406
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6519
6407
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
6520
6408
|
}
|
|
6521
|
-
| {
|
|
6522
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6523
|
-
message: string
|
|
6524
|
-
/** Indicates that this is an access code error. */
|
|
6525
|
-
is_access_code_error: true
|
|
6526
|
-
/** Date and time at which Seam created the error. */
|
|
6527
|
-
created_at?: string | undefined
|
|
6528
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6529
|
-
error_code: 'smartthings_no_free_slots_available'
|
|
6530
|
-
}
|
|
6531
6409
|
| {
|
|
6532
6410
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6533
6411
|
message: string
|
|
@@ -6622,16 +6500,6 @@ export type Routes = {
|
|
|
6622
6500
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6623
6501
|
error_code: 'august_lock_invalid_code_length'
|
|
6624
6502
|
}
|
|
6625
|
-
| {
|
|
6626
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6627
|
-
message: string
|
|
6628
|
-
/** Indicates that this is an access code error. */
|
|
6629
|
-
is_access_code_error: true
|
|
6630
|
-
/** Date and time at which Seam created the error. */
|
|
6631
|
-
created_at?: string | undefined
|
|
6632
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6633
|
-
error_code: 'august_device_programming_delay'
|
|
6634
|
-
}
|
|
6635
6503
|
| {
|
|
6636
6504
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6637
6505
|
message: string
|
|
@@ -6945,14 +6813,6 @@ export type Routes = {
|
|
|
6945
6813
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6946
6814
|
warning_code: 'third_party_integration_detected'
|
|
6947
6815
|
}
|
|
6948
|
-
| {
|
|
6949
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6950
|
-
message: string
|
|
6951
|
-
/** Date and time at which Seam created the warning. */
|
|
6952
|
-
created_at?: string | undefined
|
|
6953
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6954
|
-
warning_code: 'august_device_programming_delay'
|
|
6955
|
-
}
|
|
6956
6816
|
| {
|
|
6957
6817
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6958
6818
|
message: string
|
|
@@ -7189,16 +7049,6 @@ export type Routes = {
|
|
|
7189
7049
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7190
7050
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
7191
7051
|
}
|
|
7192
|
-
| {
|
|
7193
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7194
|
-
message: string
|
|
7195
|
-
/** Indicates that this is an access code error. */
|
|
7196
|
-
is_access_code_error: true
|
|
7197
|
-
/** Date and time at which Seam created the error. */
|
|
7198
|
-
created_at?: string | undefined
|
|
7199
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7200
|
-
error_code: 'smartthings_no_free_slots_available'
|
|
7201
|
-
}
|
|
7202
7052
|
| {
|
|
7203
7053
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7204
7054
|
message: string
|
|
@@ -7293,16 +7143,6 @@ export type Routes = {
|
|
|
7293
7143
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7294
7144
|
error_code: 'august_lock_invalid_code_length'
|
|
7295
7145
|
}
|
|
7296
|
-
| {
|
|
7297
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7298
|
-
message: string
|
|
7299
|
-
/** Indicates that this is an access code error. */
|
|
7300
|
-
is_access_code_error: true
|
|
7301
|
-
/** Date and time at which Seam created the error. */
|
|
7302
|
-
created_at?: string | undefined
|
|
7303
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7304
|
-
error_code: 'august_device_programming_delay'
|
|
7305
|
-
}
|
|
7306
7146
|
| {
|
|
7307
7147
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7308
7148
|
message: string
|
|
@@ -7616,14 +7456,6 @@ export type Routes = {
|
|
|
7616
7456
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7617
7457
|
warning_code: 'third_party_integration_detected'
|
|
7618
7458
|
}
|
|
7619
|
-
| {
|
|
7620
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7621
|
-
message: string
|
|
7622
|
-
/** Date and time at which Seam created the warning. */
|
|
7623
|
-
created_at?: string | undefined
|
|
7624
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7625
|
-
warning_code: 'august_device_programming_delay'
|
|
7626
|
-
}
|
|
7627
7459
|
| {
|
|
7628
7460
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7629
7461
|
message: string
|
|
@@ -7895,16 +7727,6 @@ export type Routes = {
|
|
|
7895
7727
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7896
7728
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
7897
7729
|
}
|
|
7898
|
-
| {
|
|
7899
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7900
|
-
message: string
|
|
7901
|
-
/** Indicates that this is an access code error. */
|
|
7902
|
-
is_access_code_error: true
|
|
7903
|
-
/** Date and time at which Seam created the error. */
|
|
7904
|
-
created_at?: string | undefined
|
|
7905
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7906
|
-
error_code: 'smartthings_no_free_slots_available'
|
|
7907
|
-
}
|
|
7908
7730
|
| {
|
|
7909
7731
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7910
7732
|
message: string
|
|
@@ -7999,16 +7821,6 @@ export type Routes = {
|
|
|
7999
7821
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8000
7822
|
error_code: 'august_lock_invalid_code_length'
|
|
8001
7823
|
}
|
|
8002
|
-
| {
|
|
8003
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8004
|
-
message: string
|
|
8005
|
-
/** Indicates that this is an access code error. */
|
|
8006
|
-
is_access_code_error: true
|
|
8007
|
-
/** Date and time at which Seam created the error. */
|
|
8008
|
-
created_at?: string | undefined
|
|
8009
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8010
|
-
error_code: 'august_device_programming_delay'
|
|
8011
|
-
}
|
|
8012
7824
|
| {
|
|
8013
7825
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8014
7826
|
message: string
|
|
@@ -8322,14 +8134,6 @@ export type Routes = {
|
|
|
8322
8134
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8323
8135
|
warning_code: 'third_party_integration_detected'
|
|
8324
8136
|
}
|
|
8325
|
-
| {
|
|
8326
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8327
|
-
message: string
|
|
8328
|
-
/** Date and time at which Seam created the warning. */
|
|
8329
|
-
created_at?: string | undefined
|
|
8330
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8331
|
-
warning_code: 'august_device_programming_delay'
|
|
8332
|
-
}
|
|
8333
8137
|
| {
|
|
8334
8138
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8335
8139
|
message: string
|
|
@@ -10276,16 +10080,6 @@ export type Routes = {
|
|
|
10276
10080
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10277
10081
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
10278
10082
|
}
|
|
10279
|
-
| {
|
|
10280
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10281
|
-
message: string
|
|
10282
|
-
/** Indicates that this is an access code error. */
|
|
10283
|
-
is_access_code_error: true
|
|
10284
|
-
/** Date and time at which Seam created the error. */
|
|
10285
|
-
created_at?: string | undefined
|
|
10286
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10287
|
-
error_code: 'smartthings_no_free_slots_available'
|
|
10288
|
-
}
|
|
10289
10083
|
| {
|
|
10290
10084
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10291
10085
|
message: string
|
|
@@ -10380,16 +10174,6 @@ export type Routes = {
|
|
|
10380
10174
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10381
10175
|
error_code: 'august_lock_invalid_code_length'
|
|
10382
10176
|
}
|
|
10383
|
-
| {
|
|
10384
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10385
|
-
message: string
|
|
10386
|
-
/** Indicates that this is an access code error. */
|
|
10387
|
-
is_access_code_error: true
|
|
10388
|
-
/** Date and time at which Seam created the error. */
|
|
10389
|
-
created_at?: string | undefined
|
|
10390
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10391
|
-
error_code: 'august_device_programming_delay'
|
|
10392
|
-
}
|
|
10393
10177
|
| {
|
|
10394
10178
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10395
10179
|
message: string
|
|
@@ -10703,14 +10487,6 @@ export type Routes = {
|
|
|
10703
10487
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10704
10488
|
warning_code: 'third_party_integration_detected'
|
|
10705
10489
|
}
|
|
10706
|
-
| {
|
|
10707
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10708
|
-
message: string
|
|
10709
|
-
/** Date and time at which Seam created the warning. */
|
|
10710
|
-
created_at?: string | undefined
|
|
10711
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10712
|
-
warning_code: 'august_device_programming_delay'
|
|
10713
|
-
}
|
|
10714
10490
|
| {
|
|
10715
10491
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10716
10492
|
message: string
|
|
@@ -10861,16 +10637,6 @@ export type Routes = {
|
|
|
10861
10637
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10862
10638
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
10863
10639
|
}
|
|
10864
|
-
| {
|
|
10865
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10866
|
-
message: string
|
|
10867
|
-
/** Indicates that this is an access code error. */
|
|
10868
|
-
is_access_code_error: true
|
|
10869
|
-
/** Date and time at which Seam created the error. */
|
|
10870
|
-
created_at?: string | undefined
|
|
10871
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10872
|
-
error_code: 'smartthings_no_free_slots_available'
|
|
10873
|
-
}
|
|
10874
10640
|
| {
|
|
10875
10641
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10876
10642
|
message: string
|
|
@@ -10965,16 +10731,6 @@ export type Routes = {
|
|
|
10965
10731
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10966
10732
|
error_code: 'august_lock_invalid_code_length'
|
|
10967
10733
|
}
|
|
10968
|
-
| {
|
|
10969
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10970
|
-
message: string
|
|
10971
|
-
/** Indicates that this is an access code error. */
|
|
10972
|
-
is_access_code_error: true
|
|
10973
|
-
/** Date and time at which Seam created the error. */
|
|
10974
|
-
created_at?: string | undefined
|
|
10975
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10976
|
-
error_code: 'august_device_programming_delay'
|
|
10977
|
-
}
|
|
10978
10734
|
| {
|
|
10979
10735
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10980
10736
|
message: string
|
|
@@ -11288,14 +11044,6 @@ export type Routes = {
|
|
|
11288
11044
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11289
11045
|
warning_code: 'third_party_integration_detected'
|
|
11290
11046
|
}
|
|
11291
|
-
| {
|
|
11292
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11293
|
-
message: string
|
|
11294
|
-
/** Date and time at which Seam created the warning. */
|
|
11295
|
-
created_at?: string | undefined
|
|
11296
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11297
|
-
warning_code: 'august_device_programming_delay'
|
|
11298
|
-
}
|
|
11299
11047
|
| {
|
|
11300
11048
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11301
11049
|
message: string
|
|
@@ -128519,16 +128267,6 @@ export type Routes = {
|
|
|
128519
128267
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
128520
128268
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
128521
128269
|
}
|
|
128522
|
-
| {
|
|
128523
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
128524
|
-
message: string
|
|
128525
|
-
/** Indicates that this is an access code error. */
|
|
128526
|
-
is_access_code_error: true
|
|
128527
|
-
/** Date and time at which Seam created the error. */
|
|
128528
|
-
created_at?: string | undefined
|
|
128529
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
128530
|
-
error_code: 'smartthings_no_free_slots_available'
|
|
128531
|
-
}
|
|
128532
128270
|
| {
|
|
128533
128271
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
128534
128272
|
message: string
|
|
@@ -128623,16 +128361,6 @@ export type Routes = {
|
|
|
128623
128361
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
128624
128362
|
error_code: 'august_lock_invalid_code_length'
|
|
128625
128363
|
}
|
|
128626
|
-
| {
|
|
128627
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
128628
|
-
message: string
|
|
128629
|
-
/** Indicates that this is an access code error. */
|
|
128630
|
-
is_access_code_error: true
|
|
128631
|
-
/** Date and time at which Seam created the error. */
|
|
128632
|
-
created_at?: string | undefined
|
|
128633
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
128634
|
-
error_code: 'august_device_programming_delay'
|
|
128635
|
-
}
|
|
128636
128364
|
| {
|
|
128637
128365
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
128638
128366
|
message: string
|
|
@@ -128946,14 +128674,6 @@ export type Routes = {
|
|
|
128946
128674
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128947
128675
|
warning_code: 'third_party_integration_detected'
|
|
128948
128676
|
}
|
|
128949
|
-
| {
|
|
128950
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128951
|
-
message: string
|
|
128952
|
-
/** Date and time at which Seam created the warning. */
|
|
128953
|
-
created_at?: string | undefined
|
|
128954
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128955
|
-
warning_code: 'august_device_programming_delay'
|
|
128956
|
-
}
|
|
128957
128677
|
| {
|
|
128958
128678
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128959
128679
|
message: string
|
|
@@ -129090,16 +128810,6 @@ export type Routes = {
|
|
|
129090
128810
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
129091
128811
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
129092
128812
|
}
|
|
129093
|
-
| {
|
|
129094
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
129095
|
-
message: string
|
|
129096
|
-
/** Indicates that this is an access code error. */
|
|
129097
|
-
is_access_code_error: true
|
|
129098
|
-
/** Date and time at which Seam created the error. */
|
|
129099
|
-
created_at?: string | undefined
|
|
129100
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
129101
|
-
error_code: 'smartthings_no_free_slots_available'
|
|
129102
|
-
}
|
|
129103
128813
|
| {
|
|
129104
128814
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
129105
128815
|
message: string
|
|
@@ -129194,16 +128904,6 @@ export type Routes = {
|
|
|
129194
128904
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
129195
128905
|
error_code: 'august_lock_invalid_code_length'
|
|
129196
128906
|
}
|
|
129197
|
-
| {
|
|
129198
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
129199
|
-
message: string
|
|
129200
|
-
/** Indicates that this is an access code error. */
|
|
129201
|
-
is_access_code_error: true
|
|
129202
|
-
/** Date and time at which Seam created the error. */
|
|
129203
|
-
created_at?: string | undefined
|
|
129204
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
129205
|
-
error_code: 'august_device_programming_delay'
|
|
129206
|
-
}
|
|
129207
128907
|
| {
|
|
129208
128908
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
129209
128909
|
message: string
|
|
@@ -129517,14 +129217,6 @@ export type Routes = {
|
|
|
129517
129217
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129518
129218
|
warning_code: 'third_party_integration_detected'
|
|
129519
129219
|
}
|
|
129520
|
-
| {
|
|
129521
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129522
|
-
message: string
|
|
129523
|
-
/** Date and time at which Seam created the warning. */
|
|
129524
|
-
created_at?: string | undefined
|
|
129525
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129526
|
-
warning_code: 'august_device_programming_delay'
|
|
129527
|
-
}
|
|
129528
129220
|
| {
|
|
129529
129221
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129530
129222
|
message: string
|