openapi-ts-request 0.8.3 → 0.8.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openapi-ts-request",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "Swagger2/OpenAPI3 to TypeScript, request client, request mock service, enum, type field label, JSON Schemas",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,7 +1,7 @@
1
1
  /* eslint-disable */
2
2
  // @ts-ignore
3
- {{ requestImportStatement }}
4
3
  import * as {{ namespace }} from './{{ interfaceFileName }}';
4
+ {{ requestImportStatement }}
5
5
 
6
6
  {% for api in list -%}
7
7
  /** {{ api.desc if api.desc else '此处后端没有提供注释' }} {{api.method | upper}} {{ api.pathInComment | safe }} */