@buynomics-lib/bn-shared 1.17.81-feature-cf-157.1 → 1.17.81
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/index.d.ts +2 -2
- package/build/index.js +2 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -61,7 +61,7 @@ import PriceDecisionNullificationHelper from './helpers/price-decision/price-dec
|
|
|
61
61
|
import { IClientViewSettings } from './interfaces/client-view-settings';
|
|
62
62
|
import { IFileUpload } from './interfaces/file-upload';
|
|
63
63
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
64
|
-
import { KpiAggregation, KpiVariableFormat } from './enums/kpis/kpi-variable-format.enum';
|
|
64
|
+
import { KpiAggregation, KpiVariableFormat, SystemVariableType } from './enums/kpis/kpi-variable-format.enum';
|
|
65
65
|
import { KpiDisplayStyle } from './enums/kpis/kpi-display-style.enum';
|
|
66
66
|
import { KpiConfigType } from './enums/kpis/kpi-config-type.enum';
|
|
67
67
|
import { KpiSystemVariables, SystemVariablesReferenceIds } from './enums/kpis/kpi-system-variables';
|
|
@@ -69,4 +69,4 @@ import { SystemScopedKpis, SystemScopedKpisReferenceIds } from './enums/kpis/sys
|
|
|
69
69
|
import { ISystemKpiBase, ISystemKpi, IKpiDisplaySettings, ISystemScopedKpi, IScopedKpiScope, ISystemVariable } from './interfaces/kpis/system-kpi.interface';
|
|
70
70
|
import { TimePeriod } from './interfaces/time/time-period';
|
|
71
71
|
import { ProductType } from './enums/product/product-type.enum';
|
|
72
|
-
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, ISystemVariable, IKpiDisplaySettings, IScopedKpiScope, TimePeriod, DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT, MAX_ACTIVE_OPTIMIZATIONS_LIMIT, SCENARIO_KPIS_GROUP_BY_MAX_LEVEL, FORMULA_PREFIX_FOR_MEASURING_UNITS, FORMULA_PREFIX_FOR_INPUT_VARIABLES, };
|
|
72
|
+
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, SystemVariableType, KpiSystemVariables, SystemKpis, SystemBaseKpisReferenceIds, SystemScopedKpis, SystemScopedKpisReferenceIds, SystemDerivedKpis, SystemDerivedKpisReferenceIds, SystemVariablesReferenceIds, ISystemKpiBase, ISystemKpi, ISystemScopedKpi, ISystemVariable, IKpiDisplaySettings, IScopedKpiScope, TimePeriod, DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT, MAX_ACTIVE_OPTIMIZATIONS_LIMIT, SCENARIO_KPIS_GROUP_BY_MAX_LEVEL, FORMULA_PREFIX_FOR_MEASURING_UNITS, FORMULA_PREFIX_FOR_INPUT_VARIABLES, };
|
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.FORMULA_PREFIX_FOR_INPUT_VARIABLES = exports.FORMULA_PREFIX_FOR_MEASURING_UNITS = exports.SCENARIO_KPIS_GROUP_BY_MAX_LEVEL = 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;
|
|
7
|
+
exports.FORMULA_PREFIX_FOR_INPUT_VARIABLES = exports.FORMULA_PREFIX_FOR_MEASURING_UNITS = exports.SCENARIO_KPIS_GROUP_BY_MAX_LEVEL = 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.SystemVariableType = 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; } });
|
|
@@ -144,6 +144,7 @@ exports.PriceDecisionNullificationHelper = price_decision_helper_1.default;
|
|
|
144
144
|
var kpi_variable_format_enum_1 = require("./enums/kpis/kpi-variable-format.enum");
|
|
145
145
|
Object.defineProperty(exports, "KpiAggregation", { enumerable: true, get: function () { return kpi_variable_format_enum_1.KpiAggregation; } });
|
|
146
146
|
Object.defineProperty(exports, "KpiVariableFormat", { enumerable: true, get: function () { return kpi_variable_format_enum_1.KpiVariableFormat; } });
|
|
147
|
+
Object.defineProperty(exports, "SystemVariableType", { enumerable: true, get: function () { return kpi_variable_format_enum_1.SystemVariableType; } });
|
|
147
148
|
var kpi_display_style_enum_1 = require("./enums/kpis/kpi-display-style.enum");
|
|
148
149
|
Object.defineProperty(exports, "KpiDisplayStyle", { enumerable: true, get: function () { return kpi_display_style_enum_1.KpiDisplayStyle; } });
|
|
149
150
|
var kpi_config_type_enum_1 = require("./enums/kpis/kpi-config-type.enum");
|
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":";;;;;;;AAAA,iFAG6C;AA8P3C,mHAhQA,6DAAkC,OAgQA;AAClC,+GAhQA,yDAA8B,OAgQA;AA9PhC,yDAA2E;AA+PzE,iHA/PO,+CAAgC,OA+PP;AA9PlC,+DAGoC;AA4PlC,mHA9PA,oDAAkC,OA8PA;AAClC,mHA9PA,oDAAkC,OA8PA;AA5PpC,6EAA0E;AA+JxE,gGA/JO,kCAAe,OA+JP;AA5JjB,4HAAuH;AA2JrH,8GA3JO,gEAA6B,OA2JP;AA1J/B,4GAAwG;AAyJtG,uGAzJO,iDAAsB,OAyJP;AAxJxB,oFAAoF;AAsNlF,oGAtNO,uCAAmB,OAsNP;AApNrB,mGAA+F;AAiL7F,wGAjLO,mDAAuB,OAiLP;AAhLzB,6DAAiE;AAwJ/D,uGAxJO,yCAAsB,OAwJP;AAvJxB,wEAAuE;AA0JrE,oGA1JO,wCAAmB,OA0JP;AAzJrB,wEAAoE;AA6IlE,iGA7IO,qCAAgB,OA6IP;AA5IlB,gFAG8C;AA0I5C,oGA5IA,4CAAmB,OA4IA;AACnB,gHA5IA,wDAA+B,OA4IA;AA1IjC,0DAKmC;AAoLjC,gGAvLA,6BAAe,OAuLA;AACf,8FAvLA,2BAAa,OAuLA;AAEb,0GAxLA,uCAAyB,OAwLA;AAtL3B,kFAG+C;AAkI7C,sGApIA,+CAAqB,OAoIA;AACrB,6GApIA,sDAA4B,OAoIA;AAjI9B,oFAAgF;AA0I9E,uGA1IO,iDAAsB,OA0IP;AAzIxB,kEAMuC;AAgJrC,8FArJA,+BAAa,OAqJA;AACb,mGArJA,oCAAkB,OAqJA;AAElB,mGArJA,oCAAkB,OAqJA;AAlJpB,kEAA+D;AAwJ7D,+FAxJO,gCAAc,OAwJP;AAvJhB,sGASyD;AA6HvD,uHApIA,0EAAsC,OAoIA;AAJtC,2HA/HA,8EAA0C,OA+HA;AAG1C,qHAjIA,wEAAoC,OAiIA;AADpC,uHA/HA,0EAAsC,OA+HA;AADtC,oHA7HA,uEAAmC,OA6HA;AAzHrC,oGAA+F;AAgI7F,8GAhIO,gEAA6B,OAgIP;AA/H/B,8DAA2D;AA2IzD,6FA3IO,4BAAY,OA2IP;AA1Id,4DAGoC;AAmGlC,4FArGA,0BAAW,OAqGA;AACX,wGArGA,sCAAuB,OAqGA;AAnGzB,4DAAyD;AAyGvD,4FAzGO,0BAAW,OAyGP;AAxGb,4EAA6E;AAwK3E,wGAxKO,8CAAuB,OAwKP;AAvKzB,2EAAuE;AAiIrE,gGAjIO,mCAAe,OAiIP;AAhIjB,2EAAuE;AAiIrE,gGAjIO,mCAAe,OAiIP;AAhIjB,+CAK0B;AAoFxB,kGAxFA,6BAAiB,OAwFA;AACjB,yGAxFA,oCAAwB,OAwFA;AACxB,sGAxFA,iCAAqB,OAwFA;AACrB,oGAxFA,+BAAmB,OAwFA;AAtFrB,wDAGiC;AAyK/B,2FA3KA,wBAAU,OA2KA;AACV,2GA3KA,wCAA0B,OA2KA;AAzK5B,wEAGyC;AAyKvC,kGA3KA,uCAAiB,OA2KA;AACjB,8GA3KA,mDAA6B,OA2KA;AAzK/B,qDAM6B;AAiH3B,kGAtHA,gCAAiB,OAsHA;AACjB,kGAtHA,gCAAiB,OAsHA;AAOjB,mGA5HA,iCAAkB,OA4HA;AAClB,iGA5HA,+BAAgB,OA4HA;AAChB,2GA5HA,yCAA0B,OA4HA;AA1H5B,mDAAmD;AA+DjD,8FA/DO,2BAAa,OA+DP;AA9Df,8EAA0E;AAkGxE,iGAlGO,qCAAgB,OAkGP;AAjGlB,8EAA0E;AAgGxE,iGAhGO,qCAAgB,OAgGP;AA/FlB,2EAAuE;AA+DrE,gGA/DO,mCAAe,OA+DP;AA9DjB,6FAAwF;AA+DtF,wGA/DO,oDAAuB,OA+DP;AA9DzB,gGAA2F;AA+FzF,wGA/FO,oDAAuB,OA+FP;AA9FzB,yFAAsF;AA0DpF,0GA1DO,sDAAyB,OA0DP;AAzD3B,mFAA+E;AA0D7E,sGA1DO,+CAAqB,OA0DP;AAzDvB,qGAAgG;AA2G9F,0GA3GO,wDAAyB,OA2GP;AA1G3B,qFAAiF;AAyG/E,mGAzGO,yCAAkB,OAyGP;AAxGpB,2FAAuF;AA0GrF,sGA1GO,+CAAqB,OA0GP;AAzGvB,yFAAqF;AA2GnF,qGA3GO,6CAAoB,OA2GP;AA1GtB,gFAG+C;AAyD7C,wGA3DA,+CAAuB,OA2DA;AAiEvB,4GA3HA,mDAA2B,OA2HA;AAzH7B,0HAAmH;AAuGjH,sHAvGO,kFAAqC,OAuGP;AAtGvC,oEAAiE;AA0G/D,+FA1GO,gCAAc,OA0GP;AAzGhB,oFAAgF;AA6F9E,gGA7FO,mCAAe,OA6FP;AA5FjB,mFAA8E;AAmI5E,oGAnIO,4CAAmB,OAmIP;AAlIrB,uEAAoE;AAiIlE,gGAjIO,kCAAe,OAiIP;AAhIjB,6DAA0D;AAkHxD,+FAlHO,gCAAc,OAkHP;AAjHhB,iGAAiG;AAkH/F,+GAlHO,6DAA8B,OAkHP;AAjHhC,6FAAyF;AA2HvF,8GA3HO,+DAA6B,OA2HP;AA1H/B,6EAAyE;AA2HvE,sGA3HO,+CAAqB,OA2HP;AA1HvB,iHAA2G;AA2HzG,sHA3HO,iFAAqC,OA2HP;AA1HvC,sEAA8C;AAkH5C,qBAlHK,qBAAU,CAkHL;AAjHZ,iHAG4D;AA4G1D,oHA9GA,+EAAmC,OA8GA;AACnC,gHA9GA,2EAA+B,OA8GA;AA5GjC,iEAA6D;AA8G3D,gGA9GO,mCAAe,OA8GP;AA7GjB,yGAA6F;AA8G3F,2CA9GK,+BAAgC,CA8GL;AA1GlC,kFAI8C;AAgH5C,+FAnHA,yCAAc,OAmHA;AADd,kGAjHA,4CAAiB,OAiHA;AAIjB,mGApHA,6CAAkB,OAoHA;AAlHpB,8EAAqE;AAgHnE,gGAhHO,wCAAe,OAgHP;AA/GjB,0EAAiE;AAgH/D,8FAhHO,oCAAa,OAgHP;AA/Gf,0EAG0C;AA8GxC,mGAhHA,yCAAkB,OAgHA;AAOlB,4GAtHA,kDAA2B,OAsHA;AApH7B,sEAGwC;AA6GtC,iGA/GA,qCAAgB,OA+GA;AAChB,6GA/GA,iDAA4B,OA+GA;AApG9B,uEAA+D;AAyD7D,4FAzDO,+BAAW,OAyDP"}
|