@seamapi/types 1.723.0 → 1.724.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
@@ -961,7 +961,7 @@ var device_metadata = zod.z.object({
961
961
  bridge_id: zod.z.string().optional().describe(`Bridge ID for an igloohome device.`),
962
962
  bridge_name: zod.z.string().optional().describe(`Bridge name for an igloohome device.`),
963
963
  keypad_id: zod.z.string().optional().describe(`Keypad ID for an igloohome device.`),
964
- is_keypad_linked_to_bridge: zod.z.boolean().optional().describe(
964
+ is_accessory_keypad_linked_to_bridge: zod.z.boolean().optional().describe(
965
965
  `Indicates whether a keypad is linked to a bridge for an igloohome device.`
966
966
  )
967
967
  }).describe(`Metadata for an igloohome device.`),
@@ -15874,7 +15874,7 @@ var openapi_default = {
15874
15874
  description: "Device name for an igloohome device.",
15875
15875
  type: "string"
15876
15876
  },
15877
- is_keypad_linked_to_bridge: {
15877
+ is_accessory_keypad_linked_to_bridge: {
15878
15878
  description: "Indicates whether a keypad is linked to a bridge for an igloohome device.",
15879
15879
  type: "boolean"
15880
15880
  },