Socket
Socket
Sign inDemoInstall

@availity/api-axios

Package Overview
Dependencies
Maintainers
12
Versions
149
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 8.0.1 to 8.0.2

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

## [8.0.2](https://github.com/Availity/sdk-js/compare/@availity/api-axios@8.0.1...@availity/api-axios@8.0.2) (2023-08-01)
### Bug Fixes
* **api-axios:** export telemetry types ([c2f9d89](https://github.com/Availity/sdk-js/commit/c2f9d894511d645ade86a663fe9f05af029c3ddf))
## [8.0.1](https://github.com/Availity/sdk-js/compare/@availity/api-axios@8.0.0...@availity/api-axios@8.0.1) (2023-08-01)

@@ -7,0 +16,0 @@

11

dist/index.d.ts

@@ -125,2 +125,10 @@ import { AxiosRequestConfig, AxiosResponse } from 'axios';

interface AvTelemetryApi extends AvMicroserviceApi {
send(level: 'info' | 'debug' | 'warn' | 'error', entries: Record<string, any>): Promise<AxiosResponse>;
debug(entries: Record<string, any>): Promise<AxiosResponse>;
info(entries: Record<string, any>): Promise<AxiosResponse>;
warn(entries: Record<string, any>): Promise<AxiosResponse>;
error(entries: Record<string, any>): Promise<AxiosResponse>;
}
interface AvLogMessagesApiV2 extends AvLogMessagesApi {}

@@ -130,2 +138,3 @@

declare const avLogMessagesApiV2: AvLogMessagesApi;
declare const avTelemetryApi: AvTelemetryApi;

@@ -246,2 +255,2 @@ interface AvNavigationApi extends AvApi {}

export { ApiConfig, AvCodesApi, AvDisclaimersApi, AvFilesApi, AvFilesDeliveryApi, AvLogMessagesApi, AvLogMessagesApiV2, AvMicroserviceApi, AvNavigationApi, AvNotificationsApi, AvOrganizationsApi, AvPdfApi, AvPdfMicroserviceApi, AvPermissionsApi, AvProvidersApi, AvProxyApi, AvRegionsApi, AvSettingsApi, AvSlotMachineApi, AvSpacesApi, AvUserApi, AvUserPermissionsApi, AvWebQLApi, ProxyApiConfig, avCodesApi, avDisclaimersApi, avFilesApi, avFilesDeliveryApi, avLogMessagesApi, avLogMessagesApiV2, avNavigationApi, avNotificationsApi, avOrganizationsApi, avPdfApi, avPdfMicroserviceApi, avPermissionsApi, avProvidersApi, avRegionsApi, avSettingsApi, avSlotMachineApi, avSpacesApi, avUserApi, avUserPermissionsApi, avWebQLApi, AvApi as default };
export { ApiConfig, AvCodesApi, AvDisclaimersApi, AvFilesApi, AvFilesDeliveryApi, AvLogMessagesApi, AvLogMessagesApiV2, AvMicroserviceApi, AvNavigationApi, AvNotificationsApi, AvOrganizationsApi, AvPdfApi, AvPdfMicroserviceApi, AvPermissionsApi, AvProvidersApi, AvProxyApi, AvRegionsApi, AvSettingsApi, AvSlotMachineApi, AvSpacesApi, AvTelemetryApi, AvUserApi, AvUserPermissionsApi, AvWebQLApi, ProxyApiConfig, avCodesApi, avDisclaimersApi, avFilesApi, avFilesDeliveryApi, avLogMessagesApi, avLogMessagesApiV2, avNavigationApi, avNotificationsApi, avOrganizationsApi, avPdfApi, avPdfMicroserviceApi, avPermissionsApi, avProvidersApi, avRegionsApi, avSettingsApi, avSlotMachineApi, avSpacesApi, avTelemetryApi, avUserApi, avUserPermissionsApi, avWebQLApi, AvApi as default };

2

package.json
{
"name": "@availity/api-axios",
"version": "8.0.1",
"version": "8.0.2",
"description": "Wrappers for axios designed to work with the Availity portal",

@@ -5,0 +5,0 @@ "keywords": [

@@ -294,2 +294,4 @@ /* eslint-disable @typescript-eslint/no-empty-interface */

AvSpacesApi,
avTelemetryApi,
AvTelemetryApi,
avUserApi,

@@ -296,0 +298,0 @@ AvUserApi,

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