Fernando Dorantes

Results 13 issues of Fernando Dorantes

``` node_modules/mongoose-softdelete/index.d.ts:1:42 - error TS2305: Module '"mongoose"' has no exported member 'DocumentQuery'. 1 import { Document, Model, Query, Schema, DocumentQuery } from "mongoose"; ~~~~~~~~~~~~~ node_modules/mongoose-softdelete/index.d.ts:15:38 - error TS2314: Generic type...

Hi Dirk, thanks for this mod. I tried to use it, but i couldn't do it because group function doesn't exists: app.group("/api/v1", (router) =>{ ^ ``` TypeError: app.group is not...

Hi. I'm using a middleware grouping role permissions, i got permissions, attributes and role except action. ``` /** * Middleware to grant or deny products creation. * * @param {Request}...

request

I tried using globally and sat directly in a schema: ``` @Prop({ raw: { index: true, required: true, unique: 'Email ({VALUE}) is already registered', type: String, }, }) public email:...

Hi, s95. I tried to bind some extra params and a class name and these doesn't passed to the component. Do you accept PR?

Webpack's bundle block using, can't use ts-node or typescript to build. ``` $ node src/seeder.js internal/modules/cjs/loader.js:969 throw err; ^ Error: Cannot find module './seeds/account.seeder' Require stack: - /Volumes/dev/organic/src/seeder.js at Function.Module._resolveFilename...

# Chore * Add `mongodb-memory-server` to populate testing # Dependencies * `mongodb-memory-server@^9.1.6` # Tests ![image](https://github.com/leodinas-hao/mongoose-query-parser/assets/19377556/2a87e681-9432-492d-8155-0d5bab574de1)

# Add * `deepEqual` assertions in `@test('should parse query with string templates')` * `deepEqual`assertions in `@test('should parse predefined query objects')`