@piggly/ddd-toolkit
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -58,3 +58,3 @@ import { PaginateQuery } from '../types'; | ||
*/ | ||
abstract find<QueryFilter>(filter: QueryFilter, paginate: PaginateQuery): Promise<CollectionOfEntity<Entity>>; | ||
abstract find(filter: any, paginate: PaginateQuery): Promise<CollectionOfEntity<Entity>>; | ||
/** | ||
@@ -123,3 +123,3 @@ * Find all entities. | ||
*/ | ||
abstract sizeOf<QueryFilter>(filter: QueryFilter): Promise<number>; | ||
abstract sizeOf(filter: any): Promise<number>; | ||
/** | ||
@@ -126,0 +126,0 @@ * Count all entities. |
@@ -58,3 +58,3 @@ import { PaginateQuery } from '../types'; | ||
*/ | ||
abstract find<QueryFilter>(filter: QueryFilter, paginate: PaginateQuery): Promise<CollectionOfEntity<Entity>>; | ||
abstract find(filter: any, paginate: PaginateQuery): Promise<CollectionOfEntity<Entity>>; | ||
/** | ||
@@ -123,3 +123,3 @@ * Find all entities. | ||
*/ | ||
abstract sizeOf<QueryFilter>(filter: QueryFilter): Promise<number>; | ||
abstract sizeOf(filter: any): Promise<number>; | ||
/** | ||
@@ -126,0 +126,0 @@ * Count all entities. |
{ | ||
"name": "@piggly/ddd-toolkit", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A bunch of tools to use Model-Driven Design and Domain-Driven Design architecture in a back-end application.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
119508