@buynomics-lib/bn-shared 1.17.54-feature-hc-3158.0 → 1.17.55-bugfix-brz-951.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/websocket/websocket-event-sources.d.ts +6 -0
- package/build/enums/websocket/websocket-event-sources.js +11 -0
- package/build/enums/websocket/websocket-event-sources.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,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ScenarioEventSources = void 0;
|
|
4
|
+
var ScenarioEventSources;
|
|
5
|
+
(function (ScenarioEventSources) {
|
|
6
|
+
ScenarioEventSources["Simulation"] = "Simulation";
|
|
7
|
+
ScenarioEventSources["Duplication"] = "Duplication";
|
|
8
|
+
ScenarioEventSources["BulkUpload"] = "BulkUpload";
|
|
9
|
+
ScenarioEventSources["TemplateConversion"] = "TemplateConversion";
|
|
10
|
+
})(ScenarioEventSources = exports.ScenarioEventSources || (exports.ScenarioEventSources = {}));
|
|
11
|
+
//# sourceMappingURL=websocket-event-sources.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"websocket-event-sources.js","sourceRoot":"","sources":["../../../src/enums/websocket/websocket-event-sources.ts"],"names":[],"mappings":";;;AAAA,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,iDAAyB,CAAA;IACzB,mDAA2B,CAAA;IAC3B,iDAAyB,CAAA;IACzB,iEAAyC,CAAA;AAC3C,CAAC,EALW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAK/B"}
|
package/build/index.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ import { PromotionOffersCalendarGroupByOptions } from './enums/scenario/promotio
|
|
|
42
42
|
import { ScenarioStatus } from './enums/scenario/scenario-status';
|
|
43
43
|
import { ValueDriverType } from './enums/segment/value-driver/value-driver-type';
|
|
44
44
|
import { WebsocketEvents } from './enums/websocket/websocket-events';
|
|
45
|
+
import { ScenarioEventSources } from './enums/websocket/websocket-event-sources';
|
|
45
46
|
import { calculateRange } from './helpers/calculate-range';
|
|
46
47
|
import { getLatestDeeperionVersionValue } from './helpers/deeperion/get-latest-deeperion-version';
|
|
47
48
|
import { DefaultClientFeaturesSettings } from './helpers/default-client-feature-settings';
|
|
@@ -54,4 +55,4 @@ import PriceDecisionNullificationHelper from './helpers/price-decision/price-dec
|
|
|
54
55
|
import { IClientViewSettings } from './interfaces/client-view-settings';
|
|
55
56
|
import { IFileUpload } from './interfaces/file-upload';
|
|
56
57
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
57
|
-
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, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, WebsocketEvents, };
|
|
58
|
+
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, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, WebsocketEvents, ScenarioEventSources, };
|
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.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.ScenarioStatus = exports.OptimizationSolutionBucket = exports.OptimizationKpis = void 0;
|
|
7
|
+
exports.ScenarioEventSources = 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.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");
|
|
@@ -102,6 +102,8 @@ var value_driver_type_1 = require("./enums/segment/value-driver/value-driver-typ
|
|
|
102
102
|
Object.defineProperty(exports, "ValueDriverType", { enumerable: true, get: function () { return value_driver_type_1.ValueDriverType; } });
|
|
103
103
|
var websocket_events_1 = require("./enums/websocket/websocket-events");
|
|
104
104
|
Object.defineProperty(exports, "WebsocketEvents", { enumerable: true, get: function () { return websocket_events_1.WebsocketEvents; } });
|
|
105
|
+
var websocket_event_sources_1 = require("./enums/websocket/websocket-event-sources");
|
|
106
|
+
Object.defineProperty(exports, "ScenarioEventSources", { enumerable: true, get: function () { return websocket_event_sources_1.ScenarioEventSources; } });
|
|
105
107
|
var calculate_range_1 = require("./helpers/calculate-range");
|
|
106
108
|
Object.defineProperty(exports, "calculateRange", { enumerable: true, get: function () { return calculate_range_1.calculateRange; } });
|
|
107
109
|
var get_latest_deeperion_version_1 = require("./helpers/deeperion/get-latest-deeperion-version");
|
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