taxtank-core 0.28.7 → 0.28.8

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,6 +18,7 @@ export declare class LoanForm extends AbstractForm<Loan> {
18
18
  * term validation depends on selected repaymentFrequency
19
19
  */
20
20
  listenRepaymentFrequencyChanges(): void;
21
+ d: any;
21
22
  /**
22
23
  * For vehicle loans term has a maximum value depended of repayment frequency
23
24
  */
@@ -1,5 +1,6 @@
1
1
  /**
2
- * Enum with maximum number of payments, depending on the frequency
2
+ * Enum with maximum number of payments, depending on the frequency.
3
+ * Used only for vehicle loans
3
4
  */
4
5
  export declare enum LoanMaxNumberOfPaymentsEnum {
5
6
  WEEKLY = 260,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.28.7",
3
+ "version": "0.28.8",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",