@buynomics-lib/bn-shared 1.18.42 → 1.18.43
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/kpis/input-variable-default-role.enum.d.ts +6 -0
- package/build/enums/kpis/input-variable-default-role.enum.js +15 -0
- package/build/enums/kpis/input-variable-default-role.enum.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
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { KpiVariableFormat } from './kpi-variable-format.enum';
|
|
2
|
+
export declare enum InputVariableDefaultRole {
|
|
3
|
+
Price = "price",
|
|
4
|
+
Availability = "availability"
|
|
5
|
+
}
|
|
6
|
+
export declare const InputVariableDefaultRoleFormat: Record<InputVariableDefaultRole, KpiVariableFormat>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var _a;
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.InputVariableDefaultRoleFormat = exports.InputVariableDefaultRole = void 0;
|
|
5
|
+
var kpi_variable_format_enum_1 = require("./kpi-variable-format.enum");
|
|
6
|
+
var InputVariableDefaultRole;
|
|
7
|
+
(function (InputVariableDefaultRole) {
|
|
8
|
+
InputVariableDefaultRole["Price"] = "price";
|
|
9
|
+
InputVariableDefaultRole["Availability"] = "availability";
|
|
10
|
+
})(InputVariableDefaultRole = exports.InputVariableDefaultRole || (exports.InputVariableDefaultRole = {}));
|
|
11
|
+
exports.InputVariableDefaultRoleFormat = (_a = {},
|
|
12
|
+
_a[InputVariableDefaultRole.Price] = kpi_variable_format_enum_1.KpiVariableFormat.Monetary,
|
|
13
|
+
_a[InputVariableDefaultRole.Availability] = kpi_variable_format_enum_1.KpiVariableFormat.Percentage,
|
|
14
|
+
_a);
|
|
15
|
+
//# sourceMappingURL=input-variable-default-role.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-variable-default-role.enum.js","sourceRoot":"","sources":["../../../src/enums/kpis/input-variable-default-role.enum.ts"],"names":[],"mappings":";;;;AAAA,uEAA8D;AAE9D,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAClC,2CAAe,CAAA;IACf,yDAA6B,CAAA;AAC/B,CAAC,EAHW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAGnC;AAEY,QAAA,8BAA8B;IAIzC,GAAC,wBAAwB,CAAC,KAAK,IAAG,4CAAiB,CAAC,QAAQ;IAC5D,GAAC,wBAAwB,CAAC,YAAY,IAAG,4CAAiB,CAAC,UAAU;QACtE"}
|
package/build/index.d.ts
CHANGED
|
@@ -88,6 +88,7 @@ import { IPluginConfigField, IPluginManifest, IPluginNavigation, PluginConfigFie
|
|
|
88
88
|
import { IPluginContextV1, IPluginModule } from './interfaces/plugin/plugin-sdk.interface';
|
|
89
89
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
90
90
|
import { KpiAggregation, KpiVariableFormat, SystemVariableType } from './enums/kpis/kpi-variable-format.enum';
|
|
91
|
+
import { InputVariableDefaultRole, InputVariableDefaultRoleFormat } from './enums/kpis/input-variable-default-role.enum';
|
|
91
92
|
import { KpiDisplayStyle } from './enums/kpis/kpi-display-style.enum';
|
|
92
93
|
import { KpiConfigType } from './enums/kpis/kpi-config-type.enum';
|
|
93
94
|
import { KpiSystemVariables, SystemVariablesReferenceIds } from './enums/kpis/kpi-system-variables';
|
|
@@ -104,4 +105,4 @@ import { IScenarioKpisGroupBy, IGetScenarioKpisFiltersParams } from './interface
|
|
|
104
105
|
import { RuleType, RuleEnforcement, RuleConditionBoundaryType, RuleConditionValueFormat, RuleEvaluationErrorCode } from './enums/strategy-rules';
|
|
105
106
|
import { IStrategyRule, IStrategyRuleInput, IStrategyRuleScope, IStrategyRuleScopeFilters, IStrategyRuleEnforcement, IRuleConditionBoundary, IRuleConditionBoundaryWithType, IKpiConstraintCondition, IPriceConstraintCondition, IMinimumPriceChangeCondition, StrategyRuleCondition, ICreateStrategyRulesResponse, IRuleAchievedValue, IRuleAchievedRange, RuleAchieved, IScenarioRuleResult, IScenarioIncompleteRules, IScenarioRuleResults } from './interfaces/strategy-rules';
|
|
106
107
|
import { SystemSpecificKpis, SystemSpecificKpisReferenceIds } from './enums/kpis/system-specific-kpis';
|
|
107
|
-
export { AggregationGroupMembershipMode, AggregationGroupType, NumericAggregationRuleOperator, BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, StaticLevelReferenceIds, DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, DiscoveryType, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, ClientNumberFormattingSettingsGlobalFormat, ClientNumberFormattingSettingsStyle, ClientNumberFormattingSettingsNotation, ClientNumberFormattingSettingsMetric, ClientNumberFormattingSettingsCurrency, ClientNumberFormattingSettings, NumberFormat, NumberFormatSettings, ClientProductPortfolioVersion, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings, FeatureFlag, FeatureFlags, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientRecalculationStatus, ClientRecalculationType, ClientIndustry, ValueDriverType, KpiConstraintType, KpiConstraintMode, MechanicParamTypes, MechanicParamReferenceIds, MechanicTypeRelations, PluginType, ProductType, ProductNamingDelimiter, PromotionOfferStatus, PromotionOffersCalendarGroupByOptions, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, ScenarioStatus, DateGranularity, DateWeekStart, ClientDateSettings, DefaultClientDateSettings, WidgetType, WidgetPresetAvailability, WidgetChartCategory, WidgetChartSubtype, WidgetChartScenarioMode, WidgetChartAxisValueType, WidgetChartSeriesType, WidgetChartBarLayout, WidgetChartDisplayMode, WidgetChartRankingRule, WidgetChartSortDirection, WidgetTableRowDensity, WidgetTableGroupingFormat, WidgetTableGrandTotalPosition, WidgetTableSortDirection, ScenarioKpisGroupByOptions, TimeDimensionType, RuleType, RuleEnforcement, RuleConditionBoundaryType, RuleConditionValueFormat, RuleEvaluationErrorCode, AggregationRule, IAggregationGroup, IAggregationGroupDependencies, IAggregationGroupDecimalSettings, IAggregationGroupNumericConfig, ICategoricalAggregationRule, ICategoricalAttributeAggregationRule, INumericBetweenAggregationRule, INumericGreaterThanOrEqualAggregationRule, INumericLessThanAggregationRule, INumericRangeAggregationRule, NumericAggregationRule, IWidgetChartConfig, IWidgetChartAxisConfig, IWidgetChartLimitationConfig, IWidgetChartLimitsConfig, IWidgetTableAppearanceConfig, IWidgetTablePresetGridSortItem, IWidgetTablePresetGridState, IWidgetTablePresetDataConfig, IWidgetTablePresetSettings, IWidgetTablePresetConfig, IWidgetPresetUsage, IScenarioKpisGroupBy, IGetScenarioKpisFiltersParams, IStrategyRule, IStrategyRuleInput, IStrategyRuleScope, IStrategyRuleScopeFilters, IStrategyRuleEnforcement, IRuleConditionBoundary, IRuleConditionBoundaryWithType, IKpiConstraintCondition, IPriceConstraintCondition, IMinimumPriceChangeCondition, StrategyRuleCondition, ICreateStrategyRulesResponse, IRuleAchievedValue, IRuleAchievedRange, RuleAchieved, IScenarioRuleResult, IScenarioIncompleteRules, IScenarioRuleResults, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, PluginConfigFieldType, IPluginConfigField, IPluginNavigation, IPluginManifest, PluginConfigValue, PluginVersionPin, IClientPluginMenuSetting, IClientPluginSetting, ClientPlugins, IPluginCatalogEntry, IPluginContextV1, IPluginModule, calculateRange, getAggregationGroupMembershipMode, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, IClientRecalculationStateEntry, IRulesRecalculationState, IClientRecalculationState, IGroupMetadata, IGroupMetadataAppliedChanges, IGroupMetadataAppliedPpaChange, IActionDiscoveryAvailabilityChange, IActionDiscoveryAvailabilityLever, IActionDiscoveryAvailabilityVariant, IActionDiscoveryGroupChanges, IActionDiscoveryMatrixEntry, IActionDiscoveryPpaChange, IActionDiscoveryPriceChange, IActionDiscoveryPriceLever, IActionDiscoveryPriceVariant, PpaMode, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, WebsocketEvents, ScenarioEventSource, IWebSocketPromoBaselineStatusChangedPayload, KpiVariableFormat, KpiAggregation, KpiDisplayStyle, KpiConfigType, SystemVariableType, KpiSystemVariables, SystemKpis, SystemBaseKpisReferenceIds, SystemScopedKpis, SystemScopedKpisReferenceIds, SystemDerivedKpis, SystemDerivedKpisReferenceIds, SystemSpecificKpisReferenceIds, SystemSpecificKpis, SystemVariablesReferenceIds, ISystemKpiBase, ISystemKpi, ISystemScopedKpi, ISystemVariable, IKpiDisplaySettings, IScopedKpiScope, TimePeriod, MeasurementConverter, DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT, MAX_ACTIVE_OPTIMIZATIONS_LIMIT, DEFAULT_AGGREGATION_FALLBACK_LABEL_MANUAL, DEFAULT_AGGREGATION_FALLBACK_LABEL_NOT_MANUAL, ENRICHMENT_DEFAULT_AGGREGATION_REFERENCE_ID, NOT_PROVIDED_AGGREGATION_REFERENCE_ID, SALES_CHANNEL_DIMENSION_FALLBACK_REFERENCE_ID, SALES_CHANNEL_DIMENSION_FALLBACK_SORT_ORDER, SALES_CHANNEL_DIMENSION_MIN_VALUES, SALES_CHANNEL_DIMENSION_NAME_MAX_LENGTH, getAggregationFallbackLabel, getAggregationFallbackReferenceId, buildAggregationFallbackReferenceIds, SCENARIO_KPIS_GROUP_BY_MAX_LEVEL, FORMULA_PREFIX_FOR_MEASURING_UNITS, FORMULA_PREFIX_FOR_INPUT_VARIABLES, INPUT_VARIABLE_NAME_MAX_LENGTH, INPUT_VARIABLE_DESCRIPTION_MAX_LENGTH, INPUT_VARIABLE_REFERENCE_ID_MAX_LENGTH, INPUT_VARIABLE_CUSTOM_ACTION_NAME_MAX_LENGTH, INPUT_VARIABLE_REFERENCE_KPI_REFERENCE_ID_MAX_LENGTH, WIDGET_PRESET_NAME_MAX_LENGTH, WIDGET_PRESET_DESCRIPTION_MAX_LENGTH, };
|
|
108
|
+
export { AggregationGroupMembershipMode, AggregationGroupType, NumericAggregationRuleOperator, BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, StaticLevelReferenceIds, DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, DiscoveryType, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, ClientNumberFormattingSettingsGlobalFormat, ClientNumberFormattingSettingsStyle, ClientNumberFormattingSettingsNotation, ClientNumberFormattingSettingsMetric, ClientNumberFormattingSettingsCurrency, ClientNumberFormattingSettings, NumberFormat, NumberFormatSettings, ClientProductPortfolioVersion, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings, FeatureFlag, FeatureFlags, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientRecalculationStatus, ClientRecalculationType, ClientIndustry, ValueDriverType, KpiConstraintType, KpiConstraintMode, MechanicParamTypes, MechanicParamReferenceIds, MechanicTypeRelations, PluginType, ProductType, ProductNamingDelimiter, PromotionOfferStatus, PromotionOffersCalendarGroupByOptions, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, ScenarioStatus, DateGranularity, DateWeekStart, ClientDateSettings, DefaultClientDateSettings, WidgetType, WidgetPresetAvailability, WidgetChartCategory, WidgetChartSubtype, WidgetChartScenarioMode, WidgetChartAxisValueType, WidgetChartSeriesType, WidgetChartBarLayout, WidgetChartDisplayMode, WidgetChartRankingRule, WidgetChartSortDirection, WidgetTableRowDensity, WidgetTableGroupingFormat, WidgetTableGrandTotalPosition, WidgetTableSortDirection, ScenarioKpisGroupByOptions, TimeDimensionType, RuleType, RuleEnforcement, RuleConditionBoundaryType, RuleConditionValueFormat, RuleEvaluationErrorCode, AggregationRule, IAggregationGroup, IAggregationGroupDependencies, IAggregationGroupDecimalSettings, IAggregationGroupNumericConfig, ICategoricalAggregationRule, ICategoricalAttributeAggregationRule, INumericBetweenAggregationRule, INumericGreaterThanOrEqualAggregationRule, INumericLessThanAggregationRule, INumericRangeAggregationRule, NumericAggregationRule, IWidgetChartConfig, IWidgetChartAxisConfig, IWidgetChartLimitationConfig, IWidgetChartLimitsConfig, IWidgetTableAppearanceConfig, IWidgetTablePresetGridSortItem, IWidgetTablePresetGridState, IWidgetTablePresetDataConfig, IWidgetTablePresetSettings, IWidgetTablePresetConfig, IWidgetPresetUsage, IScenarioKpisGroupBy, IGetScenarioKpisFiltersParams, IStrategyRule, IStrategyRuleInput, IStrategyRuleScope, IStrategyRuleScopeFilters, IStrategyRuleEnforcement, IRuleConditionBoundary, IRuleConditionBoundaryWithType, IKpiConstraintCondition, IPriceConstraintCondition, IMinimumPriceChangeCondition, StrategyRuleCondition, ICreateStrategyRulesResponse, IRuleAchievedValue, IRuleAchievedRange, RuleAchieved, IScenarioRuleResult, IScenarioIncompleteRules, IScenarioRuleResults, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, PluginConfigFieldType, IPluginConfigField, IPluginNavigation, IPluginManifest, PluginConfigValue, PluginVersionPin, IClientPluginMenuSetting, IClientPluginSetting, ClientPlugins, IPluginCatalogEntry, IPluginContextV1, IPluginModule, calculateRange, getAggregationGroupMembershipMode, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, IClientRecalculationStateEntry, IRulesRecalculationState, IClientRecalculationState, IGroupMetadata, IGroupMetadataAppliedChanges, IGroupMetadataAppliedPpaChange, IActionDiscoveryAvailabilityChange, IActionDiscoveryAvailabilityLever, IActionDiscoveryAvailabilityVariant, IActionDiscoveryGroupChanges, IActionDiscoveryMatrixEntry, IActionDiscoveryPpaChange, IActionDiscoveryPriceChange, IActionDiscoveryPriceLever, IActionDiscoveryPriceVariant, PpaMode, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, WebsocketEvents, ScenarioEventSource, IWebSocketPromoBaselineStatusChangedPayload, KpiVariableFormat, InputVariableDefaultRole, InputVariableDefaultRoleFormat, KpiAggregation, KpiDisplayStyle, KpiConfigType, SystemVariableType, KpiSystemVariables, SystemKpis, SystemBaseKpisReferenceIds, SystemScopedKpis, SystemScopedKpisReferenceIds, SystemDerivedKpis, SystemDerivedKpisReferenceIds, SystemSpecificKpisReferenceIds, SystemSpecificKpis, SystemVariablesReferenceIds, ISystemKpiBase, ISystemKpi, ISystemScopedKpi, ISystemVariable, IKpiDisplaySettings, IScopedKpiScope, TimePeriod, MeasurementConverter, DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT, MAX_ACTIVE_OPTIMIZATIONS_LIMIT, DEFAULT_AGGREGATION_FALLBACK_LABEL_MANUAL, DEFAULT_AGGREGATION_FALLBACK_LABEL_NOT_MANUAL, ENRICHMENT_DEFAULT_AGGREGATION_REFERENCE_ID, NOT_PROVIDED_AGGREGATION_REFERENCE_ID, SALES_CHANNEL_DIMENSION_FALLBACK_REFERENCE_ID, SALES_CHANNEL_DIMENSION_FALLBACK_SORT_ORDER, SALES_CHANNEL_DIMENSION_MIN_VALUES, SALES_CHANNEL_DIMENSION_NAME_MAX_LENGTH, getAggregationFallbackLabel, getAggregationFallbackReferenceId, buildAggregationFallbackReferenceIds, SCENARIO_KPIS_GROUP_BY_MAX_LEVEL, FORMULA_PREFIX_FOR_MEASURING_UNITS, FORMULA_PREFIX_FOR_INPUT_VARIABLES, INPUT_VARIABLE_NAME_MAX_LENGTH, INPUT_VARIABLE_DESCRIPTION_MAX_LENGTH, INPUT_VARIABLE_REFERENCE_ID_MAX_LENGTH, INPUT_VARIABLE_CUSTOM_ACTION_NAME_MAX_LENGTH, INPUT_VARIABLE_REFERENCE_KPI_REFERENCE_ID_MAX_LENGTH, WIDGET_PRESET_NAME_MAX_LENGTH, WIDGET_PRESET_DESCRIPTION_MAX_LENGTH, };
|
package/build/index.js
CHANGED
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.KpiConstraintType = exports.ValueDriverType = exports.ClientIndustry = exports.ClientRecalculationType = exports.ClientRecalculationStatus = exports.ClientStatus = exports.AvailabilityChangeTypes = exports.CostChangeTypes = exports.ChangeCostBases = exports.FeatureFlag = 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.DiscoveryType = 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 = exports.NumericAggregationRuleOperator = exports.AggregationGroupType = exports.AggregationGroupMembershipMode = void 0;
|
|
7
7
|
exports.PpaMode = exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.isCompactIndianFormatInDecimals = exports.formatNumberToIndianCompactInCrores = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.getAggregationGroupMembershipMode = exports.calculateRange = exports.RuleEvaluationErrorCode = exports.RuleConditionValueFormat = exports.RuleConditionBoundaryType = exports.RuleEnforcement = exports.RuleType = exports.TimeDimensionType = exports.ScenarioKpisGroupByOptions = exports.WidgetTableSortDirection = exports.WidgetTableGrandTotalPosition = exports.WidgetTableGroupingFormat = exports.WidgetTableRowDensity = exports.WidgetChartSortDirection = exports.WidgetChartRankingRule = exports.WidgetChartDisplayMode = exports.WidgetChartBarLayout = exports.WidgetChartSeriesType = exports.WidgetChartAxisValueType = exports.WidgetChartScenarioMode = exports.WidgetChartSubtype = exports.WidgetChartCategory = exports.WidgetPresetAvailability = exports.WidgetType = exports.DefaultClientDateSettings = exports.DateWeekStart = exports.DateGranularity = exports.ScenarioStatus = exports.OptimizationSolutionBucket = exports.OptimizationKpis = exports.OptimizationStatus = exports.PromotionOffersCalendarGroupByOptions = exports.PromotionOfferStatus = exports.ProductNamingDelimiter = exports.ProductType = exports.PluginType = exports.MechanicTypeRelations = exports.MechanicParamReferenceIds = exports.MechanicParamTypes = exports.KpiConstraintMode = void 0;
|
|
8
|
-
exports.WIDGET_PRESET_DESCRIPTION_MAX_LENGTH = exports.WIDGET_PRESET_NAME_MAX_LENGTH = exports.INPUT_VARIABLE_REFERENCE_KPI_REFERENCE_ID_MAX_LENGTH = exports.INPUT_VARIABLE_CUSTOM_ACTION_NAME_MAX_LENGTH = exports.INPUT_VARIABLE_REFERENCE_ID_MAX_LENGTH = exports.INPUT_VARIABLE_DESCRIPTION_MAX_LENGTH = exports.INPUT_VARIABLE_NAME_MAX_LENGTH = exports.FORMULA_PREFIX_FOR_INPUT_VARIABLES = exports.FORMULA_PREFIX_FOR_MEASURING_UNITS = exports.SCENARIO_KPIS_GROUP_BY_MAX_LEVEL = exports.buildAggregationFallbackReferenceIds = exports.getAggregationFallbackReferenceId = exports.getAggregationFallbackLabel = exports.SALES_CHANNEL_DIMENSION_NAME_MAX_LENGTH = exports.SALES_CHANNEL_DIMENSION_MIN_VALUES = exports.SALES_CHANNEL_DIMENSION_FALLBACK_SORT_ORDER = exports.SALES_CHANNEL_DIMENSION_FALLBACK_REFERENCE_ID = exports.NOT_PROVIDED_AGGREGATION_REFERENCE_ID = exports.ENRICHMENT_DEFAULT_AGGREGATION_REFERENCE_ID = exports.DEFAULT_AGGREGATION_FALLBACK_LABEL_NOT_MANUAL = exports.DEFAULT_AGGREGATION_FALLBACK_LABEL_MANUAL = exports.MAX_ACTIVE_OPTIMIZATIONS_LIMIT = exports.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT = exports.MeasurementConverter = exports.SystemVariablesReferenceIds = exports.SystemSpecificKpis = exports.SystemSpecificKpisReferenceIds = 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 = void 0;
|
|
8
|
+
exports.WIDGET_PRESET_DESCRIPTION_MAX_LENGTH = exports.WIDGET_PRESET_NAME_MAX_LENGTH = exports.INPUT_VARIABLE_REFERENCE_KPI_REFERENCE_ID_MAX_LENGTH = exports.INPUT_VARIABLE_CUSTOM_ACTION_NAME_MAX_LENGTH = exports.INPUT_VARIABLE_REFERENCE_ID_MAX_LENGTH = exports.INPUT_VARIABLE_DESCRIPTION_MAX_LENGTH = exports.INPUT_VARIABLE_NAME_MAX_LENGTH = exports.FORMULA_PREFIX_FOR_INPUT_VARIABLES = exports.FORMULA_PREFIX_FOR_MEASURING_UNITS = exports.SCENARIO_KPIS_GROUP_BY_MAX_LEVEL = exports.buildAggregationFallbackReferenceIds = exports.getAggregationFallbackReferenceId = exports.getAggregationFallbackLabel = exports.SALES_CHANNEL_DIMENSION_NAME_MAX_LENGTH = exports.SALES_CHANNEL_DIMENSION_MIN_VALUES = exports.SALES_CHANNEL_DIMENSION_FALLBACK_SORT_ORDER = exports.SALES_CHANNEL_DIMENSION_FALLBACK_REFERENCE_ID = exports.NOT_PROVIDED_AGGREGATION_REFERENCE_ID = exports.ENRICHMENT_DEFAULT_AGGREGATION_REFERENCE_ID = exports.DEFAULT_AGGREGATION_FALLBACK_LABEL_NOT_MANUAL = exports.DEFAULT_AGGREGATION_FALLBACK_LABEL_MANUAL = exports.MAX_ACTIVE_OPTIMIZATIONS_LIMIT = exports.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT = exports.MeasurementConverter = exports.SystemVariablesReferenceIds = exports.SystemSpecificKpis = exports.SystemSpecificKpisReferenceIds = exports.SystemDerivedKpisReferenceIds = exports.SystemDerivedKpis = exports.SystemScopedKpisReferenceIds = exports.SystemScopedKpis = exports.SystemBaseKpisReferenceIds = exports.SystemKpis = exports.KpiSystemVariables = exports.SystemVariableType = exports.KpiConfigType = exports.KpiDisplayStyle = exports.KpiAggregation = exports.InputVariableDefaultRoleFormat = exports.InputVariableDefaultRole = exports.KpiVariableFormat = exports.ScenarioEventSource = exports.WebsocketEvents = exports.DefaultClientNumberFormattingSettings = exports.DefaultClientFeatures = exports.DefaultClientFeaturesSettings = void 0;
|
|
9
9
|
var activeOptimizationsLimit_1 = require("./constants/activeOptimizationsLimit");
|
|
10
10
|
Object.defineProperty(exports, "DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT", { enumerable: true, get: function () { return activeOptimizationsLimit_1.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT; } });
|
|
11
11
|
Object.defineProperty(exports, "MAX_ACTIVE_OPTIMIZATIONS_LIMIT", { enumerable: true, get: function () { return activeOptimizationsLimit_1.MAX_ACTIVE_OPTIMIZATIONS_LIMIT; } });
|
|
@@ -191,6 +191,9 @@ var kpi_variable_format_enum_1 = require("./enums/kpis/kpi-variable-format.enum"
|
|
|
191
191
|
Object.defineProperty(exports, "KpiAggregation", { enumerable: true, get: function () { return kpi_variable_format_enum_1.KpiAggregation; } });
|
|
192
192
|
Object.defineProperty(exports, "KpiVariableFormat", { enumerable: true, get: function () { return kpi_variable_format_enum_1.KpiVariableFormat; } });
|
|
193
193
|
Object.defineProperty(exports, "SystemVariableType", { enumerable: true, get: function () { return kpi_variable_format_enum_1.SystemVariableType; } });
|
|
194
|
+
var input_variable_default_role_enum_1 = require("./enums/kpis/input-variable-default-role.enum");
|
|
195
|
+
Object.defineProperty(exports, "InputVariableDefaultRole", { enumerable: true, get: function () { return input_variable_default_role_enum_1.InputVariableDefaultRole; } });
|
|
196
|
+
Object.defineProperty(exports, "InputVariableDefaultRoleFormat", { enumerable: true, get: function () { return input_variable_default_role_enum_1.InputVariableDefaultRoleFormat; } });
|
|
194
197
|
var kpi_display_style_enum_1 = require("./enums/kpis/kpi-display-style.enum");
|
|
195
198
|
Object.defineProperty(exports, "KpiDisplayStyle", { enumerable: true, get: function () { return kpi_display_style_enum_1.KpiDisplayStyle; } });
|
|
196
199
|
var kpi_config_type_enum_1 = require("./enums/kpis/kpi-config-type.enum");
|
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":";;;;;;;;AAAA,iFAG6C;AAohB3C,mHAthBA,6DAAkC,OAshBA;AAClC,+GAthBA,yDAA8B,OAshBA;AAphBhC,uEAKwC;AAghBtC,0HAphBA,+DAAyC,OAohBA;AACzC,8HAphBA,mEAA6C,OAohBA;AAC7C,4HAphBA,iEAA2C,OAohBA;AAC3C,sHAphBA,2DAAqC,OAohBA;AAlhBvC,6EAK2C;AA8gBzC,8HAlhBA,sEAA6C,OAkhBA;AAC7C,4HAlhBA,oEAA2C,OAkhBA;AAC3C,mHAlhBA,2DAAkC,OAkhBA;AAClC,wHAlhBA,gEAAuC,OAkhBA;AAhhBzC,2FAAsF;AAihBpF,4GAjhBO,4DAA2B,OAihBP;AAhhB7B,2GAGyD;AA+gBvD,qHAjhBA,6EAAoC,OAihBA;AADpC,kHA/gBA,0EAAiC,OA+gBA;AA7gBnC,yDAA2E;AA+gBzE,iHA/gBO,+CAAgC,OA+gBP;AA9gBlC,+DAGoC;AA4gBlC,mHA9gBA,oDAAkC,OA8gBA;AAClC,mHA9gBA,oDAAkC,OA8gBA;AA5gBpC,+EAM4C;AAugB1C,+GA5gBA,wDAA8B,OA4gBA;AAC9B,sHA5gBA,+DAAqC,OA4gBA;AACrC,uHA5gBA,gEAAsC,OA4gBA;AACtC,6HA5gBA,sEAA4C,OA4gBA;AAC5C,qIA5gBA,8EAAoD,OA4gBA;AA1gBtD,6EAG2C;AAwgBzC,8GA1gBA,sDAA6B,OA0gBA;AAC7B,qHA1gBA,6DAAoC,OA0gBA;AAxgBtC,6EAA0E;AA8SxE,gGA9SO,kCAAe,OA8SP;AA3SjB,4HAAuH;AA0SrH,8GA1SO,gEAA6B,OA0SP;AAzS/B,4GAAwG;AAwStG,uGAxSO,iDAAsB,OAwSP;AAvSxB,oFAAoF;AA0blF,oGA1bO,uCAAmB,OA0bP;AAxbrB,2HAAiH;AAgR/G,+GAhRO,uEAA8B,OAgRP;AA/QhC,qGAA4F;AAgR1F,qGAhRO,kDAAoB,OAgRP;AA/QtB,2HAAiH;AAgR/G,+GAhRO,uEAA8B,OAgRP;AA/QhC,mGAA+F;AAgU7F,wGAhUO,mDAAuB,OAgUP;AA/TzB,6DAAiE;AAoS/D,uGApSO,yCAAsB,OAoSP;AAnSxB,wEAAuE;AAuSrE,oGAvSO,wCAAmB,OAuSP;AAtSrB,wEAAoE;AAyRlE,iGAzRO,qCAAgB,OAyRP;AAxRlB,gFAG8C;AAsR5C,oGAxRA,4CAAmB,OAwRA;AACnB,gHAxRA,wDAA+B,OAwRA;AAtRjC,0DAKmC;AAuUjC,gGA1UA,6BAAe,OA0UA;AACf,8FA1UA,2BAAa,OA0UA;AAEb,0GA3UA,uCAAyB,OA2UA;AAzU3B,kFAG+C;AA8Q7C,sGAhRA,+CAAqB,OAgRA;AACrB,6GAhRA,sDAA4B,OAgRA;AA7Q9B,oFAAgF;AAuR9E,uGAvRO,iDAAsB,OAuRP;AAtRxB,kEAMuC;AA6RrC,8FAlSA,+BAAa,OAkSA;AACb,mGAlSA,oCAAkB,OAkSA;AAElB,mGAlSA,oCAAkB,OAkSA;AA/RpB,4EAAiE;AAiS/D,4FAjSO,kCAAW,OAiSP;AAhSb,kEAA+D;AAwS7D,+FAxSO,gCAAc,OAwSP;AAvShB,sGASyD;AAyQvD,uHAhRA,0EAAsC,OAgRA;AAJtC,2HA3QA,8EAA0C,OA2QA;AAG1C,qHA7QA,wEAAoC,OA6QA;AADpC,uHA3QA,0EAAsC,OA2QA;AADtC,oHAzQA,uEAAmC,OAyQA;AArQrC,oGAA+F;AA4Q7F,8GA5QO,gEAA6B,OA4QP;AA3Q/B,4EAG4C;AAuR1C,0GAzRA,gDAAyB,OAyRA;AACzB,wGAzRA,8CAAuB,OAyRA;AAvRzB,8DAA2D;AAqRzD,6FArRO,4BAAY,OAqRP;AApRd,4DAGoC;AA0OlC,4FA5OA,0BAAW,OA4OA;AACX,wGA5OA,sCAAuB,OA4OA;AA1OzB,4DAAyD;AAgPvD,4FAhPO,0BAAW,OAgPP;AA/Ob,4EAA6E;AAoY3E,wGApYO,8CAAuB,OAoYP;AAnYzB,2EAAuE;AA2QrE,gGA3QO,mCAAe,OA2QP;AA1QjB,2EAAuE;AA2QrE,gGA3QO,mCAAe,OA2QP;AA1QjB,+CAK0B;AA2NxB,kGA/NA,6BAAiB,OA+NA;AACjB,yGA/NA,oCAAwB,OA+NA;AACxB,sGA/NA,iCAAqB,OA+NA;AACrB,oGA/NA,+BAAmB,OA+NA;AA7NrB,mEAAgE;AA2O9D,8FA3OO,8BAAa,OA2OP;AA1Of,uDAAoD;AA2YlD,wFA3YO,kBAAO,OA2YP;AA1YT,wDAGiC;AAsZ/B,2FAxZA,wBAAU,OAwZA;AACV,2GAxZA,wCAA0B,OAwZA;AAtZ5B,wEAGyC;AAsZvC,kGAxZA,uCAAiB,OAwZA;AACjB,8GAxZA,mDAA6B,OAwZA;AAtZ/B,qDAM6B;AA2P3B,kGAhQA,gCAAiB,OAgQA;AACjB,kGAhQA,gCAAiB,OAgQA;AASjB,mGAxQA,iCAAkB,OAwQA;AAClB,iGAxQA,+BAAgB,OAwQA;AAChB,2GAxQA,yCAA0B,OAwQA;AAtQ5B,mDAAmD;AAoMjD,8FApMO,2BAAa,OAoMP;AAnMf,oEAA4D;AA8P1D,2FA9PO,6BAAU,OA8PP;AA7PZ,8EAA0E;AAuOxE,iGAvOO,qCAAgB,OAuOP;AAtOlB,8EAA0E;AAqOxE,iGArOO,qCAAgB,OAqOP;AApOlB,2EAAuE;AAmMrE,gGAnMO,mCAAe,OAmMP;AAlMjB,6FAAwF;AAmMtF,wGAnMO,oDAAuB,OAmMP;AAlMzB,gGAA2F;AAoOzF,wGApOO,oDAAuB,OAoOP;AAnOzB,yFAAsF;AA8LpF,0GA9LO,sDAAyB,OA8LP;AA7L3B,mFAA+E;AA8L7E,sGA9LO,+CAAqB,OA8LP;AA7LvB,qGAAgG;AAoP9F,0GApPO,wDAAyB,OAoPP;AAnP3B,qFAAiF;AAkP/E,mGAlPO,yCAAkB,OAkPP;AAjPpB,2FAAuF;AAmPrF,sGAnPO,+CAAqB,OAmPP;AAlPvB,yFAAqF;AAsPnF,qGAtPO,6CAAoB,OAsPP;AArPtB,gFAG+C;AA6L7C,wGA/LA,+CAAuB,OA+LA;AAsJvB,4GApVA,mDAA2B,OAoVA;AAlV7B,0HAAmH;AAkPjH,sHAlPO,kFAAqC,OAkPP;AAjPvC,oEAAiE;AAqP/D,+FArPO,gCAAc,OAqPP;AApPhB,oFAAgF;AAsO9E,gGAtOO,mCAAe,OAsOP;AArOjB,mFAA8E;AA4W5E,oGA5WO,4CAAmB,OA4WP;AA3WrB,uEAAoE;AA0WlE,gGA1WO,kCAAe,OA0WP;AAxWjB,6DAA0D;AAyUxD,+FAzUO,gCAAc,OAyUP;AAxUhB,iGAAiG;AA0U/F,+GA1UO,6DAA8B,OA0UP;AAzUhC,6FAAyF;AAmWvF,8GAnWO,+DAA6B,OAmWP;AAlW/B,6EAAyE;AAmWvE,sGAnWO,+CAAqB,OAmWP;AAlWvB,iHAA2G;AAmWzG,sHAnWO,iFAAqC,OAmWP;AAlWvC,sEAA8C;AA0U5C,qBA1UK,qBAAU,CA0UL;AAzUZ,yEAAsE;AA6XpE,qGA7XO,4CAAoB,OA6XP;AA5XtB,iHAG4D;AAmU1D,oHArUA,+EAAmC,OAqUA;AACnC,gHArUA,2EAA+B,OAqUA;AAnUjC,iEAA6D;AAqU3D,gGArUO,mCAAe,OAqUP;AApUjB,yGAA6F;AAqU3F,2CArUK,+BAAgC,CAqUL;AApUlC,yGAAmG;AA6TjG,kHA7TO,yEAAiC,OA6TP;AAnQnC,kFAI8C;AAmS5C,+FAtSA,yCAAc,OAsSA;AAHd,kGAlSA,4CAAiB,OAkSA;AAMjB,mGAvSA,6CAAkB,OAuSA;AArSpB,kGAGsD;AA6RpD,yGA/RA,2DAAwB,OA+RA;AACxB,+GA/RA,iEAA8B,OA+RA;AA7RhC,8EAAqE;AA+RnE,gGA/RO,wCAAe,OA+RP;AA9RjB,0EAAiE;AA+R/D,8FA/RO,oCAAa,OA+RP;AA9Rf,0EAG0C;AA6RxC,mGA/RA,yCAAkB,OA+RA;AASlB,4GAvSA,kDAA2B,OAuSA;AArS7B,sEAGwC;AA4RtC,iGA9RA,qCAAgB,OA8RA;AAChB,6GA9RA,iDAA4B,OA8RA;AAnR9B,wEAAoE;AAkKlE,kGAlKO,uCAAiB,OAkKP;AAjKnB,uEAA+D;AAqI7D,4FArIO,+BAAW,OAqIP;AApIb,+FAAsF;AAqIpF,uGArIO,sDAAsB,OAqIP;AApIxB,yCAgBuB;AA+HrB,2FA9IA,mBAAU,OA8IA;AACV,yGA9IA,iCAAwB,OA8IA;AACxB,oGA9IA,4BAAmB,OA8IA;AACnB,mGA9IA,2BAAkB,OA8IA;AAClB,wGA9IA,gCAAuB,OA8IA;AACvB,yGA9IA,iCAAwB,OA8IA;AACxB,sGA9IA,8BAAqB,OA8IA;AACrB,qGA9IA,6BAAoB,OA8IA;AACpB,uGA9IA,+BAAsB,OA8IA;AACtB,uGA9IA,+BAAsB,OA8IA;AACtB,yGA9IA,iCAAwB,OA8IA;AACxB,sGA9IA,8BAAqB,OA8IA;AACrB,0GA9IA,kCAAyB,OA8IA;AACzB,8GA9IA,sCAA6B,OA8IA;AAC7B,yGA9IA,iCAAwB,OA8IA;AA/H1B,uDAAkE;AAgIhE,2GAhIO,0CAA0B,OAgIP;AA3H5B,yDAM+B;AAuH7B,yFA5HA,yBAAQ,OA4HA;AACR,gGA5HA,gCAAe,OA4HA;AACf,0GA5HA,0CAAyB,OA4HA;AACzB,yGA5HA,yCAAwB,OA4HA;AACxB,wGA5HA,wCAAuB,OA4HA;AAtGzB,0EAG0C;AAmNxC,mGArNA,yCAAkB,OAqNA;AADlB,+GAnNA,qDAA8B,OAmNA"}
|