openapi-client-axios
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -47,3 +47,3 @@ import { AxiosInstance, AxiosRequestConfig } from 'axios'; | ||
*/ | ||
getClient: <Client = OpenAPIClient<UnknownOperationMethods>>() => Promise<OpenAPIClient<UnknownOperationMethods> | Client>; | ||
getClient: <Client = OpenAPIClient<UnknownOperationMethods>>() => Promise<Client>; | ||
/** | ||
@@ -50,0 +50,0 @@ * Initalizes OpenAPIClientAxios. |
{ | ||
"name": "openapi-client-axios", | ||
"description": "JavaScript client library for consuming OpenAPI-enabled APIs with axios", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"author": "Viljami Kuosmanen <viljami@avoinsorsa.fi>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
49096