@seamapi/types 1.934.0 → 1.936.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 +6 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +46 -0
- package/dist/index.cjs +6 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +4 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +1 -1
- package/lib/seam/connect/models/devices/device-provider.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.js +4 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +34 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +4 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +5 -0
- package/src/lib/seam/connect/route-types.ts +34 -0
|
@@ -12411,6 +12411,8 @@ export type Routes = {
|
|
|
12411
12411
|
lock_id: number;
|
|
12412
12412
|
/** Lock name for an Omnitec device. */
|
|
12413
12413
|
lock_name: string;
|
|
12414
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
12415
|
+
lock_alias?: string | undefined;
|
|
12414
12416
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
12415
12417
|
lock_mac: string;
|
|
12416
12418
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -19122,6 +19124,8 @@ export type Routes = {
|
|
|
19122
19124
|
lock_id: number;
|
|
19123
19125
|
/** Lock name for an Omnitec device. */
|
|
19124
19126
|
lock_name: string;
|
|
19127
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
19128
|
+
lock_alias?: string | undefined;
|
|
19125
19129
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
19126
19130
|
lock_mac: string;
|
|
19127
19131
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -41605,6 +41609,8 @@ export type Routes = {
|
|
|
41605
41609
|
lock_id: number;
|
|
41606
41610
|
/** Lock name for an Omnitec device. */
|
|
41607
41611
|
lock_name: string;
|
|
41612
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
41613
|
+
lock_alias?: string | undefined;
|
|
41608
41614
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
41609
41615
|
lock_mac: string;
|
|
41610
41616
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -43110,6 +43116,8 @@ export type Routes = {
|
|
|
43110
43116
|
lock_id: number;
|
|
43111
43117
|
/** Lock name for an Omnitec device. */
|
|
43112
43118
|
lock_name: string;
|
|
43119
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
43120
|
+
lock_alias?: string | undefined;
|
|
43113
43121
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
43114
43122
|
lock_mac: string;
|
|
43115
43123
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -53682,6 +53690,8 @@ export type Routes = {
|
|
|
53682
53690
|
lock_id: number;
|
|
53683
53691
|
/** Lock name for an Omnitec device. */
|
|
53684
53692
|
lock_name: string;
|
|
53693
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
53694
|
+
lock_alias?: string | undefined;
|
|
53685
53695
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
53686
53696
|
lock_mac: string;
|
|
53687
53697
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -55137,6 +55147,8 @@ export type Routes = {
|
|
|
55137
55147
|
lock_id: number;
|
|
55138
55148
|
/** Lock name for an Omnitec device. */
|
|
55139
55149
|
lock_name: string;
|
|
55150
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
55151
|
+
lock_alias?: string | undefined;
|
|
55140
55152
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
55141
55153
|
lock_mac: string;
|
|
55142
55154
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -56642,6 +56654,8 @@ export type Routes = {
|
|
|
56642
56654
|
lock_id: number;
|
|
56643
56655
|
/** Lock name for an Omnitec device. */
|
|
56644
56656
|
lock_name: string;
|
|
56657
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
56658
|
+
lock_alias?: string | undefined;
|
|
56645
56659
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
56646
56660
|
lock_mac: string;
|
|
56647
56661
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -58096,6 +58110,8 @@ export type Routes = {
|
|
|
58096
58110
|
lock_id: number;
|
|
58097
58111
|
/** Lock name for an Omnitec device. */
|
|
58098
58112
|
lock_name: string;
|
|
58113
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
58114
|
+
lock_alias?: string | undefined;
|
|
58099
58115
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
58100
58116
|
lock_mac: string;
|
|
58101
58117
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -66327,6 +66343,8 @@ export type Routes = {
|
|
|
66327
66343
|
lock_id: number;
|
|
66328
66344
|
/** Lock name for an Omnitec device. */
|
|
66329
66345
|
lock_name: string;
|
|
66346
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
66347
|
+
lock_alias?: string | undefined;
|
|
66330
66348
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
66331
66349
|
lock_mac: string;
|
|
66332
66350
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -67781,6 +67799,8 @@ export type Routes = {
|
|
|
67781
67799
|
lock_id: number;
|
|
67782
67800
|
/** Lock name for an Omnitec device. */
|
|
67783
67801
|
lock_name: string;
|
|
67802
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
67803
|
+
lock_alias?: string | undefined;
|
|
67784
67804
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
67785
67805
|
lock_mac: string;
|
|
67786
67806
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -83304,6 +83324,8 @@ export type Routes = {
|
|
|
83304
83324
|
lock_id: number;
|
|
83305
83325
|
/** Lock name for an Omnitec device. */
|
|
83306
83326
|
lock_name: string;
|
|
83327
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
83328
|
+
lock_alias?: string | undefined;
|
|
83307
83329
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
83308
83330
|
lock_mac: string;
|
|
83309
83331
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -90766,6 +90788,8 @@ export type Routes = {
|
|
|
90766
90788
|
lock_id: number;
|
|
90767
90789
|
/** Lock name for an Omnitec device. */
|
|
90768
90790
|
lock_name: string;
|
|
90791
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
90792
|
+
lock_alias?: string | undefined;
|
|
90769
90793
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
90770
90794
|
lock_mac: string;
|
|
90771
90795
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -95647,6 +95671,8 @@ export type Routes = {
|
|
|
95647
95671
|
lock_id: number;
|
|
95648
95672
|
/** Lock name for an Omnitec device. */
|
|
95649
95673
|
lock_name: string;
|
|
95674
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
95675
|
+
lock_alias?: string | undefined;
|
|
95650
95676
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
95651
95677
|
lock_mac: string;
|
|
95652
95678
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -97101,6 +97127,8 @@ export type Routes = {
|
|
|
97101
97127
|
lock_id: number;
|
|
97102
97128
|
/** Lock name for an Omnitec device. */
|
|
97103
97129
|
lock_name: string;
|
|
97130
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
97131
|
+
lock_alias?: string | undefined;
|
|
97104
97132
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
97105
97133
|
lock_mac: string;
|
|
97106
97134
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -106271,6 +106299,8 @@ export type Routes = {
|
|
|
106271
106299
|
lock_id: number;
|
|
106272
106300
|
/** Lock name for an Omnitec device. */
|
|
106273
106301
|
lock_name: string;
|
|
106302
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
106303
|
+
lock_alias?: string | undefined;
|
|
106274
106304
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
106275
106305
|
lock_mac: string;
|
|
106276
106306
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -107727,6 +107757,8 @@ export type Routes = {
|
|
|
107727
107757
|
lock_id: number;
|
|
107728
107758
|
/** Lock name for an Omnitec device. */
|
|
107729
107759
|
lock_name: string;
|
|
107760
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
107761
|
+
lock_alias?: string | undefined;
|
|
107730
107762
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
107731
107763
|
lock_mac: string;
|
|
107732
107764
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -110438,6 +110470,8 @@ export type Routes = {
|
|
|
110438
110470
|
lock_id: number;
|
|
110439
110471
|
/** Lock name for an Omnitec device. */
|
|
110440
110472
|
lock_name: string;
|
|
110473
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
110474
|
+
lock_alias?: string | undefined;
|
|
110441
110475
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
110442
110476
|
lock_mac: string;
|
|
110443
110477
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
package/package.json
CHANGED
|
@@ -637,6 +637,10 @@ export const device_metadata = z
|
|
|
637
637
|
.object({
|
|
638
638
|
lock_id: z.number().describe(`Lock ID for an Omnitec device.`),
|
|
639
639
|
lock_name: z.string().describe(`Lock name for an Omnitec device.`),
|
|
640
|
+
lock_alias: z
|
|
641
|
+
.string()
|
|
642
|
+
.optional()
|
|
643
|
+
.describe(`Operator-assigned alias for an Omnitec device.`),
|
|
640
644
|
lock_mac: z
|
|
641
645
|
.string()
|
|
642
646
|
.describe(`Bluetooth MAC address for an Omnitec device.`),
|
|
@@ -99,6 +99,7 @@ export const PROVIDER_CATEGORY_MAP = {
|
|
|
99
99
|
'nest',
|
|
100
100
|
'tedee',
|
|
101
101
|
'honeywell_resideo',
|
|
102
|
+
'first_alert',
|
|
102
103
|
'visionline',
|
|
103
104
|
'assa_abloy_credential_service',
|
|
104
105
|
'dormakaba_ambiance',
|
|
@@ -112,7 +113,6 @@ export const PROVIDER_CATEGORY_MAP = {
|
|
|
112
113
|
'ultraloq',
|
|
113
114
|
'dormakaba_oracode',
|
|
114
115
|
'ring',
|
|
115
|
-
'first_alert',
|
|
116
116
|
'korelock',
|
|
117
117
|
'keyincode',
|
|
118
118
|
'sifely',
|
|
@@ -14893,6 +14893,11 @@ const openapi: OpenAPISpec = {
|
|
|
14893
14893
|
'Whether the Omnitec lock has a connected gateway for remote operations.',
|
|
14894
14894
|
type: 'boolean',
|
|
14895
14895
|
},
|
|
14896
|
+
lock_alias: {
|
|
14897
|
+
description:
|
|
14898
|
+
'Operator-assigned alias for an Omnitec device.',
|
|
14899
|
+
type: 'string',
|
|
14900
|
+
},
|
|
14896
14901
|
lock_id: {
|
|
14897
14902
|
description: 'Lock ID for an Omnitec device.',
|
|
14898
14903
|
format: 'float',
|
|
@@ -14162,6 +14162,8 @@ export type Routes = {
|
|
|
14162
14162
|
lock_id: number
|
|
14163
14163
|
/** Lock name for an Omnitec device. */
|
|
14164
14164
|
lock_name: string
|
|
14165
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
14166
|
+
lock_alias?: string | undefined
|
|
14165
14167
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
14166
14168
|
lock_mac: string
|
|
14167
14169
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -22052,6 +22054,8 @@ export type Routes = {
|
|
|
22052
22054
|
lock_id: number
|
|
22053
22055
|
/** Lock name for an Omnitec device. */
|
|
22054
22056
|
lock_name: string
|
|
22057
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
22058
|
+
lock_alias?: string | undefined
|
|
22055
22059
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
22056
22060
|
lock_mac: string
|
|
22057
22061
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -48265,6 +48269,8 @@ export type Routes = {
|
|
|
48265
48269
|
lock_id: number
|
|
48266
48270
|
/** Lock name for an Omnitec device. */
|
|
48267
48271
|
lock_name: string
|
|
48272
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
48273
|
+
lock_alias?: string | undefined
|
|
48268
48274
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
48269
48275
|
lock_mac: string
|
|
48270
48276
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -50313,6 +50319,8 @@ export type Routes = {
|
|
|
50313
50319
|
lock_id: number
|
|
50314
50320
|
/** Lock name for an Omnitec device. */
|
|
50315
50321
|
lock_name: string
|
|
50322
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
50323
|
+
lock_alias?: string | undefined
|
|
50316
50324
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
50317
50325
|
lock_mac: string
|
|
50318
50326
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -64283,6 +64291,8 @@ export type Routes = {
|
|
|
64283
64291
|
lock_id: number
|
|
64284
64292
|
/** Lock name for an Omnitec device. */
|
|
64285
64293
|
lock_name: string
|
|
64294
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
64295
|
+
lock_alias?: string | undefined
|
|
64286
64296
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
64287
64297
|
lock_mac: string
|
|
64288
64298
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -66087,6 +66097,8 @@ export type Routes = {
|
|
|
66087
66097
|
lock_id: number
|
|
66088
66098
|
/** Lock name for an Omnitec device. */
|
|
66089
66099
|
lock_name: string
|
|
66100
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
66101
|
+
lock_alias?: string | undefined
|
|
66090
66102
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
66091
66103
|
lock_mac: string
|
|
66092
66104
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -68088,6 +68100,8 @@ export type Routes = {
|
|
|
68088
68100
|
lock_id: number
|
|
68089
68101
|
/** Lock name for an Omnitec device. */
|
|
68090
68102
|
lock_name: string
|
|
68103
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
68104
|
+
lock_alias?: string | undefined
|
|
68091
68105
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
68092
68106
|
lock_mac: string
|
|
68093
68107
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -69891,6 +69905,8 @@ export type Routes = {
|
|
|
69891
69905
|
lock_id: number
|
|
69892
69906
|
/** Lock name for an Omnitec device. */
|
|
69893
69907
|
lock_name: string
|
|
69908
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
69909
|
+
lock_alias?: string | undefined
|
|
69894
69910
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
69895
69911
|
lock_mac: string
|
|
69896
69912
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -79583,6 +79599,8 @@ export type Routes = {
|
|
|
79583
79599
|
lock_id: number
|
|
79584
79600
|
/** Lock name for an Omnitec device. */
|
|
79585
79601
|
lock_name: string
|
|
79602
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
79603
|
+
lock_alias?: string | undefined
|
|
79586
79604
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
79587
79605
|
lock_mac: string
|
|
79588
79606
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -81386,6 +81404,8 @@ export type Routes = {
|
|
|
81386
81404
|
lock_id: number
|
|
81387
81405
|
/** Lock name for an Omnitec device. */
|
|
81388
81406
|
lock_name: string
|
|
81407
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
81408
|
+
lock_alias?: string | undefined
|
|
81389
81409
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
81390
81410
|
lock_mac: string
|
|
81391
81411
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -99502,6 +99522,8 @@ export type Routes = {
|
|
|
99502
99522
|
lock_id: number
|
|
99503
99523
|
/** Lock name for an Omnitec device. */
|
|
99504
99524
|
lock_name: string
|
|
99525
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
99526
|
+
lock_alias?: string | undefined
|
|
99505
99527
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
99506
99528
|
lock_mac: string
|
|
99507
99529
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -108284,6 +108306,8 @@ export type Routes = {
|
|
|
108284
108306
|
lock_id: number
|
|
108285
108307
|
/** Lock name for an Omnitec device. */
|
|
108286
108308
|
lock_name: string
|
|
108309
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
108310
|
+
lock_alias?: string | undefined
|
|
108287
108311
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
108288
108312
|
lock_mac: string
|
|
108289
108313
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -114121,6 +114145,8 @@ export type Routes = {
|
|
|
114121
114145
|
lock_id: number
|
|
114122
114146
|
/** Lock name for an Omnitec device. */
|
|
114123
114147
|
lock_name: string
|
|
114148
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
114149
|
+
lock_alias?: string | undefined
|
|
114124
114150
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
114125
114151
|
lock_mac: string
|
|
114126
114152
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -115924,6 +115950,8 @@ export type Routes = {
|
|
|
115924
115950
|
lock_id: number
|
|
115925
115951
|
/** Lock name for an Omnitec device. */
|
|
115926
115952
|
lock_name: string
|
|
115953
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
115954
|
+
lock_alias?: string | undefined
|
|
115927
115955
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
115928
115956
|
lock_mac: string
|
|
115929
115957
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -126551,6 +126579,8 @@ export type Routes = {
|
|
|
126551
126579
|
lock_id: number
|
|
126552
126580
|
/** Lock name for an Omnitec device. */
|
|
126553
126581
|
lock_name: string
|
|
126582
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
126583
|
+
lock_alias?: string | undefined
|
|
126554
126584
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
126555
126585
|
lock_mac: string
|
|
126556
126586
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -128356,6 +128386,8 @@ export type Routes = {
|
|
|
128356
128386
|
lock_id: number
|
|
128357
128387
|
/** Lock name for an Omnitec device. */
|
|
128358
128388
|
lock_name: string
|
|
128389
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
128390
|
+
lock_alias?: string | undefined
|
|
128359
128391
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
128360
128392
|
lock_mac: string
|
|
128361
128393
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|
|
@@ -131584,6 +131616,8 @@ export type Routes = {
|
|
|
131584
131616
|
lock_id: number
|
|
131585
131617
|
/** Lock name for an Omnitec device. */
|
|
131586
131618
|
lock_name: string
|
|
131619
|
+
/** Operator-assigned alias for an Omnitec device. */
|
|
131620
|
+
lock_alias?: string | undefined
|
|
131587
131621
|
/** Bluetooth MAC address for an Omnitec device. */
|
|
131588
131622
|
lock_mac: string
|
|
131589
131623
|
/** Whether the Omnitec lock has a connected gateway for remote operations. */
|