@seamapi/types 1.436.0 → 1.437.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.436.0",
3
+ "version": "1.437.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -41629,7 +41629,7 @@ export default {
41629
41629
  'x-fern-sdk-method-name': 'keypad_code_entry',
41630
41630
  'x-fern-sdk-return-value': 'action_attempt',
41631
41631
  'x-response-key': 'action_attempt',
41632
- 'x-undocumented': 'Unreleased.',
41632
+ 'x-title': 'Simulate a Keypad Code Entry',
41633
41633
  },
41634
41634
  },
41635
41635
  '/locks/simulate/manual_lock_via_keypad': {
@@ -41688,7 +41688,7 @@ export default {
41688
41688
  'x-fern-sdk-method-name': 'manual_lock_via_keypad',
41689
41689
  'x-fern-sdk-return-value': 'action_attempt',
41690
41690
  'x-response-key': 'action_attempt',
41691
- 'x-undocumented': 'Unreleased.',
41691
+ 'x-title': 'Simulate a Manual Lock Action Using a Keypad',
41692
41692
  },
41693
41693
  },
41694
41694
  '/locks/unlock_door': {