feat: implement API key usage tracking & vault validation hardening#939
Merged
1nonlypiece merged 3 commits intoJun 29, 2026
Merged
Annotations
10 errors and 1 warning
|
Build:
src/index.ts#L1
Duplicate identifier 'getEnv'.
|
|
Build:
src/docs/openapi-generator.ts#L803
Type 'ZodObject<{ reasonCode: ZodEnum<{ USER_REQUEST: "USER_REQUEST"; FRAUD_DETECTED: "FRAUD_DETECTED"; SYSTEM_ERROR: "SYSTEM_ERROR"; POLICY_VIOLATION: "POLICY_VIOLATION"; EMERGENCY_ADMIN_ACTION: "EMERGENCY_ADMIN_ACTION"; COMPLIANCE_REQUIREMENT: "COMPLIANCE_REQUIREMENT"; TESTING_CLEANUP: "TESTING_CLEANUP"; }>; reason: Zod...' is not assignable to type 'SchemaObject | ReferenceObject | undefined'.
|
|
Build:
src/docs/openapi-generator.ts#L653
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#L622
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/env.ts#L379
Object literal may only specify known properties, and 'variable' does not exist in type 'EnvWarning'.
|
|
Build:
src/config/env.ts#L346
Object literal may only specify known properties, and 'variable' does not exist in type 'EnvWarning'.
|
|
Build:
src/config/env.ts#L192
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