digicust_types 1.8.1 → 1.8.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ import { TypeOfBusinessType, TradePreference, DigicustDocumentType, ProcedureMod
|
|
2
2
|
import { Money, DateTimeModel, Quantity, Workflow, Meta, UOM, Weight, Dimensions, CustomsTariffNumber } from "../..";
|
3
3
|
import { DocumentCode } from "../documents";
|
4
4
|
export declare enum ClassificationTypes {
|
5
|
-
|
5
|
+
noClassification = "noClassification",
|
6
6
|
classifyAndSuggest = "classifyAndSuggest",
|
7
7
|
classifyAndReplace = "classifyAndReplace"
|
8
8
|
}
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MasterDataCreationType = exports.ClassificationTypes = void 0;
|
4
4
|
var ClassificationTypes;
|
5
5
|
(function (ClassificationTypes) {
|
6
|
-
ClassificationTypes["
|
6
|
+
ClassificationTypes["noClassification"] = "noClassification";
|
7
7
|
ClassificationTypes["classifyAndSuggest"] = "classifyAndSuggest";
|
8
8
|
ClassificationTypes["classifyAndReplace"] = "classifyAndReplace";
|
9
9
|
})(ClassificationTypes || (exports.ClassificationTypes = ClassificationTypes = {}));
|