Skip to content

Commit cacbd2f

Browse files
committed
Export new classes
1 parent f7f8532 commit cacbd2f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/index.ts

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
import {
22
SeamHttp as Seam,
3+
SeamHttpEndpoints as SeamEndpoints,
34
SeamHttpMultiWorkspace as SeamMultiWorkspace,
4-
type SeamHttpMultiWorkspaceOptions as SeamMultiWorkspaceOptions,
55
type SeamHttpOptions as SeamOptions,
6+
SeamHttpWithoutWorkspace as SeamWithoutWorkspace,
7+
type SeamHttpWithoutWorkspace as SeamWithoutWorkspaceOptions,
8+
type SeamHttpWithoutWorkspaceOptions as SeamMultiWorkspaceOptions,
69
} from '@seamapi/http'
710

811
export * from '@seamapi/http'
912
export type * from '@seamapi/types'
1013
export * from '@seamapi/webhook'
11-
export { Seam, SeamMultiWorkspace }
12-
export type { SeamMultiWorkspaceOptions, SeamOptions }
14+
export { Seam, SeamEndpoints,SeamMultiWorkspace, SeamWithoutWorkspace }
15+
export type {
16+
SeamMultiWorkspaceOptions,
17+
SeamOptions,
18+
SeamWithoutWorkspaceOptions,
19+
}

0 commit comments

Comments
 (0)