kcommons 16.5.1 → 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[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "16.5.1",
3
+ "version": "16.5.2",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",