1
0
forked from Yara724/api

Merge pull request 'Fixed steps' (#24) from s.yahyaee/yara724-api:main into main

Reviewed-on: Yara724/api#24
This commit is contained in:
2026-04-19 10:42:05 +03:30

View File

@@ -3892,9 +3892,9 @@ export class ClaimRequestManagementService {
'damage.otherParts': otherParts.length > 0 ? otherParts : undefined, 'damage.otherParts': otherParts.length > 0 ? otherParts : undefined,
'money.sheba': shebaNumber, 'money.sheba': shebaNumber,
'money.nationalCodeOfInsurer': nationalCode, 'money.nationalCodeOfInsurer': nationalCode,
'status': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS , 'status': ClaimWorkflowStep.CAPTURE_PART_DAMAGES ,
'workflow.currentStep': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS, 'workflow.currentStep': ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
'workflow.nextStep': ClaimWorkflowStep.USER_SUBMISSION_COMPLETE, 'workflow.nextStep': ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS,
$push: { $push: {
'workflow.completedSteps': ClaimWorkflowStep.SELECT_OTHER_PARTS, 'workflow.completedSteps': ClaimWorkflowStep.SELECT_OTHER_PARTS,
history: { history: {