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,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 }} */
|