simpleloan_api 1.2.32 → 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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2469,6 +2469,7 @@ declare const useGenerateVtbbankmScansApplications: () => {
|
|
|
2469
2469
|
readonly pending: vue.Ref<boolean>;
|
|
2470
2470
|
post(params: PostParams<{
|
|
2471
2471
|
mortgageapp_id: number;
|
|
2472
|
+
is_consent: true;
|
|
2472
2473
|
}>): Promise<ApiResponse<Record<string, string>> | null>;
|
|
2473
2474
|
};
|
|
2474
2475
|
/** Отмена заявки Втб банка */
|
package/dist/index.d.ts
CHANGED
|
@@ -2469,6 +2469,7 @@ declare const useGenerateVtbbankmScansApplications: () => {
|
|
|
2469
2469
|
readonly pending: vue.Ref<boolean>;
|
|
2470
2470
|
post(params: PostParams<{
|
|
2471
2471
|
mortgageapp_id: number;
|
|
2472
|
+
is_consent: true;
|
|
2472
2473
|
}>): Promise<ApiResponse<Record<string, string>> | null>;
|
|
2473
2474
|
};
|
|
2474
2475
|
/** Отмена заявки Втб банка */
|