chore: commit all current changes

This commit is contained in:
2026-02-28 15:13:21 -05:00
parent a53a5222c1
commit 0615534f4b
6 changed files with 248 additions and 9 deletions

View File

@@ -113,6 +113,14 @@ export type CompanyAiReport = {
summary: string;
};
export type CompanyAiReportDetail = CompanyAiReport & {
ticker: string;
companyName: string;
filingUrl: string | null;
submissionUrl: string | null;
primaryDocument: string | null;
};
export type CompanyAnalysis = {
company: {
ticker: string;