@seamapi/types 1.568.0 → 1.569.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 +16 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +16 -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
|
@@ -52139,6 +52139,7 @@ export default {
|
|
|
52139
52139
|
401: { description: 'Unauthorized' },
|
|
52140
52140
|
},
|
|
52141
52141
|
security: [
|
|
52142
|
+
{ client_session_with_customer: [] },
|
|
52142
52143
|
{ pat_with_workspace: [] },
|
|
52143
52144
|
{ console_session_with_workspace: [] },
|
|
52144
52145
|
{ api_key: [] },
|
|
@@ -52254,6 +52255,7 @@ export default {
|
|
|
52254
52255
|
401: { description: 'Unauthorized' },
|
|
52255
52256
|
},
|
|
52256
52257
|
security: [
|
|
52258
|
+
{ client_session_with_customer: [] },
|
|
52257
52259
|
{ pat_with_workspace: [] },
|
|
52258
52260
|
{ console_session_with_workspace: [] },
|
|
52259
52261
|
{ api_key: [] },
|