@buynomics-lib/bn-shared 1.16.4-feature-nx64-562.0 → 1.16.4-feature-nx64-544.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/build/enums/cost-change/change-cost-bases.d.ts +4 -0
- package/build/enums/cost-change/change-cost-bases.js +9 -0
- package/build/enums/cost-change/change-cost-bases.js.map +1 -0
- package/build/enums/cost-change/cost-change-types.d.ts +8 -0
- package/build/enums/cost-change/cost-change-types.js +13 -0
- package/build/enums/cost-change/cost-change-types.js.map +1 -0
- package/build/enums/price-change/change-price-bases.d.ts +1 -1
- package/build/enums/price-change/change-price-bases.js +1 -1
- package/build/enums/price-change/change-price-bases.js.map +1 -1
- 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
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ChangeCostBases = void 0;
|
|
4
|
+
var ChangeCostBases;
|
|
5
|
+
(function (ChangeCostBases) {
|
|
6
|
+
ChangeCostBases["AverageCost"] = "AVERAGE_COST";
|
|
7
|
+
ChangeCostBases["DefaultCost"] = "DEFAULT_COST";
|
|
8
|
+
})(ChangeCostBases = exports.ChangeCostBases || (exports.ChangeCostBases = {}));
|
|
9
|
+
//# sourceMappingURL=change-cost-bases.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-cost-bases.js","sourceRoot":"","sources":["../../../src/enums/cost-change/change-cost-bases.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,+CAA4B,CAAA;IAC5B,+CAA4B,CAAA;AAC9B,CAAC,EAHW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAG1B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CostChangeTypes = void 0;
|
|
4
|
+
var CostChangeTypes;
|
|
5
|
+
(function (CostChangeTypes) {
|
|
6
|
+
CostChangeTypes["IncreasePercent"] = "INCREASE_PERCENT";
|
|
7
|
+
CostChangeTypes["DecreasePercent"] = "DECREASE_PERCENT";
|
|
8
|
+
CostChangeTypes["IncreaseAmount"] = "INCREASE_AMOUNT";
|
|
9
|
+
CostChangeTypes["DecreaseAmount"] = "DECREASE_AMOUNT";
|
|
10
|
+
CostChangeTypes["TargetCost"] = "TARGET_COST";
|
|
11
|
+
CostChangeTypes["ResetCost"] = "RESET_COST";
|
|
12
|
+
})(CostChangeTypes = exports.CostChangeTypes || (exports.CostChangeTypes = {}));
|
|
13
|
+
//# sourceMappingURL=cost-change-types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cost-change-types.js","sourceRoot":"","sources":["../../../src/enums/cost-change/cost-change-types.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,uDAAoC,CAAA;IACpC,uDAAoC,CAAA;IACpC,qDAAkC,CAAA;IAClC,qDAAkC,CAAA;IAClC,6CAA0B,CAAA;IAC1B,2CAAwB,CAAA;AAC1B,CAAC,EAPW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO1B"}
|
|
@@ -4,6 +4,6 @@ exports.ChangePriceBases = void 0;
|
|
|
4
4
|
var ChangePriceBases;
|
|
5
5
|
(function (ChangePriceBases) {
|
|
6
6
|
ChangePriceBases["AveragePrice"] = "AVERAGE_PRICE";
|
|
7
|
-
ChangePriceBases["
|
|
7
|
+
ChangePriceBases["DefaultPrice"] = "DEFAULT_PRICE";
|
|
8
8
|
})(ChangePriceBases = exports.ChangePriceBases || (exports.ChangePriceBases = {}));
|
|
9
9
|
//# sourceMappingURL=change-price-bases.js.map
|
|
@@ -1 +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,
|
|
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"}
|
package/build/index.d.ts
CHANGED
|
@@ -36,4 +36,6 @@ import { PriceChangeTypes } from './enums/price-change/price-change-types';
|
|
|
36
36
|
import { ChangePriceBases } from './enums/price-change/change-price-bases';
|
|
37
37
|
import { ChangeProductPriceBases } from './enums/product-change/change-product-price-bases';
|
|
38
38
|
import { ClientFeature, ClientFeatureState, ClientFeatures } from './enums/client/client-features';
|
|
39
|
-
|
|
39
|
+
import { ChangeCostBases } from './enums/cost-change/change-cost-bases';
|
|
40
|
+
import { CostChangeTypes } from './enums/cost-change/cost-change-types';
|
|
41
|
+
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, ClientFeature, ClientFeatureState, ClientFeatures, ChangeCostBases, CostChangeTypes, 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.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.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.CostChangeTypes = exports.ChangeCostBases = 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.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");
|
|
@@ -73,4 +73,8 @@ Object.defineProperty(exports, "ChangeProductPriceBases", { enumerable: true, ge
|
|
|
73
73
|
var client_features_1 = require("./enums/client/client-features");
|
|
74
74
|
Object.defineProperty(exports, "ClientFeature", { enumerable: true, get: function () { return client_features_1.ClientFeature; } });
|
|
75
75
|
Object.defineProperty(exports, "ClientFeatureState", { enumerable: true, get: function () { return client_features_1.ClientFeatureState; } });
|
|
76
|
+
var change_cost_bases_1 = require("./enums/cost-change/change-cost-bases");
|
|
77
|
+
Object.defineProperty(exports, "ChangeCostBases", { enumerable: true, get: function () { return change_cost_bases_1.ChangeCostBases; } });
|
|
78
|
+
var cost_change_types_1 = require("./enums/cost-change/cost-change-types");
|
|
79
|
+
Object.defineProperty(exports, "CostChangeTypes", { enumerable: true, get: function () { return cost_change_types_1.CostChangeTypes; } });
|
|
76
80
|
//# 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;AAsElE,iGAtEO,qCAAgB,OAsEP;AArElB,oFAAoF;AA4GlF,oGA5GO,uCAAmB,OA4GP;AA1GrB,6EAA0E;AA2ExE,gGA3EO,kCAAe,OA2EP;AAxEjB,4HAAuH;AAuErH,8GAvEO,gEAA6B,OAuEP;AAtE/B,4GAAwG;AAqEtG,uGArEO,iDAAsB,OAqEP;AApExB,gFAG8C;AA4D5C,oGA9DA,4CAAmB,OA8DA;AACnB,gHA9DA,wDAA+B,OA8DA;AA5DjC,kFAG+C;AA0D7C,sGA5DA,+CAAqB,OA4DA;AACrB,6GA5DA,sDAA4B,OA4DA;AA1D9B,4DAGoC;AAiDlC,4FAnDA,0BAAW,OAmDA;AACX,wGAnDA,sCAAuB,OAmDA;AAjDzB,4DAAyD;AAuDvD,4FAvDO,0BAAW,OAuDP;AAtDb,4EAA6E;AAyF3E,wGAzFO,8CAAuB,OAyFP;AAxFzB,+CAA+E;AA2C7E,kGA3CO,6BAAiB,OA2CP;AACjB,yGA5C0B,oCAAwB,OA4C1B;AA3C1B,mDAAmD;AAsCjD,8FAtCO,2BAAa,OAsCP;AArCf,2EAAuE;AAwCrE,gGAxCO,mCAAe,OAwCP;AAvCjB,yFAAsF;AAqCpF,0GArCO,sDAAyB,OAqCP;AApC3B,mFAA+E;AAqC7E,sGArCO,+CAAqB,OAqCP;AApCvB,gFAG+C;AAqC7C,wGAvCA,+CAAuB,OAuCA;AAoCvB,4GA1EA,mDAA2B,OA0EA;AAxE7B,6DAAiE;AAgD/D,uGAhDO,yCAAsB,OAgDP;AA/CxB,6DAA0D;AAmExD,+FAnEO,gCAAc,OAmEP;AAlEhB,iGAAiG;AAqE/F,+GArEO,6DAA8B,OAqEP;AApEhC,sEAA8C;AAsE5C,qBAtEK,qBAAU,CAsEL;AArEZ,0FAAkE;AAyEhE,2BAzEK,2BAAgB,CAyEL;AAxElB,4GAAoF;AAuElF,2BAvEK,2BAAgB,CAuEL;AAtElB,2FAGqD;AA6DnD,wGA/DA,oDAAuB,OA+DA;AADvB,wGA7DA,oDAAuB,OA6DA;AA3DzB,iEAA6D;AAgE3D,gGAhEO,mCAAe,OAgEP;AA/DjB,yGAA6F;AAgE3F,2CAhEK,+BAAgC,CAgEL;AA3DlC,wEAAuE;AAmCrE,oGAnCO,wCAAmB,OAmCP;AAlCrB,oFAAgF;AAmC9E,uGAnCO,iDAAsB,OAmCP;AAlCxB,8EAA0E;AAmCxE,iGAnCO,qCAAgB,OAmCP;AAlClB,8EAA0E;AAmCxE,iGAnCO,qCAAgB,OAmCP;AAlClB,gGAA2F;AAmCzF,wGAnCO,oDAAuB,OAmCP;AAlCzB,kEAIuC;AA+BrC,8FAlCA,+BAAa,OAkCA;AACb,mGAlCA,oCAAkB,OAkCA;AA/BpB,2EAAuE;AAiCrE,gGAjCO,mCAAe,OAiCP;AAhCjB,2EAAuE;AAiCrE,gGAjCO,mCAAe,OAiCP"}
|
package/package.json
CHANGED