digicust_types 1.8.210 → 1.8.211

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,6 +43,7 @@ export interface InvoiceModel extends DigicustDocumentModel, LineItemContainingD
43
43
  numberOfShipments?: Meta<number>;
44
44
  packages?: Package[];
45
45
  totalValueExcludingCharges?: Money;
46
+ totalTaxAmount?: Money;
46
47
  insuranceCosts?: Money;
47
48
  packagingCosts?: Money;
48
49
  discount?: Money;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.210",
3
+ "version": "1.8.211",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",