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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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
|
/** Отмена заявки Втб банка */
|