@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 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
- encoder_id: zod.z.string()
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: { encoder_id: { type: "string" } },
6544
- required: ["encoder_id"],
6543
+ properties: { encoder_name: { type: "string" } },
6544
+ required: ["encoder_name"],
6545
6545
  type: "object"
6546
6546
  },
6547
6547
  august_metadata: {