@seamapi/types 1.157.0 → 1.157.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 +6 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -13
- package/lib/seam/connect/openapi.d.ts +17 -13
- package/lib/seam/connect/openapi.js +5 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +5 -5
package/package.json
CHANGED
|
@@ -7317,9 +7317,10 @@ export default {
|
|
|
7317
7317
|
401: { description: 'Unauthorized' },
|
|
7318
7318
|
},
|
|
7319
7319
|
security: [
|
|
7320
|
-
{
|
|
7321
|
-
{
|
|
7322
|
-
{
|
|
7320
|
+
{ client_session: [] },
|
|
7321
|
+
{ pat_with_workspace: [] },
|
|
7322
|
+
{ console_session: [] },
|
|
7323
|
+
{ api_key: [] },
|
|
7323
7324
|
],
|
|
7324
7325
|
summary: '/devices/unmanaged/get',
|
|
7325
7326
|
tags: ['/devices'],
|
|
@@ -9482,7 +9483,6 @@ export default {
|
|
|
9482
9483
|
tags: ['/thermostats'],
|
|
9483
9484
|
'x-fern-sdk-group-name': ['thermostats', 'climate_setting_schedules'],
|
|
9484
9485
|
'x-fern-sdk-method-name': 'update',
|
|
9485
|
-
'x-fern-sdk-return-value': 'climate_setting_schedule',
|
|
9486
9486
|
},
|
|
9487
9487
|
put: {
|
|
9488
9488
|
operationId: 'thermostatsClimateSettingSchedulesUpdatePut',
|
|
@@ -11716,7 +11716,7 @@ export default {
|
|
|
11716
11716
|
tags: ['/workspaces'],
|
|
11717
11717
|
'x-fern-sdk-group-name': ['workspaces'],
|
|
11718
11718
|
'x-fern-sdk-method-name': 'reset_sandbox',
|
|
11719
|
-
'x-fern-sdk-return-value': '
|
|
11719
|
+
'x-fern-sdk-return-value': 'action_attempt',
|
|
11720
11720
|
},
|
|
11721
11721
|
},
|
|
11722
11722
|
},
|