import { VersionInfo } from '@start9labs/start-sdk' /** Company deletion for re-evaluation. ExVer form `:`. */ export const v_0_1_7 = VersionInfo.of({ version: '0.1.7:0', releaseNotes: 'Companies can now be deleted from the dashboard (delete button on the ' + 'company card) so an evaluation can be re-run from scratch with different ' + 'models or graders. Deletion wipes the graded history — deck records, ' + 'scorecard, and per-job report copies — and optionally moves the ' + 'already-graded deck files from /data/processed back into the inbox, ' + 'ready for a fresh Grade Decks run. Companies registered in Configure ' + 'Companies reappear as empty rows with their aliases and pinned targets ' + 'kept; deletion is blocked while a grading job is running.', migrations: {}, })