Восстановить покрытие прямых исходящих потоков 1С
This commit is contained in:
@@ -400,7 +400,10 @@ function budgetOverrideFor(input, recipe) {
|
||||
const meaning = input.turnMeaning ?? null;
|
||||
const requestedAggregationAxis = aggregationAxis(meaning);
|
||||
const isValueFlowRecipe = recipe.primitives.includes("query_movements") &&
|
||||
(recipe.semanticDataNeed === "counterparty value-flow evidence" ||
|
||||
(recipe.chainId === "value_flow" ||
|
||||
recipe.chainId === "value_flow_comparison" ||
|
||||
recipe.chainId === "value_flow_ranking" ||
|
||||
recipe.semanticDataNeed === "counterparty value-flow evidence" ||
|
||||
recipe.semanticDataNeed === "bidirectional value-flow comparison evidence" ||
|
||||
recipe.semanticDataNeed === "ranked value-flow evidence");
|
||||
const isBusinessOverviewRecipe = recipe.primitives.includes("query_movements") &&
|
||||
|
||||
Reference in New Issue
Block a user