From d8e8290a418b6a8f6c64b7f412a63702d9a6f769 Mon Sep 17 00:00:00 2001 From: Thomas Hilz Date: Thu, 14 Mar 2024 17:08:48 +0100 Subject: [PATCH] TRNTYUI-1184 --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index d99bd9d..7987ef9 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1162,6 +1162,7 @@ export namespace DomainRobotModels { relative?: RelativeConstants; amount?: number; actualAmount?: number; + actualCurrency?: string; purchaseAmount?: number; margin?: number; priceConditions?: PriceServiceEntity[]; @@ -4049,6 +4050,7 @@ export namespace DomainRobotModels { priceConditions?: PriceServiceEntity[]; includeCustomer?: boolean; actualAmount?: number; + actualCurrency?: string; purchaseAmount?: number; margin?: number; }