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
1e55d2a099
commit
2504563480
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user