@seamapi/types 1.794.0 → 1.795.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.794.0",
3
+ "version": "1.795.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -78839,7 +78839,6 @@ export default {
78839
78839
  401: { description: 'Unauthorized' },
78840
78840
  },
78841
78841
  security: [
78842
- { client_session: [] },
78843
78842
  { api_key: [] },
78844
78843
  { pat_with_workspace: [] },
78845
78844
  { console_session_with_workspace: [] },
@@ -78903,7 +78902,6 @@ export default {
78903
78902
  401: { description: 'Unauthorized' },
78904
78903
  },
78905
78904
  security: [
78906
- { client_session: [] },
78907
78905
  { api_key: [] },
78908
78906
  { pat_with_workspace: [] },
78909
78907
  { console_session_with_workspace: [] },