digicust_types 1.8.324 → 1.8.326
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,18 +0,0 @@
|
|
1
|
-
import { DocumentCodeSource } from "./document-code-source.enum";
|
2
|
-
import { ConditionModel } from "../execution-strategy/condition.model";
|
3
|
-
export interface DocumentCodeSourceContext {
|
4
|
-
source: DocumentCodeSource;
|
5
|
-
taricQueryParams?: {
|
6
|
-
itemId?: string;
|
7
|
-
countryCode?: string;
|
8
|
-
procedureMode?: string;
|
9
|
-
certificateType?: string;
|
10
|
-
};
|
11
|
-
ruleMetadata?: {
|
12
|
-
name?: string;
|
13
|
-
id?: string;
|
14
|
-
conditions?: ConditionModel[];
|
15
|
-
};
|
16
|
-
computationParams?: any;
|
17
|
-
materialId?: string;
|
18
|
-
}
|