taxtank-core 0.30.48 → 0.30.49

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.
@@ -31,8 +31,9 @@ export declare class Holding extends AbstractModel {
31
31
  getGrowthCoefficient(holdingType: HoldingType): number;
32
32
  heldMoreYear(): boolean;
33
33
  /**
34
- * in holding we are interested in 3 main categories: stock/crypto/other
34
+ * @TODO Artem/Alex looks bad, come up with a better solution
35
+ * get current category, in holding we are interested in 3 main categories: stock/crypto/other
35
36
  */
36
- get category(): HoldingTypeCategoryEnum;
37
+ category: HoldingTypeCategoryEnum;
37
38
  isSold(): boolean;
38
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.30.48",
3
+ "version": "0.30.49",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^15.1.5",