mobx-tanstack-query-api 0.0.72 → 0.0.73

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.
@@ -113,7 +113,7 @@ export const newEndpointTmpl = ({ route, apiParams, importFileParams, utils, gro
113
113
  };
114
114
  const requestInputTypeDc = {
115
115
  typeIdentifier: 'type',
116
- name: _.upperFirst(_.camelCase(`${route.routeName.usage}Input`)),
116
+ name: _.upperFirst(_.camelCase(`${route.routeName.usage}Params`)),
117
117
  content: `{
118
118
  ${inputParams
119
119
  .map(({ name, optional, type }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobx-tanstack-query-api",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "keywords": [],
5
5
  "author": "js2me",
6
6
  "license": "MIT",