@deboxsoft/accounting-api
Advanced tools
Comparing version 1.4.0-beta.57 to 1.4.0-beta.58
{ | ||
"name": "@deboxsoft/accounting-api", | ||
"version": "1.4.0-beta.57", | ||
"version": "1.4.0-beta.58", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -287,3 +287,3 @@ import type { CollectionParams } from "@deboxsoft/module-core"; | ||
monthLife: Bdd["monthLife"]; | ||
taxRate: Bdd["taxRate"]; | ||
taxRate?: Bdd["taxRate"]; | ||
amortizationCount: Bdd["amortizationCount"]; | ||
@@ -290,0 +290,0 @@ }) => { |
198908