Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@samchon/openapi

Package Overview
Dependencies
Maintainers
0
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samchon/openapi - npm Package Compare versions

Comparing version 2.0.0-dev.20241121-4 to 2.0.0-dev.20241122-2

5

lib/converters/LlmConverterV3_1.d.ts
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;

3

lib/converters/LlmConverterV3_1.js

@@ -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({

2

lib/structures/IChatGptSchema.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc