@seamapi/types 1.52.0 → 1.52.1

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.52.0",
3
+ "version": "1.52.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -3890,9 +3890,10 @@ export default {
3890
3890
  401: { description: 'Unauthorized' },
3891
3891
  },
3892
3892
  security: [
3893
- { access_token: [], seam_workspace: [] },
3894
- { seam_client_session_token: [] },
3895
- { client_session_token: [] },
3893
+ { api_key: [] },
3894
+ { client_session: [] },
3895
+ { pat_with_workspace: [] },
3896
+ { console_session: [] },
3896
3897
  ],
3897
3898
  summary: '/acs/credentials/list',
3898
3899
  tags: [],