You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/client.ts
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -78,13 +78,6 @@ export interface NodeOptions {
78
78
ssl?: TlsConnectionOptions
79
79
/** @property headers Custom HTTP headers that should be sent with each request */
80
80
headers?: Record<string,any>
81
-
/** @property roles Common Elasticsearch roles that can be assigned to this node. Can be helpful when writing custom nodeFilter or nodeSelector functions. */
0 commit comments