@buynomics-lib/bn-shared 1.17.2-feature-nx64-1529.1 → 1.17.2-feature-nx64-1561.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.
- package/build/index.d.ts +1 -2
- package/build/index.js +1 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/enums/optimization/index.d.ts +0 -3
- package/build/enums/optimization/index.js +0 -8
- package/build/enums/optimization/index.js.map +0 -1
- package/build/enums/optimization/kpi-constraint-type.d.ts +0 -4
- package/build/enums/optimization/kpi-constraint-type.js +0 -9
- package/build/enums/optimization/kpi-constraint-type.js.map +0 -1
- package/build/enums/optimization/optimization-status.d.ts +0 -8
- package/build/enums/optimization/optimization-status.js +0 -13
- package/build/enums/optimization/optimization-status.js.map +0 -1
package/build/index.d.ts
CHANGED
|
@@ -22,7 +22,6 @@ import { ClientViewSettingsPages } from './enums/client/client-view-settings';
|
|
|
22
22
|
import { ChangeCostBases } from './enums/cost-change/change-cost-bases';
|
|
23
23
|
import { CostChangeTypes } from './enums/cost-change/cost-change-types';
|
|
24
24
|
import { DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes } from './enums/deeperion';
|
|
25
|
-
import { KpiConstraintType, OptimizationStatus } from './enums/optimization';
|
|
26
25
|
import { BnPermissions } from './enums/permissions';
|
|
27
26
|
import { ChangePriceBases } from './enums/price-change/change-price-bases';
|
|
28
27
|
import { PriceChangeTypes } from './enums/price-change/price-change-types';
|
|
@@ -44,4 +43,4 @@ import PriceDecisionNullificationHelper from './helpers/price-decision/price-dec
|
|
|
44
43
|
import { IClientViewSettings } from './interfaces/client-view-settings';
|
|
45
44
|
import { IFileUpload } from './interfaces/file-upload';
|
|
46
45
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
47
|
-
export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ValueDriverType,
|
|
46
|
+
export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ValueDriverType, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, };
|
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.DefaultClientFeaturesSettings = 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.DefaultClientFeaturesSettings = 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.ValueDriverType = exports.ClientIndustry = exports.ClientStatus = exports.AvailabilityChangeTypes = exports.CostChangeTypes = exports.ChangeCostBases = exports.ClientFeatureScope = exports.ClientFeatureState = exports.ClientFeature = 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.DeeperionModelTypes = exports.DeeperionRequestTypes = exports.DeeperionAppSwitchValues = exports.DeeperionVersions = exports.PriceLevelTypes = exports.SortableProductFields = exports.ConfigurableProductFields = exports.BnPermissions = void 0;
|
|
7
7
|
var fitting_statuses_1 = require("./domains/fitting/enums/fitting-statuses");
|
|
8
8
|
Object.defineProperty(exports, "FittingStatuses", { enumerable: true, get: function () { return fitting_statuses_1.FittingStatuses; } });
|
|
9
9
|
var intermediary_group_range_formats_1 = require("./domains/pricing/intermediaries/enums/intermediary-group-range-formats");
|
|
@@ -52,9 +52,6 @@ Object.defineProperty(exports, "DeeperionVersions", { enumerable: true, get: fun
|
|
|
52
52
|
Object.defineProperty(exports, "DeeperionAppSwitchValues", { enumerable: true, get: function () { return deeperion_1.DeeperionAppSwitchValues; } });
|
|
53
53
|
Object.defineProperty(exports, "DeeperionRequestTypes", { enumerable: true, get: function () { return deeperion_1.DeeperionRequestTypes; } });
|
|
54
54
|
Object.defineProperty(exports, "DeeperionModelTypes", { enumerable: true, get: function () { return deeperion_1.DeeperionModelTypes; } });
|
|
55
|
-
var optimization_1 = require("./enums/optimization");
|
|
56
|
-
Object.defineProperty(exports, "KpiConstraintType", { enumerable: true, get: function () { return optimization_1.KpiConstraintType; } });
|
|
57
|
-
Object.defineProperty(exports, "OptimizationStatus", { enumerable: true, get: function () { return optimization_1.OptimizationStatus; } });
|
|
58
55
|
var permissions_1 = require("./enums/permissions");
|
|
59
56
|
Object.defineProperty(exports, "BnPermissions", { enumerable: true, get: function () { return permissions_1.BnPermissions; } });
|
|
60
57
|
var change_price_bases_1 = require("./enums/price-change/change-price-bases");
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,6EAA0E;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,6EAA0E;AA4FxE,gGA5FO,kCAAe,OA4FP;AAzFjB,4HAAuH;AAwFrH,8GAxFO,gEAA6B,OAwFP;AAvF/B,4GAAwG;AAsFtG,uGAtFO,iDAAsB,OAsFP;AArFxB,oFAAoF;AA4HlF,oGA5HO,uCAAmB,OA4HP;AA1HrB,mGAA+F;AAqG7F,wGArGO,mDAAuB,OAqGP;AApGzB,6DAAiE;AAqF/D,uGArFO,yCAAsB,OAqFP;AApFxB,wEAAuE;AAuFrE,oGAvFO,wCAAmB,OAuFP;AAtFrB,wEAAoE;AA0ElE,iGA1EO,qCAAgB,OA0EP;AAzElB,gFAG8C;AAuE5C,oGAzEA,4CAAmB,OAyEA;AACnB,gHAzEA,wDAA+B,OAyEA;AAvEjC,kFAG+C;AAqE7C,sGAvEA,+CAAqB,OAuEA;AACrB,6GAvEA,sDAA4B,OAuEA;AApE9B,oFAAgF;AA6E9E,uGA7EO,iDAAsB,OA6EP;AA5ExB,kEAMuC;AA0ErC,8FA/EA,+BAAa,OA+EA;AACb,mGA/EA,oCAAkB,OA+EA;AAElB,mGA/EA,oCAAkB,OA+EA;AA5EpB,kEAA+D;AAkF7D,+FAlFO,gCAAc,OAkFP;AAjFhB,8DAA2D;AAgFzD,6FAhFO,4BAAY,OAgFP;AA/Ed,4DAGoC;AAiDlC,4FAnDA,0BAAW,OAmDA;AACX,wGAnDA,sCAAuB,OAmDA;AAjDzB,4DAAyD;AAuDvD,4FAvDO,0BAAW,OAuDP;AAtDb,4EAA6E;AA+F3E,wGA/FO,8CAAuB,OA+FP;AA9FzB,2EAAuE;AAsErE,gGAtEO,mCAAe,OAsEP;AArEjB,2EAAuE;AAsErE,gGAtEO,mCAAe,OAsEP;AArEjB,+CAK0B;AAkCxB,kGAtCA,6BAAiB,OAsCA;AACjB,yGAtCA,oCAAwB,OAsCA;AACxB,sGAtCA,iCAAqB,OAsCA;AACrB,oGAtCA,+BAAmB,OAsCA;AApCrB,mDAAmD;AA6BjD,8FA7BO,2BAAa,OA6BP;AA5Bf,8EAA0E;AAsDxE,iGAtDO,qCAAgB,OAsDP;AArDlB,8EAA0E;AAoDxE,iGApDO,qCAAgB,OAoDP;AAnDlB,2EAAuE;AA6BrE,gGA7BO,mCAAe,OA6BP;AA5BjB,gGAA2F;AAoDzF,wGApDO,oDAAuB,OAoDP;AAnDzB,yFAAsF;AAyBpF,0GAzBO,sDAAyB,OAyBP;AAxB3B,mFAA+E;AAyB7E,sGAzBO,+CAAqB,OAyBP;AAxBvB,gFAG+C;AA2B7C,wGA7BA,+CAAuB,OA6BA;AA0CvB,4GAtEA,mDAA2B,OAsEA;AApE7B,oFAAgF;AAwD9E,gGAxDO,mCAAe,OAwDP;AAvDjB,6DAA0D;AA+DxD,+FA/DO,gCAAc,OA+DP;AA9DhB,iGAAiG;AAiE/F,+GAjEO,6DAA8B,OAiEP;AAhEhC,6FAAyF;AA0EvF,8GA1EO,+DAA6B,OA0EP;AAzE/B,sEAA8C;AAiE5C,qBAjEK,qBAAU,CAiEL;AAhEZ,0FAAkE;AAoEhE,2BApEK,2BAAgB,CAoEL;AAnElB,4GAAoF;AAkElF,2BAlEK,2BAAgB,CAkEL;AAjElB,2FAGqD;AAwDnD,wGA1DA,oDAAuB,OA0DA;AADvB,wGAxDA,oDAAuB,OAwDA;AAtDzB,iEAA6D;AA2D3D,gGA3DO,mCAAe,OA2DP;AA1DjB,yGAA6F;AA2D3F,2CA3DK,+BAAgC,CA2DL"}
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OptimizationStatus = exports.KpiConstraintType = void 0;
|
|
4
|
-
var kpi_constraint_type_1 = require("./kpi-constraint-type");
|
|
5
|
-
Object.defineProperty(exports, "KpiConstraintType", { enumerable: true, get: function () { return kpi_constraint_type_1.KpiConstraintType; } });
|
|
6
|
-
var optimization_status_1 = require("./optimization-status");
|
|
7
|
-
Object.defineProperty(exports, "OptimizationStatus", { enumerable: true, get: function () { return optimization_status_1.OptimizationStatus; } });
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/enums/optimization/index.ts"],"names":[],"mappings":";;;AAAA,6DAAyD;AAGhD,kGAHA,uCAAiB,OAGA;AAF1B,6DAA0D;AAE9B,mGAFnB,wCAAkB,OAEmB"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.KpiConstraintType = void 0;
|
|
4
|
-
var KpiConstraintType;
|
|
5
|
-
(function (KpiConstraintType) {
|
|
6
|
-
KpiConstraintType["AbsoluteDecrease"] = "absoluteDecrease";
|
|
7
|
-
KpiConstraintType["RelativeDecrease"] = "relativeDecrease";
|
|
8
|
-
})(KpiConstraintType = exports.KpiConstraintType || (exports.KpiConstraintType = {}));
|
|
9
|
-
//# sourceMappingURL=kpi-constraint-type.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"kpi-constraint-type.js","sourceRoot":"","sources":["../../../src/enums/optimization/kpi-constraint-type.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,0DAAqC,CAAA;IACrC,0DAAqC,CAAA;AACvC,CAAC,EAHW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAG5B"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OptimizationStatus = void 0;
|
|
4
|
-
var OptimizationStatus;
|
|
5
|
-
(function (OptimizationStatus) {
|
|
6
|
-
OptimizationStatus["Queued"] = "Queued";
|
|
7
|
-
OptimizationStatus["Starting"] = "Starting";
|
|
8
|
-
OptimizationStatus["Running"] = "Running";
|
|
9
|
-
OptimizationStatus["Completed"] = "Completed";
|
|
10
|
-
OptimizationStatus["Failed"] = "Failed";
|
|
11
|
-
OptimizationStatus["Archived"] = "Archived";
|
|
12
|
-
})(OptimizationStatus = exports.OptimizationStatus || (exports.OptimizationStatus = {}));
|
|
13
|
-
//# sourceMappingURL=optimization-status.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"optimization-status.js","sourceRoot":"","sources":["../../../src/enums/optimization/optimization-status.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAOX;AAPD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,2CAAqB,CAAA;IACrB,yCAAmB,CAAA;IACnB,6CAAuB,CAAA;IACvB,uCAAiB,CAAA;IACjB,2CAAqB,CAAA;AACvB,CAAC,EAPW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAO7B"}
|