phase-10.5: test case fixes and updated postman collection

This commit is contained in:
saikiranvella
2026-06-12 00:47:41 -04:00
parent 65907a9b8d
commit 6cb4c93a0e
8 changed files with 524 additions and 668 deletions
@@ -90,4 +90,6 @@ export interface RuleSet {
// ── ScreenerEngine ────────────────────────────────────────────────────────
export interface ScreenerEngineOptions {
logger?: Logger;
/** Delay between Yahoo batches (ms). Default 1000; set 0 in tests. */
batchDelayMs?: number;
}