kcommons 16.1.0 → 16.1.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.
@@ -175,5 +175,6 @@ export interface IMRNItemUpperboundResponse {
175
175
  export interface IResolveDisputedMRNInputs extends Pick<IMRNFilters, "include"> {
176
176
  parent_po_id: string;
177
177
  target_mrn_ids: string[];
178
- resolution_method: DISPUTED_MRN_RESOLUTION_METHODS;
178
+ /** @description This field is required if the MRN Resolution for company is set to USER_DECIDED_RESOLUTION */
179
+ resolution_method: ALLOWED_DISPUTED_MRN_RESOLUTION_METHOD | null;
179
180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "16.1.0",
3
+ "version": "16.1.2",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",