1
0
forked from Yara724/api

YARA-883 + Side ID fixes

This commit is contained in:
SepehrYahyaee
2026-05-18 17:14:45 +03:30
parent e1954cdb37
commit cef684e37f
12 changed files with 1234 additions and 119 deletions

View File

@@ -4,7 +4,8 @@ import { ClaimWorkflowStep } from "src/Types&Enums/claim-request-management/clai
export interface ClaimPricingPartLite {
factorNeeded?: boolean;
partId?: string;
/** Numeric catalog id (legacy string values may still exist in old documents). */
partId?: number | string;
}
export function getActiveV2ExpertReply(claim: { evaluation?: Record<string, unknown> }): {