@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
|
@@ -1595,15 +1595,6 @@ export type Routes = {
|
|
|
1595
1595
|
created_at?: string | undefined;
|
|
1596
1596
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1597
1597
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
1598
|
-
} | {
|
|
1599
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1600
|
-
message: string;
|
|
1601
|
-
/** Indicates that this is an access code error. */
|
|
1602
|
-
is_access_code_error: true;
|
|
1603
|
-
/** Date and time at which Seam created the error. */
|
|
1604
|
-
created_at?: string | undefined;
|
|
1605
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1606
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
1607
1598
|
} | {
|
|
1608
1599
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1609
1600
|
message: string;
|
|
@@ -1689,15 +1680,6 @@ export type Routes = {
|
|
|
1689
1680
|
created_at?: string | undefined;
|
|
1690
1681
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1691
1682
|
error_code: 'august_lock_invalid_code_length';
|
|
1692
|
-
} | {
|
|
1693
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1694
|
-
message: string;
|
|
1695
|
-
/** Indicates that this is an access code error. */
|
|
1696
|
-
is_access_code_error: true;
|
|
1697
|
-
/** Date and time at which Seam created the error. */
|
|
1698
|
-
created_at?: string | undefined;
|
|
1699
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1700
|
-
error_code: 'august_device_programming_delay';
|
|
1701
1683
|
} | {
|
|
1702
1684
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1703
1685
|
message: string;
|
|
@@ -1978,13 +1960,6 @@ export type Routes = {
|
|
|
1978
1960
|
created_at?: string | undefined;
|
|
1979
1961
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1980
1962
|
warning_code: 'third_party_integration_detected';
|
|
1981
|
-
} | {
|
|
1982
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1983
|
-
message: string;
|
|
1984
|
-
/** Date and time at which Seam created the warning. */
|
|
1985
|
-
created_at?: string | undefined;
|
|
1986
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1987
|
-
warning_code: 'august_device_programming_delay';
|
|
1988
1963
|
} | {
|
|
1989
1964
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1990
1965
|
message: string;
|
|
@@ -2236,15 +2211,6 @@ export type Routes = {
|
|
|
2236
2211
|
created_at?: string | undefined;
|
|
2237
2212
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2238
2213
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
2239
|
-
} | {
|
|
2240
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2241
|
-
message: string;
|
|
2242
|
-
/** Indicates that this is an access code error. */
|
|
2243
|
-
is_access_code_error: true;
|
|
2244
|
-
/** Date and time at which Seam created the error. */
|
|
2245
|
-
created_at?: string | undefined;
|
|
2246
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2247
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
2248
2214
|
} | {
|
|
2249
2215
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2250
2216
|
message: string;
|
|
@@ -2330,15 +2296,6 @@ export type Routes = {
|
|
|
2330
2296
|
created_at?: string | undefined;
|
|
2331
2297
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2332
2298
|
error_code: 'august_lock_invalid_code_length';
|
|
2333
|
-
} | {
|
|
2334
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2335
|
-
message: string;
|
|
2336
|
-
/** Indicates that this is an access code error. */
|
|
2337
|
-
is_access_code_error: true;
|
|
2338
|
-
/** Date and time at which Seam created the error. */
|
|
2339
|
-
created_at?: string | undefined;
|
|
2340
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2341
|
-
error_code: 'august_device_programming_delay';
|
|
2342
2299
|
} | {
|
|
2343
2300
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2344
2301
|
message: string;
|
|
@@ -2619,13 +2576,6 @@ export type Routes = {
|
|
|
2619
2576
|
created_at?: string | undefined;
|
|
2620
2577
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2621
2578
|
warning_code: 'third_party_integration_detected';
|
|
2622
|
-
} | {
|
|
2623
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2624
|
-
message: string;
|
|
2625
|
-
/** Date and time at which Seam created the warning. */
|
|
2626
|
-
created_at?: string | undefined;
|
|
2627
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2628
|
-
warning_code: 'august_device_programming_delay';
|
|
2629
2579
|
} | {
|
|
2630
2580
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2631
2581
|
message: string;
|
|
@@ -4397,15 +4347,6 @@ export type Routes = {
|
|
|
4397
4347
|
created_at?: string | undefined;
|
|
4398
4348
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4399
4349
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
4400
|
-
} | {
|
|
4401
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4402
|
-
message: string;
|
|
4403
|
-
/** Indicates that this is an access code error. */
|
|
4404
|
-
is_access_code_error: true;
|
|
4405
|
-
/** Date and time at which Seam created the error. */
|
|
4406
|
-
created_at?: string | undefined;
|
|
4407
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4408
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
4409
4350
|
} | {
|
|
4410
4351
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4411
4352
|
message: string;
|
|
@@ -4491,15 +4432,6 @@ export type Routes = {
|
|
|
4491
4432
|
created_at?: string | undefined;
|
|
4492
4433
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4493
4434
|
error_code: 'august_lock_invalid_code_length';
|
|
4494
|
-
} | {
|
|
4495
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4496
|
-
message: string;
|
|
4497
|
-
/** Indicates that this is an access code error. */
|
|
4498
|
-
is_access_code_error: true;
|
|
4499
|
-
/** Date and time at which Seam created the error. */
|
|
4500
|
-
created_at?: string | undefined;
|
|
4501
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4502
|
-
error_code: 'august_device_programming_delay';
|
|
4503
4435
|
} | {
|
|
4504
4436
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4505
4437
|
message: string;
|
|
@@ -4780,13 +4712,6 @@ export type Routes = {
|
|
|
4780
4712
|
created_at?: string | undefined;
|
|
4781
4713
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4782
4714
|
warning_code: 'third_party_integration_detected';
|
|
4783
|
-
} | {
|
|
4784
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4785
|
-
message: string;
|
|
4786
|
-
/** Date and time at which Seam created the warning. */
|
|
4787
|
-
created_at?: string | undefined;
|
|
4788
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4789
|
-
warning_code: 'august_device_programming_delay';
|
|
4790
4715
|
} | {
|
|
4791
4716
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4792
4717
|
message: string;
|
|
@@ -5084,15 +5009,6 @@ export type Routes = {
|
|
|
5084
5009
|
created_at?: string | undefined;
|
|
5085
5010
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5086
5011
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
5087
|
-
} | {
|
|
5088
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5089
|
-
message: string;
|
|
5090
|
-
/** Indicates that this is an access code error. */
|
|
5091
|
-
is_access_code_error: true;
|
|
5092
|
-
/** Date and time at which Seam created the error. */
|
|
5093
|
-
created_at?: string | undefined;
|
|
5094
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5095
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
5096
5012
|
} | {
|
|
5097
5013
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5098
5014
|
message: string;
|
|
@@ -5178,15 +5094,6 @@ export type Routes = {
|
|
|
5178
5094
|
created_at?: string | undefined;
|
|
5179
5095
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5180
5096
|
error_code: 'august_lock_invalid_code_length';
|
|
5181
|
-
} | {
|
|
5182
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5183
|
-
message: string;
|
|
5184
|
-
/** Indicates that this is an access code error. */
|
|
5185
|
-
is_access_code_error: true;
|
|
5186
|
-
/** Date and time at which Seam created the error. */
|
|
5187
|
-
created_at?: string | undefined;
|
|
5188
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5189
|
-
error_code: 'august_device_programming_delay';
|
|
5190
5097
|
} | {
|
|
5191
5098
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5192
5099
|
message: string;
|
|
@@ -5467,13 +5374,6 @@ export type Routes = {
|
|
|
5467
5374
|
created_at?: string | undefined;
|
|
5468
5375
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5469
5376
|
warning_code: 'third_party_integration_detected';
|
|
5470
|
-
} | {
|
|
5471
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5472
|
-
message: string;
|
|
5473
|
-
/** Date and time at which Seam created the warning. */
|
|
5474
|
-
created_at?: string | undefined;
|
|
5475
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5476
|
-
warning_code: 'august_device_programming_delay';
|
|
5477
5377
|
} | {
|
|
5478
5378
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5479
5379
|
message: string;
|
|
@@ -5714,15 +5614,6 @@ export type Routes = {
|
|
|
5714
5614
|
created_at?: string | undefined;
|
|
5715
5615
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5716
5616
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
5717
|
-
} | {
|
|
5718
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5719
|
-
message: string;
|
|
5720
|
-
/** Indicates that this is an access code error. */
|
|
5721
|
-
is_access_code_error: true;
|
|
5722
|
-
/** Date and time at which Seam created the error. */
|
|
5723
|
-
created_at?: string | undefined;
|
|
5724
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5725
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
5726
5617
|
} | {
|
|
5727
5618
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5728
5619
|
message: string;
|
|
@@ -5808,15 +5699,6 @@ export type Routes = {
|
|
|
5808
5699
|
created_at?: string | undefined;
|
|
5809
5700
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5810
5701
|
error_code: 'august_lock_invalid_code_length';
|
|
5811
|
-
} | {
|
|
5812
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5813
|
-
message: string;
|
|
5814
|
-
/** Indicates that this is an access code error. */
|
|
5815
|
-
is_access_code_error: true;
|
|
5816
|
-
/** Date and time at which Seam created the error. */
|
|
5817
|
-
created_at?: string | undefined;
|
|
5818
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5819
|
-
error_code: 'august_device_programming_delay';
|
|
5820
5702
|
} | {
|
|
5821
5703
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5822
5704
|
message: string;
|
|
@@ -6097,13 +5979,6 @@ export type Routes = {
|
|
|
6097
5979
|
created_at?: string | undefined;
|
|
6098
5980
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6099
5981
|
warning_code: 'third_party_integration_detected';
|
|
6100
|
-
} | {
|
|
6101
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6102
|
-
message: string;
|
|
6103
|
-
/** Date and time at which Seam created the warning. */
|
|
6104
|
-
created_at?: string | undefined;
|
|
6105
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6106
|
-
warning_code: 'august_device_programming_delay';
|
|
6107
5982
|
} | {
|
|
6108
5983
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6109
5984
|
message: string;
|
|
@@ -6321,15 +6196,6 @@ export type Routes = {
|
|
|
6321
6196
|
created_at?: string | undefined;
|
|
6322
6197
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6323
6198
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
6324
|
-
} | {
|
|
6325
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6326
|
-
message: string;
|
|
6327
|
-
/** Indicates that this is an access code error. */
|
|
6328
|
-
is_access_code_error: true;
|
|
6329
|
-
/** Date and time at which Seam created the error. */
|
|
6330
|
-
created_at?: string | undefined;
|
|
6331
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6332
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
6333
6199
|
} | {
|
|
6334
6200
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6335
6201
|
message: string;
|
|
@@ -6415,15 +6281,6 @@ export type Routes = {
|
|
|
6415
6281
|
created_at?: string | undefined;
|
|
6416
6282
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6417
6283
|
error_code: 'august_lock_invalid_code_length';
|
|
6418
|
-
} | {
|
|
6419
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6420
|
-
message: string;
|
|
6421
|
-
/** Indicates that this is an access code error. */
|
|
6422
|
-
is_access_code_error: true;
|
|
6423
|
-
/** Date and time at which Seam created the error. */
|
|
6424
|
-
created_at?: string | undefined;
|
|
6425
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6426
|
-
error_code: 'august_device_programming_delay';
|
|
6427
6284
|
} | {
|
|
6428
6285
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6429
6286
|
message: string;
|
|
@@ -6704,13 +6561,6 @@ export type Routes = {
|
|
|
6704
6561
|
created_at?: string | undefined;
|
|
6705
6562
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6706
6563
|
warning_code: 'third_party_integration_detected';
|
|
6707
|
-
} | {
|
|
6708
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6709
|
-
message: string;
|
|
6710
|
-
/** Date and time at which Seam created the warning. */
|
|
6711
|
-
created_at?: string | undefined;
|
|
6712
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6713
|
-
warning_code: 'august_device_programming_delay';
|
|
6714
6564
|
} | {
|
|
6715
6565
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6716
6566
|
message: string;
|
|
@@ -6963,15 +6813,6 @@ export type Routes = {
|
|
|
6963
6813
|
created_at?: string | undefined;
|
|
6964
6814
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6965
6815
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
6966
|
-
} | {
|
|
6967
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6968
|
-
message: string;
|
|
6969
|
-
/** Indicates that this is an access code error. */
|
|
6970
|
-
is_access_code_error: true;
|
|
6971
|
-
/** Date and time at which Seam created the error. */
|
|
6972
|
-
created_at?: string | undefined;
|
|
6973
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6974
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
6975
6816
|
} | {
|
|
6976
6817
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6977
6818
|
message: string;
|
|
@@ -7057,15 +6898,6 @@ export type Routes = {
|
|
|
7057
6898
|
created_at?: string | undefined;
|
|
7058
6899
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7059
6900
|
error_code: 'august_lock_invalid_code_length';
|
|
7060
|
-
} | {
|
|
7061
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7062
|
-
message: string;
|
|
7063
|
-
/** Indicates that this is an access code error. */
|
|
7064
|
-
is_access_code_error: true;
|
|
7065
|
-
/** Date and time at which Seam created the error. */
|
|
7066
|
-
created_at?: string | undefined;
|
|
7067
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7068
|
-
error_code: 'august_device_programming_delay';
|
|
7069
6901
|
} | {
|
|
7070
6902
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7071
6903
|
message: string;
|
|
@@ -7346,13 +7178,6 @@ export type Routes = {
|
|
|
7346
7178
|
created_at?: string | undefined;
|
|
7347
7179
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7348
7180
|
warning_code: 'third_party_integration_detected';
|
|
7349
|
-
} | {
|
|
7350
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7351
|
-
message: string;
|
|
7352
|
-
/** Date and time at which Seam created the warning. */
|
|
7353
|
-
created_at?: string | undefined;
|
|
7354
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7355
|
-
warning_code: 'august_device_programming_delay';
|
|
7356
7181
|
} | {
|
|
7357
7182
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7358
7183
|
message: string;
|
|
@@ -9035,15 +8860,6 @@ export type Routes = {
|
|
|
9035
8860
|
created_at?: string | undefined;
|
|
9036
8861
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9037
8862
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
9038
|
-
} | {
|
|
9039
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9040
|
-
message: string;
|
|
9041
|
-
/** Indicates that this is an access code error. */
|
|
9042
|
-
is_access_code_error: true;
|
|
9043
|
-
/** Date and time at which Seam created the error. */
|
|
9044
|
-
created_at?: string | undefined;
|
|
9045
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9046
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
9047
8863
|
} | {
|
|
9048
8864
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9049
8865
|
message: string;
|
|
@@ -9129,15 +8945,6 @@ export type Routes = {
|
|
|
9129
8945
|
created_at?: string | undefined;
|
|
9130
8946
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9131
8947
|
error_code: 'august_lock_invalid_code_length';
|
|
9132
|
-
} | {
|
|
9133
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9134
|
-
message: string;
|
|
9135
|
-
/** Indicates that this is an access code error. */
|
|
9136
|
-
is_access_code_error: true;
|
|
9137
|
-
/** Date and time at which Seam created the error. */
|
|
9138
|
-
created_at?: string | undefined;
|
|
9139
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9140
|
-
error_code: 'august_device_programming_delay';
|
|
9141
8948
|
} | {
|
|
9142
8949
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9143
8950
|
message: string;
|
|
@@ -9418,13 +9225,6 @@ export type Routes = {
|
|
|
9418
9225
|
created_at?: string | undefined;
|
|
9419
9226
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9420
9227
|
warning_code: 'third_party_integration_detected';
|
|
9421
|
-
} | {
|
|
9422
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9423
|
-
message: string;
|
|
9424
|
-
/** Date and time at which Seam created the warning. */
|
|
9425
|
-
created_at?: string | undefined;
|
|
9426
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9427
|
-
warning_code: 'august_device_programming_delay';
|
|
9428
9228
|
} | {
|
|
9429
9229
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9430
9230
|
message: string;
|
|
@@ -9563,15 +9363,6 @@ export type Routes = {
|
|
|
9563
9363
|
created_at?: string | undefined;
|
|
9564
9364
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9565
9365
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
9566
|
-
} | {
|
|
9567
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9568
|
-
message: string;
|
|
9569
|
-
/** Indicates that this is an access code error. */
|
|
9570
|
-
is_access_code_error: true;
|
|
9571
|
-
/** Date and time at which Seam created the error. */
|
|
9572
|
-
created_at?: string | undefined;
|
|
9573
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9574
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
9575
9366
|
} | {
|
|
9576
9367
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9577
9368
|
message: string;
|
|
@@ -9657,15 +9448,6 @@ export type Routes = {
|
|
|
9657
9448
|
created_at?: string | undefined;
|
|
9658
9449
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9659
9450
|
error_code: 'august_lock_invalid_code_length';
|
|
9660
|
-
} | {
|
|
9661
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9662
|
-
message: string;
|
|
9663
|
-
/** Indicates that this is an access code error. */
|
|
9664
|
-
is_access_code_error: true;
|
|
9665
|
-
/** Date and time at which Seam created the error. */
|
|
9666
|
-
created_at?: string | undefined;
|
|
9667
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9668
|
-
error_code: 'august_device_programming_delay';
|
|
9669
9451
|
} | {
|
|
9670
9452
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9671
9453
|
message: string;
|
|
@@ -9946,13 +9728,6 @@ export type Routes = {
|
|
|
9946
9728
|
created_at?: string | undefined;
|
|
9947
9729
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9948
9730
|
warning_code: 'third_party_integration_detected';
|
|
9949
|
-
} | {
|
|
9950
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9951
|
-
message: string;
|
|
9952
|
-
/** Date and time at which Seam created the warning. */
|
|
9953
|
-
created_at?: string | undefined;
|
|
9954
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9955
|
-
warning_code: 'august_device_programming_delay';
|
|
9956
9731
|
} | {
|
|
9957
9732
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9958
9733
|
message: string;
|
|
@@ -107447,15 +107222,6 @@ export type Routes = {
|
|
|
107447
107222
|
created_at?: string | undefined;
|
|
107448
107223
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
107449
107224
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
107450
|
-
} | {
|
|
107451
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
107452
|
-
message: string;
|
|
107453
|
-
/** Indicates that this is an access code error. */
|
|
107454
|
-
is_access_code_error: true;
|
|
107455
|
-
/** Date and time at which Seam created the error. */
|
|
107456
|
-
created_at?: string | undefined;
|
|
107457
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
107458
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
107459
107225
|
} | {
|
|
107460
107226
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
107461
107227
|
message: string;
|
|
@@ -107541,15 +107307,6 @@ export type Routes = {
|
|
|
107541
107307
|
created_at?: string | undefined;
|
|
107542
107308
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
107543
107309
|
error_code: 'august_lock_invalid_code_length';
|
|
107544
|
-
} | {
|
|
107545
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
107546
|
-
message: string;
|
|
107547
|
-
/** Indicates that this is an access code error. */
|
|
107548
|
-
is_access_code_error: true;
|
|
107549
|
-
/** Date and time at which Seam created the error. */
|
|
107550
|
-
created_at?: string | undefined;
|
|
107551
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
107552
|
-
error_code: 'august_device_programming_delay';
|
|
107553
107310
|
} | {
|
|
107554
107311
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
107555
107312
|
message: string;
|
|
@@ -107830,13 +107587,6 @@ export type Routes = {
|
|
|
107830
107587
|
created_at?: string | undefined;
|
|
107831
107588
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107832
107589
|
warning_code: 'third_party_integration_detected';
|
|
107833
|
-
} | {
|
|
107834
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107835
|
-
message: string;
|
|
107836
|
-
/** Date and time at which Seam created the warning. */
|
|
107837
|
-
created_at?: string | undefined;
|
|
107838
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107839
|
-
warning_code: 'august_device_programming_delay';
|
|
107840
107590
|
} | {
|
|
107841
107591
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107842
107592
|
message: string;
|
|
@@ -107959,15 +107709,6 @@ export type Routes = {
|
|
|
107959
107709
|
created_at?: string | undefined;
|
|
107960
107710
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
107961
107711
|
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
107962
|
-
} | {
|
|
107963
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
107964
|
-
message: string;
|
|
107965
|
-
/** Indicates that this is an access code error. */
|
|
107966
|
-
is_access_code_error: true;
|
|
107967
|
-
/** Date and time at which Seam created the error. */
|
|
107968
|
-
created_at?: string | undefined;
|
|
107969
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
107970
|
-
error_code: 'smartthings_no_free_slots_available';
|
|
107971
107712
|
} | {
|
|
107972
107713
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
107973
107714
|
message: string;
|
|
@@ -108053,15 +107794,6 @@ export type Routes = {
|
|
|
108053
107794
|
created_at?: string | undefined;
|
|
108054
107795
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108055
107796
|
error_code: 'august_lock_invalid_code_length';
|
|
108056
|
-
} | {
|
|
108057
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108058
|
-
message: string;
|
|
108059
|
-
/** Indicates that this is an access code error. */
|
|
108060
|
-
is_access_code_error: true;
|
|
108061
|
-
/** Date and time at which Seam created the error. */
|
|
108062
|
-
created_at?: string | undefined;
|
|
108063
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108064
|
-
error_code: 'august_device_programming_delay';
|
|
108065
107797
|
} | {
|
|
108066
107798
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108067
107799
|
message: string;
|
|
@@ -108342,13 +108074,6 @@ export type Routes = {
|
|
|
108342
108074
|
created_at?: string | undefined;
|
|
108343
108075
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108344
108076
|
warning_code: 'third_party_integration_detected';
|
|
108345
|
-
} | {
|
|
108346
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
108347
|
-
message: string;
|
|
108348
|
-
/** Date and time at which Seam created the warning. */
|
|
108349
|
-
created_at?: string | undefined;
|
|
108350
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108351
|
-
warning_code: 'august_device_programming_delay';
|
|
108352
108077
|
} | {
|
|
108353
108078
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
108354
108079
|
message: string;
|
package/package.json
CHANGED
|
@@ -139,14 +139,6 @@ const august_lock_invalid_code_length = common_access_code_error
|
|
|
139
139
|
})
|
|
140
140
|
.describe('Invalid code length for August lock.')
|
|
141
141
|
|
|
142
|
-
const august_device_programming_delay_error = common_access_code_error
|
|
143
|
-
.extend({
|
|
144
|
-
error_code: z
|
|
145
|
-
.literal('august_device_programming_delay')
|
|
146
|
-
.describe(error_code_description),
|
|
147
|
-
})
|
|
148
|
-
.describe('Access code has not yet been fully moved to the device.')
|
|
149
|
-
|
|
150
142
|
const august_lock_temporarily_offline_error = common_access_code_error
|
|
151
143
|
.extend({
|
|
152
144
|
error_code: z
|
|
@@ -171,14 +163,6 @@ const salto_ks_user_not_subscribed = common_access_code_error
|
|
|
171
163
|
})
|
|
172
164
|
.describe('Salto site user is not subscribed.')
|
|
173
165
|
|
|
174
|
-
const smartthings_no_free_slots_available = common_access_code_error
|
|
175
|
-
.extend({
|
|
176
|
-
error_code: z
|
|
177
|
-
.literal('smartthings_no_free_slots_available')
|
|
178
|
-
.describe(error_code_description),
|
|
179
|
-
})
|
|
180
|
-
.describe('No free slots available on the device.')
|
|
181
|
-
|
|
182
166
|
const wyze_duplicate_code_name = common_access_code_error
|
|
183
167
|
.extend({
|
|
184
168
|
error_code: z
|
|
@@ -227,7 +211,6 @@ const access_code_error = z
|
|
|
227
211
|
.discriminatedUnion('error_code', [
|
|
228
212
|
smartthings_failed_to_set_access_code_error,
|
|
229
213
|
smartthings_failed_to_set_after_multiple_retries,
|
|
230
|
-
smartthings_no_free_slots_available,
|
|
231
214
|
failed_to_set_on_device,
|
|
232
215
|
failed_to_remove_from_device,
|
|
233
216
|
duplicate_code_on_device,
|
|
@@ -238,7 +221,6 @@ const access_code_error = z
|
|
|
238
221
|
kwikset_unable_to_confirm_deletion,
|
|
239
222
|
code_modified_external_to_seam_error,
|
|
240
223
|
august_lock_invalid_code_length,
|
|
241
|
-
august_device_programming_delay_error,
|
|
242
224
|
august_lock_missing_keypad,
|
|
243
225
|
august_lock_temporarily_offline_error,
|
|
244
226
|
salto_ks_user_not_subscribed,
|
|
@@ -260,9 +242,6 @@ const _access_code_error_map = z.object({
|
|
|
260
242
|
smartthings_failed_to_set_access_code_error.optional().nullable(),
|
|
261
243
|
smartthings_failed_to_set_after_multiple_retries:
|
|
262
244
|
smartthings_failed_to_set_after_multiple_retries.optional().nullable(),
|
|
263
|
-
smartthings_no_free_slots_available: smartthings_no_free_slots_available
|
|
264
|
-
.optional()
|
|
265
|
-
.nullable(),
|
|
266
245
|
failed_to_set_on_device: failed_to_set_on_device.optional().nullable(),
|
|
267
246
|
failed_to_remove_from_device: failed_to_remove_from_device
|
|
268
247
|
.optional()
|
|
@@ -289,9 +268,6 @@ const _access_code_error_map = z.object({
|
|
|
289
268
|
august_lock_invalid_code_length: august_lock_invalid_code_length
|
|
290
269
|
.optional()
|
|
291
270
|
.nullable(),
|
|
292
|
-
august_device_programming_delay: august_device_programming_delay_error
|
|
293
|
-
.optional()
|
|
294
|
-
.nullable(),
|
|
295
271
|
august_lock_temporarily_offline: august_lock_temporarily_offline_error
|
|
296
272
|
.optional()
|
|
297
273
|
.nullable(),
|
|
@@ -340,14 +316,6 @@ const smartthings_failed_to_set_access_code_warning = common_access_code_warning
|
|
|
340
316
|
})
|
|
341
317
|
.describe('Failed to set code on SmartThings device.')
|
|
342
318
|
|
|
343
|
-
const august_device_programming_delay_warning = common_access_code_warning
|
|
344
|
-
.extend({
|
|
345
|
-
warning_code: z
|
|
346
|
-
.literal('august_device_programming_delay')
|
|
347
|
-
.describe(warning_code_description),
|
|
348
|
-
})
|
|
349
|
-
.describe('Access code has not yet been fully moved to the device.')
|
|
350
|
-
|
|
351
319
|
const august_lock_temporarily_offline_warning = common_access_code_warning
|
|
352
320
|
.extend({
|
|
353
321
|
warning_code: z
|
|
@@ -479,7 +447,6 @@ const access_code_warning = z
|
|
|
479
447
|
delay_in_setting_on_device,
|
|
480
448
|
delay_in_removing_from_device,
|
|
481
449
|
third_party_integration_detected,
|
|
482
|
-
august_device_programming_delay_warning,
|
|
483
450
|
august_lock_temporarily_offline_warning,
|
|
484
451
|
igloo_algopin_must_be_used_within_24_hours,
|
|
485
452
|
management_transferred,
|
|
@@ -511,9 +478,6 @@ const _access_code_warning_map = z.object({
|
|
|
511
478
|
third_party_integration_detected: third_party_integration_detected
|
|
512
479
|
.optional()
|
|
513
480
|
.nullable(),
|
|
514
|
-
august_device_programming_delay: august_device_programming_delay_warning
|
|
515
|
-
.optional()
|
|
516
|
-
.nullable(),
|
|
517
481
|
august_lock_temporarily_offline: august_lock_temporarily_offline_warning
|
|
518
482
|
.optional()
|
|
519
483
|
.nullable(),
|