@buynomics-lib/bn-shared 1.17.40 → 1.17.41-feature-hc-2455.2
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/scenario/promotion-offers-calendar-group-by-options.d.ts +6 -0
- package/build/enums/scenario/promotion-offers-calendar-group-by-options.js +11 -0
- package/build/enums/scenario/promotion-offers-calendar-group-by-options.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,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PromotionOffersCalendarGroupByOptions = void 0;
|
|
4
|
+
var PromotionOffersCalendarGroupByOptions;
|
|
5
|
+
(function (PromotionOffersCalendarGroupByOptions) {
|
|
6
|
+
PromotionOffersCalendarGroupByOptions["SalesChannels"] = "sales_channels";
|
|
7
|
+
PromotionOffersCalendarGroupByOptions["Segment"] = "segment";
|
|
8
|
+
PromotionOffersCalendarGroupByOptions["Subsegment"] = "subsegment";
|
|
9
|
+
PromotionOffersCalendarGroupByOptions["AggregationGroup"] = "aggregation_group";
|
|
10
|
+
})(PromotionOffersCalendarGroupByOptions = exports.PromotionOffersCalendarGroupByOptions || (exports.PromotionOffersCalendarGroupByOptions = {}));
|
|
11
|
+
//# sourceMappingURL=promotion-offers-calendar-group-by-options.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"promotion-offers-calendar-group-by-options.js","sourceRoot":"","sources":["../../../src/enums/scenario/promotion-offers-calendar-group-by-options.ts"],"names":[],"mappings":";;;AAAA,IAAY,qCAKX;AALD,WAAY,qCAAqC;IAC/C,yEAAgC,CAAA;IAChC,4DAAmB,CAAA;IACnB,kEAAyB,CAAA;IACzB,+EAAsC,CAAA;AACxC,CAAC,EALW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAKhD"}
|
package/build/index.d.ts
CHANGED
|
@@ -51,4 +51,5 @@ import { MechanicParamTypes } from './enums/promotion-offer/mechanic-param-types
|
|
|
51
51
|
import { MechanicTypeRelations } from './enums/promotion-offer/mechanic-type-relations';
|
|
52
52
|
import { WebsocketEvents } from './enums/websocket/websocket-events';
|
|
53
53
|
import { ScenarioStatus } from './enums/scenario/scenario-status';
|
|
54
|
-
|
|
54
|
+
import { PromotionOffersCalendarGroupByOptions } from './enums/scenario/promotion-offers-calendar-group-by-options';
|
|
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, 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 = void 0;
|
|
6
|
+
exports.ScenarioStatus = exports.OptimizationSolutionBucket = exports.OptimizationKpis = exports.OptimizationStatus = exports.PromotionOffersCalendarGroupByOptions = 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.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 = 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");
|
|
@@ -114,4 +114,6 @@ var websocket_events_1 = require("./enums/websocket/websocket-events");
|
|
|
114
114
|
Object.defineProperty(exports, "WebsocketEvents", { enumerable: true, get: function () { return websocket_events_1.WebsocketEvents; } });
|
|
115
115
|
var scenario_status_1 = require("./enums/scenario/scenario-status");
|
|
116
116
|
Object.defineProperty(exports, "ScenarioStatus", { enumerable: true, get: function () { return scenario_status_1.ScenarioStatus; } });
|
|
117
|
+
var promotion_offers_calendar_group_by_options_1 = require("./enums/scenario/promotion-offers-calendar-group-by-options");
|
|
118
|
+
Object.defineProperty(exports, "PromotionOffersCalendarGroupByOptions", { enumerable: true, get: function () { return promotion_offers_calendar_group_by_options_1.PromotionOffersCalendarGroupByOptions; } });
|
|
117
119
|
//# 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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"}
|