@seamapi/types 1.343.0 → 1.344.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.343.0",
3
+ "version": "1.344.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -22150,6 +22150,7 @@ export default {
22150
22150
  { api_key: [] },
22151
22151
  { pat_with_workspace: [] },
22152
22152
  { console_session_with_workspace: [] },
22153
+ { client_session: [] },
22153
22154
  ],
22154
22155
  summary: '/devices/update',
22155
22156
  tags: ['/devices'],
@@ -22207,6 +22208,7 @@ export default {
22207
22208
  { api_key: [] },
22208
22209
  { pat_with_workspace: [] },
22209
22210
  { console_session_with_workspace: [] },
22211
+ { client_session: [] },
22210
22212
  ],
22211
22213
  summary: '/devices/update',
22212
22214
  tags: ['/devices'],