@seamapi/types 1.418.0 → 1.419.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 +134 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +252 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js +41 -7
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +12 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/openapi.d.ts +92 -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 +105 -0
- package/package.json +2 -2
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +45 -15
- package/src/lib/seam/connect/models/devices/device.ts +13 -0
- package/src/lib/seam/connect/openapi.ts +88 -0
- package/src/lib/seam/connect/route-types.ts +120 -0
|
@@ -26826,6 +26826,14 @@ export interface Routes {
|
|
|
26826
26826
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26827
26827
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
26828
26828
|
}
|
|
26829
|
+
| {
|
|
26830
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26831
|
+
message: string
|
|
26832
|
+
/** Date and time at which Seam created the warning. */
|
|
26833
|
+
created_at: string
|
|
26834
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26835
|
+
warning_code: 'power_saving_mode'
|
|
26836
|
+
}
|
|
26829
26837
|
| {
|
|
26830
26838
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26831
26839
|
message: string
|
|
@@ -28361,6 +28369,14 @@ export interface Routes {
|
|
|
28361
28369
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28362
28370
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
28363
28371
|
}
|
|
28372
|
+
| {
|
|
28373
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28374
|
+
message: string
|
|
28375
|
+
/** Date and time at which Seam created the warning. */
|
|
28376
|
+
created_at: string
|
|
28377
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28378
|
+
warning_code: 'power_saving_mode'
|
|
28379
|
+
}
|
|
28364
28380
|
| {
|
|
28365
28381
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28366
28382
|
message: string
|
|
@@ -28909,6 +28925,14 @@ export interface Routes {
|
|
|
28909
28925
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28910
28926
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
28911
28927
|
}
|
|
28928
|
+
| {
|
|
28929
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28930
|
+
message: string
|
|
28931
|
+
/** Date and time at which Seam created the warning. */
|
|
28932
|
+
created_at: string
|
|
28933
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28934
|
+
warning_code: 'power_saving_mode'
|
|
28935
|
+
}
|
|
28912
28936
|
| {
|
|
28913
28937
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28914
28938
|
message: string
|
|
@@ -29575,6 +29599,14 @@ export interface Routes {
|
|
|
29575
29599
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29576
29600
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
29577
29601
|
}
|
|
29602
|
+
| {
|
|
29603
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29604
|
+
message: string
|
|
29605
|
+
/** Date and time at which Seam created the warning. */
|
|
29606
|
+
created_at: string
|
|
29607
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29608
|
+
warning_code: 'power_saving_mode'
|
|
29609
|
+
}
|
|
29578
29610
|
| {
|
|
29579
29611
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29580
29612
|
message: string
|
|
@@ -34252,6 +34284,14 @@ export interface Routes {
|
|
|
34252
34284
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34253
34285
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
34254
34286
|
}
|
|
34287
|
+
| {
|
|
34288
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34289
|
+
message: string
|
|
34290
|
+
/** Date and time at which Seam created the warning. */
|
|
34291
|
+
created_at: string
|
|
34292
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34293
|
+
warning_code: 'power_saving_mode'
|
|
34294
|
+
}
|
|
34255
34295
|
| {
|
|
34256
34296
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34257
34297
|
message: string
|
|
@@ -35589,6 +35629,14 @@ export interface Routes {
|
|
|
35589
35629
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35590
35630
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
35591
35631
|
}
|
|
35632
|
+
| {
|
|
35633
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35634
|
+
message: string
|
|
35635
|
+
/** Date and time at which Seam created the warning. */
|
|
35636
|
+
created_at: string
|
|
35637
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35638
|
+
warning_code: 'power_saving_mode'
|
|
35639
|
+
}
|
|
35592
35640
|
| {
|
|
35593
35641
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35594
35642
|
message: string
|
|
@@ -37089,6 +37137,14 @@ export interface Routes {
|
|
|
37089
37137
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37090
37138
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
37091
37139
|
}
|
|
37140
|
+
| {
|
|
37141
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37142
|
+
message: string
|
|
37143
|
+
/** Date and time at which Seam created the warning. */
|
|
37144
|
+
created_at: string
|
|
37145
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37146
|
+
warning_code: 'power_saving_mode'
|
|
37147
|
+
}
|
|
37092
37148
|
| {
|
|
37093
37149
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37094
37150
|
message: string
|
|
@@ -38425,6 +38481,14 @@ export interface Routes {
|
|
|
38425
38481
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38426
38482
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
38427
38483
|
}
|
|
38484
|
+
| {
|
|
38485
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38486
|
+
message: string
|
|
38487
|
+
/** Date and time at which Seam created the warning. */
|
|
38488
|
+
created_at: string
|
|
38489
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38490
|
+
warning_code: 'power_saving_mode'
|
|
38491
|
+
}
|
|
38428
38492
|
| {
|
|
38429
38493
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38430
38494
|
message: string
|
|
@@ -45885,6 +45949,14 @@ export interface Routes {
|
|
|
45885
45949
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45886
45950
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
45887
45951
|
}
|
|
45952
|
+
| {
|
|
45953
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45954
|
+
message: string
|
|
45955
|
+
/** Date and time at which Seam created the warning. */
|
|
45956
|
+
created_at: string
|
|
45957
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45958
|
+
warning_code: 'power_saving_mode'
|
|
45959
|
+
}
|
|
45888
45960
|
| {
|
|
45889
45961
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45890
45962
|
message: string
|
|
@@ -47221,6 +47293,14 @@ export interface Routes {
|
|
|
47221
47293
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47222
47294
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
47223
47295
|
}
|
|
47296
|
+
| {
|
|
47297
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47298
|
+
message: string
|
|
47299
|
+
/** Date and time at which Seam created the warning. */
|
|
47300
|
+
created_at: string
|
|
47301
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47302
|
+
warning_code: 'power_saving_mode'
|
|
47303
|
+
}
|
|
47224
47304
|
| {
|
|
47225
47305
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47226
47306
|
message: string
|
|
@@ -59163,6 +59243,14 @@ export interface Routes {
|
|
|
59163
59243
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59164
59244
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
59165
59245
|
}
|
|
59246
|
+
| {
|
|
59247
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
59248
|
+
message: string
|
|
59249
|
+
/** Date and time at which Seam created the warning. */
|
|
59250
|
+
created_at: string
|
|
59251
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
59252
|
+
warning_code: 'power_saving_mode'
|
|
59253
|
+
}
|
|
59166
59254
|
| {
|
|
59167
59255
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
59168
59256
|
message: string
|
|
@@ -63619,6 +63707,14 @@ export interface Routes {
|
|
|
63619
63707
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63620
63708
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
63621
63709
|
}
|
|
63710
|
+
| {
|
|
63711
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63712
|
+
message: string
|
|
63713
|
+
/** Date and time at which Seam created the warning. */
|
|
63714
|
+
created_at: string
|
|
63715
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63716
|
+
warning_code: 'power_saving_mode'
|
|
63717
|
+
}
|
|
63622
63718
|
| {
|
|
63623
63719
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63624
63720
|
message: string
|
|
@@ -64955,6 +65051,14 @@ export interface Routes {
|
|
|
64955
65051
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64956
65052
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
64957
65053
|
}
|
|
65054
|
+
| {
|
|
65055
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
65056
|
+
message: string
|
|
65057
|
+
/** Date and time at which Seam created the warning. */
|
|
65058
|
+
created_at: string
|
|
65059
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65060
|
+
warning_code: 'power_saving_mode'
|
|
65061
|
+
}
|
|
64958
65062
|
| {
|
|
64959
65063
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64960
65064
|
message: string
|
|
@@ -73731,6 +73835,14 @@ export interface Routes {
|
|
|
73731
73835
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
73732
73836
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
73733
73837
|
}
|
|
73838
|
+
| {
|
|
73839
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
73840
|
+
message: string
|
|
73841
|
+
/** Date and time at which Seam created the warning. */
|
|
73842
|
+
created_at: string
|
|
73843
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
73844
|
+
warning_code: 'power_saving_mode'
|
|
73845
|
+
}
|
|
73734
73846
|
| {
|
|
73735
73847
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
73736
73848
|
message: string
|
|
@@ -75069,6 +75181,14 @@ export interface Routes {
|
|
|
75069
75181
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75070
75182
|
warning_code: 'ttlock_weak_gateway_signal'
|
|
75071
75183
|
}
|
|
75184
|
+
| {
|
|
75185
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75186
|
+
message: string
|
|
75187
|
+
/** Date and time at which Seam created the warning. */
|
|
75188
|
+
created_at: string
|
|
75189
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75190
|
+
warning_code: 'power_saving_mode'
|
|
75191
|
+
}
|
|
75072
75192
|
| {
|
|
75073
75193
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75074
75194
|
message: string
|