Skip to content

Commit e40bee1

Browse files
committed
feat: Remove dependency on @seamapi/types
1 parent 0bd8a31 commit e40bee1

4 files changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ Instead, it re-exports from a core set of Seam modules:
1919

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

2423
[Seam]: https://www.seam.co/
2524
[Seam Docs]: https://docs.seam.co/latest/
26-
[@seamapi/types]: https://github.com/seamapi/types
2725
[@seamapi/http]: https://github.com/seamapi/javascript-http
2826
[@seamapi/webhook]: https://github.com/seamapi/javascript-webhook
2927

generate-readme.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ async function writeReadmeUsage(content: string): Promise<void> {
6161
const updatedContent = content
6262
.replaceAll('@seamapi/webhook', 'seam')
6363
.replaceAll('@seamapi/http', 'seam')
64-
.replaceAll('@seamapi/types', 'seam')
6564
.replaceAll('SeamHttp', 'Seam')
6665
.replaceAll('SeamRequest', 'SeamHttpRequest')
6766

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
},
6767
"dependencies": {
6868
"@seamapi/http": "2.0.0",
69-
"@seamapi/types": "1.983.0",
7069
"@seamapi/webhook": "1.2.0",
7170
"zod": "^3.21.4"
7271
},

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import {
88
} from '@seamapi/http'
99

1010
export * from '@seamapi/http'
11-
export type { openapi } from '@seamapi/types'
12-
export { schemas } from '@seamapi/types'
1311
export * from '@seamapi/webhook'
1412
export { Seam, SeamEndpoints, SeamWithoutWorkspace }
1513
export type {

0 commit comments

Comments
 (0)