digicust_types 1.8.211 → 1.8.212

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