@samchon/openapi
Advanced tools
Comparing version 2.0.0-dev.20241121-4 to 2.0.0-dev.20241122-2
import { OpenApi } from "../OpenApi"; | ||
import { ILlmSchemaV3_1 } from "../structures/ILlmSchemaV3_1"; | ||
export declare namespace LlmConverterV3_1 { | ||
const parameters: (props: { | ||
components: OpenApi.IComponents; | ||
schema: OpenApi.IJsonSchema.IObject; | ||
recursive: false | number; | ||
}) => ILlmSchemaV3_1.IParameters | null; | ||
const schema: (props: { | ||
@@ -5,0 +10,0 @@ components: OpenApi.IComponents; |
@@ -46,2 +46,5 @@ "use strict"; | ||
(function (LlmConverterV3_1) { | ||
LlmConverterV3_1.parameters = function (props) { | ||
return LlmConverterV3_1.schema(props); | ||
}; | ||
LlmConverterV3_1.schema = function (props) { return OpenApiTypeChecker_1.OpenApiTypeChecker.escape(props); }; | ||
@@ -48,0 +51,0 @@ LlmConverterV3_1.separate = function (props) { |
import { OpenApi } from "../OpenApi"; | ||
import { ILlmSchemaV3 } from "../structures/ILlmSchemaV3"; | ||
export declare namespace LlmConverterV3 { | ||
const parameters: (props: { | ||
components: OpenApi.IComponents; | ||
schema: OpenApi.IJsonSchema.IObject; | ||
recursive: false | number; | ||
}) => ILlmSchemaV3.IParameters | null; | ||
const schema: (props: { | ||
@@ -5,0 +10,0 @@ components: OpenApi.IComponents; |
@@ -47,2 +47,5 @@ "use strict"; | ||
(function (LlmConverterV3) { | ||
LlmConverterV3.parameters = function (props) { | ||
return LlmConverterV3.schema(props); | ||
}; | ||
LlmConverterV3.schema = function (props) { | ||
@@ -49,0 +52,0 @@ var resolved = OpenApiTypeChecker_1.OpenApiTypeChecker.escape({ |
@@ -72,3 +72,3 @@ /** | ||
*/ | ||
$defs?: Record<string, IChatGptSchema | undefined>; | ||
$defs?: Record<string, IChatGptSchema>; | ||
/** | ||
@@ -75,0 +75,0 @@ * Do not allow additional properties in the parameters. |
{ | ||
"name": "@samchon/openapi", | ||
"version": "2.0.0-dev.20241121-4", | ||
"version": "2.0.0-dev.20241122-2", | ||
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -7,2 +7,9 @@ import { OpenApi } from "../OpenApi"; | ||
export namespace LlmConverterV3_1 { | ||
export const parameters = (props: { | ||
components: OpenApi.IComponents; | ||
schema: OpenApi.IJsonSchema.IObject; | ||
recursive: false | number; | ||
}): ILlmSchemaV3_1.IParameters | null => | ||
schema(props) as ILlmSchemaV3_1.IParameters | null; | ||
export const schema = (props: { | ||
@@ -9,0 +16,0 @@ components: OpenApi.IComponents; |
@@ -8,2 +8,9 @@ import { OpenApi } from "../OpenApi"; | ||
export namespace LlmConverterV3 { | ||
export const parameters = (props: { | ||
components: OpenApi.IComponents; | ||
schema: OpenApi.IJsonSchema.IObject; | ||
recursive: false | number; | ||
}): ILlmSchemaV3.IParameters | null => | ||
schema(props) as ILlmSchemaV3.IParameters | null; | ||
export const schema = (props: { | ||
@@ -10,0 +17,0 @@ components: OpenApi.IComponents; |
@@ -82,3 +82,3 @@ /** | ||
*/ | ||
$defs?: Record<string, IChatGptSchema | undefined>; | ||
$defs?: Record<string, IChatGptSchema>; | ||
@@ -85,0 +85,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1528729
26404