@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/dist/connect.cjs +2 -0
- 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
|
@@ -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',
|