Variable OFFLINE_REPLAY_SYNC_CONFLICT_FIELD_MAPConst

OFFLINE_REPLAY_SYNC_CONFLICT_FIELD_MAP: readonly OfflineReplaySyncConflictFieldMappingV1[] = ...

The losslessness ledger: every field of a durable queued edit, and where it lands or why it does not.

A conflicted acknowledgement's own members reach the projection through this table: conflictId and serverGeneration are recorded by markConflicted as conflict.conflictId and conflict.serverGeneration, and editId, requestFingerprint, and idempotencyKey are identity checks the replay pass has already matched against the queued edit before any transition.