@availity/api-axios
Advanced tools
Comparing version 9.0.3 to 9.0.4
@@ -5,2 +5,11 @@ # Changelog | ||
## [9.0.4](https://github.com/Availity/sdk-js/compare/@availity/api-axios@9.0.3...@availity/api-axios@9.0.4) (2024-10-23) | ||
### Bug Fixes | ||
* **api-axios:** update fileDelivery type ([e588ffd](https://github.com/Availity/sdk-js/commit/e588ffd58f8e7b4c010519094ea856825bb18ea2)) | ||
## [9.0.3](https://github.com/Availity/sdk-js/compare/@availity/api-axios@9.0.2...@availity/api-axios@9.0.3) (2024-10-14) | ||
@@ -7,0 +16,0 @@ |
@@ -116,3 +116,3 @@ import { AxiosRequestConfig, AxiosStatic, AxiosResponse } from 'axios'; | ||
declare class AvFilesDeliveryApi extends AvApi { | ||
uploadFilesDelivery(data: any, config?: ApiConfig): Promise<AxiosResponse>; | ||
uploadFilesDelivery(data: any, config?: ApiConfig & { customerId: string; clientId: string }): Promise<AxiosResponse>; | ||
@@ -119,0 +119,0 @@ getLocation(response: any): string; |
{ | ||
"name": "@availity/api-axios", | ||
"version": "9.0.3", | ||
"version": "9.0.4", | ||
"description": "Wrappers for axios designed to work with the Availity portal", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -114,3 +114,3 @@ /* eslint-disable @typescript-eslint/no-empty-interface */ | ||
declare class AvFilesDeliveryApi extends AvApi { | ||
uploadFilesDelivery(data: any, config?: ApiConfig): Promise<AxiosResponse>; | ||
uploadFilesDelivery(data: any, config?: ApiConfig & { customerId: string; clientId: string }): Promise<AxiosResponse>; | ||
@@ -117,0 +117,0 @@ getLocation(response: any): string; |
Sorry, the diff of this file is not supported yet
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
199448