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.
- package/lib/models/digicust/execution-strategy/execution-strategy.model.d.ts +0 -3
- package/lib/models/digicust/execution-strategy/sftp-config.model.d.ts +1 -0
- package/lib/models/digicust/masterdata/material-match-result.d.ts +1 -1
- package/lib/models/digicust/multerfile.model.d.ts +0 -1
- package/package.json +1 -1
@@ -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
|
@@ -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;
|