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?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.208",
3
+ "version": "1.8.209",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",