@hono/zod-openapi
Advanced tools
Comparing version 0.9.8 to 0.9.9
@@ -6,3 +6,3 @@ import * as openapi3_ts_oas31 from 'openapi3-ts/oas31'; | ||
import { Env, Context, TypedResponse, Input, Handler, Schema, Hono, ToSchema } from 'hono'; | ||
import { MergeSchemaPath, MergePath } from 'hono/types'; | ||
import { MergePath, MergeSchemaPath } from 'hono/types'; | ||
import { RemoveBlankRecord } from 'hono/utils/types'; | ||
@@ -88,3 +88,3 @@ import { ZodError, AnyZodObject, z, ZodSchema, ZodType } from 'zod'; | ||
}; | ||
} ? HandlerTypedResponse<OutputType<R>> : HandlerAllResponse<OutputType<R>>>, hook?: Hook<I, E, P, OutputType<R>> | undefined) => OpenAPIHono<E, S & ToSchema<R["method"], P, I["in"], OutputType<R>>, BasePath>; | ||
} ? HandlerTypedResponse<OutputType<R>> : HandlerAllResponse<OutputType<R>>>, hook?: Hook<I, E, P, OutputType<R>> | undefined) => OpenAPIHono<E, S & ToSchema<R["method"], MergePath<BasePath, P>, I["in"], OutputType<R>>, BasePath>; | ||
getOpenAPIDocument: (config: OpenAPIObjectConfig) => openapi3_ts_oas30.OpenAPIObject; | ||
@@ -91,0 +91,0 @@ getOpenAPI31Document: (config: OpenAPIObjectConfig) => openapi3_ts_oas31.OpenAPIObject; |
{ | ||
"name": "@hono/zod-openapi", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "A wrapper class of Hono which supports OpenAPI.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35558