Updated automatically the main typings file with the generated t… (#919)

* Updated automatically the main typings file with the generated types

* Removed useless log
This commit is contained in:
Tomas Della Vedova
2019-07-25 10:57:47 +02:00
committed by delvedor
parent f74123fb53
commit 29ad0735c2
4 changed files with 18 additions and 10 deletions

2
index.d.ts vendored
View File

@ -126,6 +126,7 @@ declare class Client extends EventEmitter {
extend: ClientExtends;
child(opts?: ClientOptions): Client;
close(callback?: Function): Promise<void> | void;
/* GENERATED */
bulk: ApiMethod<RequestParams.Bulk>
cat: {
aliases: ApiMethod<RequestParams.CatAliases>
@ -609,6 +610,7 @@ declare class Client extends EventEmitter {
info: ApiMethod<RequestParams.XpackInfo>
usage: ApiMethod<RequestParams.XpackUsage>
}
/* /GENERATED */
}
declare const events: {