@seamapi/types 1.573.0 → 1.574.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.573.0",
3
+ "version": "1.574.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -52129,6 +52129,7 @@ export default {
52129
52129
  { pat_with_workspace: [] },
52130
52130
  { console_session_with_workspace: [] },
52131
52131
  { api_key: [] },
52132
+ { client_session_with_customer: [] },
52132
52133
  ],
52133
52134
  summary: '/spaces/get_related',
52134
52135
  tags: [],
@@ -52244,6 +52245,7 @@ export default {
52244
52245
  { pat_with_workspace: [] },
52245
52246
  { console_session_with_workspace: [] },
52246
52247
  { api_key: [] },
52248
+ { client_session_with_customer: [] },
52247
52249
  ],
52248
52250
  summary: '/spaces/get_related',
52249
52251
  tags: [],