@whiplashmerch/whiplash-api-client 3.2.16 → 3.2.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16594,7 +16594,7 @@ export interface PostApiV21CarrierAccountsRequest {
|
|
|
16594
16594
|
active?: boolean;
|
|
16595
16595
|
/** Can this carrier account ship alcohol? */
|
|
16596
16596
|
alcohol_eligible?: boolean;
|
|
16597
|
-
/** Carrier name (required for Shipium) */
|
|
16597
|
+
/** Carrier name (required for Shipium and Globale providers) */
|
|
16598
16598
|
carrier?: string;
|
|
16599
16599
|
/**
|
|
16600
16600
|
* Key discard date and time
|
|
@@ -20091,7 +20091,7 @@ export interface PostApiV2CarrierAccountsRequest {
|
|
|
20091
20091
|
active?: boolean;
|
|
20092
20092
|
/** Can this carrier account ship alcohol? */
|
|
20093
20093
|
alcohol_eligible?: boolean;
|
|
20094
|
-
/** Carrier name (required for Shipium) */
|
|
20094
|
+
/** Carrier name (required for Shipium and Globale providers) */
|
|
20095
20095
|
carrier?: string;
|
|
20096
20096
|
/**
|
|
20097
20097
|
* Key discard date and time
|
|
@@ -30579,7 +30579,8 @@ export declare enum PostApiV21BillOfLadingsRequestFreightCharge {
|
|
|
30579
30579
|
export declare enum PostApiV21CarrierAccountsRequestProvider {
|
|
30580
30580
|
Easypost = "easypost",
|
|
30581
30581
|
Shippo = "shippo",
|
|
30582
|
-
Shipium = "shipium"
|
|
30582
|
+
Shipium = "shipium",
|
|
30583
|
+
Globale = "globale"
|
|
30583
30584
|
}
|
|
30584
30585
|
/** white-, black-, etc-list */
|
|
30585
30586
|
export declare enum PostApiV21ChromalistsRequestChroma {
|
|
@@ -31385,7 +31386,8 @@ export declare enum PostApiV2BillOfLadingsRequestFreightCharge {
|
|
|
31385
31386
|
export declare enum PostApiV2CarrierAccountsRequestProvider {
|
|
31386
31387
|
Easypost = "easypost",
|
|
31387
31388
|
Shippo = "shippo",
|
|
31388
|
-
Shipium = "shipium"
|
|
31389
|
+
Shipium = "shipium",
|
|
31390
|
+
Globale = "globale"
|
|
31389
31391
|
}
|
|
31390
31392
|
/** white-, black-, etc-list */
|
|
31391
31393
|
export declare enum PostApiV2ChromalistsRequestChroma {
|