Skip to content

Add production field to data messages #406

Add production field to data messages

Add production field to data messages #406

Triggered via pull request January 18, 2025 15:12
Status Failure
Total duration 1m 37s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test
Argument of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options: StreamDataOptions | undefined) => { _tag: "data"; data: { ...; }; }[]' is not assignable to parameter of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options?: StreamDataOptions | undefined) => (Error | StreamDataResponse<...>)[]'.
test
Argument of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options: StreamDataOptions | undefined) => ({ readonly _tag: "invalidate"; readonly invalidate: { ...; }; } | { ...; })[]' is not assignable to parameter of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options?: StreamDataOptions | undefined) => (Error | StreamDataResponse<...>)[]'.
test
Argument of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options: StreamDataOptions | undefined) => ({ readonly _tag: "finalize"; readonly finalize: { ...; }; } | { ...; })[]' is not assignable to parameter of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options?: StreamDataOptions | undefined) => (Error | StreamDataResponse<...>)[]'.
test
Argument of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options: StreamDataOptions | undefined) => ({ readonly _tag: "invalidate"; readonly invalidate: { ...; }; } | { ...; })[]' is not assignable to parameter of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options?: StreamDataOptions | undefined) => (Error | StreamDataResponse<...>)[]'.
test
Argument of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options: StreamDataOptions | undefined) => ({ readonly _tag: "finalize"; readonly finalize: { ...; }; } | { ...; })[]' is not assignable to parameter of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options?: StreamDataOptions | undefined) => (Error | StreamDataResponse<...>)[]'.
test
Argument of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options: StreamDataOptions | undefined) => { _tag: "data"; data: { ...; }; }[]' is not assignable to parameter of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options?: StreamDataOptions | undefined) => (Error | StreamDataResponse<...>)[]'.
test
Argument of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options: StreamDataOptions | undefined) => ({ readonly _tag: "invalidate"; readonly invalidate: { ...; }; } | { ...; })[]' is not assignable to parameter of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options?: StreamDataOptions | undefined) => (Error | StreamDataResponse<...>)[]'.
test
Argument of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options: StreamDataOptions | undefined) => ({ readonly _tag: "finalize"; readonly finalize: { ...; }; } | { ...; })[]' is not assignable to parameter of type '(request: StreamDataRequest<{ readonly filter?: string | undefined; }>, options?: StreamDataOptions | undefined) => (Error | StreamDataResponse<...>)[]'.
test
@apibara/plugin-mongo#typecheck: command (/home/runner/work/typescript-sdk/typescript-sdk/packages/plugin-mongo) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
test
Process completed with exit code 2.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636