@deboxsoft/accounting-api
Advanced tools
Comparing version 1.5.14 to 1.5.15
{ | ||
"name": "@deboxsoft/accounting-api", | ||
"version": "1.5.14", | ||
"version": "1.5.15", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -20,6 +20,6 @@ import { CollectionParams } from "@deboxsoft/module-core"; | ||
logs?: Depreciation[]; | ||
depreciationCount: number; | ||
depreciationDayOfMonth: number; | ||
depreciationFinished: boolean; | ||
dateEnd: number | Date; | ||
depreciationCount?: number; | ||
depreciationDayOfMonth?: number; | ||
depreciationFinished?: boolean; | ||
dateEnd?: number | Date; | ||
}; | ||
@@ -438,3 +438,3 @@ export declare type InventoryRepoInput = Omit<Inventory, "id">; | ||
depreciationCount: Inventory["depreciationCount"]; | ||
groupDepreciationId: CategoryInventory["groupDepreciationId"]; | ||
groupDepreciationId: string; | ||
}) => { | ||
@@ -441,0 +441,0 @@ total: number; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
301691
7828