@buynomics-lib/bn-shared 1.15.16-feature-nx64-74.1 → 1.15.16
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/index.d.ts +1 -3
- package/build/index.js +1 -5
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/enums/price-change/change-price-bases.d.ts +0 -4
- package/build/enums/price-change/change-price-bases.js +0 -9
- package/build/enums/price-change/change-price-bases.js.map +0 -1
- package/build/enums/price-change/price-change-types.d.ts +0 -8
- package/build/enums/price-change/price-change-types.js +0 -13
- package/build/enums/price-change/price-change-types.js.map +0 -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.16](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.15.15...v1.15.16) (2023-06-01)
|
|
6
|
+
|
|
5
7
|
### [1.15.15](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.15.14...v1.15.15) (2023-04-17)
|
|
6
8
|
|
|
7
9
|
### [1.15.14](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.15.13...v1.15.14) (2023-04-13)
|
package/build/index.d.ts
CHANGED
|
@@ -32,6 +32,4 @@ 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
|
-
|
|
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, };
|
|
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, };
|
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.
|
|
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;
|
|
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,8 +64,4 @@ 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; } });
|
|
71
67
|
//# 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;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"}
|
package/package.json
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,13 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|