@onylab/common-api 2.1.27 → 2.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/common-api.d.ts
CHANGED
|
@@ -1608,8 +1608,8 @@ declare module "util/MathUtil" {
|
|
|
1608
1608
|
declare module "api/hubrise/util/HubrisePriceUtil" {
|
|
1609
1609
|
import { HubriseCurrencyCode } from "api/hubrise/model/common/HubriseCurrencyCode";
|
|
1610
1610
|
export class HubrisePriceUtil {
|
|
1611
|
-
static sum(prices: undefined | string[], defaultCurrency?: HubriseCurrencyCode): string;
|
|
1612
|
-
static multiply(price
|
|
1611
|
+
static sum(prices: (undefined | string)[], defaultCurrency?: HubriseCurrencyCode): string;
|
|
1612
|
+
static multiply(price?: string, multiplier?: number): string;
|
|
1613
1613
|
static priceToAmount(price: string): {
|
|
1614
1614
|
amount: number;
|
|
1615
1615
|
currency: HubriseCurrencyCode;
|