@deboxsoft/module-server
Advanced tools
Comparing version 3.0.0-beta.20 to 3.0.0-beta.21
@@ -27,4 +27,4 @@ import * as mqemitter from 'mqemitter'; | ||
update(id: ID, input: Omit<UpdateInput, "id">, opts?: RepoTransactionOptions<E, S>): Promise<DataResult<Data>>; | ||
findById(id: ID, opts?: RepoTransactionOptions<E, S>): Promise<Data | null>; | ||
find<P = Record<string, unknown>>(query?: P, opts?: RepoTransactionOptions<E, S>): Promise<Data[]>; | ||
findById(id: ID, opts?: RepoTransactionOptions<E, S>): Promise<DataResult<Data | null>>; | ||
find<P = Record<string, unknown>>(query?: P, opts?: RepoTransactionOptions<E, S>): Promise<DataResult<Data[]>>; | ||
findPage(paginationOptions: PaginationOptions<Filter>, opts?: RepoTransactionOptions<E, S>): Promise<Pagination<Data>>; | ||
@@ -31,0 +31,0 @@ delete(id: ID | ID[], opts?: RepoTransactionOptions<E, S>): Promise<DataResult<boolean>>; |
{ | ||
"name": "@deboxsoft/module-server", | ||
"version": "3.0.0-beta.20", | ||
"version": "3.0.0-beta.21", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -51,3 +51,3 @@ "maintainers": [ | ||
"ioredis": "^5.2.2", | ||
"@deboxsoft/module-core": "^3.0.0-beta.4" | ||
"@deboxsoft/module-core": "^3.0.0-beta.9" | ||
}, | ||
@@ -54,0 +54,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
135930