@seamapi/types 1.629.0 → 1.630.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.629.0",
3
+ "version": "1.630.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -52807,7 +52807,7 @@ export default {
52807
52807
  400: { description: 'Bad Request' },
52808
52808
  401: { description: 'Unauthorized' },
52809
52809
  },
52810
- security: [{ api_key: [] }],
52810
+ security: [{ api_key: [] }, { console_session_with_workspace: [] }],
52811
52811
  summary: '/seam/customer/v1/connectors/sync',
52812
52812
  tags: [],
52813
52813
  'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'connectors'],