@seamapi/types 1.710.0 → 1.711.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
|
@@ -31679,6 +31679,7 @@ export default {
|
|
|
31679
31679
|
{ pat_with_workspace: [] },
|
|
31680
31680
|
{ console_session_with_workspace: [] },
|
|
31681
31681
|
{ api_key: [] },
|
|
31682
|
+
{ client_session_with_customer: [] },
|
|
31682
31683
|
],
|
|
31683
31684
|
summary: '/access_methods/delete',
|
|
31684
31685
|
tags: [],
|
|
@@ -31728,6 +31729,7 @@ export default {
|
|
|
31728
31729
|
{ pat_with_workspace: [] },
|
|
31729
31730
|
{ console_session_with_workspace: [] },
|
|
31730
31731
|
{ api_key: [] },
|
|
31732
|
+
{ client_session_with_customer: [] },
|
|
31731
31733
|
],
|
|
31732
31734
|
summary: '/access_methods/delete',
|
|
31733
31735
|
tags: [],
|