@technicity/openapi-sdk-generator 5.14.0 → 5.14.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.
@@ -117,7 +117,7 @@ function getCode({ results, baseUrl, generateOrThrow, env, excludeFetchImport, }
117
117
 
118
118
  export type Interceptors = { req?: (req: Request) => Promise<Request>, res?: (req: Request, res: Response) => Promise<Response> };
119
119
 
120
- type SdkOpts = { baseUrl: string; etryOptions?: RetryHandler.RetryOptions };
120
+ type SdkOpts = { baseUrl: string; retryOptions?: RetryHandler.RetryOptions };
121
121
 
122
122
  export class Sdk {
123
123
  #httpClient: HttpClient;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@technicity/openapi-sdk-generator",
3
- "version": "5.14.0",
3
+ "version": "5.14.1",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
@@ -152,7 +152,7 @@ function getCode({
152
152
 
153
153
  export type Interceptors = { req?: (req: Request) => Promise<Request>, res?: (req: Request, res: Response) => Promise<Response> };
154
154
 
155
- type SdkOpts = { baseUrl: string; etryOptions?: RetryHandler.RetryOptions };
155
+ type SdkOpts = { baseUrl: string; retryOptions?: RetryHandler.RetryOptions };
156
156
 
157
157
  export class Sdk {
158
158
  #httpClient: HttpClient;