diff --git a/package.json b/package.json index ab1a107..29ab2e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wrtnio/openai-function-schema", - "version": "0.1.1", + "version": "0.1.2", "description": "OpenAI LLM function schema from OpenAPI (Swagger) document", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/src/module.ts b/src/module.ts index ab67535..a204ae2 100644 --- a/src/module.ts +++ b/src/module.ts @@ -9,6 +9,7 @@ export * from "./structures/ISwaggerMigrate"; export * from "./structures/ISwaggerMigrateRoute"; export * from "./structures/ISwaggerOperation"; export * from "./structures/ISwaggerPath"; +export * from "./structures/ISwaggerSchema"; export * from "./structures/ISwaggerSecurityScheme"; export * from "./structures/ISwaggerServer"; export * from "./structures/ISwaggerTag";