merge upstream

This commit is contained in:
2026-06-27 16:51:10 +03:30
23 changed files with 1537 additions and 63 deletions

View File

@@ -57,7 +57,7 @@ export class ClaimWorkflow {
@Prop({ type: Date })
lockedAt?: Date;
/** Lock expiry used by UI countdown (typically lockedAt + 15m). */
/** Lock expiry used by UI countdown (typically lockedAt + 30m). */
@Prop({ type: Date })
expiredAt?: Date;
@@ -68,7 +68,7 @@ export class ClaimWorkflow {
preLockQueueSnapshot?: ClaimPreLockQueueSnapshot;
/**
* First damage expert who called review assign; kept after the 15m lock expires
* First damage expert who called review assign; kept after the 30m lock expires
* so no other expert can take the case while it remains in the expert queue.
*/
@Prop({ type: ClaimActorLockSchema })