This commit is contained in:
team 1
2026-05-09 20:28:43 +02:00
parent aae4935d69
commit 8827a5a13b
4 changed files with 382 additions and 0 deletions

View File

@@ -1379,6 +1379,15 @@ final class AgentRunnerConfig
)));
}
/**
* @return string[]
*/
public function getRequestedAccessoryCodeTerms(): array
{
return $this->genreStringList('search_repair.requested_accessory_code_terms.terms')
?: $this->genreStringList('product_roles.requested_accessory_code_terms.terms');
}
public function isDirectShopResultGuardEnabled(): bool
{
return $this->getRequiredBool('shop_runtime.result_identity.enabled');