@cfxlabsinc/b2b-services
    Preparing search index...

    Variable KNOWN_VENDORSConst

    KNOWN_VENDORS: readonly [
        "dart",
        "fib",
        "yellowcard",
        "spei",
        "self_custody",
        "girasol",
        "cfx",
        "manual",
        "route_fusion",
    ] = ...

    The vendor slugs seeded today. Drives Vendor's autocomplete while keeping the type open, and lets code that must branch on a known vendor (e.g. bank pairing, mandatory matchers) key off a concrete list.