[WIP] Integrate Enable Banking for Bank Sync #23638
check.yml
on: pull_request
lint
29s
typecheck
45s
validate-cli
2m 4s
test
2m 49s
migrations
24s
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; }'.
|