@buynomics-lib/bn-shared 1.17.65-feature-cf-105.3 → 1.17.65
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-variable-format.enum.d.ts +0 -6
- package/build/enums/kpis/kpi-variable-format.enum.js +1 -8
- package/build/enums/kpis/kpi-variable-format.enum.js.map +1 -1
- package/build/index.d.ts +2 -3
- package/build/index.js +1 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/enums/kpis/system-kpis.d.ts +0 -9
- package/build/enums/kpis/system-kpis.js +0 -47
- package/build/enums/kpis/system-kpis.js.map +0 -1
|
@@ -1,17 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.KpiVariableFormat = void 0;
|
|
4
4
|
var KpiVariableFormat;
|
|
5
5
|
(function (KpiVariableFormat) {
|
|
6
6
|
KpiVariableFormat["Numeric"] = "numeric";
|
|
7
7
|
KpiVariableFormat["Percentage"] = "percentage";
|
|
8
8
|
KpiVariableFormat["Monetary"] = "monetary";
|
|
9
9
|
})(KpiVariableFormat = exports.KpiVariableFormat || (exports.KpiVariableFormat = {}));
|
|
10
|
-
var KpiAggregation;
|
|
11
|
-
(function (KpiAggregation) {
|
|
12
|
-
KpiAggregation["SUM"] = "sum";
|
|
13
|
-
KpiAggregation["AVG"] = "avg";
|
|
14
|
-
KpiAggregation["MIN"] = "min";
|
|
15
|
-
KpiAggregation["MAX"] = "max";
|
|
16
|
-
})(KpiAggregation = exports.KpiAggregation || (exports.KpiAggregation = {}));
|
|
17
10
|
//# sourceMappingURL=kpi-variable-format.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kpi-variable-format.enum.js","sourceRoot":"","sources":["../../../src/enums/kpis/kpi-variable-format.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;IACnB,8CAAyB,CAAA;IACzB,0CAAqB,CAAA;AACvB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B
|
|
1
|
+
{"version":3,"file":"kpi-variable-format.enum.js","sourceRoot":"","sources":["../../../src/enums/kpis/kpi-variable-format.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;IACnB,8CAAyB,CAAA;IACzB,0CAAqB,CAAA;AACvB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B"}
|
package/build/index.d.ts
CHANGED
|
@@ -56,7 +56,6 @@ import PriceDecisionNullificationHelper from './helpers/price-decision/price-dec
|
|
|
56
56
|
import { IClientViewSettings } from './interfaces/client-view-settings';
|
|
57
57
|
import { IFileUpload } from './interfaces/file-upload';
|
|
58
58
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
59
|
-
import {
|
|
59
|
+
import { KpiVariableFormat } from './enums/kpis/kpi-variable-format.enum';
|
|
60
60
|
import { KpiSystemVariables } from './enums/kpis/kpi-system-variables';
|
|
61
|
-
|
|
62
|
-
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, 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, KpiSystemVariables, SystemKpis, };
|
|
61
|
+
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, 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, KpiSystemVariables, };
|
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.OptimizationStatus = exports.PromotionOffersCalendarGroupByOptions = exports.PromotionOfferStatus = 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.
|
|
7
|
+
exports.KpiSystemVariables = 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 = void 0;
|
|
8
8
|
var fitting_statuses_1 = require("./domains/fitting/enums/fitting-statuses");
|
|
9
9
|
Object.defineProperty(exports, "FittingStatuses", { enumerable: true, get: function () { return fitting_statuses_1.FittingStatuses; } });
|
|
10
10
|
var intermediary_group_range_formats_1 = require("./domains/pricing/intermediaries/enums/intermediary-group-range-formats");
|
|
@@ -128,10 +128,7 @@ Object.defineProperty(exports, "getPropertyName", { enumerable: true, get: funct
|
|
|
128
128
|
var price_decision_helper_1 = __importDefault(require("./helpers/price-decision/price-decision-helper"));
|
|
129
129
|
exports.PriceDecisionNullificationHelper = price_decision_helper_1.default;
|
|
130
130
|
var kpi_variable_format_enum_1 = require("./enums/kpis/kpi-variable-format.enum");
|
|
131
|
-
Object.defineProperty(exports, "KpiAggregation", { enumerable: true, get: function () { return kpi_variable_format_enum_1.KpiAggregation; } });
|
|
132
131
|
Object.defineProperty(exports, "KpiVariableFormat", { enumerable: true, get: function () { return kpi_variable_format_enum_1.KpiVariableFormat; } });
|
|
133
132
|
var kpi_system_variables_1 = require("./enums/kpis/kpi-system-variables");
|
|
134
133
|
Object.defineProperty(exports, "KpiSystemVariables", { enumerable: true, get: function () { return kpi_system_variables_1.KpiSystemVariables; } });
|
|
135
|
-
var system_kpis_1 = require("./enums/kpis/system-kpis");
|
|
136
|
-
Object.defineProperty(exports, "SystemKpis", { enumerable: true, get: function () { return system_kpis_1.SystemKpis; } });
|
|
137
134
|
//# sourceMappingURL=index.js.map
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;AAAA,6EAA0E;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SystemKpis = void 0;
|
|
4
|
-
var kpi_variable_format_enum_1 = require("./kpi-variable-format.enum");
|
|
5
|
-
exports.SystemKpis = [
|
|
6
|
-
{
|
|
7
|
-
referenceId: 'kpi_units',
|
|
8
|
-
name: 'Units',
|
|
9
|
-
formula: 'units',
|
|
10
|
-
aggregation: kpi_variable_format_enum_1.KpiAggregation.SUM,
|
|
11
|
-
format: kpi_variable_format_enum_1.KpiVariableFormat.Numeric,
|
|
12
|
-
visible: true,
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
referenceId: 'kpi_revenue',
|
|
16
|
-
name: 'Revenue',
|
|
17
|
-
formula: 'units * price',
|
|
18
|
-
aggregation: kpi_variable_format_enum_1.KpiAggregation.SUM,
|
|
19
|
-
format: kpi_variable_format_enum_1.KpiVariableFormat.Monetary,
|
|
20
|
-
visible: true,
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
referenceId: 'kpi_min_price',
|
|
24
|
-
name: 'Min. Price',
|
|
25
|
-
formula: 'price',
|
|
26
|
-
aggregation: kpi_variable_format_enum_1.KpiAggregation.MIN,
|
|
27
|
-
format: kpi_variable_format_enum_1.KpiVariableFormat.Monetary,
|
|
28
|
-
visible: false,
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
referenceId: 'kpi_min_availability',
|
|
32
|
-
name: 'Min. Availability',
|
|
33
|
-
formula: 'availability',
|
|
34
|
-
aggregation: kpi_variable_format_enum_1.KpiAggregation.MIN,
|
|
35
|
-
format: kpi_variable_format_enum_1.KpiVariableFormat.Percentage,
|
|
36
|
-
visible: false,
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
referenceId: 'kpi_max_availability',
|
|
40
|
-
name: 'Max. Availability',
|
|
41
|
-
formula: 'availability',
|
|
42
|
-
aggregation: kpi_variable_format_enum_1.KpiAggregation.MAX,
|
|
43
|
-
format: kpi_variable_format_enum_1.KpiVariableFormat.Percentage,
|
|
44
|
-
visible: false,
|
|
45
|
-
},
|
|
46
|
-
];
|
|
47
|
-
//# sourceMappingURL=system-kpis.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"system-kpis.js","sourceRoot":"","sources":["../../../src/enums/kpis/system-kpis.ts"],"names":[],"mappings":";;;AAAA,uEAA8E;AAEjE,QAAA,UAAU,GAAG;IACxB;QACE,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,OAAO;QAChB,WAAW,EAAE,yCAAc,CAAC,GAAG;QAC/B,MAAM,EAAE,4CAAiB,CAAC,OAAO;QACjC,OAAO,EAAE,IAAI;KACd;IACD;QACE,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,eAAe;QACxB,WAAW,EAAE,yCAAc,CAAC,GAAG;QAC/B,MAAM,EAAE,4CAAiB,CAAC,QAAQ;QAClC,OAAO,EAAE,IAAI;KACd;IACD;QACE,WAAW,EAAE,eAAe;QAC5B,IAAI,EAAE,YAAY;QAClB,OAAO,EAAE,OAAO;QAChB,WAAW,EAAE,yCAAc,CAAC,GAAG;QAC/B,MAAM,EAAE,4CAAiB,CAAC,QAAQ;QAClC,OAAO,EAAE,KAAK;KACf;IACD;QACE,WAAW,EAAE,sBAAsB;QACnC,IAAI,EAAE,mBAAmB;QACzB,OAAO,EAAE,cAAc;QACvB,WAAW,EAAE,yCAAc,CAAC,GAAG;QAC/B,MAAM,EAAE,4CAAiB,CAAC,UAAU;QACpC,OAAO,EAAE,KAAK;KACf;IACD;QACE,WAAW,EAAE,sBAAsB;QACnC,IAAI,EAAE,mBAAmB;QACzB,OAAO,EAAE,cAAc;QACvB,WAAW,EAAE,yCAAc,CAAC,GAAG;QAC/B,MAAM,EAAE,4CAAiB,CAAC,UAAU;QACpC,OAAO,EAAE,KAAK;KACf;CACF,CAAA"}
|