simpleloan_api 1.2.14 → 1.2.15

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
@@ -1477,7 +1477,7 @@ declare const useGetMortgage: () => {
1477
1477
  readonly response: vue.Ref<ApiResponse<Mortgage> | null>;
1478
1478
  readonly pending: vue.Ref<boolean>;
1479
1479
  post(params: PostParams<{
1480
- id: string;
1480
+ id: number;
1481
1481
  }>): Promise<ApiResponse<Mortgage> | null>;
1482
1482
  };
1483
1483
  /** Получение списка ипотечных заявок */
package/dist/index.d.ts CHANGED
@@ -1477,7 +1477,7 @@ declare const useGetMortgage: () => {
1477
1477
  readonly response: vue.Ref<ApiResponse<Mortgage> | null>;
1478
1478
  readonly pending: vue.Ref<boolean>;
1479
1479
  post(params: PostParams<{
1480
- id: string;
1480
+ id: number;
1481
1481
  }>): Promise<ApiResponse<Mortgage> | null>;
1482
1482
  };
1483
1483
  /** Получение списка ипотечных заявок */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpleloan_api",
3
- "version": "1.2.14",
3
+ "version": "1.2.15",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",