@seamapi/types 1.437.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/dist/connect.cjs +4 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -0
- package/lib/seam/connect/openapi.d.ts +2 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
package/package.json
CHANGED
|
@@ -41629,6 +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-title': 'Simulate a Keypad Code Entry',
|
|
41632
41633
|
},
|
|
41633
41634
|
},
|
|
41634
41635
|
'/locks/simulate/manual_lock_via_keypad': {
|
|
@@ -41687,6 +41688,7 @@ export default {
|
|
|
41687
41688
|
'x-fern-sdk-method-name': 'manual_lock_via_keypad',
|
|
41688
41689
|
'x-fern-sdk-return-value': 'action_attempt',
|
|
41689
41690
|
'x-response-key': 'action_attempt',
|
|
41691
|
+
'x-title': 'Simulate a Manual Lock Action Using a Keypad',
|
|
41690
41692
|
},
|
|
41691
41693
|
},
|
|
41692
41694
|
'/locks/unlock_door': {
|