digicust_types 1.8.413 → 1.8.415

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.
@@ -392,9 +392,6 @@ export interface ExecutionStrategy {
392
392
  * Enable updates of fields in manually created tariff numbers
393
393
  */
394
394
  updateManuallyCreatedTariffNumbers?: boolean;
395
- /**
396
- * Immediately confirm master data entries that were created automatically (in technical terms: mark them as user-edited)
397
- */
398
395
  autoSetPropertiesToUserEdited?: boolean;
399
396
  /**
400
397
  * Matching options for tariff number master data, effectively which properties from the shipment will be used to match the tariff number
@@ -104,6 +104,7 @@ export interface ScopeSftpConfig {
104
104
  sendAutomatic?: string;
105
105
  accumulatePosition?: string;
106
106
  addStatisticalValue?: boolean;
107
+ addGuaranteeValue?: boolean;
107
108
  whiteListedClerks?: string[];
108
109
  fallbackClerk?: string;
109
110
  }
@@ -8,7 +8,7 @@ export interface MaterialMatchResult {
8
8
  matchesBuyerArticleNumberUserEdited?: boolean;
9
9
  matchesShipper?: boolean;
10
10
  hasAnyUserEditedProperties?: boolean;
11
- fallbackSearchUsed?: "none" | "paddedNumber" | "emptyShipperCountry" | "emptyDestinationCountry";
11
+ fallbackSearchUsed?: "none" | "paddedNumber" | "emptyShipperCountry" | "emptyDestinationCountry" | "emptyStakeholders" | "paddedNumber-emptyStakeholders" | "emptyShipperCountry-emptyStakeholders" | "emptyDestinationCountry-emptyStakeholders" | "emptyShipperCountry-paddedNumber" | "emptyDestinationCountry-paddedNumber" | "emptyShipperCountry-emptyDestinationCountry" | "emptyShipperCountry-emptyStakeholders-paddedNumber" | "emptyDestinationCountry-emptyStakeholders-paddedNumber";
12
12
  id?: string;
13
13
  shipperId?: string;
14
14
  cacheKey?: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  /**
3
2
  * Information about an uploaded file. Used by multer package.
4
3
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.413",
3
+ "version": "1.8.415",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",