forked from nestjsx/crud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(request): added search method to the query builder, refactored, …
…tests not ready
- Loading branch information
1 parent
ea001fb
commit 30631ae
Showing
10 changed files
with
997 additions
and
965 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,7 @@ | |
"cz-conventional-changelog": "3.0.2", | ||
"husky": "3.0.5", | ||
"jest": "24.9.0", | ||
"jest-extended": "^0.11.2", | ||
"lerna": "3.16.4", | ||
"nodemon": "1.19.2", | ||
"npm-check": "5.9.0", | ||
|
@@ -77,6 +78,7 @@ | |
"pg": "7.12.1", | ||
"prettier": "1.18.2", | ||
"pretty-quick": "1.11.1", | ||
"qs": "^6.8.0", | ||
"redis": "2.8.0", | ||
"reflect-metadata": "0.1.13", | ||
"rimraf": "3.0.0", | ||
|
@@ -92,7 +94,9 @@ | |
"typescript": "3.6.3", | ||
"validate-commit-msg": "2.14.0" | ||
}, | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"@types/qs": "^6.5.3" | ||
}, | ||
"author": { | ||
"name": "Michael Yali", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
packages/crud-request/src/interfaces/create-query-params.interface.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.