@ahoo-wang/fetcher-generator 2.5.0 → 2.5.1
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/README.md +84 -6
- package/README.zh-CN.md +82 -6
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/client/apiClientGenerator.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1219,10 +1219,6 @@ class We {
|
|
|
1219
1219
|
* @returns Array of parameter declarations
|
|
1220
1220
|
*/
|
|
1221
1221
|
resolveParameters(e, t, n) {
|
|
1222
|
-
if (!n.parameters)
|
|
1223
|
-
return this.context.logger.info(
|
|
1224
|
-
`No parameters found for operation ${n.operationId}`
|
|
1225
|
-
), [];
|
|
1226
1222
|
const r = n.parameters?.filter((a) => !l(a) && a.in === "path" && !this.context.isIgnoreApiClientPathParameters(
|
|
1227
1223
|
e.name,
|
|
1228
1224
|
a.name
|