taxtank-core 2.0.33 → 2.0.34
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/fesm2022/taxtank-core.mjs +5 -1
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -11289,6 +11289,7 @@ declare class HoldingTradeCollection extends ExportableCollection<HoldingTrade$1
|
|
11289
11289
|
getExportBody(): ExportCell[][];
|
11290
11290
|
getPurchases(): this;
|
11291
11291
|
getSales(): this;
|
11292
|
+
getConsolidates(): this;
|
11292
11293
|
getPosition(): number;
|
11293
11294
|
getShares(): this;
|
11294
11295
|
getCryptos(): this;
|