@seamapi/types 1.435.0 → 1.437.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
@@ -1129,7 +1129,10 @@ var device_metadata = zod.z.object({
1129
1129
  device_name: zod.z.string().describe(`Device name for an igloohome device.`),
1130
1130
  bridge_id: zod.z.string().optional().describe(`Bridge ID for an igloohome device.`),
1131
1131
  bridge_name: zod.z.string().optional().describe(`Bridge name for an igloohome device.`),
1132
- keypad_id: zod.z.string().optional().describe(`Keypad ID for an igloohome device.`)
1132
+ keypad_id: zod.z.string().optional().describe(`Keypad ID for an igloohome device.`),
1133
+ is_keypad_linked_to_bridge: zod.z.boolean().optional().describe(
1134
+ `Indicates whether a keypad is linked to a bridge for an igloohome device.`
1135
+ )
1133
1136
  }).describe(`Metadata for an igloohome device.`),
1134
1137
  nest_metadata: zod.z.object({
1135
1138
  nest_device_id: zod.z.string().describe(`Device ID for a Google Nest device.`),
@@ -14824,6 +14827,10 @@ var openapi_default = {
14824
14827
  description: "Device name for an igloohome device.",
14825
14828
  type: "string"
14826
14829
  },
14830
+ is_keypad_linked_to_bridge: {
14831
+ description: "Indicates whether a keypad is linked to a bridge for an igloohome device.",
14832
+ type: "boolean"
14833
+ },
14827
14834
  keypad_id: {
14828
14835
  description: "Keypad ID for an igloohome device.",
14829
14836
  type: "string"
@@ -43565,8 +43572,7 @@ var openapi_default = {
43565
43572
  "x-fern-sdk-group-name": ["locks", "simulate"],
43566
43573
  "x-fern-sdk-method-name": "keypad_code_entry",
43567
43574
  "x-fern-sdk-return-value": "action_attempt",
43568
- "x-response-key": "action_attempt",
43569
- "x-undocumented": "Unreleased."
43575
+ "x-response-key": "action_attempt"
43570
43576
  }
43571
43577
  },
43572
43578
  "/locks/simulate/manual_lock_via_keypad": {
@@ -43622,8 +43628,7 @@ var openapi_default = {
43622
43628
  "x-fern-sdk-group-name": ["locks", "simulate"],
43623
43629
  "x-fern-sdk-method-name": "manual_lock_via_keypad",
43624
43630
  "x-fern-sdk-return-value": "action_attempt",
43625
- "x-response-key": "action_attempt",
43626
- "x-undocumented": "Unreleased."
43631
+ "x-response-key": "action_attempt"
43627
43632
  }
43628
43633
  },
43629
43634
  "/locks/unlock_door": {