feat:implement parameters schema validation - #362
Merged
godamongstmen897 merged 2 commits intoAug 30, 2026
Annotations
10 errors and 1 warning
|
Type check:
src/schemas/jobs.ts#L318
Duplicate identifier 'WhitelistUpdateBody'.
|
|
Type check:
src/schemas/jobs.ts#L300
Cannot redeclare block-scoped variable 'whitelistUpdateBodySchema'.
|
|
Type check:
src/schemas/jobs.ts#L169
Cannot redeclare block-scoped variable 'whitelistUpdateBodySchema'.
|
|
Type check:
src/routes/jobs.ts#L54
Duplicate identifier 'whitelistUpdateBodySchema'.
|
|
Type check:
src/routes/jobs.ts#L49
Duplicate identifier 'whitelistUpdateBodySchema'.
|
|
Type check:
__tests__/sqlite-schema-manager.test.ts#L498
Conversion of type 'undefined' to type '{ backoffMs: number; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Type check:
__tests__/sqlite-schema-manager.test.ts#L497
Tuple type '[infoObject: object]' of length '1' has no element at index '1'.
|
|
Type check:
__tests__/sqlite-schema-manager.test.ts#L494
This comparison appears to be unintentional because the types 'object' and 'string' have no overlap.
|
|
Type check:
__tests__/sqlite-schema-manager.test.ts#L71
Cannot find name 'SCHEMA_MANAGER_INDEXES'.
|
|
Type check:
__tests__/indexer-runner-historical-sync.test.ts#L105
Argument of type '(opts: any) => Promise<{ events: { contractId: { contractId: () => string; }; topic: string[]; ledger: number; ledgerClosedAt: string; value: { ledger: number; }; }[]; }>' is not assignable to parameter of type '() => Promise<{ events: any[]; }>'.
|
|
Complete job
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading