@seamapi/types 1.287.2 → 1.287.3
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 +3 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +27 -27
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -5
- package/lib/seam/connect/models/devices/device-metadata.js +1 -1
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -7
- package/lib/seam/connect/models/devices/phone.d.ts +5 -5
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -5
- package/lib/seam/connect/openapi.d.ts +1 -1
- package/lib/seam/connect/openapi.js +2 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +14 -14
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -2
- package/src/lib/seam/connect/route-types.ts +14 -14
package/dist/connect.cjs
CHANGED
|
@@ -674,7 +674,7 @@ var device_metadata = zod.z.object({
|
|
|
674
674
|
_member_group_id: zod.z.string().optional()
|
|
675
675
|
}),
|
|
676
676
|
assa_abloy_vostio_metadata: zod.z.object({
|
|
677
|
-
|
|
677
|
+
encoder_name: zod.z.string()
|
|
678
678
|
})
|
|
679
679
|
}).partial();
|
|
680
680
|
var LOCK_DEVICE_TYPE = {
|
|
@@ -6540,8 +6540,8 @@ var openapi_default = {
|
|
|
6540
6540
|
type: "object"
|
|
6541
6541
|
},
|
|
6542
6542
|
assa_abloy_vostio_metadata: {
|
|
6543
|
-
properties: {
|
|
6544
|
-
required: ["
|
|
6543
|
+
properties: { encoder_name: { type: "string" } },
|
|
6544
|
+
required: ["encoder_name"],
|
|
6545
6545
|
type: "object"
|
|
6546
6546
|
},
|
|
6547
6547
|
august_metadata: {
|