@dataui/crud-typeorm
Advanced tools
Comparing version 5.3.1-alpha.0 to 5.3.1-alpha.3
@@ -14,3 +14,3 @@ import { CreateManyDto, CrudRequest, CrudRequestOptions, CrudService, CustomOperators, GetManyDefaultResponse, JoinOption, JoinOptions, QueryOptions } from '@dataui/crud'; | ||
} | ||
export declare class TypeOrmCrudService<T> extends CrudService<T, DeepPartial<T>> { | ||
export declare class TypeOrmCrudService<T extends ObjectLiteral> extends CrudService<T, DeepPartial<T>> { | ||
protected repo: Repository<T>; | ||
@@ -17,0 +17,0 @@ protected dbName: ConnectionOptions['type']; |
{ | ||
"name": "@dataui/crud-typeorm", | ||
"description": "NestJs CRUD for RESTful APIs - TypeORM", | ||
"version": "5.3.1-alpha.0", | ||
"version": "5.3.1-alpha.3", | ||
"license": "MIT", | ||
@@ -45,3 +45,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "fa6f209fb223752becce404ec6088fafcd08c8a4" | ||
"gitHead": "5acf14b6f5057bf8b92c31a34ddd19543bd6358a" | ||
} |
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
76550