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.20241123-5 to 2.0.0-dev.20241123-6

2

lib/converters/LlmSchemaConverter.d.ts

@@ -22,3 +22,2 @@ import { OpenApi } from "../OpenApi";

schema: OpenApi.IJsonSchema.IObject;
$defs: Record<string, ILlmSchemaV3_1>;
config: ILlmSchemaV3_1.IConfig;

@@ -29,3 +28,2 @@ }) => ILlmSchemaV3_1.IParameters | null;

schema: OpenApi.IJsonSchema.IObject;
$defs: Record<string, IChatGptSchema>;
config: IChatGptSchema.IConfig;

@@ -32,0 +30,0 @@ }) => IChatGptSchema.IParameters | null;

1

lib/index.d.ts

@@ -18,2 +18,3 @@ export * from "./OpenApi";

export * from "./structures/IGeminiSchema";
export * from "./structures/ILlmSchema";
export * from "./structures/ILlmSchemaV3";

@@ -20,0 +21,0 @@ export * from "./structures/ILlmSchemaV3_1";

@@ -43,2 +43,3 @@ "use strict";

__exportStar(require("./structures/IGeminiSchema"), exports);
__exportStar(require("./structures/ILlmSchema"), exports);
__exportStar(require("./structures/ILlmSchemaV3"), exports);

@@ -45,0 +46,0 @@ __exportStar(require("./structures/ILlmSchemaV3_1"), exports);

{
"name": "@samchon/openapi",
"version": "2.0.0-dev.20241123-5",
"version": "2.0.0-dev.20241123-6",
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -46,7 +46,8 @@ > ## Next version is coming.

- ✔️[`IChatGptSchema`](https://github.com/samchon/openapi/blob/master/src/structures/IChatGptSchema.ts): OpenAI ChatGPT
- ✍️`IClaudeSchema`: Anthropic Claude
- ✔️[`IGeminiSchema`](https://github.com/samchon/openapi/blob/master/src/structures/IGeminiSchema.ts): Google Gemini
- ✍️`ILlamaSchema`: Meta (Facebook) Llama
- ✍️`IClaudeSchema`: Anthropic Claude
- ✔️[`ILlmSchemaV3`](https://github.com/samchon/openapi/blob/master/src/structures/ILlmSchemaV3.ts): middle layer of OpenAPI v3.0
- ✔️[`ILlmSchemaV3_1`](https://github.com/samchon/openapi/blob/master/src/structures/ILlmSchemaV3_1.ts): middle layer of OpenAPI v3.1
- Midldle layer schemas
- ✔️[`ILlmSchemaV3`](https://github.com/samchon/openapi/blob/master/src/structures/ILlmSchemaV3.ts): middle layer based on OpenAPI v3.0 specification
- ✔️[`ILlmSchemaV3_1`](https://github.com/samchon/openapi/blob/master/src/structures/ILlmSchemaV3_1.ts): middle layer based on OpenAPI v3.1 specification

@@ -53,0 +54,0 @@ > [!TIP]

@@ -45,3 +45,2 @@ import { OpenApi } from "../OpenApi";

schema: OpenApi.IJsonSchema.IObject;
$defs: Record<string, ILlmSchemaV3_1>;
config: ILlmSchemaV3_1.IConfig;

@@ -57,3 +56,2 @@ }) =>

schema: OpenApi.IJsonSchema.IObject;
$defs: Record<string, IChatGptSchema>;
config: IChatGptSchema.IConfig;

@@ -60,0 +58,0 @@ }) =>

@@ -33,2 +33,3 @@ //----

export * from "./structures/IGeminiSchema";
export * from "./structures/ILlmSchema";
export * from "./structures/ILlmSchemaV3";

@@ -35,0 +36,0 @@ export * from "./structures/ILlmSchemaV3_1";

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