From 225e010436937a8dda1516a8061f4f1594f0294c Mon Sep 17 00:00:00 2001 From: Florian Bernd Date: Mon, 7 Apr 2025 13:46:05 +0200 Subject: [PATCH] Introduce `WaitForNodes` alias type (#4205) (cherry picked from commit 8f14e667ed917f480300a503c9dbb279bb62a1a1) --- specification/cluster/health/ClusterHealthRequest.ts | 4 ++-- specification/cluster/health/types.ts | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/specification/cluster/health/ClusterHealthRequest.ts b/specification/cluster/health/ClusterHealthRequest.ts index 6ca1253684..083cf0b746 100644 --- a/specification/cluster/health/ClusterHealthRequest.ts +++ b/specification/cluster/health/ClusterHealthRequest.ts @@ -26,8 +26,8 @@ import { WaitForActiveShards, WaitForEvents } from '@_types/common' -import { integer } from '@_types/Numeric' import { Duration } from '@_types/Time' +import { WaitForNodes } from './types' /** * Get the cluster health status. @@ -99,7 +99,7 @@ export interface Request extends RequestBase { /** * The request waits until the specified number N of nodes is available. It also accepts >=N, <=N, >N and