@seamapi/types 1.252.0 → 1.252.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 +3 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -1
- package/lib/seam/connect/openapi.js +1 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -1
package/package.json
CHANGED
|
@@ -13294,6 +13294,7 @@ export default {
|
|
|
13294
13294
|
tags: ['/thermostats'],
|
|
13295
13295
|
'x-fern-sdk-group-name': ['thermostats'],
|
|
13296
13296
|
'x-fern-sdk-method-name': 'create_climate_preset',
|
|
13297
|
+
'x-fern-sdk-return-value': 'climate_preset',
|
|
13297
13298
|
},
|
|
13298
13299
|
},
|
|
13299
13300
|
'/thermostats/delete_climate_preset': {
|
|
@@ -14373,7 +14374,6 @@ export default {
|
|
|
14373
14374
|
tags: ['/thermostats'],
|
|
14374
14375
|
'x-fern-sdk-group-name': ['thermostats'],
|
|
14375
14376
|
'x-fern-sdk-method-name': 'update_climate_preset',
|
|
14376
|
-
'x-fern-sdk-return-value': 'climate_preset',
|
|
14377
14377
|
},
|
|
14378
14378
|
},
|
|
14379
14379
|
'/user_identities/add_acs_user': {
|