@technicity/openapi-sdk-generator 5.4.6 → 5.4.7

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.
@@ -623,7 +623,7 @@ function getHttpClientCode() {
623
623
 
624
624
  type TNullFetchRes = {
625
625
  body?: BodyInit;
626
- status?: number | undefined;
626
+ status?: number;
627
627
  headers?: HeadersInit;
628
628
  };
629
629
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@technicity/openapi-sdk-generator",
3
- "version": "5.4.6",
3
+ "version": "5.4.7",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
@@ -739,7 +739,7 @@ function getHttpClientCode() {
739
739
 
740
740
  type TNullFetchRes = {
741
741
  body?: BodyInit;
742
- status?: number | undefined;
742
+ status?: number;
743
743
  headers?: HeadersInit;
744
744
  };
745
745