@buynomics-lib/bn-shared 1.17.37-feature-brz-667.0 → 1.17.37-feature-brz-665.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/scenario/scenario-status.d.ts +6 -0
- package/build/enums/scenario/scenario-status.js +11 -0
- package/build/enums/scenario/scenario-status.js.map +1 -0
- package/build/index.d.ts +1 -2
- package/build/index.js +1 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/enums/websocket/websocket-events.d.ts +0 -3
- package/build/enums/websocket/websocket-events.js +0 -8
- package/build/enums/websocket/websocket-events.js.map +0 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ScenarioStatus = void 0;
|
|
4
|
+
var ScenarioStatus;
|
|
5
|
+
(function (ScenarioStatus) {
|
|
6
|
+
ScenarioStatus["Preparing"] = "preparing";
|
|
7
|
+
ScenarioStatus["Simulating"] = "simulating";
|
|
8
|
+
ScenarioStatus["Simulated"] = "simulated";
|
|
9
|
+
ScenarioStatus["Error"] = "error";
|
|
10
|
+
})(ScenarioStatus = exports.ScenarioStatus || (exports.ScenarioStatus = {}));
|
|
11
|
+
//# sourceMappingURL=scenario-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scenario-status.js","sourceRoot":"","sources":["../../../src/enums/scenario/scenario-status.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,yCAAuB,CAAA;IACvB,2CAAyB,CAAA;IACzB,yCAAuB,CAAA;IACvB,iCAAe,CAAA;AACjB,CAAC,EALW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAKzB"}
|
package/build/index.d.ts
CHANGED
|
@@ -52,5 +52,4 @@ import { DefaultClientNumberFormattingSettings } from './helpers/default-client-
|
|
|
52
52
|
import { formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals } from './helpers/format-number-to-indian-compact-in-crores';
|
|
53
53
|
import { MechanicParamTypes } from './enums/promotion-offer/mechanic-param-types';
|
|
54
54
|
import { MechanicTypeRelations } from './enums/promotion-offer/mechanic-type-relations';
|
|
55
|
-
|
|
56
|
-
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, MechanicParamTypes, MechanicTypeRelations, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, WebsocketEvents, };
|
|
55
|
+
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, MechanicParamTypes, MechanicTypeRelations, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, };
|
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.JSONFormulaToExpression = exports.calculateRange = exports.OptimizationSolutionBucket = exports.OptimizationKpis = exports.OptimizationStatus = exports.MechanicTypeRelations = exports.MechanicParamTypes = 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.
|
|
7
|
+
exports.DefaultClientNumberFormattingSettings = exports.DefaultClientFeatures = exports.DefaultClientFeaturesSettings = exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.FormulaConverter = exports.FormulaValidator = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.isCompactIndianFormatInDecimals = exports.formatNumberToIndianCompactInCrores = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.expressionToJSONFormula = 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");
|
|
@@ -117,6 +117,4 @@ var mechanic_param_types_1 = require("./enums/promotion-offer/mechanic-param-typ
|
|
|
117
117
|
Object.defineProperty(exports, "MechanicParamTypes", { enumerable: true, get: function () { return mechanic_param_types_1.MechanicParamTypes; } });
|
|
118
118
|
var mechanic_type_relations_1 = require("./enums/promotion-offer/mechanic-type-relations");
|
|
119
119
|
Object.defineProperty(exports, "MechanicTypeRelations", { enumerable: true, get: function () { return mechanic_type_relations_1.MechanicTypeRelations; } });
|
|
120
|
-
var websocket_events_1 = require("./enums/websocket/websocket-events");
|
|
121
|
-
Object.defineProperty(exports, "WebsocketEvents", { enumerable: true, get: function () { return websocket_events_1.WebsocketEvents; } });
|
|
122
120
|
//# sourceMappingURL=index.js.map
|
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
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WebsocketEvents = void 0;
|
|
4
|
-
var WebsocketEvents;
|
|
5
|
-
(function (WebsocketEvents) {
|
|
6
|
-
WebsocketEvents["Notify"] = "Notify";
|
|
7
|
-
})(WebsocketEvents = exports.WebsocketEvents || (exports.WebsocketEvents = {}));
|
|
8
|
-
//# sourceMappingURL=websocket-events.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"websocket-events.js","sourceRoot":"","sources":["../../../src/enums/websocket/websocket-events.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAEX;AAFD,WAAY,eAAe;IACzB,oCAAiB,CAAA;AACnB,CAAC,EAFW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAE1B"}
|