@buynomics-lib/bn-shared 1.15.15-feature-nx32-1463.0 → 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.
- package/CHANGELOG.md +2 -0
- package/build/enums/price-change/change-price-bases.d.ts +4 -0
- package/build/enums/price-change/change-price-bases.js +9 -0
- package/build/enums/price-change/change-price-bases.js.map +1 -0
- package/build/enums/price-change/price-change-types.d.ts +8 -0
- package/build/enums/price-change/price-change-types.js +13 -0
- package/build/enums/price-change/price-change-types.js.map +1 -0
- package/build/index.d.ts +3 -1
- package/build/index.js +5 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.15.15](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.15.14...v1.15.15) (2023-04-17)
|
|
6
|
+
|
|
5
7
|
### [1.15.14](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.15.13...v1.15.14) (2023-04-13)
|
|
6
8
|
|
|
7
9
|
### [1.15.13](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.15.12-feature-nx32-1463.0...v1.15.13) (2023-03-31)
|
|
@@ -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,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
|
-
|
|
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
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;
|
|
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