Skip to content

Merge pull request #1164 from jutur/security-warehouse-transfers-rbac… #588

Merge pull request #1164 from jutur/security-warehouse-transfers-rbac…

Merge pull request #1164 from jutur/security-warehouse-transfers-rbac… #588

Triggered via push July 11, 2026 06:21
Status Failure
Total duration 1m 34s
Artifacts

typecheck.yml

on: push
TypeScript Type Check
1m 31s
TypeScript Type Check
Fit to window
Zoom out
Zoom in

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/