@buynomics-lib/bn-shared 1.17.82-feat-bb-314.0 → 1.17.82
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-features.d.ts +2 -6
- package/build/enums/client/client-features.js +0 -1
- package/build/enums/client/client-features.js.map +1 -1
- package/build/enums/widget-preset/index.d.ts +1 -0
- package/build/enums/widget-preset/index.js +7 -0
- package/build/enums/widget-preset/index.js.map +1 -0
- package/build/enums/widget-preset/widget-preset.d.ts +10 -0
- package/build/enums/widget-preset/widget-preset.js +16 -0
- package/build/enums/widget-preset/widget-preset.js.map +1 -0
- package/build/index.d.ts +2 -1
- package/build/index.js +4 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -12,8 +12,7 @@ export declare enum ClientFeature {
|
|
|
12
12
|
NewPromotionSetup = "newPromotionSetup",
|
|
13
13
|
BulkChanges = "bulkChanges",
|
|
14
14
|
Actions = "actions",
|
|
15
|
-
ProductNameTemplate = "productNameTemplate"
|
|
16
|
-
AvailabilityGroupsEnabled = "availabilityGroupsEnabled"
|
|
15
|
+
ProductNameTemplate = "productNameTemplate"
|
|
17
16
|
}
|
|
18
17
|
export declare enum ClientFeatureState {
|
|
19
18
|
Enabled = "enabled",
|
|
@@ -59,8 +58,5 @@ type ClientFeaturesBulkChanges = {
|
|
|
59
58
|
enableBulkChangesForAllUserRoles?: boolean;
|
|
60
59
|
};
|
|
61
60
|
};
|
|
62
|
-
type
|
|
63
|
-
[ClientFeature.AvailabilityGroupsEnabled]?: boolean;
|
|
64
|
-
};
|
|
65
|
-
export type ClientFeaturesSettings = ClientFeaturesOptimization & ClientFeaturesChangeProducts & ClientFeaturesScopeLimits & ClientFeaturesBulkChanges & ClientFeaturesAvailabilityGroups;
|
|
61
|
+
export type ClientFeaturesSettings = ClientFeaturesOptimization & ClientFeaturesChangeProducts & ClientFeaturesScopeLimits & ClientFeaturesBulkChanges;
|
|
66
62
|
export {};
|
|
@@ -17,7 +17,6 @@ var ClientFeature;
|
|
|
17
17
|
ClientFeature["BulkChanges"] = "bulkChanges";
|
|
18
18
|
ClientFeature["Actions"] = "actions";
|
|
19
19
|
ClientFeature["ProductNameTemplate"] = "productNameTemplate";
|
|
20
|
-
ClientFeature["AvailabilityGroupsEnabled"] = "availabilityGroupsEnabled";
|
|
21
20
|
})(ClientFeature = exports.ClientFeature || (exports.ClientFeature = {}));
|
|
22
21
|
var ClientFeatureState;
|
|
23
22
|
(function (ClientFeatureState) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-features.js","sourceRoot":"","sources":["../../../src/enums/client/client-features.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"client-features.js","sourceRoot":"","sources":["../../../src/enums/client/client-features.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAeX;AAfD,WAAY,aAAa;IACvB,4CAA2B,CAAA;IAC3B,8CAA6B,CAAA;IAC7B,kDAAiC,CAAA;IACjC,4CAA2B,CAAA;IAC3B,sDAAqC,CAAA;IACrC,0DAAyC,CAAA;IACzC,8CAA6B,CAAA;IAC7B,4DAA2C,CAAA;IAC3C,sCAAqB,CAAA;IACrB,0CAAyB,CAAA;IACzB,wDAAuC,CAAA;IACvC,4CAA2B,CAAA;IAC3B,oCAAmB,CAAA;IACnB,4DAA2C,CAAA;AAC7C,CAAC,EAfW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAexB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;IACrB,uCAAiB,CAAA;AACnB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B;AAMD,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,+CAAyB,CAAA;IACzB,mDAA6B,CAAA;IAC7B,qDAA+B,CAAA;AACjC,CAAC,EALW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAK7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { WidgetPresetType, WidgetPresetAvailability } from './widget-preset';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WidgetPresetAvailability = exports.WidgetPresetType = void 0;
|
|
4
|
+
var widget_preset_1 = require("./widget-preset");
|
|
5
|
+
Object.defineProperty(exports, "WidgetPresetType", { enumerable: true, get: function () { return widget_preset_1.WidgetPresetType; } });
|
|
6
|
+
Object.defineProperty(exports, "WidgetPresetAvailability", { enumerable: true, get: function () { return widget_preset_1.WidgetPresetAvailability; } });
|
|
7
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/enums/widget-preset/index.ts"],"names":[],"mappings":";;;AAAA,iDAA4E;AAAnE,iHAAA,gBAAgB,OAAA;AAAE,yHAAA,wBAAwB,OAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WidgetPresetAvailability = exports.WidgetPresetType = void 0;
|
|
4
|
+
var WidgetPresetType;
|
|
5
|
+
(function (WidgetPresetType) {
|
|
6
|
+
WidgetPresetType["Chart"] = "chart";
|
|
7
|
+
WidgetPresetType["PivotTable"] = "pivot_table";
|
|
8
|
+
WidgetPresetType["Scorecard"] = "scorecard";
|
|
9
|
+
})(WidgetPresetType = exports.WidgetPresetType || (exports.WidgetPresetType = {}));
|
|
10
|
+
var WidgetPresetAvailability;
|
|
11
|
+
(function (WidgetPresetAvailability) {
|
|
12
|
+
WidgetPresetAvailability["Scenario"] = "scenario";
|
|
13
|
+
WidgetPresetAvailability["Report"] = "report";
|
|
14
|
+
WidgetPresetAvailability["Both"] = "both";
|
|
15
|
+
})(WidgetPresetAvailability = exports.WidgetPresetAvailability || (exports.WidgetPresetAvailability = {}));
|
|
16
|
+
//# sourceMappingURL=widget-preset.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-preset.js","sourceRoot":"","sources":["../../../src/enums/widget-preset/widget-preset.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,mCAAe,CAAA;IACf,8CAA0B,CAAA;IAC1B,2CAAuB,CAAA;AACzB,CAAC,EAJW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAI3B;AAED,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAClC,iDAAqB,CAAA;IACrB,6CAAiB,CAAA;IACjB,yCAAa,CAAA;AACf,CAAC,EAJW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAInC"}
|
package/build/index.d.ts
CHANGED
|
@@ -69,4 +69,5 @@ import { SystemScopedKpis, SystemScopedKpisReferenceIds } from './enums/kpis/sys
|
|
|
69
69
|
import { ISystemKpiBase, ISystemKpi, IKpiDisplaySettings, ISystemScopedKpi, IScopedKpiScope, ISystemVariable } from './interfaces/kpis/system-kpi.interface';
|
|
70
70
|
import { TimePeriod } from './interfaces/time/time-period';
|
|
71
71
|
import { ProductType } from './enums/product/product-type.enum';
|
|
72
|
-
|
|
72
|
+
import { WidgetPresetType, WidgetPresetAvailability } from './enums/widget-preset';
|
|
73
|
+
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, ProductType, PromotionOfferStatus, PromotionOffersCalendarGroupByOptions, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, ScenarioStatus, DateGranularity, DateWeekStart, ClientDateSettings, DefaultClientDateSettings, WidgetPresetType, WidgetPresetAvailability, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, WebsocketEvents, ScenarioEventSource, KpiVariableFormat, KpiAggregation, KpiDisplayStyle, KpiConfigType, SystemVariableType, KpiSystemVariables, SystemKpis, SystemBaseKpisReferenceIds, SystemScopedKpis, SystemScopedKpisReferenceIds, SystemDerivedKpis, SystemDerivedKpisReferenceIds, SystemVariablesReferenceIds, ISystemKpiBase, ISystemKpi, ISystemScopedKpi, ISystemVariable, IKpiDisplaySettings, IScopedKpiScope, TimePeriod, DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT, MAX_ACTIVE_OPTIMIZATIONS_LIMIT, SCENARIO_KPIS_GROUP_BY_MAX_LEVEL, FORMULA_PREFIX_FOR_MEASURING_UNITS, FORMULA_PREFIX_FOR_INPUT_VARIABLES, };
|
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.PromotionOffersCalendarGroupByOptions = exports.PromotionOfferStatus = exports.ProductType = 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.FORMULA_PREFIX_FOR_INPUT_VARIABLES = exports.FORMULA_PREFIX_FOR_MEASURING_UNITS = exports.SCENARIO_KPIS_GROUP_BY_MAX_LEVEL = exports.MAX_ACTIVE_OPTIMIZATIONS_LIMIT = exports.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT = exports.SystemVariablesReferenceIds = exports.SystemDerivedKpisReferenceIds = exports.SystemDerivedKpis = exports.SystemScopedKpisReferenceIds = exports.SystemScopedKpis = exports.SystemBaseKpisReferenceIds = exports.SystemKpis = exports.KpiSystemVariables = exports.SystemVariableType = exports.KpiConfigType = exports.KpiDisplayStyle = exports.KpiAggregation = exports.KpiVariableFormat = 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.DefaultClientDateSettings = exports.DateWeekStart = exports.DateGranularity = exports.ScenarioStatus = exports.OptimizationSolutionBucket = exports.OptimizationKpis = exports.OptimizationStatus = void 0;
|
|
7
|
+
exports.FORMULA_PREFIX_FOR_INPUT_VARIABLES = exports.FORMULA_PREFIX_FOR_MEASURING_UNITS = exports.SCENARIO_KPIS_GROUP_BY_MAX_LEVEL = exports.MAX_ACTIVE_OPTIMIZATIONS_LIMIT = exports.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT = exports.SystemVariablesReferenceIds = exports.SystemDerivedKpisReferenceIds = exports.SystemDerivedKpis = exports.SystemScopedKpisReferenceIds = exports.SystemScopedKpis = exports.SystemBaseKpisReferenceIds = exports.SystemKpis = exports.KpiSystemVariables = exports.SystemVariableType = exports.KpiConfigType = exports.KpiDisplayStyle = exports.KpiAggregation = exports.KpiVariableFormat = 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.WidgetPresetAvailability = exports.WidgetPresetType = exports.DefaultClientDateSettings = exports.DateWeekStart = exports.DateGranularity = exports.ScenarioStatus = exports.OptimizationSolutionBucket = exports.OptimizationKpis = exports.OptimizationStatus = void 0;
|
|
8
8
|
var activeOptimizationsLimit_1 = require("./constants/activeOptimizationsLimit");
|
|
9
9
|
Object.defineProperty(exports, "DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT", { enumerable: true, get: function () { return activeOptimizationsLimit_1.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT; } });
|
|
10
10
|
Object.defineProperty(exports, "MAX_ACTIVE_OPTIMIZATIONS_LIMIT", { enumerable: true, get: function () { return activeOptimizationsLimit_1.MAX_ACTIVE_OPTIMIZATIONS_LIMIT; } });
|
|
@@ -157,4 +157,7 @@ Object.defineProperty(exports, "SystemScopedKpis", { enumerable: true, get: func
|
|
|
157
157
|
Object.defineProperty(exports, "SystemScopedKpisReferenceIds", { enumerable: true, get: function () { return system_scoped_kpis_1.SystemScopedKpisReferenceIds; } });
|
|
158
158
|
var product_type_enum_1 = require("./enums/product/product-type.enum");
|
|
159
159
|
Object.defineProperty(exports, "ProductType", { enumerable: true, get: function () { return product_type_enum_1.ProductType; } });
|
|
160
|
+
var widget_preset_1 = require("./enums/widget-preset");
|
|
161
|
+
Object.defineProperty(exports, "WidgetPresetType", { enumerable: true, get: function () { return widget_preset_1.WidgetPresetType; } });
|
|
162
|
+
Object.defineProperty(exports, "WidgetPresetAvailability", { enumerable: true, get: function () { return widget_preset_1.WidgetPresetAvailability; } });
|
|
160
163
|
//# 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,iFAG6C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|