@buynomics-lib/bn-shared 1.17.64 → 1.17.65-feature-bb-201.0
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 +5 -0
- package/build/enums/kpis/kpi-variable-format.enum.js +10 -0
- package/build/enums/kpis/kpi-variable-format.enum.js.map +1 -0
- package/build/index.d.ts +2 -1
- package/build/index.js +3 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.KpiVariableFormat = void 0;
|
|
4
|
+
var KpiVariableFormat;
|
|
5
|
+
(function (KpiVariableFormat) {
|
|
6
|
+
KpiVariableFormat["Numeric"] = "numeric";
|
|
7
|
+
KpiVariableFormat["Percentage"] = "percentage";
|
|
8
|
+
KpiVariableFormat["Monetary"] = "monetary";
|
|
9
|
+
})(KpiVariableFormat = exports.KpiVariableFormat || (exports.KpiVariableFormat = {}));
|
|
10
|
+
//# sourceMappingURL=kpi-variable-format.enum.js.map
|
|
@@ -0,0 +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"}
|
package/build/index.d.ts
CHANGED
|
@@ -56,4 +56,5 @@ 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
|
-
|
|
59
|
+
import { KpiVariableFormat } from './enums/kpis/kpi-variable-format.enum';
|
|
60
|
+
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, };
|
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.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;
|
|
7
|
+
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");
|
|
@@ -127,4 +127,6 @@ var get_property_name_1 = require("./helpers/get-property-name");
|
|
|
127
127
|
Object.defineProperty(exports, "getPropertyName", { enumerable: true, get: function () { return get_property_name_1.getPropertyName; } });
|
|
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
|
+
var kpi_variable_format_enum_1 = require("./enums/kpis/kpi-variable-format.enum");
|
|
131
|
+
Object.defineProperty(exports, "KpiVariableFormat", { enumerable: true, get: function () { return kpi_variable_format_enum_1.KpiVariableFormat; } });
|
|
130
132
|
//# 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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"}
|