digicust_types 1.8.152 → 1.8.153

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.
@@ -1,4 +1,4 @@
1
- import { DigicustDocumentType, ProcedureMode, TradePreference, TypeOfBusinessType, UnitOfMeasurement } from "..";
1
+ import { AddressModel, DigicustDocumentType, ProcedureMode, TradePreference, TypeOfBusinessType, UnitOfMeasurement } from "..";
2
2
  import { CustomsTariffNumber, DateTimeModel, Dimensions, Meta, Money, Quantity, Weight, Workflow } from "../..";
3
3
  import { DocumentCode } from "../documents";
4
4
  export declare enum ClassificationTypes {
@@ -79,6 +79,7 @@ export interface MaterialModel {
79
79
  */
80
80
  shipper?: string;
81
81
  shipperId?: string;
82
+ shipperCountry?: AddressModel;
82
83
  /**
83
84
  * Owning recipient, if any. Used for matching by tariff number.
84
85
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.152",
3
+ "version": "1.8.153",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",