Merge pull request #1164 from jutur/security-warehouse-transfers-rbac… #588
typecheck.yml
on: push
TypeScript Type Check
1m 31s
Annotations
10 errors and 1 warning
|
TypeScript Type Check
Property 'code' does not exist on type 'AccountSelectModel'.
|
|
TypeScript Type Check
Property 'name' does not exist on type 'AccountSelectModel'.
|
|
TypeScript Type Check
Type '{ name: string; }' is not assignable to type 'Partial<AccountSelectModel>'.
|
|
TypeScript Type Check
Property 'name' does not exist on type 'AccountSelectModel'.
|
|
TypeScript Type Check
Property 'accountLevel' does not exist on type 'AccountSelectModel'.
|
|
TypeScript Type Check
Property 'id' does not exist on type 'AccountSelectModel'.
|
|
TypeScript Type Check
Property 'code' does not exist on type 'AccountSelectModel'.
|
|
TypeScript Type Check
Type '{ label: string; value: string; text: string; id: number; name: string; code: string; }' is not assignable to type 'SelectOptionProps'.
|
|
TypeScript Type Check
Type '{ label: string; value: string; text: string; id: number; name: string; code: string; }' is not assignable to type 'SelectOptionProps'.
|
|
TypeScript Type Check
Cannot find module '@bigcapital/sdk-ts' or its corresponding type declarations.
|
|
TypeScript Type Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|