@deboxsoft/accounting-api
Advanced tools
Comparing version 1.5.0-beta.61 to 1.5.0-beta.62
{ | ||
"name": "@deboxsoft/accounting-api", | ||
"version": "1.5.0-beta.61", | ||
"version": "1.5.0-beta.62", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -8,3 +8,3 @@ import { PageCursorResult } from "@deboxsoft/module-core"; | ||
export interface BalanceService { | ||
getCurrentBalance(opts?: BalanceServiceOptions): Promise<BalanceData>; | ||
getCurrentBalance(opts?: Omit<BalanceServiceOptions, "period">): Promise<BalanceData>; | ||
getFixedBalance(opts?: BalanceServiceOptions): Promise<BalanceData>; | ||
@@ -11,0 +11,0 @@ getCurrentBalanceAccount(accountId: any, opts?: BalanceServiceOptions): Promise<number | undefined>; |
297527