@seamapi/types 1.763.0 → 1.764.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
|
@@ -39811,6 +39811,7 @@ export default {
|
|
|
39811
39811
|
{ pat_with_workspace: [] },
|
|
39812
39812
|
{ console_session_with_workspace: [] },
|
|
39813
39813
|
{ api_key: [] },
|
|
39814
|
+
{ client_session_with_customer: [] },
|
|
39814
39815
|
],
|
|
39815
39816
|
summary: '/access_methods/unmanaged/list',
|
|
39816
39817
|
tags: [],
|
|
@@ -40279,6 +40280,7 @@ export default {
|
|
|
40279
40280
|
{ pat_with_workspace: [] },
|
|
40280
40281
|
{ console_session_with_workspace: [] },
|
|
40281
40282
|
{ api_key: [] },
|
|
40283
|
+
{ client_session_with_customer: [] },
|
|
40282
40284
|
],
|
|
40283
40285
|
summary: '/access_methods/unmanaged/list',
|
|
40284
40286
|
tags: [],
|