@holaluz/pomada
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -36,7 +36,6 @@ "use strict"; | ||
product.fee = fee.amount; | ||
const maintenance = { | ||
withVat: fee.maintanance_with_vat, | ||
withoutVat: fee.maintanance_without_vat | ||
product.maintenance = { | ||
withVat: fee.maintenance_with_vat, | ||
withoutVat: fee.maintenance_without_vat | ||
}; | ||
product.maintenance = maintenance; | ||
} | ||
@@ -43,0 +42,0 @@ else |
@@ -8,6 +8,6 @@ import { Result } from '../../../shared/domain/result'; | ||
amount: number; | ||
maintanance_with_vat: number; | ||
maintanance_without_vat: number; | ||
maintenance_with_vat: number; | ||
maintenance_without_vat: number; | ||
}; | ||
export declare function getFeeOfProduct(productName: ProductName, consumption: ValueByPeriod, currentPower: ValueByPeriod, desiredPower: ValueByPeriod, margin: Margin): Promise<Result<FeeDto, CupsError>>; | ||
export {}; |
{ | ||
"name": "@holaluz/pomada", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Holaluz shared FE business logic repository", | ||
@@ -5,0 +5,0 @@ "author": "Holaluz", |
Sorry, the diff of this file is not supported yet
43122
611