@vizzly/sqlbuilder-public
Advanced tools
Comparing version 0.1.26 to 0.1.27
@@ -0,1 +1,2 @@ | ||
import { Query } from "../Query/types"; | ||
type JoinOn = { | ||
@@ -23,3 +24,4 @@ type: "rightJoin" | "leftJoin" | "innerJoin" | "outerJoin" | "leftOuterJoin" | "rightOuterJoin"; | ||
joins: Array<JoinOn>; | ||
permanentFilters?: Query["filter"]; | ||
}; | ||
export {}; |
{ | ||
"name": "@vizzly/sqlbuilder-public", | ||
"version": "0.1.26", | ||
"version": "0.1.27", | ||
"source": "src/index.ts", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
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
34524
1172