simpleloan_api 1.1.17 → 1.1.18

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
@@ -693,12 +693,12 @@ declare const useDeleteAlfabankbalanceScans: () => {
693
693
  }>): Promise<ApiResponse<Alfabankbalance> | null>;
694
694
  };
695
695
  /** Генерация анкет для Альфа Банка */
696
- declare const useGenerateApplicationsAlfabankbalanceScans: () => {
697
- readonly response: vue.Ref<Blob | null>;
696
+ declare const useGenerateAlfabankbalanceScansApplications: () => {
697
+ readonly response: vue.Ref<ApiResponse<Record<string, string>> | null>;
698
698
  readonly pending: vue.Ref<boolean>;
699
699
  post(params: PostParams<{
700
700
  mortgageapp_id: number;
701
- }>): Promise<Blob | null>;
701
+ }>): Promise<ApiResponse<Record<string, string>> | null>;
702
702
  };
703
703
  /** Получить предложения заявки Альфа Банка */
704
704
  declare const useGetAlfabankbalanceOffer: () => {
@@ -913,4 +913,4 @@ type Mode = 'development' | 'production';
913
913
  declare function setMode(newMode: Mode): void;
914
914
  declare function getMode(): Mode;
915
915
 
916
- export { type Address, type Akbars, type AkbarsDeposit, type AkbarsDepositScan, type AkbarsDictNames, type AkbarsOffer, type AkbarsPrintform, type AkbarsStages, type Alfabankbalance, type AlfabankbalanceOffer, type AlfabankbalanceOfferLoanParameters, type AlfabankbalanceScanState, type AlfabankbalanceStages, type Brokerclient, type Dict, type DictItem, type Login, type LoginResponse, type Mortgage, type MortgageBankAppStatus, type MortgageBankNames, type MortgageStages, type Salespoint, type SalespointCreditType, type SalespointInsuranceMode, type SalespointNotificationMode, type Sex, type UploadB64File, type User, getMode, setMode, useAccountCheckLogin, useAccountLogin, useAccountLogout, useAccountLogoutUser, useAccountRegister, useAccountResetPassword, useAccountResetPasswordConfirmNew, useAccountUpdatePassword, useAddGroupUser, useAddStaffBrokerclient, useAddStaffSalespoint, useAskAkbarsPrintforms, useCloneAlfabankbalance, useCloneSalespoint, useCloneUser, useDeleteAkbars, useDeleteAkbarsDepositScan, useDeleteAlfabankbalance, useDeleteAlfabankbalanceScans, useDeleteBrokerclient, useDeleteGroupUser, useDeleteSalespoint, useDeleteStaffBrokerclient, useDeleteStaffSalespoint, useDeleteUser, useGenerateAkbarsScansApplications, useGenerateApplicationsAlfabankbalanceScans, useGetAkbars, useGetAkbarsDeposit, useGetAkbarsDepositScanList, useGetAkbarsDict, useGetAkbarsList, useGetAkbarsPrintformList, useGetAlfabankbalance, useGetAlfabankbalanceDict, useGetAlfabankbalanceList, useGetAlfabankbalanceOffer, useGetBrokerclient, useGetBrokerclientList, useGetSalespoint, useGetSalespointList, useGetUser, useGetUserList, useLoanerApprovingAkbarsStatus, usePreapprovalAlfabankbalanceStatus, useProcessingAkbars, useSendAkbars, useSendAkbarsDeposit, useSendAkbarsScans, useSendAlfabankbalance, useSendAlfabankbalanceScans, useStatusManuallyAlfabankbalanceScans, useUpdateAkbars, useUpdateAkbarsDeposit, useUpdateAlfabankbalance, useUpdateBrokerclient, useUpdateManySalespoint, useUpdateManyUser, useUpdateSalespoint, useUpdateUser, useUploadAkbarsDepositScan, useVerifyManuallyAlfabankbalanceScans };
916
+ export { type Address, type Akbars, type AkbarsDeposit, type AkbarsDepositScan, type AkbarsDictNames, type AkbarsOffer, type AkbarsPrintform, type AkbarsStages, type Alfabankbalance, type AlfabankbalanceOffer, type AlfabankbalanceOfferLoanParameters, type AlfabankbalanceScanState, type AlfabankbalanceStages, type Brokerclient, type Dict, type DictItem, type Login, type LoginResponse, type Mortgage, type MortgageBankAppStatus, type MortgageBankNames, type MortgageStages, type Salespoint, type SalespointCreditType, type SalespointInsuranceMode, type SalespointNotificationMode, type Sex, type UploadB64File, type User, getMode, setMode, useAccountCheckLogin, useAccountLogin, useAccountLogout, useAccountLogoutUser, useAccountRegister, useAccountResetPassword, useAccountResetPasswordConfirmNew, useAccountUpdatePassword, useAddGroupUser, useAddStaffBrokerclient, useAddStaffSalespoint, useAskAkbarsPrintforms, useCloneAlfabankbalance, useCloneSalespoint, useCloneUser, useDeleteAkbars, useDeleteAkbarsDepositScan, useDeleteAlfabankbalance, useDeleteAlfabankbalanceScans, useDeleteBrokerclient, useDeleteGroupUser, useDeleteSalespoint, useDeleteStaffBrokerclient, useDeleteStaffSalespoint, useDeleteUser, useGenerateAkbarsScansApplications, useGenerateAlfabankbalanceScansApplications, useGetAkbars, useGetAkbarsDeposit, useGetAkbarsDepositScanList, useGetAkbarsDict, useGetAkbarsList, useGetAkbarsPrintformList, useGetAlfabankbalance, useGetAlfabankbalanceDict, useGetAlfabankbalanceList, useGetAlfabankbalanceOffer, useGetBrokerclient, useGetBrokerclientList, useGetSalespoint, useGetSalespointList, useGetUser, useGetUserList, useLoanerApprovingAkbarsStatus, usePreapprovalAlfabankbalanceStatus, useProcessingAkbars, useSendAkbars, useSendAkbarsDeposit, useSendAkbarsScans, useSendAlfabankbalance, useSendAlfabankbalanceScans, useStatusManuallyAlfabankbalanceScans, useUpdateAkbars, useUpdateAkbarsDeposit, useUpdateAlfabankbalance, useUpdateBrokerclient, useUpdateManySalespoint, useUpdateManyUser, useUpdateSalespoint, useUpdateUser, useUploadAkbarsDepositScan, useVerifyManuallyAlfabankbalanceScans };
package/dist/index.d.ts CHANGED
@@ -693,12 +693,12 @@ declare const useDeleteAlfabankbalanceScans: () => {
693
693
  }>): Promise<ApiResponse<Alfabankbalance> | null>;
694
694
  };
695
695
  /** Генерация анкет для Альфа Банка */
696
- declare const useGenerateApplicationsAlfabankbalanceScans: () => {
697
- readonly response: vue.Ref<Blob | null>;
696
+ declare const useGenerateAlfabankbalanceScansApplications: () => {
697
+ readonly response: vue.Ref<ApiResponse<Record<string, string>> | null>;
698
698
  readonly pending: vue.Ref<boolean>;
699
699
  post(params: PostParams<{
700
700
  mortgageapp_id: number;
701
- }>): Promise<Blob | null>;
701
+ }>): Promise<ApiResponse<Record<string, string>> | null>;
702
702
  };
703
703
  /** Получить предложения заявки Альфа Банка */
704
704
  declare const useGetAlfabankbalanceOffer: () => {
@@ -913,4 +913,4 @@ type Mode = 'development' | 'production';
913
913
  declare function setMode(newMode: Mode): void;
914
914
  declare function getMode(): Mode;
915
915
 
916
- export { type Address, type Akbars, type AkbarsDeposit, type AkbarsDepositScan, type AkbarsDictNames, type AkbarsOffer, type AkbarsPrintform, type AkbarsStages, type Alfabankbalance, type AlfabankbalanceOffer, type AlfabankbalanceOfferLoanParameters, type AlfabankbalanceScanState, type AlfabankbalanceStages, type Brokerclient, type Dict, type DictItem, type Login, type LoginResponse, type Mortgage, type MortgageBankAppStatus, type MortgageBankNames, type MortgageStages, type Salespoint, type SalespointCreditType, type SalespointInsuranceMode, type SalespointNotificationMode, type Sex, type UploadB64File, type User, getMode, setMode, useAccountCheckLogin, useAccountLogin, useAccountLogout, useAccountLogoutUser, useAccountRegister, useAccountResetPassword, useAccountResetPasswordConfirmNew, useAccountUpdatePassword, useAddGroupUser, useAddStaffBrokerclient, useAddStaffSalespoint, useAskAkbarsPrintforms, useCloneAlfabankbalance, useCloneSalespoint, useCloneUser, useDeleteAkbars, useDeleteAkbarsDepositScan, useDeleteAlfabankbalance, useDeleteAlfabankbalanceScans, useDeleteBrokerclient, useDeleteGroupUser, useDeleteSalespoint, useDeleteStaffBrokerclient, useDeleteStaffSalespoint, useDeleteUser, useGenerateAkbarsScansApplications, useGenerateApplicationsAlfabankbalanceScans, useGetAkbars, useGetAkbarsDeposit, useGetAkbarsDepositScanList, useGetAkbarsDict, useGetAkbarsList, useGetAkbarsPrintformList, useGetAlfabankbalance, useGetAlfabankbalanceDict, useGetAlfabankbalanceList, useGetAlfabankbalanceOffer, useGetBrokerclient, useGetBrokerclientList, useGetSalespoint, useGetSalespointList, useGetUser, useGetUserList, useLoanerApprovingAkbarsStatus, usePreapprovalAlfabankbalanceStatus, useProcessingAkbars, useSendAkbars, useSendAkbarsDeposit, useSendAkbarsScans, useSendAlfabankbalance, useSendAlfabankbalanceScans, useStatusManuallyAlfabankbalanceScans, useUpdateAkbars, useUpdateAkbarsDeposit, useUpdateAlfabankbalance, useUpdateBrokerclient, useUpdateManySalespoint, useUpdateManyUser, useUpdateSalespoint, useUpdateUser, useUploadAkbarsDepositScan, useVerifyManuallyAlfabankbalanceScans };
916
+ export { type Address, type Akbars, type AkbarsDeposit, type AkbarsDepositScan, type AkbarsDictNames, type AkbarsOffer, type AkbarsPrintform, type AkbarsStages, type Alfabankbalance, type AlfabankbalanceOffer, type AlfabankbalanceOfferLoanParameters, type AlfabankbalanceScanState, type AlfabankbalanceStages, type Brokerclient, type Dict, type DictItem, type Login, type LoginResponse, type Mortgage, type MortgageBankAppStatus, type MortgageBankNames, type MortgageStages, type Salespoint, type SalespointCreditType, type SalespointInsuranceMode, type SalespointNotificationMode, type Sex, type UploadB64File, type User, getMode, setMode, useAccountCheckLogin, useAccountLogin, useAccountLogout, useAccountLogoutUser, useAccountRegister, useAccountResetPassword, useAccountResetPasswordConfirmNew, useAccountUpdatePassword, useAddGroupUser, useAddStaffBrokerclient, useAddStaffSalespoint, useAskAkbarsPrintforms, useCloneAlfabankbalance, useCloneSalespoint, useCloneUser, useDeleteAkbars, useDeleteAkbarsDepositScan, useDeleteAlfabankbalance, useDeleteAlfabankbalanceScans, useDeleteBrokerclient, useDeleteGroupUser, useDeleteSalespoint, useDeleteStaffBrokerclient, useDeleteStaffSalespoint, useDeleteUser, useGenerateAkbarsScansApplications, useGenerateAlfabankbalanceScansApplications, useGetAkbars, useGetAkbarsDeposit, useGetAkbarsDepositScanList, useGetAkbarsDict, useGetAkbarsList, useGetAkbarsPrintformList, useGetAlfabankbalance, useGetAlfabankbalanceDict, useGetAlfabankbalanceList, useGetAlfabankbalanceOffer, useGetBrokerclient, useGetBrokerclientList, useGetSalespoint, useGetSalespointList, useGetUser, useGetUserList, useLoanerApprovingAkbarsStatus, usePreapprovalAlfabankbalanceStatus, useProcessingAkbars, useSendAkbars, useSendAkbarsDeposit, useSendAkbarsScans, useSendAlfabankbalance, useSendAlfabankbalanceScans, useStatusManuallyAlfabankbalanceScans, useUpdateAkbars, useUpdateAkbarsDeposit, useUpdateAlfabankbalance, useUpdateBrokerclient, useUpdateManySalespoint, useUpdateManyUser, useUpdateSalespoint, useUpdateUser, useUploadAkbarsDepositScan, useVerifyManuallyAlfabankbalanceScans };
package/dist/index.js CHANGED
@@ -68,7 +68,7 @@ __export(simpleloan_api_exports, {
68
68
  useDeleteStaffSalespoint: () => useDeleteStaffSalespoint,
69
69
  useDeleteUser: () => useDeleteUser,
70
70
  useGenerateAkbarsScansApplications: () => useGenerateAkbarsScansApplications,
71
- useGenerateApplicationsAlfabankbalanceScans: () => useGenerateApplicationsAlfabankbalanceScans,
71
+ useGenerateAlfabankbalanceScansApplications: () => useGenerateAlfabankbalanceScansApplications,
72
72
  useGetAkbars: () => useGetAkbars,
73
73
  useGetAkbarsDeposit: () => useGetAkbarsDeposit,
74
74
  useGetAkbarsDepositScanList: () => useGetAkbarsDepositScanList,
@@ -225,7 +225,7 @@ var useSendAlfabankbalanceScans = () => useFetch(baseUrl3 + "scans/send/");
225
225
  var useVerifyManuallyAlfabankbalanceScans = () => useFetch(baseUrl3 + "scans/verify/manually/");
226
226
  var useStatusManuallyAlfabankbalanceScans = () => useFetch(baseUrl3 + "scans/status/manually/");
227
227
  var useDeleteAlfabankbalanceScans = () => useFetch(baseUrl3 + "scans/delete/item/");
228
- var useGenerateApplicationsAlfabankbalanceScans = () => useFetch(baseUrl3 + "scans/applications/generate/", true);
228
+ var useGenerateAlfabankbalanceScansApplications = () => useFetch(baseUrl3 + "scans/applications/generate/");
229
229
  var useGetAlfabankbalanceOffer = () => useFetch(baseUrl3 + "get/offer/");
230
230
  var usePreapprovalAlfabankbalanceStatus = () => useFetch(baseUrl3 + "preapproval/status/");
231
231
  var useCloneAlfabankbalance = () => useFetch(baseUrl3 + "app/clone/");
@@ -290,7 +290,7 @@ var useUpdateManyUser = () => useFetch(baseUrl6 + "update_many/");
290
290
  useDeleteStaffSalespoint,
291
291
  useDeleteUser,
292
292
  useGenerateAkbarsScansApplications,
293
- useGenerateApplicationsAlfabankbalanceScans,
293
+ useGenerateAlfabankbalanceScansApplications,
294
294
  useGetAkbars,
295
295
  useGetAkbarsDeposit,
296
296
  useGetAkbarsDepositScanList,
package/dist/index.mjs CHANGED
@@ -137,7 +137,7 @@ var useSendAlfabankbalanceScans = () => useFetch(baseUrl3 + "scans/send/");
137
137
  var useVerifyManuallyAlfabankbalanceScans = () => useFetch(baseUrl3 + "scans/verify/manually/");
138
138
  var useStatusManuallyAlfabankbalanceScans = () => useFetch(baseUrl3 + "scans/status/manually/");
139
139
  var useDeleteAlfabankbalanceScans = () => useFetch(baseUrl3 + "scans/delete/item/");
140
- var useGenerateApplicationsAlfabankbalanceScans = () => useFetch(baseUrl3 + "scans/applications/generate/", true);
140
+ var useGenerateAlfabankbalanceScansApplications = () => useFetch(baseUrl3 + "scans/applications/generate/");
141
141
  var useGetAlfabankbalanceOffer = () => useFetch(baseUrl3 + "get/offer/");
142
142
  var usePreapprovalAlfabankbalanceStatus = () => useFetch(baseUrl3 + "preapproval/status/");
143
143
  var useCloneAlfabankbalance = () => useFetch(baseUrl3 + "app/clone/");
@@ -201,7 +201,7 @@ export {
201
201
  useDeleteStaffSalespoint,
202
202
  useDeleteUser,
203
203
  useGenerateAkbarsScansApplications,
204
- useGenerateApplicationsAlfabankbalanceScans,
204
+ useGenerateAlfabankbalanceScansApplications,
205
205
  useGetAkbars,
206
206
  useGetAkbarsDeposit,
207
207
  useGetAkbarsDepositScanList,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpleloan_api",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",