prisma-query
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -1,2 +0,2 @@ | ||
32839024 | ||
1667683857798178000 | ||
32862525 | ||
1667684165523130000 |
@@ -0,1 +1,5 @@ | ||
export type QueryModifier<T> = { | ||
numericValues?: (keyof T)[] | undefined; | ||
booleanValues?: (keyof T)[] | undefined; | ||
}; | ||
type TQueryModifier = { | ||
@@ -15,7 +19,3 @@ numericValues?: string[] | undefined; | ||
}; | ||
export type QueryModifier<T> = { | ||
numericValues?: (keyof T)[] | undefined; | ||
booleanValues?: (keyof T)[] | undefined; | ||
}; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "prisma-query", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "transforms rest query params to prisma model args", | ||
@@ -37,7 +37,5 @@ "source": "src/index.ts", | ||
"jest": "^29.2.2", | ||
"jest-mock-extended": "^3.0.1", | ||
"parcel": "^2.7.0", | ||
"parcel-resolver-ts-base-url": "^1.3.0", | ||
"prettier": "^2.7.1", | ||
"prisma": "^4.5.0", | ||
"ts-jest": "^29.0.3", | ||
@@ -44,0 +42,0 @@ "ts-node": "^10.9.1", |
@@ -0,1 +1,3 @@ | ||
export type { QueryModifier } from 'types/generalTypes'; | ||
export { | ||
@@ -5,6 +7,1 @@ processFindAllQuery, | ||
} from 'utils/processQueryUtils'; | ||
export type QueryModifier<T> = { | ||
numericValues?: (keyof T)[] | undefined; | ||
booleanValues?: (keyof T)[] | undefined; | ||
}; |
@@ -1,2 +0,2 @@ | ||
import { QueryModifier } from 'index'; | ||
import { QueryModifier } from 'types/generalTypes'; | ||
@@ -3,0 +3,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 5 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6247475
11
62
1570
24