@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/dist/connect.cjs CHANGED
@@ -54490,7 +54490,7 @@ var openapi_default = {
54490
54490
  400: { description: "Bad Request" },
54491
54491
  401: { description: "Unauthorized" }
54492
54492
  },
54493
- security: [{ api_key: [] }],
54493
+ security: [{ api_key: [] }, { console_session_with_workspace: [] }],
54494
54494
  summary: "/seam/customer/v1/connectors/sync",
54495
54495
  tags: [],
54496
54496
  "x-fern-sdk-group-name": ["seam", "customer", "v1", "connectors"],