parser-de-notas-de-corretagem 0.8.4 → 0.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/asset-crawler.d.ts +2 -0
- package/notes-parser.js +1 -1
- package/notes-parser.js.map +1 -1
- package/package.json +1 -1
package/asset-crawler.d.ts
CHANGED
|
@@ -46,6 +46,8 @@ export declare class AssetCrawler {
|
|
|
46
46
|
* process is interrupted
|
|
47
47
|
*/
|
|
48
48
|
fetchListedAssets(): Promise<void>;
|
|
49
|
+
private fetchStocks;
|
|
50
|
+
private fetchFIIs;
|
|
49
51
|
/**
|
|
50
52
|
* Parse the stock name and returns the stock code
|
|
51
53
|
* @param name title of the stock in the brokerage note
|