Skip to content

[WIP] Integrate Enable Banking for Bank Sync #23638

[WIP] Integrate Enable Banking for Bank Sync

[WIP] Integrate Enable Banking for Bank Sync #23638

Triggered via pull request February 15, 2026 13:14
Status Failure
Total duration 2m 53s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint
Process completed with exit code 1.
typecheck
Process completed with exit code 2.
typecheck: packages/desktop-client/src/accounts/queries.ts#L17
Type '(DbAccount & { bankName: string; bankId: string; })[]' is not assignable to type 'AccountEntity[]'.
typecheck: packages/desktop-client/src/accounts/mutations.ts#L485
Object literal may only specify known properties, and 'startingDate' does not exist in type '{ externalAccount: SyncServerPluggyAiAccount; upgradingId?: string; offBudget?: boolean; }'.
typecheck: packages/desktop-client/src/accounts/mutations.ts#L441
Object literal may only specify known properties, and 'startingDate' does not exist in type '{ externalAccount: SyncServerSimpleFinAccount; upgradingId?: string; offBudget?: boolean; }'.