@seamapi/types 1.626.0 → 1.627.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
@@ -34429,7 +34429,8 @@ var openapi_default = {
34429
34429
  security: [
34430
34430
  { pat_with_workspace: [] },
34431
34431
  { console_session_with_workspace: [] },
34432
- { api_key: [] }
34432
+ { api_key: [] },
34433
+ { client_session_with_customer: [] }
34433
34434
  ],
34434
34435
  summary: "/access_methods/list",
34435
34436
  tags: [],
@@ -34500,7 +34501,8 @@ var openapi_default = {
34500
34501
  security: [
34501
34502
  { pat_with_workspace: [] },
34502
34503
  { console_session_with_workspace: [] },
34503
- { api_key: [] }
34504
+ { api_key: [] },
34505
+ { client_session_with_customer: [] }
34504
34506
  ],
34505
34507
  summary: "/access_methods/list",
34506
34508
  tags: [],