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

@samchon/openapi

Package Overview
Dependencies
Maintainers
1
Versions
161
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.1.1 to 2.1.2

1

lib/composers/HttpLlmApplicationComposer.js

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

name: props.route.accessor.join("_"),
strict: true,
parameters: parameters,

@@ -179,0 +178,0 @@ separated: props.options.separate

@@ -99,10 +99,2 @@ import { OpenApi } from "../OpenApi";

/**
* Whether the function schema types are strict or not.
*
* Newly added specification to "OpenAI" at 2024-08-07.
*
* @reference https://openai.com/index/introducing-structured-outputs-in-the-api/
*/
strict: true;
/**
* List of parameter types.

@@ -109,0 +101,0 @@ *

@@ -45,10 +45,2 @@ import { ILlmSchema } from "./ILlmSchema";

/**
* Whether the function schema types are strict or not.
*
* Newly added specification to "OpenAI" at 2024-08-07.
*
* @reference https://openai.com/index/introducing-structured-outputs-in-the-api/
*/
strict: true;
/**
* Description of the function.

@@ -55,0 +47,0 @@ *

2

package.json
{
"name": "@samchon/openapi",
"version": "2.1.1",
"version": "2.1.2",
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.",

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

@@ -350,3 +350,2 @@ # `@samchon/openapi`

parameters: func.parameters as Record<string, any>,
strict: true,
},

@@ -353,0 +352,0 @@ },

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

name: props.route.accessor.join("_"),
strict: true,
parameters,

@@ -196,0 +195,0 @@ separated: props.options.separate

@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi";

@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi";

@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi";

@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi";

@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi";

@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi";

@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi";

@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi";

@@ -0,0 +0,0 @@ import { IChatGptSchema } from "../structures/IChatGptSchema";

@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi";

@@ -0,0 +0,0 @@ import { IHttpMigrateRoute } from "../../structures/IHttpMigrateRoute";

@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi";

@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi";

@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi";

@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi";

@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi";

@@ -0,0 +0,0 @@ import type { HttpLlm } from "../HttpLlm";

@@ -0,0 +0,0 @@ import { HttpMigration } from "./HttpMigration";

@@ -0,0 +0,0 @@ import { OpenApi } from "./OpenApi";

@@ -0,0 +0,0 @@ //----

@@ -0,0 +0,0 @@ import { OpenApiV3 } from "./OpenApiV3";

@@ -0,0 +0,0 @@ import { ILlmSchemaV3_1 } from "./ILlmSchemaV3_1";

@@ -0,0 +0,0 @@ /// <reference lib="dom" />

@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi";

@@ -103,11 +103,2 @@ import { OpenApi } from "../OpenApi";

/**
* Whether the function schema types are strict or not.
*
* Newly added specification to "OpenAI" at 2024-08-07.
*
* @reference https://openai.com/index/introducing-structured-outputs-in-the-api/
*/
strict: true;
/**
* List of parameter types.

@@ -114,0 +105,0 @@ *

@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi";

@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi";

@@ -0,0 +0,0 @@ import { ILlmSchemaV3_1 } from "./ILlmSchemaV3_1";

@@ -0,0 +0,0 @@ import { IGeminiSchema } from "./IGeminiSchema";

@@ -50,11 +50,2 @@ import { ILlmSchema } from "./ILlmSchema";

/**
* Whether the function schema types are strict or not.
*
* Newly added specification to "OpenAI" at 2024-08-07.
*
* @reference https://openai.com/index/introducing-structured-outputs-in-the-api/
*/
strict: true;
/**
* Description of the function.

@@ -61,0 +52,0 @@ *

@@ -0,0 +0,0 @@ import { IChatGptSchema } from "./IChatGptSchema";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ export namespace AccessorUtil {

@@ -0,0 +0,0 @@ import { IChatGptSchema } from "../structures/IChatGptSchema";

@@ -0,0 +0,0 @@ import { NamingConvention } from "./NamingConvention";

@@ -0,0 +0,0 @@ import { IGeminiSchema } from "../structures/IGeminiSchema";

@@ -0,0 +0,0 @@ import { OpenApi } from "../../OpenApi";

@@ -0,0 +0,0 @@ import { ILlmFunction } from "../structures/ILlmFunction";

@@ -0,0 +0,0 @@ import { ILlmSchemaV3_1 } from "../structures/ILlmSchemaV3_1";

@@ -0,0 +0,0 @@ import { ILlmSchemaV3 } from "../structures/ILlmSchemaV3";

@@ -0,0 +0,0 @@ export namespace NamingConvention {

@@ -0,0 +0,0 @@ import { OpenApi } from "../OpenApi";

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

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

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

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

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

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

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

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

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