prisma-generator-accel-record
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -121,2 +121,4 @@ "use strict"; | ||
function includes<T extends Class>(this: T, ...input: Meta<T>['AssociationKey'][]): Relation<InstanceType<T>, Meta<T>>; | ||
function joins<T extends Class>(this: T, ...input: Meta<T>['AssociationKey'][]): Relation<InstanceType<T>, Meta<T>>; | ||
function joinsRaw<T extends Class>(this: T, query: string, ...bindings: any[]): Relation<InstanceType<T>, Meta<T>>; | ||
function maximum<T extends Class>(this: T, column: keyof Meta<T>["OrderInput"]): number; | ||
@@ -123,0 +125,0 @@ function minimum<T extends Class>(this: T, column: keyof Meta<T>["OrderInput"]): number; |
{ | ||
"name": "prisma-generator-accel-record", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/generator.js", |
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
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
34700
480