Merge pull request #1 from himharsh1997/snyk-fix-e7eb01958dcc7be22156… #8
Annotations
5 errors
build (20.x):
src/db/query/storefileQuery.ts#L8
Type 'Model<{ is_email_verified: boolean; phone_no: string; created_at: Date; updated_at: Date; email?: string; name?: string; user_id?: string; }, {}, {}, {}, Schema<any, Model<any, any, any, any, any>, ... 5 more ..., { ...; }>>' is not assignable to type 'Model<User, {}, {}, {}, any>'.
|
build (20.x):
src/db/query/userQuery.ts#L8
Type 'Model<{ is_email_verified: boolean; phone_no: string; created_at: Date; updated_at: Date; email?: string; name?: string; user_id?: string; }, {}, {}, {}, Schema<any, Model<any, any, any, any, any>, ... 5 more ..., { ...; }>>' is not assignable to type 'Model<User, {}, {}, {}, any>'.
|
build (20.x):
src/proxy/auth0Mgmt.ts#L1
Module '"auth0"' has no exported member 'User'.
|
build (20.x):
src/proxy/auth0Mgmt.ts#L15
Property 'createUser' does not exist on type 'ManagementClient'.
|
build (20.x)
Process completed with exit code 2.
|