Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ Instead, it re-exports from a core set of Seam modules:

- [@seamapi/http]: JavaScript HTTP client for the Seam API written in TypeScript.
- [@seamapi/webhook]: Webhook SDK for the Seam API written in TypeScript.
- [@seamapi/types]: TypeScript types for the Seam API.

[Seam]: https://www.seam.co/
[Seam Docs]: https://docs.seam.co/latest/
[@seamapi/types]: https://github.com/seamapi/types
[@seamapi/http]: https://github.com/seamapi/javascript-http
[@seamapi/webhook]: https://github.com/seamapi/javascript-webhook

Expand Down
1 change: 0 additions & 1 deletion generate-readme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ async function writeReadmeUsage(content: string): Promise<void> {
const updatedContent = content
.replaceAll('@seamapi/webhook', 'seam')
.replaceAll('@seamapi/http', 'seam')
.replaceAll('@seamapi/types', 'seam')
.replaceAll('SeamHttp', 'Seam')
.replaceAll('SeamRequest', 'SeamHttpRequest')

Expand Down
130 changes: 73 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@
"npm": ">=10.9.4"
},
"dependencies": {
"@seamapi/http": "2.2.0",
"@seamapi/types": "1.983.0",
"@seamapi/webhook": "1.2.0",
"zod": "^3.21.4"
"@seamapi/http": "^2.2.0",
"@seamapi/webhook": "1.4.0"
},
"devDependencies": {
"@swc/core": "^1.11.29",
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import {
} from '@seamapi/http'

export * from '@seamapi/http'
export type { openapi } from '@seamapi/types'
export { schemas } from '@seamapi/types'
export * from '@seamapi/webhook'
export { Seam, SeamEndpoints, SeamWithoutWorkspace }
export type {
Expand Down
Loading