Add production field to data messages #405
Annotations
3 errors and 1 warning
test
Property 'production' is missing in type '{ cursor: { orderKey: bigint; }; finality: "accepted"; data: { data: string; }[]; endCursor: { orderKey: bigint; }; }' but required in type '{ readonly cursor?: Cursor | undefined; readonly endCursor?: Cursor | undefined; readonly finality: "finalized" | "accepted" | "pending" | "unknown"; readonly data: readonly ({ ...; } | null)[]; readonly production: "unknown" | ... 1 more ... | "live"; }'.
|
test
@apibara/indexer#build: command (/home/runner/work/typescript-sdk/typescript-sdk/packages/indexer) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
test
Process completed with exit code 1.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|