Skip to content

Add a new action for tracking deleted expenses #58503

Add a new action for tracking deleted expenses

Add a new action for tracking deleted expenses #58503

Triggered via pull request December 12, 2024 23:28
Status Failure
Total duration 2m 34s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
typecheck: src/languages/en.ts#L867
Initializer provides no value for this binding element and the binding element has no default value.
typecheck: src/languages/en.ts#L867
Initializer provides no value for this binding element and the binding element has no default value.
typecheck: src/languages/es.ts#L5994
Type '{ common: { cancel: string; dismiss: string; yes: string; no: string; ok: string; notNow: string; learnMore: string; buttonConfirm: string; name: string; attachment: string; attachments: string; from: string; ... 231 more ...; chatNow: string; }; ... 185 more ...; productTrainingTooltip: { ...; }; }' does not satisfy the expected type 'TranslationDeepObject<{ common: { cancel: string; dismiss: string; yes: string; no: string; ok: string; notNow: string; learnMore: string; buttonConfirm: string; name: string; attachment: string; attachments: string; center: string; ... 231 more ...; chatNow: string; }; ... 185 more ...; productTrainingTooltip: { .....'.
typecheck: src/pages/home/report/ReportActionItem.tsx#L704
'deletedTransactionOriginalMessage' is possibly 'undefined'.
typecheck: src/pages/home/report/ReportActionItem.tsx#L704
Property 'amount' does not exist on type 'OriginalMessage<"ACTIONABLEADDPAYMENTCARD" | "ACTIONABLEJOINREQUEST" | "ACTIONABLEMENTIONWHISPER" | "ACTIONABLEREPORTMENTIONWHISPER" | "ACTIONABLETRACKEXPENSEWHISPER" | "ADDCOMMENT" | ... 132 more ... | "UPDATEROOMDESCRIPTION">'.
typecheck: src/pages/home/report/ReportActionItem.tsx#L704
Object literal may only specify known properties, and 'merhcnat' does not exist in type '{ amount: any; merchant: any; }'.
typecheck: src/pages/home/report/ReportActionItem.tsx#L704
'deletedTransactionOriginalMessage' is possibly 'undefined'.
typecheck: src/pages/home/report/ReportActionItem.tsx#L704
Property 'merchant' does not exist on type 'OriginalMessage<"ACTIONABLEADDPAYMENTCARD" | "ACTIONABLEJOINREQUEST" | "ACTIONABLEMENTIONWHISPER" | "ACTIONABLEREPORTMENTIONWHISPER" | "ACTIONABLETRACKEXPENSEWHISPER" | "ADDCOMMENT" | ... 132 more ... | "UPDATEROOMDESCRIPTION">'.
typecheck
Process completed with exit code 2.
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636