kcommons 17.2.0 → 17.4.0

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.
@@ -165,6 +165,7 @@ export interface ICompany extends IAddress {
165
165
  company_vendor_cancellation_cooldown_value: number | null;
166
166
  company_vendor_cancellation_cooldown_unit: DATE_TIME_UNITS | null;
167
167
  allow_vor_approvals_when_pat_rolled_back: boolean;
168
+ allow_showing_sif_questions_as_per_role_code: boolean;
168
169
  allow_company_vendor_approvals_when_svf_rolled_back: boolean;
169
170
  disputed_mrn_resolution_method: COMPANY_CONFIG_MRN_DISPUTE_RESOLUTION_METHODS;
170
171
  plugin_ids: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "17.2.0",
3
+ "version": "17.4.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",