@buynomics-lib/bn-shared 1.17.70-feature-care-51.0 → 1.17.70-feature-care-51.1
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/constants/activeOptimizationsLimit.d.ts +2 -0
- package/build/constants/activeOptimizationsLimit.js +6 -0
- package/build/constants/activeOptimizationsLimit.js.map +1 -0
- package/build/index.d.ts +2 -2
- package/build/index.js +4 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/constants/optimizationLimit.d.ts +0 -1
- package/build/constants/optimizationLimit.js +0 -5
- package/build/constants/optimizationLimit.js.map +0 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT = exports.MAX_ACTIVE_OPTIMIZATIONS_LIMIT = void 0;
|
|
4
|
+
exports.MAX_ACTIVE_OPTIMIZATIONS_LIMIT = 10;
|
|
5
|
+
exports.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT = 1;
|
|
6
|
+
//# sourceMappingURL=activeOptimizationsLimit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activeOptimizationsLimit.js","sourceRoot":"","sources":["../../src/constants/activeOptimizationsLimit.ts"],"names":[],"mappings":";;;AAAa,QAAA,8BAA8B,GAAG,EAAE,CAAA;AACnC,QAAA,kCAAkC,GAAG,CAAC,CAAA"}
|
package/build/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT, MAX_ACTIVE_OPTIMIZATIONS_LIMIT } from './constants/activeOptimizationsLimit';
|
|
2
2
|
import { FittingStatuses } from './domains/fitting/enums/fitting-statuses';
|
|
3
3
|
import { IFitting } from './domains/fitting/interfaces/fitting';
|
|
4
4
|
import { IFittingLog } from './domains/fitting/interfaces/fitting-logs';
|
|
@@ -62,4 +62,4 @@ import PriceDecisionNullificationHelper from './helpers/price-decision/price-dec
|
|
|
62
62
|
import { IClientViewSettings } from './interfaces/client-view-settings';
|
|
63
63
|
import { IFileUpload } from './interfaces/file-upload';
|
|
64
64
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
65
|
-
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,
|
|
65
|
+
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, DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT, MAX_ACTIVE_OPTIMIZATIONS_LIMIT, };
|
package/build/index.js
CHANGED
|
@@ -4,9 +4,10 @@ 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.
|
|
8
|
-
var
|
|
9
|
-
Object.defineProperty(exports, "
|
|
7
|
+
exports.MAX_ACTIVE_OPTIMIZATIONS_LIMIT = exports.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT = 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
|
+
var activeOptimizationsLimit_1 = require("./constants/activeOptimizationsLimit");
|
|
9
|
+
Object.defineProperty(exports, "DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT", { enumerable: true, get: function () { return activeOptimizationsLimit_1.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT; } });
|
|
10
|
+
Object.defineProperty(exports, "MAX_ACTIVE_OPTIMIZATIONS_LIMIT", { enumerable: true, get: function () { return activeOptimizationsLimit_1.MAX_ACTIVE_OPTIMIZATIONS_LIMIT; } });
|
|
10
11
|
var fitting_statuses_1 = require("./domains/fitting/enums/fitting-statuses");
|
|
11
12
|
Object.defineProperty(exports, "FittingStatuses", { enumerable: true, get: function () { return fitting_statuses_1.FittingStatuses; } });
|
|
12
13
|
var intermediary_group_range_formats_1 = require("./domains/pricing/intermediaries/enums/intermediary-group-range-formats");
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const MAX_OPTIMIZATIONS_LIMIT = 10;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"optimizationLimit.js","sourceRoot":"","sources":["../../src/constants/optimizationLimit.ts"],"names":[],"mappings":";;;AAAa,QAAA,uBAAuB,GAAG,EAAE,CAAA"}
|