@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/package.json
CHANGED
|
@@ -52129,6 +52129,7 @@ export default {
|
|
|
52129
52129
|
{ pat_with_workspace: [] },
|
|
52130
52130
|
{ console_session_with_workspace: [] },
|
|
52131
52131
|
{ api_key: [] },
|
|
52132
|
+
{ client_session_with_customer: [] },
|
|
52132
52133
|
],
|
|
52133
52134
|
summary: '/spaces/get_related',
|
|
52134
52135
|
tags: [],
|
|
@@ -52244,6 +52245,7 @@ export default {
|
|
|
52244
52245
|
{ pat_with_workspace: [] },
|
|
52245
52246
|
{ console_session_with_workspace: [] },
|
|
52246
52247
|
{ api_key: [] },
|
|
52248
|
+
{ client_session_with_customer: [] },
|
|
52247
52249
|
],
|
|
52248
52250
|
summary: '/spaces/get_related',
|
|
52249
52251
|
tags: [],
|