@seamapi/types 1.632.0 → 1.633.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 +260 -0
- package/dist/index.cjs +56 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +203 -0
- 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.js +44 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +147 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +52 -0
- package/src/lib/seam/connect/route-types.ts +168 -0
|
@@ -13016,6 +13016,14 @@ export type Routes = {
|
|
|
13016
13016
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13017
13017
|
warning_code: 'lockly_time_zone_not_configured'
|
|
13018
13018
|
}
|
|
13019
|
+
| {
|
|
13020
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13021
|
+
message: string
|
|
13022
|
+
/** Date and time at which Seam created the warning. */
|
|
13023
|
+
created_at: string
|
|
13024
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13025
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
13026
|
+
}
|
|
13019
13027
|
)[]
|
|
13020
13028
|
/** Date and time at which the device object was created. */
|
|
13021
13029
|
created_at: string
|
|
@@ -17134,6 +17142,14 @@ export type Routes = {
|
|
|
17134
17142
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17135
17143
|
warning_code: 'lockly_time_zone_not_configured'
|
|
17136
17144
|
}
|
|
17145
|
+
| {
|
|
17146
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17147
|
+
message: string
|
|
17148
|
+
/** Date and time at which Seam created the warning. */
|
|
17149
|
+
created_at: string
|
|
17150
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17151
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
17152
|
+
}
|
|
17137
17153
|
)[]
|
|
17138
17154
|
/** Date and time at which the device object was created. */
|
|
17139
17155
|
created_at: string
|
|
@@ -20318,6 +20334,14 @@ export type Routes = {
|
|
|
20318
20334
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20319
20335
|
warning_code: 'lockly_time_zone_not_configured'
|
|
20320
20336
|
}
|
|
20337
|
+
| {
|
|
20338
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20339
|
+
message: string
|
|
20340
|
+
/** Date and time at which Seam created the warning. */
|
|
20341
|
+
created_at: string
|
|
20342
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20343
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
20344
|
+
}
|
|
20321
20345
|
)[]
|
|
20322
20346
|
/** Date and time at which the device object was created. */
|
|
20323
20347
|
created_at: string
|
|
@@ -39271,6 +39295,14 @@ export type Routes = {
|
|
|
39271
39295
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39272
39296
|
warning_code: 'lockly_time_zone_not_configured'
|
|
39273
39297
|
}
|
|
39298
|
+
| {
|
|
39299
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39300
|
+
message: string
|
|
39301
|
+
/** Date and time at which Seam created the warning. */
|
|
39302
|
+
created_at: string
|
|
39303
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39304
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
39305
|
+
}
|
|
39274
39306
|
)[]
|
|
39275
39307
|
/** Date and time at which the device object was created. */
|
|
39276
39308
|
created_at: string
|
|
@@ -41022,6 +41054,14 @@ export type Routes = {
|
|
|
41022
41054
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41023
41055
|
warning_code: 'lockly_time_zone_not_configured'
|
|
41024
41056
|
}
|
|
41057
|
+
| {
|
|
41058
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41059
|
+
message: string
|
|
41060
|
+
/** Date and time at which Seam created the warning. */
|
|
41061
|
+
created_at: string
|
|
41062
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41063
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
41064
|
+
}
|
|
41025
41065
|
)[]
|
|
41026
41066
|
/** Date and time at which the device object was created. */
|
|
41027
41067
|
created_at: string
|
|
@@ -41621,6 +41661,14 @@ export type Routes = {
|
|
|
41621
41661
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41622
41662
|
warning_code: 'lockly_time_zone_not_configured'
|
|
41623
41663
|
}
|
|
41664
|
+
| {
|
|
41665
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41666
|
+
message: string
|
|
41667
|
+
/** Date and time at which Seam created the warning. */
|
|
41668
|
+
created_at: string
|
|
41669
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41670
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
41671
|
+
}
|
|
41624
41672
|
)[]
|
|
41625
41673
|
/** Date and time at which the device object was created. */
|
|
41626
41674
|
created_at: string
|
|
@@ -42322,6 +42370,14 @@ export type Routes = {
|
|
|
42322
42370
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42323
42371
|
warning_code: 'lockly_time_zone_not_configured'
|
|
42324
42372
|
}
|
|
42373
|
+
| {
|
|
42374
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42375
|
+
message: string
|
|
42376
|
+
/** Date and time at which Seam created the warning. */
|
|
42377
|
+
created_at: string
|
|
42378
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42379
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
42380
|
+
}
|
|
42325
42381
|
)[]
|
|
42326
42382
|
/** Date and time at which the device object was created. */
|
|
42327
42383
|
created_at: string
|
|
@@ -48851,6 +48907,14 @@ export type Routes = {
|
|
|
48851
48907
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48852
48908
|
warning_code: 'lockly_time_zone_not_configured'
|
|
48853
48909
|
}
|
|
48910
|
+
| {
|
|
48911
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
48912
|
+
message: string
|
|
48913
|
+
/** Date and time at which Seam created the warning. */
|
|
48914
|
+
created_at: string
|
|
48915
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48916
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
48917
|
+
}
|
|
48854
48918
|
)[]
|
|
48855
48919
|
/** Date and time at which the device object was created. */
|
|
48856
48920
|
created_at: string
|
|
@@ -50375,6 +50439,14 @@ export type Routes = {
|
|
|
50375
50439
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
50376
50440
|
warning_code: 'lockly_time_zone_not_configured'
|
|
50377
50441
|
}
|
|
50442
|
+
| {
|
|
50443
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
50444
|
+
message: string
|
|
50445
|
+
/** Date and time at which Seam created the warning. */
|
|
50446
|
+
created_at: string
|
|
50447
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
50448
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
50449
|
+
}
|
|
50378
50450
|
)[]
|
|
50379
50451
|
/** Date and time at which the device object was created. */
|
|
50380
50452
|
created_at: string
|
|
@@ -52088,6 +52160,14 @@ export type Routes = {
|
|
|
52088
52160
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52089
52161
|
warning_code: 'lockly_time_zone_not_configured'
|
|
52090
52162
|
}
|
|
52163
|
+
| {
|
|
52164
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52165
|
+
message: string
|
|
52166
|
+
/** Date and time at which Seam created the warning. */
|
|
52167
|
+
created_at: string
|
|
52168
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52169
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
52170
|
+
}
|
|
52091
52171
|
)[]
|
|
52092
52172
|
/** Date and time at which the device object was created. */
|
|
52093
52173
|
created_at: string
|
|
@@ -53611,6 +53691,14 @@ export type Routes = {
|
|
|
53611
53691
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53612
53692
|
warning_code: 'lockly_time_zone_not_configured'
|
|
53613
53693
|
}
|
|
53694
|
+
| {
|
|
53695
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53696
|
+
message: string
|
|
53697
|
+
/** Date and time at which Seam created the warning. */
|
|
53698
|
+
created_at: string
|
|
53699
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53700
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
53701
|
+
}
|
|
53614
53702
|
)[]
|
|
53615
53703
|
/** Date and time at which the device object was created. */
|
|
53616
53704
|
created_at: string
|
|
@@ -61072,6 +61160,14 @@ export type Routes = {
|
|
|
61072
61160
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61073
61161
|
warning_code: 'lockly_time_zone_not_configured'
|
|
61074
61162
|
}
|
|
61163
|
+
| {
|
|
61164
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
61165
|
+
message: string
|
|
61166
|
+
/** Date and time at which Seam created the warning. */
|
|
61167
|
+
created_at: string
|
|
61168
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61169
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
61170
|
+
}
|
|
61075
61171
|
)[]
|
|
61076
61172
|
/** Date and time at which the device object was created. */
|
|
61077
61173
|
created_at: string
|
|
@@ -62595,6 +62691,14 @@ export type Routes = {
|
|
|
62595
62691
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62596
62692
|
warning_code: 'lockly_time_zone_not_configured'
|
|
62597
62693
|
}
|
|
62694
|
+
| {
|
|
62695
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62696
|
+
message: string
|
|
62697
|
+
/** Date and time at which Seam created the warning. */
|
|
62698
|
+
created_at: string
|
|
62699
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62700
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
62701
|
+
}
|
|
62598
62702
|
)[]
|
|
62599
62703
|
/** Date and time at which the device object was created. */
|
|
62600
62704
|
created_at: string
|
|
@@ -73590,6 +73694,14 @@ export type Routes = {
|
|
|
73590
73694
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
73591
73695
|
warning_code: 'lockly_time_zone_not_configured'
|
|
73592
73696
|
}
|
|
73697
|
+
| {
|
|
73698
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
73699
|
+
message: string
|
|
73700
|
+
/** Date and time at which Seam created the warning. */
|
|
73701
|
+
created_at: string
|
|
73702
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
73703
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
73704
|
+
}
|
|
73593
73705
|
)[]
|
|
73594
73706
|
/** Date and time at which the device object was created. */
|
|
73595
73707
|
created_at: string
|
|
@@ -80232,6 +80344,14 @@ export type Routes = {
|
|
|
80232
80344
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80233
80345
|
warning_code: 'lockly_time_zone_not_configured'
|
|
80234
80346
|
}
|
|
80347
|
+
| {
|
|
80348
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80349
|
+
message: string
|
|
80350
|
+
/** Date and time at which Seam created the warning. */
|
|
80351
|
+
created_at: string
|
|
80352
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80353
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
80354
|
+
}
|
|
80235
80355
|
)[]
|
|
80236
80356
|
/** Date and time at which the device object was created. */
|
|
80237
80357
|
created_at: string
|
|
@@ -84812,6 +84932,14 @@ export type Routes = {
|
|
|
84812
84932
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84813
84933
|
warning_code: 'lockly_time_zone_not_configured'
|
|
84814
84934
|
}
|
|
84935
|
+
| {
|
|
84936
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84937
|
+
message: string
|
|
84938
|
+
/** Date and time at which Seam created the warning. */
|
|
84939
|
+
created_at: string
|
|
84940
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84941
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
84942
|
+
}
|
|
84815
84943
|
)[]
|
|
84816
84944
|
/** Date and time at which the device object was created. */
|
|
84817
84945
|
created_at: string
|
|
@@ -86335,6 +86463,14 @@ export type Routes = {
|
|
|
86335
86463
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
86336
86464
|
warning_code: 'lockly_time_zone_not_configured'
|
|
86337
86465
|
}
|
|
86466
|
+
| {
|
|
86467
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
86468
|
+
message: string
|
|
86469
|
+
/** Date and time at which Seam created the warning. */
|
|
86470
|
+
created_at: string
|
|
86471
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
86472
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
86473
|
+
}
|
|
86338
86474
|
)[]
|
|
86339
86475
|
/** Date and time at which the device object was created. */
|
|
86340
86476
|
created_at: string
|
|
@@ -94672,6 +94808,14 @@ export type Routes = {
|
|
|
94672
94808
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94673
94809
|
warning_code: 'lockly_time_zone_not_configured'
|
|
94674
94810
|
}
|
|
94811
|
+
| {
|
|
94812
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94813
|
+
message: string
|
|
94814
|
+
/** Date and time at which Seam created the warning. */
|
|
94815
|
+
created_at: string
|
|
94816
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94817
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
94818
|
+
}
|
|
94675
94819
|
)[]
|
|
94676
94820
|
/** Date and time at which the device object was created. */
|
|
94677
94821
|
created_at: string
|
|
@@ -96197,6 +96341,14 @@ export type Routes = {
|
|
|
96197
96341
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96198
96342
|
warning_code: 'lockly_time_zone_not_configured'
|
|
96199
96343
|
}
|
|
96344
|
+
| {
|
|
96345
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
96346
|
+
message: string
|
|
96347
|
+
/** Date and time at which Seam created the warning. */
|
|
96348
|
+
created_at: string
|
|
96349
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96350
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
96351
|
+
}
|
|
96200
96352
|
)[]
|
|
96201
96353
|
/** Date and time at which the device object was created. */
|
|
96202
96354
|
created_at: string
|
|
@@ -98774,6 +98926,14 @@ export type Routes = {
|
|
|
98774
98926
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98775
98927
|
warning_code: 'lockly_time_zone_not_configured'
|
|
98776
98928
|
}
|
|
98929
|
+
| {
|
|
98930
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98931
|
+
message: string
|
|
98932
|
+
/** Date and time at which Seam created the warning. */
|
|
98933
|
+
created_at: string
|
|
98934
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98935
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
98936
|
+
}
|
|
98777
98937
|
)[]
|
|
98778
98938
|
/** Date and time at which the device object was created. */
|
|
98779
98939
|
created_at: string
|
|
@@ -101958,6 +102118,14 @@ export type Routes = {
|
|
|
101958
102118
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
101959
102119
|
warning_code: 'lockly_time_zone_not_configured'
|
|
101960
102120
|
}
|
|
102121
|
+
| {
|
|
102122
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
102123
|
+
message: string
|
|
102124
|
+
/** Date and time at which Seam created the warning. */
|
|
102125
|
+
created_at: string
|
|
102126
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
102127
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
102128
|
+
}
|
|
101961
102129
|
)[]
|
|
101962
102130
|
/** Date and time at which the device object was created. */
|
|
101963
102131
|
created_at: string
|