@seamapi/types 1.513.0 → 1.514.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 +2 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +20 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +20 -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
|
@@ -33782,6 +33782,7 @@ export default {
|
|
|
33782
33782
|
{ client_session: [] },
|
|
33783
33783
|
{ pat_with_workspace: [] },
|
|
33784
33784
|
{ console_session_with_workspace: [] },
|
|
33785
|
+
{ client_session_with_customer: [] },
|
|
33785
33786
|
{ api_key: [] },
|
|
33786
33787
|
],
|
|
33787
33788
|
summary: '/acs/systems/list',
|
|
@@ -33844,6 +33845,7 @@ export default {
|
|
|
33844
33845
|
{ client_session: [] },
|
|
33845
33846
|
{ pat_with_workspace: [] },
|
|
33846
33847
|
{ console_session_with_workspace: [] },
|
|
33848
|
+
{ client_session_with_customer: [] },
|
|
33847
33849
|
{ api_key: [] },
|
|
33848
33850
|
],
|
|
33849
33851
|
summary: '/acs/systems/list',
|