kcommons 16.5.0 → 16.5.1

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.
@@ -126,8 +126,10 @@ export declare enum VENDOR_INCLUDE {
126
126
  }
127
127
  export declare enum VENDOR_TYPE {
128
128
  MFG = "Manufacturing",
129
- TRD = "Traders",
130
- SPO = "Service Provider and Others"
129
+ TRD = "Trader / Supplier",
130
+ SPO = "Service Provider",
131
+ CTR = "Contractor",
132
+ OTH = "Others"
131
133
  }
132
134
  export declare enum VENDOR_LINKABLE_FIELDS_FOR_EXTRA_FORMS {
133
135
  gst_no = "gst_no",
@@ -36,8 +36,10 @@ var VENDOR_INCLUDE;
36
36
  var VENDOR_TYPE;
37
37
  (function (VENDOR_TYPE) {
38
38
  VENDOR_TYPE["MFG"] = "Manufacturing";
39
- VENDOR_TYPE["TRD"] = "Traders";
40
- VENDOR_TYPE["SPO"] = "Service Provider and Others";
39
+ VENDOR_TYPE["TRD"] = "Trader / Supplier";
40
+ VENDOR_TYPE["SPO"] = "Service Provider";
41
+ VENDOR_TYPE["CTR"] = "Contractor";
42
+ VENDOR_TYPE["OTH"] = "Others";
41
43
  })(VENDOR_TYPE || (exports.VENDOR_TYPE = VENDOR_TYPE = {}));
42
44
  var VENDOR_LINKABLE_FIELDS_FOR_EXTRA_FORMS;
43
45
  (function (VENDOR_LINKABLE_FIELDS_FOR_EXTRA_FORMS) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "16.5.0",
3
+ "version": "16.5.1",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",