kcommons 13.2.0 → 13.2.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,6 +126,8 @@ export interface ICompany extends IAddress {
126
126
  vendor_onboarding_request_cancellation_cooldown_unit: DATE_TIME_UNITS | null;
127
127
  company_vendor_cancellation_cooldown_value: number | null;
128
128
  company_vendor_cancellation_cooldown_unit: DATE_TIME_UNITS | null;
129
+ allow_vor_approvals_when_pat_rolled_back: boolean;
130
+ allow_company_vendor_approvals_when_svf_rolled_back: boolean;
129
131
  plugin_ids: string[];
130
132
  company_vendor_additonal_info_fields_mapping_config: string;
131
133
  vendor_onboarding_request_categories: INestedVendorOnboardingRequestCategory[] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "13.2.0",
3
+ "version": "13.2.1",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",