@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 +4 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +16 -0
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
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: [],
|