@seamapi/types 1.689.0 → 1.690.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 +56 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +253 -0
- package/dist/index.cjs +56 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +14 -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.js +44 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +140 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +15 -0
- package/src/lib/seam/connect/openapi.ts +52 -0
- package/src/lib/seam/connect/route-types.ts +160 -0
|
@@ -13123,6 +13123,14 @@ export type Routes = {
|
|
|
13123
13123
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13124
13124
|
warning_code: 'keynest_unsupported_locker'
|
|
13125
13125
|
}
|
|
13126
|
+
| {
|
|
13127
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13128
|
+
message: string
|
|
13129
|
+
/** Date and time at which Seam created the warning. */
|
|
13130
|
+
created_at: string
|
|
13131
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13132
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
13133
|
+
}
|
|
13126
13134
|
)[]
|
|
13127
13135
|
/** Date and time at which the device object was created. */
|
|
13128
13136
|
created_at: string
|
|
@@ -17198,6 +17206,14 @@ export type Routes = {
|
|
|
17198
17206
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17199
17207
|
warning_code: 'keynest_unsupported_locker'
|
|
17200
17208
|
}
|
|
17209
|
+
| {
|
|
17210
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17211
|
+
message: string
|
|
17212
|
+
/** Date and time at which Seam created the warning. */
|
|
17213
|
+
created_at: string
|
|
17214
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17215
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
17216
|
+
}
|
|
17201
17217
|
)[]
|
|
17202
17218
|
/** Date and time at which the device object was created. */
|
|
17203
17219
|
created_at: string
|
|
@@ -33191,6 +33207,14 @@ export type Routes = {
|
|
|
33191
33207
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33192
33208
|
warning_code: 'keynest_unsupported_locker'
|
|
33193
33209
|
}
|
|
33210
|
+
| {
|
|
33211
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33212
|
+
message: string
|
|
33213
|
+
/** Date and time at which Seam created the warning. */
|
|
33214
|
+
created_at: string
|
|
33215
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33216
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
33217
|
+
}
|
|
33194
33218
|
)[]
|
|
33195
33219
|
/** Date and time at which the device object was created. */
|
|
33196
33220
|
created_at: string
|
|
@@ -34959,6 +34983,14 @@ export type Routes = {
|
|
|
34959
34983
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34960
34984
|
warning_code: 'keynest_unsupported_locker'
|
|
34961
34985
|
}
|
|
34986
|
+
| {
|
|
34987
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34988
|
+
message: string
|
|
34989
|
+
/** Date and time at which Seam created the warning. */
|
|
34990
|
+
created_at: string
|
|
34991
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34992
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
34993
|
+
}
|
|
34962
34994
|
)[]
|
|
34963
34995
|
/** Date and time at which the device object was created. */
|
|
34964
34996
|
created_at: string
|
|
@@ -36026,6 +36058,14 @@ export type Routes = {
|
|
|
36026
36058
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36027
36059
|
warning_code: 'keynest_unsupported_locker'
|
|
36028
36060
|
}
|
|
36061
|
+
| {
|
|
36062
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36063
|
+
message: string
|
|
36064
|
+
/** Date and time at which Seam created the warning. */
|
|
36065
|
+
created_at: string
|
|
36066
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36067
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
36068
|
+
}
|
|
36029
36069
|
)[]
|
|
36030
36070
|
/** Date and time at which the device object was created. */
|
|
36031
36071
|
created_at: string
|
|
@@ -36736,6 +36776,14 @@ export type Routes = {
|
|
|
36736
36776
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36737
36777
|
warning_code: 'keynest_unsupported_locker'
|
|
36738
36778
|
}
|
|
36779
|
+
| {
|
|
36780
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36781
|
+
message: string
|
|
36782
|
+
/** Date and time at which Seam created the warning. */
|
|
36783
|
+
created_at: string
|
|
36784
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36785
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
36786
|
+
}
|
|
36739
36787
|
)[]
|
|
36740
36788
|
/** Date and time at which the device object was created. */
|
|
36741
36789
|
created_at: string
|
|
@@ -43351,6 +43399,14 @@ export type Routes = {
|
|
|
43351
43399
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43352
43400
|
warning_code: 'keynest_unsupported_locker'
|
|
43353
43401
|
}
|
|
43402
|
+
| {
|
|
43403
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43404
|
+
message: string
|
|
43405
|
+
/** Date and time at which Seam created the warning. */
|
|
43406
|
+
created_at: string
|
|
43407
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43408
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
43409
|
+
}
|
|
43354
43410
|
)[]
|
|
43355
43411
|
/** Date and time at which the device object was created. */
|
|
43356
43412
|
created_at: string
|
|
@@ -44891,6 +44947,14 @@ export type Routes = {
|
|
|
44891
44947
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44892
44948
|
warning_code: 'keynest_unsupported_locker'
|
|
44893
44949
|
}
|
|
44950
|
+
| {
|
|
44951
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44952
|
+
message: string
|
|
44953
|
+
/** Date and time at which Seam created the warning. */
|
|
44954
|
+
created_at: string
|
|
44955
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44956
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
44957
|
+
}
|
|
44894
44958
|
)[]
|
|
44895
44959
|
/** Date and time at which the device object was created. */
|
|
44896
44960
|
created_at: string
|
|
@@ -46621,6 +46685,14 @@ export type Routes = {
|
|
|
46621
46685
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46622
46686
|
warning_code: 'keynest_unsupported_locker'
|
|
46623
46687
|
}
|
|
46688
|
+
| {
|
|
46689
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
46690
|
+
message: string
|
|
46691
|
+
/** Date and time at which Seam created the warning. */
|
|
46692
|
+
created_at: string
|
|
46693
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46694
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
46695
|
+
}
|
|
46624
46696
|
)[]
|
|
46625
46697
|
/** Date and time at which the device object was created. */
|
|
46626
46698
|
created_at: string
|
|
@@ -48160,6 +48232,14 @@ export type Routes = {
|
|
|
48160
48232
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48161
48233
|
warning_code: 'keynest_unsupported_locker'
|
|
48162
48234
|
}
|
|
48235
|
+
| {
|
|
48236
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
48237
|
+
message: string
|
|
48238
|
+
/** Date and time at which Seam created the warning. */
|
|
48239
|
+
created_at: string
|
|
48240
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48241
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
48242
|
+
}
|
|
48163
48243
|
)[]
|
|
48164
48244
|
/** Date and time at which the device object was created. */
|
|
48165
48245
|
created_at: string
|
|
@@ -55642,6 +55722,14 @@ export type Routes = {
|
|
|
55642
55722
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55643
55723
|
warning_code: 'keynest_unsupported_locker'
|
|
55644
55724
|
}
|
|
55725
|
+
| {
|
|
55726
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55727
|
+
message: string
|
|
55728
|
+
/** Date and time at which Seam created the warning. */
|
|
55729
|
+
created_at: string
|
|
55730
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55731
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
55732
|
+
}
|
|
55645
55733
|
)[]
|
|
55646
55734
|
/** Date and time at which the device object was created. */
|
|
55647
55735
|
created_at: string
|
|
@@ -57181,6 +57269,14 @@ export type Routes = {
|
|
|
57181
57269
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57182
57270
|
warning_code: 'keynest_unsupported_locker'
|
|
57183
57271
|
}
|
|
57272
|
+
| {
|
|
57273
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57274
|
+
message: string
|
|
57275
|
+
/** Date and time at which Seam created the warning. */
|
|
57276
|
+
created_at: string
|
|
57277
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57278
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
57279
|
+
}
|
|
57184
57280
|
)[]
|
|
57185
57281
|
/** Date and time at which the device object was created. */
|
|
57186
57282
|
created_at: string
|
|
@@ -68486,6 +68582,14 @@ export type Routes = {
|
|
|
68486
68582
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68487
68583
|
warning_code: 'keynest_unsupported_locker'
|
|
68488
68584
|
}
|
|
68585
|
+
| {
|
|
68586
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68587
|
+
message: string
|
|
68588
|
+
/** Date and time at which Seam created the warning. */
|
|
68589
|
+
created_at: string
|
|
68590
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68591
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
68592
|
+
}
|
|
68489
68593
|
)[]
|
|
68490
68594
|
/** Date and time at which the device object was created. */
|
|
68491
68595
|
created_at: string
|
|
@@ -75161,6 +75265,14 @@ export type Routes = {
|
|
|
75161
75265
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75162
75266
|
warning_code: 'keynest_unsupported_locker'
|
|
75163
75267
|
}
|
|
75268
|
+
| {
|
|
75269
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75270
|
+
message: string
|
|
75271
|
+
/** Date and time at which Seam created the warning. */
|
|
75272
|
+
created_at: string
|
|
75273
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75274
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
75275
|
+
}
|
|
75164
75276
|
)[]
|
|
75165
75277
|
/** Date and time at which the device object was created. */
|
|
75166
75278
|
created_at: string
|
|
@@ -79760,6 +79872,14 @@ export type Routes = {
|
|
|
79760
79872
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79761
79873
|
warning_code: 'keynest_unsupported_locker'
|
|
79762
79874
|
}
|
|
79875
|
+
| {
|
|
79876
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
79877
|
+
message: string
|
|
79878
|
+
/** Date and time at which Seam created the warning. */
|
|
79879
|
+
created_at: string
|
|
79880
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79881
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
79882
|
+
}
|
|
79763
79883
|
)[]
|
|
79764
79884
|
/** Date and time at which the device object was created. */
|
|
79765
79885
|
created_at: string
|
|
@@ -81299,6 +81419,14 @@ export type Routes = {
|
|
|
81299
81419
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81300
81420
|
warning_code: 'keynest_unsupported_locker'
|
|
81301
81421
|
}
|
|
81422
|
+
| {
|
|
81423
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81424
|
+
message: string
|
|
81425
|
+
/** Date and time at which Seam created the warning. */
|
|
81426
|
+
created_at: string
|
|
81427
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81428
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
81429
|
+
}
|
|
81302
81430
|
)[]
|
|
81303
81431
|
/** Date and time at which the device object was created. */
|
|
81304
81432
|
created_at: string
|
|
@@ -89658,6 +89786,14 @@ export type Routes = {
|
|
|
89658
89786
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89659
89787
|
warning_code: 'keynest_unsupported_locker'
|
|
89660
89788
|
}
|
|
89789
|
+
| {
|
|
89790
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
89791
|
+
message: string
|
|
89792
|
+
/** Date and time at which Seam created the warning. */
|
|
89793
|
+
created_at: string
|
|
89794
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89795
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
89796
|
+
}
|
|
89661
89797
|
)[]
|
|
89662
89798
|
/** Date and time at which the device object was created. */
|
|
89663
89799
|
created_at: string
|
|
@@ -91199,6 +91335,14 @@ export type Routes = {
|
|
|
91199
91335
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91200
91336
|
warning_code: 'keynest_unsupported_locker'
|
|
91201
91337
|
}
|
|
91338
|
+
| {
|
|
91339
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91340
|
+
message: string
|
|
91341
|
+
/** Date and time at which Seam created the warning. */
|
|
91342
|
+
created_at: string
|
|
91343
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91344
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
91345
|
+
}
|
|
91202
91346
|
)[]
|
|
91203
91347
|
/** Date and time at which the device object was created. */
|
|
91204
91348
|
created_at: string
|
|
@@ -93839,6 +93983,14 @@ export type Routes = {
|
|
|
93839
93983
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93840
93984
|
warning_code: 'keynest_unsupported_locker'
|
|
93841
93985
|
}
|
|
93986
|
+
| {
|
|
93987
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
93988
|
+
message: string
|
|
93989
|
+
/** Date and time at which Seam created the warning. */
|
|
93990
|
+
created_at: string
|
|
93991
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93992
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
93993
|
+
}
|
|
93842
93994
|
)[]
|
|
93843
93995
|
/** Date and time at which the device object was created. */
|
|
93844
93996
|
created_at: string
|
|
@@ -96749,6 +96901,14 @@ export type Routes = {
|
|
|
96749
96901
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96750
96902
|
warning_code: 'keynest_unsupported_locker'
|
|
96751
96903
|
}
|
|
96904
|
+
| {
|
|
96905
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
96906
|
+
message: string
|
|
96907
|
+
/** Date and time at which Seam created the warning. */
|
|
96908
|
+
created_at: string
|
|
96909
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96910
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
96911
|
+
}
|
|
96752
96912
|
)[]
|
|
96753
96913
|
/** Date and time at which the device object was created. */
|
|
96754
96914
|
created_at: string
|