digicust_types 1.8.360 → 1.8.361
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
|
-
import { CustomsTariffNumberNormalizationSettings, DigicustDocumentType,
|
1
|
+
import { CustomsTariffNumberNormalizationSettings, DigicustDocumentType, Event, Money, PackageType, ProcedureMode, Rule, StakeholderModel } from "..";
|
2
2
|
import { Submission } from "./sftp-config.model";
|
3
3
|
import { UploadWidget } from "./uploadWidget";
|
4
4
|
/**
|
@@ -435,10 +435,7 @@ export interface ExecutionStrategy {
|
|
435
435
|
* Controls document code integration from different sources.
|
436
436
|
*/
|
437
437
|
documentCodeIntegration?: {
|
438
|
-
|
439
|
-
* Allowed sources for document code derivation
|
440
|
-
*/
|
441
|
-
allowedSources?: DocumentCodeSource[];
|
438
|
+
persistNegativeCodings?: boolean;
|
442
439
|
};
|
443
440
|
/**
|
444
441
|
* Controls how additional material properties are handled
|