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.24.0
to
4.24.1-next.0
+11
-5
carriers/types.d.ts

@@ -9,2 +9,9 @@ import { Address } from "../addresses";

*/
export type CarrierTermsStatus = "saved" | "not_found" | "already_saved" | "error";
export type CarrierTermCategory = "funding_source" | "carrier" | "insurance";
export type WalletTransactionType = "adjustment" | "purchase" | "reload" | "void";
export type CarrierConnectionStatus = "PendingApproval" | "Approved";
/**
* @category Entities
*/
export interface CarrierOption {

@@ -69,2 +76,3 @@ defaultValue: string;

carrierId: string;
connectionStatus?: CarrierConnectionStatus;
friendlyName: string;

@@ -102,3 +110,2 @@ fundingSourceId?: string;

};
export type WalletTransactionType = "adjustment" | "purchase" | "reload" | "void";
export type WalletTransaction = {

@@ -130,5 +137,2 @@ amount: number;

*/
/** @internal */
export type CarrierTermsStatus = "saved" | "not_found" | "already_saved" | "error";
export type CarrierTermCategory = "funding_source" | "carrier" | "insurance";
export interface CarrierTerm {

@@ -140,3 +144,5 @@ status?: CarrierTermsStatus;

}
/** @internal */
/**
* @category Responses
*/
export interface CarrierAutoFundingSettingsResponse {

@@ -143,0 +149,0 @@ autoPurchaseAmount: number;

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

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