better-call 1.0.1 → 1.0.2
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 +3 -3
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/index.cjs +18 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +18 -18
- package/dist/index.js.map +1 -1
- package/dist/node.d.cts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/{router-Bpb8tT1Y.d.cts → router-DUkPVacX.d.cts} +2 -2
- package/dist/{router-Bpb8tT1Y.d.ts → router-DUkPVacX.d.ts} +2 -2
- package/package.json +1 -1
package/dist/node.d.cts
CHANGED
package/dist/node.d.ts
CHANGED
|
@@ -637,7 +637,7 @@ interface EndpointOptions {
|
|
|
637
637
|
/**
|
|
638
638
|
* Open API definition
|
|
639
639
|
*/
|
|
640
|
-
|
|
640
|
+
openapi?: {
|
|
641
641
|
summary?: string;
|
|
642
642
|
description?: string;
|
|
643
643
|
tags?: string[];
|
|
@@ -2273,7 +2273,7 @@ interface RouterConfig {
|
|
|
2273
2273
|
/**
|
|
2274
2274
|
* Open API route configuration
|
|
2275
2275
|
*/
|
|
2276
|
-
|
|
2276
|
+
openapi?: {
|
|
2277
2277
|
/**
|
|
2278
2278
|
* Disable openapi route
|
|
2279
2279
|
*
|
|
@@ -637,7 +637,7 @@ interface EndpointOptions {
|
|
|
637
637
|
/**
|
|
638
638
|
* Open API definition
|
|
639
639
|
*/
|
|
640
|
-
|
|
640
|
+
openapi?: {
|
|
641
641
|
summary?: string;
|
|
642
642
|
description?: string;
|
|
643
643
|
tags?: string[];
|
|
@@ -2273,7 +2273,7 @@ interface RouterConfig {
|
|
|
2273
2273
|
/**
|
|
2274
2274
|
* Open API route configuration
|
|
2275
2275
|
*/
|
|
2276
|
-
|
|
2276
|
+
openapi?: {
|
|
2277
2277
|
/**
|
|
2278
2278
|
* Disable openapi route
|
|
2279
2279
|
*
|