@seamapi/types 1.52.0 → 1.52.1
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 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -12
- package/lib/seam/connect/openapi.d.ts +17 -12
- package/lib/seam/connect/openapi.js +4 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -3
package/package.json
CHANGED
|
@@ -3890,9 +3890,10 @@ export default {
|
|
|
3890
3890
|
401: { description: 'Unauthorized' },
|
|
3891
3891
|
},
|
|
3892
3892
|
security: [
|
|
3893
|
-
{
|
|
3894
|
-
{
|
|
3895
|
-
{
|
|
3893
|
+
{ api_key: [] },
|
|
3894
|
+
{ client_session: [] },
|
|
3895
|
+
{ pat_with_workspace: [] },
|
|
3896
|
+
{ console_session: [] },
|
|
3896
3897
|
],
|
|
3897
3898
|
summary: '/acs/credentials/list',
|
|
3898
3899
|
tags: [],
|