digicust_types 1.8.273 → 1.8.275

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.
@@ -128,6 +128,7 @@ export interface ExecutionStrategy {
128
128
  preferPackagesFromHead?: boolean;
129
129
  preferWeightFromHead?: boolean;
130
130
  ignoreTotalValueFromProformaInvoices?: boolean;
131
+ aggregateGrossWeightFromInvoicesWithPackageInformationOnly?: boolean;
131
132
  documentCodeEnrichment?: {
132
133
  addNegativeCodings?: boolean;
133
134
  add3LNAQualifiers?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.273",
3
+ "version": "1.8.275",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",