Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@shipengine/js-api

Package Overview
Dependencies
Maintainers
43
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shipengine/js-api - npm Package Compare versions

Comparing version
4.18.5
to
4.18.6-next.0
+6
-2
account-addons/api.d.ts
import { AxiosInstance } from "axios";
import { Addon, AddonTypes } from "./types";
import { Addon, AddonCodes } from "./types";
/**

@@ -20,3 +20,7 @@ * # Account Addons API module - /v1/account/addons

*/
enable: (addonCode: AddonTypes) => Promise<import("axios").AxiosResponse<void, any>>;
enable: (addonCode: AddonCodes) => Promise<import("axios").AxiosResponse<void, any>>;
/**
* The `disable` method allows to disable an AddOn for the current user
*/
disable: (addonCode: AddonCodes) => Promise<import("axios").AxiosResponse<void, any>>;
}

@@ -1,5 +0,5 @@

export type AddonTypes = "ss_api_analytics";
export type AddonCodes = "ss_api_analytics";
export type Addon = {
/** Addon code, unique reference for it */
code: AddonTypes;
code: AddonCodes;
/** Date when the deactivation will take place, will be undefined while the user does not wish to deactivate it */

@@ -6,0 +6,0 @@ deactivationDate?: string;

{
"name": "@shipengine/js-api",
"version": "4.18.5",
"version": "4.18.6-next.0",
"main": "./index.js",

@@ -5,0 +5,0 @@ "types": "./index.d.ts",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display