finance-shared 0.0.17 → 0.0.18

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/dist/index.d.ts CHANGED
@@ -495,6 +495,7 @@ declare interface PDFPreviewForTheSignatureProps extends Omit<DialogProps, "onCl
495
495
  repaymentAmount?: number;
496
496
  cashInHand?: number;
497
497
  interestFees?: number;
498
+ principalPlusInterest?: number;
498
499
  durationMonths?: number;
499
500
  stampDuty?: number;
500
501
  legalFee?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "finance-shared",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/"