@buynomics-lib/bn-shared 1.16.4-feature-nx64-544.1 → 1.16.4-feature-nx64-689.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/enums/client/client-features.d.ts +2 -1
- package/build/enums/client/client-features.js +1 -0
- package/build/enums/client/client-features.js.map +1 -1
- 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/cost-change/change-cost-bases.d.ts +0 -4
- package/build/enums/cost-change/change-cost-bases.js +0 -9
- package/build/enums/cost-change/change-cost-bases.js.map +0 -1
- package/build/enums/cost-change/cost-change-types.d.ts +0 -8
- package/build/enums/cost-change/cost-change-types.js +0 -13
- package/build/enums/cost-change/cost-change-types.js.map +0 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export declare enum ClientFeature {
|
|
2
2
|
PriceLevels = "priceLevels",
|
|
3
3
|
ChangeProducts = "changeProducts",
|
|
4
|
-
ChangeCosts = "changeCosts"
|
|
4
|
+
ChangeCosts = "changeCosts",
|
|
5
|
+
ChangePromotions = "changePromotions"
|
|
5
6
|
}
|
|
6
7
|
export declare enum ClientFeatureState {
|
|
7
8
|
Enabled = "enabled",
|
|
@@ -6,6 +6,7 @@ var ClientFeature;
|
|
|
6
6
|
ClientFeature["PriceLevels"] = "priceLevels";
|
|
7
7
|
ClientFeature["ChangeProducts"] = "changeProducts";
|
|
8
8
|
ClientFeature["ChangeCosts"] = "changeCosts";
|
|
9
|
+
ClientFeature["ChangePromotions"] = "changePromotions";
|
|
9
10
|
})(ClientFeature = exports.ClientFeature || (exports.ClientFeature = {}));
|
|
10
11
|
var ClientFeatureState;
|
|
11
12
|
(function (ClientFeatureState) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-features.js","sourceRoot":"","sources":["../../../src/enums/client/client-features.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"client-features.js","sourceRoot":"","sources":["../../../src/enums/client/client-features.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,4CAA2B,CAAA;IAC3B,kDAAiC,CAAA;IACjC,4CAA2B,CAAA;IAC3B,sDAAqC,CAAA;AACvC,CAAC,EALW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAKxB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;IACrB,uCAAiB,CAAA;AACnB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
|
package/build/index.d.ts
CHANGED
|
@@ -36,6 +36,4 @@ 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
|
-
|
|
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, };
|
|
39
|
+
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, 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.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,8 +73,4 @@ 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; } });
|
|
80
76
|
//# 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;AAoElE,iGApEO,qCAAgB,OAoEP;AAnElB,oFAAoF;AAwGlF,oGAxGO,uCAAmB,OAwGP;AAtGrB,6EAA0E;AAyExE,gGAzEO,kCAAe,OAyEP;AAtEjB,4HAAuH;AAqErH,8GArEO,gEAA6B,OAqEP;AApE/B,4GAAwG;AAmEtG,uGAnEO,iDAAsB,OAmEP;AAlExB,gFAG8C;AA0D5C,oGA5DA,4CAAmB,OA4DA;AACnB,gHA5DA,wDAA+B,OA4DA;AA1DjC,kFAG+C;AAwD7C,sGA1DA,+CAAqB,OA0DA;AACrB,6GA1DA,sDAA4B,OA0DA;AAxD9B,4DAGoC;AA+ClC,4FAjDA,0BAAW,OAiDA;AACX,wGAjDA,sCAAuB,OAiDA;AA/CzB,4DAAyD;AAqDvD,4FArDO,0BAAW,OAqDP;AApDb,4EAA6E;AAqF3E,wGArFO,8CAAuB,OAqFP;AApFzB,+CAA+E;AAyC7E,kGAzCO,6BAAiB,OAyCP;AACjB,yGA1C0B,oCAAwB,OA0C1B;AAzC1B,mDAAmD;AAoCjD,8FApCO,2BAAa,OAoCP;AAnCf,2EAAuE;AAsCrE,gGAtCO,mCAAe,OAsCP;AArCjB,yFAAsF;AAmCpF,0GAnCO,sDAAyB,OAmCP;AAlC3B,mFAA+E;AAmC7E,sGAnCO,+CAAqB,OAmCP;AAlCvB,gFAG+C;AAmC7C,wGArCA,+CAAuB,OAqCA;AAkCvB,4GAtEA,mDAA2B,OAsEA;AApE7B,6DAAiE;AA8C/D,uGA9CO,yCAAsB,OA8CP;AA7CxB,6DAA0D;AA+DxD,+FA/DO,gCAAc,OA+DP;AA9DhB,iGAAiG;AAiE/F,+GAjEO,6DAA8B,OAiEP;AAhEhC,sEAA8C;AAkE5C,qBAlEK,qBAAU,CAkEL;AAjEZ,0FAAkE;AAqEhE,2BArEK,2BAAgB,CAqEL;AApElB,4GAAoF;AAmElF,2BAnEK,2BAAgB,CAmEL;AAlElB,2FAGqD;AAyDnD,wGA3DA,oDAAuB,OA2DA;AADvB,wGAzDA,oDAAuB,OAyDA;AAvDzB,iEAA6D;AA4D3D,gGA5DO,mCAAe,OA4DP;AA3DjB,yGAA6F;AA4D3F,2CA5DK,+BAAgC,CA4DL;AAvDlC,wEAAuE;AAiCrE,oGAjCO,wCAAmB,OAiCP;AAhCrB,oFAAgF;AAiC9E,uGAjCO,iDAAsB,OAiCP;AAhCxB,8EAA0E;AAiCxE,iGAjCO,qCAAgB,OAiCP;AAhClB,8EAA0E;AAiCxE,iGAjCO,qCAAgB,OAiCP;AAhClB,gGAA2F;AAiCzF,wGAjCO,oDAAuB,OAiCP;AAhCzB,kEAIuC;AA6BrC,8FAhCA,+BAAa,OAgCA;AACb,mGAhCA,oCAAkB,OAgCA"}
|
package/package.json
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,13 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|