Skip to content

fix: eql type mapping #780

fix: eql type mapping

fix: eql type mapping #780

Triggered via pull request March 6, 2026 02:44
Status Failure
Total duration 27s
Artifacts

tests.yml

on: pull_request
Run Tests
18s
Run Tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Run Tests
Process completed with exit code 1.
Run Tests
@cipherstash/stack#build: command (/home/runner/_work/stack/stack/packages/stack) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
Run Tests
Type '{ cast_as: string; indexes: {}; }' is not assignable to type '{ cast_as: "string" | "number" | "bigint" | "boolean" | "date" | "json" | "text"; indexes: { match?: { token_filters?: { kind: "downcase"; }[] | undefined; tokenizer?: { kind: "standard"; } | { ...; } | undefined; k?: number | undefined; m?: number | undefined; include_original?: boolean | undefined; } | undefined; ...'.
Run Tests
Type '{ cast_as: string; indexes: { ore?: OreIndexOpts; unique?: UniqueIndexOpts; match?: Required<MatchIndexOpts>; ste_vec?: SteVecIndexOpts; }; }' is not assignable to type '{ cast_as: "string" | "number" | "bigint" | "boolean" | "date" | "json" | "text"; indexes: { match?: { token_filters?: { kind: "downcase"; }[] | undefined; tokenizer?: { kind: "standard"; } | { ...; } | undefined; k?: number | undefined; m?: number | undefined; include_original?: boolean | undefined; } | undefined; ...'.
Run Tests
Type '{ indexes: { ste_vec: { prefix: string; }; ore?: OreIndexOpts; unique?: UniqueIndexOpts; match?: Required<MatchIndexOpts>; }; cast_as: string; }' is not assignable to type '{ cast_as: "string" | "number" | "bigint" | "boolean" | "date" | "json" | "text"; indexes: { match?: { token_filters?: { kind: "downcase"; }[] | undefined; tokenizer?: { kind: "standard"; } | { ...; } | undefined; k?: number | undefined; m?: number | undefined; include_original?: boolean | undefined; } | undefined; ...'.