digicust_types 1.8.348 → 1.8.349

Sign up to get free protection for your applications and to get access to all the features.
@@ -411,6 +411,10 @@ export interface ExecutionStrategy {
411
411
  * Default: false
412
412
  */
413
413
  mergeIdenticalEntries?: boolean;
414
+ /**
415
+ * If true, recipients will be tracked in the history with NO limit(!). Needs to be true for useRecipientOrImporter to work for matching
416
+ */
417
+ trackRecipients?: boolean;
414
418
  /**
415
419
  * Controls which historical data should be tracked
416
420
  */
@@ -423,22 +427,6 @@ export interface ExecutionStrategy {
423
427
  * Track price changes over time with associated quantity info
424
428
  */
425
429
  prices?: boolean;
426
- /**
427
- * Controls recipient tracking behavior
428
- */
429
- recipients?: {
430
- /**
431
- * If true, new recipients will be added to the list
432
- * If false, recipient list will not be updated
433
- * Default: true
434
- */
435
- trackNewRecipients?: boolean;
436
- /**
437
- * Maximum number of recipients to track
438
- * Default: no limit
439
- */
440
- maxRecipients?: number;
441
- };
442
430
  };
443
431
  /**
444
432
  * Controls document code integration from different sources.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.348",
3
+ "version": "1.8.349",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",