Add production field to data messages #406
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
|