@deboxsoft/accounting-api
Advanced tools
Comparing version 1.5.16 to 1.5.17
{ | ||
"name": "@deboxsoft/accounting-api", | ||
"version": "1.5.16", | ||
"version": "1.5.17", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -437,10 +437,10 @@ import { CollectionParams } from "@deboxsoft/module-core"; | ||
depreciationCount: Inventory["depreciationCount"]; | ||
groupDepreciationId: string; | ||
groupDepreciationId: CategoryInventory["groupDepreciationId"]; | ||
}) => { | ||
total: number; | ||
monthLife: number; | ||
depreciationAmount: number; | ||
depreciationRemaining: number; | ||
depreciationAccumulation: number; | ||
bookValue: number; | ||
depreciationAmount: any; | ||
depreciationRemaining: any; | ||
depreciationAccumulation: any; | ||
bookValue: any; | ||
}; | ||
@@ -447,0 +447,0 @@ export declare const transformToInventoryRepoInput: z.ZodEffects<z.ZodObject<z.extendShape<z.extendShape<z.extendShape<{ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
301967
7834