-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed validation: #/definitions/QuoteSummaryResult #639
Comments
I'm experiencing the same issue with a bunch of ETFs.
|
Same failure happens for the ETF CSH2.L |
Additionally: * FundPerformancePerformanceOverview * Add "fiveYrAvgReturnPct?: number;"
## [2.4.3](v2.4.2...v2.4.3) (2023-07-24) ### Bug Fixes * **deps:** update dependency node-fetch to v2.6.12 ([adbd93f](adbd93f)) * **deps:** update dependency tough-cookie to v4.1.3 ([aa4d087](aa4d087)) * **fixDevel:** send real request with full URL with crumb ([2911f36](2911f36)) * **quoteSummary:** schema: optional {stock,bond}Position (fixes [#639](#639)) ([cd63b48](cd63b48))
🎉 This issue has been resolved in version 2.4.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thanks, @EcceGratum, @Xeli, @bmacedo for reporting and for your patience. This is now fixed and released, as per the above. I've also added a section in the validation docs about how to help contribute these kinds of fixes, if anyone is interested :) https://github.com/gadicc/node-yahoo-finance2/blob/devel/docs/validation.md#help-fix The changes are usually very simple, e.g.: Error: Modify export interface TopHoldings {
[key: string]: any;
maxAge: number;
- stockPosition: number;
- bondPosition: number;
+ stockPosition?: number;
+ bondPosition?: number;
holdings: TopHoldingsHolding[];
equityHoldings: TopHoldingsEquityHoldings;
bondHoldings: object; and of course, a little more time for testing, etc. I'm just so overloaded at the moment so some help would be great :) |
## [2.4.4](v2.4.3...v2.4.4) (2023-08-12) ### Bug Fixes * **csv2json,historical:** dividends/csv with no data (fixes [#658](#658)) ([13dcc64](13dcc64)) * **deps:** update dependency node-fetch to v2.6.12 ([9f2352b](9f2352b)) * **deps:** update dependency tough-cookie to v4.1.3 ([8ea89d2](8ea89d2)) * **fixDevel:** send real request with full URL with crumb ([e3b2409](e3b2409)) * **quoteSummary:** schema: optional {stock,bond}Position (fixes [#639](#639)) ([cc669b8](cc669b8)) * **schema:** quoteSummary, secFilings types (fixes [#646](#646)) ([e92702e](e92702e)) * **search:** also "Futures" (in addition to "Future") for typeDisp ([d745b67](d745b67)) * **validateAndCoerceTypes:** add a node for #help-fix doc ([662760d](662760d)) * **validations:** quoteSummary BMW.DE (fixes [#638](#638)) ([d943e97](d943e97))
🎉 This issue has been resolved in version 2.4.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Validation Error
Minimal Reproduction
Symbol(s) that it happened for
Error Message
Environment
Browser or Node:
Node version (if applicable):
Npm version:
Browser verion (if applicable):
Library version (e.g.
1.10.1
):Additional Context
ghostfolio/ghostfolio#1966
The text was updated successfully, but these errors were encountered: