Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@shipengine/js-api

Package Overview
Dependencies
Maintainers
26
Versions
256
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
0.0.3
to
0.0.4
+18
-0
index.d.ts
export * as SE from "./types";
export * from "./account-settings";
export * from "./addresses";
export * from "./carriers";
export * from "./client";
export * from "./custom-packages";
export * from "./dimensions";
export * from "./errors";
export * from "./insurance";
export * from "./labels";
export * from "./order-sources";
export * from "./payments";
export * from "./rates";
export * from "./relay-points";
export * from "./resources";
export * from "./sales-order-shipments";
export * from "./sales-orders";
export * from "./shipments";
export * from "./warehouses";
export * from "./weight";
+1
-1
{
"name": "@shipengine/js-api",
"version": "0.0.3",
"version": "0.0.4",
"main": "./index.js",

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

@@ -14,3 +14,3 @@ import { AxiosInstance } from "axios";

constructor(client: AxiosInstance);
calculateByShipmentId: (shipmentId: string, options: CalculateRatesOptions) => Promise<import("axios").AxiosResponse<Omit<import("../shipments").Shipment, "items"> & {
calculateByShipmentId: (shipmentId: string, options: CalculateRatesOptions) => Promise<import("axios").AxiosResponse<Omit<import("..").Shipment, "items"> & {
items: import("../sales-order-shipments").SalesOrderShipmentItem[];

@@ -17,0 +17,0 @@ salesOrderIds: string[];

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

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