@buynomics-lib/bn-shared 1.16.1 → 1.16.2-feat-nx64-76.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,4 @@
1
+ export declare enum ChangeProductPriceBases {
2
+ OldPrice = "OLD_PRICE",
3
+ NewPrice = "NEW_PRICE"
4
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ChangeProductPriceBases = void 0;
4
+ var ChangeProductPriceBases;
5
+ (function (ChangeProductPriceBases) {
6
+ ChangeProductPriceBases["OldPrice"] = "OLD_PRICE";
7
+ ChangeProductPriceBases["NewPrice"] = "NEW_PRICE";
8
+ })(ChangeProductPriceBases = exports.ChangeProductPriceBases || (exports.ChangeProductPriceBases = {}));
9
+ //# sourceMappingURL=change-product-price-bases.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-product-price-bases.js","sourceRoot":"","sources":["../../../src/enums/product-change/change-product-price-bases.ts"],"names":[],"mappings":";;;AAAA,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,iDAAsB,CAAA;IACtB,iDAAsB,CAAA;AACxB,CAAC,EAHW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAGlC"}
package/build/index.d.ts CHANGED
@@ -34,4 +34,5 @@ import { BuynomicsAppVersion } from './enums/client/client-app-version';
34
34
  import { ClientDuplicationParts } from './enums/client/client-duplication-parts';
35
35
  import { PriceChangeTypes } from './enums/price-change/price-change-types';
36
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, };
37
+ import { ChangeProductPriceBases } from './enums/product-change/change-product-price-bases';
38
+ 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, ChangeProductPriceBases, 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.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;
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.ChangeProductPriceBases = 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");
@@ -68,4 +68,6 @@ var price_change_types_1 = require("./enums/price-change/price-change-types");
68
68
  Object.defineProperty(exports, "PriceChangeTypes", { enumerable: true, get: function () { return price_change_types_1.PriceChangeTypes; } });
69
69
  var change_price_bases_1 = require("./enums/price-change/change-price-bases");
70
70
  Object.defineProperty(exports, "ChangePriceBases", { enumerable: true, get: function () { return change_price_bases_1.ChangePriceBases; } });
71
+ var change_product_price_bases_1 = require("./enums/product-change/change-product-price-bases");
72
+ Object.defineProperty(exports, "ChangeProductPriceBases", { enumerable: true, get: function () { return change_product_price_bases_1.ChangeProductPriceBases; } });
71
73
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;AA+DlE,iGA/DO,qCAAgB,OA+DP;AA9DlB,oFAAoF;AAgGlF,oGAhGO,uCAAmB,OAgGP;AA9FrB,6EAA0E;AAoExE,gGApEO,kCAAe,OAoEP;AAjEjB,4HAAuH;AAgErH,8GAhEO,gEAA6B,OAgEP;AA/D/B,4GAAwG;AA8DtG,uGA9DO,iDAAsB,OA8DP;AA7DxB,gFAG8C;AAqD5C,oGAvDA,4CAAmB,OAuDA;AACnB,gHAvDA,wDAA+B,OAuDA;AArDjC,kFAG+C;AAmD7C,sGArDA,+CAAqB,OAqDA;AACrB,6GArDA,sDAA4B,OAqDA;AAnD9B,4DAGoC;AA0ClC,4FA5CA,0BAAW,OA4CA;AACX,wGA5CA,sCAAuB,OA4CA;AA1CzB,4DAAyD;AAgDvD,4FAhDO,0BAAW,OAgDP;AA/Cb,4EAA6E;AA6E3E,wGA7EO,8CAAuB,OA6EP;AA5EzB,+CAA+E;AAoC7E,kGApCO,6BAAiB,OAoCP;AACjB,yGArC0B,oCAAwB,OAqC1B;AApC1B,mDAAmD;AA+BjD,8FA/BO,2BAAa,OA+BP;AA9Bf,2EAAuE;AAiCrE,gGAjCO,mCAAe,OAiCP;AAhCjB,yFAAsF;AA8BpF,0GA9BO,sDAAyB,OA8BP;AA7B3B,mFAA+E;AA8B7E,sGA9BO,+CAAqB,OA8BP;AA7BvB,gFAG+C;AA8B7C,wGAhCA,+CAAuB,OAgCA;AA+BvB,4GA9DA,mDAA2B,OA8DA;AA5D7B,6DAAiE;AAyC/D,uGAzCO,yCAAsB,OAyCP;AAxCxB,6DAA0D;AAuDxD,+FAvDO,gCAAc,OAuDP;AAtDhB,iGAAiG;AAyD/F,+GAzDO,6DAA8B,OAyDP;AAxDhC,sEAA8C;AA0D5C,qBA1DK,qBAAU,CA0DL;AAzDZ,0FAAkE;AA6DhE,2BA7DK,2BAAgB,CA6DL;AA5DlB,4GAAoF;AA2DlF,2BA3DK,2BAAgB,CA2DL;AA1DlB,2FAGqD;AAiDnD,wGAnDA,oDAAuB,OAmDA;AADvB,wGAjDA,oDAAuB,OAiDA;AA/CzB,iEAA6D;AAoD3D,gGApDO,mCAAe,OAoDP;AAnDjB,yGAA6F;AAoD3F,2CApDK,+BAAgC,CAoDL;AA/ClC,wEAAuE;AA4BrE,oGA5BO,wCAAmB,OA4BP;AA3BrB,oFAAgF;AA4B9E,uGA5BO,iDAAsB,OA4BP;AA3BxB,8EAA0E;AA4BxE,iGA5BO,qCAAgB,OA4BP;AA3BlB,8EAA0E;AA4BxE,iGA5BO,qCAAgB,OA4BP;AA3BlB,gGAA2F;AA4BzF,wGA5BO,oDAAuB,OA4BP"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buynomics-lib/bn-shared",
3
- "version": "1.16.1",
3
+ "version": "1.16.2-feat-nx64-76.0",
4
4
  "description": "Shared functionality between API and UI",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",