@buynomics-lib/bn-shared 1.17.36 → 1.17.37-feature-brz-667.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.
|
@@ -0,0 +1,8 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
package/build/index.d.ts
CHANGED
|
@@ -52,4 +52,5 @@ 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
|
-
|
|
55
|
+
import { WebsocketEvents } from './enums/websocket/websocket-events';
|
|
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, };
|
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.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;
|
|
7
|
+
exports.WebsocketEvents = 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,4 +117,6 @@ 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; } });
|
|
120
122
|
//# 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":";;;;;;;AAAA,6EAA0E;AAwHxE,gGAxHO,kCAAe,OAwHP;AArHjB,4HAAuH;AAoHrH,8GApHO,gEAA6B,OAoHP;AAnH/B,4GAAwG;AAkHtG,uGAlHO,iDAAsB,OAkHP;AAjHxB,oFAAoF;AAyKlF,oGAzKO,uCAAmB,OAyKP;AAvKrB,mGAA+F;AA0I7F,wGA1IO,mDAAuB,OA0IP;AAzIzB,6DAAiE;AAiH/D,uGAjHO,yCAAsB,OAiHP;AAhHxB,wEAAuE;AAmHrE,oGAnHO,wCAAmB,OAmHP;AAlHrB,wEAAoE;AAsGlE,iGAtGO,qCAAgB,OAsGP;AArGlB,gFAG8C;AAmG5C,oGArGA,4CAAmB,OAqGA;AACnB,gHArGA,wDAA+B,OAqGA;AAnGjC,kFAG+C;AAiG7C,sGAnGA,+CAAqB,OAmGA;AACrB,6GAnGA,sDAA4B,OAmGA;AAhG9B,oFAAgF;AAyG9E,uGAzGO,iDAAsB,OAyGP;AAxGxB,oGAA+F;AAiH7F,8GAjHO,gEAA6B,OAiHP;AAhH/B,kEAMuC;AA8GrC,8FAnHA,+BAAa,OAmHA;AACb,mGAnHA,oCAAkB,OAmHA;AAElB,mGAnHA,oCAAkB,OAmHA;AAhHpB,kEAA+D;AAsH7D,+FAtHO,gCAAc,OAsHP;AArHhB,8DAA2D;AAoHzD,6FApHO,4BAAY,OAoHP;AAnHd,4DAGoC;AA4ElC,4FA9EA,0BAAW,OA8EA;AACX,wGA9EA,sCAAuB,OA8EA;AA5EzB,4DAAyD;AAkFvD,4FAlFO,0BAAW,OAkFP;AAjFb,4EAA6E;AA2I3E,wGA3IO,8CAAuB,OA2IP;AA1IzB,2EAAuE;AA0GrE,gGA1GO,mCAAe,OA0GP;AAzGjB,2EAAuE;AA0GrE,gGA1GO,mCAAe,OA0GP;AAzGjB,+CAK0B;AA6DxB,kGAjEA,6BAAiB,OAiEA;AACjB,yGAjEA,oCAAwB,OAiEA;AACxB,sGAjEA,iCAAqB,OAiEA;AACrB,oGAjEA,+BAAmB,OAiEA;AA/DrB,qDAK6B;AAmG3B,kGAvGA,gCAAiB,OAuGA;AAGjB,mGAzGA,iCAAkB,OAyGA;AAClB,iGAzGA,+BAAgB,OAyGA;AAChB,2GAzGA,yCAA0B,OAyGA;AAvG5B,mDAAmD;AAiDjD,8FAjDO,2BAAa,OAiDP;AAhDf,8EAA0E;AAoFxE,iGApFO,qCAAgB,OAoFP;AAnFlB,8EAA0E;AAkFxE,iGAlFO,qCAAgB,OAkFP;AAjFlB,2EAAuE;AAiDrE,gGAjDO,mCAAe,OAiDP;AAhDjB,6FAAwF;AAiDtF,wGAjDO,oDAAuB,OAiDP;AAhDzB,gGAA2F;AAiFzF,wGAjFO,oDAAuB,OAiFP;AAhFzB,yFAAsF;AA4CpF,0GA5CO,sDAAyB,OA4CP;AA3C3B,mFAA+E;AA4C7E,sGA5CO,+CAAqB,OA4CP;AA3CvB,gFAG+C;AA+C7C,wGAjDA,+CAAuB,OAiDA;AAyDvB,4GAzGA,mDAA2B,OAyGA;AAvG7B,oFAAgF;AAqF9E,gGArFO,mCAAe,OAqFP;AApFjB,6DAA0D;AAkGxD,+FAlGO,gCAAc,OAkGP;AAjGhB,iGAAiG;AAoG/F,+GApGO,6DAA8B,OAoGP;AAnGhC,6FAAyF;AA+GvF,8GA/GO,+DAA6B,OA+GP;AA9G/B,6EAAyE;AA+GvE,sGA/GO,+CAAqB,OA+GP;AA9GvB,sEAA8C;AAqG5C,qBArGK,qBAAU,CAqGL;AApGZ,0FAAkE;AAwGhE,2BAxGK,2BAAgB,CAwGL;AAvGlB,4GAAoF;AAsGlF,2BAtGK,2BAAgB,CAsGL;AArGlB,2FAGqD;AA0FnD,wGA5FA,oDAAuB,OA4FA;AADvB,wGA1FA,oDAAuB,OA0FA;AAxFzB,iEAA6D;AA+F3D,gGA/FO,mCAAe,OA+FP;AA9FjB,yGAA6F;AA+F3F,2CA/FK,+BAAgC,CA+FL;AA3FlC,sGASyD;AAyCvD,uHAhDA,0EAAsC,OAgDA;AAJtC,2HA3CA,8EAA0C,OA2CA;AAG1C,qHA7CA,wEAAoC,OA6CA;AADpC,uHA3CA,0EAAsC,OA2CA;AADtC,oHAzCA,uEAAmC,OAyCA;AArCrC,iHAA2G;AAyFzG,sHAzFO,iFAAqC,OAyFP;AAxFvC,iHAG4D;AAyE1D,oHA3EA,+EAAmC,OA2EA;AACnC,gHA3EA,2EAA+B,OA2EA;AAzEjC,qFAAiF;AAuD/E,mGAvDO,yCAAkB,OAuDP;AAtDpB,2FAAuF;AAuDrF,sGAvDO,+CAAqB,OAuDP;AAtDvB,uEAAoE;AAmFlE,gGAnFO,kCAAe,OAmFP"}
|