@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/dist/connect.cjs CHANGED
@@ -3888,9 +3888,10 @@ var openapi_default = {
3888
3888
  401: { description: "Unauthorized" }
3889
3889
  },
3890
3890
  security: [
3891
- { access_token: [], seam_workspace: [] },
3892
- { seam_client_session_token: [] },
3893
- { client_session_token: [] }
3891
+ { api_key: [] },
3892
+ { client_session: [] },
3893
+ { pat_with_workspace: [] },
3894
+ { console_session: [] }
3894
3895
  ],
3895
3896
  summary: "/acs/credentials/list",
3896
3897
  tags: [],