@buynomics-lib/bn-shared 1.17.65-feature-bb-201.1 → 1.17.65-feature-bb-201.2
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.
|
@@ -1,30 +1,31 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.KpiSystemVariables = void 0;
|
|
4
|
+
var kpi_variable_format_enum_1 = require("./kpi-variable-format.enum");
|
|
4
5
|
exports.KpiSystemVariables = [
|
|
5
6
|
{
|
|
6
7
|
referenceId: 'units',
|
|
7
8
|
name: 'Units',
|
|
8
9
|
description: 'Predicted number of units sold for the product.',
|
|
9
|
-
format:
|
|
10
|
+
format: kpi_variable_format_enum_1.KpiVariableFormat.Numeric,
|
|
10
11
|
},
|
|
11
12
|
{
|
|
12
13
|
referenceId: 'price',
|
|
13
14
|
name: 'Price',
|
|
14
15
|
description: 'Price used in the prediction.',
|
|
15
|
-
format:
|
|
16
|
+
format: kpi_variable_format_enum_1.KpiVariableFormat.Monetary,
|
|
16
17
|
},
|
|
17
18
|
{
|
|
18
19
|
referenceId: 'availability',
|
|
19
20
|
name: 'Availability',
|
|
20
21
|
description: 'Total distribution of the product in the market.',
|
|
21
|
-
format:
|
|
22
|
+
format: kpi_variable_format_enum_1.KpiVariableFormat.Percentage,
|
|
22
23
|
},
|
|
23
24
|
{
|
|
24
25
|
referenceId: 'base_price',
|
|
25
26
|
name: 'Base Price',
|
|
26
27
|
description: 'Price before applying promotional overlays.',
|
|
27
|
-
format:
|
|
28
|
+
format: kpi_variable_format_enum_1.KpiVariableFormat.Monetary,
|
|
28
29
|
},
|
|
29
30
|
];
|
|
30
31
|
//# sourceMappingURL=kpi-system-variables.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kpi-system-variables.js","sourceRoot":"","sources":["../../../src/enums/kpis/kpi-system-variables.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"kpi-system-variables.js","sourceRoot":"","sources":["../../../src/enums/kpis/kpi-system-variables.ts"],"names":[],"mappings":";;;AAAA,uEAA8D;AAEjD,QAAA,kBAAkB,GAAG;IAChC;QACE,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,WAAW,EAAE,iDAAiD;QAC9D,MAAM,EAAE,4CAAiB,CAAC,OAAO;KAClC;IACD;QACE,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,WAAW,EAAE,+BAA+B;QAC5C,MAAM,EAAE,4CAAiB,CAAC,QAAQ;KACnC;IACD;QACE,WAAW,EAAE,cAAc;QAC3B,IAAI,EAAE,cAAc;QACpB,WAAW,EAAE,kDAAkD;QAC/D,MAAM,EAAE,4CAAiB,CAAC,UAAU;KACrC;IACD;QACE,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,6CAA6C;QAC1D,MAAM,EAAE,4CAAiB,CAAC,QAAQ;KACnC;CACF,CAAA"}
|
package/package.json
CHANGED