@seamapi/types 1.763.0 → 1.764.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
@@ -42416,7 +42416,8 @@ var openapi_default = {
42416
42416
  security: [
42417
42417
  { pat_with_workspace: [] },
42418
42418
  { console_session_with_workspace: [] },
42419
- { api_key: [] }
42419
+ { api_key: [] },
42420
+ { client_session_with_customer: [] }
42420
42421
  ],
42421
42422
  summary: "/access_methods/unmanaged/list",
42422
42423
  tags: [],
@@ -42830,7 +42831,8 @@ var openapi_default = {
42830
42831
  security: [
42831
42832
  { pat_with_workspace: [] },
42832
42833
  { console_session_with_workspace: [] },
42833
- { api_key: [] }
42834
+ { api_key: [] },
42835
+ { client_session_with_customer: [] }
42834
42836
  ],
42835
42837
  summary: "/access_methods/unmanaged/list",
42836
42838
  tags: [],