@seamapi/types 1.271.1 → 1.272.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
@@ -598,8 +598,9 @@ var device_metadata = zod.z.object({
598
598
  nest_device_id: zod.z.string(),
599
599
  device_name: zod.z.string(),
600
600
  // set by Google
601
- custom_name: zod.z.string()
601
+ custom_name: zod.z.string(),
602
602
  // set by device owner
603
+ display_name: zod.z.string().optional()
603
604
  }),
604
605
  ecobee_metadata: zod.z.object({
605
606
  ecobee_device_id: zod.z.string(),
@@ -6259,6 +6260,7 @@ var openapi_default = {
6259
6260
  properties: {
6260
6261
  custom_name: { type: "string" },
6261
6262
  device_name: { type: "string" },
6263
+ display_name: { type: "string" },
6262
6264
  nest_device_id: { type: "string" }
6263
6265
  },
6264
6266
  required: [