@buynomics-lib/bn-shared 1.15.15 → 1.15.16-feature-nx64-74.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.
@@ -0,0 +1,4 @@
1
+ export declare enum ChangePriceBases {
2
+ AveragePrice = "AVERAGE_PRICE",
3
+ DefaultPrice = "DEFAULT_PRICE"
4
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ChangePriceBases = void 0;
4
+ var ChangePriceBases;
5
+ (function (ChangePriceBases) {
6
+ ChangePriceBases["AveragePrice"] = "AVERAGE_PRICE";
7
+ ChangePriceBases["DefaultPrice"] = "DEFAULT_PRICE";
8
+ })(ChangePriceBases = exports.ChangePriceBases || (exports.ChangePriceBases = {}));
9
+ //# sourceMappingURL=change-price-bases.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-price-bases.js","sourceRoot":"","sources":["../../../src/enums/price-change/change-price-bases.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,kDAA8B,CAAA;IAC9B,kDAA8B,CAAA;AAChC,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B"}
@@ -0,0 +1,8 @@
1
+ export declare enum PriceChangeTypes {
2
+ IncreasePercent = "INCREASE_PERCENT",
3
+ DecreasePercent = "DECREASE_PERCENT",
4
+ IncreaseAmount = "INCREASE_AMOUNT",
5
+ DecreaseAmount = "DECREASE_AMOUNT",
6
+ TargetPrice = "TARGET_PRICE",
7
+ ResetPrice = "RESET_PRICE"
8
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PriceChangeTypes = void 0;
4
+ var PriceChangeTypes;
5
+ (function (PriceChangeTypes) {
6
+ PriceChangeTypes["IncreasePercent"] = "INCREASE_PERCENT";
7
+ PriceChangeTypes["DecreasePercent"] = "DECREASE_PERCENT";
8
+ PriceChangeTypes["IncreaseAmount"] = "INCREASE_AMOUNT";
9
+ PriceChangeTypes["DecreaseAmount"] = "DECREASE_AMOUNT";
10
+ PriceChangeTypes["TargetPrice"] = "TARGET_PRICE";
11
+ PriceChangeTypes["ResetPrice"] = "RESET_PRICE";
12
+ })(PriceChangeTypes = exports.PriceChangeTypes || (exports.PriceChangeTypes = {}));
13
+ //# sourceMappingURL=price-change-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"price-change-types.js","sourceRoot":"","sources":["../../../src/enums/price-change/price-change-types.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,wDAAoC,CAAA;IACpC,wDAAoC,CAAA;IACpC,sDAAkC,CAAA;IAClC,sDAAkC,CAAA;IAClC,gDAA4B,CAAA;IAC5B,8CAA0B,CAAA;AAC5B,CAAC,EAPW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAO3B"}
package/build/index.d.ts CHANGED
@@ -32,4 +32,6 @@ import { IClientViewSettings } from './interfaces/client-view-settings';
32
32
  import { Dimension, DimensionValue } from './enums/client/client-dimensions';
33
33
  import { BuynomicsAppVersion } from './enums/client/client-app-version';
34
34
  import { ClientDuplicationParts } from './enums/client/client-duplication-parts';
35
- export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, DeeperionVersions, DeeperionAppSwitchValues, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, };
35
+ import { PriceChangeTypes } from './enums/price-change/price-change-types';
36
+ import { ChangePriceBases } from './enums/price-change/change-price-bases';
37
+ export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, DeeperionVersions, DeeperionAppSwitchValues, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, PriceChangeTypes, ChangePriceBases, 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.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.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.ChangePriceBases = exports.PriceChangeTypes = 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.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");
@@ -64,4 +64,8 @@ var client_app_version_1 = require("./enums/client/client-app-version");
64
64
  Object.defineProperty(exports, "BuynomicsAppVersion", { enumerable: true, get: function () { return client_app_version_1.BuynomicsAppVersion; } });
65
65
  var client_duplication_parts_1 = require("./enums/client/client-duplication-parts");
66
66
  Object.defineProperty(exports, "ClientDuplicationParts", { enumerable: true, get: function () { return client_duplication_parts_1.ClientDuplicationParts; } });
67
+ var price_change_types_1 = require("./enums/price-change/price-change-types");
68
+ Object.defineProperty(exports, "PriceChangeTypes", { enumerable: true, get: function () { return price_change_types_1.PriceChangeTypes; } });
69
+ var change_price_bases_1 = require("./enums/price-change/change-price-bases");
70
+ Object.defineProperty(exports, "ChangePriceBases", { enumerable: true, get: function () { return change_price_bases_1.ChangePriceBases; } });
67
71
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;AA4DlE,iGA5DO,qCAAgB,OA4DP;AA3DlB,oFAAoF;AA0FlF,oGA1FO,uCAAmB,OA0FP;AAxFrB,6EAA0E;AAiExE,gGAjEO,kCAAe,OAiEP;AA9DjB,4HAAuH;AA6DrH,8GA7DO,gEAA6B,OA6DP;AA5D/B,4GAAwG;AA2DtG,uGA3DO,iDAAsB,OA2DP;AA1DxB,gFAG8C;AAkD5C,oGApDA,4CAAmB,OAoDA;AACnB,gHApDA,wDAA+B,OAoDA;AAlDjC,kFAG+C;AAgD7C,sGAlDA,+CAAqB,OAkDA;AACrB,6GAlDA,sDAA4B,OAkDA;AAhD9B,4DAGoC;AAuClC,4FAzCA,0BAAW,OAyCA;AACX,wGAzCA,sCAAuB,OAyCA;AAvCzB,4DAAyD;AA6CvD,4FA7CO,0BAAW,OA6CP;AA5Cb,4EAA6E;AAuE3E,wGAvEO,8CAAuB,OAuEP;AAtEzB,+CAA+E;AAiC7E,kGAjCO,6BAAiB,OAiCP;AACjB,yGAlC0B,oCAAwB,OAkC1B;AAjC1B,mDAAmD;AA4BjD,8FA5BO,2BAAa,OA4BP;AA3Bf,2EAAuE;AA8BrE,gGA9BO,mCAAe,OA8BP;AA7BjB,yFAAsF;AA2BpF,0GA3BO,sDAAyB,OA2BP;AA1B3B,mFAA+E;AA2B7E,sGA3BO,+CAAqB,OA2BP;AA1BvB,gFAG+C;AA2B7C,wGA7BA,+CAAuB,OA6BA;AA4BvB,4GAxDA,mDAA2B,OAwDA;AAtD7B,6DAAiE;AAsC/D,uGAtCO,yCAAsB,OAsCP;AArCxB,6DAA0D;AAiDxD,+FAjDO,gCAAc,OAiDP;AAhDhB,iGAAiG;AAmD/F,+GAnDO,6DAA8B,OAmDP;AAlDhC,sEAA8C;AAoD5C,qBApDK,qBAAU,CAoDL;AAnDZ,0FAAkE;AAuDhE,2BAvDK,2BAAgB,CAuDL;AAtDlB,4GAAoF;AAqDlF,2BArDK,2BAAgB,CAqDL;AApDlB,2FAGqD;AA2CnD,wGA7CA,oDAAuB,OA6CA;AADvB,wGA3CA,oDAAuB,OA2CA;AAzCzB,iEAA6D;AA8C3D,gGA9CO,mCAAe,OA8CP;AA7CjB,yGAA6F;AA8C3F,2CA9CK,+BAAgC,CA8CL;AAzClC,wEAAuE;AAyBrE,oGAzBO,wCAAmB,OAyBP;AAxBrB,oFAAgF;AAyB9E,uGAzBO,iDAAsB,OAyBP"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;AA8DlE,iGA9DO,qCAAgB,OA8DP;AA7DlB,oFAAoF;AA8FlF,oGA9FO,uCAAmB,OA8FP;AA5FrB,6EAA0E;AAmExE,gGAnEO,kCAAe,OAmEP;AAhEjB,4HAAuH;AA+DrH,8GA/DO,gEAA6B,OA+DP;AA9D/B,4GAAwG;AA6DtG,uGA7DO,iDAAsB,OA6DP;AA5DxB,gFAG8C;AAoD5C,oGAtDA,4CAAmB,OAsDA;AACnB,gHAtDA,wDAA+B,OAsDA;AApDjC,kFAG+C;AAkD7C,sGApDA,+CAAqB,OAoDA;AACrB,6GApDA,sDAA4B,OAoDA;AAlD9B,4DAGoC;AAyClC,4FA3CA,0BAAW,OA2CA;AACX,wGA3CA,sCAAuB,OA2CA;AAzCzB,4DAAyD;AA+CvD,4FA/CO,0BAAW,OA+CP;AA9Cb,4EAA6E;AA2E3E,wGA3EO,8CAAuB,OA2EP;AA1EzB,+CAA+E;AAmC7E,kGAnCO,6BAAiB,OAmCP;AACjB,yGApC0B,oCAAwB,OAoC1B;AAnC1B,mDAAmD;AA8BjD,8FA9BO,2BAAa,OA8BP;AA7Bf,2EAAuE;AAgCrE,gGAhCO,mCAAe,OAgCP;AA/BjB,yFAAsF;AA6BpF,0GA7BO,sDAAyB,OA6BP;AA5B3B,mFAA+E;AA6B7E,sGA7BO,+CAAqB,OA6BP;AA5BvB,gFAG+C;AA6B7C,wGA/BA,+CAAuB,OA+BA;AA8BvB,4GA5DA,mDAA2B,OA4DA;AA1D7B,6DAAiE;AAwC/D,uGAxCO,yCAAsB,OAwCP;AAvCxB,6DAA0D;AAqDxD,+FArDO,gCAAc,OAqDP;AApDhB,iGAAiG;AAuD/F,+GAvDO,6DAA8B,OAuDP;AAtDhC,sEAA8C;AAwD5C,qBAxDK,qBAAU,CAwDL;AAvDZ,0FAAkE;AA2DhE,2BA3DK,2BAAgB,CA2DL;AA1DlB,4GAAoF;AAyDlF,2BAzDK,2BAAgB,CAyDL;AAxDlB,2FAGqD;AA+CnD,wGAjDA,oDAAuB,OAiDA;AADvB,wGA/CA,oDAAuB,OA+CA;AA7CzB,iEAA6D;AAkD3D,gGAlDO,mCAAe,OAkDP;AAjDjB,yGAA6F;AAkD3F,2CAlDK,+BAAgC,CAkDL;AA7ClC,wEAAuE;AA2BrE,oGA3BO,wCAAmB,OA2BP;AA1BrB,oFAAgF;AA2B9E,uGA3BO,iDAAsB,OA2BP;AA1BxB,8EAA0E;AA2BxE,iGA3BO,qCAAgB,OA2BP;AA1BlB,8EAA0E;AA2BxE,iGA3BO,qCAAgB,OA2BP"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buynomics-lib/bn-shared",
3
- "version": "1.15.15",
3
+ "version": "1.15.16-feature-nx64-74.1",
4
4
  "description": "Shared functionality between API and UI",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",