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:
committed by
delvedor
parent
f74123fb53
commit
29ad0735c2
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user