refactor(sp31): rename Match strategy 'auto' to 'pcn-exact' for audit clarity
This commit is contained in:
+2
-2
@@ -455,7 +455,7 @@ export interface Match {
|
||||
id: number;
|
||||
claim_id: string;
|
||||
remittance_id: string;
|
||||
strategy: "auto" | "manual";
|
||||
strategy: "pcn-exact" | "score-auto" | "manual";
|
||||
matched_at: string;
|
||||
prior_claim_state?: ClaimState | null;
|
||||
is_reversal: boolean;
|
||||
@@ -507,7 +507,7 @@ export interface UnmatchedResponse {
|
||||
|
||||
export interface MatchResponse {
|
||||
claim: UnmatchedClaim;
|
||||
match: { id: number; strategy: "auto" | "manual" };
|
||||
match: { id: number; strategy: "pcn-exact" | "score-auto" | "manual" };
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user