@whiplashmerch/whiplash-api-client 2.0.0 → 2.0.2
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.
|
@@ -4928,6 +4928,11 @@ export interface ApiV2EntitiesTransaction {
|
|
|
4928
4928
|
* @format int32
|
|
4929
4929
|
*/
|
|
4930
4930
|
shipnotice_id?: number;
|
|
4931
|
+
/**
|
|
4932
|
+
* associated shipnotice_item_id if transaction is created from a shipnotice
|
|
4933
|
+
* @format int32
|
|
4934
|
+
*/
|
|
4935
|
+
shipnotice_item_id?: number;
|
|
4931
4936
|
/**
|
|
4932
4937
|
* the transaction last update date and time
|
|
4933
4938
|
* @format date-time
|
|
@@ -14199,6 +14204,8 @@ export interface PostApiV21CarrierAccountsRequest {
|
|
|
14199
14204
|
active?: boolean;
|
|
14200
14205
|
/** Can this carrier account ship alcohol? */
|
|
14201
14206
|
alcohol_eligible?: boolean;
|
|
14207
|
+
/** Carrier name (required for Shipium) */
|
|
14208
|
+
carrier?: string;
|
|
14202
14209
|
/**
|
|
14203
14210
|
* Key discard date and time
|
|
14204
14211
|
* @format date-time
|
|
@@ -14263,7 +14270,8 @@ export interface PostApiV21CarrierAccountsRequest {
|
|
|
14263
14270
|
/** Provider for this carrier account */
|
|
14264
14271
|
export declare enum PostApiV21CarrierAccountsRequestProvider {
|
|
14265
14272
|
Easypost = "easypost",
|
|
14266
|
-
Shippo = "shippo"
|
|
14273
|
+
Shippo = "shippo",
|
|
14274
|
+
Shipium = "shipium"
|
|
14267
14275
|
}
|
|
14268
14276
|
export interface PostApiV21CarrierAliasesRequest {
|
|
14269
14277
|
/** TBD */
|
|
@@ -18534,6 +18542,8 @@ export interface PostApiV2CarrierAccountsRequest {
|
|
|
18534
18542
|
active?: boolean;
|
|
18535
18543
|
/** Can this carrier account ship alcohol? */
|
|
18536
18544
|
alcohol_eligible?: boolean;
|
|
18545
|
+
/** Carrier name (required for Shipium) */
|
|
18546
|
+
carrier?: string;
|
|
18537
18547
|
/**
|
|
18538
18548
|
* Key discard date and time
|
|
18539
18549
|
* @format date-time
|
|
@@ -18598,7 +18608,8 @@ export interface PostApiV2CarrierAccountsRequest {
|
|
|
18598
18608
|
/** Provider for this carrier account */
|
|
18599
18609
|
export declare enum PostApiV2CarrierAccountsRequestProvider {
|
|
18600
18610
|
Easypost = "easypost",
|
|
18601
|
-
Shippo = "shippo"
|
|
18611
|
+
Shippo = "shippo",
|
|
18612
|
+
Shipium = "shipium"
|
|
18602
18613
|
}
|
|
18603
18614
|
export interface PostApiV2CarrierAliasesRequest {
|
|
18604
18615
|
/** TBD */
|
|
@@ -2276,6 +2276,11 @@ export interface ApiV2EntitiesTransaction {
|
|
|
2276
2276
|
* @format int32
|
|
2277
2277
|
*/
|
|
2278
2278
|
shipnotice_id?: number;
|
|
2279
|
+
/**
|
|
2280
|
+
* associated shipnotice_item_id if transaction is created from a shipnotice
|
|
2281
|
+
* @format int32
|
|
2282
|
+
*/
|
|
2283
|
+
shipnotice_item_id?: number;
|
|
2279
2284
|
/**
|
|
2280
2285
|
* the transaction last update date and time
|
|
2281
2286
|
* @format date-time
|