Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@availity/api-axios

Package Overview
Dependencies
Maintainers
0
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/api-axios - npm Package Compare versions

Comparing version 9.0.3 to 9.0.4

9

CHANGELOG.md

@@ -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 @@

2

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc