From cef547d8f48bf2cdb2d28476f8d3715c1b1a40d8 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Fri, 30 Jul 2021 10:55:10 +0200 Subject: [PATCH] feat(ts): allow showParentLevel in hierarchicalFacet this has been supported since 2.6 --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 842e8841a..85eb5bc07 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1132,6 +1132,7 @@ declare namespace algoliasearchHelper { attributes: string[]; separator?: string; rootPath?: string | null; + showParentLevel?: boolean; }; type OperatorList = {