@whiplashmerch/whiplash-api-client 2.0.1 → 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
|
|
@@ -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
|