kcommons 16.1.1 → 16.1.3
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
|
-
|
|
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
|
}
|