@buynomics-lib/bn-shared 1.17.56-feature-bb-109.2 → 1.17.56-feature-brz-969-1.0
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/client/client-app-version.d.ts +1 -2
- package/build/enums/client/client-app-version.js +0 -1
- package/build/enums/client/client-app-version.js.map +1 -1
- package/build/enums/client/client-features.d.ts +1 -0
- package/build/index.d.ts +1 -2
- package/build/index.js +1 -5
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/enums/client/client-date.d.ts +0 -17
- package/build/enums/client/client-date.js +0 -23
- package/build/enums/client/client-date.js.map +0 -1
|
@@ -5,6 +5,5 @@ var BuynomicsAppVersion;
|
|
|
5
5
|
(function (BuynomicsAppVersion) {
|
|
6
6
|
BuynomicsAppVersion["1.0"] = "1.0";
|
|
7
7
|
BuynomicsAppVersion["2.0 | FMCG"] = "2.0";
|
|
8
|
-
BuynomicsAppVersion["3.0 | CPG"] = "3.0";
|
|
9
8
|
})(BuynomicsAppVersion = exports.BuynomicsAppVersion || (exports.BuynomicsAppVersion = {}));
|
|
10
9
|
//# sourceMappingURL=client-app-version.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-app-version.js","sourceRoot":"","sources":["../../../src/enums/client/client-app-version.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"client-app-version.js","sourceRoot":"","sources":["../../../src/enums/client/client-app-version.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,kCAAa,CAAA;IACb,yCAAoB,CAAA;AACtB,CAAC,EAHW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAG9B"}
|
|
@@ -44,6 +44,7 @@ type ClientFeaturesOptimization = {
|
|
|
44
44
|
type ClientFeaturesChangeProducts = {
|
|
45
45
|
[ClientFeature.ChangeProducts]?: {
|
|
46
46
|
addDelistProducts?: boolean;
|
|
47
|
+
createProductsInBulk?: boolean;
|
|
47
48
|
};
|
|
48
49
|
};
|
|
49
50
|
export type ClientFeaturesSettings = ClientFeaturesOptimization & ClientFeaturesChangeProducts & ClientFeaturesScopeLimits;
|
package/build/index.d.ts
CHANGED
|
@@ -26,7 +26,6 @@ import { CostChangeTypes } from './enums/cost-change/cost-change-types';
|
|
|
26
26
|
import { DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes } from './enums/deeperion';
|
|
27
27
|
import { KpiConstraintType, KpiConstraintMode, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket } from './enums/optimization';
|
|
28
28
|
import { BnPermissions } from './enums/permissions';
|
|
29
|
-
import { DateGranularity, DateWeekStart, DefaultClientDateSettings } from './enums/client/client-date';
|
|
30
29
|
import { ChangePriceBases } from './enums/price-change/change-price-bases';
|
|
31
30
|
import { PriceChangeTypes } from './enums/price-change/price-change-types';
|
|
32
31
|
import { PriceLevelTypes } from './enums/price-level/price-level-types';
|
|
@@ -56,4 +55,4 @@ import PriceDecisionNullificationHelper from './helpers/price-decision/price-dec
|
|
|
56
55
|
import { IClientViewSettings } from './interfaces/client-view-settings';
|
|
57
56
|
import { IFileUpload } from './interfaces/file-upload';
|
|
58
57
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
59
|
-
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,
|
|
58
|
+
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, ScenarioEventSource, };
|
package/build/index.js
CHANGED
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
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.ScenarioEventSource = 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.
|
|
7
|
+
exports.ScenarioEventSource = 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");
|
|
@@ -69,10 +69,6 @@ Object.defineProperty(exports, "OptimizationKpis", { enumerable: true, get: func
|
|
|
69
69
|
Object.defineProperty(exports, "OptimizationSolutionBucket", { enumerable: true, get: function () { return optimization_1.OptimizationSolutionBucket; } });
|
|
70
70
|
var permissions_1 = require("./enums/permissions");
|
|
71
71
|
Object.defineProperty(exports, "BnPermissions", { enumerable: true, get: function () { return permissions_1.BnPermissions; } });
|
|
72
|
-
var client_date_1 = require("./enums/client/client-date");
|
|
73
|
-
Object.defineProperty(exports, "DateGranularity", { enumerable: true, get: function () { return client_date_1.DateGranularity; } });
|
|
74
|
-
Object.defineProperty(exports, "DateWeekStart", { enumerable: true, get: function () { return client_date_1.DateWeekStart; } });
|
|
75
|
-
Object.defineProperty(exports, "DefaultClientDateSettings", { enumerable: true, get: function () { return client_date_1.DefaultClientDateSettings; } });
|
|
76
72
|
var change_price_bases_1 = require("./enums/price-change/change-price-bases");
|
|
77
73
|
Object.defineProperty(exports, "ChangePriceBases", { enumerable: true, get: function () { return change_price_bases_1.ChangePriceBases; } });
|
|
78
74
|
var price_change_types_1 = require("./enums/price-change/price-change-types");
|
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,17 +0,0 @@
|
|
|
1
|
-
export declare enum DateGranularity {
|
|
2
|
-
Week = "WEEK",
|
|
3
|
-
Month = "MONTH"
|
|
4
|
-
}
|
|
5
|
-
export declare enum DateWeekStart {
|
|
6
|
-
Monday = "MON",
|
|
7
|
-
Tuesday = "TUE",
|
|
8
|
-
Wednesday = "WED",
|
|
9
|
-
Thursday = "THU",
|
|
10
|
-
Friday = "FRI",
|
|
11
|
-
Saturday = "SAT",
|
|
12
|
-
Sunday = "SUN"
|
|
13
|
-
}
|
|
14
|
-
export declare const DefaultClientDateSettings: {
|
|
15
|
-
granularity: DateGranularity;
|
|
16
|
-
weekStart: DateWeekStart;
|
|
17
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DefaultClientDateSettings = exports.DateWeekStart = exports.DateGranularity = void 0;
|
|
4
|
-
var DateGranularity;
|
|
5
|
-
(function (DateGranularity) {
|
|
6
|
-
DateGranularity["Week"] = "WEEK";
|
|
7
|
-
DateGranularity["Month"] = "MONTH";
|
|
8
|
-
})(DateGranularity = exports.DateGranularity || (exports.DateGranularity = {}));
|
|
9
|
-
var DateWeekStart;
|
|
10
|
-
(function (DateWeekStart) {
|
|
11
|
-
DateWeekStart["Monday"] = "MON";
|
|
12
|
-
DateWeekStart["Tuesday"] = "TUE";
|
|
13
|
-
DateWeekStart["Wednesday"] = "WED";
|
|
14
|
-
DateWeekStart["Thursday"] = "THU";
|
|
15
|
-
DateWeekStart["Friday"] = "FRI";
|
|
16
|
-
DateWeekStart["Saturday"] = "SAT";
|
|
17
|
-
DateWeekStart["Sunday"] = "SUN";
|
|
18
|
-
})(DateWeekStart = exports.DateWeekStart || (exports.DateWeekStart = {}));
|
|
19
|
-
exports.DefaultClientDateSettings = {
|
|
20
|
-
granularity: DateGranularity.Week,
|
|
21
|
-
weekStart: DateWeekStart.Monday,
|
|
22
|
-
};
|
|
23
|
-
//# sourceMappingURL=client-date.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"client-date.js","sourceRoot":"","sources":["../../../src/enums/client/client-date.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,gCAAa,CAAA;IACb,kCAAe,CAAA;AACjB,CAAC,EAHW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAG1B;AAED,IAAY,aAQX;AARD,WAAY,aAAa;IACvB,+BAAc,CAAA;IACd,gCAAe,CAAA;IACf,kCAAiB,CAAA;IACjB,iCAAgB,CAAA;IAChB,+BAAc,CAAA;IACd,iCAAgB,CAAA;IAChB,+BAAc,CAAA;AAChB,CAAC,EARW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAQxB;AAEY,QAAA,yBAAyB,GAAG;IACvC,WAAW,EAAE,eAAe,CAAC,IAAI;IACjC,SAAS,EAAE,aAAa,CAAC,MAAM;CAChC,CAAA"}
|