@seamapi/types 1.656.0 → 1.657.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 +7 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +64 -0
- package/dist/index.cjs +7 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +1 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +5 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +34 -0
- package/package.json +2 -2
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +5 -1
- package/src/lib/seam/connect/route-types.ts +34 -0
|
@@ -10813,6 +10813,8 @@ export type Routes = {
|
|
|
10813
10813
|
device_id: string;
|
|
10814
10814
|
/** Device name for an Ultraloq device. */
|
|
10815
10815
|
device_name: string;
|
|
10816
|
+
/** Device type for an Ultraloq device. */
|
|
10817
|
+
device_type: string;
|
|
10816
10818
|
} | undefined;
|
|
10817
10819
|
}) & ({
|
|
10818
10820
|
/** */
|
|
@@ -14179,6 +14181,8 @@ export type Routes = {
|
|
|
14179
14181
|
device_id: string;
|
|
14180
14182
|
/** Device name for an Ultraloq device. */
|
|
14181
14183
|
device_name: string;
|
|
14184
|
+
/** Device type for an Ultraloq device. */
|
|
14185
|
+
device_type: string;
|
|
14182
14186
|
} | undefined;
|
|
14183
14187
|
}) & ({
|
|
14184
14188
|
/** */
|
|
@@ -27663,6 +27667,8 @@ export type Routes = {
|
|
|
27663
27667
|
device_id: string;
|
|
27664
27668
|
/** Device name for an Ultraloq device. */
|
|
27665
27669
|
device_name: string;
|
|
27670
|
+
/** Device type for an Ultraloq device. */
|
|
27671
|
+
device_type: string;
|
|
27666
27672
|
} | undefined;
|
|
27667
27673
|
}) & ({
|
|
27668
27674
|
/** */
|
|
@@ -28933,6 +28939,8 @@ export type Routes = {
|
|
|
28933
28939
|
device_id: string;
|
|
28934
28940
|
/** Device name for an Ultraloq device. */
|
|
28935
28941
|
device_name: string;
|
|
28942
|
+
/** Device type for an Ultraloq device. */
|
|
28943
|
+
device_type: string;
|
|
28936
28944
|
} | undefined;
|
|
28937
28945
|
}) & ({
|
|
28938
28946
|
/** */
|
|
@@ -35176,6 +35184,8 @@ export type Routes = {
|
|
|
35176
35184
|
device_id: string;
|
|
35177
35185
|
/** Device name for an Ultraloq device. */
|
|
35178
35186
|
device_name: string;
|
|
35187
|
+
/** Device type for an Ultraloq device. */
|
|
35188
|
+
device_type: string;
|
|
35179
35189
|
} | undefined;
|
|
35180
35190
|
}) & ({
|
|
35181
35191
|
/** */
|
|
@@ -36397,6 +36407,8 @@ export type Routes = {
|
|
|
36397
36407
|
device_id: string;
|
|
36398
36408
|
/** Device name for an Ultraloq device. */
|
|
36399
36409
|
device_name: string;
|
|
36410
|
+
/** Device type for an Ultraloq device. */
|
|
36411
|
+
device_type: string;
|
|
36400
36412
|
} | undefined;
|
|
36401
36413
|
}) & ({
|
|
36402
36414
|
/** */
|
|
@@ -37667,6 +37679,8 @@ export type Routes = {
|
|
|
37667
37679
|
device_id: string;
|
|
37668
37680
|
/** Device name for an Ultraloq device. */
|
|
37669
37681
|
device_name: string;
|
|
37682
|
+
/** Device type for an Ultraloq device. */
|
|
37683
|
+
device_type: string;
|
|
37670
37684
|
} | undefined;
|
|
37671
37685
|
}) & ({
|
|
37672
37686
|
/** */
|
|
@@ -38887,6 +38901,8 @@ export type Routes = {
|
|
|
38887
38901
|
device_id: string;
|
|
38888
38902
|
/** Device name for an Ultraloq device. */
|
|
38889
38903
|
device_name: string;
|
|
38904
|
+
/** Device type for an Ultraloq device. */
|
|
38905
|
+
device_type: string;
|
|
38890
38906
|
} | undefined;
|
|
38891
38907
|
}) & ({
|
|
38892
38908
|
/** */
|
|
@@ -45235,6 +45251,8 @@ export type Routes = {
|
|
|
45235
45251
|
device_id: string;
|
|
45236
45252
|
/** Device name for an Ultraloq device. */
|
|
45237
45253
|
device_name: string;
|
|
45254
|
+
/** Device type for an Ultraloq device. */
|
|
45255
|
+
device_type: string;
|
|
45238
45256
|
} | undefined;
|
|
45239
45257
|
}) & ({
|
|
45240
45258
|
/** */
|
|
@@ -46455,6 +46473,8 @@ export type Routes = {
|
|
|
46455
46473
|
device_id: string;
|
|
46456
46474
|
/** Device name for an Ultraloq device. */
|
|
46457
46475
|
device_name: string;
|
|
46476
|
+
/** Device type for an Ultraloq device. */
|
|
46477
|
+
device_type: string;
|
|
46458
46478
|
} | undefined;
|
|
46459
46479
|
}) & ({
|
|
46460
46480
|
/** */
|
|
@@ -55838,6 +55858,8 @@ export type Routes = {
|
|
|
55838
55858
|
device_id: string;
|
|
55839
55859
|
/** Device name for an Ultraloq device. */
|
|
55840
55860
|
device_name: string;
|
|
55861
|
+
/** Device type for an Ultraloq device. */
|
|
55862
|
+
device_type: string;
|
|
55841
55863
|
} | undefined;
|
|
55842
55864
|
}) & ({
|
|
55843
55865
|
/** */
|
|
@@ -61490,6 +61512,8 @@ export type Routes = {
|
|
|
61490
61512
|
device_id: string;
|
|
61491
61513
|
/** Device name for an Ultraloq device. */
|
|
61492
61514
|
device_name: string;
|
|
61515
|
+
/** Device type for an Ultraloq device. */
|
|
61516
|
+
device_type: string;
|
|
61493
61517
|
} | undefined;
|
|
61494
61518
|
}) & ({
|
|
61495
61519
|
/** */
|
|
@@ -65312,6 +65336,8 @@ export type Routes = {
|
|
|
65312
65336
|
device_id: string;
|
|
65313
65337
|
/** Device name for an Ultraloq device. */
|
|
65314
65338
|
device_name: string;
|
|
65339
|
+
/** Device type for an Ultraloq device. */
|
|
65340
|
+
device_type: string;
|
|
65315
65341
|
} | undefined;
|
|
65316
65342
|
}) & ({
|
|
65317
65343
|
/** */
|
|
@@ -66532,6 +66558,8 @@ export type Routes = {
|
|
|
66532
66558
|
device_id: string;
|
|
66533
66559
|
/** Device name for an Ultraloq device. */
|
|
66534
66560
|
device_name: string;
|
|
66561
|
+
/** Device type for an Ultraloq device. */
|
|
66562
|
+
device_type: string;
|
|
66535
66563
|
} | undefined;
|
|
66536
66564
|
}) & ({
|
|
66537
66565
|
/** */
|
|
@@ -73742,6 +73770,8 @@ export type Routes = {
|
|
|
73742
73770
|
device_id: string;
|
|
73743
73771
|
/** Device name for an Ultraloq device. */
|
|
73744
73772
|
device_name: string;
|
|
73773
|
+
/** Device type for an Ultraloq device. */
|
|
73774
|
+
device_type: string;
|
|
73745
73775
|
} | undefined;
|
|
73746
73776
|
}) & ({
|
|
73747
73777
|
/** */
|
|
@@ -74964,6 +74994,8 @@ export type Routes = {
|
|
|
74964
74994
|
device_id: string;
|
|
74965
74995
|
/** Device name for an Ultraloq device. */
|
|
74966
74996
|
device_name: string;
|
|
74997
|
+
/** Device type for an Ultraloq device. */
|
|
74998
|
+
device_type: string;
|
|
74967
74999
|
} | undefined;
|
|
74968
75000
|
}) & ({
|
|
74969
75001
|
/** */
|
|
@@ -77124,6 +77156,8 @@ export type Routes = {
|
|
|
77124
77156
|
device_id: string;
|
|
77125
77157
|
/** Device name for an Ultraloq device. */
|
|
77126
77158
|
device_name: string;
|
|
77159
|
+
/** Device type for an Ultraloq device. */
|
|
77160
|
+
device_type: string;
|
|
77127
77161
|
} | undefined;
|
|
77128
77162
|
}) & ({
|
|
77129
77163
|
/** */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seamapi/types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.657.0",
|
|
4
4
|
"description": "TypeScript types for the Seam API.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"zod": "^3.24.0"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@seamapi/blueprint": "^0.
|
|
94
|
+
"@seamapi/blueprint": "^0.52.2",
|
|
95
95
|
"@swc/core": "^1.11.29",
|
|
96
96
|
"@types/node": "^22.15.21",
|
|
97
97
|
"concurrently": "^9.2.0",
|
|
@@ -689,6 +689,7 @@ export const device_metadata = z
|
|
|
689
689
|
.object({
|
|
690
690
|
device_id: z.string().describe(`Device ID for an Ultraloq device.`),
|
|
691
691
|
device_name: z.string().describe(`Device name for an Ultraloq device.`),
|
|
692
|
+
device_type: z.string().describe(`Device type for an Ultraloq device.`),
|
|
692
693
|
})
|
|
693
694
|
.describe(`Metadata for an Ultraloq device.`),
|
|
694
695
|
})
|
|
@@ -11621,8 +11621,12 @@ export default {
|
|
|
11621
11621
|
description: 'Device name for an Ultraloq device.',
|
|
11622
11622
|
type: 'string',
|
|
11623
11623
|
},
|
|
11624
|
+
device_type: {
|
|
11625
|
+
description: 'Device type for an Ultraloq device.',
|
|
11626
|
+
type: 'string',
|
|
11627
|
+
},
|
|
11624
11628
|
},
|
|
11625
|
-
required: ['device_id', 'device_name'],
|
|
11629
|
+
required: ['device_id', 'device_name', 'device_type'],
|
|
11626
11630
|
type: 'object',
|
|
11627
11631
|
},
|
|
11628
11632
|
visionline_metadata: {
|
|
@@ -12237,6 +12237,8 @@ export type Routes = {
|
|
|
12237
12237
|
device_id: string
|
|
12238
12238
|
/** Device name for an Ultraloq device. */
|
|
12239
12239
|
device_name: string
|
|
12240
|
+
/** Device type for an Ultraloq device. */
|
|
12241
|
+
device_type: string
|
|
12240
12242
|
}
|
|
12241
12243
|
| undefined
|
|
12242
12244
|
}) &
|
|
@@ -16279,6 +16281,8 @@ export type Routes = {
|
|
|
16279
16281
|
device_id: string
|
|
16280
16282
|
/** Device name for an Ultraloq device. */
|
|
16281
16283
|
device_name: string
|
|
16284
|
+
/** Device type for an Ultraloq device. */
|
|
16285
|
+
device_type: string
|
|
16282
16286
|
}
|
|
16283
16287
|
| undefined
|
|
16284
16288
|
}) &
|
|
@@ -32041,6 +32045,8 @@ export type Routes = {
|
|
|
32041
32045
|
device_id: string
|
|
32042
32046
|
/** Device name for an Ultraloq device. */
|
|
32043
32047
|
device_name: string
|
|
32048
|
+
/** Device type for an Ultraloq device. */
|
|
32049
|
+
device_type: string
|
|
32044
32050
|
}
|
|
32045
32051
|
| undefined
|
|
32046
32052
|
}) &
|
|
@@ -33800,6 +33806,8 @@ export type Routes = {
|
|
|
33800
33806
|
device_id: string
|
|
33801
33807
|
/** Device name for an Ultraloq device. */
|
|
33802
33808
|
device_name: string
|
|
33809
|
+
/** Device type for an Ultraloq device. */
|
|
33810
|
+
device_type: string
|
|
33803
33811
|
}
|
|
33804
33812
|
| undefined
|
|
33805
33813
|
}) &
|
|
@@ -41653,6 +41661,8 @@ export type Routes = {
|
|
|
41653
41661
|
device_id: string
|
|
41654
41662
|
/** Device name for an Ultraloq device. */
|
|
41655
41663
|
device_name: string
|
|
41664
|
+
/** Device type for an Ultraloq device. */
|
|
41665
|
+
device_type: string
|
|
41656
41666
|
}
|
|
41657
41667
|
| undefined
|
|
41658
41668
|
}) &
|
|
@@ -43185,6 +43195,8 @@ export type Routes = {
|
|
|
43185
43195
|
device_id: string
|
|
43186
43196
|
/** Device name for an Ultraloq device. */
|
|
43187
43197
|
device_name: string
|
|
43198
|
+
/** Device type for an Ultraloq device. */
|
|
43199
|
+
device_type: string
|
|
43188
43200
|
}
|
|
43189
43201
|
| undefined
|
|
43190
43202
|
}) &
|
|
@@ -44906,6 +44918,8 @@ export type Routes = {
|
|
|
44906
44918
|
device_id: string
|
|
44907
44919
|
/** Device name for an Ultraloq device. */
|
|
44908
44920
|
device_name: string
|
|
44921
|
+
/** Device type for an Ultraloq device. */
|
|
44922
|
+
device_type: string
|
|
44909
44923
|
}
|
|
44910
44924
|
| undefined
|
|
44911
44925
|
}) &
|
|
@@ -46437,6 +46451,8 @@ export type Routes = {
|
|
|
46437
46451
|
device_id: string
|
|
46438
46452
|
/** Device name for an Ultraloq device. */
|
|
46439
46453
|
device_name: string
|
|
46454
|
+
/** Device type for an Ultraloq device. */
|
|
46455
|
+
device_type: string
|
|
46440
46456
|
}
|
|
46441
46457
|
| undefined
|
|
46442
46458
|
}) &
|
|
@@ -53906,6 +53922,8 @@ export type Routes = {
|
|
|
53906
53922
|
device_id: string
|
|
53907
53923
|
/** Device name for an Ultraloq device. */
|
|
53908
53924
|
device_name: string
|
|
53925
|
+
/** Device type for an Ultraloq device. */
|
|
53926
|
+
device_type: string
|
|
53909
53927
|
}
|
|
53910
53928
|
| undefined
|
|
53911
53929
|
}) &
|
|
@@ -55437,6 +55455,8 @@ export type Routes = {
|
|
|
55437
55455
|
device_id: string
|
|
55438
55456
|
/** Device name for an Ultraloq device. */
|
|
55439
55457
|
device_name: string
|
|
55458
|
+
/** Device type for an Ultraloq device. */
|
|
55459
|
+
device_type: string
|
|
55440
55460
|
}
|
|
55441
55461
|
| undefined
|
|
55442
55462
|
}) &
|
|
@@ -66492,6 +66512,8 @@ export type Routes = {
|
|
|
66492
66512
|
device_id: string
|
|
66493
66513
|
/** Device name for an Ultraloq device. */
|
|
66494
66514
|
device_name: string
|
|
66515
|
+
/** Device type for an Ultraloq device. */
|
|
66516
|
+
device_type: string
|
|
66495
66517
|
}
|
|
66496
66518
|
| undefined
|
|
66497
66519
|
}) &
|
|
@@ -73162,6 +73184,8 @@ export type Routes = {
|
|
|
73162
73184
|
device_id: string
|
|
73163
73185
|
/** Device name for an Ultraloq device. */
|
|
73164
73186
|
device_name: string
|
|
73187
|
+
/** Device type for an Ultraloq device. */
|
|
73188
|
+
device_type: string
|
|
73165
73189
|
}
|
|
73166
73190
|
| undefined
|
|
73167
73191
|
}) &
|
|
@@ -77750,6 +77774,8 @@ export type Routes = {
|
|
|
77750
77774
|
device_id: string
|
|
77751
77775
|
/** Device name for an Ultraloq device. */
|
|
77752
77776
|
device_name: string
|
|
77777
|
+
/** Device type for an Ultraloq device. */
|
|
77778
|
+
device_type: string
|
|
77753
77779
|
}
|
|
77754
77780
|
| undefined
|
|
77755
77781
|
}) &
|
|
@@ -79281,6 +79307,8 @@ export type Routes = {
|
|
|
79281
79307
|
device_id: string
|
|
79282
79308
|
/** Device name for an Ultraloq device. */
|
|
79283
79309
|
device_name: string
|
|
79310
|
+
/** Device type for an Ultraloq device. */
|
|
79311
|
+
device_type: string
|
|
79284
79312
|
}
|
|
79285
79313
|
| undefined
|
|
79286
79314
|
}) &
|
|
@@ -87602,6 +87630,8 @@ export type Routes = {
|
|
|
87602
87630
|
device_id: string
|
|
87603
87631
|
/** Device name for an Ultraloq device. */
|
|
87604
87632
|
device_name: string
|
|
87633
|
+
/** Device type for an Ultraloq device. */
|
|
87634
|
+
device_type: string
|
|
87605
87635
|
}
|
|
87606
87636
|
| undefined
|
|
87607
87637
|
}) &
|
|
@@ -89135,6 +89165,8 @@ export type Routes = {
|
|
|
89135
89165
|
device_id: string
|
|
89136
89166
|
/** Device name for an Ultraloq device. */
|
|
89137
89167
|
device_name: string
|
|
89168
|
+
/** Device type for an Ultraloq device. */
|
|
89169
|
+
device_type: string
|
|
89138
89170
|
}
|
|
89139
89171
|
| undefined
|
|
89140
89172
|
}) &
|
|
@@ -91718,6 +91750,8 @@ export type Routes = {
|
|
|
91718
91750
|
device_id: string
|
|
91719
91751
|
/** Device name for an Ultraloq device. */
|
|
91720
91752
|
device_name: string
|
|
91753
|
+
/** Device type for an Ultraloq device. */
|
|
91754
|
+
device_type: string
|
|
91721
91755
|
}
|
|
91722
91756
|
| undefined
|
|
91723
91757
|
}) &
|