{"version":3,"file":"instance-version-history.mjs","names":[],"sources":["../src/api/instance-version-history.ts"],"sourcesContent":["import type { IRestApiContext } from '../types';\nimport { get } from '../utils';\n\nexport const getFirstAdoptionDate = async (\n\tcontext: IRestApiContext,\n\tversion: { major: number; minor: number; patch: number },\n): Promise<string | null> => {\n\tconst { data } = await get(context.baseUrl, '/instance-version-history/first-adoption', version);\n\treturn data.date;\n};\n"],"mappings":";;;AAGA,MAAa,uBAAuB,OACnC,SACA,YAC4B;CAC5B,MAAM,EAAE,SAAS,MAAM,IAAI,QAAQ,SAAS,4CAA4C,QAAQ;AAChG,QAAO,KAAK"}