forked from Yara724/api
update some important issues
This commit is contained in:
@@ -1539,3 +1539,24 @@ export const claimWorkflowStepExamples = {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Blame V2 expert resend: same `stepKey`s as the initial THIRD_PARTY blame flow
|
||||
* (`FIRST_VOICE` → `FIRST_DESCRIPTION` → `SECOND_VOICE` → `SECOND_DESCRIPTION`).
|
||||
* Seed workflow steps once via POST bodies below (or reuse existing rows). Resend only stores
|
||||
* ordered keys on `blameCase.expert.resend` — clients resolve full field defs from `workflowSteps`.
|
||||
*/
|
||||
export const blameResendWorkflowStepExamples = {
|
||||
firstVoice: createWorkflowStepExamples.example6,
|
||||
firstDescription: createWorkflowStepExamples.example7,
|
||||
secondVoice: createWorkflowStepExamples.example11,
|
||||
secondDescription: createWorkflowStepExamples.example12,
|
||||
stepKeysInOrder: [
|
||||
'FIRST_VOICE',
|
||||
'FIRST_DESCRIPTION',
|
||||
'SECOND_VOICE',
|
||||
'SECOND_DESCRIPTION',
|
||||
] as const,
|
||||
note:
|
||||
'Override per party with PartyResendRequestDto.requiredWorkflowStepKeys or ResendItemType.VOICE + DESCRIPTION when calling expert resend V2.',
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user