@buynomics-lib/bn-shared 1.16.3-feature-nx64-516.0 → 1.16.3-feature-nx64-562.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/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 +1 -2
- package/build/index.js +1 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/enums/client/client-features.d.ts +0 -13
- package/build/enums/client/client-features.js +0 -16
- package/build/enums/client/client-features.js.map +0 -1
|
@@ -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["BaseScenarioPrice"] = "BASE_SCENARIO_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,6DAAyC,CAAA;AAC3C,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B"}
|
package/build/index.d.ts
CHANGED
|
@@ -35,5 +35,4 @@ import { ClientDuplicationParts } from './enums/client/client-duplication-parts'
|
|
|
35
35
|
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
|
-
|
|
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, };
|
|
38
|
+
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, 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.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");
|
|
@@ -70,7 +70,4 @@ var change_price_bases_1 = require("./enums/price-change/change-price-bases");
|
|
|
70
70
|
Object.defineProperty(exports, "ChangePriceBases", { enumerable: true, get: function () { return change_price_bases_1.ChangePriceBases; } });
|
|
71
71
|
var change_product_price_bases_1 = require("./enums/product-change/change-product-price-bases");
|
|
72
72
|
Object.defineProperty(exports, "ChangeProductPriceBases", { enumerable: true, get: function () { return change_product_price_bases_1.ChangeProductPriceBases; } });
|
|
73
|
-
var client_features_1 = require("./enums/client/client-features");
|
|
74
|
-
Object.defineProperty(exports, "ClientFeature", { enumerable: true, get: function () { return client_features_1.ClientFeature; } });
|
|
75
|
-
Object.defineProperty(exports, "ClientFeatureState", { enumerable: true, get: function () { return client_features_1.ClientFeatureState; } });
|
|
76
73
|
//# 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;AA+DlE,iGA/DO,qCAAgB,OA+DP;AA9DlB,oFAAoF;AAgGlF,oGAhGO,uCAAmB,OAgGP;AA9FrB,6EAA0E;AAoExE,gGApEO,kCAAe,OAoEP;AAjEjB,4HAAuH;AAgErH,8GAhEO,gEAA6B,OAgEP;AA/D/B,4GAAwG;AA8DtG,uGA9DO,iDAAsB,OA8DP;AA7DxB,gFAG8C;AAqD5C,oGAvDA,4CAAmB,OAuDA;AACnB,gHAvDA,wDAA+B,OAuDA;AArDjC,kFAG+C;AAmD7C,sGArDA,+CAAqB,OAqDA;AACrB,6GArDA,sDAA4B,OAqDA;AAnD9B,4DAGoC;AA0ClC,4FA5CA,0BAAW,OA4CA;AACX,wGA5CA,sCAAuB,OA4CA;AA1CzB,4DAAyD;AAgDvD,4FAhDO,0BAAW,OAgDP;AA/Cb,4EAA6E;AA6E3E,wGA7EO,8CAAuB,OA6EP;AA5EzB,+CAA+E;AAoC7E,kGApCO,6BAAiB,OAoCP;AACjB,yGArC0B,oCAAwB,OAqC1B;AApC1B,mDAAmD;AA+BjD,8FA/BO,2BAAa,OA+BP;AA9Bf,2EAAuE;AAiCrE,gGAjCO,mCAAe,OAiCP;AAhCjB,yFAAsF;AA8BpF,0GA9BO,sDAAyB,OA8BP;AA7B3B,mFAA+E;AA8B7E,sGA9BO,+CAAqB,OA8BP;AA7BvB,gFAG+C;AA8B7C,wGAhCA,+CAAuB,OAgCA;AA+BvB,4GA9DA,mDAA2B,OA8DA;AA5D7B,6DAAiE;AAyC/D,uGAzCO,yCAAsB,OAyCP;AAxCxB,6DAA0D;AAuDxD,+FAvDO,gCAAc,OAuDP;AAtDhB,iGAAiG;AAyD/F,+GAzDO,6DAA8B,OAyDP;AAxDhC,sEAA8C;AA0D5C,qBA1DK,qBAAU,CA0DL;AAzDZ,0FAAkE;AA6DhE,2BA7DK,2BAAgB,CA6DL;AA5DlB,4GAAoF;AA2DlF,2BA3DK,2BAAgB,CA2DL;AA1DlB,2FAGqD;AAiDnD,wGAnDA,oDAAuB,OAmDA;AADvB,wGAjDA,oDAAuB,OAiDA;AA/CzB,iEAA6D;AAoD3D,gGApDO,mCAAe,OAoDP;AAnDjB,yGAA6F;AAoD3F,2CApDK,+BAAgC,CAoDL;AA/ClC,wEAAuE;AA4BrE,oGA5BO,wCAAmB,OA4BP;AA3BrB,oFAAgF;AA4B9E,uGA5BO,iDAAsB,OA4BP;AA3BxB,8EAA0E;AA4BxE,iGA5BO,qCAAgB,OA4BP;AA3BlB,8EAA0E;AA4BxE,iGA5BO,qCAAgB,OA4BP;AA3BlB,gGAA2F;AA4BzF,wGA5BO,oDAAuB,OA4BP"}
|
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare enum ClientFeature {
|
|
2
|
-
PriceLevels = "priceLevels",
|
|
3
|
-
ChangeProducts = "changeProducts",
|
|
4
|
-
ChangeCosts = "changeCosts"
|
|
5
|
-
}
|
|
6
|
-
export declare enum ClientFeatureState {
|
|
7
|
-
Enabled = "enabled",
|
|
8
|
-
Disabled = "disabled",
|
|
9
|
-
Hidden = "hidden"
|
|
10
|
-
}
|
|
11
|
-
export declare type ClientFeatures = {
|
|
12
|
-
[key in ClientFeature]?: ClientFeatureState;
|
|
13
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ClientFeatureState = exports.ClientFeature = void 0;
|
|
4
|
-
var ClientFeature;
|
|
5
|
-
(function (ClientFeature) {
|
|
6
|
-
ClientFeature["PriceLevels"] = "priceLevels";
|
|
7
|
-
ClientFeature["ChangeProducts"] = "changeProducts";
|
|
8
|
-
ClientFeature["ChangeCosts"] = "changeCosts";
|
|
9
|
-
})(ClientFeature = exports.ClientFeature || (exports.ClientFeature = {}));
|
|
10
|
-
var ClientFeatureState;
|
|
11
|
-
(function (ClientFeatureState) {
|
|
12
|
-
ClientFeatureState["Enabled"] = "enabled";
|
|
13
|
-
ClientFeatureState["Disabled"] = "disabled";
|
|
14
|
-
ClientFeatureState["Hidden"] = "hidden";
|
|
15
|
-
})(ClientFeatureState = exports.ClientFeatureState || (exports.ClientFeatureState = {}));
|
|
16
|
-
//# sourceMappingURL=client-features.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"client-features.js","sourceRoot":"","sources":["../../../src/enums/client/client-features.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,4CAA2B,CAAA;IAC3B,kDAAiC,CAAA;IACjC,4CAA2B,CAAA;AAC7B,CAAC,EAJW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAIxB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;IACrB,uCAAiB,CAAA;AACnB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
|