@seamapi/types 1.883.0 → 1.884.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 +57 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +195 -0
- package/dist/index.cjs +57 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +8 -8
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +10 -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 +11 -0
- package/src/lib/seam/connect/openapi.ts +52 -0
- package/src/lib/seam/connect/route-types.ts +160 -0
|
@@ -16512,6 +16512,14 @@ export type Routes = {
|
|
|
16512
16512
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16513
16513
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
16514
16514
|
}
|
|
16515
|
+
| {
|
|
16516
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16517
|
+
message: string
|
|
16518
|
+
/** Date and time at which Seam created the warning. */
|
|
16519
|
+
created_at: string
|
|
16520
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16521
|
+
warning_code: 'provider_issue'
|
|
16522
|
+
}
|
|
16515
16523
|
| {
|
|
16516
16524
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16517
16525
|
message: string
|
|
@@ -24206,6 +24214,14 @@ export type Routes = {
|
|
|
24206
24214
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24207
24215
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
24208
24216
|
}
|
|
24217
|
+
| {
|
|
24218
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24219
|
+
message: string
|
|
24220
|
+
/** Date and time at which Seam created the warning. */
|
|
24221
|
+
created_at: string
|
|
24222
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24223
|
+
warning_code: 'provider_issue'
|
|
24224
|
+
}
|
|
24209
24225
|
| {
|
|
24210
24226
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24211
24227
|
message: string
|
|
@@ -49961,6 +49977,14 @@ export type Routes = {
|
|
|
49961
49977
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
49962
49978
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
49963
49979
|
}
|
|
49980
|
+
| {
|
|
49981
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
49982
|
+
message: string
|
|
49983
|
+
/** Date and time at which Seam created the warning. */
|
|
49984
|
+
created_at: string
|
|
49985
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
49986
|
+
warning_code: 'provider_issue'
|
|
49987
|
+
}
|
|
49964
49988
|
| {
|
|
49965
49989
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
49966
49990
|
message: string
|
|
@@ -51884,6 +51908,14 @@ export type Routes = {
|
|
|
51884
51908
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
51885
51909
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
51886
51910
|
}
|
|
51911
|
+
| {
|
|
51912
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
51913
|
+
message: string
|
|
51914
|
+
/** Date and time at which Seam created the warning. */
|
|
51915
|
+
created_at: string
|
|
51916
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
51917
|
+
warning_code: 'provider_issue'
|
|
51918
|
+
}
|
|
51887
51919
|
| {
|
|
51888
51920
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
51889
51921
|
message: string
|
|
@@ -53927,6 +53959,14 @@ export type Routes = {
|
|
|
53927
53959
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53928
53960
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
53929
53961
|
}
|
|
53962
|
+
| {
|
|
53963
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53964
|
+
message: string
|
|
53965
|
+
/** Date and time at which Seam created the warning. */
|
|
53966
|
+
created_at: string
|
|
53967
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53968
|
+
warning_code: 'provider_issue'
|
|
53969
|
+
}
|
|
53930
53970
|
| {
|
|
53931
53971
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53932
53972
|
message: string
|
|
@@ -54715,6 +54755,14 @@ export type Routes = {
|
|
|
54715
54755
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54716
54756
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
54717
54757
|
}
|
|
54758
|
+
| {
|
|
54759
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54760
|
+
message: string
|
|
54761
|
+
/** Date and time at which Seam created the warning. */
|
|
54762
|
+
created_at: string
|
|
54763
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54764
|
+
warning_code: 'provider_issue'
|
|
54765
|
+
}
|
|
54718
54766
|
| {
|
|
54719
54767
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54720
54768
|
message: string
|
|
@@ -65137,6 +65185,14 @@ export type Routes = {
|
|
|
65137
65185
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65138
65186
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
65139
65187
|
}
|
|
65188
|
+
| {
|
|
65189
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
65190
|
+
message: string
|
|
65191
|
+
/** Date and time at which Seam created the warning. */
|
|
65192
|
+
created_at: string
|
|
65193
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65194
|
+
warning_code: 'provider_issue'
|
|
65195
|
+
}
|
|
65140
65196
|
| {
|
|
65141
65197
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
65142
65198
|
message: string
|
|
@@ -66821,6 +66877,14 @@ export type Routes = {
|
|
|
66821
66877
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66822
66878
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
66823
66879
|
}
|
|
66880
|
+
| {
|
|
66881
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66882
|
+
message: string
|
|
66883
|
+
/** Date and time at which Seam created the warning. */
|
|
66884
|
+
created_at: string
|
|
66885
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66886
|
+
warning_code: 'provider_issue'
|
|
66887
|
+
}
|
|
66824
66888
|
| {
|
|
66825
66889
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66826
66890
|
message: string
|
|
@@ -68698,6 +68762,14 @@ export type Routes = {
|
|
|
68698
68762
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68699
68763
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
68700
68764
|
}
|
|
68765
|
+
| {
|
|
68766
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68767
|
+
message: string
|
|
68768
|
+
/** Date and time at which Seam created the warning. */
|
|
68769
|
+
created_at: string
|
|
68770
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68771
|
+
warning_code: 'provider_issue'
|
|
68772
|
+
}
|
|
68701
68773
|
| {
|
|
68702
68774
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68703
68775
|
message: string
|
|
@@ -70381,6 +70453,14 @@ export type Routes = {
|
|
|
70381
70453
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70382
70454
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
70383
70455
|
}
|
|
70456
|
+
| {
|
|
70457
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70458
|
+
message: string
|
|
70459
|
+
/** Date and time at which Seam created the warning. */
|
|
70460
|
+
created_at: string
|
|
70461
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70462
|
+
warning_code: 'provider_issue'
|
|
70463
|
+
}
|
|
70384
70464
|
| {
|
|
70385
70465
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70386
70466
|
message: string
|
|
@@ -79917,6 +79997,14 @@ export type Routes = {
|
|
|
79917
79997
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79918
79998
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
79919
79999
|
}
|
|
80000
|
+
| {
|
|
80001
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80002
|
+
message: string
|
|
80003
|
+
/** Date and time at which Seam created the warning. */
|
|
80004
|
+
created_at: string
|
|
80005
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80006
|
+
warning_code: 'provider_issue'
|
|
80007
|
+
}
|
|
79920
80008
|
| {
|
|
79921
80009
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
79922
80010
|
message: string
|
|
@@ -81600,6 +81688,14 @@ export type Routes = {
|
|
|
81600
81688
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81601
81689
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
81602
81690
|
}
|
|
81691
|
+
| {
|
|
81692
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81693
|
+
message: string
|
|
81694
|
+
/** Date and time at which Seam created the warning. */
|
|
81695
|
+
created_at: string
|
|
81696
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81697
|
+
warning_code: 'provider_issue'
|
|
81698
|
+
}
|
|
81603
81699
|
| {
|
|
81604
81700
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81605
81701
|
message: string
|
|
@@ -99010,6 +99106,14 @@ export type Routes = {
|
|
|
99010
99106
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
99011
99107
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
99012
99108
|
}
|
|
99109
|
+
| {
|
|
99110
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
99111
|
+
message: string
|
|
99112
|
+
/** Date and time at which Seam created the warning. */
|
|
99113
|
+
created_at: string
|
|
99114
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
99115
|
+
warning_code: 'provider_issue'
|
|
99116
|
+
}
|
|
99013
99117
|
| {
|
|
99014
99118
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
99015
99119
|
message: string
|
|
@@ -107550,6 +107654,14 @@ export type Routes = {
|
|
|
107550
107654
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107551
107655
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
107552
107656
|
}
|
|
107657
|
+
| {
|
|
107658
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107659
|
+
message: string
|
|
107660
|
+
/** Date and time at which Seam created the warning. */
|
|
107661
|
+
created_at: string
|
|
107662
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107663
|
+
warning_code: 'provider_issue'
|
|
107664
|
+
}
|
|
107553
107665
|
| {
|
|
107554
107666
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107555
107667
|
message: string
|
|
@@ -113249,6 +113361,14 @@ export type Routes = {
|
|
|
113249
113361
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113250
113362
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
113251
113363
|
}
|
|
113364
|
+
| {
|
|
113365
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113366
|
+
message: string
|
|
113367
|
+
/** Date and time at which Seam created the warning. */
|
|
113368
|
+
created_at: string
|
|
113369
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113370
|
+
warning_code: 'provider_issue'
|
|
113371
|
+
}
|
|
113252
113372
|
| {
|
|
113253
113373
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113254
113374
|
message: string
|
|
@@ -114932,6 +115052,14 @@ export type Routes = {
|
|
|
114932
115052
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
114933
115053
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
114934
115054
|
}
|
|
115055
|
+
| {
|
|
115056
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115057
|
+
message: string
|
|
115058
|
+
/** Date and time at which Seam created the warning. */
|
|
115059
|
+
created_at: string
|
|
115060
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115061
|
+
warning_code: 'provider_issue'
|
|
115062
|
+
}
|
|
114935
115063
|
| {
|
|
114936
115064
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
114937
115065
|
message: string
|
|
@@ -125353,6 +125481,14 @@ export type Routes = {
|
|
|
125353
125481
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125354
125482
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
125355
125483
|
}
|
|
125484
|
+
| {
|
|
125485
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
125486
|
+
message: string
|
|
125487
|
+
/** Date and time at which Seam created the warning. */
|
|
125488
|
+
created_at: string
|
|
125489
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125490
|
+
warning_code: 'provider_issue'
|
|
125491
|
+
}
|
|
125356
125492
|
| {
|
|
125357
125493
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
125358
125494
|
message: string
|
|
@@ -127038,6 +127174,14 @@ export type Routes = {
|
|
|
127038
127174
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127039
127175
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
127040
127176
|
}
|
|
127177
|
+
| {
|
|
127178
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
127179
|
+
message: string
|
|
127180
|
+
/** Date and time at which Seam created the warning. */
|
|
127181
|
+
created_at: string
|
|
127182
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127183
|
+
warning_code: 'provider_issue'
|
|
127184
|
+
}
|
|
127041
127185
|
| {
|
|
127042
127186
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
127043
127187
|
message: string
|
|
@@ -130095,6 +130239,14 @@ export type Routes = {
|
|
|
130095
130239
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130096
130240
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
130097
130241
|
}
|
|
130242
|
+
| {
|
|
130243
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130244
|
+
message: string
|
|
130245
|
+
/** Date and time at which Seam created the warning. */
|
|
130246
|
+
created_at: string
|
|
130247
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130248
|
+
warning_code: 'provider_issue'
|
|
130249
|
+
}
|
|
130098
130250
|
| {
|
|
130099
130251
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130100
130252
|
message: string
|
|
@@ -133987,6 +134139,14 @@ export type Routes = {
|
|
|
133987
134139
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
133988
134140
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
133989
134141
|
}
|
|
134142
|
+
| {
|
|
134143
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
134144
|
+
message: string
|
|
134145
|
+
/** Date and time at which Seam created the warning. */
|
|
134146
|
+
created_at: string
|
|
134147
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134148
|
+
warning_code: 'provider_issue'
|
|
134149
|
+
}
|
|
133990
134150
|
| {
|
|
133991
134151
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133992
134152
|
message: string
|