@seamapi/types 1.228.0 → 1.229.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.228.0",
3
+ "version": "1.229.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -9632,6 +9632,7 @@ export default {
9632
9632
  ],
9633
9633
  summary: '/locks/get',
9634
9634
  tags: ['/locks'],
9635
+ 'x-deprecated': 'Use `/devices/get` instead.',
9635
9636
  'x-fern-sdk-group-name': ['locks'],
9636
9637
  'x-fern-sdk-method-name': 'get',
9637
9638
  'x-fern-sdk-return-value': 'device',
@@ -11527,6 +11528,7 @@ export default {
11527
11528
  ],
11528
11529
  summary: '/thermostats/get',
11529
11530
  tags: ['/thermostats'],
11531
+ 'x-deprecated': 'Use `/devices/get` instead.',
11530
11532
  'x-fern-sdk-group-name': ['thermostats'],
11531
11533
  'x-fern-sdk-method-name': 'get',
11532
11534
  'x-fern-sdk-return-value': 'thermostat',