kcommons 16.5.0 → 16.5.2

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.
@@ -163,6 +163,8 @@ export interface ICompany extends IAddress {
163
163
  disputed_mrn_resolution_method: COMPANY_CONFIG_MRN_DISPUTE_RESOLUTION_METHODS;
164
164
  plugin_ids: string[];
165
165
  company_vendor_additonal_info_fields_mapping_config: string;
166
+ allow_custom_whatsapp: boolean;
167
+ allow_custom_mailer: boolean;
166
168
  company_config: INestedCompanyConfig | null;
167
169
  vendor_onboarding_request_categories: INestedVendorOnboardingRequestCategory[] | null;
168
170
  associated_purchase_locations?: null | INestedPurchaseLocation[];
@@ -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.2",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",