@seamapi/types 1.573.0 → 1.574.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
@@ -53838,7 +53838,8 @@ var openapi_default = {
53838
53838
  security: [
53839
53839
  { pat_with_workspace: [] },
53840
53840
  { console_session_with_workspace: [] },
53841
- { api_key: [] }
53841
+ { api_key: [] },
53842
+ { client_session_with_customer: [] }
53842
53843
  ],
53843
53844
  summary: "/spaces/get_related",
53844
53845
  tags: [],
@@ -53951,7 +53952,8 @@ var openapi_default = {
53951
53952
  security: [
53952
53953
  { pat_with_workspace: [] },
53953
53954
  { console_session_with_workspace: [] },
53954
- { api_key: [] }
53955
+ { api_key: [] },
53956
+ { client_session_with_customer: [] }
53955
53957
  ],
53956
53958
  summary: "/spaces/get_related",
53957
53959
  tags: [],