File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 11import {
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
811export * from '@seamapi/http'
912export type * from '@seamapi/types'
1013export * 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+ }
You can’t perform that action at this time.
0 commit comments