taxtank-core 3.0.11 → 3.0.13

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/index.d.ts CHANGED
@@ -4656,7 +4656,7 @@ declare class Transaction extends Transaction$1 implements Expense {
4656
4656
  /**
4657
4657
  * @TODO claimAmount from backend shouldn't include share%(sharedClaimAmount should), the method is workaround
4658
4658
  */
4659
- get grossClaimAmount(): number;
4659
+ get grossClaim(): number;
4660
4660
  }
4661
4661
 
4662
4662
  declare class AllocationRule extends AllocationRule$1 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "3.0.11",
3
+ "version": "3.0.13",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",