simpleloan_api 1.2.32 → 1.2.34

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
@@ -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: boolean;
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: boolean;
2472
2473
  }>): Promise<ApiResponse<Record<string, string>> | null>;
2473
2474
  };
2474
2475
  /** Отмена заявки Втб банка */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpleloan_api",
3
- "version": "1.2.32",
3
+ "version": "1.2.34",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",