@seamapi/types 1.157.0 → 1.157.2

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.2",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -87,14 +87,8 @@
87
87
  "npm": ">= 9.0.0"
88
88
  },
89
89
  "peerDependencies": {
90
- "type-fest": "^4.3.1",
91
90
  "zod": "^3.21.4"
92
91
  },
93
- "peerDependenciesMeta": {
94
- "type-fest": {
95
- "optional": true
96
- }
97
- },
98
92
  "devDependencies": {
99
93
  "@types/node": "^20.8.10",
100
94
  "concurrently": "^8.2.0",
@@ -111,7 +105,6 @@
111
105
  "tsc-alias": "^1.8.2",
112
106
  "tsup": "^8.0.1",
113
107
  "tsx": "^4.6.2",
114
- "type-fest": "^4.3.1",
115
108
  "typedoc": "^0.25.2",
116
109
  "typescript": "^5.1.0",
117
110
  "zod": "^3.21.4"
@@ -6467,9 +6467,10 @@ export default {
6467
6467
  401: { description: 'Unauthorized' },
6468
6468
  },
6469
6469
  security: [
6470
- { access_token: [], seam_workspace: [] },
6471
- { seam_client_session_token: [] },
6472
- { client_session_token: [] },
6470
+ { client_session: [] },
6471
+ { pat_with_workspace: [] },
6472
+ { console_session: [] },
6473
+ { api_key: [] },
6473
6474
  ],
6474
6475
  summary: '/connect_webviews/create',
6475
6476
  tags: ['/connect_webviews'],
@@ -7317,9 +7318,10 @@ export default {
7317
7318
  401: { description: 'Unauthorized' },
7318
7319
  },
7319
7320
  security: [
7320
- { access_token: [], seam_workspace: [] },
7321
- { seam_client_session_token: [] },
7322
- { client_session_token: [] },
7321
+ { client_session: [] },
7322
+ { pat_with_workspace: [] },
7323
+ { console_session: [] },
7324
+ { api_key: [] },
7323
7325
  ],
7324
7326
  summary: '/devices/unmanaged/get',
7325
7327
  tags: ['/devices'],
@@ -9482,7 +9484,6 @@ export default {
9482
9484
  tags: ['/thermostats'],
9483
9485
  'x-fern-sdk-group-name': ['thermostats', 'climate_setting_schedules'],
9484
9486
  'x-fern-sdk-method-name': 'update',
9485
- 'x-fern-sdk-return-value': 'climate_setting_schedule',
9486
9487
  },
9487
9488
  put: {
9488
9489
  operationId: 'thermostatsClimateSettingSchedulesUpdatePut',
@@ -11716,7 +11717,7 @@ export default {
11716
11717
  tags: ['/workspaces'],
11717
11718
  'x-fern-sdk-group-name': ['workspaces'],
11718
11719
  'x-fern-sdk-method-name': 'reset_sandbox',
11719
- 'x-fern-sdk-return-value': 'message',
11720
+ 'x-fern-sdk-return-value': 'action_attempt',
11720
11721
  },
11721
11722
  },
11722
11723
  },