@buynomics-lib/bn-shared 1.17.66-feature-cf-105.6 → 1.17.66-feature-cf-105.7
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.
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.KpiConfigType = void 0;
|
|
4
|
+
var KpiConfigType;
|
|
5
|
+
(function (KpiConfigType) {
|
|
6
|
+
KpiConfigType["Base"] = "base";
|
|
7
|
+
KpiConfigType["Derived"] = "derived";
|
|
8
|
+
KpiConfigType["Scoped"] = "scoped";
|
|
9
|
+
KpiConfigType["Specific"] = "specific";
|
|
10
|
+
})(KpiConfigType = exports.KpiConfigType || (exports.KpiConfigType = {}));
|
|
11
|
+
//# sourceMappingURL=kpi-config-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kpi-config-type.enum.js","sourceRoot":"","sources":["../../../src/enums/kpis/kpi-config-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,8BAAa,CAAA;IACb,oCAAmB,CAAA;IACnB,kCAAiB,CAAA;IACjB,sCAAqB,CAAA;AACvB,CAAC,EALW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAKxB"}
|
package/build/index.d.ts
CHANGED
|
@@ -58,6 +58,7 @@ import { IFileUpload } from './interfaces/file-upload';
|
|
|
58
58
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
59
59
|
import { KpiAggregation, KpiVariableFormat } from './enums/kpis/kpi-variable-format.enum';
|
|
60
60
|
import { KpiDisplayStyle } from './enums/kpis/kpi-display-style.enum';
|
|
61
|
+
import { KpiConfigType } from './enums/kpis/kpi-config-type.enum';
|
|
61
62
|
import { KpiSystemVariables } from './enums/kpis/kpi-system-variables';
|
|
62
63
|
import { SystemKpis } from './enums/kpis/system-kpis';
|
|
63
|
-
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, KpiDisplayStyle, KpiSystemVariables, SystemKpis, };
|
|
64
|
+
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, KpiDisplayStyle, KpiConfigType, KpiSystemVariables, SystemKpis, };
|
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.SystemKpis = exports.KpiSystemVariables = 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 = void 0;
|
|
7
|
+
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 = 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");
|
|
@@ -132,6 +132,8 @@ Object.defineProperty(exports, "KpiAggregation", { enumerable: true, get: functi
|
|
|
132
132
|
Object.defineProperty(exports, "KpiVariableFormat", { enumerable: true, get: function () { return kpi_variable_format_enum_1.KpiVariableFormat; } });
|
|
133
133
|
var kpi_display_style_enum_1 = require("./enums/kpis/kpi-display-style.enum");
|
|
134
134
|
Object.defineProperty(exports, "KpiDisplayStyle", { enumerable: true, get: function () { return kpi_display_style_enum_1.KpiDisplayStyle; } });
|
|
135
|
+
var kpi_config_type_enum_1 = require("./enums/kpis/kpi-config-type.enum");
|
|
136
|
+
Object.defineProperty(exports, "KpiConfigType", { enumerable: true, get: function () { return kpi_config_type_enum_1.KpiConfigType; } });
|
|
135
137
|
var kpi_system_variables_1 = require("./enums/kpis/kpi-system-variables");
|
|
136
138
|
Object.defineProperty(exports, "KpiSystemVariables", { enumerable: true, get: function () { return kpi_system_variables_1.KpiSystemVariables; } });
|
|
137
139
|
var system_kpis_1 = require("./enums/kpis/system-kpis");
|
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