digicust_types 1.8.293 → 1.8.294

Sign up to get free protection for your applications and to get access to all the features.
@@ -270,7 +270,10 @@ export interface ExecutionStrategy {
270
270
  disableAutomaticStakeholderCreation?: boolean;
271
271
  disableAutomaticMaterialCreation?: boolean;
272
272
  defaultLicensePlate?: "german" | false;
273
- useLineItemDescription?: boolean;
273
+ /**
274
+ * When set to true, line item descriptions will be omitted from the final goods description (if possible, if no other description is available it will be used).
275
+ */
276
+ omitLineItemDescription?: boolean;
274
277
  emailSenderAsRepresentativeEmail?: boolean;
275
278
  };
276
279
  dataValidation?: {
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  /**
3
2
  * Information about an uploaded file. Used by multer package.
4
3
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.293",
3
+ "version": "1.8.294",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",