@buynomics-lib/bn-shared 1.15.9-feature-x64-10.1 → 1.15.9
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/deeperion/deeperion-app-switch-values.d.ts +0 -3
- package/build/enums/deeperion/deeperion-app-switch-values.js +0 -3
- package/build/enums/deeperion/deeperion-app-switch-values.js.map +1 -1
- package/build/index.d.ts +1 -2
- package/build/index.js +1 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/enums/client/client-app-version.d.ts +0 -4
- package/build/enums/client/client-app-version.js +0 -9
- package/build/enums/client/client-app-version.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.9](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.15.8...v1.15.9) (2023-01-06)
|
|
6
|
+
|
|
5
7
|
### [1.15.8](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.15.7...v1.15.8) (2022-12-30)
|
|
6
8
|
|
|
7
9
|
### [1.15.7](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.15.6...v1.15.7) (2022-12-02)
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
export declare enum DeeperionAppSwitchValues {
|
|
2
|
-
v1_only = "v1_only",
|
|
3
2
|
v2_only = "v2_only",
|
|
4
3
|
v3_only = "v3_only",
|
|
5
|
-
v1v2_prefer_v1 = "v1v2_prefer_v1",
|
|
6
|
-
v1v2_prefer_v2 = "v1v2_prefer_v2",
|
|
7
4
|
v2v3_prefer_v2 = "v2v3_prefer_v2",
|
|
8
5
|
v2v3_prefer_v3 = "v2v3_prefer_v3"
|
|
9
6
|
}
|
|
@@ -3,11 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.DeeperionAppSwitchValues = void 0;
|
|
4
4
|
var DeeperionAppSwitchValues;
|
|
5
5
|
(function (DeeperionAppSwitchValues) {
|
|
6
|
-
DeeperionAppSwitchValues["v1_only"] = "v1_only";
|
|
7
6
|
DeeperionAppSwitchValues["v2_only"] = "v2_only";
|
|
8
7
|
DeeperionAppSwitchValues["v3_only"] = "v3_only";
|
|
9
|
-
DeeperionAppSwitchValues["v1v2_prefer_v1"] = "v1v2_prefer_v1";
|
|
10
|
-
DeeperionAppSwitchValues["v1v2_prefer_v2"] = "v1v2_prefer_v2";
|
|
11
8
|
DeeperionAppSwitchValues["v2v3_prefer_v2"] = "v2v3_prefer_v2";
|
|
12
9
|
DeeperionAppSwitchValues["v2v3_prefer_v3"] = "v2v3_prefer_v3";
|
|
13
10
|
})(DeeperionAppSwitchValues = exports.DeeperionAppSwitchValues || (exports.DeeperionAppSwitchValues = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deeperion-app-switch-values.js","sourceRoot":"","sources":["../../../src/enums/deeperion/deeperion-app-switch-values.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"deeperion-app-switch-values.js","sourceRoot":"","sources":["../../../src/enums/deeperion/deeperion-app-switch-values.ts"],"names":[],"mappings":";;;AAAA,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,+CAAmB,CAAA;IACnB,+CAAmB,CAAA;IACnB,6DAAiC,CAAA;IACjC,6DAAiC,CAAA;AACnC,CAAC,EALW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAKnC"}
|
package/build/index.d.ts
CHANGED
|
@@ -30,5 +30,4 @@ 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
|
-
|
|
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, };
|
|
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, };
|
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.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,6 +60,4 @@ 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; } });
|
|
65
63
|
//# 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;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"}
|
package/package.json
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
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 | FMCG"] = "2.0";
|
|
8
|
-
})(BuynomicsAppVersion = exports.BuynomicsAppVersion || (exports.BuynomicsAppVersion = {}));
|
|
9
|
-
//# sourceMappingURL=client-app-version.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|