You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In index.d.ts, there is no deprecation warning on putTemplate, even though the javascript source does have one. Based on the lack of warning, I used this function, resulting in an unfortunate outcome.
How can one reproduce the bug?
In an IDE, autocomplete from client.indices. and see putTemplate come up.
What is the expected behavior?
Deprecation warnings would be carried to the .d.ts declarations. (Would be even better if all the jsdoc was carried over.)
What is your host/environment?
N/A
Do you have any screenshots?
N/A
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered:
What is the bug?
In
index.d.ts
, there is no deprecation warning onputTemplate
, even though the javascript source does have one. Based on the lack of warning, I used this function, resulting in an unfortunate outcome.How can one reproduce the bug?
In an IDE, autocomplete from
client.indices.
and seeputTemplate
come up.What is the expected behavior?
Deprecation warnings would be carried to the
.d.ts
declarations. (Would be even better if all the jsdoc was carried over.)What is your host/environment?
N/A
Do you have any screenshots?
N/A
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered: