@buynomics-lib/bn-shared 1.17.78-feature-cf-161.3 → 1.17.78
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/build/enums/kpis/kpi-system-variables.d.ts +24 -3
- package/build/enums/kpis/kpi-system-variables.js +11 -5
- package/build/enums/kpis/kpi-system-variables.js.map +1 -1
- package/build/enums/kpis/system-kpis.js +7 -6
- package/build/enums/kpis/system-kpis.js.map +1 -1
- package/build/enums/kpis/system-scoped-kpis.js +5 -4
- package/build/enums/kpis/system-scoped-kpis.js.map +1 -1
- package/build/index.d.ts +2 -2
- package/build/index.js +2 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,28 @@
|
|
|
1
1
|
import { KpiVariableFormat } from './kpi-variable-format.enum';
|
|
2
|
-
export declare const
|
|
3
|
-
|
|
2
|
+
export declare const SystemVariablesReferenceIds: {
|
|
3
|
+
readonly Units: "units";
|
|
4
|
+
readonly Price: "price";
|
|
5
|
+
readonly Availability: "availability";
|
|
6
|
+
readonly BasePrice: "base_price";
|
|
7
|
+
};
|
|
8
|
+
export declare const KpiSystemVariables: ({
|
|
9
|
+
referenceId: "units";
|
|
4
10
|
name: string;
|
|
5
11
|
description: string;
|
|
6
12
|
format: KpiVariableFormat;
|
|
7
|
-
}
|
|
13
|
+
} | {
|
|
14
|
+
referenceId: "price";
|
|
15
|
+
name: string;
|
|
16
|
+
description: string;
|
|
17
|
+
format: KpiVariableFormat;
|
|
18
|
+
} | {
|
|
19
|
+
referenceId: "availability";
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
format: KpiVariableFormat;
|
|
23
|
+
} | {
|
|
24
|
+
referenceId: "base_price";
|
|
25
|
+
name: string;
|
|
26
|
+
description: string;
|
|
27
|
+
format: KpiVariableFormat;
|
|
28
|
+
})[];
|
|
@@ -1,28 +1,34 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.KpiSystemVariables = void 0;
|
|
3
|
+
exports.KpiSystemVariables = exports.SystemVariablesReferenceIds = void 0;
|
|
4
4
|
var kpi_variable_format_enum_1 = require("./kpi-variable-format.enum");
|
|
5
|
+
exports.SystemVariablesReferenceIds = {
|
|
6
|
+
Units: 'units',
|
|
7
|
+
Price: 'price',
|
|
8
|
+
Availability: 'availability',
|
|
9
|
+
BasePrice: 'base_price',
|
|
10
|
+
};
|
|
5
11
|
exports.KpiSystemVariables = [
|
|
6
12
|
{
|
|
7
|
-
referenceId:
|
|
13
|
+
referenceId: exports.SystemVariablesReferenceIds.Units,
|
|
8
14
|
name: 'Units',
|
|
9
15
|
description: 'Predicted number of units sold for the product.',
|
|
10
16
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Numeric,
|
|
11
17
|
},
|
|
12
18
|
{
|
|
13
|
-
referenceId:
|
|
19
|
+
referenceId: exports.SystemVariablesReferenceIds.Price,
|
|
14
20
|
name: 'Price',
|
|
15
21
|
description: 'Price used in the prediction.',
|
|
16
22
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Monetary,
|
|
17
23
|
},
|
|
18
24
|
{
|
|
19
|
-
referenceId:
|
|
25
|
+
referenceId: exports.SystemVariablesReferenceIds.Availability,
|
|
20
26
|
name: 'Availability',
|
|
21
27
|
description: 'Total distribution of the product in the market.',
|
|
22
28
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Percentage,
|
|
23
29
|
},
|
|
24
30
|
{
|
|
25
|
-
referenceId:
|
|
31
|
+
referenceId: exports.SystemVariablesReferenceIds.BasePrice,
|
|
26
32
|
name: 'Base Price',
|
|
27
33
|
description: 'Price before applying promotional overlays.',
|
|
28
34
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Monetary,
|
|
@@ -1 +1 @@
|
|
|
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,
|
|
1
|
+
{"version":3,"file":"kpi-system-variables.js","sourceRoot":"","sources":["../../../src/enums/kpis/kpi-system-variables.ts"],"names":[],"mappings":";;;AAAA,uEAA8D;AAEjD,QAAA,2BAA2B,GAAG;IACzC,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,SAAS,EAAE,YAAY;CACf,CAAA;AAEG,QAAA,kBAAkB,GAAG;IAChC;QACE,WAAW,EAAE,mCAA2B,CAAC,KAAK;QAC9C,IAAI,EAAE,OAAO;QACb,WAAW,EAAE,iDAAiD;QAC9D,MAAM,EAAE,4CAAiB,CAAC,OAAO;KAClC;IACD;QACE,WAAW,EAAE,mCAA2B,CAAC,KAAK;QAC9C,IAAI,EAAE,OAAO;QACb,WAAW,EAAE,+BAA+B;QAC5C,MAAM,EAAE,4CAAiB,CAAC,QAAQ;KACnC;IACD;QACE,WAAW,EAAE,mCAA2B,CAAC,YAAY;QACrD,IAAI,EAAE,cAAc;QACpB,WAAW,EAAE,kDAAkD;QAC/D,MAAM,EAAE,4CAAiB,CAAC,UAAU;KACrC;IACD;QACE,WAAW,EAAE,mCAA2B,CAAC,SAAS;QAClD,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,6CAA6C;QAC1D,MAAM,EAAE,4CAAiB,CAAC,QAAQ;KACnC;CACF,CAAA"}
|
|
@@ -6,6 +6,7 @@ var default_client_number_formatting_settings_1 = require("../../helpers/default
|
|
|
6
6
|
var client_number_formatting_settings_1 = require("../client/client-number-formatting-settings");
|
|
7
7
|
var kpi_display_style_enum_1 = require("./kpi-display-style.enum");
|
|
8
8
|
var kpi_config_type_enum_1 = require("./kpi-config-type.enum");
|
|
9
|
+
var kpi_system_variables_1 = require("./kpi-system-variables");
|
|
9
10
|
var defaultMetricSettingsForPrice = default_client_number_formatting_settings_1.DefaultClientNumberFormattingSettings.metricSettings[client_number_formatting_settings_1.ClientNumberFormattingSettingsMetric.Price];
|
|
10
11
|
var defaultMetricSettingsForUnits = default_client_number_formatting_settings_1.DefaultClientNumberFormattingSettings.metricSettings[client_number_formatting_settings_1.ClientNumberFormattingSettingsMetric.Units];
|
|
11
12
|
var defaultMetricSettingsForMargin = default_client_number_formatting_settings_1.DefaultClientNumberFormattingSettings.metricSettings[client_number_formatting_settings_1.ClientNumberFormattingSettingsMetric.MarginMarketShare];
|
|
@@ -21,7 +22,7 @@ exports.SystemKpis = [
|
|
|
21
22
|
{
|
|
22
23
|
referenceId: exports.SystemBaseKpisReferenceIds.Units,
|
|
23
24
|
name: 'Units',
|
|
24
|
-
formula:
|
|
25
|
+
formula: kpi_system_variables_1.SystemVariablesReferenceIds.Units,
|
|
25
26
|
aggregation: kpi_variable_format_enum_1.KpiAggregation.SUM,
|
|
26
27
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Numeric,
|
|
27
28
|
displaySettings: {
|
|
@@ -35,7 +36,7 @@ exports.SystemKpis = [
|
|
|
35
36
|
{
|
|
36
37
|
referenceId: exports.SystemBaseKpisReferenceIds.BaseRevenue,
|
|
37
38
|
name: 'Base revenue',
|
|
38
|
-
formula:
|
|
39
|
+
formula: "".concat(kpi_system_variables_1.SystemVariablesReferenceIds.Units, " * ").concat(kpi_system_variables_1.SystemVariablesReferenceIds.BasePrice),
|
|
39
40
|
aggregation: kpi_variable_format_enum_1.KpiAggregation.SUM,
|
|
40
41
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Monetary,
|
|
41
42
|
displaySettings: {
|
|
@@ -49,7 +50,7 @@ exports.SystemKpis = [
|
|
|
49
50
|
{
|
|
50
51
|
referenceId: exports.SystemBaseKpisReferenceIds.Revenue,
|
|
51
52
|
name: 'Revenue',
|
|
52
|
-
formula:
|
|
53
|
+
formula: "".concat(kpi_system_variables_1.SystemVariablesReferenceIds.Units, " * ").concat(kpi_system_variables_1.SystemVariablesReferenceIds.Price),
|
|
53
54
|
aggregation: kpi_variable_format_enum_1.KpiAggregation.SUM,
|
|
54
55
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Monetary,
|
|
55
56
|
displaySettings: {
|
|
@@ -63,7 +64,7 @@ exports.SystemKpis = [
|
|
|
63
64
|
{
|
|
64
65
|
referenceId: exports.SystemBaseKpisReferenceIds.MinBasePrice,
|
|
65
66
|
name: 'Min. Base Price',
|
|
66
|
-
formula:
|
|
67
|
+
formula: kpi_system_variables_1.SystemVariablesReferenceIds.BasePrice,
|
|
67
68
|
aggregation: kpi_variable_format_enum_1.KpiAggregation.MIN,
|
|
68
69
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Monetary,
|
|
69
70
|
displaySettings: {
|
|
@@ -77,7 +78,7 @@ exports.SystemKpis = [
|
|
|
77
78
|
{
|
|
78
79
|
referenceId: exports.SystemBaseKpisReferenceIds.MinAvailability,
|
|
79
80
|
name: 'Min. Availability',
|
|
80
|
-
formula:
|
|
81
|
+
formula: kpi_system_variables_1.SystemVariablesReferenceIds.Availability,
|
|
81
82
|
aggregation: kpi_variable_format_enum_1.KpiAggregation.MIN,
|
|
82
83
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Percentage,
|
|
83
84
|
displaySettings: {
|
|
@@ -91,7 +92,7 @@ exports.SystemKpis = [
|
|
|
91
92
|
{
|
|
92
93
|
referenceId: exports.SystemBaseKpisReferenceIds.MaxAvailability,
|
|
93
94
|
name: 'Max. Availability',
|
|
94
|
-
formula:
|
|
95
|
+
formula: kpi_system_variables_1.SystemVariablesReferenceIds.Availability,
|
|
95
96
|
aggregation: kpi_variable_format_enum_1.KpiAggregation.MAX,
|
|
96
97
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Percentage,
|
|
97
98
|
displaySettings: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"system-kpis.js","sourceRoot":"","sources":["../../../src/enums/kpis/system-kpis.ts"],"names":[],"mappings":";;;AAAA,uEAA8E;AAC9E,qHAA+G;AAC/G,iGAAkG;AAClG,mEAA0D;AAC1D,+DAAsD;
|
|
1
|
+
{"version":3,"file":"system-kpis.js","sourceRoot":"","sources":["../../../src/enums/kpis/system-kpis.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,6 +8,7 @@ var kpi_display_style_enum_1 = require("./kpi-display-style.enum");
|
|
|
8
8
|
var kpi_config_type_enum_1 = require("./kpi-config-type.enum");
|
|
9
9
|
var product_type_enum_1 = require("../product/product-type.enum");
|
|
10
10
|
var system_kpis_1 = require("./system-kpis");
|
|
11
|
+
var kpi_system_variables_1 = require("./kpi-system-variables");
|
|
11
12
|
var defaultMetricSettingsForPrice = default_client_number_formatting_settings_1.DefaultClientNumberFormattingSettings.metricSettings[client_number_formatting_settings_1.ClientNumberFormattingSettingsMetric.Price];
|
|
12
13
|
var defaultMetricSettingsForUnits = default_client_number_formatting_settings_1.DefaultClientNumberFormattingSettings.metricSettings[client_number_formatting_settings_1.ClientNumberFormattingSettingsMetric.Units];
|
|
13
14
|
exports.SystemScopedKpisReferenceIds = {
|
|
@@ -22,7 +23,7 @@ exports.SystemScopedKpis = [
|
|
|
22
23
|
name: 'Revenue Market Total',
|
|
23
24
|
underlyingKpiReferenceId: system_kpis_1.SystemBaseKpisReferenceIds.Revenue,
|
|
24
25
|
scope: {},
|
|
25
|
-
formula:
|
|
26
|
+
formula: "".concat(kpi_system_variables_1.SystemVariablesReferenceIds.Units, " * ").concat(kpi_system_variables_1.SystemVariablesReferenceIds.Price),
|
|
26
27
|
aggregation: kpi_variable_format_enum_1.KpiAggregation.SUM,
|
|
27
28
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Monetary,
|
|
28
29
|
displaySettings: {
|
|
@@ -38,7 +39,7 @@ exports.SystemScopedKpis = [
|
|
|
38
39
|
name: 'Units Market Total',
|
|
39
40
|
underlyingKpiReferenceId: system_kpis_1.SystemBaseKpisReferenceIds.Units,
|
|
40
41
|
scope: {},
|
|
41
|
-
formula:
|
|
42
|
+
formula: kpi_system_variables_1.SystemVariablesReferenceIds.Units,
|
|
42
43
|
aggregation: kpi_variable_format_enum_1.KpiAggregation.SUM,
|
|
43
44
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Numeric,
|
|
44
45
|
displaySettings: {
|
|
@@ -54,7 +55,7 @@ exports.SystemScopedKpis = [
|
|
|
54
55
|
name: 'Revenue Own Total',
|
|
55
56
|
underlyingKpiReferenceId: system_kpis_1.SystemBaseKpisReferenceIds.Revenue,
|
|
56
57
|
scope: { productTypes: [product_type_enum_1.ProductType.Own] },
|
|
57
|
-
formula:
|
|
58
|
+
formula: "".concat(kpi_system_variables_1.SystemVariablesReferenceIds.Units, " * ").concat(kpi_system_variables_1.SystemVariablesReferenceIds.Price),
|
|
58
59
|
aggregation: kpi_variable_format_enum_1.KpiAggregation.SUM,
|
|
59
60
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Monetary,
|
|
60
61
|
displaySettings: {
|
|
@@ -70,7 +71,7 @@ exports.SystemScopedKpis = [
|
|
|
70
71
|
name: 'Units Own Total',
|
|
71
72
|
underlyingKpiReferenceId: system_kpis_1.SystemBaseKpisReferenceIds.Units,
|
|
72
73
|
scope: { productTypes: [product_type_enum_1.ProductType.Own] },
|
|
73
|
-
formula:
|
|
74
|
+
formula: kpi_system_variables_1.SystemVariablesReferenceIds.Units,
|
|
74
75
|
aggregation: kpi_variable_format_enum_1.KpiAggregation.SUM,
|
|
75
76
|
format: kpi_variable_format_enum_1.KpiVariableFormat.Numeric,
|
|
76
77
|
displaySettings: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"system-scoped-kpis.js","sourceRoot":"","sources":["../../../src/enums/kpis/system-scoped-kpis.ts"],"names":[],"mappings":";;;AAAA,uEAA8E;AAC9E,qHAA+G;AAC/G,iGAAkG;AAClG,mEAA0D;AAC1D,+DAAsD;AAEtD,kEAA0D;AAC1D,6CAA0D;
|
|
1
|
+
{"version":3,"file":"system-scoped-kpis.js","sourceRoot":"","sources":["../../../src/enums/kpis/system-scoped-kpis.ts"],"names":[],"mappings":";;;AAAA,uEAA8E;AAC9E,qHAA+G;AAC/G,iGAAkG;AAClG,mEAA0D;AAC1D,+DAAsD;AAEtD,kEAA0D;AAC1D,6CAA0D;AAC1D,+DAAoE;AAEpE,IAAM,6BAA6B,GACjC,iFAAqC,CAAC,cAAc,CAClD,wEAAoC,CAAC,KAAK,CAC3C,CAAA;AACH,IAAM,6BAA6B,GACjC,iFAAqC,CAAC,cAAc,CAClD,wEAAoC,CAAC,KAAK,CAC3C,CAAA;AAEU,QAAA,4BAA4B,GAAG;IAC1C,kBAAkB,EAAE,cAAO,oCAAa,CAAC,MAAM,0BAAuB;IACtE,gBAAgB,EAAE,cAAO,oCAAa,CAAC,MAAM,wBAAqB;IAClE,eAAe,EAAE,cAAO,oCAAa,CAAC,MAAM,uBAAoB;IAChE,aAAa,EAAE,cAAO,oCAAa,CAAC,MAAM,qBAAkB;CACpD,CAAA;AAEG,QAAA,gBAAgB,GAAuB;IAClD;QACE,WAAW,EAAE,oCAA4B,CAAC,kBAAkB;QAC5D,IAAI,EAAE,sBAAsB;QAC5B,wBAAwB,EAAE,wCAA0B,CAAC,OAAO;QAC5D,KAAK,EAAE,EAAE;QACT,OAAO,EAAE,UAAG,kDAA2B,CAAC,KAAK,gBAAM,kDAA2B,CAAC,KAAK,CAAE;QACtF,WAAW,EAAE,yCAAc,CAAC,GAAG;QAC/B,MAAM,EAAE,4CAAiB,CAAC,QAAQ;QAClC,eAAe,EAAE;YACf,gBAAgB,EAAE,6BAA6B,CAAC,qBAAqB;YACrE,gBAAgB,EAAE,6BAA6B,CAAC,qBAAqB;YACrE,YAAY,EAAE,wCAAe,CAAC,QAAQ;SACvC;QACD,SAAS,EAAE,IAAI;QACf,IAAI,EAAE,oCAAa,CAAC,MAAM;KAC3B;IACD;QACE,WAAW,EAAE,oCAA4B,CAAC,gBAAgB;QAC1D,IAAI,EAAE,oBAAoB;QAC1B,wBAAwB,EAAE,wCAA0B,CAAC,KAAK;QAC1D,KAAK,EAAE,EAAE;QACT,OAAO,EAAE,kDAA2B,CAAC,KAAK;QAC1C,WAAW,EAAE,yCAAc,CAAC,GAAG;QAC/B,MAAM,EAAE,4CAAiB,CAAC,OAAO;QACjC,eAAe,EAAE;YACf,gBAAgB,EAAE,6BAA6B,CAAC,qBAAqB;YACrE,gBAAgB,EAAE,6BAA6B,CAAC,qBAAqB;YACrE,YAAY,EAAE,wCAAe,CAAC,QAAQ;SACvC;QACD,SAAS,EAAE,IAAI;QACf,IAAI,EAAE,oCAAa,CAAC,MAAM;KAC3B;IACD;QACE,WAAW,EAAE,oCAA4B,CAAC,eAAe;QACzD,IAAI,EAAE,mBAAmB;QACzB,wBAAwB,EAAE,wCAA0B,CAAC,OAAO;QAC5D,KAAK,EAAE,EAAE,YAAY,EAAE,CAAC,+BAAW,CAAC,GAAG,CAAC,EAAE;QAC1C,OAAO,EAAE,UAAG,kDAA2B,CAAC,KAAK,gBAAM,kDAA2B,CAAC,KAAK,CAAE;QACtF,WAAW,EAAE,yCAAc,CAAC,GAAG;QAC/B,MAAM,EAAE,4CAAiB,CAAC,QAAQ;QAClC,eAAe,EAAE;YACf,gBAAgB,EAAE,6BAA6B,CAAC,qBAAqB;YACrE,gBAAgB,EAAE,6BAA6B,CAAC,qBAAqB;YACrE,YAAY,EAAE,wCAAe,CAAC,QAAQ;SACvC;QACD,SAAS,EAAE,IAAI;QACf,IAAI,EAAE,oCAAa,CAAC,MAAM;KAC3B;IACD;QACE,WAAW,EAAE,oCAA4B,CAAC,aAAa;QACvD,IAAI,EAAE,iBAAiB;QACvB,wBAAwB,EAAE,wCAA0B,CAAC,KAAK;QAC1D,KAAK,EAAE,EAAE,YAAY,EAAE,CAAC,+BAAW,CAAC,GAAG,CAAC,EAAE;QAC1C,OAAO,EAAE,kDAA2B,CAAC,KAAK;QAC1C,WAAW,EAAE,yCAAc,CAAC,GAAG;QAC/B,MAAM,EAAE,4CAAiB,CAAC,OAAO;QACjC,eAAe,EAAE;YACf,gBAAgB,EAAE,6BAA6B,CAAC,qBAAqB;YACrE,gBAAgB,EAAE,6BAA6B,CAAC,qBAAqB;YACrE,YAAY,EAAE,wCAAe,CAAC,QAAQ;SACvC;QACD,SAAS,EAAE,IAAI;QACf,IAAI,EAAE,oCAAa,CAAC,MAAM;KAC3B;CACF,CAAA"}
|
package/build/index.d.ts
CHANGED
|
@@ -62,9 +62,9 @@ import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation
|
|
|
62
62
|
import { KpiAggregation, KpiVariableFormat } from './enums/kpis/kpi-variable-format.enum';
|
|
63
63
|
import { KpiDisplayStyle } from './enums/kpis/kpi-display-style.enum';
|
|
64
64
|
import { KpiConfigType } from './enums/kpis/kpi-config-type.enum';
|
|
65
|
-
import { KpiSystemVariables } from './enums/kpis/kpi-system-variables';
|
|
65
|
+
import { KpiSystemVariables, SystemVariablesReferenceIds } from './enums/kpis/kpi-system-variables';
|
|
66
66
|
import { SystemScopedKpis, SystemScopedKpisReferenceIds } from './enums/kpis/system-scoped-kpis';
|
|
67
67
|
import { ISystemKpiBase, ISystemKpi, IKpiDisplaySettings, ISystemScopedKpi, IScopedKpiScope } from './interfaces/kpis/system-kpi.interface';
|
|
68
68
|
import { TimePeriod } from './interfaces/time/time-period';
|
|
69
69
|
import { ProductType } from './enums/product/product-type.enum';
|
|
70
|
-
export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, StaticLevelReferenceIds, DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, ClientNumberFormattingSettingsGlobalFormat, ClientNumberFormattingSettingsStyle, ClientNumberFormattingSettingsNotation, ClientNumberFormattingSettingsMetric, ClientNumberFormattingSettingsCurrency, ClientNumberFormattingSettings, NumberFormat, NumberFormatSettings, ClientProductPortfolioVersion, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ValueDriverType, KpiConstraintType, KpiConstraintMode, MechanicParamTypes, MechanicParamReferenceIds, MechanicTypeRelations, ProductType, PromotionOfferStatus, PromotionOffersCalendarGroupByOptions, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, ScenarioStatus, DateGranularity, DateWeekStart, ClientDateSettings, DefaultClientDateSettings, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, WebsocketEvents, ScenarioEventSource, KpiVariableFormat, KpiAggregation, KpiDisplayStyle, KpiConfigType, KpiSystemVariables, SystemKpis, SystemBaseKpisReferenceIds, SystemScopedKpis, SystemScopedKpisReferenceIds, SystemDerivedKpis, SystemDerivedKpisReferenceIds, ISystemKpiBase, ISystemKpi, ISystemScopedKpi, IKpiDisplaySettings, IScopedKpiScope, TimePeriod, DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT, MAX_ACTIVE_OPTIMIZATIONS_LIMIT, };
|
|
70
|
+
export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, StaticLevelReferenceIds, DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, ClientNumberFormattingSettingsGlobalFormat, ClientNumberFormattingSettingsStyle, ClientNumberFormattingSettingsNotation, ClientNumberFormattingSettingsMetric, ClientNumberFormattingSettingsCurrency, ClientNumberFormattingSettings, NumberFormat, NumberFormatSettings, ClientProductPortfolioVersion, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ValueDriverType, KpiConstraintType, KpiConstraintMode, MechanicParamTypes, MechanicParamReferenceIds, MechanicTypeRelations, ProductType, PromotionOfferStatus, PromotionOffersCalendarGroupByOptions, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, ScenarioStatus, DateGranularity, DateWeekStart, ClientDateSettings, DefaultClientDateSettings, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, WebsocketEvents, ScenarioEventSource, KpiVariableFormat, KpiAggregation, KpiDisplayStyle, KpiConfigType, KpiSystemVariables, SystemKpis, SystemBaseKpisReferenceIds, SystemScopedKpis, SystemScopedKpisReferenceIds, SystemDerivedKpis, SystemDerivedKpisReferenceIds, SystemVariablesReferenceIds, ISystemKpiBase, ISystemKpi, ISystemScopedKpi, IKpiDisplaySettings, IScopedKpiScope, TimePeriod, DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT, MAX_ACTIVE_OPTIMIZATIONS_LIMIT, };
|
package/build/index.js
CHANGED
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.PromotionOffersCalendarGroupByOptions = exports.PromotionOfferStatus = exports.ProductType = exports.MechanicTypeRelations = exports.MechanicParamReferenceIds = exports.MechanicParamTypes = exports.KpiConstraintMode = exports.KpiConstraintType = exports.ValueDriverType = exports.ClientIndustry = exports.ClientStatus = exports.AvailabilityChangeTypes = exports.CostChangeTypes = exports.ChangeCostBases = exports.ClientFeatureScope = exports.ClientFeatureState = exports.ClientFeature = exports.ChangeProductPriceBases = exports.ChangePriceBases = exports.PriceChangeTypes = exports.ClientProductPortfolioVersion = exports.ClientNumberFormattingSettingsCurrency = exports.ClientNumberFormattingSettingsMetric = exports.ClientNumberFormattingSettingsNotation = exports.ClientNumberFormattingSettingsStyle = exports.ClientNumberFormattingSettingsGlobalFormat = exports.ClientDuplicationParts = exports.BuynomicsAppVersion = exports.CentralSteeringVersion = exports.FittingStatuses = exports.IntermediaryGroupRangeFormats = exports.IntermediaryGroupTypes = exports.ClientTypes = exports.DefaultClientDecimalSettings = exports.ClientDecimalSettings = exports.DefaultClientCLVPriceTypeLabels = exports.ClientCLVPriceTypes = exports.ClientCLVPeriods = exports.DefaultClientTermLabels = exports.ClientTerms = exports.CustomCostFormulaParams = exports.DeeperionModelTypes = exports.DeeperionRequestTypes = exports.DeeperionAppSwitchValues = exports.DeeperionVersions = exports.StaticLevelReferenceIds = exports.PriceLevelTypes = exports.SortableProductFields = exports.ConfigurableProductFields = exports.BnPermissions = void 0;
|
|
7
|
-
exports.MAX_ACTIVE_OPTIMIZATIONS_LIMIT = exports.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT = exports.SystemDerivedKpisReferenceIds = exports.SystemDerivedKpis = exports.SystemScopedKpisReferenceIds = exports.SystemScopedKpis = exports.SystemBaseKpisReferenceIds = exports.SystemKpis = exports.KpiSystemVariables = exports.KpiConfigType = exports.KpiDisplayStyle = exports.KpiAggregation = exports.KpiVariableFormat = exports.ScenarioEventSource = exports.WebsocketEvents = exports.DefaultClientNumberFormattingSettings = exports.DefaultClientFeatures = exports.DefaultClientFeaturesSettings = exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.isCompactIndianFormatInDecimals = exports.formatNumberToIndianCompactInCrores = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.calculateRange = exports.DefaultClientDateSettings = exports.DateWeekStart = exports.DateGranularity = exports.ScenarioStatus = exports.OptimizationSolutionBucket = exports.OptimizationKpis = exports.OptimizationStatus = void 0;
|
|
7
|
+
exports.MAX_ACTIVE_OPTIMIZATIONS_LIMIT = exports.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT = exports.SystemVariablesReferenceIds = exports.SystemDerivedKpisReferenceIds = exports.SystemDerivedKpis = exports.SystemScopedKpisReferenceIds = exports.SystemScopedKpis = exports.SystemBaseKpisReferenceIds = exports.SystemKpis = exports.KpiSystemVariables = exports.KpiConfigType = exports.KpiDisplayStyle = exports.KpiAggregation = exports.KpiVariableFormat = exports.ScenarioEventSource = exports.WebsocketEvents = exports.DefaultClientNumberFormattingSettings = exports.DefaultClientFeatures = exports.DefaultClientFeaturesSettings = exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.isCompactIndianFormatInDecimals = exports.formatNumberToIndianCompactInCrores = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.calculateRange = exports.DefaultClientDateSettings = exports.DateWeekStart = exports.DateGranularity = exports.ScenarioStatus = exports.OptimizationSolutionBucket = exports.OptimizationKpis = exports.OptimizationStatus = void 0;
|
|
8
8
|
var activeOptimizationsLimit_1 = require("./constants/activeOptimizationsLimit");
|
|
9
9
|
Object.defineProperty(exports, "DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT", { enumerable: true, get: function () { return activeOptimizationsLimit_1.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT; } });
|
|
10
10
|
Object.defineProperty(exports, "MAX_ACTIVE_OPTIMIZATIONS_LIMIT", { enumerable: true, get: function () { return activeOptimizationsLimit_1.MAX_ACTIVE_OPTIMIZATIONS_LIMIT; } });
|
|
@@ -145,6 +145,7 @@ var kpi_config_type_enum_1 = require("./enums/kpis/kpi-config-type.enum");
|
|
|
145
145
|
Object.defineProperty(exports, "KpiConfigType", { enumerable: true, get: function () { return kpi_config_type_enum_1.KpiConfigType; } });
|
|
146
146
|
var kpi_system_variables_1 = require("./enums/kpis/kpi-system-variables");
|
|
147
147
|
Object.defineProperty(exports, "KpiSystemVariables", { enumerable: true, get: function () { return kpi_system_variables_1.KpiSystemVariables; } });
|
|
148
|
+
Object.defineProperty(exports, "SystemVariablesReferenceIds", { enumerable: true, get: function () { return kpi_system_variables_1.SystemVariablesReferenceIds; } });
|
|
148
149
|
var system_scoped_kpis_1 = require("./enums/kpis/system-scoped-kpis");
|
|
149
150
|
Object.defineProperty(exports, "SystemScopedKpis", { enumerable: true, get: function () { return system_scoped_kpis_1.SystemScopedKpis; } });
|
|
150
151
|
Object.defineProperty(exports, "SystemScopedKpisReferenceIds", { enumerable: true, get: function () { return system_scoped_kpis_1.SystemScopedKpisReferenceIds; } });
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;AAAA,iFAG6C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|