@buynomics-lib/bn-shared 1.16.16-bugfix-nx64-1403.0 → 1.16.16-bugfix-nx64-1403.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/helpers/default-client-feature-settings.d.ts +1 -1
- package/build/helpers/default-client-feature-settings.js +2 -2
- package/build/helpers/default-client-feature-settings.js.map +1 -1
- package/build/index.d.ts +2 -2
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var _a, _b, _c;
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.
|
|
4
|
+
exports.DefaultClientFeaturesSettings = void 0;
|
|
5
5
|
var client_features_1 = require("../enums/client/client-features");
|
|
6
|
-
exports.
|
|
6
|
+
exports.DefaultClientFeaturesSettings = (_a = {},
|
|
7
7
|
_a[client_features_1.ClientFeature.ChangeProducts] = (_b = {}, _b[client_features_1.ClientFeatureScope.Segment] = 1, _b),
|
|
8
8
|
_a[client_features_1.ClientFeature.ChangePromotions] = (_c = {},
|
|
9
9
|
_c[client_features_1.ClientFeatureScope.SalesChannel] = 1,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default-client-feature-settings.js","sourceRoot":"","sources":["../../src/helpers/default-client-feature-settings.ts"],"names":[],"mappings":";;;;AAAA,mEAGwC;AAE3B,QAAA,
|
|
1
|
+
{"version":3,"file":"default-client-feature-settings.js","sourceRoot":"","sources":["../../src/helpers/default-client-feature-settings.ts"],"names":[],"mappings":";;;;AAAA,mEAGwC;AAE3B,QAAA,6BAA6B;IACxC,GAAC,+BAAa,CAAC,cAAc,cAAK,GAAC,oCAAkB,CAAC,OAAO,IAAG,CAAC,KAAE;IACnE,GAAC,+BAAa,CAAC,gBAAgB;QAC7B,GAAC,oCAAkB,CAAC,YAAY,IAAG,CAAC;WACrC;QACF"}
|
package/build/index.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ import FormulaValidator from './helpers/formula/formula-validator/formula-valida
|
|
|
26
26
|
import { expressionToJSONFormula, JSONFormulaToExpression } from './helpers/formula/json-formula-to-expression';
|
|
27
27
|
import { getPropertyName } from './helpers/get-property-name';
|
|
28
28
|
import PriceDecisionNullificationHelper from './helpers/price-decision/price-decision-helper';
|
|
29
|
-
import {
|
|
29
|
+
import { DefaultClientFeaturesSettings } from './helpers/default-client-feature-settings';
|
|
30
30
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
31
31
|
import { IFileUpload } from './interfaces/file-upload';
|
|
32
32
|
import { IClientViewSettings } from './interfaces/client-view-settings';
|
|
@@ -42,4 +42,4 @@ import { ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope,
|
|
|
42
42
|
import { ChangeCostBases } from './enums/cost-change/change-cost-bases';
|
|
43
43
|
import { CostChangeTypes } from './enums/cost-change/cost-change-types';
|
|
44
44
|
import { AvailabilityChangeTypes } from './enums/availability-change/availability-change-types';
|
|
45
|
-
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, ClientFeaturesScopeLimits, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings,
|
|
45
|
+
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, ClientFeaturesScopeLimits, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, 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.
|
|
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.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 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");
|
|
@@ -63,7 +63,7 @@ Object.defineProperty(exports, "getPropertyName", { enumerable: true, get: funct
|
|
|
63
63
|
var price_decision_helper_1 = __importDefault(require("./helpers/price-decision/price-decision-helper"));
|
|
64
64
|
exports.PriceDecisionNullificationHelper = price_decision_helper_1.default;
|
|
65
65
|
var default_client_feature_settings_1 = require("./helpers/default-client-feature-settings");
|
|
66
|
-
Object.defineProperty(exports, "
|
|
66
|
+
Object.defineProperty(exports, "DefaultClientFeaturesSettings", { enumerable: true, get: function () { return default_client_feature_settings_1.DefaultClientFeaturesSettings; } });
|
|
67
67
|
var client_app_version_1 = require("./enums/client/client-app-version");
|
|
68
68
|
Object.defineProperty(exports, "BuynomicsAppVersion", { enumerable: true, get: function () { return client_app_version_1.BuynomicsAppVersion; } });
|
|
69
69
|
var client_status_1 = require("./enums/client/client-status");
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;AAmFlE,iGAnFO,qCAAgB,OAmFP;AAlFlB,oFAAoF;AA8HlF,oGA9HO,uCAAmB,OA8HP;AA5HrB,6EAA0E;AAwFxE,gGAxFO,kCAAe,OAwFP;AArFjB,4HAAuH;AAoFrH,8GApFO,gEAA6B,OAoFP;AAnF/B,4GAAwG;AAkFtG,uGAlFO,iDAAsB,OAkFP;AAjFxB,gFAG8C;AAyE5C,oGA3EA,4CAAmB,OA2EA;AACnB,gHA3EA,wDAA+B,OA2EA;AAzEjC,kFAG+C;AAuE7C,sGAzEA,+CAAqB,OAyEA;AACrB,6GAzEA,sDAA4B,OAyEA;AAvE9B,4DAGoC;AA8DlC,4FAhEA,0BAAW,OAgEA;AACX,wGAhEA,sCAAuB,OAgEA;AA9DzB,4DAAyD;AAoEvD,4FApEO,0BAAW,OAoEP;AAnEb,4EAA6E;AA2G3E,wGA3GO,8CAAuB,OA2GP;AA1GzB,+CAK0B;AAiDxB,kGArDA,6BAAiB,OAqDA;AACjB,yGArDA,oCAAwB,OAqDA;AACxB,sGArDA,iCAAqB,OAqDA;AACrB,oGArDA,+BAAmB,OAqDA;AAnDrB,mDAAmD;AA4CjD,8FA5CO,2BAAa,OA4CP;AA3Cf,2EAAuE;AA8CrE,gGA9CO,mCAAe,OA8CP;AA7CjB,yFAAsF;AA2CpF,0GA3CO,sDAAyB,OA2CP;AA1C3B,mFAA+E;AA2C7E,sGA3CO,+CAAqB,OA2CP;AA1CvB,gFAG+C;AA6C7C,wGA/CA,+CAAuB,OA+CA;AAyCvB,4GAvFA,mDAA2B,OAuFA;AArF7B,6DAAiE;AAwD/D,uGAxDO,yCAAsB,OAwDP;AAvDxB,6DAA0D;AAgFxD,+FAhFO,gCAAc,OAgFP;AA/EhB,iGAAiG;AAkF/F,+GAlFO,6DAA8B,OAkFP;AAjFhC,sEAA8C;AAmF5C,qBAnFK,qBAAU,CAmFL;AAlFZ,0FAAkE;AAsFhE,2BAtFK,2BAAgB,CAsFL;AArFlB,4GAAoF;AAoFlF,2BApFK,2BAAgB,CAoFL;AAnFlB,2FAGqD;AA0EnD,wGA5EA,oDAAuB,OA4EA;AADvB,wGA1EA,oDAAuB,OA0EA;AAxEzB,iEAA6D;AA6E3D,gGA7EO,mCAAe,OA6EP;AA5EjB,yGAA6F;AA6E3F,2CA7EK,+BAAgC,CA6EL;AA5ElC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;AAmFlE,iGAnFO,qCAAgB,OAmFP;AAlFlB,oFAAoF;AA8HlF,oGA9HO,uCAAmB,OA8HP;AA5HrB,6EAA0E;AAwFxE,gGAxFO,kCAAe,OAwFP;AArFjB,4HAAuH;AAoFrH,8GApFO,gEAA6B,OAoFP;AAnF/B,4GAAwG;AAkFtG,uGAlFO,iDAAsB,OAkFP;AAjFxB,gFAG8C;AAyE5C,oGA3EA,4CAAmB,OA2EA;AACnB,gHA3EA,wDAA+B,OA2EA;AAzEjC,kFAG+C;AAuE7C,sGAzEA,+CAAqB,OAyEA;AACrB,6GAzEA,sDAA4B,OAyEA;AAvE9B,4DAGoC;AA8DlC,4FAhEA,0BAAW,OAgEA;AACX,wGAhEA,sCAAuB,OAgEA;AA9DzB,4DAAyD;AAoEvD,4FApEO,0BAAW,OAoEP;AAnEb,4EAA6E;AA2G3E,wGA3GO,8CAAuB,OA2GP;AA1GzB,+CAK0B;AAiDxB,kGArDA,6BAAiB,OAqDA;AACjB,yGArDA,oCAAwB,OAqDA;AACxB,sGArDA,iCAAqB,OAqDA;AACrB,oGArDA,+BAAmB,OAqDA;AAnDrB,mDAAmD;AA4CjD,8FA5CO,2BAAa,OA4CP;AA3Cf,2EAAuE;AA8CrE,gGA9CO,mCAAe,OA8CP;AA7CjB,yFAAsF;AA2CpF,0GA3CO,sDAAyB,OA2CP;AA1C3B,mFAA+E;AA2C7E,sGA3CO,+CAAqB,OA2CP;AA1CvB,gFAG+C;AA6C7C,wGA/CA,+CAAuB,OA+CA;AAyCvB,4GAvFA,mDAA2B,OAuFA;AArF7B,6DAAiE;AAwD/D,uGAxDO,yCAAsB,OAwDP;AAvDxB,6DAA0D;AAgFxD,+FAhFO,gCAAc,OAgFP;AA/EhB,iGAAiG;AAkF/F,+GAlFO,6DAA8B,OAkFP;AAjFhC,sEAA8C;AAmF5C,qBAnFK,qBAAU,CAmFL;AAlFZ,0FAAkE;AAsFhE,2BAtFK,2BAAgB,CAsFL;AArFlB,4GAAoF;AAoFlF,2BApFK,2BAAgB,CAoFL;AAnFlB,2FAGqD;AA0EnD,wGA5EA,oDAAuB,OA4EA;AADvB,wGA1EA,oDAAuB,OA0EA;AAxEzB,iEAA6D;AA6E3D,gGA7EO,mCAAe,OA6EP;AA5EjB,yGAA6F;AA6E3F,2CA7EK,+BAAgC,CA6EL;AA5ElC,6FAAyF;AAkFvF,8GAlFO,+DAA6B,OAkFP;AA7E/B,wEAAuE;AA0CrE,oGA1CO,wCAAmB,OA0CP;AAzCrB,8DAA2D;AAsDzD,6FAtDO,4BAAY,OAsDP;AArDd,kEAA+D;AAsD7D,+FAtDO,gCAAc,OAsDP;AArDhB,oFAAgF;AAwC9E,uGAxCO,iDAAsB,OAwCP;AAvCxB,8EAA0E;AAwCxE,iGAxCO,qCAAgB,OAwCP;AAvClB,8EAA0E;AAwCxE,iGAxCO,qCAAgB,OAwCP;AAvClB,gGAA2F;AAwCzF,wGAxCO,oDAAuB,OAwCP;AAvCzB,kEAMuC;AAkCrC,8FAvCA,+BAAa,OAuCA;AACb,mGAvCA,oCAAkB,OAuCA;AAElB,mGAvCA,oCAAkB,OAuCA;AApCpB,2EAAuE;AAsCrE,gGAtCO,mCAAe,OAsCP;AArCjB,2EAAuE;AAsCrE,gGAtCO,mCAAe,OAsCP;AArCjB,mGAA+F;AAsC7F,wGAtCO,mDAAuB,OAsCP"}
|
package/package.json
CHANGED