@buynomics-lib/bn-shared 1.17.53 → 1.17.54
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/promotion-offer/mechanic-param-reference-ids.d.ts +5 -0
- package/build/enums/promotion-offer/mechanic-param-reference-ids.js +10 -0
- package/build/enums/promotion-offer/mechanic-param-reference-ids.js.map +1 -0
- package/build/index.d.ts +12 -11
- package/build/index.js +29 -27
- package/build/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
package/build/index.d.ts
CHANGED
|
@@ -13,9 +13,10 @@ 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';
|
|
17
16
|
import { ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings } from './enums/client/client-features';
|
|
18
17
|
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';
|
|
19
20
|
import { ClientStatus } from './enums/client/client-status';
|
|
20
21
|
import { ClientTerms, DefaultClientTermLabels } from './enums/client/client-terms';
|
|
21
22
|
import { ClientTypes } from './enums/client/client-types';
|
|
@@ -32,25 +33,25 @@ import { StaticLevelReferenceIds } from './enums/price-level/static-level-refere
|
|
|
32
33
|
import { ChangeProductPriceBases } from './enums/product-change/change-product-price-bases';
|
|
33
34
|
import { ConfigurableProductFields } from './enums/product/configurable-product-field';
|
|
34
35
|
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';
|
|
35
40
|
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';
|
|
36
43
|
import { ValueDriverType } from './enums/segment/value-driver/value-driver-type';
|
|
44
|
+
import { WebsocketEvents } from './enums/websocket/websocket-events';
|
|
37
45
|
import { calculateRange } from './helpers/calculate-range';
|
|
38
46
|
import { getLatestDeeperionVersionValue } from './helpers/deeperion/get-latest-deeperion-version';
|
|
39
47
|
import { DefaultClientFeaturesSettings } from './helpers/default-client-feature-settings';
|
|
40
48
|
import { DefaultClientFeatures } from './helpers/default-client-features';
|
|
49
|
+
import { DefaultClientNumberFormattingSettings } from './helpers/default-client-number-formatting-settings';
|
|
41
50
|
import EnumHelper from './helpers/enum-helper';
|
|
51
|
+
import { formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals } from './helpers/format-number-to-indian-compact-in-crores';
|
|
42
52
|
import { getPropertyName } from './helpers/get-property-name';
|
|
43
53
|
import PriceDecisionNullificationHelper from './helpers/price-decision/price-decision-helper';
|
|
44
54
|
import { IClientViewSettings } from './interfaces/client-view-settings';
|
|
45
55
|
import { IFileUpload } from './interfaces/file-upload';
|
|
46
56
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
47
|
-
|
|
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, };
|
|
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, };
|
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.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;
|
|
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;
|
|
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,14 +29,20 @@ 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; } });
|
|
34
32
|
var client_features_1 = require("./enums/client/client-features");
|
|
35
33
|
Object.defineProperty(exports, "ClientFeature", { enumerable: true, get: function () { return client_features_1.ClientFeature; } });
|
|
36
34
|
Object.defineProperty(exports, "ClientFeatureState", { enumerable: true, get: function () { return client_features_1.ClientFeatureState; } });
|
|
37
35
|
Object.defineProperty(exports, "ClientFeatureScope", { enumerable: true, get: function () { return client_features_1.ClientFeatureScope; } });
|
|
38
36
|
var client_industry_1 = require("./enums/client/client-industry");
|
|
39
37
|
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; } });
|
|
40
46
|
var client_status_1 = require("./enums/client/client-status");
|
|
41
47
|
Object.defineProperty(exports, "ClientStatus", { enumerable: true, get: function () { return client_status_1.ClientStatus; } });
|
|
42
48
|
var client_terms_1 = require("./enums/client/client-terms");
|
|
@@ -77,11 +83,25 @@ var configurable_product_field_1 = require("./enums/product/configurable-product
|
|
|
77
83
|
Object.defineProperty(exports, "ConfigurableProductFields", { enumerable: true, get: function () { return configurable_product_field_1.ConfigurableProductFields; } });
|
|
78
84
|
var sortable_product_fields_1 = require("./enums/product/sortable-product-fields");
|
|
79
85
|
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; } });
|
|
80
94
|
var custom_formula_params_1 = require("./enums/scenario/custom-formula-params");
|
|
81
95
|
Object.defineProperty(exports, "CustomCostFormulaParams", { enumerable: true, get: function () { return custom_formula_params_1.CustomCostFormulaParams; } });
|
|
82
96
|
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; } });
|
|
83
101
|
var value_driver_type_1 = require("./enums/segment/value-driver/value-driver-type");
|
|
84
102
|
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; } });
|
|
85
105
|
var calculate_range_1 = require("./helpers/calculate-range");
|
|
86
106
|
Object.defineProperty(exports, "calculateRange", { enumerable: true, get: function () { return calculate_range_1.calculateRange; } });
|
|
87
107
|
var get_latest_deeperion_version_1 = require("./helpers/deeperion/get-latest-deeperion-version");
|
|
@@ -90,33 +110,15 @@ var default_client_feature_settings_1 = require("./helpers/default-client-featur
|
|
|
90
110
|
Object.defineProperty(exports, "DefaultClientFeaturesSettings", { enumerable: true, get: function () { return default_client_feature_settings_1.DefaultClientFeaturesSettings; } });
|
|
91
111
|
var default_client_features_1 = require("./helpers/default-client-features");
|
|
92
112
|
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; } });
|
|
93
115
|
var enum_helper_1 = __importDefault(require("./helpers/enum-helper"));
|
|
94
116
|
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; } });
|
|
95
120
|
var get_property_name_1 = require("./helpers/get-property-name");
|
|
96
121
|
Object.defineProperty(exports, "getPropertyName", { enumerable: true, get: function () { return get_property_name_1.getPropertyName; } });
|
|
97
122
|
var price_decision_helper_1 = __importDefault(require("./helpers/price-decision/price-decision-helper"));
|
|
98
123
|
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; } });
|
|
122
124
|
//# 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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"}
|