@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.157.0",
3
+ "version": "1.157.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -7317,9 +7317,10 @@ export default {
7317
7317
  401: { description: 'Unauthorized' },
7318
7318
  },
7319
7319
  security: [
7320
- { access_token: [], seam_workspace: [] },
7321
- { seam_client_session_token: [] },
7322
- { client_session_token: [] },
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': 'message',
11719
+ 'x-fern-sdk-return-value': 'action_attempt',
11720
11720
  },
11721
11721
  },
11722
11722
  },