@tstdl/base 0.71.38 → 0.71.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -44,6 +44,7 @@ export declare abstract class EntityRepository<T extends Entity = Entity> {
|
|
|
44
44
|
abstract delete<U extends T>(entity: U): Promise<boolean>;
|
|
45
45
|
abstract deleteMany<U extends T>(entities: U[]): Promise<number>;
|
|
46
46
|
abstract deleteById(id: string): Promise<boolean>;
|
|
47
|
+
abstract deleteManyById(ids: string[]): Promise<number>;
|
|
47
48
|
abstract deleteByFilter<U extends T = T>(query: Query<U>): Promise<boolean>;
|
|
48
49
|
abstract deleteManyByFilter<U extends T = T>(query: Query<U>): Promise<number>;
|
|
49
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity-repository.js","sourceRoot":"","sources":["../../source/database/entity-repository.ts"],"names":[],"mappings":";;;AAWA,MAAsB,gBAAgB;
|
|
1
|
+
{"version":3,"file":"entity-repository.js","sourceRoot":"","sources":["../../source/database/entity-repository.ts"],"names":[],"mappings":";;;AAWA,MAAsB,gBAAgB;CAoDrC;AApDD,4CAoDC"}
|