@buynomics-lib/bn-shared 1.17.66-feature-cf-105.5 → 1.17.66-feature-cf-105.6
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,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.KpiDisplayStyle = void 0;
|
|
4
|
+
var KpiDisplayStyle;
|
|
5
|
+
(function (KpiDisplayStyle) {
|
|
6
|
+
KpiDisplayStyle["Standard"] = "Standard";
|
|
7
|
+
KpiDisplayStyle["Compact"] = "Compact";
|
|
8
|
+
})(KpiDisplayStyle = exports.KpiDisplayStyle || (exports.KpiDisplayStyle = {}));
|
|
9
|
+
//# sourceMappingURL=kpi-display-style.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kpi-display-style.enum.js","sourceRoot":"","sources":["../../../src/enums/kpis/kpi-display-style.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,sCAAmB,CAAA;AACrB,CAAC,EAHW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAG1B"}
|
package/build/index.d.ts
CHANGED
|
@@ -57,6 +57,7 @@ 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 { KpiAggregation, KpiVariableFormat } from './enums/kpis/kpi-variable-format.enum';
|
|
60
|
+
import { KpiDisplayStyle } from './enums/kpis/kpi-display-style.enum';
|
|
60
61
|
import { KpiSystemVariables } from './enums/kpis/kpi-system-variables';
|
|
61
62
|
import { SystemKpis } from './enums/kpis/system-kpis';
|
|
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, };
|
|
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, };
|
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.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.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");
|
|
@@ -130,6 +130,8 @@ exports.PriceDecisionNullificationHelper = price_decision_helper_1.default;
|
|
|
130
130
|
var kpi_variable_format_enum_1 = require("./enums/kpis/kpi-variable-format.enum");
|
|
131
131
|
Object.defineProperty(exports, "KpiAggregation", { enumerable: true, get: function () { return kpi_variable_format_enum_1.KpiAggregation; } });
|
|
132
132
|
Object.defineProperty(exports, "KpiVariableFormat", { enumerable: true, get: function () { return kpi_variable_format_enum_1.KpiVariableFormat; } });
|
|
133
|
+
var kpi_display_style_enum_1 = require("./enums/kpis/kpi-display-style.enum");
|
|
134
|
+
Object.defineProperty(exports, "KpiDisplayStyle", { enumerable: true, get: function () { return kpi_display_style_enum_1.KpiDisplayStyle; } });
|
|
133
135
|
var kpi_system_variables_1 = require("./enums/kpis/kpi-system-variables");
|
|
134
136
|
Object.defineProperty(exports, "KpiSystemVariables", { enumerable: true, get: function () { return kpi_system_variables_1.KpiSystemVariables; } });
|
|
135
137
|
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