Skip to content

Commit

Permalink
Merge pull request #2 from wrtnio/feature/integer
Browse files Browse the repository at this point in the history
Upgrade `@samchon/openapi`
  • Loading branch information
samchon authored Sep 25, 2024
2 parents e7cb400 + 993757e commit ffbdbe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wrtnio/schema",
"version": "1.0.4",
"version": "1.0.5",
"description": "JSON and LLM function calling schemas extended for Wrtn Studio Pro",
"main": "lib/index.js",
"module": "./lib/index.mjs",
Expand Down Expand Up @@ -31,10 +31,10 @@
},
"homepage": "https://github.com/wrtnio/schema#readme",
"dependencies": {
"@samchon/openapi": "^1.0.3"
"@samchon/openapi": "^1.0.5"
},
"peerDependencies": {
"@samchon/openapi": ">=1.0.3"
"@samchon/openapi": ">=1.0.5"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
Expand Down
4 changes: 1 addition & 3 deletions src/ISwaggerSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ export namespace ISwaggerSchema {
* defined `anyOf` instead of the `oneOf`, {@link OpenApi} forcibly
* converts it to `oneOf` type.
*/
export interface IOneOf
extends OpenApi.IJsonSchema.__IAttribute,
ISwaggerSchemaPlugin {
export interface IOneOf extends Omit<OpenApi.IJsonSchema.IOneOf, "oneOf"> {
/**
* List of the union types.
*/
Expand Down

0 comments on commit ffbdbe0

Please sign in to comment.