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.23.0
to
4.23.1-next.0
+4
-6
labels/types.d.ts

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

export type LabelTrackingStatus = "unknown" | "in_transit" | "delivered" | "error";
export type LabelVoidType = "refund_assist" | "manual";
export type RefundStatus = "request_scheduled" | "pending" | "approved" | "rejected" | "excluded";
/**

@@ -98,7 +100,5 @@ * Columns available for label exports

* `refundStatus` is an optional string to filter results by refund status.
* Can be a single status or multiple comma-separated statuses.
* @example "pending"
* @example "pending,approved"
* Can be a single status or multiple comma-separated statuses
*/
refundStatus?: string;
refundStatus?: RefundStatus[] | RefundStatus;
/**

@@ -170,4 +170,2 @@ * `serviceCode` is an optional string to limit results to only labels for

} & ListLabelsParams;
export type LabelVoidType = "refund_assist" | "manual";
export type RefundStatus = "request_scheduled" | "pending" | "approved" | "rejected" | "excluded";
export type RefundDetails = {

@@ -174,0 +172,0 @@ amountApproved: Money | null;

+1
-1
{
"name": "@shipengine/js-api",
"version": "4.23.0",
"version": "4.23.1-next.0",
"main": "./index.js",

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