@samchon/openapi
Advanced tools
Comparing version 0.1.2-dev.20240411-4 to 0.1.2-dev.20240411-5
@@ -125,3 +125,3 @@ "use strict"; | ||
type: "http", | ||
schema: "basic", | ||
scheme: "basic", | ||
description: input.description, | ||
@@ -128,0 +128,0 @@ }; |
@@ -188,3 +188,3 @@ import { OpenApiV3 } from "./OpenApiV3"; | ||
type: "http"; | ||
schema: "basic"; | ||
scheme: "basic"; | ||
description?: string; | ||
@@ -194,3 +194,3 @@ } | ||
type: "http"; | ||
schema: "bearer"; | ||
scheme: "bearer"; | ||
bearerFormat?: string; | ||
@@ -197,0 +197,0 @@ description?: string; |
@@ -200,3 +200,3 @@ /** | ||
type: "http"; | ||
schema: "basic"; | ||
scheme: "basic"; | ||
description?: string; | ||
@@ -206,3 +206,3 @@ } | ||
type: "http"; | ||
schema: "bearer"; | ||
scheme: "bearer"; | ||
bearerFormat?: string; | ||
@@ -209,0 +209,0 @@ description?: string; |
@@ -187,3 +187,3 @@ /** | ||
type: "http"; | ||
schema: "basic"; | ||
scheme: "basic"; | ||
description?: string; | ||
@@ -193,3 +193,3 @@ } | ||
type: "http"; | ||
schema: "bearer"; | ||
scheme: "bearer"; | ||
bearerFormat?: string; | ||
@@ -196,0 +196,0 @@ description?: string; |
{ | ||
"name": "@samchon/openapi", | ||
"version": "0.1.2-dev.20240411-4", | ||
"version": "0.1.2-dev.20240411-5", | ||
"description": "", | ||
@@ -19,2 +19,3 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@types/node": "^20.12.7", | ||
"prettier": "^3.2.5", | ||
@@ -21,0 +22,0 @@ "rimraf": "^5.0.5", |
@@ -179,3 +179,3 @@ import { OpenApi } from "../OpenApi"; | ||
type: "http", | ||
schema: "basic", | ||
scheme: "basic", | ||
description: input.description, | ||
@@ -182,0 +182,0 @@ }; |
@@ -271,3 +271,3 @@ import { OpenApiV3 } from "./OpenApiV3"; | ||
type: "http"; | ||
schema: "basic"; | ||
scheme: "basic"; | ||
description?: string; | ||
@@ -277,3 +277,3 @@ } | ||
type: "http"; | ||
schema: "bearer"; | ||
scheme: "bearer"; | ||
bearerFormat?: string; | ||
@@ -280,0 +280,0 @@ description?: string; |
@@ -307,3 +307,3 @@ /** | ||
type: "http"; | ||
schema: "basic"; | ||
scheme: "basic"; | ||
description?: string; | ||
@@ -313,3 +313,3 @@ } | ||
type: "http"; | ||
schema: "bearer"; | ||
scheme: "bearer"; | ||
bearerFormat?: string; | ||
@@ -316,0 +316,0 @@ description?: string; |
@@ -278,3 +278,3 @@ /** | ||
type: "http"; | ||
schema: "basic"; | ||
scheme: "basic"; | ||
description?: string; | ||
@@ -284,3 +284,3 @@ } | ||
type: "http"; | ||
schema: "bearer"; | ||
scheme: "bearer"; | ||
bearerFormat?: string; | ||
@@ -287,0 +287,0 @@ description?: string; |
154890
7