@samchon/openapi
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -34,3 +34,3 @@ import { IMigrateRoute } from "./IMigrateRoute"; | ||
*/ | ||
operation?: () => Operation; | ||
operation: () => Operation; | ||
/** | ||
@@ -37,0 +37,0 @@ * Method of the operation. |
@@ -150,3 +150,3 @@ import { OpenApi } from "./OpenApi"; | ||
*/ | ||
comment?: () => string; | ||
comment: () => string; | ||
/** | ||
@@ -158,3 +158,3 @@ * Original operation from the OpenAPI document. | ||
*/ | ||
operation?: () => Operation; | ||
operation: () => Operation; | ||
} | ||
@@ -161,0 +161,0 @@ export declare namespace IMigrateRoute { |
{ | ||
"name": "@samchon/openapi", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -42,3 +42,3 @@ import { IMigrateRoute } from "./IMigrateRoute"; | ||
*/ | ||
operation?: () => Operation; | ||
operation: () => Operation; | ||
@@ -45,0 +45,0 @@ /** |
@@ -164,3 +164,3 @@ import { OpenApi } from "./OpenApi"; | ||
*/ | ||
comment?: () => string; | ||
comment: () => string; | ||
@@ -173,3 +173,3 @@ /** | ||
*/ | ||
operation?: () => Operation; | ||
operation: () => Operation; | ||
} | ||
@@ -176,0 +176,0 @@ export namespace IMigrateRoute { |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
698367
0