simpleloan_api 1.1.14 → 1.1.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
@@ -411,9 +411,7 @@ type AkbarsUpdate = Partial<Akbars> & {
411
411
  declare const useGetAkbarsDictList: (dict: AkbarsDictNames) => {
412
412
  readonly response: vue.Ref<ApiResponse<Record<string, string>> | null>;
413
413
  readonly pending: vue.Ref<boolean>;
414
- post(params: PostParams<{
415
- mortgageapp_id: number;
416
- }>): Promise<ApiResponse<Record<string, string>> | null>;
414
+ post(params?: PostParamsWithoutBody): Promise<ApiResponse<Record<string, string>> | null>;
417
415
  };
418
416
  /** Получение заявки Ак Барс Банка */
419
417
  declare const useGetAkbars: () => {
package/dist/index.d.ts CHANGED
@@ -411,9 +411,7 @@ type AkbarsUpdate = Partial<Akbars> & {
411
411
  declare const useGetAkbarsDictList: (dict: AkbarsDictNames) => {
412
412
  readonly response: vue.Ref<ApiResponse<Record<string, string>> | null>;
413
413
  readonly pending: vue.Ref<boolean>;
414
- post(params: PostParams<{
415
- mortgageapp_id: number;
416
- }>): Promise<ApiResponse<Record<string, string>> | null>;
414
+ post(params?: PostParamsWithoutBody): Promise<ApiResponse<Record<string, string>> | null>;
417
415
  };
418
416
  /** Получение заявки Ак Барс Банка */
419
417
  declare const useGetAkbars: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpleloan_api",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",