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
c130331e69
commit
f3f8628ca1
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -111,6 +111,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>
|
||||
@ -305,6 +306,7 @@ declare class Client extends EventEmitter {
|
||||
update: ApiMethod<RequestParams.Update>
|
||||
update_by_query: ApiMethod<RequestParams.UpdateByQuery>
|
||||
updateByQuery: ApiMethod<RequestParams.UpdateByQuery>
|
||||
/* /GENERATED */
|
||||
}
|
||||
|
||||
declare const events: {
|
||||
|
||||
Reference in New Issue
Block a user