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.16.0
to
4.16.1
+3
-3
auctane-pay/types.d.ts

@@ -147,3 +147,3 @@ /**

export type UpdatePaymentMethodResponse = Omit<PaymentMethod, "sourceAccountId" | "paymentMethodType" | "institutionName">;
export type IdentityProvider = "Plaid";
export type IdentityProvider = "plaid";
export type IdentityVerificationResponse = {

@@ -156,4 +156,4 @@ /** Provider used for the identity verification */

};
export type PaymentAccountTrustLevel = "New" | "Trusted" | "Restricted" | "Grandfathered";
export type PaymentAccountEnrollmentStatus = "NotSet" | "Enrolled" | "Prohibited" | "OptedOut";
export type PaymentAccountTrustLevel = "new" | "trusted" | "restricted" | "grandfathered";
export type PaymentAccountEnrollmentStatus = "no_set" | "enrolled" | "prohibited" | "opted_out";
export type PaymentAccountResponse = {

@@ -160,0 +160,0 @@ /** Boolean to know if there is a IDV in progress */

{
"name": "@shipengine/js-api",
"version": "4.16.0",
"version": "4.16.1",
"main": "./index.js",

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