@seamapi/types 1.794.0 → 1.795.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 +0 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -16
- package/dist/index.cjs +0 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -16
- package/lib/seam/connect/openapi.js +0 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -2
package/package.json
CHANGED
|
@@ -78839,7 +78839,6 @@ export default {
|
|
|
78839
78839
|
401: { description: 'Unauthorized' },
|
|
78840
78840
|
},
|
|
78841
78841
|
security: [
|
|
78842
|
-
{ client_session: [] },
|
|
78843
78842
|
{ api_key: [] },
|
|
78844
78843
|
{ pat_with_workspace: [] },
|
|
78845
78844
|
{ console_session_with_workspace: [] },
|
|
@@ -78903,7 +78902,6 @@ export default {
|
|
|
78903
78902
|
401: { description: 'Unauthorized' },
|
|
78904
78903
|
},
|
|
78905
78904
|
security: [
|
|
78906
|
-
{ client_session: [] },
|
|
78907
78905
|
{ api_key: [] },
|
|
78908
78906
|
{ pat_with_workspace: [] },
|
|
78909
78907
|
{ console_session_with_workspace: [] },
|