simpleloan_api 1.2.15 → 1.2.17
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 +21 -2
- package/dist/index.d.ts +21 -2
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/package.json +27 -27
package/dist/index.d.mts
CHANGED
|
@@ -246,6 +246,25 @@ type AlfabankBalance = {
|
|
|
246
246
|
};
|
|
247
247
|
type AlfabankBalanceScanState = 'not_processed' | 'processed' | 'unknown' | 'processing';
|
|
248
248
|
|
|
249
|
+
type AtbbankStages = 'app' | 'app_wait' | 'app_abort' | 'scans' | 'scans_wait' | 'scans_abort' | 'approval' | 'approval_wait' | 'end' | 'cancel' | 'unknown';
|
|
250
|
+
type AtbbankMeta = {
|
|
251
|
+
id: number;
|
|
252
|
+
created_at: string;
|
|
253
|
+
salespoint_id: number;
|
|
254
|
+
user_id: number;
|
|
255
|
+
mortgageapp_id: number;
|
|
256
|
+
bank_id: string;
|
|
257
|
+
preapproval_field: boolean;
|
|
258
|
+
comment: string;
|
|
259
|
+
stages: {
|
|
260
|
+
current: AtbbankStages;
|
|
261
|
+
fields: string[];
|
|
262
|
+
last_comment: string;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
type AtbbankFields = {};
|
|
266
|
+
type Atbbank = AtbbankMeta & AtbbankFields;
|
|
267
|
+
|
|
249
268
|
type Sex = 'M' | 'F';
|
|
250
269
|
type UploadB64File = {
|
|
251
270
|
name: string;
|
|
@@ -1612,7 +1631,7 @@ declare const useUploadMortgageScan: () => {
|
|
|
1612
1631
|
}>): Promise<ApiResponse<MortgageScan> | null>;
|
|
1613
1632
|
};
|
|
1614
1633
|
/** Получить список сканов заявки */
|
|
1615
|
-
declare const
|
|
1634
|
+
declare const useGetMortgageScansList: () => {
|
|
1616
1635
|
readonly response: vue.Ref<ApiResponse<MortgageScan[]> | null>;
|
|
1617
1636
|
readonly pending: vue.Ref<boolean>;
|
|
1618
1637
|
post(params: PostParams<{
|
|
@@ -2138,4 +2157,4 @@ type Mode = 'development' | 'production';
|
|
|
2138
2157
|
declare function setMode(newMode: Mode): void;
|
|
2139
2158
|
declare function getMode(): Mode;
|
|
2140
2159
|
|
|
2141
|
-
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 MessageUpdateWithGroupId, type MessageUpdateWithSalespointIds, 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 Salespointgroup, type Sex, type Sovcombank, type SovcombankFields, type SovcombankMeta, type SovcombankOffer, type SovcombankStages, type UploadB64File, type UploadedFile, type User, type VtbBankmFields, type VtbBankmMeta, type VtbBankmStages, type Vtbbankm, getMode, setMode,
|
|
2160
|
+
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 Atbbank, type AtbbankFields, type AtbbankMeta, type AtbbankStages, 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 MessageUpdateWithGroupId, type MessageUpdateWithSalespointIds, 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 Salespointgroup, type Sex, type Sovcombank, type SovcombankFields, type SovcombankMeta, type SovcombankOffer, type SovcombankStages, type UploadB64File, type UploadedFile, type User, type VtbBankmFields, type VtbBankmMeta, type VtbBankmStages, type Vtbbankm, getMode, setMode, useAccountCheckLogin, useAccountLogin, useAccountLogout, useAccountLogoutUser, useAccountRegister, useAccountResetPassword, useAccountResetPasswordConfirmNew, useAccountUpdatePassword, useAddGroupUser, useAddStaffBrokerclient, useAddStaffSalespoint, useAskAkbarsPrintforms, useCalculateMortgage, useCancelAbsolutbank, useCancelGazprombankm, useCancelMortgage, useCancelRosbankDom, useCancelSovcombank, useCancelVtbbankm, useCloneAbsolutbank, useCloneAlfabankBalance, useCloneGazprombankm, useCloneMortgage, useCloneRosbankDom, useCloneSalespoint, useCloneSovcombank, useCloneUser, useCloneVtbbankm, useConfirmAbsolutbank, useConfirmRosbankDom, useConfirmSovcombank, useDeleteAbsolutbank, useDeleteAkbars, useDeleteAkbarsDepositScan, useDeleteAlfabankBalance, useDeleteAlfabankBalanceScans, useDeleteBrokerclient, useDeleteChatmessage, useDeleteCustomerList, useDeleteGazprombankm, useDeleteGroupUser, useDeleteMortgage, useDeleteMortgageCustomer, useDeleteMortgageProgram, useDeleteMortgageScan, useDeleteRosbankDom, useDeleteSalespoint, useDeleteSalespointgroup, useDeleteSovcombank, useDeleteStaffBrokerclient, useDeleteStaffSalespoint, useDeleteUser, useDeleteVtbbankm, useGenerateAbsolutbankScansApplications, useGenerateAkbarsScansApplications, useGenerateAlfabankBalanceScansApplications, useGenerateSovcombankScansApplications, 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, useGetMortgageScansList, useGetRosbankDom, useGetRosbankDomDict, useGetRosbankDomList, useGetRosbankDomPrintformsList, useGetSalespoint, useGetSalespointList, useGetSalespointgroup, useGetSalespointgroupList, useGetSovcombank, useGetSovcombankDict, useGetSovcombankFiles, useGetSovcombankList, useGetSovcombankPrintformsList, useGetUser, useGetUserList, useGetVtbbankm, useGetVtbbankmList, useLoanerApprovingAkbarsStatus, usePreapprovalAbsolutbankStatus, usePreapprovalAlfabankBalanceStatus, usePreapprovalRosbankDomStatus, usePreapprovalSovcombankStatus, usePrintMortgageForm, useProcessingAkbars, useReadChatmessage, useRosbankDomOpportunity, useSendAbsolutbank, useSendAbsolutbankScans, useSendAkbars, useSendAkbarsDeposit, useSendAkbarsScans, useSendAlfabankBalance, useSendAlfabankBalanceScans, useSendGazprombankm, useSendGazprombankmScans, useSendMortgage, useSendMortgageScans, useSendRosbankDom, useSendRosbankDomScans, useSendSovcombank, useSendSovcombankScans, useSendVtbbankm, useStatusManuallyAlfabankBalanceScans, useUpdateAbsolutbank, useUpdateAkbars, useUpdateAkbarsDeposit, useUpdateAlfabankBalance, useUpdateBrokerclient, useUpdateChatmessage, useUpdateCustomer, useUpdateGazprombankm, useUpdateManySalespoint, useUpdateManyUser, useUpdateMortgage, useUpdateMortgageCustomer, useUpdateMortgageProgram, useUpdateRosbankDom, useUpdateSalespoint, useUpdateSalespointgroup, useUpdateSovcombank, useUpdateUser, useUpdateVtbbankm, useUploadAkbarsDepositScan, useUploadMortgageScan, useVerifyManuallyAlfabankBalanceScans };
|
package/dist/index.d.ts
CHANGED
|
@@ -246,6 +246,25 @@ type AlfabankBalance = {
|
|
|
246
246
|
};
|
|
247
247
|
type AlfabankBalanceScanState = 'not_processed' | 'processed' | 'unknown' | 'processing';
|
|
248
248
|
|
|
249
|
+
type AtbbankStages = 'app' | 'app_wait' | 'app_abort' | 'scans' | 'scans_wait' | 'scans_abort' | 'approval' | 'approval_wait' | 'end' | 'cancel' | 'unknown';
|
|
250
|
+
type AtbbankMeta = {
|
|
251
|
+
id: number;
|
|
252
|
+
created_at: string;
|
|
253
|
+
salespoint_id: number;
|
|
254
|
+
user_id: number;
|
|
255
|
+
mortgageapp_id: number;
|
|
256
|
+
bank_id: string;
|
|
257
|
+
preapproval_field: boolean;
|
|
258
|
+
comment: string;
|
|
259
|
+
stages: {
|
|
260
|
+
current: AtbbankStages;
|
|
261
|
+
fields: string[];
|
|
262
|
+
last_comment: string;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
type AtbbankFields = {};
|
|
266
|
+
type Atbbank = AtbbankMeta & AtbbankFields;
|
|
267
|
+
|
|
249
268
|
type Sex = 'M' | 'F';
|
|
250
269
|
type UploadB64File = {
|
|
251
270
|
name: string;
|
|
@@ -1612,7 +1631,7 @@ declare const useUploadMortgageScan: () => {
|
|
|
1612
1631
|
}>): Promise<ApiResponse<MortgageScan> | null>;
|
|
1613
1632
|
};
|
|
1614
1633
|
/** Получить список сканов заявки */
|
|
1615
|
-
declare const
|
|
1634
|
+
declare const useGetMortgageScansList: () => {
|
|
1616
1635
|
readonly response: vue.Ref<ApiResponse<MortgageScan[]> | null>;
|
|
1617
1636
|
readonly pending: vue.Ref<boolean>;
|
|
1618
1637
|
post(params: PostParams<{
|
|
@@ -2138,4 +2157,4 @@ type Mode = 'development' | 'production';
|
|
|
2138
2157
|
declare function setMode(newMode: Mode): void;
|
|
2139
2158
|
declare function getMode(): Mode;
|
|
2140
2159
|
|
|
2141
|
-
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 MessageUpdateWithGroupId, type MessageUpdateWithSalespointIds, 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 Salespointgroup, type Sex, type Sovcombank, type SovcombankFields, type SovcombankMeta, type SovcombankOffer, type SovcombankStages, type UploadB64File, type UploadedFile, type User, type VtbBankmFields, type VtbBankmMeta, type VtbBankmStages, type Vtbbankm, getMode, setMode,
|
|
2160
|
+
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 Atbbank, type AtbbankFields, type AtbbankMeta, type AtbbankStages, 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 MessageUpdateWithGroupId, type MessageUpdateWithSalespointIds, 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 Salespointgroup, type Sex, type Sovcombank, type SovcombankFields, type SovcombankMeta, type SovcombankOffer, type SovcombankStages, type UploadB64File, type UploadedFile, type User, type VtbBankmFields, type VtbBankmMeta, type VtbBankmStages, type Vtbbankm, getMode, setMode, useAccountCheckLogin, useAccountLogin, useAccountLogout, useAccountLogoutUser, useAccountRegister, useAccountResetPassword, useAccountResetPasswordConfirmNew, useAccountUpdatePassword, useAddGroupUser, useAddStaffBrokerclient, useAddStaffSalespoint, useAskAkbarsPrintforms, useCalculateMortgage, useCancelAbsolutbank, useCancelGazprombankm, useCancelMortgage, useCancelRosbankDom, useCancelSovcombank, useCancelVtbbankm, useCloneAbsolutbank, useCloneAlfabankBalance, useCloneGazprombankm, useCloneMortgage, useCloneRosbankDom, useCloneSalespoint, useCloneSovcombank, useCloneUser, useCloneVtbbankm, useConfirmAbsolutbank, useConfirmRosbankDom, useConfirmSovcombank, useDeleteAbsolutbank, useDeleteAkbars, useDeleteAkbarsDepositScan, useDeleteAlfabankBalance, useDeleteAlfabankBalanceScans, useDeleteBrokerclient, useDeleteChatmessage, useDeleteCustomerList, useDeleteGazprombankm, useDeleteGroupUser, useDeleteMortgage, useDeleteMortgageCustomer, useDeleteMortgageProgram, useDeleteMortgageScan, useDeleteRosbankDom, useDeleteSalespoint, useDeleteSalespointgroup, useDeleteSovcombank, useDeleteStaffBrokerclient, useDeleteStaffSalespoint, useDeleteUser, useDeleteVtbbankm, useGenerateAbsolutbankScansApplications, useGenerateAkbarsScansApplications, useGenerateAlfabankBalanceScansApplications, useGenerateSovcombankScansApplications, 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, useGetMortgageScansList, useGetRosbankDom, useGetRosbankDomDict, useGetRosbankDomList, useGetRosbankDomPrintformsList, useGetSalespoint, useGetSalespointList, useGetSalespointgroup, useGetSalespointgroupList, useGetSovcombank, useGetSovcombankDict, useGetSovcombankFiles, useGetSovcombankList, useGetSovcombankPrintformsList, useGetUser, useGetUserList, useGetVtbbankm, useGetVtbbankmList, useLoanerApprovingAkbarsStatus, usePreapprovalAbsolutbankStatus, usePreapprovalAlfabankBalanceStatus, usePreapprovalRosbankDomStatus, usePreapprovalSovcombankStatus, usePrintMortgageForm, useProcessingAkbars, useReadChatmessage, useRosbankDomOpportunity, useSendAbsolutbank, useSendAbsolutbankScans, useSendAkbars, useSendAkbarsDeposit, useSendAkbarsScans, useSendAlfabankBalance, useSendAlfabankBalanceScans, useSendGazprombankm, useSendGazprombankmScans, useSendMortgage, useSendMortgageScans, useSendRosbankDom, useSendRosbankDomScans, useSendSovcombank, useSendSovcombankScans, useSendVtbbankm, useStatusManuallyAlfabankBalanceScans, useUpdateAbsolutbank, useUpdateAkbars, useUpdateAkbarsDeposit, useUpdateAlfabankBalance, useUpdateBrokerclient, useUpdateChatmessage, useUpdateCustomer, useUpdateGazprombankm, useUpdateManySalespoint, useUpdateManyUser, useUpdateMortgage, useUpdateMortgageCustomer, useUpdateMortgageProgram, useUpdateRosbankDom, useUpdateSalespoint, useUpdateSalespointgroup, useUpdateSovcombank, useUpdateUser, useUpdateVtbbankm, useUploadAkbarsDepositScan, useUploadMortgageScan, useVerifyManuallyAlfabankBalanceScans };
|
package/dist/index.js
CHANGED
|
@@ -56,7 +56,6 @@ var simpleloan_api_exports = {};
|
|
|
56
56
|
__export(simpleloan_api_exports, {
|
|
57
57
|
getMode: () => getMode,
|
|
58
58
|
setMode: () => setMode,
|
|
59
|
-
usGetMortgageScansList: () => usGetMortgageScansList,
|
|
60
59
|
useAccountCheckLogin: () => useAccountCheckLogin,
|
|
61
60
|
useAccountLogin: () => useAccountLogin,
|
|
62
61
|
useAccountLogout: () => useAccountLogout,
|
|
@@ -150,6 +149,7 @@ __export(simpleloan_api_exports, {
|
|
|
150
149
|
useGetMortgageProgramsGroup: () => useGetMortgageProgramsGroup,
|
|
151
150
|
useGetMortgageProgramsList: () => useGetMortgageProgramsList,
|
|
152
151
|
useGetMortgageScansDoctypesList: () => useGetMortgageScansDoctypesList,
|
|
152
|
+
useGetMortgageScansList: () => useGetMortgageScansList,
|
|
153
153
|
useGetRosbankDom: () => useGetRosbankDom,
|
|
154
154
|
useGetRosbankDomDict: () => useGetRosbankDomDict,
|
|
155
155
|
useGetRosbankDomList: () => useGetRosbankDomList,
|
|
@@ -415,7 +415,7 @@ var useSendMortgageScans = () => useFetch(baseUrl9 + "scans/send/");
|
|
|
415
415
|
var useCancelMortgage = () => useFetch(baseUrl9 + "cancel/");
|
|
416
416
|
var useCloneMortgage = () => useFetch(baseUrl9 + "app/clone/");
|
|
417
417
|
var useUploadMortgageScan = () => useFetch(baseUrl9 + "scans/files/upload");
|
|
418
|
-
var
|
|
418
|
+
var useGetMortgageScansList = () => useFetch(baseUrl9 + "scans/files/get_list");
|
|
419
419
|
var useDeleteMortgageScan = () => useFetch(baseUrl9 + "scans/files/delete");
|
|
420
420
|
var useGetMortgageProgramsList = () => useFetch(baseUrl9 + "mortgagedictprogramcode/get_list/");
|
|
421
421
|
var useGetMortgageProgramsGroup = () => useFetch(baseUrl9 + "mortgagedictprogramcode/get_group/");
|
|
@@ -502,7 +502,6 @@ var useCloneVtbbankm = () => useFetch(baseUrl15 + "app/clone/");
|
|
|
502
502
|
0 && (module.exports = {
|
|
503
503
|
getMode,
|
|
504
504
|
setMode,
|
|
505
|
-
usGetMortgageScansList,
|
|
506
505
|
useAccountCheckLogin,
|
|
507
506
|
useAccountLogin,
|
|
508
507
|
useAccountLogout,
|
|
@@ -596,6 +595,7 @@ var useCloneVtbbankm = () => useFetch(baseUrl15 + "app/clone/");
|
|
|
596
595
|
useGetMortgageProgramsGroup,
|
|
597
596
|
useGetMortgageProgramsList,
|
|
598
597
|
useGetMortgageScansDoctypesList,
|
|
598
|
+
useGetMortgageScansList,
|
|
599
599
|
useGetRosbankDom,
|
|
600
600
|
useGetRosbankDomDict,
|
|
601
601
|
useGetRosbankDomList,
|
package/dist/index.mjs
CHANGED
|
@@ -232,7 +232,7 @@ var useSendMortgageScans = () => useFetch(baseUrl9 + "scans/send/");
|
|
|
232
232
|
var useCancelMortgage = () => useFetch(baseUrl9 + "cancel/");
|
|
233
233
|
var useCloneMortgage = () => useFetch(baseUrl9 + "app/clone/");
|
|
234
234
|
var useUploadMortgageScan = () => useFetch(baseUrl9 + "scans/files/upload");
|
|
235
|
-
var
|
|
235
|
+
var useGetMortgageScansList = () => useFetch(baseUrl9 + "scans/files/get_list");
|
|
236
236
|
var useDeleteMortgageScan = () => useFetch(baseUrl9 + "scans/files/delete");
|
|
237
237
|
var useGetMortgageProgramsList = () => useFetch(baseUrl9 + "mortgagedictprogramcode/get_list/");
|
|
238
238
|
var useGetMortgageProgramsGroup = () => useFetch(baseUrl9 + "mortgagedictprogramcode/get_group/");
|
|
@@ -318,7 +318,6 @@ var useCloneVtbbankm = () => useFetch(baseUrl15 + "app/clone/");
|
|
|
318
318
|
export {
|
|
319
319
|
getMode,
|
|
320
320
|
setMode,
|
|
321
|
-
usGetMortgageScansList,
|
|
322
321
|
useAccountCheckLogin,
|
|
323
322
|
useAccountLogin,
|
|
324
323
|
useAccountLogout,
|
|
@@ -412,6 +411,7 @@ export {
|
|
|
412
411
|
useGetMortgageProgramsGroup,
|
|
413
412
|
useGetMortgageProgramsList,
|
|
414
413
|
useGetMortgageScansDoctypesList,
|
|
414
|
+
useGetMortgageScansList,
|
|
415
415
|
useGetRosbankDom,
|
|
416
416
|
useGetRosbankDomDict,
|
|
417
417
|
useGetRosbankDomList,
|
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "simpleloan_api",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"main": "dist/index.js",
|
|
5
|
-
"module": "dist/index.mjs",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist"
|
|
9
|
-
],
|
|
10
|
-
"scripts": {
|
|
11
|
-
"ci": "npm run build & npm publish",
|
|
12
|
-
"build": "tsup index.ts --format cjs,esm --dts",
|
|
13
|
-
"lint": "tsc",
|
|
14
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
15
|
-
},
|
|
16
|
-
"keywords": [
|
|
17
|
-
"simpleloan"
|
|
18
|
-
],
|
|
19
|
-
"author": "lazyboneskid",
|
|
20
|
-
"license": "ISC",
|
|
21
|
-
"description": "simpleloan api methods with types",
|
|
22
|
-
"dependencies": {
|
|
23
|
-
"@types/node": "^22.1.0",
|
|
24
|
-
"tsup": "^8.2.4",
|
|
25
|
-
"typescript": "^5.5.4",
|
|
26
|
-
"vue": "^3.2.13"
|
|
27
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "simpleloan_api",
|
|
3
|
+
"version": "1.2.17",
|
|
4
|
+
"main": "dist/index.js",
|
|
5
|
+
"module": "dist/index.mjs",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"ci": "npm run build & npm publish",
|
|
12
|
+
"build": "tsup index.ts --format cjs,esm --dts",
|
|
13
|
+
"lint": "tsc",
|
|
14
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
15
|
+
},
|
|
16
|
+
"keywords": [
|
|
17
|
+
"simpleloan"
|
|
18
|
+
],
|
|
19
|
+
"author": "lazyboneskid",
|
|
20
|
+
"license": "ISC",
|
|
21
|
+
"description": "simpleloan api methods with types",
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@types/node": "^22.1.0",
|
|
24
|
+
"tsup": "^8.2.4",
|
|
25
|
+
"typescript": "^5.5.4",
|
|
26
|
+
"vue": "^3.2.13"
|
|
27
|
+
}
|
|
28
28
|
}
|