Skip to content

Commit a09a3ab

Browse files
committed
refactor(openapi): export public surface via barrels
1 parent f1b607c commit a09a3ab

1 file changed

Lines changed: 2 additions & 27 deletions

File tree

packages/openapi/src/index.ts

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,2 @@
1-
import type { components, operations, paths, webhooks } from "./openapi-paths.js"
2-
3-
export {
4-
createDockerGitOpenApiClient,
5-
makeDockerGitOpenApiRuntime,
6-
openApiJson,
7-
openApiJsonSchema,
8-
openApiVoid,
9-
runOpenApi
10-
} from "./client.js"
11-
export type {
12-
ApiTransportError,
13-
ApiTransportValue,
14-
DockerGitOpenApiClient,
15-
DockerGitOpenApiRuntime,
16-
DockerGitOpenApiRuntimeOptions,
17-
OpenApiRequest,
18-
OpenApiRequestResult,
19-
OpenApiResponse
20-
} from "./client.js"
21-
22-
export type { components, operations, paths, webhooks }
23-
24-
export type DockerGitOpenApiComponents = components
25-
export type DockerGitOpenApiOperations = operations
26-
export type DockerGitOpenApiPaths = paths
27-
export type DockerGitOpenApiWebhooks = webhooks
1+
export * from "./client.js"
2+
export * from "./openapi-paths.js"

0 commit comments

Comments
 (0)