@buynomics-lib/bn-shared 1.16.16-bugfix-nx64-1403.1 → 1.16.16-feature-nx64-614.3
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-status.d.ts +3 -1
- package/build/enums/client/client-status.js +2 -0
- package/build/enums/client/client-status.js.map +1 -1
- package/build/index.d.ts +1 -2
- package/build/index.js +1 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/helpers/default-client-feature-settings.d.ts +0 -8
- package/build/helpers/default-client-feature-settings.js +0 -12
- package/build/helpers/default-client-feature-settings.js.map +0 -1
|
@@ -7,5 +7,7 @@ var ClientStatus;
|
|
|
7
7
|
ClientStatus["Live"] = "live";
|
|
8
8
|
ClientStatus["Error"] = "error";
|
|
9
9
|
ClientStatus["Resimulating"] = "resimulating";
|
|
10
|
+
ClientStatus["ClientExtension"] = "Client extension";
|
|
11
|
+
ClientStatus["PortfolioUpdate"] = "Portfolio update";
|
|
10
12
|
})(ClientStatus = exports.ClientStatus || (exports.ClientStatus = {}));
|
|
11
13
|
//# sourceMappingURL=client-status.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-status.js","sourceRoot":"","sources":["../../../src/enums/client/client-status.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"client-status.js","sourceRoot":"","sources":["../../../src/enums/client/client-status.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAOX;AAPD,WAAY,YAAY;IACtB,yCAAyB,CAAA;IACzB,6BAAa,CAAA;IACb,+BAAe,CAAA;IACf,6CAA6B,CAAA;IAC7B,oDAAoC,CAAA;IACpC,oDAAoC,CAAA;AACtC,CAAC,EAPW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAOvB"}
|
package/build/index.d.ts
CHANGED
|
@@ -26,7 +26,6 @@ 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 { DefaultClientFeaturesSettings } from './helpers/default-client-feature-settings';
|
|
30
29
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
31
30
|
import { IFileUpload } from './interfaces/file-upload';
|
|
32
31
|
import { IClientViewSettings } from './interfaces/client-view-settings';
|
|
@@ -42,4 +41,4 @@ import { ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope,
|
|
|
42
41
|
import { ChangeCostBases } from './enums/cost-change/change-cost-bases';
|
|
43
42
|
import { CostChangeTypes } from './enums/cost-change/cost-change-types';
|
|
44
43
|
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,
|
|
44
|
+
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, };
|
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.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");
|
|
@@ -62,8 +62,6 @@ var get_property_name_1 = require("./helpers/get-property-name");
|
|
|
62
62
|
Object.defineProperty(exports, "getPropertyName", { enumerable: true, get: function () { return get_property_name_1.getPropertyName; } });
|
|
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
|
-
var default_client_feature_settings_1 = require("./helpers/default-client-feature-settings");
|
|
66
|
-
Object.defineProperty(exports, "DefaultClientFeaturesSettings", { enumerable: true, get: function () { return default_client_feature_settings_1.DefaultClientFeaturesSettings; } });
|
|
67
65
|
var client_app_version_1 = require("./enums/client/client-app-version");
|
|
68
66
|
Object.defineProperty(exports, "BuynomicsAppVersion", { enumerable: true, get: function () { return client_app_version_1.BuynomicsAppVersion; } });
|
|
69
67
|
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;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;AAkFlE,iGAlFO,qCAAgB,OAkFP;AAjFlB,oFAAoF;AA6HlF,oGA7HO,uCAAmB,OA6HP;AA3HrB,6EAA0E;AAuFxE,gGAvFO,kCAAe,OAuFP;AApFjB,4HAAuH;AAmFrH,8GAnFO,gEAA6B,OAmFP;AAlF/B,4GAAwG;AAiFtG,uGAjFO,iDAAsB,OAiFP;AAhFxB,gFAG8C;AAwE5C,oGA1EA,4CAAmB,OA0EA;AACnB,gHA1EA,wDAA+B,OA0EA;AAxEjC,kFAG+C;AAsE7C,sGAxEA,+CAAqB,OAwEA;AACrB,6GAxEA,sDAA4B,OAwEA;AAtE9B,4DAGoC;AA6DlC,4FA/DA,0BAAW,OA+DA;AACX,wGA/DA,sCAAuB,OA+DA;AA7DzB,4DAAyD;AAmEvD,4FAnEO,0BAAW,OAmEP;AAlEb,4EAA6E;AA0G3E,wGA1GO,8CAAuB,OA0GP;AAzGzB,+CAK0B;AAgDxB,kGApDA,6BAAiB,OAoDA;AACjB,yGApDA,oCAAwB,OAoDA;AACxB,sGApDA,iCAAqB,OAoDA;AACrB,oGApDA,+BAAmB,OAoDA;AAlDrB,mDAAmD;AA2CjD,8FA3CO,2BAAa,OA2CP;AA1Cf,2EAAuE;AA6CrE,gGA7CO,mCAAe,OA6CP;AA5CjB,yFAAsF;AA0CpF,0GA1CO,sDAAyB,OA0CP;AAzC3B,mFAA+E;AA0C7E,sGA1CO,+CAAqB,OA0CP;AAzCvB,gFAG+C;AA4C7C,wGA9CA,+CAAuB,OA8CA;AAyCvB,4GAtFA,mDAA2B,OAsFA;AApF7B,6DAAiE;AAuD/D,uGAvDO,yCAAsB,OAuDP;AAtDxB,6DAA0D;AA+ExD,+FA/EO,gCAAc,OA+EP;AA9EhB,iGAAiG;AAiF/F,+GAjFO,6DAA8B,OAiFP;AAhFhC,sEAA8C;AAkF5C,qBAlFK,qBAAU,CAkFL;AAjFZ,0FAAkE;AAqFhE,2BArFK,2BAAgB,CAqFL;AApFlB,4GAAoF;AAmFlF,2BAnFK,2BAAgB,CAmFL;AAlFlB,2FAGqD;AAyEnD,wGA3EA,oDAAuB,OA2EA;AADvB,wGAzEA,oDAAuB,OAyEA;AAvEzB,iEAA6D;AA4E3D,gGA5EO,mCAAe,OA4EP;AA3EjB,yGAA6F;AA4E3F,2CA5EK,+BAAgC,CA4EL;AAvElC,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
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var _a, _b, _c;
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.DefaultClientFeaturesSettings = void 0;
|
|
5
|
-
var client_features_1 = require("../enums/client/client-features");
|
|
6
|
-
exports.DefaultClientFeaturesSettings = (_a = {},
|
|
7
|
-
_a[client_features_1.ClientFeature.ChangeProducts] = (_b = {}, _b[client_features_1.ClientFeatureScope.Segment] = 1, _b),
|
|
8
|
-
_a[client_features_1.ClientFeature.ChangePromotions] = (_c = {},
|
|
9
|
-
_c[client_features_1.ClientFeatureScope.SalesChannel] = 1,
|
|
10
|
-
_c),
|
|
11
|
-
_a);
|
|
12
|
-
//# sourceMappingURL=default-client-feature-settings.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|