@seamapi/types 1.538.0 → 1.539.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
|
@@ -50871,6 +50871,7 @@ export default {
|
|
|
50871
50871
|
{ pat_with_workspace: [] },
|
|
50872
50872
|
{ console_session_with_workspace: [] },
|
|
50873
50873
|
{ api_key: [] },
|
|
50874
|
+
{ client_session_with_customer: [] },
|
|
50874
50875
|
],
|
|
50875
50876
|
summary: '/spaces/get',
|
|
50876
50877
|
tags: [],
|
|
@@ -50939,6 +50940,7 @@ export default {
|
|
|
50939
50940
|
{ pat_with_workspace: [] },
|
|
50940
50941
|
{ console_session_with_workspace: [] },
|
|
50941
50942
|
{ api_key: [] },
|
|
50943
|
+
{ client_session_with_customer: [] },
|
|
50942
50944
|
],
|
|
50943
50945
|
summary: '/spaces/get',
|
|
50944
50946
|
tags: [],
|