@seamapi/types 1.629.0 → 1.631.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 +5 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +22 -2
- package/dist/index.cjs +5 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +22 -2
- package/lib/seam/connect/openapi.js +3 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +3 -1
package/package.json
CHANGED
|
@@ -52807,7 +52807,7 @@ export default {
|
|
|
52807
52807
|
400: { description: 'Bad Request' },
|
|
52808
52808
|
401: { description: 'Unauthorized' },
|
|
52809
52809
|
},
|
|
52810
|
-
security: [{ api_key: [] }],
|
|
52810
|
+
security: [{ api_key: [] }, { console_session_with_workspace: [] }],
|
|
52811
52811
|
summary: '/seam/customer/v1/connectors/sync',
|
|
52812
52812
|
tags: [],
|
|
52813
52813
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'connectors'],
|
|
@@ -61992,6 +61992,7 @@ export default {
|
|
|
61992
61992
|
{ api_key: [] },
|
|
61993
61993
|
{ pat_with_workspace: [] },
|
|
61994
61994
|
{ console_session_with_workspace: [] },
|
|
61995
|
+
{ client_session_with_customer: [] },
|
|
61995
61996
|
],
|
|
61996
61997
|
summary: '/user_identities/get',
|
|
61997
61998
|
tags: ['/user_identities'],
|
|
@@ -62057,6 +62058,7 @@ export default {
|
|
|
62057
62058
|
{ api_key: [] },
|
|
62058
62059
|
{ pat_with_workspace: [] },
|
|
62059
62060
|
{ console_session_with_workspace: [] },
|
|
62061
|
+
{ client_session_with_customer: [] },
|
|
62060
62062
|
],
|
|
62061
62063
|
summary: '/user_identities/get',
|
|
62062
62064
|
tags: ['/user_identities'],
|