@buynomics-lib/bn-shared 1.15.9 → 1.15.10-feature-x64-10.3

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,4 @@
1
+ export declare enum BuynomicsAppVersion {
2
+ '1.0' = "1.0",
3
+ '2.0' = "2.0 | FMCG"
4
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BuynomicsAppVersion = void 0;
4
+ var BuynomicsAppVersion;
5
+ (function (BuynomicsAppVersion) {
6
+ BuynomicsAppVersion["1.0"] = "1.0";
7
+ BuynomicsAppVersion["2.0"] = "2.0 | FMCG";
8
+ })(BuynomicsAppVersion = exports.BuynomicsAppVersion || (exports.BuynomicsAppVersion = {}));
9
+ //# sourceMappingURL=client-app-version.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-app-version.js","sourceRoot":"","sources":["../../../src/enums/client/client-app-version.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,kCAAa,CAAA;IACb,yCAAoB,CAAA;AACtB,CAAC,EAHW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAG9B"}
package/build/index.d.ts CHANGED
@@ -30,4 +30,5 @@ import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation
30
30
  import { IFileUpload } from './interfaces/file-upload';
31
31
  import { IClientViewSettings } from './interfaces/client-view-settings';
32
32
  import { Dimension, DimensionValue } from './enums/client/client-dimensions';
33
- export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, DeeperionVersions, DeeperionAppSwitchValues, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, };
33
+ import { BuynomicsAppVersion } from './enums/client/client-app-version';
34
+ export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, DeeperionVersions, DeeperionAppSwitchValues, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, BuynomicsAppVersion, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, };
package/build/index.js CHANGED
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.FormulaConverter = exports.FormulaValidator = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.expressionToJSONFormula = exports.JSONFormulaToExpression = exports.calculateRange = 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.DeeperionAppSwitchValues = exports.DeeperionVersions = exports.PriceLevelTypes = exports.SortableProductFields = exports.ConfigurableProductFields = exports.BnPermissions = void 0;
6
+ exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.FormulaConverter = exports.FormulaValidator = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.expressionToJSONFormula = exports.JSONFormulaToExpression = exports.calculateRange = 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.DeeperionAppSwitchValues = exports.DeeperionVersions = exports.PriceLevelTypes = exports.SortableProductFields = exports.ConfigurableProductFields = exports.BnPermissions = void 0;
7
7
  var client_clv_periods_1 = require("./enums/client/client-clv-periods");
8
8
  Object.defineProperty(exports, "ClientCLVPeriods", { enumerable: true, get: function () { return client_clv_periods_1.ClientCLVPeriods; } });
9
9
  var promotion_periods_1 = require("./domains/promotions/helpers/promotion-periods");
@@ -60,4 +60,6 @@ var get_property_name_1 = require("./helpers/get-property-name");
60
60
  Object.defineProperty(exports, "getPropertyName", { enumerable: true, get: function () { return get_property_name_1.getPropertyName; } });
61
61
  var price_decision_helper_1 = __importDefault(require("./helpers/price-decision/price-decision-helper"));
62
62
  exports.PriceDecisionNullificationHelper = price_decision_helper_1.default;
63
+ var client_app_version_1 = require("./enums/client/client-app-version");
64
+ Object.defineProperty(exports, "BuynomicsAppVersion", { enumerable: true, get: function () { return client_app_version_1.BuynomicsAppVersion; } });
63
65
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;AA0DlE,iGA1DO,qCAAgB,OA0DP;AAzDlB,oFAAoF;AAsFlF,oGAtFO,uCAAmB,OAsFP;AApFrB,6EAA0E;AA+DxE,gGA/DO,kCAAe,OA+DP;AA5DjB,4HAAuH;AA2DrH,8GA3DO,gEAA6B,OA2DP;AA1D/B,4GAAwG;AAyDtG,uGAzDO,iDAAsB,OAyDP;AAxDxB,gFAG8C;AAgD5C,oGAlDA,4CAAmB,OAkDA;AACnB,gHAlDA,wDAA+B,OAkDA;AAhDjC,kFAG+C;AA8C7C,sGAhDA,+CAAqB,OAgDA;AACrB,6GAhDA,sDAA4B,OAgDA;AA9C9B,4DAGoC;AAqClC,4FAvCA,0BAAW,OAuCA;AACX,wGAvCA,sCAAuB,OAuCA;AArCzB,4DAAyD;AA2CvD,4FA3CO,0BAAW,OA2CP;AA1Cb,4EAA6E;AAmE3E,wGAnEO,8CAAuB,OAmEP;AAlEzB,+CAA+E;AA+B7E,kGA/BO,6BAAiB,OA+BP;AACjB,yGAhC0B,oCAAwB,OAgC1B;AA/B1B,mDAAmD;AA0BjD,8FA1BO,2BAAa,OA0BP;AAzBf,2EAAuE;AA4BrE,gGA5BO,mCAAe,OA4BP;AA3BjB,yFAAsF;AAyBpF,0GAzBO,sDAAyB,OAyBP;AAxB3B,mFAA+E;AAyB7E,sGAzBO,+CAAqB,OAyBP;AAxBvB,gFAG+C;AAyB7C,wGA3BA,+CAAuB,OA2BA;AA0BvB,4GApDA,mDAA2B,OAoDA;AAlD7B,6DAAiE;AAoC/D,uGApCO,yCAAsB,OAoCP;AAnCxB,6DAA0D;AA6CxD,+FA7CO,gCAAc,OA6CP;AA5ChB,iGAAiG;AA+C/F,+GA/CO,6DAA8B,OA+CP;AA9ChC,sEAA8C;AAgD5C,qBAhDK,qBAAU,CAgDL;AA/CZ,0FAAkE;AAmDhE,2BAnDK,2BAAgB,CAmDL;AAlDlB,4GAAoF;AAiDlF,2BAjDK,2BAAgB,CAiDL;AAhDlB,2FAGqD;AAuCnD,wGAzCA,oDAAuB,OAyCA;AADvB,wGAvCA,oDAAuB,OAuCA;AArCzB,iEAA6D;AA0C3D,gGA1CO,mCAAe,OA0CP;AAzCjB,yGAA6F;AA0C3F,2CA1CK,+BAAgC,CA0CL"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;AA2DlE,iGA3DO,qCAAgB,OA2DP;AA1DlB,oFAAoF;AAwFlF,oGAxFO,uCAAmB,OAwFP;AAtFrB,6EAA0E;AAgExE,gGAhEO,kCAAe,OAgEP;AA7DjB,4HAAuH;AA4DrH,8GA5DO,gEAA6B,OA4DP;AA3D/B,4GAAwG;AA0DtG,uGA1DO,iDAAsB,OA0DP;AAzDxB,gFAG8C;AAiD5C,oGAnDA,4CAAmB,OAmDA;AACnB,gHAnDA,wDAA+B,OAmDA;AAjDjC,kFAG+C;AA+C7C,sGAjDA,+CAAqB,OAiDA;AACrB,6GAjDA,sDAA4B,OAiDA;AA/C9B,4DAGoC;AAsClC,4FAxCA,0BAAW,OAwCA;AACX,wGAxCA,sCAAuB,OAwCA;AAtCzB,4DAAyD;AA4CvD,4FA5CO,0BAAW,OA4CP;AA3Cb,4EAA6E;AAqE3E,wGArEO,8CAAuB,OAqEP;AApEzB,+CAA+E;AAgC7E,kGAhCO,6BAAiB,OAgCP;AACjB,yGAjC0B,oCAAwB,OAiC1B;AAhC1B,mDAAmD;AA2BjD,8FA3BO,2BAAa,OA2BP;AA1Bf,2EAAuE;AA6BrE,gGA7BO,mCAAe,OA6BP;AA5BjB,yFAAsF;AA0BpF,0GA1BO,sDAAyB,OA0BP;AAzB3B,mFAA+E;AA0B7E,sGA1BO,+CAAqB,OA0BP;AAzBvB,gFAG+C;AA0B7C,wGA5BA,+CAAuB,OA4BA;AA2BvB,4GAtDA,mDAA2B,OAsDA;AApD7B,6DAAiE;AAqC/D,uGArCO,yCAAsB,OAqCP;AApCxB,6DAA0D;AA+CxD,+FA/CO,gCAAc,OA+CP;AA9ChB,iGAAiG;AAiD/F,+GAjDO,6DAA8B,OAiDP;AAhDhC,sEAA8C;AAkD5C,qBAlDK,qBAAU,CAkDL;AAjDZ,0FAAkE;AAqDhE,2BArDK,2BAAgB,CAqDL;AApDlB,4GAAoF;AAmDlF,2BAnDK,2BAAgB,CAmDL;AAlDlB,2FAGqD;AAyCnD,wGA3CA,oDAAuB,OA2CA;AADvB,wGAzCA,oDAAuB,OAyCA;AAvCzB,iEAA6D;AA4C3D,gGA5CO,mCAAe,OA4CP;AA3CjB,yGAA6F;AA4C3F,2CA5CK,+BAAgC,CA4CL;AAvClC,wEAAuE;AAwBrE,oGAxBO,wCAAmB,OAwBP"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buynomics-lib/bn-shared",
3
- "version": "1.15.9",
3
+ "version": "1.15.10-feature-x64-10.3",
4
4
  "description": "Shared functionality between API and UI",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",