swagger-typescript-api
Advanced tools
Comparing version
# swagger-typescript-api | ||
## 13.2.5 | ||
### Patch Changes | ||
- [#1302](https://github.com/acacode/swagger-typescript-api/pull/1302) [`790fece`](https://github.com/acacode/swagger-typescript-api/commit/790fecea92920ecc996d90dbad5a984421e16aa8) Thanks [@js2me](https://github.com/js2me)! - added support x-propertyNames, propertyNames for object types | ||
## 13.2.4 | ||
@@ -4,0 +10,0 @@ |
#!/usr/bin/env node | ||
import { CodeGenConfig, HTTP_CLIENT, TemplatesGenConfig, generateApi, generateTemplates, package_default } from "./src-Dg3yZCMd.js"; | ||
import { CodeGenConfig, HTTP_CLIENT, TemplatesGenConfig, generateApi, generateTemplates, package_default } from "./src-DW0ilIpJ.js"; | ||
import * as path$1 from "node:path"; | ||
@@ -4,0 +4,0 @@ import { loadConfig } from "c12"; |
@@ -139,2 +139,3 @@ import { __export } from "./chunk-Cl8Af3a2.js"; | ||
getEnumDescriptions: (schema: any) => any; | ||
getSchemaPropertyNamesSchema: (schema: any) => any; | ||
getSchemaRefType: (schema: any) => SchemaComponent | null; | ||
@@ -141,0 +142,0 @@ isPropertyRequired: (name: any, propertySchema: any, rootSchema: any) => any; |
@@ -1,3 +0,3 @@ | ||
import { constants_exports, generateApi, generateTemplates } from "./src-Dg3yZCMd.js"; | ||
import { constants_exports, generateApi, generateTemplates } from "./src-DW0ilIpJ.js"; | ||
export { constants_exports as constants, generateApi, generateTemplates }; |
{ | ||
"name": "swagger-typescript-api", | ||
"version": "13.2.4", | ||
"version": "13.2.5", | ||
"description": "Generate the API client for Fetch or Axios from an OpenAPI Specification", | ||
@@ -51,3 +51,3 @@ "homepage": "https://github.com/acacode/swagger-typescript-api", | ||
"@biomejs/js-api": "1.0.0", | ||
"@biomejs/wasm-nodejs": "2.0.4", | ||
"@biomejs/wasm-nodejs": "2.0.5", | ||
"@types/swagger-schema-official": "^2.0.25", | ||
@@ -66,3 +66,3 @@ "c12": "^3.0.4", | ||
"devDependencies": { | ||
"@biomejs/biome": "2.0.4", | ||
"@biomejs/biome": "2.0.5", | ||
"@changesets/changelog-github": "0.5.1", | ||
@@ -69,0 +69,0 @@ "@changesets/cli": "2.29.5", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1000367
0.58%8593
0.53%+ Added
- Removed
Updated