feat(privacy): hardened recursive PII redaction and structured JSON r…#641
Merged
1nonlypiece merged 2 commits intoJun 25, 2026
Merged
Annotations
10 errors and 1 warning
|
Build:
src/docs/openapi-generator.ts#L645
Type 'ZodObject<{ status: ZodEnum<{ ACTIVE: "ACTIVE"; INACTIVE: "INACTIVE"; SUSPENDED: "SUSPENDED"; }>; }, $strip>' is not assignable to type 'SchemaObject | ReferenceObject | undefined'.
|
|
Build:
src/docs/openapi-generator.ts#L614
Type 'ZodObject<{ role: ZodEnum<{ USER: "USER"; VERIFIER: "VERIFIER"; ADMIN: "ADMIN"; }>; }, $strip>' is not assignable to type 'SchemaObject | ReferenceObject | undefined'.
|
|
Build:
src/docs/openapi-generator.ts#L55
Argument of type 'ZodObject<{ error: ZodObject<{ code: ZodString; message: ZodString; details: ZodOptional<ZodUnknown>; requestId: ZodOptional<ZodString>; }, $strip>; }, $strip>' is not assignable to parameter of type 'SchemaObject | SchemaObject | ReferenceObject | ReferenceObject'.
|
|
Build:
src/docs/openapi-generator.ts#L47
Argument of type 'ZodObject<{ limit: ZodNumber; cursor: ZodOptional<ZodString>; next_cursor: ZodOptional<ZodString>; has_more: ZodBoolean; count: ZodNumber; }, $strip>' is not assignable to parameter of type 'SchemaObject | SchemaObject | ReferenceObject | ReferenceObject'.
|
|
Build:
src/db/database.ts#L29
Type 'Pool | null' is not assignable to type 'Pool'.
|
|
Build:
src/config/index.ts#L62
Cannot redeclare block-scoped variable 'config'.
|
|
Build:
src/config/index.ts#L5
Cannot redeclare block-scoped variable 'config'.
|
|
Build:
src/config/env.ts#L347
Object literal may only specify known properties, and 'variable' does not exist in type 'EnvWarning'.
|
|
Build:
src/config/env.ts#L314
Object literal may only specify known properties, and 'variable' does not exist in type 'EnvWarning'.
|
|
Build:
src/config/env.ts#L181
An object literal cannot have multiple properties with the same name.
|
|
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