digicust_types 1.8.81 → 1.8.83
Sign up to get free protection for your applications and to get access to all the features.
@@ -46,6 +46,7 @@ export interface InvoiceModel extends DigicustDocumentModel, LineItemContainingD
|
|
46
46
|
insuranceCosts?: Money;
|
47
47
|
packagingCosts?: Money;
|
48
48
|
discount?: Money;
|
49
|
+
discount2?: Money;
|
49
50
|
discountUnit?: Meta<Currency | "%">;
|
50
51
|
buyerReferenceId?: Meta<string>;
|
51
52
|
licenseFee?: Money;
|
@@ -34,6 +34,7 @@ export interface ExecutionStrategy {
|
|
34
34
|
engine?: "default" | "dexter_experimental";
|
35
35
|
engineSpecification?: string;
|
36
36
|
promptRemarks?: string;
|
37
|
+
annotationRemarks?: string;
|
37
38
|
requireManualClassification?: boolean;
|
38
39
|
requireHumanAnnotation?: boolean;
|
39
40
|
exportOnConfirmedStrategy?: boolean;
|