digicust_types 1.8.402 → 1.8.404

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -391,6 +391,10 @@ export interface ExecutionStrategy {
391
391
  * Enable updates of fields in manually created tariff numbers
392
392
  */
393
393
  updateManuallyCreatedTariffNumbers?: boolean;
394
+ /**
395
+ * Immediately confirm master data entries that were created automatically (in technical terms: mark them as user-edited)
396
+ */
397
+ autoSetPropertiesToUserEdited?: boolean;
394
398
  /**
395
399
  * Matching options for tariff number master data, effectively which properties from the shipment will be used to match the tariff number
396
400
  * These properties from the shipment (and item) will also be automatically persisted in the master data, each combination of these properties will be a separate master data entry
@@ -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.402",
3
+ "version": "1.8.404",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",