@whiplashmerch/whiplash-api-client 2.0.0 → 2.0.1
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.
|
@@ -14199,6 +14199,8 @@ export interface PostApiV21CarrierAccountsRequest {
|
|
|
14199
14199
|
active?: boolean;
|
|
14200
14200
|
/** Can this carrier account ship alcohol? */
|
|
14201
14201
|
alcohol_eligible?: boolean;
|
|
14202
|
+
/** Carrier name (required for Shipium) */
|
|
14203
|
+
carrier?: string;
|
|
14202
14204
|
/**
|
|
14203
14205
|
* Key discard date and time
|
|
14204
14206
|
* @format date-time
|
|
@@ -14263,7 +14265,8 @@ export interface PostApiV21CarrierAccountsRequest {
|
|
|
14263
14265
|
/** Provider for this carrier account */
|
|
14264
14266
|
export declare enum PostApiV21CarrierAccountsRequestProvider {
|
|
14265
14267
|
Easypost = "easypost",
|
|
14266
|
-
Shippo = "shippo"
|
|
14268
|
+
Shippo = "shippo",
|
|
14269
|
+
Shipium = "shipium"
|
|
14267
14270
|
}
|
|
14268
14271
|
export interface PostApiV21CarrierAliasesRequest {
|
|
14269
14272
|
/** TBD */
|
|
@@ -18534,6 +18537,8 @@ export interface PostApiV2CarrierAccountsRequest {
|
|
|
18534
18537
|
active?: boolean;
|
|
18535
18538
|
/** Can this carrier account ship alcohol? */
|
|
18536
18539
|
alcohol_eligible?: boolean;
|
|
18540
|
+
/** Carrier name (required for Shipium) */
|
|
18541
|
+
carrier?: string;
|
|
18537
18542
|
/**
|
|
18538
18543
|
* Key discard date and time
|
|
18539
18544
|
* @format date-time
|
|
@@ -18598,7 +18603,8 @@ export interface PostApiV2CarrierAccountsRequest {
|
|
|
18598
18603
|
/** Provider for this carrier account */
|
|
18599
18604
|
export declare enum PostApiV2CarrierAccountsRequestProvider {
|
|
18600
18605
|
Easypost = "easypost",
|
|
18601
|
-
Shippo = "shippo"
|
|
18606
|
+
Shippo = "shippo",
|
|
18607
|
+
Shipium = "shipium"
|
|
18602
18608
|
}
|
|
18603
18609
|
export interface PostApiV2CarrierAliasesRequest {
|
|
18604
18610
|
/** TBD */
|