digicust_types 1.8.360 → 1.8.362
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { CustomsTariffNumberNormalizationSettings, DigicustDocumentType,
|
|
1
|
+
import { CustomsTariffNumberNormalizationSettings, DigicustDocumentType, Event, Money, PackageType, ProcedureMode, Rule, StakeholderModel } from "..";
|
|
2
|
+
import { UserInputTemplate } from "../userInputTemplates";
|
|
2
3
|
import { Submission } from "./sftp-config.model";
|
|
3
4
|
import { UploadWidget } from "./uploadWidget";
|
|
4
5
|
/**
|
|
@@ -435,10 +436,7 @@ export interface ExecutionStrategy {
|
|
|
435
436
|
* Controls document code integration from different sources.
|
|
436
437
|
*/
|
|
437
438
|
documentCodeIntegration?: {
|
|
438
|
-
|
|
439
|
-
* Allowed sources for document code derivation
|
|
440
|
-
*/
|
|
441
|
-
allowedSources?: DocumentCodeSource[];
|
|
439
|
+
persistNegativeCodings?: boolean;
|
|
442
440
|
};
|
|
443
441
|
/**
|
|
444
442
|
* Controls how additional material properties are handled
|
|
@@ -501,6 +499,7 @@ export interface ExecutionStrategy {
|
|
|
501
499
|
doNotSendProcessedNotification?: boolean;
|
|
502
500
|
events?: Event[];
|
|
503
501
|
rules?: Rule[];
|
|
502
|
+
userInputTemplates?: UserInputTemplate[];
|
|
504
503
|
automated?: boolean;
|
|
505
504
|
customs?: {
|
|
506
505
|
GRN?: string;
|