chore: commit all changes
This commit is contained in:
@@ -46,6 +46,8 @@ export type Filing = {
|
||||
cik: string;
|
||||
company_name: string;
|
||||
filing_url: string | null;
|
||||
submission_url?: string | null;
|
||||
primary_document?: string | null;
|
||||
metrics: {
|
||||
revenue: number | null;
|
||||
netIncome: number | null;
|
||||
@@ -77,6 +79,7 @@ export type Task = {
|
||||
error: string | null;
|
||||
attempts: number;
|
||||
max_attempts: number;
|
||||
workflow_run_id?: string | null;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
finished_at: string | null;
|
||||
|
||||
Reference in New Issue
Block a user