Migrating Nango Deletion Detection Do this 1. Find legacy usage: - - / 2. For each sync + model that needs automatic deletion detection: - Add at the start of (before fetching/saving). - Replace with . - Keep after all / / calls. 3. Safety: - Only call if the full dataset was fetched + saved between and (otherwise you can cause false deletions). - Prefer letting exceptions bubble. If you , re-throw when data is incomplete. Checkpointed full refresh (multi-execution) - Call at the beginning of each execution in the refresh window (it is safe/idempotent while the window is open). - Call only in…