vitalets / tinkoff-invest-api

Node.js SDK для работы с Tinkoff Invest API
45 stars 11 forks source link

Update CandleInterval enum for the CandlesLoader to work properly #18

Closed kirill2400 closed 11 months ago

kirill2400 commented 11 months ago

How soon will this update be in the npm repository?

vitalets commented 11 months ago

After merge I've noticed that changes are in src/generated dir. All files in this dir are automatically generated from proto files. Could you try to run npm run pull-proto and npm run compile-proto to re-generate these files? I assume there will be other changes, not related to candles interval. We need to resolve it, this is right way to go.

kirill2400 commented 11 months ago

After merge I've noticed that changes are in src/generated dir. All files in this dir are automatically generated from proto files. Could you try to run npm run pull-proto and npm run compile-proto to re-generate these files? I assume there will be other changes, not related to candles interval. We need to resolve it, this is right way to go.

npm run compile-proto throw a few execptions like "such file not found". Can you update enum? I don't have much experience with this

vitalets commented 11 months ago

Ok, I will try. I think we need to release new major version with all the latest proto files.

vitalets commented 11 months ago

Released v6.0.0. Candle intervals are updated. Please check that everything works fine.