Merge pull request #3 from himharsh1997/snyk-fix-3fd23a7c35e3fec79dca… #9
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.
|