@seamapi/types 1.552.0 → 1.553.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 +1 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10 -0
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +10 -0
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -0
package/package.json
CHANGED
|
@@ -26668,6 +26668,7 @@ export default {
|
|
|
26668
26668
|
},
|
|
26669
26669
|
security: [
|
|
26670
26670
|
{ client_session: [] },
|
|
26671
|
+
{ client_session_with_customer: [] },
|
|
26671
26672
|
{ pat_with_workspace: [] },
|
|
26672
26673
|
{ console_session_with_workspace: [] },
|
|
26673
26674
|
{ api_key: [] },
|