openapi-ts-request 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -361,6 +361,7 @@ class ServiceGenerator {
361
361
  ? (0, util_1.camelCase)(`display-${typeName}-Enum`)
362
362
  : '',
363
363
  enumLabelType: isEnum ? result.enumLabelType : '',
364
+ description: result.description,
364
365
  });
365
366
  }
366
367
  if (this.config.isGenJsonSchemas) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openapi-ts-request",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Swagger2/OpenAPI3/Apifox to TypeScript/JavaScript, request client(support any client), request mock service, enum and enum translation, react-query/vue-query, type field label, JSON Schemas",
5
5
  "engines": {
6
6
  "node": ">=18.0.0",
@@ -58,7 +58,7 @@
58
58
  "@types/lodash": "^4.17.5",
59
59
  "@types/memoizee": "^0.4.11",
60
60
  "@types/mockjs": "^1.0.10",
61
- "@types/node": "^22.15.17",
61
+ "@types/node": "^24.0.14",
62
62
  "@types/nunjucks": "^3.2.6",
63
63
  "@types/reserved-words": "^0.1.4",
64
64
  "@types/swagger2openapi": "^7.0.4",