taxtank-core 0.31.36 → 0.31.38

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.
@@ -9,6 +9,7 @@ import { Property } from '../property/property';
9
9
  export declare class AllocationRuleTransaction extends TransactionBase {
10
10
  canAutoAllocate?: boolean;
11
11
  amount?: number;
12
+ amountPercent?: number;
12
13
  tax?: number;
13
14
  claimPercent?: number;
14
15
  isGST?: boolean;
@@ -15,6 +15,7 @@ export declare class AllocationRuleTransaction extends AllocationRuleTransaction
15
15
  claimPercent: number;
16
16
  tax: number;
17
17
  amount: number;
18
+ get amountPercentCoefficient(): number;
18
19
  calculateClaimPercent(): number;
19
20
  /**
20
21
  * If rule transaction has amount then split enabled. There is 0 when split disabled
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.31.36",
3
+ "version": "0.31.38",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^15.1.5",