@buynomics-lib/bn-shared 1.17.4-feature-nx64-1530.2 → 1.17.4-feature-nx64-1530.4
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-level/static-level-reference-ids.d.ts +3 -0
- package/build/enums/price-level/static-level-reference-ids.js +8 -0
- package/build/enums/price-level/static-level-reference-ids.js.map +1 -0
- package/build/index.d.ts +2 -1
- package/build/index.js +4 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StaticLevelReferenceIds = void 0;
|
|
4
|
+
var StaticLevelReferenceIds;
|
|
5
|
+
(function (StaticLevelReferenceIds) {
|
|
6
|
+
StaticLevelReferenceIds["Manufacturer"] = "manufacturer";
|
|
7
|
+
})(StaticLevelReferenceIds = exports.StaticLevelReferenceIds || (exports.StaticLevelReferenceIds = {}));
|
|
8
|
+
//# sourceMappingURL=static-level-reference-ids.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static-level-reference-ids.js","sourceRoot":"","sources":["../../../src/enums/price-level/static-level-reference-ids.ts"],"names":[],"mappings":";;;AAAA,IAAY,uBAEX;AAFD,WAAY,uBAAuB;IACjC,wDAA6B,CAAA;AAC/B,CAAC,EAFW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAElC"}
|
package/build/index.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ import { BnPermissions } from './enums/permissions';
|
|
|
27
27
|
import { ChangePriceBases } from './enums/price-change/change-price-bases';
|
|
28
28
|
import { PriceChangeTypes } from './enums/price-change/price-change-types';
|
|
29
29
|
import { PriceLevelTypes } from './enums/price-level/price-level-types';
|
|
30
|
+
import { StaticLevelReferenceIds } from './enums/price-level/static-level-reference-ids';
|
|
30
31
|
import { ChangeProductPriceBases } from './enums/product-change/change-product-price-bases';
|
|
31
32
|
import { ConfigurableProductFields } from './enums/product/configurable-product-field';
|
|
32
33
|
import { SortableProductFields } from './enums/product/sortable-product-fields';
|
|
@@ -44,4 +45,4 @@ import PriceDecisionNullificationHelper from './helpers/price-decision/price-dec
|
|
|
44
45
|
import { IClientViewSettings } from './interfaces/client-view-settings';
|
|
45
46
|
import { IFileUpload } from './interfaces/file-upload';
|
|
46
47
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
47
|
-
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, ClientFeaturesSettings, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ValueDriverType, KpiConstraintType, OptimizationStatus, OptimizationKpis, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, };
|
|
48
|
+
export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, StaticLevelReferenceIds, 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, ClientFeaturesSettings, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ValueDriverType, KpiConstraintType, OptimizationStatus, OptimizationKpis, 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,8 +3,8 @@ 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.
|
|
7
|
-
exports.DefaultClientFeaturesSettings = void 0;
|
|
6
|
+
exports.getPromotionPeriods = exports.FormulaConverter = exports.FormulaValidator = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.expressionToJSONFormula = exports.JSONFormulaToExpression = exports.calculateRange = exports.OptimizationKpis = exports.OptimizationStatus = exports.KpiConstraintType = exports.ValueDriverType = 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.StaticLevelReferenceIds = exports.PriceLevelTypes = exports.SortableProductFields = exports.ConfigurableProductFields = exports.BnPermissions = void 0;
|
|
7
|
+
exports.DefaultClientFeaturesSettings = exports.ClientViewSettingsPages = void 0;
|
|
8
8
|
var fitting_statuses_1 = require("./domains/fitting/enums/fitting-statuses");
|
|
9
9
|
Object.defineProperty(exports, "FittingStatuses", { enumerable: true, get: function () { return fitting_statuses_1.FittingStatuses; } });
|
|
10
10
|
var intermediary_group_range_formats_1 = require("./domains/pricing/intermediaries/enums/intermediary-group-range-formats");
|
|
@@ -65,6 +65,8 @@ var price_change_types_1 = require("./enums/price-change/price-change-types");
|
|
|
65
65
|
Object.defineProperty(exports, "PriceChangeTypes", { enumerable: true, get: function () { return price_change_types_1.PriceChangeTypes; } });
|
|
66
66
|
var price_level_types_1 = require("./enums/price-level/price-level-types");
|
|
67
67
|
Object.defineProperty(exports, "PriceLevelTypes", { enumerable: true, get: function () { return price_level_types_1.PriceLevelTypes; } });
|
|
68
|
+
var static_level_reference_ids_1 = require("./enums/price-level/static-level-reference-ids");
|
|
69
|
+
Object.defineProperty(exports, "StaticLevelReferenceIds", { enumerable: true, get: function () { return static_level_reference_ids_1.StaticLevelReferenceIds; } });
|
|
68
70
|
var change_product_price_bases_1 = require("./enums/product-change/change-product-price-bases");
|
|
69
71
|
Object.defineProperty(exports, "ChangeProductPriceBases", { enumerable: true, get: function () { return change_product_price_bases_1.ChangeProductPriceBases; } });
|
|
70
72
|
var configurable_product_field_1 = require("./enums/product/configurable-product-field");
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;AAAA,6EAA0E;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;AAAA,6EAA0E;AAmGxE,gGAnGO,kCAAe,OAmGP;AAhGjB,4HAAuH;AA+FrH,8GA/FO,gEAA6B,OA+FP;AA9F/B,4GAAwG;AA6FtG,uGA7FO,iDAAsB,OA6FP;AA5FxB,oFAAoF;AAsIlF,oGAtIO,uCAAmB,OAsIP;AApIrB,mGAA+F;AA4G7F,wGA5GO,mDAAuB,OA4GP;AA3GzB,6DAAiE;AA4F/D,uGA5FO,yCAAsB,OA4FP;AA3FxB,wEAAuE;AA8FrE,oGA9FO,wCAAmB,OA8FP;AA7FrB,wEAAoE;AAiFlE,iGAjFO,qCAAgB,OAiFP;AAhFlB,gFAG8C;AA8E5C,oGAhFA,4CAAmB,OAgFA;AACnB,gHAhFA,wDAA+B,OAgFA;AA9EjC,kFAG+C;AA4E7C,sGA9EA,+CAAqB,OA8EA;AACrB,6GA9EA,sDAA4B,OA8EA;AA3E9B,oFAAgF;AAoF9E,uGApFO,iDAAsB,OAoFP;AAnFxB,kEAMuC;AAiFrC,8FAtFA,+BAAa,OAsFA;AACb,mGAtFA,oCAAkB,OAsFA;AAElB,mGAtFA,oCAAkB,OAsFA;AAnFpB,kEAA+D;AAyF7D,+FAzFO,gCAAc,OAyFP;AAxFhB,8DAA2D;AAuFzD,6FAvFO,4BAAY,OAuFP;AAtFd,4DAGoC;AAwDlC,4FA1DA,0BAAW,OA0DA;AACX,wGA1DA,sCAAuB,OA0DA;AAxDzB,4DAAyD;AA8DvD,4FA9DO,0BAAW,OA8DP;AA7Db,4EAA6E;AAyG3E,wGAzGO,8CAAuB,OAyGP;AAxGzB,2EAAuE;AA6ErE,gGA7EO,mCAAe,OA6EP;AA5EjB,2EAAuE;AA6ErE,gGA7EO,mCAAe,OA6EP;AA5EjB,+CAK0B;AAyCxB,kGA7CA,6BAAiB,OA6CA;AACjB,yGA7CA,oCAAwB,OA6CA;AACxB,sGA7CA,iCAAqB,OA6CA;AACrB,oGA7CA,+BAAmB,OA6CA;AA3CrB,qDAI6B;AAuE3B,kGA1EA,gCAAiB,OA0EA;AACjB,mGA1EA,iCAAkB,OA0EA;AAClB,iGA1EA,+BAAgB,OA0EA;AAxElB,mDAAmD;AA8BjD,8FA9BO,2BAAa,OA8BP;AA7Bf,8EAA0E;AAwDxE,iGAxDO,qCAAgB,OAwDP;AAvDlB,8EAA0E;AAsDxE,iGAtDO,qCAAgB,OAsDP;AArDlB,2EAAuE;AA8BrE,gGA9BO,mCAAe,OA8BP;AA7BjB,6FAAwF;AA8BtF,wGA9BO,oDAAuB,OA8BP;AA7BzB,gGAA2F;AAqDzF,wGArDO,oDAAuB,OAqDP;AApDzB,yFAAsF;AAyBpF,0GAzBO,sDAAyB,OAyBP;AAxB3B,mFAA+E;AAyB7E,sGAzBO,+CAAqB,OAyBP;AAxBvB,gFAG+C;AA4B7C,wGA9BA,+CAAuB,OA8BA;AA6CvB,4GA1EA,mDAA2B,OA0EA;AAxE7B,oFAAgF;AAyD9E,gGAzDO,mCAAe,OAyDP;AAxDjB,6DAA0D;AAmExD,+FAnEO,gCAAc,OAmEP;AAlEhB,iGAAiG;AAqE/F,+GArEO,6DAA8B,OAqEP;AApEhC,6FAAyF;AA8EvF,8GA9EO,+DAA6B,OA8EP;AA7E/B,sEAA8C;AAqE5C,qBArEK,qBAAU,CAqEL;AApEZ,0FAAkE;AAwEhE,2BAxEK,2BAAgB,CAwEL;AAvElB,4GAAoF;AAsElF,2BAtEK,2BAAgB,CAsEL;AArElB,2FAGqD;AA4DnD,wGA9DA,oDAAuB,OA8DA;AADvB,wGA5DA,oDAAuB,OA4DA;AA1DzB,iEAA6D;AA+D3D,gGA/DO,mCAAe,OA+DP;AA9DjB,yGAA6F;AA+D3F,2CA/DK,+BAAgC,CA+DL"}
|
package/package.json
CHANGED