simpleloan_api 1.2.31 → 1.2.32

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.mts CHANGED
@@ -644,6 +644,7 @@ type MortgageFields = {
644
644
  maternal_capital_in_loan_sum: boolean;
645
645
  maternal_capital_in_down_payment: boolean;
646
646
  maternal_capital_sum: number | null;
647
+ comment_bank_manager?: string;
647
648
  is_pledge: boolean;
648
649
  pledge_type: string | null;
649
650
  pledge_readiness: string | null;
package/dist/index.d.ts CHANGED
@@ -644,6 +644,7 @@ type MortgageFields = {
644
644
  maternal_capital_in_loan_sum: boolean;
645
645
  maternal_capital_in_down_payment: boolean;
646
646
  maternal_capital_sum: number | null;
647
+ comment_bank_manager?: string;
647
648
  is_pledge: boolean;
648
649
  pledge_type: string | null;
649
650
  pledge_readiness: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpleloan_api",
3
- "version": "1.2.31",
3
+ "version": "1.2.32",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",