digicust_types 1.8.297 → 1.8.299

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.
@@ -112,7 +112,7 @@ export interface ExecutionStrategy {
112
112
  active?: boolean;
113
113
  };
114
114
  customsTariffNumberNormalizationSettings?: CustomsTariffNumberNormalizationSettings;
115
- guaranteeValueStrategy?: "headerFromInvoices" | "headerFromInvoiceHeader" | "lineItems";
115
+ guaranteeValueStrategy?: "headerFromInvoices" | "headerFromInvoiceHeader" | "lineItems" | "fromGlobalHead";
116
116
  guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
117
117
  guaranteeValueCalculationStrategy?: "default" | "assume25%";
118
118
  waybillCodePreference?: "singleCode" | "seperateCodes";
@@ -20,12 +20,13 @@ export interface AddressModel extends Meta<any> {
20
20
  isEU?: boolean;
21
21
  value?: string;
22
22
  treatyMemberships?: Array<string>;
23
- additionalIdentifier?: string;
24
23
  /** TypeOfLocation */
25
24
  DE_S0347?: string;
26
25
  /** QualifierOfIdentification */
27
26
  DE_S0326?: string;
28
27
  /** e.g. company name, mostly needed for place of loading */
29
28
  complementOfInformation?: string;
29
+ permitNumber?: string;
30
+ aditionalIdentifier?: string;
30
31
  }
31
32
  export declare const condenseAddress: (address: AddressModel) => AddressModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.297",
3
+ "version": "1.8.299",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",