@seamapi/types 1.411.1 → 1.412.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 +87 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +264 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +26 -0
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +26 -0
- package/lib/seam/connect/models/devices/device.d.ts +87 -0
- package/lib/seam/connect/models/devices/device.js +9 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +26 -0
- package/lib/seam/connect/openapi.js +80 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +144 -0
- package/package.json +2 -2
- package/src/lib/seam/connect/models/devices/device.ts +10 -0
- package/src/lib/seam/connect/openapi.ts +88 -0
- package/src/lib/seam/connect/route-types.ts +168 -0
|
@@ -1703,6 +1703,13 @@ export interface Routes {
|
|
|
1703
1703
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1704
1704
|
error_code: 'subscription_required'
|
|
1705
1705
|
}
|
|
1706
|
+
| {
|
|
1707
|
+
message: string
|
|
1708
|
+
is_device_error: true
|
|
1709
|
+
created_at: string
|
|
1710
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1711
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
1712
|
+
}
|
|
1706
1713
|
| {
|
|
1707
1714
|
/** Date and time at which Seam created the error. */
|
|
1708
1715
|
created_at: string
|
|
@@ -2253,6 +2260,13 @@ export interface Routes {
|
|
|
2253
2260
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2254
2261
|
error_code: 'subscription_required'
|
|
2255
2262
|
}
|
|
2263
|
+
| {
|
|
2264
|
+
message: string
|
|
2265
|
+
is_device_error: true
|
|
2266
|
+
created_at: string
|
|
2267
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2268
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
2269
|
+
}
|
|
2256
2270
|
| {
|
|
2257
2271
|
/** Date and time at which Seam created the error. */
|
|
2258
2272
|
created_at: string
|
|
@@ -4112,6 +4126,13 @@ export interface Routes {
|
|
|
4112
4126
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4113
4127
|
error_code: 'subscription_required'
|
|
4114
4128
|
}
|
|
4129
|
+
| {
|
|
4130
|
+
message: string
|
|
4131
|
+
is_device_error: true
|
|
4132
|
+
created_at: string
|
|
4133
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4134
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
4135
|
+
}
|
|
4115
4136
|
| {
|
|
4116
4137
|
/** Date and time at which Seam created the error. */
|
|
4117
4138
|
created_at: string
|
|
@@ -4643,6 +4664,13 @@ export interface Routes {
|
|
|
4643
4664
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4644
4665
|
error_code: 'subscription_required'
|
|
4645
4666
|
}
|
|
4667
|
+
| {
|
|
4668
|
+
message: string
|
|
4669
|
+
is_device_error: true
|
|
4670
|
+
created_at: string
|
|
4671
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4672
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
4673
|
+
}
|
|
4646
4674
|
| {
|
|
4647
4675
|
/** Date and time at which Seam created the error. */
|
|
4648
4676
|
created_at: string
|
|
@@ -5181,6 +5209,13 @@ export interface Routes {
|
|
|
5181
5209
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5182
5210
|
error_code: 'subscription_required'
|
|
5183
5211
|
}
|
|
5212
|
+
| {
|
|
5213
|
+
message: string
|
|
5214
|
+
is_device_error: true
|
|
5215
|
+
created_at: string
|
|
5216
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5217
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
5218
|
+
}
|
|
5184
5219
|
| {
|
|
5185
5220
|
/** Date and time at which Seam created the error. */
|
|
5186
5221
|
created_at: string
|
|
@@ -5697,6 +5732,13 @@ export interface Routes {
|
|
|
5697
5732
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5698
5733
|
error_code: 'subscription_required'
|
|
5699
5734
|
}
|
|
5735
|
+
| {
|
|
5736
|
+
message: string
|
|
5737
|
+
is_device_error: true
|
|
5738
|
+
created_at: string
|
|
5739
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5740
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
5741
|
+
}
|
|
5700
5742
|
| {
|
|
5701
5743
|
/** Date and time at which Seam created the error. */
|
|
5702
5744
|
created_at: string
|
|
@@ -6246,6 +6288,13 @@ export interface Routes {
|
|
|
6246
6288
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6247
6289
|
error_code: 'subscription_required'
|
|
6248
6290
|
}
|
|
6291
|
+
| {
|
|
6292
|
+
message: string
|
|
6293
|
+
is_device_error: true
|
|
6294
|
+
created_at: string
|
|
6295
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6296
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
6297
|
+
}
|
|
6249
6298
|
| {
|
|
6250
6299
|
/** Date and time at which Seam created the error. */
|
|
6251
6300
|
created_at: string
|
|
@@ -8092,6 +8141,13 @@ export interface Routes {
|
|
|
8092
8141
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8093
8142
|
error_code: 'subscription_required'
|
|
8094
8143
|
}
|
|
8144
|
+
| {
|
|
8145
|
+
message: string
|
|
8146
|
+
is_device_error: true
|
|
8147
|
+
created_at: string
|
|
8148
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8149
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
8150
|
+
}
|
|
8095
8151
|
| {
|
|
8096
8152
|
/** Date and time at which Seam created the error. */
|
|
8097
8153
|
created_at: string
|
|
@@ -8598,6 +8654,13 @@ export interface Routes {
|
|
|
8598
8654
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8599
8655
|
error_code: 'subscription_required'
|
|
8600
8656
|
}
|
|
8657
|
+
| {
|
|
8658
|
+
message: string
|
|
8659
|
+
is_device_error: true
|
|
8660
|
+
created_at: string
|
|
8661
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8662
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
8663
|
+
}
|
|
8601
8664
|
| {
|
|
8602
8665
|
/** Date and time at which Seam created the error. */
|
|
8603
8666
|
created_at: string
|
|
@@ -24119,6 +24182,13 @@ export interface Routes {
|
|
|
24119
24182
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
24120
24183
|
error_code: 'subscription_required'
|
|
24121
24184
|
}
|
|
24185
|
+
| {
|
|
24186
|
+
message: string
|
|
24187
|
+
is_device_error: true
|
|
24188
|
+
created_at: string
|
|
24189
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
24190
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
24191
|
+
}
|
|
24122
24192
|
| {
|
|
24123
24193
|
/** Date and time at which Seam created the error. */
|
|
24124
24194
|
created_at: string
|
|
@@ -25756,6 +25826,13 @@ export interface Routes {
|
|
|
25756
25826
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
25757
25827
|
error_code: 'subscription_required'
|
|
25758
25828
|
}
|
|
25829
|
+
| {
|
|
25830
|
+
message: string
|
|
25831
|
+
is_device_error: true
|
|
25832
|
+
created_at: string
|
|
25833
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
25834
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
25835
|
+
}
|
|
25759
25836
|
| {
|
|
25760
25837
|
/** Date and time at which Seam created the error. */
|
|
25761
25838
|
created_at: string
|
|
@@ -26219,6 +26296,13 @@ export interface Routes {
|
|
|
26219
26296
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
26220
26297
|
error_code: 'subscription_required'
|
|
26221
26298
|
}
|
|
26299
|
+
| {
|
|
26300
|
+
message: string
|
|
26301
|
+
is_device_error: true
|
|
26302
|
+
created_at: string
|
|
26303
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
26304
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
26305
|
+
}
|
|
26222
26306
|
| {
|
|
26223
26307
|
/** Date and time at which Seam created the error. */
|
|
26224
26308
|
created_at: string
|
|
@@ -26800,6 +26884,13 @@ export interface Routes {
|
|
|
26800
26884
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
26801
26885
|
error_code: 'subscription_required'
|
|
26802
26886
|
}
|
|
26887
|
+
| {
|
|
26888
|
+
message: string
|
|
26889
|
+
is_device_error: true
|
|
26890
|
+
created_at: string
|
|
26891
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
26892
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
26893
|
+
}
|
|
26803
26894
|
| {
|
|
26804
26895
|
/** Date and time at which Seam created the error. */
|
|
26805
26896
|
created_at: string
|
|
@@ -31579,6 +31670,13 @@ export interface Routes {
|
|
|
31579
31670
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
31580
31671
|
error_code: 'subscription_required'
|
|
31581
31672
|
}
|
|
31673
|
+
| {
|
|
31674
|
+
message: string
|
|
31675
|
+
is_device_error: true
|
|
31676
|
+
created_at: string
|
|
31677
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
31678
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
31679
|
+
}
|
|
31582
31680
|
| {
|
|
31583
31681
|
/** Date and time at which Seam created the error. */
|
|
31584
31682
|
created_at: string
|
|
@@ -33018,6 +33116,13 @@ export interface Routes {
|
|
|
33018
33116
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
33019
33117
|
error_code: 'subscription_required'
|
|
33020
33118
|
}
|
|
33119
|
+
| {
|
|
33120
|
+
message: string
|
|
33121
|
+
is_device_error: true
|
|
33122
|
+
created_at: string
|
|
33123
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
33124
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
33125
|
+
}
|
|
33021
33126
|
| {
|
|
33022
33127
|
/** Date and time at which Seam created the error. */
|
|
33023
33128
|
created_at: string
|
|
@@ -34620,6 +34725,13 @@ export interface Routes {
|
|
|
34620
34725
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
34621
34726
|
error_code: 'subscription_required'
|
|
34622
34727
|
}
|
|
34728
|
+
| {
|
|
34729
|
+
message: string
|
|
34730
|
+
is_device_error: true
|
|
34731
|
+
created_at: string
|
|
34732
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
34733
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
34734
|
+
}
|
|
34623
34735
|
| {
|
|
34624
34736
|
/** Date and time at which Seam created the error. */
|
|
34625
34737
|
created_at: string
|
|
@@ -36058,6 +36170,13 @@ export interface Routes {
|
|
|
36058
36170
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36059
36171
|
error_code: 'subscription_required'
|
|
36060
36172
|
}
|
|
36173
|
+
| {
|
|
36174
|
+
message: string
|
|
36175
|
+
is_device_error: true
|
|
36176
|
+
created_at: string
|
|
36177
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36178
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
36179
|
+
}
|
|
36061
36180
|
| {
|
|
36062
36181
|
/** Date and time at which Seam created the error. */
|
|
36063
36182
|
created_at: string
|
|
@@ -42832,6 +42951,13 @@ export interface Routes {
|
|
|
42832
42951
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
42833
42952
|
error_code: 'subscription_required'
|
|
42834
42953
|
}
|
|
42954
|
+
| {
|
|
42955
|
+
message: string
|
|
42956
|
+
is_device_error: true
|
|
42957
|
+
created_at: string
|
|
42958
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
42959
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
42960
|
+
}
|
|
42835
42961
|
| {
|
|
42836
42962
|
/** Date and time at which Seam created the error. */
|
|
42837
42963
|
created_at: string
|
|
@@ -44270,6 +44396,13 @@ export interface Routes {
|
|
|
44270
44396
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44271
44397
|
error_code: 'subscription_required'
|
|
44272
44398
|
}
|
|
44399
|
+
| {
|
|
44400
|
+
message: string
|
|
44401
|
+
is_device_error: true
|
|
44402
|
+
created_at: string
|
|
44403
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44404
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
44405
|
+
}
|
|
44273
44406
|
| {
|
|
44274
44407
|
/** Date and time at which Seam created the error. */
|
|
44275
44408
|
created_at: string
|
|
@@ -54965,6 +55098,13 @@ export interface Routes {
|
|
|
54965
55098
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54966
55099
|
error_code: 'subscription_required'
|
|
54967
55100
|
}
|
|
55101
|
+
| {
|
|
55102
|
+
message: string
|
|
55103
|
+
is_device_error: true
|
|
55104
|
+
created_at: string
|
|
55105
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
55106
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
55107
|
+
}
|
|
54968
55108
|
| {
|
|
54969
55109
|
/** Date and time at which Seam created the error. */
|
|
54970
55110
|
created_at: string
|
|
@@ -59129,6 +59269,13 @@ export interface Routes {
|
|
|
59129
59269
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
59130
59270
|
error_code: 'subscription_required'
|
|
59131
59271
|
}
|
|
59272
|
+
| {
|
|
59273
|
+
message: string
|
|
59274
|
+
is_device_error: true
|
|
59275
|
+
created_at: string
|
|
59276
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
59277
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
59278
|
+
}
|
|
59132
59279
|
| {
|
|
59133
59280
|
/** Date and time at which Seam created the error. */
|
|
59134
59281
|
created_at: string
|
|
@@ -60567,6 +60714,13 @@ export interface Routes {
|
|
|
60567
60714
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60568
60715
|
error_code: 'subscription_required'
|
|
60569
60716
|
}
|
|
60717
|
+
| {
|
|
60718
|
+
message: string
|
|
60719
|
+
is_device_error: true
|
|
60720
|
+
created_at: string
|
|
60721
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60722
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
60723
|
+
}
|
|
60570
60724
|
| {
|
|
60571
60725
|
/** Date and time at which Seam created the error. */
|
|
60572
60726
|
created_at: string
|
|
@@ -68526,6 +68680,13 @@ export interface Routes {
|
|
|
68526
68680
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68527
68681
|
error_code: 'subscription_required'
|
|
68528
68682
|
}
|
|
68683
|
+
| {
|
|
68684
|
+
message: string
|
|
68685
|
+
is_device_error: true
|
|
68686
|
+
created_at: string
|
|
68687
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68688
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
68689
|
+
}
|
|
68529
68690
|
| {
|
|
68530
68691
|
/** Date and time at which Seam created the error. */
|
|
68531
68692
|
created_at: string
|
|
@@ -69966,6 +70127,13 @@ export interface Routes {
|
|
|
69966
70127
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
69967
70128
|
error_code: 'subscription_required'
|
|
69968
70129
|
}
|
|
70130
|
+
| {
|
|
70131
|
+
message: string
|
|
70132
|
+
is_device_error: true
|
|
70133
|
+
created_at: string
|
|
70134
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70135
|
+
error_code: 'lockly_missing_wifi_bridge'
|
|
70136
|
+
}
|
|
69969
70137
|
| {
|
|
69970
70138
|
/** Date and time at which Seam created the error. */
|
|
69971
70139
|
created_at: string
|