import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_45 = VersionInfo.of({ version: '0.2.45:0', releaseNotes: { en_US: 'New "Administrator (view only)" role: sees everything an Administrator sees for ' + 'its granted funds and SPVs (overview, partners, capital accounts, documents, ' + 'valuation history) but can change nothing — no imports, uploads, deletions, or ' + 'account management. Create accounts with it directly, or switch an existing ' + 'Administrator between full management and view only from Users, then Manage, ' + 'then Access level.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })