digicust_types 1.8.152 → 1.8.154

Sign up to get free protection for your applications and to get access to all the features.
@@ -85,6 +85,7 @@ export interface ExecutionStrategy {
85
85
  guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
86
86
  waybillCodePreference?: "singleCode" | "seperateCodes";
87
87
  calculateLineItemWeight?: "byQuantity" | "byTotalValue";
88
+ statisticalValueRounding?: "noRounding" | "roundOff" | "roundUp" | "roundToNearest";
88
89
  defaultInvoiceType?: "tax_invoice" | "proforma";
89
90
  /** Between 0 and 1 */
90
91
  foreignFreightCostRate?: number;
@@ -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.154",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",