@technicity/openapi-sdk-generator 5.4.10 → 5.4.12

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.
@@ -467,7 +467,7 @@ async function getCode(input) {
467
467
  _query: input.query,
468
468
  _headers: input.headers,${requestBody == null
469
469
  ? ""
470
- : `_body: input.data,reqContentType: "${requestBodyContentType}",`},
470
+ : `_body: input.data,reqContentType: "${requestBodyContentType}",`}
471
471
  opts: input.opts
472
472
  });
473
473
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@technicity/openapi-sdk-generator",
3
- "version": "5.4.10",
3
+ "version": "5.4.12",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
@@ -540,7 +540,7 @@ async function getCode(input: {
540
540
  requestBody == null
541
541
  ? ""
542
542
  : `_body: input.data,reqContentType: "${requestBodyContentType}",`
543
- },
543
+ }
544
544
  opts: input.opts
545
545
  });
546
546
  }