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 +1 -3
- package/dist/index.d.ts +1 -3
- package/package.json +1 -1
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:
|
|
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:
|
|
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: () => {
|