@buynomics-lib/bn-shared 1.17.32-feature-hc-2483.4 → 1.17.32
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/CHANGELOG.md +2 -0
- package/build/index.d.ts +1 -2
- package/build/index.js +2 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/enums/promotion-offer/promotion-offer-relations.d.ts +0 -3
- package/build/enums/promotion-offer/promotion-offer-relations.js +0 -8
- package/build/enums/promotion-offer/promotion-offer-relations.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.17.32](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.17.32-feature-hc-2483.2...v1.17.32) (2025-04-23)
|
|
6
|
+
|
|
5
7
|
### [1.17.31](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.17.30...v1.17.31) (2025-04-16)
|
|
6
8
|
|
|
7
9
|
### [1.17.30](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.17.29...v1.17.30) (2025-04-03)
|
package/build/index.d.ts
CHANGED
|
@@ -52,5 +52,4 @@ import { DefaultClientNumberFormattingSettings } from './helpers/default-client-
|
|
|
52
52
|
import { formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals } from './helpers/format-number-to-indian-compact-in-crores';
|
|
53
53
|
import { MechanicParamTypes } from './enums/promotion-offer/mechanic-param-types';
|
|
54
54
|
import { MechanicTypeRelations } from './enums/promotion-offer/mechanic-type-relations';
|
|
55
|
-
|
|
56
|
-
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, ClientNumberFormattingSettingsGlobalFormat, ClientNumberFormattingSettingsStyle, ClientNumberFormattingSettingsNotation, ClientNumberFormattingSettingsMetric, ClientNumberFormattingSettingsCurrency, ClientNumberFormattingSettings, NumberFormat, NumberFormatSettings, ClientProductPortfolioVersion, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ValueDriverType, KpiConstraintType, MechanicParamTypes, MechanicTypeRelations, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, PromotionOfferRelations, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, };
|
|
55
|
+
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, ClientNumberFormattingSettingsGlobalFormat, ClientNumberFormattingSettingsStyle, ClientNumberFormattingSettingsNotation, ClientNumberFormattingSettingsMetric, ClientNumberFormattingSettingsCurrency, ClientNumberFormattingSettings, NumberFormat, NumberFormatSettings, ClientProductPortfolioVersion, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ValueDriverType, KpiConstraintType, MechanicParamTypes, MechanicTypeRelations, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, };
|
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.DefaultClientNumberFormattingSettings = exports.DefaultClientFeatures = exports.DefaultClientFeaturesSettings = exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.FormulaConverter = exports.FormulaValidator = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.isCompactIndianFormatInDecimals = exports.formatNumberToIndianCompactInCrores = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.expressionToJSONFormula =
|
|
6
|
+
exports.JSONFormulaToExpression = exports.calculateRange = exports.OptimizationSolutionBucket = exports.OptimizationKpis = exports.OptimizationStatus = exports.MechanicTypeRelations = exports.MechanicParamTypes = 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.ClientProductPortfolioVersion = exports.ClientNumberFormattingSettingsCurrency = exports.ClientNumberFormattingSettingsMetric = exports.ClientNumberFormattingSettingsNotation = exports.ClientNumberFormattingSettingsStyle = exports.ClientNumberFormattingSettingsGlobalFormat = 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.DefaultClientNumberFormattingSettings = exports.DefaultClientFeatures = exports.DefaultClientFeaturesSettings = exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.FormulaConverter = exports.FormulaValidator = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.isCompactIndianFormatInDecimals = exports.formatNumberToIndianCompactInCrores = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.expressionToJSONFormula = 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");
|
|
@@ -117,6 +117,4 @@ var mechanic_param_types_1 = require("./enums/promotion-offer/mechanic-param-typ
|
|
|
117
117
|
Object.defineProperty(exports, "MechanicParamTypes", { enumerable: true, get: function () { return mechanic_param_types_1.MechanicParamTypes; } });
|
|
118
118
|
var mechanic_type_relations_1 = require("./enums/promotion-offer/mechanic-type-relations");
|
|
119
119
|
Object.defineProperty(exports, "MechanicTypeRelations", { enumerable: true, get: function () { return mechanic_type_relations_1.MechanicTypeRelations; } });
|
|
120
|
-
var promotion_offer_relations_1 = require("./enums/promotion-offer/promotion-offer-relations");
|
|
121
|
-
Object.defineProperty(exports, "PromotionOfferRelations", { enumerable: true, get: function () { return promotion_offer_relations_1.PromotionOfferRelations; } });
|
|
122
120
|
//# 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,6EAA0E;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PromotionOfferRelations = void 0;
|
|
4
|
-
var PromotionOfferRelations;
|
|
5
|
-
(function (PromotionOfferRelations) {
|
|
6
|
-
PromotionOfferRelations["MechanicTypeConfigs"] = "mechanicTypeConfigs";
|
|
7
|
-
})(PromotionOfferRelations = exports.PromotionOfferRelations || (exports.PromotionOfferRelations = {}));
|
|
8
|
-
//# sourceMappingURL=promotion-offer-relations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"promotion-offer-relations.js","sourceRoot":"","sources":["../../../src/enums/promotion-offer/promotion-offer-relations.ts"],"names":[],"mappings":";;;AAAA,IAAY,uBAEX;AAFD,WAAY,uBAAuB;IACjC,sEAA2C,CAAA;AAC7C,CAAC,EAFW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAElC"}
|