import { VersionInfo } from '@start9labs/start-sdk' // Email Capture: per-mailbox counts. Each enrolled mailbox card now shows how many // emails that mailbox captured and how many matched to investors (from the per-account // sighting table; emails are de-duplicated globally, so an email seen by two mailboxes // counts for each). Read-only. No schema migration. export const v_0_1_0_65 = VersionInfo.of({ version: '0.1.0:65', releaseNotes: { en_US: [ 'Email Capture now shows captured and matched-to-investor counts per Ten31 mailbox,', 'so you can see each user’s email coverage, not just the totals.', ].join(' '), }, migrations: { up: async () => {}, down: async () => {} }, })