@seamapi/types 1.569.0 → 1.570.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.569.0",
3
+ "version": "1.570.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -52139,7 +52139,6 @@ export default {
52139
52139
  401: { description: 'Unauthorized' },
52140
52140
  },
52141
52141
  security: [
52142
- { client_session_with_customer: [] },
52143
52142
  { pat_with_workspace: [] },
52144
52143
  { console_session_with_workspace: [] },
52145
52144
  { api_key: [] },
@@ -52255,7 +52254,6 @@ export default {
52255
52254
  401: { description: 'Unauthorized' },
52256
52255
  },
52257
52256
  security: [
52258
- { client_session_with_customer: [] },
52259
52257
  { pat_with_workspace: [] },
52260
52258
  { console_session_with_workspace: [] },
52261
52259
  { api_key: [] },