digicust_types 1.8.361 → 1.8.363
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/models/digicust/execution-strategy/execution-strategy.model.d.ts +2 -0
- package/lib/models/digicust/index.d.ts +1 -0
- package/lib/models/digicust/index.js +1 -0
- package/lib/models/digicust/multerfile.model.d.ts +1 -0
- package/lib/models/digicust/userInputTemplate.d.ts +7 -0
- package/lib/models/digicust/userInputTemplate.js +2 -0
- package/lib/models/digicust/userInputTemplates.d.ts +7 -0
- package/lib/models/digicust/userInputTemplates.js +2 -0
- package/package.json +1 -1
@@ -1,4 +1,5 @@
|
|
1
1
|
import { CustomsTariffNumberNormalizationSettings, DigicustDocumentType, Event, Money, PackageType, ProcedureMode, Rule, StakeholderModel } from "..";
|
2
|
+
import { UserInputTemplate } from "../userInputTemplate";
|
2
3
|
import { Submission } from "./sftp-config.model";
|
3
4
|
import { UploadWidget } from "./uploadWidget";
|
4
5
|
/**
|
@@ -498,6 +499,7 @@ export interface ExecutionStrategy {
|
|
498
499
|
doNotSendProcessedNotification?: boolean;
|
499
500
|
events?: Event[];
|
500
501
|
rules?: Rule[];
|
502
|
+
userInputTemplates?: UserInputTemplate[];
|
501
503
|
automated?: boolean;
|
502
504
|
customs?: {
|
503
505
|
GRN?: string;
|