@seamapi/types 1.133.0 → 1.134.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
@@ -9114,9 +9114,10 @@ var openapi_default = {
9114
9114
  401: { description: "Unauthorized" }
9115
9115
  },
9116
9116
  security: [
9117
- { access_token: [], seam_workspace: [] },
9118
- { seam_client_session_token: [] },
9119
- { client_session_token: [] }
9117
+ { client_session: [] },
9118
+ { pat_with_workspace: [] },
9119
+ { console_session: [] },
9120
+ { api_key: [] }
9120
9121
  ],
9121
9122
  summary: "/locks/list",
9122
9123
  tags: ["/locks"],