digicust_types 1.8.74 → 1.8.75

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ import { ClassificationTypes } from "../masterdata";
1
2
  /** Settings for the extraction and normalization of customs tariff numbers */
2
3
  export interface CustomsTariffNumberNormalizationSettings {
3
4
  /** Specifies whether to consider customs tariff number from invoice head/the general customs tariff number */
@@ -13,7 +14,7 @@ export interface CustomsTariffNumberNormalizationSettings {
13
14
  };
14
15
  tariffClassification?: {
15
16
  active?: boolean;
16
- mode?: "classifyOnlyMissing" | "classifyAndSuggestion" | "classifyAndReplace";
17
+ mode?: ClassificationTypes;
17
18
  };
18
19
  /** Specifies whether to take the tariff number description for item description */
19
20
  useAsItemDescription?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.74",
3
+ "version": "1.8.75",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",