@seamapi/types 1.484.0 → 1.485.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
|
@@ -32970,6 +32970,7 @@ export default {
|
|
|
32970
32970
|
{ api_key: [] },
|
|
32971
32971
|
{ access_token: [] },
|
|
32972
32972
|
{ console_session_with_workspace: [] },
|
|
32973
|
+
{ client_session_with_customer: [] },
|
|
32973
32974
|
{ client_session: [] },
|
|
32974
32975
|
],
|
|
32975
32976
|
summary: '/acs/entrances/get',
|
|
@@ -33024,6 +33025,7 @@ export default {
|
|
|
33024
33025
|
{ api_key: [] },
|
|
33025
33026
|
{ access_token: [] },
|
|
33026
33027
|
{ console_session_with_workspace: [] },
|
|
33028
|
+
{ client_session_with_customer: [] },
|
|
33027
33029
|
{ client_session: [] },
|
|
33028
33030
|
],
|
|
33029
33031
|
summary: '/acs/entrances/get',
|