taxtank-core 0.32.93 → 0.32.94

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.
@@ -18,10 +18,6 @@ export declare class TaxReviewCollection extends Collection<TaxReview> {
18
18
  * Get tax reviews items in work (In progress, Waiting for client, Waiting for Approval, Is approved)
19
19
  */
20
20
  getInWork(): TaxReview[];
21
- /**
22
- * Get percentage of completed reviews of the total review amount
23
- */
24
- getCompletedPercentage(): number;
25
21
  /**
26
22
  * get list of items filtered by status
27
23
  * @param status
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.32.93",
3
+ "version": "0.32.94",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^16.2.12",