digicust_types 1.8.208 → 1.8.209
Sign up to get free protection for your applications and to get access to all the features.
@@ -236,6 +236,8 @@ export interface ExecutionStrategy {
|
|
236
236
|
forceInvoiceNumberToReferenceNumberUCR?: boolean;
|
237
237
|
forceInvoiceNumberToRegistrationNumberExternal?: boolean;
|
238
238
|
forceInvoiceNumberToLRN?: boolean;
|
239
|
+
disableAutomaticStakeholderCreation?: boolean;
|
240
|
+
disableAutomaticMaterialCreation?: boolean;
|
239
241
|
defaultLicensePlate?: "german" | false;
|
240
242
|
};
|
241
243
|
dataValidation?: {
|