simpleloan_api 1.2.1 → 1.2.3

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
@@ -886,6 +886,14 @@ declare const useCloneAbsolutbank: () => {
886
886
  salespoint_id?: number;
887
887
  }>): Promise<ApiResponse<AbsolutbankMeta> | null>;
888
888
  };
889
+ /** Генерация анкет для Абсолют банка */
890
+ declare const useGenerateAbsolutbankScansApplications: () => {
891
+ readonly response: vue.Ref<ApiResponse<Record<string, string>> | null>;
892
+ readonly pending: vue.Ref<boolean>;
893
+ post(params: PostParams<{
894
+ mortgageapp_id: number;
895
+ }>): Promise<ApiResponse<Record<string, string>> | null>;
896
+ };
889
897
 
890
898
  /** Авторизация */
891
899
  declare const useAccountLogin: () => {
@@ -1552,7 +1560,7 @@ declare const useCancelMortgage: () => {
1552
1560
  }>): Promise<ApiResponse<Mortgage> | null>;
1553
1561
  };
1554
1562
  /** Копирование заявки */
1555
- declare const useCopyMortgage: () => {
1563
+ declare const useCloneMortgage: () => {
1556
1564
  readonly response: vue.Ref<ApiResponse<Mortgage> | null>;
1557
1565
  readonly pending: vue.Ref<boolean>;
1558
1566
  post(params: PostParams<{
@@ -1956,4 +1964,4 @@ type Mode = 'development' | 'production';
1956
1964
  declare function setMode(newMode: Mode): void;
1957
1965
  declare function getMode(): Mode;
1958
1966
 
1959
- export { type Absolutbank, type AbsolutbankDictNames, type AbsolutbankFields, type AbsolutbankMeta, type AbsolutbankStages, 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 Chatmessage, type ChatmessageRoleUserMsg, type ChatmessageThread, type Customer, type CustomerFields, type CustomerMeta, type CustomerUpdate, type Dict, type DictItem, type Gazprombankm, type GazprombankmDictNames, type GazprombankmFields, type GazprombankmMeta, type GazprombankmStages, type Login, type LoginResponse, type Mortgage, type MortgageBankApp, type MortgageBankAppStatus, type MortgageBankNames, type MortgageCalculateProgram, type MortgageCommonDictNames, type MortgageDictNames, type MortgageFields, type MortgageMeta, type MortgageProgram, type MortgageProgramsLimits, type MortgageScan, type MortgageScanDoctype, type MortgageStages, type MortgageUpdate, type RosbankDom, type RosbankDomFields, type RosbankDomMeta, type RosbankDomOffer, type RosbankDomStages, type Salespoint, type SalespointCreditType, type SalespointInsuranceMode, type SalespointNotificationMode, type Sex, type UploadB64File, type UploadedFile, type User, type VtbBankmFields, type VtbBankmMeta, type VtbBankmStages, type Vtbbankm, getMode, setMode, usGetMortgageScansList, useAccountCheckLogin, useAccountLogin, useAccountLogout, useAccountLogoutUser, useAccountRegister, useAccountResetPassword, useAccountResetPasswordConfirmNew, useAccountUpdatePassword, useAddGroupUser, useAddStaffBrokerclient, useAddStaffSalespoint, useAskAkbarsPrintforms, useCalculateMortgage, useCancelAbsolutbank, useCancelGazprombankm, useCancelMortgage, useCancelRosbankDom, useCancelVtbbankm, useCloneAbsolutbank, useCloneAlfabankBalance, useCloneGazprombankm, useCloneRosbankDom, useCloneSalespoint, useCloneUser, useCloneVtbbankm, useConfirmAbsolutbank, useConfirmRosbankDom, useCopyMortgage, useDeleteAbsolutbank, useDeleteAkbars, useDeleteAkbarsDepositScan, useDeleteAlfabankBalance, useDeleteAlfabankBalanceScans, useDeleteBrokerclient, useDeleteChatmessage, useDeleteCustomerList, useDeleteGazprombankm, useDeleteGroupUser, useDeleteMortgage, useDeleteMortgageCustomer, useDeleteMortgageProgram, useDeleteMortgageScan, useDeleteRosbankDom, useDeleteSalespoint, useDeleteStaffBrokerclient, useDeleteStaffSalespoint, useDeleteUser, useDeleteVtbbankm, useGenerateAkbarsScansApplications, useGenerateAlfabankBalanceScansApplications, useGenerateVtbbankmScansApplications, useGetAbsolutbank, useGetAbsolutbankDict, useGetAbsolutbankList, useGetAbsolutbankPrintforms, useGetAkbars, useGetAkbarsDeposit, useGetAkbarsDepositScanList, useGetAkbarsDict, useGetAkbarsList, useGetAkbarsPrintformList, useGetAlfabankBalance, useGetAlfabankBalanceDict, useGetAlfabankBalanceList, useGetAlfabankBalanceOffer, useGetBrokerclient, useGetBrokerclientList, useGetChatmessageList, useGetChatmessageThreads, useGetCustomer, useGetCustomerList, useGetGazprombankm, useGetGazprombankmDict, useGetGazprombankmList, useGetMortgage, useGetMortgageBankApp, useGetMortgageCommonDictList, useGetMortgageDict, useGetMortgageFieldChoices, useGetMortgageFieldRequired, useGetMortgageLimits, useGetMortgageList, useGetMortgageProgram, useGetMortgageProgramsGroup, useGetMortgageProgramsList, useGetMortgageScansDoctypesList, useGetRosbankDom, useGetRosbankDomDict, useGetRosbankDomList, useGetRosbankDomPrintformsList, useGetSalespoint, useGetSalespointList, useGetUser, useGetUserList, useGetVtbbankm, useGetVtbbankmList, useLoanerApprovingAkbarsStatus, usePreapprovalAbsolutbankStatus, usePreapprovalAlfabankBalanceStatus, usePreapprovalRosbankDomStatus, usePrintMortgageForm, useProcessingAkbars, useReadChatmessage, useRosbankDomOpportunity, useSendAbsolutbank, useSendAbsolutbankScans, useSendAkbars, useSendAkbarsDeposit, useSendAkbarsScans, useSendAlfabankBalance, useSendAlfabankBalanceScans, useSendGazprombankm, useSendGazprombankmScans, useSendMortgage, useSendMortgageScans, useSendRosbankDom, useSendRosbankDomScans, useSendVtbbankm, useStatusManuallyAlfabankBalanceScans, useUpdateAbsolutbank, useUpdateAkbars, useUpdateAkbarsDeposit, useUpdateAlfabankBalance, useUpdateBrokerclient, useUpdateChatmessage, useUpdateCustomer, useUpdateGazprombankm, useUpdateManySalespoint, useUpdateManyUser, useUpdateMortgage, useUpdateMortgageCustomer, useUpdateMortgageProgram, useUpdateRosbankDom, useUpdateSalespoint, useUpdateUser, useUpdateVtbbankm, useUploadAkbarsDepositScan, useUploadMortgageScan, useVerifyManuallyAlfabankBalanceScans };
1967
+ export { type Absolutbank, type AbsolutbankDictNames, type AbsolutbankFields, type AbsolutbankMeta, type AbsolutbankStages, 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 Chatmessage, type ChatmessageRoleUserMsg, type ChatmessageThread, type Customer, type CustomerFields, type CustomerMeta, type CustomerUpdate, type Dict, type DictItem, type Gazprombankm, type GazprombankmDictNames, type GazprombankmFields, type GazprombankmMeta, type GazprombankmStages, type Login, type LoginResponse, type Mortgage, type MortgageBankApp, type MortgageBankAppStatus, type MortgageBankNames, type MortgageCalculateProgram, type MortgageCommonDictNames, type MortgageDictNames, type MortgageFields, type MortgageMeta, type MortgageProgram, type MortgageProgramsLimits, type MortgageScan, type MortgageScanDoctype, type MortgageStages, type MortgageUpdate, type RosbankDom, type RosbankDomFields, type RosbankDomMeta, type RosbankDomOffer, type RosbankDomStages, type Salespoint, type SalespointCreditType, type SalespointInsuranceMode, type SalespointNotificationMode, type Sex, type UploadB64File, type UploadedFile, type User, type VtbBankmFields, type VtbBankmMeta, type VtbBankmStages, type Vtbbankm, getMode, setMode, usGetMortgageScansList, useAccountCheckLogin, useAccountLogin, useAccountLogout, useAccountLogoutUser, useAccountRegister, useAccountResetPassword, useAccountResetPasswordConfirmNew, useAccountUpdatePassword, useAddGroupUser, useAddStaffBrokerclient, useAddStaffSalespoint, useAskAkbarsPrintforms, useCalculateMortgage, useCancelAbsolutbank, useCancelGazprombankm, useCancelMortgage, useCancelRosbankDom, useCancelVtbbankm, useCloneAbsolutbank, useCloneAlfabankBalance, useCloneGazprombankm, useCloneMortgage, useCloneRosbankDom, useCloneSalespoint, useCloneUser, useCloneVtbbankm, useConfirmAbsolutbank, useConfirmRosbankDom, useDeleteAbsolutbank, useDeleteAkbars, useDeleteAkbarsDepositScan, useDeleteAlfabankBalance, useDeleteAlfabankBalanceScans, useDeleteBrokerclient, useDeleteChatmessage, useDeleteCustomerList, useDeleteGazprombankm, useDeleteGroupUser, useDeleteMortgage, useDeleteMortgageCustomer, useDeleteMortgageProgram, useDeleteMortgageScan, useDeleteRosbankDom, useDeleteSalespoint, useDeleteStaffBrokerclient, useDeleteStaffSalespoint, useDeleteUser, useDeleteVtbbankm, useGenerateAbsolutbankScansApplications, useGenerateAkbarsScansApplications, useGenerateAlfabankBalanceScansApplications, useGenerateVtbbankmScansApplications, useGetAbsolutbank, useGetAbsolutbankDict, useGetAbsolutbankList, useGetAbsolutbankPrintforms, useGetAkbars, useGetAkbarsDeposit, useGetAkbarsDepositScanList, useGetAkbarsDict, useGetAkbarsList, useGetAkbarsPrintformList, useGetAlfabankBalance, useGetAlfabankBalanceDict, useGetAlfabankBalanceList, useGetAlfabankBalanceOffer, useGetBrokerclient, useGetBrokerclientList, useGetChatmessageList, useGetChatmessageThreads, useGetCustomer, useGetCustomerList, useGetGazprombankm, useGetGazprombankmDict, useGetGazprombankmList, useGetMortgage, useGetMortgageBankApp, useGetMortgageCommonDictList, useGetMortgageDict, useGetMortgageFieldChoices, useGetMortgageFieldRequired, useGetMortgageLimits, useGetMortgageList, useGetMortgageProgram, useGetMortgageProgramsGroup, useGetMortgageProgramsList, useGetMortgageScansDoctypesList, useGetRosbankDom, useGetRosbankDomDict, useGetRosbankDomList, useGetRosbankDomPrintformsList, useGetSalespoint, useGetSalespointList, useGetUser, useGetUserList, useGetVtbbankm, useGetVtbbankmList, useLoanerApprovingAkbarsStatus, usePreapprovalAbsolutbankStatus, usePreapprovalAlfabankBalanceStatus, usePreapprovalRosbankDomStatus, usePrintMortgageForm, useProcessingAkbars, useReadChatmessage, useRosbankDomOpportunity, useSendAbsolutbank, useSendAbsolutbankScans, useSendAkbars, useSendAkbarsDeposit, useSendAkbarsScans, useSendAlfabankBalance, useSendAlfabankBalanceScans, useSendGazprombankm, useSendGazprombankmScans, useSendMortgage, useSendMortgageScans, useSendRosbankDom, useSendRosbankDomScans, useSendVtbbankm, useStatusManuallyAlfabankBalanceScans, useUpdateAbsolutbank, useUpdateAkbars, useUpdateAkbarsDeposit, useUpdateAlfabankBalance, useUpdateBrokerclient, useUpdateChatmessage, useUpdateCustomer, useUpdateGazprombankm, useUpdateManySalespoint, useUpdateManyUser, useUpdateMortgage, useUpdateMortgageCustomer, useUpdateMortgageProgram, useUpdateRosbankDom, useUpdateSalespoint, useUpdateUser, useUpdateVtbbankm, useUploadAkbarsDepositScan, useUploadMortgageScan, useVerifyManuallyAlfabankBalanceScans };
package/dist/index.d.ts CHANGED
@@ -886,6 +886,14 @@ declare const useCloneAbsolutbank: () => {
886
886
  salespoint_id?: number;
887
887
  }>): Promise<ApiResponse<AbsolutbankMeta> | null>;
888
888
  };
889
+ /** Генерация анкет для Абсолют банка */
890
+ declare const useGenerateAbsolutbankScansApplications: () => {
891
+ readonly response: vue.Ref<ApiResponse<Record<string, string>> | null>;
892
+ readonly pending: vue.Ref<boolean>;
893
+ post(params: PostParams<{
894
+ mortgageapp_id: number;
895
+ }>): Promise<ApiResponse<Record<string, string>> | null>;
896
+ };
889
897
 
890
898
  /** Авторизация */
891
899
  declare const useAccountLogin: () => {
@@ -1552,7 +1560,7 @@ declare const useCancelMortgage: () => {
1552
1560
  }>): Promise<ApiResponse<Mortgage> | null>;
1553
1561
  };
1554
1562
  /** Копирование заявки */
1555
- declare const useCopyMortgage: () => {
1563
+ declare const useCloneMortgage: () => {
1556
1564
  readonly response: vue.Ref<ApiResponse<Mortgage> | null>;
1557
1565
  readonly pending: vue.Ref<boolean>;
1558
1566
  post(params: PostParams<{
@@ -1956,4 +1964,4 @@ type Mode = 'development' | 'production';
1956
1964
  declare function setMode(newMode: Mode): void;
1957
1965
  declare function getMode(): Mode;
1958
1966
 
1959
- export { type Absolutbank, type AbsolutbankDictNames, type AbsolutbankFields, type AbsolutbankMeta, type AbsolutbankStages, 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 Chatmessage, type ChatmessageRoleUserMsg, type ChatmessageThread, type Customer, type CustomerFields, type CustomerMeta, type CustomerUpdate, type Dict, type DictItem, type Gazprombankm, type GazprombankmDictNames, type GazprombankmFields, type GazprombankmMeta, type GazprombankmStages, type Login, type LoginResponse, type Mortgage, type MortgageBankApp, type MortgageBankAppStatus, type MortgageBankNames, type MortgageCalculateProgram, type MortgageCommonDictNames, type MortgageDictNames, type MortgageFields, type MortgageMeta, type MortgageProgram, type MortgageProgramsLimits, type MortgageScan, type MortgageScanDoctype, type MortgageStages, type MortgageUpdate, type RosbankDom, type RosbankDomFields, type RosbankDomMeta, type RosbankDomOffer, type RosbankDomStages, type Salespoint, type SalespointCreditType, type SalespointInsuranceMode, type SalespointNotificationMode, type Sex, type UploadB64File, type UploadedFile, type User, type VtbBankmFields, type VtbBankmMeta, type VtbBankmStages, type Vtbbankm, getMode, setMode, usGetMortgageScansList, useAccountCheckLogin, useAccountLogin, useAccountLogout, useAccountLogoutUser, useAccountRegister, useAccountResetPassword, useAccountResetPasswordConfirmNew, useAccountUpdatePassword, useAddGroupUser, useAddStaffBrokerclient, useAddStaffSalespoint, useAskAkbarsPrintforms, useCalculateMortgage, useCancelAbsolutbank, useCancelGazprombankm, useCancelMortgage, useCancelRosbankDom, useCancelVtbbankm, useCloneAbsolutbank, useCloneAlfabankBalance, useCloneGazprombankm, useCloneRosbankDom, useCloneSalespoint, useCloneUser, useCloneVtbbankm, useConfirmAbsolutbank, useConfirmRosbankDom, useCopyMortgage, useDeleteAbsolutbank, useDeleteAkbars, useDeleteAkbarsDepositScan, useDeleteAlfabankBalance, useDeleteAlfabankBalanceScans, useDeleteBrokerclient, useDeleteChatmessage, useDeleteCustomerList, useDeleteGazprombankm, useDeleteGroupUser, useDeleteMortgage, useDeleteMortgageCustomer, useDeleteMortgageProgram, useDeleteMortgageScan, useDeleteRosbankDom, useDeleteSalespoint, useDeleteStaffBrokerclient, useDeleteStaffSalespoint, useDeleteUser, useDeleteVtbbankm, useGenerateAkbarsScansApplications, useGenerateAlfabankBalanceScansApplications, useGenerateVtbbankmScansApplications, useGetAbsolutbank, useGetAbsolutbankDict, useGetAbsolutbankList, useGetAbsolutbankPrintforms, useGetAkbars, useGetAkbarsDeposit, useGetAkbarsDepositScanList, useGetAkbarsDict, useGetAkbarsList, useGetAkbarsPrintformList, useGetAlfabankBalance, useGetAlfabankBalanceDict, useGetAlfabankBalanceList, useGetAlfabankBalanceOffer, useGetBrokerclient, useGetBrokerclientList, useGetChatmessageList, useGetChatmessageThreads, useGetCustomer, useGetCustomerList, useGetGazprombankm, useGetGazprombankmDict, useGetGazprombankmList, useGetMortgage, useGetMortgageBankApp, useGetMortgageCommonDictList, useGetMortgageDict, useGetMortgageFieldChoices, useGetMortgageFieldRequired, useGetMortgageLimits, useGetMortgageList, useGetMortgageProgram, useGetMortgageProgramsGroup, useGetMortgageProgramsList, useGetMortgageScansDoctypesList, useGetRosbankDom, useGetRosbankDomDict, useGetRosbankDomList, useGetRosbankDomPrintformsList, useGetSalespoint, useGetSalespointList, useGetUser, useGetUserList, useGetVtbbankm, useGetVtbbankmList, useLoanerApprovingAkbarsStatus, usePreapprovalAbsolutbankStatus, usePreapprovalAlfabankBalanceStatus, usePreapprovalRosbankDomStatus, usePrintMortgageForm, useProcessingAkbars, useReadChatmessage, useRosbankDomOpportunity, useSendAbsolutbank, useSendAbsolutbankScans, useSendAkbars, useSendAkbarsDeposit, useSendAkbarsScans, useSendAlfabankBalance, useSendAlfabankBalanceScans, useSendGazprombankm, useSendGazprombankmScans, useSendMortgage, useSendMortgageScans, useSendRosbankDom, useSendRosbankDomScans, useSendVtbbankm, useStatusManuallyAlfabankBalanceScans, useUpdateAbsolutbank, useUpdateAkbars, useUpdateAkbarsDeposit, useUpdateAlfabankBalance, useUpdateBrokerclient, useUpdateChatmessage, useUpdateCustomer, useUpdateGazprombankm, useUpdateManySalespoint, useUpdateManyUser, useUpdateMortgage, useUpdateMortgageCustomer, useUpdateMortgageProgram, useUpdateRosbankDom, useUpdateSalespoint, useUpdateUser, useUpdateVtbbankm, useUploadAkbarsDepositScan, useUploadMortgageScan, useVerifyManuallyAlfabankBalanceScans };
1967
+ export { type Absolutbank, type AbsolutbankDictNames, type AbsolutbankFields, type AbsolutbankMeta, type AbsolutbankStages, 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 Chatmessage, type ChatmessageRoleUserMsg, type ChatmessageThread, type Customer, type CustomerFields, type CustomerMeta, type CustomerUpdate, type Dict, type DictItem, type Gazprombankm, type GazprombankmDictNames, type GazprombankmFields, type GazprombankmMeta, type GazprombankmStages, type Login, type LoginResponse, type Mortgage, type MortgageBankApp, type MortgageBankAppStatus, type MortgageBankNames, type MortgageCalculateProgram, type MortgageCommonDictNames, type MortgageDictNames, type MortgageFields, type MortgageMeta, type MortgageProgram, type MortgageProgramsLimits, type MortgageScan, type MortgageScanDoctype, type MortgageStages, type MortgageUpdate, type RosbankDom, type RosbankDomFields, type RosbankDomMeta, type RosbankDomOffer, type RosbankDomStages, type Salespoint, type SalespointCreditType, type SalespointInsuranceMode, type SalespointNotificationMode, type Sex, type UploadB64File, type UploadedFile, type User, type VtbBankmFields, type VtbBankmMeta, type VtbBankmStages, type Vtbbankm, getMode, setMode, usGetMortgageScansList, useAccountCheckLogin, useAccountLogin, useAccountLogout, useAccountLogoutUser, useAccountRegister, useAccountResetPassword, useAccountResetPasswordConfirmNew, useAccountUpdatePassword, useAddGroupUser, useAddStaffBrokerclient, useAddStaffSalespoint, useAskAkbarsPrintforms, useCalculateMortgage, useCancelAbsolutbank, useCancelGazprombankm, useCancelMortgage, useCancelRosbankDom, useCancelVtbbankm, useCloneAbsolutbank, useCloneAlfabankBalance, useCloneGazprombankm, useCloneMortgage, useCloneRosbankDom, useCloneSalespoint, useCloneUser, useCloneVtbbankm, useConfirmAbsolutbank, useConfirmRosbankDom, useDeleteAbsolutbank, useDeleteAkbars, useDeleteAkbarsDepositScan, useDeleteAlfabankBalance, useDeleteAlfabankBalanceScans, useDeleteBrokerclient, useDeleteChatmessage, useDeleteCustomerList, useDeleteGazprombankm, useDeleteGroupUser, useDeleteMortgage, useDeleteMortgageCustomer, useDeleteMortgageProgram, useDeleteMortgageScan, useDeleteRosbankDom, useDeleteSalespoint, useDeleteStaffBrokerclient, useDeleteStaffSalespoint, useDeleteUser, useDeleteVtbbankm, useGenerateAbsolutbankScansApplications, useGenerateAkbarsScansApplications, useGenerateAlfabankBalanceScansApplications, useGenerateVtbbankmScansApplications, useGetAbsolutbank, useGetAbsolutbankDict, useGetAbsolutbankList, useGetAbsolutbankPrintforms, useGetAkbars, useGetAkbarsDeposit, useGetAkbarsDepositScanList, useGetAkbarsDict, useGetAkbarsList, useGetAkbarsPrintformList, useGetAlfabankBalance, useGetAlfabankBalanceDict, useGetAlfabankBalanceList, useGetAlfabankBalanceOffer, useGetBrokerclient, useGetBrokerclientList, useGetChatmessageList, useGetChatmessageThreads, useGetCustomer, useGetCustomerList, useGetGazprombankm, useGetGazprombankmDict, useGetGazprombankmList, useGetMortgage, useGetMortgageBankApp, useGetMortgageCommonDictList, useGetMortgageDict, useGetMortgageFieldChoices, useGetMortgageFieldRequired, useGetMortgageLimits, useGetMortgageList, useGetMortgageProgram, useGetMortgageProgramsGroup, useGetMortgageProgramsList, useGetMortgageScansDoctypesList, useGetRosbankDom, useGetRosbankDomDict, useGetRosbankDomList, useGetRosbankDomPrintformsList, useGetSalespoint, useGetSalespointList, useGetUser, useGetUserList, useGetVtbbankm, useGetVtbbankmList, useLoanerApprovingAkbarsStatus, usePreapprovalAbsolutbankStatus, usePreapprovalAlfabankBalanceStatus, usePreapprovalRosbankDomStatus, usePrintMortgageForm, useProcessingAkbars, useReadChatmessage, useRosbankDomOpportunity, useSendAbsolutbank, useSendAbsolutbankScans, useSendAkbars, useSendAkbarsDeposit, useSendAkbarsScans, useSendAlfabankBalance, useSendAlfabankBalanceScans, useSendGazprombankm, useSendGazprombankmScans, useSendMortgage, useSendMortgageScans, useSendRosbankDom, useSendRosbankDomScans, useSendVtbbankm, useStatusManuallyAlfabankBalanceScans, useUpdateAbsolutbank, useUpdateAkbars, useUpdateAkbarsDeposit, useUpdateAlfabankBalance, useUpdateBrokerclient, useUpdateChatmessage, useUpdateCustomer, useUpdateGazprombankm, useUpdateManySalespoint, useUpdateManyUser, useUpdateMortgage, useUpdateMortgageCustomer, useUpdateMortgageProgram, useUpdateRosbankDom, useUpdateSalespoint, useUpdateUser, useUpdateVtbbankm, useUploadAkbarsDepositScan, useUploadMortgageScan, useVerifyManuallyAlfabankBalanceScans };
package/dist/index.js CHANGED
@@ -78,13 +78,13 @@ __export(simpleloan_api_exports, {
78
78
  useCloneAbsolutbank: () => useCloneAbsolutbank,
79
79
  useCloneAlfabankBalance: () => useCloneAlfabankBalance,
80
80
  useCloneGazprombankm: () => useCloneGazprombankm,
81
+ useCloneMortgage: () => useCloneMortgage,
81
82
  useCloneRosbankDom: () => useCloneRosbankDom,
82
83
  useCloneSalespoint: () => useCloneSalespoint,
83
84
  useCloneUser: () => useCloneUser,
84
85
  useCloneVtbbankm: () => useCloneVtbbankm,
85
86
  useConfirmAbsolutbank: () => useConfirmAbsolutbank,
86
87
  useConfirmRosbankDom: () => useConfirmRosbankDom,
87
- useCopyMortgage: () => useCopyMortgage,
88
88
  useDeleteAbsolutbank: () => useDeleteAbsolutbank,
89
89
  useDeleteAkbars: () => useDeleteAkbars,
90
90
  useDeleteAkbarsDepositScan: () => useDeleteAkbarsDepositScan,
@@ -105,6 +105,7 @@ __export(simpleloan_api_exports, {
105
105
  useDeleteStaffSalespoint: () => useDeleteStaffSalespoint,
106
106
  useDeleteUser: () => useDeleteUser,
107
107
  useDeleteVtbbankm: () => useDeleteVtbbankm,
108
+ useGenerateAbsolutbankScansApplications: () => useGenerateAbsolutbankScansApplications,
108
109
  useGenerateAkbarsScansApplications: () => useGenerateAkbarsScansApplications,
109
110
  useGenerateAlfabankBalanceScansApplications: () => useGenerateAlfabankBalanceScansApplications,
110
111
  useGenerateVtbbankmScansApplications: () => useGenerateVtbbankmScansApplications,
@@ -284,6 +285,7 @@ var useGetAbsolutbankPrintforms = () => useFetch(baseUrl + "printforms/get_list/
284
285
  var useConfirmAbsolutbank = () => useFetch(baseUrl + "confirm/");
285
286
  var useCancelAbsolutbank = () => useFetch(baseUrl + "cancel/");
286
287
  var useCloneAbsolutbank = () => useFetch(baseUrl + "app/clone/");
288
+ var useGenerateAbsolutbankScansApplications = () => useFetch("absolut/scans/applications/generate/");
287
289
 
288
290
  // src/repositories/account/index.ts
289
291
  var baseUrl2 = "account/";
@@ -389,7 +391,7 @@ var useGetMortgageFieldRequired = () => useFetch(baseUrl9 + "app/fields/required
389
391
  var useGetMortgageScansDoctypesList = () => useFetch(baseUrl9 + "scans/doctypes/get_list/");
390
392
  var useSendMortgageScans = () => useFetch(baseUrl9 + "scans/send/");
391
393
  var useCancelMortgage = () => useFetch(baseUrl9 + "cancel/");
392
- var useCopyMortgage = () => useFetch(baseUrl9 + "app/clone/");
394
+ var useCloneMortgage = () => useFetch(baseUrl9 + "app/clone/");
393
395
  var useUploadMortgageScan = () => useFetch(baseUrl9 + "scans/files/upload");
394
396
  var usGetMortgageScansList = () => useFetch(baseUrl9 + "scans/files/get_list");
395
397
  var useDeleteMortgageScan = () => useFetch(baseUrl9 + "scans/files/delete");
@@ -476,13 +478,13 @@ var useCloneVtbbankm = () => useFetch(baseUrl13 + "app/clone/");
476
478
  useCloneAbsolutbank,
477
479
  useCloneAlfabankBalance,
478
480
  useCloneGazprombankm,
481
+ useCloneMortgage,
479
482
  useCloneRosbankDom,
480
483
  useCloneSalespoint,
481
484
  useCloneUser,
482
485
  useCloneVtbbankm,
483
486
  useConfirmAbsolutbank,
484
487
  useConfirmRosbankDom,
485
- useCopyMortgage,
486
488
  useDeleteAbsolutbank,
487
489
  useDeleteAkbars,
488
490
  useDeleteAkbarsDepositScan,
@@ -503,6 +505,7 @@ var useCloneVtbbankm = () => useFetch(baseUrl13 + "app/clone/");
503
505
  useDeleteStaffSalespoint,
504
506
  useDeleteUser,
505
507
  useDeleteVtbbankm,
508
+ useGenerateAbsolutbankScansApplications,
506
509
  useGenerateAkbarsScansApplications,
507
510
  useGenerateAlfabankBalanceScansApplications,
508
511
  useGenerateVtbbankmScansApplications,
package/dist/index.mjs CHANGED
@@ -120,6 +120,7 @@ var useGetAbsolutbankPrintforms = () => useFetch(baseUrl + "printforms/get_list/
120
120
  var useConfirmAbsolutbank = () => useFetch(baseUrl + "confirm/");
121
121
  var useCancelAbsolutbank = () => useFetch(baseUrl + "cancel/");
122
122
  var useCloneAbsolutbank = () => useFetch(baseUrl + "app/clone/");
123
+ var useGenerateAbsolutbankScansApplications = () => useFetch("absolut/scans/applications/generate/");
123
124
 
124
125
  // src/repositories/account/index.ts
125
126
  var baseUrl2 = "account/";
@@ -225,7 +226,7 @@ var useGetMortgageFieldRequired = () => useFetch(baseUrl9 + "app/fields/required
225
226
  var useGetMortgageScansDoctypesList = () => useFetch(baseUrl9 + "scans/doctypes/get_list/");
226
227
  var useSendMortgageScans = () => useFetch(baseUrl9 + "scans/send/");
227
228
  var useCancelMortgage = () => useFetch(baseUrl9 + "cancel/");
228
- var useCopyMortgage = () => useFetch(baseUrl9 + "app/clone/");
229
+ var useCloneMortgage = () => useFetch(baseUrl9 + "app/clone/");
229
230
  var useUploadMortgageScan = () => useFetch(baseUrl9 + "scans/files/upload");
230
231
  var usGetMortgageScansList = () => useFetch(baseUrl9 + "scans/files/get_list");
231
232
  var useDeleteMortgageScan = () => useFetch(baseUrl9 + "scans/files/delete");
@@ -311,13 +312,13 @@ export {
311
312
  useCloneAbsolutbank,
312
313
  useCloneAlfabankBalance,
313
314
  useCloneGazprombankm,
315
+ useCloneMortgage,
314
316
  useCloneRosbankDom,
315
317
  useCloneSalespoint,
316
318
  useCloneUser,
317
319
  useCloneVtbbankm,
318
320
  useConfirmAbsolutbank,
319
321
  useConfirmRosbankDom,
320
- useCopyMortgage,
321
322
  useDeleteAbsolutbank,
322
323
  useDeleteAkbars,
323
324
  useDeleteAkbarsDepositScan,
@@ -338,6 +339,7 @@ export {
338
339
  useDeleteStaffSalespoint,
339
340
  useDeleteUser,
340
341
  useDeleteVtbbankm,
342
+ useGenerateAbsolutbankScansApplications,
341
343
  useGenerateAkbarsScansApplications,
342
344
  useGenerateAlfabankBalanceScansApplications,
343
345
  useGenerateVtbbankmScansApplications,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpleloan_api",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",