@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 +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
|
@@ -31617,6 +31617,7 @@ export default {
|
|
|
31617
31617
|
{ pat_with_workspace: [] },
|
|
31618
31618
|
{ console_session_with_workspace: [] },
|
|
31619
31619
|
{ api_key: [] },
|
|
31620
|
+
{ client_session_with_customer: [] },
|
|
31620
31621
|
],
|
|
31621
31622
|
summary: '/access_methods/list',
|
|
31622
31623
|
tags: [],
|
|
@@ -31693,6 +31694,7 @@ export default {
|
|
|
31693
31694
|
{ pat_with_workspace: [] },
|
|
31694
31695
|
{ console_session_with_workspace: [] },
|
|
31695
31696
|
{ api_key: [] },
|
|
31697
|
+
{ client_session_with_customer: [] },
|
|
31696
31698
|
],
|
|
31697
31699
|
summary: '/access_methods/list',
|
|
31698
31700
|
tags: [],
|