openapi-client-axios
Advanced tools
Comparing version 4.6.0 to 4.6.1
@@ -109,3 +109,3 @@ import { AxiosInstance, AxiosRequestConfig } from 'axios'; | ||
*/ | ||
getAxiosConfigForOperation: (operation: Operation | string, args: OperationMethodArguments) => AxiosRequestConfig<any>; | ||
getAxiosConfigForOperation: (operation: Operation | string, args: OperationMethodArguments) => AxiosRequestConfig; | ||
/** | ||
@@ -112,0 +112,0 @@ * Creates a generic request config object for operation + arguments. |
{ | ||
"name": "openapi-client-axios", | ||
"description": "JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"author": "Viljami Kuosmanen <viljami@viljami.io>", | ||
@@ -41,3 +41,3 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"axios": "^0.25.0", | ||
"axios": "^0.24.0", | ||
"js-yaml": "^4.1.0" | ||
@@ -56,3 +56,3 @@ }, | ||
"@types/json-schema": "^7.0.6", | ||
"axios": "^0.25.0", | ||
"axios": "^0.21.4", | ||
"axios-mock-adapter": "^1.16.0", | ||
@@ -79,3 +79,3 @@ "indent-string": "^4.0.0", | ||
}, | ||
"gitHead": "6631e3c388c14e07a4b160ffb45fcae3285a7ff2" | ||
"gitHead": "9075245dce9f318c202019abbd16e32866fa0999" | ||
} |
@@ -68,3 +68,5 @@ import type { AxiosResponse, AxiosRequestConfig } from 'axios'; | ||
queryString: string; | ||
headers: AxiosRequestConfig['headers']; | ||
headers: { | ||
[header: string]: string | string[]; | ||
}; | ||
cookies: { | ||
@@ -71,0 +73,0 @@ [cookie: string]: string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
839
59151
11