@buynomics-lib/bn-shared 1.17.53-feature-hc-3158.2 → 1.17.53-feature-brz-830.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.
@@ -4,5 +4,6 @@ export declare enum CostChangeTypes {
4
4
  IncreaseAmount = "INCREASE_AMOUNT",
5
5
  DecreaseAmount = "DECREASE_AMOUNT",
6
6
  TargetCost = "TARGET_COST",
7
- ResetCost = "RESET_COST"
7
+ ResetCost = "RESET_COST",
8
+ DefaultCost = "DEFAULT_COST"
8
9
  }
@@ -9,5 +9,6 @@ var CostChangeTypes;
9
9
  CostChangeTypes["DecreaseAmount"] = "DECREASE_AMOUNT";
10
10
  CostChangeTypes["TargetCost"] = "TARGET_COST";
11
11
  CostChangeTypes["ResetCost"] = "RESET_COST";
12
+ CostChangeTypes["DefaultCost"] = "DEFAULT_COST";
12
13
  })(CostChangeTypes = exports.CostChangeTypes || (exports.CostChangeTypes = {}));
13
14
  //# sourceMappingURL=cost-change-types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"cost-change-types.js","sourceRoot":"","sources":["../../../src/enums/cost-change/cost-change-types.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,uDAAoC,CAAA;IACpC,uDAAoC,CAAA;IACpC,qDAAkC,CAAA;IAClC,qDAAkC,CAAA;IAClC,6CAA0B,CAAA;IAC1B,2CAAwB,CAAA;AAC1B,CAAC,EAPW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO1B"}
1
+ {"version":3,"file":"cost-change-types.js","sourceRoot":"","sources":["../../../src/enums/cost-change/cost-change-types.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAQX;AARD,WAAY,eAAe;IACzB,uDAAoC,CAAA;IACpC,uDAAoC,CAAA;IACpC,qDAAkC,CAAA;IAClC,qDAAkC,CAAA;IAClC,6CAA0B,CAAA;IAC1B,2CAAwB,CAAA;IACxB,+CAA4B,CAAA;AAC9B,CAAC,EARW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAQ1B"}
package/build/index.d.ts CHANGED
@@ -13,10 +13,9 @@ import { ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels } from './enums/cl
13
13
  import { ClientDecimalSettings, DefaultClientDecimalSettings } from './enums/client/client-decimal-settings';
14
14
  import { Dimension, DimensionValue } from './enums/client/client-dimensions';
15
15
  import { ClientDuplicationParts } from './enums/client/client-duplication-parts';
16
+ import { ClientProductPortfolioVersion } from './enums/client/client-product-portfolio-version';
16
17
  import { ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings } from './enums/client/client-features';
17
18
  import { ClientIndustry } from './enums/client/client-industry';
18
- import { ClientNumberFormattingSettings, ClientNumberFormattingSettingsCurrency, ClientNumberFormattingSettingsGlobalFormat, ClientNumberFormattingSettingsMetric, ClientNumberFormattingSettingsNotation, ClientNumberFormattingSettingsStyle, NumberFormat, NumberFormatSettings } from './enums/client/client-number-formatting-settings';
19
- import { ClientProductPortfolioVersion } from './enums/client/client-product-portfolio-version';
20
19
  import { ClientStatus } from './enums/client/client-status';
21
20
  import { ClientTerms, DefaultClientTermLabels } from './enums/client/client-terms';
22
21
  import { ClientTypes } from './enums/client/client-types';
@@ -33,25 +32,25 @@ import { StaticLevelReferenceIds } from './enums/price-level/static-level-refere
33
32
  import { ChangeProductPriceBases } from './enums/product-change/change-product-price-bases';
34
33
  import { ConfigurableProductFields } from './enums/product/configurable-product-field';
35
34
  import { SortableProductFields } from './enums/product/sortable-product-fields';
36
- import { MechanicParamReferenceIds } from './enums/promotion-offer/mechanic-param-reference-ids';
37
- import { MechanicParamTypes } from './enums/promotion-offer/mechanic-param-types';
38
- import { MechanicTypeRelations } from './enums/promotion-offer/mechanic-type-relations';
39
- import { PromotionOfferStatus } from './enums/promotion-offer/promotion-offer-status';
40
35
  import { CustomCostFormulaParams, getCustomFormulaParamsLabel } from './enums/scenario/custom-formula-params';
41
- import { PromotionOffersCalendarGroupByOptions } from './enums/scenario/promotion-offers-calendar-group-by-options';
42
- import { ScenarioStatus } from './enums/scenario/scenario-status';
43
36
  import { ValueDriverType } from './enums/segment/value-driver/value-driver-type';
44
- import { WebsocketEvents } from './enums/websocket/websocket-events';
45
37
  import { calculateRange } from './helpers/calculate-range';
46
38
  import { getLatestDeeperionVersionValue } from './helpers/deeperion/get-latest-deeperion-version';
47
39
  import { DefaultClientFeaturesSettings } from './helpers/default-client-feature-settings';
48
40
  import { DefaultClientFeatures } from './helpers/default-client-features';
49
- import { DefaultClientNumberFormattingSettings } from './helpers/default-client-number-formatting-settings';
50
41
  import EnumHelper from './helpers/enum-helper';
51
- import { formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals } from './helpers/format-number-to-indian-compact-in-crores';
52
42
  import { getPropertyName } from './helpers/get-property-name';
53
43
  import PriceDecisionNullificationHelper from './helpers/price-decision/price-decision-helper';
54
44
  import { IClientViewSettings } from './interfaces/client-view-settings';
55
45
  import { IFileUpload } from './interfaces/file-upload';
56
46
  import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
57
- 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, KpiConstraintMode, MechanicParamTypes, MechanicParamReferenceIds, MechanicTypeRelations, PromotionOfferStatus, PromotionOffersCalendarGroupByOptions, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, ScenarioStatus, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, WebsocketEvents, };
47
+ import { ClientNumberFormattingSettings, ClientNumberFormattingSettingsCurrency, ClientNumberFormattingSettingsGlobalFormat, ClientNumberFormattingSettingsMetric, ClientNumberFormattingSettingsNotation, ClientNumberFormattingSettingsStyle, NumberFormat, NumberFormatSettings } from './enums/client/client-number-formatting-settings';
48
+ import { DefaultClientNumberFormattingSettings } from './helpers/default-client-number-formatting-settings';
49
+ import { formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals } from './helpers/format-number-to-indian-compact-in-crores';
50
+ import { MechanicParamTypes } from './enums/promotion-offer/mechanic-param-types';
51
+ import { MechanicTypeRelations } from './enums/promotion-offer/mechanic-type-relations';
52
+ import { WebsocketEvents } from './enums/websocket/websocket-events';
53
+ import { ScenarioStatus } from './enums/scenario/scenario-status';
54
+ import { PromotionOfferStatus } from './enums/promotion-offer/promotion-offer-status';
55
+ import { PromotionOffersCalendarGroupByOptions } from './enums/scenario/promotion-offers-calendar-group-by-options';
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, KpiConstraintMode, MechanicParamTypes, MechanicTypeRelations, PromotionOfferStatus, PromotionOffersCalendarGroupByOptions, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, ScenarioStatus, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, WebsocketEvents, };
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.OptimizationStatus = exports.PromotionOffersCalendarGroupByOptions = exports.PromotionOfferStatus = exports.MechanicTypeRelations = exports.MechanicParamReferenceIds = exports.MechanicParamTypes = exports.KpiConstraintMode = 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.WebsocketEvents = exports.DefaultClientNumberFormattingSettings = exports.DefaultClientFeatures = exports.DefaultClientFeaturesSettings = exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.isCompactIndianFormatInDecimals = exports.formatNumberToIndianCompactInCrores = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.calculateRange = exports.ScenarioStatus = exports.OptimizationSolutionBucket = exports.OptimizationKpis = void 0;
6
+ exports.OptimizationKpis = exports.OptimizationStatus = exports.PromotionOffersCalendarGroupByOptions = exports.PromotionOfferStatus = exports.MechanicTypeRelations = exports.MechanicParamTypes = exports.KpiConstraintMode = 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.WebsocketEvents = exports.DefaultClientNumberFormattingSettings = exports.DefaultClientFeatures = exports.DefaultClientFeaturesSettings = exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.isCompactIndianFormatInDecimals = exports.formatNumberToIndianCompactInCrores = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.calculateRange = exports.ScenarioStatus = exports.OptimizationSolutionBucket = 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");
@@ -29,20 +29,14 @@ Object.defineProperty(exports, "ClientDecimalSettings", { enumerable: true, get:
29
29
  Object.defineProperty(exports, "DefaultClientDecimalSettings", { enumerable: true, get: function () { return client_decimal_settings_1.DefaultClientDecimalSettings; } });
30
30
  var client_duplication_parts_1 = require("./enums/client/client-duplication-parts");
31
31
  Object.defineProperty(exports, "ClientDuplicationParts", { enumerable: true, get: function () { return client_duplication_parts_1.ClientDuplicationParts; } });
32
+ var client_product_portfolio_version_1 = require("./enums/client/client-product-portfolio-version");
33
+ Object.defineProperty(exports, "ClientProductPortfolioVersion", { enumerable: true, get: function () { return client_product_portfolio_version_1.ClientProductPortfolioVersion; } });
32
34
  var client_features_1 = require("./enums/client/client-features");
33
35
  Object.defineProperty(exports, "ClientFeature", { enumerable: true, get: function () { return client_features_1.ClientFeature; } });
34
36
  Object.defineProperty(exports, "ClientFeatureState", { enumerable: true, get: function () { return client_features_1.ClientFeatureState; } });
35
37
  Object.defineProperty(exports, "ClientFeatureScope", { enumerable: true, get: function () { return client_features_1.ClientFeatureScope; } });
36
38
  var client_industry_1 = require("./enums/client/client-industry");
37
39
  Object.defineProperty(exports, "ClientIndustry", { enumerable: true, get: function () { return client_industry_1.ClientIndustry; } });
38
- var client_number_formatting_settings_1 = require("./enums/client/client-number-formatting-settings");
39
- Object.defineProperty(exports, "ClientNumberFormattingSettingsCurrency", { enumerable: true, get: function () { return client_number_formatting_settings_1.ClientNumberFormattingSettingsCurrency; } });
40
- Object.defineProperty(exports, "ClientNumberFormattingSettingsGlobalFormat", { enumerable: true, get: function () { return client_number_formatting_settings_1.ClientNumberFormattingSettingsGlobalFormat; } });
41
- Object.defineProperty(exports, "ClientNumberFormattingSettingsMetric", { enumerable: true, get: function () { return client_number_formatting_settings_1.ClientNumberFormattingSettingsMetric; } });
42
- Object.defineProperty(exports, "ClientNumberFormattingSettingsNotation", { enumerable: true, get: function () { return client_number_formatting_settings_1.ClientNumberFormattingSettingsNotation; } });
43
- Object.defineProperty(exports, "ClientNumberFormattingSettingsStyle", { enumerable: true, get: function () { return client_number_formatting_settings_1.ClientNumberFormattingSettingsStyle; } });
44
- var client_product_portfolio_version_1 = require("./enums/client/client-product-portfolio-version");
45
- Object.defineProperty(exports, "ClientProductPortfolioVersion", { enumerable: true, get: function () { return client_product_portfolio_version_1.ClientProductPortfolioVersion; } });
46
40
  var client_status_1 = require("./enums/client/client-status");
47
41
  Object.defineProperty(exports, "ClientStatus", { enumerable: true, get: function () { return client_status_1.ClientStatus; } });
48
42
  var client_terms_1 = require("./enums/client/client-terms");
@@ -83,25 +77,11 @@ var configurable_product_field_1 = require("./enums/product/configurable-product
83
77
  Object.defineProperty(exports, "ConfigurableProductFields", { enumerable: true, get: function () { return configurable_product_field_1.ConfigurableProductFields; } });
84
78
  var sortable_product_fields_1 = require("./enums/product/sortable-product-fields");
85
79
  Object.defineProperty(exports, "SortableProductFields", { enumerable: true, get: function () { return sortable_product_fields_1.SortableProductFields; } });
86
- var mechanic_param_reference_ids_1 = require("./enums/promotion-offer/mechanic-param-reference-ids");
87
- Object.defineProperty(exports, "MechanicParamReferenceIds", { enumerable: true, get: function () { return mechanic_param_reference_ids_1.MechanicParamReferenceIds; } });
88
- var mechanic_param_types_1 = require("./enums/promotion-offer/mechanic-param-types");
89
- Object.defineProperty(exports, "MechanicParamTypes", { enumerable: true, get: function () { return mechanic_param_types_1.MechanicParamTypes; } });
90
- var mechanic_type_relations_1 = require("./enums/promotion-offer/mechanic-type-relations");
91
- Object.defineProperty(exports, "MechanicTypeRelations", { enumerable: true, get: function () { return mechanic_type_relations_1.MechanicTypeRelations; } });
92
- var promotion_offer_status_1 = require("./enums/promotion-offer/promotion-offer-status");
93
- Object.defineProperty(exports, "PromotionOfferStatus", { enumerable: true, get: function () { return promotion_offer_status_1.PromotionOfferStatus; } });
94
80
  var custom_formula_params_1 = require("./enums/scenario/custom-formula-params");
95
81
  Object.defineProperty(exports, "CustomCostFormulaParams", { enumerable: true, get: function () { return custom_formula_params_1.CustomCostFormulaParams; } });
96
82
  Object.defineProperty(exports, "getCustomFormulaParamsLabel", { enumerable: true, get: function () { return custom_formula_params_1.getCustomFormulaParamsLabel; } });
97
- var promotion_offers_calendar_group_by_options_1 = require("./enums/scenario/promotion-offers-calendar-group-by-options");
98
- Object.defineProperty(exports, "PromotionOffersCalendarGroupByOptions", { enumerable: true, get: function () { return promotion_offers_calendar_group_by_options_1.PromotionOffersCalendarGroupByOptions; } });
99
- var scenario_status_1 = require("./enums/scenario/scenario-status");
100
- Object.defineProperty(exports, "ScenarioStatus", { enumerable: true, get: function () { return scenario_status_1.ScenarioStatus; } });
101
83
  var value_driver_type_1 = require("./enums/segment/value-driver/value-driver-type");
102
84
  Object.defineProperty(exports, "ValueDriverType", { enumerable: true, get: function () { return value_driver_type_1.ValueDriverType; } });
103
- var websocket_events_1 = require("./enums/websocket/websocket-events");
104
- Object.defineProperty(exports, "WebsocketEvents", { enumerable: true, get: function () { return websocket_events_1.WebsocketEvents; } });
105
85
  var calculate_range_1 = require("./helpers/calculate-range");
106
86
  Object.defineProperty(exports, "calculateRange", { enumerable: true, get: function () { return calculate_range_1.calculateRange; } });
107
87
  var get_latest_deeperion_version_1 = require("./helpers/deeperion/get-latest-deeperion-version");
@@ -110,15 +90,33 @@ var default_client_feature_settings_1 = require("./helpers/default-client-featur
110
90
  Object.defineProperty(exports, "DefaultClientFeaturesSettings", { enumerable: true, get: function () { return default_client_feature_settings_1.DefaultClientFeaturesSettings; } });
111
91
  var default_client_features_1 = require("./helpers/default-client-features");
112
92
  Object.defineProperty(exports, "DefaultClientFeatures", { enumerable: true, get: function () { return default_client_features_1.DefaultClientFeatures; } });
113
- var default_client_number_formatting_settings_1 = require("./helpers/default-client-number-formatting-settings");
114
- Object.defineProperty(exports, "DefaultClientNumberFormattingSettings", { enumerable: true, get: function () { return default_client_number_formatting_settings_1.DefaultClientNumberFormattingSettings; } });
115
93
  var enum_helper_1 = __importDefault(require("./helpers/enum-helper"));
116
94
  exports.EnumHelper = enum_helper_1.default;
117
- var format_number_to_indian_compact_in_crores_1 = require("./helpers/format-number-to-indian-compact-in-crores");
118
- Object.defineProperty(exports, "formatNumberToIndianCompactInCrores", { enumerable: true, get: function () { return format_number_to_indian_compact_in_crores_1.formatNumberToIndianCompactInCrores; } });
119
- Object.defineProperty(exports, "isCompactIndianFormatInDecimals", { enumerable: true, get: function () { return format_number_to_indian_compact_in_crores_1.isCompactIndianFormatInDecimals; } });
120
95
  var get_property_name_1 = require("./helpers/get-property-name");
121
96
  Object.defineProperty(exports, "getPropertyName", { enumerable: true, get: function () { return get_property_name_1.getPropertyName; } });
122
97
  var price_decision_helper_1 = __importDefault(require("./helpers/price-decision/price-decision-helper"));
123
98
  exports.PriceDecisionNullificationHelper = price_decision_helper_1.default;
99
+ var client_number_formatting_settings_1 = require("./enums/client/client-number-formatting-settings");
100
+ Object.defineProperty(exports, "ClientNumberFormattingSettingsCurrency", { enumerable: true, get: function () { return client_number_formatting_settings_1.ClientNumberFormattingSettingsCurrency; } });
101
+ Object.defineProperty(exports, "ClientNumberFormattingSettingsGlobalFormat", { enumerable: true, get: function () { return client_number_formatting_settings_1.ClientNumberFormattingSettingsGlobalFormat; } });
102
+ Object.defineProperty(exports, "ClientNumberFormattingSettingsMetric", { enumerable: true, get: function () { return client_number_formatting_settings_1.ClientNumberFormattingSettingsMetric; } });
103
+ Object.defineProperty(exports, "ClientNumberFormattingSettingsNotation", { enumerable: true, get: function () { return client_number_formatting_settings_1.ClientNumberFormattingSettingsNotation; } });
104
+ Object.defineProperty(exports, "ClientNumberFormattingSettingsStyle", { enumerable: true, get: function () { return client_number_formatting_settings_1.ClientNumberFormattingSettingsStyle; } });
105
+ var default_client_number_formatting_settings_1 = require("./helpers/default-client-number-formatting-settings");
106
+ Object.defineProperty(exports, "DefaultClientNumberFormattingSettings", { enumerable: true, get: function () { return default_client_number_formatting_settings_1.DefaultClientNumberFormattingSettings; } });
107
+ var format_number_to_indian_compact_in_crores_1 = require("./helpers/format-number-to-indian-compact-in-crores");
108
+ Object.defineProperty(exports, "formatNumberToIndianCompactInCrores", { enumerable: true, get: function () { return format_number_to_indian_compact_in_crores_1.formatNumberToIndianCompactInCrores; } });
109
+ Object.defineProperty(exports, "isCompactIndianFormatInDecimals", { enumerable: true, get: function () { return format_number_to_indian_compact_in_crores_1.isCompactIndianFormatInDecimals; } });
110
+ var mechanic_param_types_1 = require("./enums/promotion-offer/mechanic-param-types");
111
+ Object.defineProperty(exports, "MechanicParamTypes", { enumerable: true, get: function () { return mechanic_param_types_1.MechanicParamTypes; } });
112
+ var mechanic_type_relations_1 = require("./enums/promotion-offer/mechanic-type-relations");
113
+ Object.defineProperty(exports, "MechanicTypeRelations", { enumerable: true, get: function () { return mechanic_type_relations_1.MechanicTypeRelations; } });
114
+ var websocket_events_1 = require("./enums/websocket/websocket-events");
115
+ Object.defineProperty(exports, "WebsocketEvents", { enumerable: true, get: function () { return websocket_events_1.WebsocketEvents; } });
116
+ var scenario_status_1 = require("./enums/scenario/scenario-status");
117
+ Object.defineProperty(exports, "ScenarioStatus", { enumerable: true, get: function () { return scenario_status_1.ScenarioStatus; } });
118
+ var promotion_offer_status_1 = require("./enums/promotion-offer/promotion-offer-status");
119
+ Object.defineProperty(exports, "PromotionOfferStatus", { enumerable: true, get: function () { return promotion_offer_status_1.PromotionOfferStatus; } });
120
+ var promotion_offers_calendar_group_by_options_1 = require("./enums/scenario/promotion-offers-calendar-group-by-options");
121
+ Object.defineProperty(exports, "PromotionOffersCalendarGroupByOptions", { enumerable: true, get: function () { return promotion_offers_calendar_group_by_options_1.PromotionOffersCalendarGroupByOptions; } });
124
122
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buynomics-lib/bn-shared",
3
- "version": "1.17.53-feature-hc-3158.2",
3
+ "version": "1.17.53-feature-brz-830.3",
4
4
  "description": "Shared functionality between API and UI",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -1,5 +0,0 @@
1
- export declare enum MechanicParamReferenceIds {
2
- RelativeDiscount = "relative_discount",
3
- AbsoluteDiscount = "absolute_discount",
4
- TargetPrice = "target_price"
5
- }
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MechanicParamReferenceIds = void 0;
4
- var MechanicParamReferenceIds;
5
- (function (MechanicParamReferenceIds) {
6
- MechanicParamReferenceIds["RelativeDiscount"] = "relative_discount";
7
- MechanicParamReferenceIds["AbsoluteDiscount"] = "absolute_discount";
8
- MechanicParamReferenceIds["TargetPrice"] = "target_price";
9
- })(MechanicParamReferenceIds = exports.MechanicParamReferenceIds || (exports.MechanicParamReferenceIds = {}));
10
- //# sourceMappingURL=mechanic-param-reference-ids.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mechanic-param-reference-ids.js","sourceRoot":"","sources":["../../../src/enums/promotion-offer/mechanic-param-reference-ids.ts"],"names":[],"mappings":";;;AAAA,IAAY,yBAIX;AAJD,WAAY,yBAAyB;IACnC,mEAAsC,CAAA;IACtC,mEAAsC,CAAA;IACtC,yDAA4B,CAAA;AAC9B,CAAC,EAJW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAIpC"}