kcommons 5.23.32 → 5.23.34
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VENDOR_INCLUDE = void 0;
|
|
3
|
+
exports.VENDOR_TYPE = exports.VENDOR_INCLUDE = void 0;
|
|
4
4
|
var VENDOR_INCLUDE;
|
|
5
5
|
(function (VENDOR_INCLUDE) {
|
|
6
6
|
VENDOR_INCLUDE["quotes"] = "quotes";
|
|
@@ -10,3 +10,10 @@ var VENDOR_INCLUDE;
|
|
|
10
10
|
VENDOR_INCLUDE["vendor_notifications"] = "vendor_notifications";
|
|
11
11
|
// pos = "pos",
|
|
12
12
|
})(VENDOR_INCLUDE || (exports.VENDOR_INCLUDE = VENDOR_INCLUDE = {}));
|
|
13
|
+
// for GST-Core activities Types
|
|
14
|
+
var VENDOR_TYPE;
|
|
15
|
+
(function (VENDOR_TYPE) {
|
|
16
|
+
VENDOR_TYPE["MFG"] = "Manufracturing";
|
|
17
|
+
VENDOR_TYPE["TRD"] = "Traders";
|
|
18
|
+
VENDOR_TYPE["SPO"] = "Service Provider and Others";
|
|
19
|
+
})(VENDOR_TYPE || (exports.VENDOR_TYPE = VENDOR_TYPE = {}));
|