From 48b3105d66a472b1cdc6107d6e9dff01bb6257f0 Mon Sep 17 00:00:00 2001 From: Fabian Frank Date: Thu, 25 Oct 2018 20:47:17 -0700 Subject: [PATCH] consul: Add near parameter to ServiceOptions See https://www.consul.io/api/health.html#near-1 --- types/consul/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/consul/index.d.ts b/types/consul/index.d.ts index 3d344ae983..096a906c8b 100644 --- a/types/consul/index.d.ts +++ b/types/consul/index.d.ts @@ -625,6 +625,7 @@ declare namespace Consul { dc?: string; tag?: string; passing?: boolean; + near?: string; } interface StateOptions extends CommonOptions {