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 1e55d2a099
commit 2504563480
4 changed files with 18 additions and 10 deletions

2
index.d.ts vendored
View File

@ -113,6 +113,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>
@ -568,6 +569,7 @@ declare class Client extends EventEmitter {
stop: ApiMethod<RequestParams.XpackWatcherStop>
}
}
/* /GENERATED */
}
declare const events: {