@seamapi/types 1.286.3 → 1.287.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 CHANGED
@@ -667,6 +667,7 @@ var device_metadata = zod.z.object({
667
667
  akiles_metadata: zod.z.object({
668
668
  gadget_name: zod.z.string(),
669
669
  gadget_id: zod.z.string(),
670
+ product_name: zod.z.string(),
670
671
  /**
671
672
  * Group ID to add users to for this device
672
673
  */
@@ -6518,9 +6519,10 @@ var openapi_default = {
6518
6519
  properties: {
6519
6520
  _member_group_id: { type: "string" },
6520
6521
  gadget_id: { type: "string" },
6521
- gadget_name: { type: "string" }
6522
+ gadget_name: { type: "string" },
6523
+ product_name: { type: "string" }
6522
6524
  },
6523
- required: ["gadget_name", "gadget_id"],
6525
+ required: ["gadget_name", "gadget_id", "product_name"],
6524
6526
  type: "object"
6525
6527
  },
6526
6528
  assa_abloy_vostio_metadata: {