@orpc/openapi 0.0.0-next.15d9202 → 0.0.0-next.16739f4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -17
- package/dist/adapters/fetch/index.d.mts +12 -8
- package/dist/adapters/fetch/index.d.ts +12 -8
- package/dist/adapters/fetch/index.mjs +13 -7
- package/dist/adapters/node/index.d.mts +12 -8
- package/dist/adapters/node/index.d.ts +12 -8
- package/dist/adapters/node/index.mjs +8 -24
- package/dist/adapters/standard/index.d.mts +7 -7
- package/dist/adapters/standard/index.d.ts +7 -7
- package/dist/adapters/standard/index.mjs +4 -3
- package/dist/index.d.mts +26 -14
- package/dist/index.d.ts +26 -14
- package/dist/index.mjs +271 -29
- package/dist/shared/openapi.D3j94c9n.d.mts +12 -0
- package/dist/shared/openapi.D3j94c9n.d.ts +12 -0
- package/dist/shared/{openapi.CJTe38Ya.mjs → openapi.p5tsmBXx.mjs} +19 -6
- package/package.json +8 -20
- package/dist/adapters/hono/index.d.mts +0 -6
- package/dist/adapters/hono/index.d.ts +0 -6
- package/dist/adapters/hono/index.mjs +0 -11
- package/dist/adapters/next/index.d.mts +0 -6
- package/dist/adapters/next/index.d.ts +0 -6
- package/dist/adapters/next/index.mjs +0 -11
- package/dist/shared/openapi.CbzTVvGL.mjs +0 -31
- package/dist/shared/openapi.DZzpQAb-.mjs +0 -231
package/README.md
CHANGED
|
@@ -21,28 +21,24 @@
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">Typesafe APIs Made Simple 🪄</h3>
|
|
23
23
|
|
|
24
|
-
**oRPC is a powerful combination of RPC and OpenAPI**, makes it easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards
|
|
24
|
+
**oRPC is a powerful combination of RPC and OpenAPI**, makes it easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards
|
|
25
25
|
|
|
26
26
|
---
|
|
27
27
|
|
|
28
28
|
## Highlights
|
|
29
29
|
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
- **Reusability 🔄**: Write once and reuse your code across multiple purposes effortlessly.
|
|
43
|
-
- **Extendability 🔌**: Easily enhance oRPC with plugins, middleware, and interceptors.
|
|
44
|
-
- **Reliability 🛡️**: Well-tested, fully TypeScript, production-ready, and MIT licensed for peace of mind.
|
|
45
|
-
- **Simplicity 💡**: Enjoy straightforward, clean code with no hidden magic.
|
|
30
|
+
- **🔗 End-to-End Type Safety**: Ensure type-safe inputs, outputs, and errors from client to server.
|
|
31
|
+
- **📘 First-Class OpenAPI**: Built-in support that fully adheres to the OpenAPI standard.
|
|
32
|
+
- **📝 Contract-First Development**: Optionally define your API contract before implementation.
|
|
33
|
+
- **⚙️ Framework Integrations**: Seamlessly integrate with TanStack Query (React, Vue, Solid, Svelte), Pinia Colada, and more.
|
|
34
|
+
- **🚀 Server Actions**: Fully compatible with React Server Actions on Next.js, TanStack Start, and other platforms.
|
|
35
|
+
- **🔠 Standard Schema Support**: Works out of the box with Zod, Valibot, ArkType, and other schema validators.
|
|
36
|
+
- **🗃️ Native Types**: Supports native types like Date, File, Blob, BigInt, URL, and more.
|
|
37
|
+
- **⏱️ Lazy Router**: Enhance cold start times with our lazy routing feature.
|
|
38
|
+
- **📡 SSE & Streaming**: Enjoy full type-safe support for SSE and streaming.
|
|
39
|
+
- **🌍 Multi-Runtime Support**: Fast and lightweight on Cloudflare, Deno, Bun, Node.js, and beyond.
|
|
40
|
+
- **🔌 Extendability**: Easily extend functionality with plugins, middleware, and interceptors.
|
|
41
|
+
- **🛡️ Reliability**: Well-tested, TypeScript-based, production-ready, and MIT licensed.
|
|
46
42
|
|
|
47
43
|
## Documentation
|
|
48
44
|
|
|
@@ -53,6 +49,7 @@ You can find the full documentation [here](https://orpc.unnoq.com).
|
|
|
53
49
|
- [@orpc/contract](https://www.npmjs.com/package/@orpc/contract): Build your API contract.
|
|
54
50
|
- [@orpc/server](https://www.npmjs.com/package/@orpc/server): Build your API or implement API contract.
|
|
55
51
|
- [@orpc/client](https://www.npmjs.com/package/@orpc/client): Consume your API on the client with type-safety.
|
|
52
|
+
- [@orpc/react](https://www.npmjs.com/package/@orpc/react): Utilities for integrating oRPC with React and React Server Actions.
|
|
56
53
|
- [@orpc/react-query](https://www.npmjs.com/package/@orpc/react-query): Integration with [React Query](https://tanstack.com/query/latest/docs/framework/react/overview).
|
|
57
54
|
- [@orpc/vue-query](https://www.npmjs.com/package/@orpc/vue-query): Integration with [Vue Query](https://tanstack.com/query/latest/docs/framework/vue/overview).
|
|
58
55
|
- [@orpc/solid-query](https://www.npmjs.com/package/@orpc/solid-query): Integration with [Solid Query](https://tanstack.com/query/latest/docs/framework/solid/overview).
|
|
@@ -60,6 +57,8 @@ You can find the full documentation [here](https://orpc.unnoq.com).
|
|
|
60
57
|
- [@orpc/vue-colada](https://www.npmjs.com/package/@orpc/vue-colada): Integration with [Pinia Colada](https://pinia-colada.esm.dev/).
|
|
61
58
|
- [@orpc/openapi](https://www.npmjs.com/package/@orpc/openapi): Generate OpenAPI specs and handle OpenAPI requests.
|
|
62
59
|
- [@orpc/zod](https://www.npmjs.com/package/@orpc/zod): More schemas that [Zod](https://zod.dev/) doesn't support yet.
|
|
60
|
+
- [@orpc/valibot](https://www.npmjs.com/package/@orpc/valibot): OpenAPI spec generation from [Valibot](https://valibot.dev/).
|
|
61
|
+
- [@orpc/arktype](https://www.npmjs.com/package/@orpc/arktype): OpenAPI spec generation from [ArkType](https://arktype.io/).
|
|
63
62
|
|
|
64
63
|
## `@orpc/openapi`
|
|
65
64
|
|
|
@@ -88,6 +87,14 @@ const server = createServer(async (req, res) => {
|
|
|
88
87
|
server.listen(3000, '127.0.0.1', () => console.log('Listening on 127.0.0.1:3000'))
|
|
89
88
|
```
|
|
90
89
|
|
|
90
|
+
## Sponsors
|
|
91
|
+
|
|
92
|
+
<p align="center">
|
|
93
|
+
<a href="https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg">
|
|
94
|
+
<img src='https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg'/>
|
|
95
|
+
</a>
|
|
96
|
+
</p>
|
|
97
|
+
|
|
91
98
|
## License
|
|
92
99
|
|
|
93
100
|
Distributed under the MIT License. See [LICENSE](https://github.com/unnoq/orpc/blob/main/LICENSE) for more information.
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { Context, Router } from '@orpc/server';
|
|
2
|
-
import { FetchHandler,
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
2
|
+
import { FetchHandler, FetchHandlerOptions } from '@orpc/server/fetch';
|
|
3
|
+
import { S as StandardOpenAPIHandlerOptions } from '../../shared/openapi.D3j94c9n.mjs';
|
|
4
|
+
import '@orpc/openapi-client/standard';
|
|
5
|
+
import '@orpc/server/standard';
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
/**
|
|
8
|
+
* OpenAPI Handler for Fetch Server
|
|
9
|
+
*
|
|
10
|
+
* @see {@link https://orpc.unnoq.com/docs/openapi/openapi-handler OpenAPI Handler Docs}
|
|
11
|
+
* @see {@link https://orpc.unnoq.com/docs/integrations/fetch-server Fetch Server Integration Docs}
|
|
12
|
+
*/
|
|
13
|
+
declare class OpenAPIHandler<T extends Context> extends FetchHandler<T> {
|
|
14
|
+
constructor(router: Router<any, T>, options?: NoInfer<StandardOpenAPIHandlerOptions<T> & FetchHandlerOptions<T>>);
|
|
11
15
|
}
|
|
12
16
|
|
|
13
17
|
export { OpenAPIHandler };
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { Context, Router } from '@orpc/server';
|
|
2
|
-
import { FetchHandler,
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
2
|
+
import { FetchHandler, FetchHandlerOptions } from '@orpc/server/fetch';
|
|
3
|
+
import { S as StandardOpenAPIHandlerOptions } from '../../shared/openapi.D3j94c9n.js';
|
|
4
|
+
import '@orpc/openapi-client/standard';
|
|
5
|
+
import '@orpc/server/standard';
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
/**
|
|
8
|
+
* OpenAPI Handler for Fetch Server
|
|
9
|
+
*
|
|
10
|
+
* @see {@link https://orpc.unnoq.com/docs/openapi/openapi-handler OpenAPI Handler Docs}
|
|
11
|
+
* @see {@link https://orpc.unnoq.com/docs/integrations/fetch-server Fetch Server Integration Docs}
|
|
12
|
+
*/
|
|
13
|
+
declare class OpenAPIHandler<T extends Context> extends FetchHandler<T> {
|
|
14
|
+
constructor(router: Router<any, T>, options?: NoInfer<StandardOpenAPIHandlerOptions<T> & FetchHandlerOptions<T>>);
|
|
11
15
|
}
|
|
12
16
|
|
|
13
17
|
export { OpenAPIHandler };
|
|
@@ -1,11 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
import '@orpc/openapi-client/standard';
|
|
3
|
-
import '@orpc/server/standard';
|
|
4
|
-
import '@orpc/standard-server-fetch';
|
|
5
|
-
import '../../shared/openapi.CJTe38Ya.mjs';
|
|
1
|
+
import { FetchHandler } from '@orpc/server/fetch';
|
|
6
2
|
import '@orpc/contract';
|
|
7
3
|
import '@orpc/shared';
|
|
4
|
+
import { a as StandardOpenAPIHandler } from '../../shared/openapi.p5tsmBXx.mjs';
|
|
5
|
+
import '@orpc/client/standard';
|
|
8
6
|
import '@orpc/server';
|
|
9
7
|
import 'rou3';
|
|
10
|
-
import '
|
|
11
|
-
import '
|
|
8
|
+
import '@orpc/openapi-client/standard';
|
|
9
|
+
import '@orpc/server/standard';
|
|
10
|
+
|
|
11
|
+
class OpenAPIHandler extends FetchHandler {
|
|
12
|
+
constructor(router, options = {}) {
|
|
13
|
+
super(new StandardOpenAPIHandler(router, options), options);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { OpenAPIHandler };
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { Context, Router } from '@orpc/server';
|
|
2
|
-
import { NodeHttpHandler,
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
2
|
+
import { NodeHttpHandler, NodeHttpHandlerOptions } from '@orpc/server/node';
|
|
3
|
+
import { S as StandardOpenAPIHandlerOptions } from '../../shared/openapi.D3j94c9n.mjs';
|
|
4
|
+
import '@orpc/openapi-client/standard';
|
|
5
|
+
import '@orpc/server/standard';
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
/**
|
|
8
|
+
* OpenAPI Handler for Node Server
|
|
9
|
+
*
|
|
10
|
+
* @see {@link https://orpc.unnoq.com/docs/openapi/openapi-handler OpenAPI Handler Docs}
|
|
11
|
+
* @see {@link https://orpc.unnoq.com/docs/integrations/node Node Integration Docs}
|
|
12
|
+
*/
|
|
13
|
+
declare class OpenAPIHandler<T extends Context> extends NodeHttpHandler<T> {
|
|
14
|
+
constructor(router: Router<any, T>, options?: NoInfer<StandardOpenAPIHandlerOptions<T> & NodeHttpHandlerOptions<T>>);
|
|
11
15
|
}
|
|
12
16
|
|
|
13
17
|
export { OpenAPIHandler };
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { Context, Router } from '@orpc/server';
|
|
2
|
-
import { NodeHttpHandler,
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
2
|
+
import { NodeHttpHandler, NodeHttpHandlerOptions } from '@orpc/server/node';
|
|
3
|
+
import { S as StandardOpenAPIHandlerOptions } from '../../shared/openapi.D3j94c9n.js';
|
|
4
|
+
import '@orpc/openapi-client/standard';
|
|
5
|
+
import '@orpc/server/standard';
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
/**
|
|
8
|
+
* OpenAPI Handler for Node Server
|
|
9
|
+
*
|
|
10
|
+
* @see {@link https://orpc.unnoq.com/docs/openapi/openapi-handler OpenAPI Handler Docs}
|
|
11
|
+
* @see {@link https://orpc.unnoq.com/docs/integrations/node Node Integration Docs}
|
|
12
|
+
*/
|
|
13
|
+
declare class OpenAPIHandler<T extends Context> extends NodeHttpHandler<T> {
|
|
14
|
+
constructor(router: Router<any, T>, options?: NoInfer<StandardOpenAPIHandlerOptions<T> & NodeHttpHandlerOptions<T>>);
|
|
11
15
|
}
|
|
12
16
|
|
|
13
17
|
export { OpenAPIHandler };
|
|
@@ -1,32 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { StandardHandler } from '@orpc/server/standard';
|
|
3
|
-
import { toStandardLazyRequest, sendStandardResponse } from '@orpc/standard-server-node';
|
|
4
|
-
import { a as OpenAPIMatcher, O as OpenAPICodec } from '../../shared/openapi.CJTe38Ya.mjs';
|
|
5
|
-
import '@orpc/shared';
|
|
6
|
-
import 'json-schema-typed/draft-2020-12';
|
|
1
|
+
import { NodeHttpHandler } from '@orpc/server/node';
|
|
7
2
|
import '@orpc/contract';
|
|
3
|
+
import '@orpc/shared';
|
|
4
|
+
import { a as StandardOpenAPIHandler } from '../../shared/openapi.p5tsmBXx.mjs';
|
|
5
|
+
import '@orpc/client/standard';
|
|
8
6
|
import '@orpc/server';
|
|
9
7
|
import 'rou3';
|
|
10
|
-
import '
|
|
8
|
+
import '@orpc/openapi-client/standard';
|
|
9
|
+
import '@orpc/server/standard';
|
|
11
10
|
|
|
12
|
-
class OpenAPIHandler {
|
|
13
|
-
standardHandler;
|
|
11
|
+
class OpenAPIHandler extends NodeHttpHandler {
|
|
14
12
|
constructor(router, options = {}) {
|
|
15
|
-
|
|
16
|
-
const matcher = new OpenAPIMatcher();
|
|
17
|
-
const codec = new OpenAPICodec(serializer);
|
|
18
|
-
this.standardHandler = new StandardHandler(router, matcher, codec, options);
|
|
19
|
-
}
|
|
20
|
-
async handle(req, res, ...[
|
|
21
|
-
options = {}
|
|
22
|
-
]) {
|
|
23
|
-
const standardRequest = toStandardLazyRequest(req, res);
|
|
24
|
-
const result = await this.standardHandler.handle(standardRequest, options);
|
|
25
|
-
if (!result.matched) {
|
|
26
|
-
return { matched: false };
|
|
27
|
-
}
|
|
28
|
-
await sendStandardResponse(res, result.response, options);
|
|
29
|
-
return { matched: true };
|
|
13
|
+
super(new StandardOpenAPIHandler(router, options), options);
|
|
30
14
|
}
|
|
31
15
|
}
|
|
32
16
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ORPCError } from '@orpc/client';
|
|
2
|
-
import {
|
|
1
|
+
import { ORPCError, HTTPPath } from '@orpc/client';
|
|
2
|
+
import { StandardOpenAPISerializer } from '@orpc/openapi-client/standard';
|
|
3
3
|
import { AnyProcedure, AnyRouter } from '@orpc/server';
|
|
4
4
|
import { StandardCodec, StandardParams, StandardMatcher, StandardMatchResult } from '@orpc/server/standard';
|
|
5
5
|
import { StandardLazyRequest, StandardResponse } from '@orpc/standard-server';
|
|
6
|
-
|
|
6
|
+
export { a as StandardOpenAPIHandler, S as StandardOpenAPIHandlerOptions } from '../../shared/openapi.D3j94c9n.mjs';
|
|
7
7
|
|
|
8
|
-
declare class
|
|
8
|
+
declare class StandardOpenAPICodec implements StandardCodec {
|
|
9
9
|
private readonly serializer;
|
|
10
|
-
constructor(serializer:
|
|
10
|
+
constructor(serializer: StandardOpenAPISerializer);
|
|
11
11
|
decode(request: StandardLazyRequest, params: StandardParams | undefined, procedure: AnyProcedure): Promise<unknown>;
|
|
12
12
|
encode(output: unknown, procedure: AnyProcedure): StandardResponse;
|
|
13
13
|
encodeError(error: ORPCError<any, any>): StandardResponse;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
declare class
|
|
16
|
+
declare class StandardOpenAPIMatcher implements StandardMatcher {
|
|
17
17
|
private readonly tree;
|
|
18
18
|
private pendingRouters;
|
|
19
19
|
init(router: AnyRouter, path?: readonly string[]): void;
|
|
@@ -31,4 +31,4 @@ declare function toRou3Pattern(path: HTTPPath): string;
|
|
|
31
31
|
*/
|
|
32
32
|
declare function decodeParams(params: Record<string, string>): Record<string, string>;
|
|
33
33
|
|
|
34
|
-
export {
|
|
34
|
+
export { StandardOpenAPICodec, StandardOpenAPIMatcher, decodeParams, toRou3Pattern };
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ORPCError } from '@orpc/client';
|
|
2
|
-
import {
|
|
1
|
+
import { ORPCError, HTTPPath } from '@orpc/client';
|
|
2
|
+
import { StandardOpenAPISerializer } from '@orpc/openapi-client/standard';
|
|
3
3
|
import { AnyProcedure, AnyRouter } from '@orpc/server';
|
|
4
4
|
import { StandardCodec, StandardParams, StandardMatcher, StandardMatchResult } from '@orpc/server/standard';
|
|
5
5
|
import { StandardLazyRequest, StandardResponse } from '@orpc/standard-server';
|
|
6
|
-
|
|
6
|
+
export { a as StandardOpenAPIHandler, S as StandardOpenAPIHandlerOptions } from '../../shared/openapi.D3j94c9n.js';
|
|
7
7
|
|
|
8
|
-
declare class
|
|
8
|
+
declare class StandardOpenAPICodec implements StandardCodec {
|
|
9
9
|
private readonly serializer;
|
|
10
|
-
constructor(serializer:
|
|
10
|
+
constructor(serializer: StandardOpenAPISerializer);
|
|
11
11
|
decode(request: StandardLazyRequest, params: StandardParams | undefined, procedure: AnyProcedure): Promise<unknown>;
|
|
12
12
|
encode(output: unknown, procedure: AnyProcedure): StandardResponse;
|
|
13
13
|
encodeError(error: ORPCError<any, any>): StandardResponse;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
declare class
|
|
16
|
+
declare class StandardOpenAPIMatcher implements StandardMatcher {
|
|
17
17
|
private readonly tree;
|
|
18
18
|
private pendingRouters;
|
|
19
19
|
init(router: AnyRouter, path?: readonly string[]): void;
|
|
@@ -31,4 +31,4 @@ declare function toRou3Pattern(path: HTTPPath): string;
|
|
|
31
31
|
*/
|
|
32
32
|
declare function decodeParams(params: Record<string, string>): Record<string, string>;
|
|
33
33
|
|
|
34
|
-
export {
|
|
34
|
+
export { StandardOpenAPICodec, StandardOpenAPIMatcher, decodeParams, toRou3Pattern };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { S as StandardOpenAPICodec, a as StandardOpenAPIHandler, b as StandardOpenAPIMatcher, d as decodeParams, t as toRou3Pattern } from '../../shared/openapi.p5tsmBXx.mjs';
|
|
2
|
+
import '@orpc/openapi-client/standard';
|
|
3
|
+
import '@orpc/server/standard';
|
|
2
4
|
import '@orpc/contract';
|
|
3
5
|
import '@orpc/shared';
|
|
6
|
+
import '@orpc/client/standard';
|
|
4
7
|
import '@orpc/server';
|
|
5
8
|
import 'rou3';
|
|
6
|
-
import '../../shared/openapi.DZzpQAb-.mjs';
|
|
7
|
-
import 'json-schema-typed/draft-2020-12';
|
package/dist/index.d.mts
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
|
-
import { AnyContractProcedure, AnySchema, AnyContractRouter
|
|
1
|
+
import { AnyContractProcedure, AnySchema, AnyContractRouter } from '@orpc/contract';
|
|
2
2
|
import { OpenAPIV3_1 } from 'openapi-types';
|
|
3
3
|
export { OpenAPIV3_1 as OpenAPI } from 'openapi-types';
|
|
4
|
+
import { StandardOpenAPIJsonSerializerOptions } from '@orpc/openapi-client/standard';
|
|
4
5
|
import { AnyRouter } from '@orpc/server';
|
|
6
|
+
import { Promisable } from '@orpc/shared';
|
|
5
7
|
import { JSONSchema } from 'json-schema-typed/draft-2020-12';
|
|
6
8
|
export { JSONSchema, Format as JSONSchemaFormat } from 'json-schema-typed/draft-2020-12';
|
|
9
|
+
import { HTTPPath, HTTPMethod } from '@orpc/client';
|
|
7
10
|
|
|
8
11
|
type OverrideOperationValue = Partial<OpenAPIV3_1.OperationObject> | ((current: OpenAPIV3_1.OperationObject, procedure: AnyContractProcedure) => OpenAPIV3_1.OperationObject);
|
|
12
|
+
/**
|
|
13
|
+
* Customize The Operation Object by proxy an error map item or a middleware.
|
|
14
|
+
*
|
|
15
|
+
* @see {@link https://orpc.unnoq.com/docs/openapi/openapi-specification#customizing-operation-objects Customizing Operation Objects Docs}
|
|
16
|
+
*/
|
|
9
17
|
declare function customOpenAPIOperation<T extends object>(o: T, extend: OverrideOperationValue): T;
|
|
10
18
|
declare function getCustomOpenAPIOperation(o: object): OverrideOperationValue | undefined;
|
|
11
19
|
declare function applyCustomOpenAPIOperation(operation: OpenAPIV3_1.OperationObject, contract: AnyContractProcedure): OpenAPIV3_1.OperationObject;
|
|
@@ -32,32 +40,38 @@ interface SchemaConvertOptions {
|
|
|
32
40
|
strategy: 'input' | 'output';
|
|
33
41
|
}
|
|
34
42
|
interface SchemaConverter {
|
|
35
|
-
convert(schema: AnySchema | undefined, options: SchemaConvertOptions): [required: boolean, jsonSchema: JSONSchema]
|
|
43
|
+
convert(schema: AnySchema | undefined, options: SchemaConvertOptions): Promisable<[required: boolean, jsonSchema: JSONSchema]>;
|
|
36
44
|
}
|
|
37
45
|
interface ConditionalSchemaConverter extends SchemaConverter {
|
|
38
|
-
condition(schema: AnySchema | undefined, options: SchemaConvertOptions): boolean
|
|
46
|
+
condition(schema: AnySchema | undefined, options: SchemaConvertOptions): Promisable<boolean>;
|
|
39
47
|
}
|
|
40
48
|
declare class CompositeSchemaConverter implements SchemaConverter {
|
|
41
49
|
private readonly converters;
|
|
42
50
|
constructor(converters: ConditionalSchemaConverter[]);
|
|
43
|
-
convert(schema: AnySchema | undefined, options: SchemaConvertOptions): [required: boolean, jsonSchema: JSONSchema]
|
|
51
|
+
convert(schema: AnySchema | undefined, options: SchemaConvertOptions): Promise<[required: boolean, jsonSchema: JSONSchema]>;
|
|
44
52
|
}
|
|
45
53
|
|
|
46
|
-
interface OpenAPIGeneratorOptions {
|
|
54
|
+
interface OpenAPIGeneratorOptions extends StandardOpenAPIJsonSerializerOptions {
|
|
47
55
|
schemaConverters?: ConditionalSchemaConverter[];
|
|
48
56
|
}
|
|
57
|
+
/**
|
|
58
|
+
* The generator that converts oRPC routers/contracts to OpenAPI specifications.
|
|
59
|
+
*
|
|
60
|
+
* @see {@link https://orpc.unnoq.com/docs/openapi/openapi-specification OpenAPI Specification Docs}
|
|
61
|
+
*/
|
|
49
62
|
declare class OpenAPIGenerator {
|
|
50
63
|
#private;
|
|
51
64
|
private readonly serializer;
|
|
52
65
|
private readonly converter;
|
|
53
66
|
constructor(options?: OpenAPIGeneratorOptions);
|
|
67
|
+
/**
|
|
68
|
+
* Generates OpenAPI specifications from oRPC routers/contracts.
|
|
69
|
+
*
|
|
70
|
+
* @see {@link https://orpc.unnoq.com/docs/openapi/openapi-specification OpenAPI Specification Docs}
|
|
71
|
+
*/
|
|
54
72
|
generate(router: AnyContractRouter | AnyRouter, base: Omit<OpenAPIV3_1.Document, 'openapi'>): Promise<OpenAPIV3_1.Document>;
|
|
55
73
|
}
|
|
56
74
|
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
declare function standardizeHTTPPath(path: HTTPPath): HTTPPath;
|
|
61
75
|
/**
|
|
62
76
|
* @internal
|
|
63
77
|
*/
|
|
@@ -66,10 +80,6 @@ declare function toOpenAPIPath(path: HTTPPath): string;
|
|
|
66
80
|
* @internal
|
|
67
81
|
*/
|
|
68
82
|
declare function toOpenAPIMethod(method: HTTPMethod): Lowercase<HTTPMethod>;
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
declare function getDynamicParams(path: HTTPPath | undefined): string[] | undefined;
|
|
73
83
|
/**
|
|
74
84
|
* @internal
|
|
75
85
|
*/
|
|
@@ -111,9 +121,11 @@ declare function separateObjectSchema(schema: ObjectSchema, separatedProperties:
|
|
|
111
121
|
* @internal
|
|
112
122
|
*/
|
|
113
123
|
declare function filterSchemaBranches(schema: JSONSchema, check: (schema: JSONSchema) => boolean, matches?: JSONSchema[]): [matches: JSONSchema[], rest: JSONSchema | undefined];
|
|
124
|
+
declare function applySchemaOptionality(required: boolean, schema: JSONSchema): JSONSchema;
|
|
114
125
|
|
|
115
126
|
declare const oo: {
|
|
116
127
|
spec: typeof customOpenAPIOperation;
|
|
117
128
|
};
|
|
118
129
|
|
|
119
|
-
export { CompositeSchemaConverter,
|
|
130
|
+
export { CompositeSchemaConverter, LOGIC_KEYWORDS, OpenAPIGenerator, applyCustomOpenAPIOperation, applySchemaOptionality, checkParamsSchema, customOpenAPIOperation, filterSchemaBranches, getCustomOpenAPIOperation, isAnySchema, isFileSchema, isObjectSchema, oo, separateObjectSchema, toOpenAPIContent, toOpenAPIEventIteratorContent, toOpenAPIMethod, toOpenAPIParameters, toOpenAPIPath, toOpenAPISchema };
|
|
131
|
+
export type { ConditionalSchemaConverter, FileSchema, ObjectSchema, OpenAPIGeneratorOptions, OverrideOperationValue, SchemaConvertOptions, SchemaConverter };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
|
-
import { AnyContractProcedure, AnySchema, AnyContractRouter
|
|
1
|
+
import { AnyContractProcedure, AnySchema, AnyContractRouter } from '@orpc/contract';
|
|
2
2
|
import { OpenAPIV3_1 } from 'openapi-types';
|
|
3
3
|
export { OpenAPIV3_1 as OpenAPI } from 'openapi-types';
|
|
4
|
+
import { StandardOpenAPIJsonSerializerOptions } from '@orpc/openapi-client/standard';
|
|
4
5
|
import { AnyRouter } from '@orpc/server';
|
|
6
|
+
import { Promisable } from '@orpc/shared';
|
|
5
7
|
import { JSONSchema } from 'json-schema-typed/draft-2020-12';
|
|
6
8
|
export { JSONSchema, Format as JSONSchemaFormat } from 'json-schema-typed/draft-2020-12';
|
|
9
|
+
import { HTTPPath, HTTPMethod } from '@orpc/client';
|
|
7
10
|
|
|
8
11
|
type OverrideOperationValue = Partial<OpenAPIV3_1.OperationObject> | ((current: OpenAPIV3_1.OperationObject, procedure: AnyContractProcedure) => OpenAPIV3_1.OperationObject);
|
|
12
|
+
/**
|
|
13
|
+
* Customize The Operation Object by proxy an error map item or a middleware.
|
|
14
|
+
*
|
|
15
|
+
* @see {@link https://orpc.unnoq.com/docs/openapi/openapi-specification#customizing-operation-objects Customizing Operation Objects Docs}
|
|
16
|
+
*/
|
|
9
17
|
declare function customOpenAPIOperation<T extends object>(o: T, extend: OverrideOperationValue): T;
|
|
10
18
|
declare function getCustomOpenAPIOperation(o: object): OverrideOperationValue | undefined;
|
|
11
19
|
declare function applyCustomOpenAPIOperation(operation: OpenAPIV3_1.OperationObject, contract: AnyContractProcedure): OpenAPIV3_1.OperationObject;
|
|
@@ -32,32 +40,38 @@ interface SchemaConvertOptions {
|
|
|
32
40
|
strategy: 'input' | 'output';
|
|
33
41
|
}
|
|
34
42
|
interface SchemaConverter {
|
|
35
|
-
convert(schema: AnySchema | undefined, options: SchemaConvertOptions): [required: boolean, jsonSchema: JSONSchema]
|
|
43
|
+
convert(schema: AnySchema | undefined, options: SchemaConvertOptions): Promisable<[required: boolean, jsonSchema: JSONSchema]>;
|
|
36
44
|
}
|
|
37
45
|
interface ConditionalSchemaConverter extends SchemaConverter {
|
|
38
|
-
condition(schema: AnySchema | undefined, options: SchemaConvertOptions): boolean
|
|
46
|
+
condition(schema: AnySchema | undefined, options: SchemaConvertOptions): Promisable<boolean>;
|
|
39
47
|
}
|
|
40
48
|
declare class CompositeSchemaConverter implements SchemaConverter {
|
|
41
49
|
private readonly converters;
|
|
42
50
|
constructor(converters: ConditionalSchemaConverter[]);
|
|
43
|
-
convert(schema: AnySchema | undefined, options: SchemaConvertOptions): [required: boolean, jsonSchema: JSONSchema]
|
|
51
|
+
convert(schema: AnySchema | undefined, options: SchemaConvertOptions): Promise<[required: boolean, jsonSchema: JSONSchema]>;
|
|
44
52
|
}
|
|
45
53
|
|
|
46
|
-
interface OpenAPIGeneratorOptions {
|
|
54
|
+
interface OpenAPIGeneratorOptions extends StandardOpenAPIJsonSerializerOptions {
|
|
47
55
|
schemaConverters?: ConditionalSchemaConverter[];
|
|
48
56
|
}
|
|
57
|
+
/**
|
|
58
|
+
* The generator that converts oRPC routers/contracts to OpenAPI specifications.
|
|
59
|
+
*
|
|
60
|
+
* @see {@link https://orpc.unnoq.com/docs/openapi/openapi-specification OpenAPI Specification Docs}
|
|
61
|
+
*/
|
|
49
62
|
declare class OpenAPIGenerator {
|
|
50
63
|
#private;
|
|
51
64
|
private readonly serializer;
|
|
52
65
|
private readonly converter;
|
|
53
66
|
constructor(options?: OpenAPIGeneratorOptions);
|
|
67
|
+
/**
|
|
68
|
+
* Generates OpenAPI specifications from oRPC routers/contracts.
|
|
69
|
+
*
|
|
70
|
+
* @see {@link https://orpc.unnoq.com/docs/openapi/openapi-specification OpenAPI Specification Docs}
|
|
71
|
+
*/
|
|
54
72
|
generate(router: AnyContractRouter | AnyRouter, base: Omit<OpenAPIV3_1.Document, 'openapi'>): Promise<OpenAPIV3_1.Document>;
|
|
55
73
|
}
|
|
56
74
|
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
declare function standardizeHTTPPath(path: HTTPPath): HTTPPath;
|
|
61
75
|
/**
|
|
62
76
|
* @internal
|
|
63
77
|
*/
|
|
@@ -66,10 +80,6 @@ declare function toOpenAPIPath(path: HTTPPath): string;
|
|
|
66
80
|
* @internal
|
|
67
81
|
*/
|
|
68
82
|
declare function toOpenAPIMethod(method: HTTPMethod): Lowercase<HTTPMethod>;
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
declare function getDynamicParams(path: HTTPPath | undefined): string[] | undefined;
|
|
73
83
|
/**
|
|
74
84
|
* @internal
|
|
75
85
|
*/
|
|
@@ -111,9 +121,11 @@ declare function separateObjectSchema(schema: ObjectSchema, separatedProperties:
|
|
|
111
121
|
* @internal
|
|
112
122
|
*/
|
|
113
123
|
declare function filterSchemaBranches(schema: JSONSchema, check: (schema: JSONSchema) => boolean, matches?: JSONSchema[]): [matches: JSONSchema[], rest: JSONSchema | undefined];
|
|
124
|
+
declare function applySchemaOptionality(required: boolean, schema: JSONSchema): JSONSchema;
|
|
114
125
|
|
|
115
126
|
declare const oo: {
|
|
116
127
|
spec: typeof customOpenAPIOperation;
|
|
117
128
|
};
|
|
118
129
|
|
|
119
|
-
export { CompositeSchemaConverter,
|
|
130
|
+
export { CompositeSchemaConverter, LOGIC_KEYWORDS, OpenAPIGenerator, applyCustomOpenAPIOperation, applySchemaOptionality, checkParamsSchema, customOpenAPIOperation, filterSchemaBranches, getCustomOpenAPIOperation, isAnySchema, isFileSchema, isObjectSchema, oo, separateObjectSchema, toOpenAPIContent, toOpenAPIEventIteratorContent, toOpenAPIMethod, toOpenAPIParameters, toOpenAPIPath, toOpenAPISchema };
|
|
131
|
+
export type { ConditionalSchemaConverter, FileSchema, ObjectSchema, OpenAPIGeneratorOptions, OverrideOperationValue, SchemaConvertOptions, SchemaConverter };
|