Merge pull request #854 from Akpamgbo/feat/endpoints-update #759
Annotations
9 errors and 1 warning
|
verify
Process completed with exit code 2.
|
|
verify:
src/modules/creator/creator.routes.ts#L82
Type 'string | string[]' is not assignable to type 'Exact<string | StringFilter<"CreatorProfile"> | undefined, string | StringFilter<"CreatorProfile"> | undefined>'.
|
|
verify:
src/modules/creator/creator.routes.ts#L82
Type 'string | string[]' is not assignable to type 'Exact<string | StringFilter<"CreatorProfile"> | undefined, string | StringFilter<"CreatorProfile"> | undefined>'.
|
|
verify:
src/modules/creator/creator.routes.ts#L73
Property 'UNPROCESSABLE_ENTITY' does not exist on type '{ readonly VALIDATION_ERROR: "VALIDATION_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly UNAUTHORIZED: "UNAUTHORIZED"; readonly FORBIDDEN: "FORBIDDEN"; readonly CONFLICT: "CONFLICT"; ... 6 more ...; readonly NOT_A_CREATOR: "not_a_creator"; }'.
|
|
verify:
src/modules/admin/admin.routes.ts#L110
Property 'UNPROCESSABLE_ENTITY' does not exist on type '{ readonly VALIDATION_ERROR: "VALIDATION_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly UNAUTHORIZED: "UNAUTHORIZED"; readonly FORBIDDEN: "FORBIDDEN"; readonly CONFLICT: "CONFLICT"; ... 6 more ...; readonly NOT_A_CREATOR: "not_a_creator"; }'.
|
|
verify:
src/modules/admin/admin.routes.ts#L105
Property 'UNPROCESSABLE_ENTITY' does not exist on type '{ readonly VALIDATION_ERROR: "VALIDATION_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly UNAUTHORIZED: "UNAUTHORIZED"; readonly FORBIDDEN: "FORBIDDEN"; readonly CONFLICT: "CONFLICT"; ... 6 more ...; readonly NOT_A_CREATOR: "not_a_creator"; }'.
|
|
verify:
src/modules/admin/admin.routes.ts#L66
Property 'UNPROCESSABLE_ENTITY' does not exist on type '{ readonly VALIDATION_ERROR: "VALIDATION_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly UNAUTHORIZED: "UNAUTHORIZED"; readonly FORBIDDEN: "FORBIDDEN"; readonly CONFLICT: "CONFLICT"; ... 6 more ...; readonly NOT_A_CREATOR: "not_a_creator"; }'.
|
|
verify:
src/modules/admin/admin.routes.ts#L61
Property 'UNPROCESSABLE_ENTITY' does not exist on type '{ readonly VALIDATION_ERROR: "VALIDATION_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly UNAUTHORIZED: "UNAUTHORIZED"; readonly FORBIDDEN: "FORBIDDEN"; readonly CONFLICT: "CONFLICT"; ... 6 more ...; readonly NOT_A_CREATOR: "not_a_creator"; }'.
|
|
verify:
src/modules/admin/admin.routes.ts#L56
Property 'UNPROCESSABLE_ENTITY' does not exist on type '{ readonly VALIDATION_ERROR: "VALIDATION_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly UNAUTHORIZED: "UNAUTHORIZED"; readonly FORBIDDEN: "FORBIDDEN"; readonly CONFLICT: "CONFLICT"; ... 6 more ...; readonly NOT_A_CREATOR: "not_a_creator"; }'.
|
|
verify
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, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|