simpleloan_api 1.2.31 → 1.2.33

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;
@@ -2468,6 +2469,7 @@ declare const useGenerateVtbbankmScansApplications: () => {
2468
2469
  readonly pending: vue.Ref<boolean>;
2469
2470
  post(params: PostParams<{
2470
2471
  mortgageapp_id: number;
2472
+ is_consent: true;
2471
2473
  }>): Promise<ApiResponse<Record<string, string>> | null>;
2472
2474
  };
2473
2475
  /** Отмена заявки Втб банка */
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;
@@ -2468,6 +2469,7 @@ declare const useGenerateVtbbankmScansApplications: () => {
2468
2469
  readonly pending: vue.Ref<boolean>;
2469
2470
  post(params: PostParams<{
2470
2471
  mortgageapp_id: number;
2472
+ is_consent: true;
2471
2473
  }>): Promise<ApiResponse<Record<string, string>> | null>;
2472
2474
  };
2473
2475
  /** Отмена заявки Втб банка */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpleloan_api",
3
- "version": "1.2.31",
3
+ "version": "1.2.33",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",