File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/base/http-clients Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " swagger-typescript-api-es" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.0.9 " ,
44 "license" : " MIT" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export class HttpClient<SecurityDataType = unknown> {
111111<% if (config .unwrapResponseData ) { % >
112112 }: FullRequestParams): Promise < T > => {
113113< % } else { % >
114- }: FullRequestParams): Promise < AxiosResponse< T >> => {
114+ }: FullRequestParams): Promise < AxiosResponse< T , _E >> => {
115115< % } %>
116116 const secureParams = ((typeof secure === 'boolean' ? secure : this.secure) && this.securityWorker && (await this.securityWorker(this.securityData))) || {};
117117 const requestParams = this.mergeRequestParams(params, secureParams);
You can’t perform that action at this time.
0 commit comments