@cleardu/types 1.0.43
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/constants/brokerMessages/index.d.ts +164 -0
- package/constants/brokerMessages/index.js +167 -0
- package/constants/brokerMessages/index.ts +165 -0
- package/constants/index.d.ts +177 -0
- package/constants/index.js +192 -0
- package/constants/index.ts +200 -0
- package/index.d.ts +2 -0
- package/index.js +5 -0
- package/index.ts +2 -0
- package/interfaces/baseObject/index.d.ts +12 -0
- package/interfaces/baseObject/index.js +2 -0
- package/interfaces/baseObject/index.ts +12 -0
- package/interfaces/borrowers/index.d.ts +140 -0
- package/interfaces/borrowers/index.js +2 -0
- package/interfaces/borrowers/index.ts +146 -0
- package/interfaces/borrowersDispositions/index.d.ts +15 -0
- package/interfaces/borrowersDispositions/index.js +2 -0
- package/interfaces/borrowersDispositions/index.ts +16 -0
- package/interfaces/borrowersHistory/index.d.ts +3 -0
- package/interfaces/borrowersHistory/index.js +2 -0
- package/interfaces/borrowersHistory/index.ts +3 -0
- package/interfaces/break/index.d.ts +7 -0
- package/interfaces/break/index.js +2 -0
- package/interfaces/break/index.ts +8 -0
- package/interfaces/campaignUsers/index.d.ts +13 -0
- package/interfaces/campaignUsers/index.js +2 -0
- package/interfaces/campaignUsers/index.ts +15 -0
- package/interfaces/campaigns/index.d.ts +13 -0
- package/interfaces/campaigns/index.js +2 -0
- package/interfaces/campaigns/index.ts +14 -0
- package/interfaces/cdr/index.d.ts +66 -0
- package/interfaces/cdr/index.js +10 -0
- package/interfaces/cdr/index.ts +73 -0
- package/interfaces/centers/index.d.ts +13 -0
- package/interfaces/centers/index.js +2 -0
- package/interfaces/centers/index.ts +14 -0
- package/interfaces/cities/index.d.ts +5 -0
- package/interfaces/cities/index.js +2 -0
- package/interfaces/cities/index.ts +6 -0
- package/interfaces/clientCities/index.d.ts +6 -0
- package/interfaces/clientCities/index.js +2 -0
- package/interfaces/clientCities/index.ts +6 -0
- package/interfaces/clientStates/index.d.ts +6 -0
- package/interfaces/clientStates/index.js +2 -0
- package/interfaces/clientStates/index.ts +7 -0
- package/interfaces/clients/index.d.ts +15 -0
- package/interfaces/clients/index.js +2 -0
- package/interfaces/clients/index.ts +16 -0
- package/interfaces/customer/index.d.ts +164 -0
- package/interfaces/customer/index.js +2 -0
- package/interfaces/customer/index.ts +172 -0
- package/interfaces/dialers/index.d.ts +8 -0
- package/interfaces/dialers/index.js +2 -0
- package/interfaces/dialers/index.ts +9 -0
- package/interfaces/dispositions/index.d.ts +9 -0
- package/interfaces/dispositions/index.js +2 -0
- package/interfaces/dispositions/index.ts +10 -0
- package/interfaces/docCategory/index.d.ts +6 -0
- package/interfaces/docCategory/index.js +2 -0
- package/interfaces/docCategory/index.ts +7 -0
- package/interfaces/emailReports/index.d.ts +6 -0
- package/interfaces/emailReports/index.js +2 -0
- package/interfaces/emailReports/index.ts +6 -0
- package/interfaces/idObject/index.d.ts +4 -0
- package/interfaces/idObject/index.js +2 -0
- package/interfaces/idObject/index.ts +4 -0
- package/interfaces/index.d.ts +72 -0
- package/interfaces/index.js +49 -0
- package/interfaces/index.ts +81 -0
- package/interfaces/integration/ezsip/index.d.ts +218 -0
- package/interfaces/integration/ezsip/index.js +2 -0
- package/interfaces/integration/ezsip/index.ts +299 -0
- package/interfaces/integration/index.d.ts +1 -0
- package/interfaces/integration/index.js +4 -0
- package/interfaces/integration/index.ts +1 -0
- package/interfaces/jobs/index.d.ts +67 -0
- package/interfaces/jobs/index.js +2 -0
- package/interfaces/jobs/index.ts +91 -0
- package/interfaces/loanGroups/index.d.ts +12 -0
- package/interfaces/loanGroups/index.js +2 -0
- package/interfaces/loanGroups/index.ts +13 -0
- package/interfaces/loanHistory/index.d.ts +3 -0
- package/interfaces/loanHistory/index.js +2 -0
- package/interfaces/loanHistory/index.ts +3 -0
- package/interfaces/loanParticipantHistory/index.d.ts +3 -0
- package/interfaces/loanParticipantHistory/index.js +2 -0
- package/interfaces/loanParticipantHistory/index.ts +3 -0
- package/interfaces/loanParticipants/index.d.ts +25 -0
- package/interfaces/loanParticipants/index.js +2 -0
- package/interfaces/loanParticipants/index.ts +26 -0
- package/interfaces/loans/index.d.ts +55 -0
- package/interfaces/loans/index.js +2 -0
- package/interfaces/loans/index.ts +56 -0
- package/interfaces/loginDetails/index.d.ts +5 -0
- package/interfaces/loginDetails/index.js +2 -0
- package/interfaces/loginDetails/index.ts +6 -0
- package/interfaces/merchants/index.d.ts +16 -0
- package/interfaces/merchants/index.js +2 -0
- package/interfaces/merchants/index.ts +17 -0
- package/interfaces/modules/index.d.ts +8 -0
- package/interfaces/modules/index.js +2 -0
- package/interfaces/modules/index.ts +8 -0
- package/interfaces/payload/index.d.ts +10 -0
- package/interfaces/payload/index.js +2 -0
- package/interfaces/payload/index.ts +11 -0
- package/interfaces/paymentAccounts/index.d.ts +8 -0
- package/interfaces/paymentAccounts/index.js +2 -0
- package/interfaces/paymentAccounts/index.ts +9 -0
- package/interfaces/payments/index.d.ts +42 -0
- package/interfaces/payments/index.js +2 -0
- package/interfaces/payments/index.ts +46 -0
- package/interfaces/permissions/index.d.ts +15 -0
- package/interfaces/permissions/index.js +2 -0
- package/interfaces/permissions/index.ts +17 -0
- package/interfaces/portfolios/index.d.ts +15 -0
- package/interfaces/portfolios/index.js +2 -0
- package/interfaces/portfolios/index.ts +16 -0
- package/interfaces/portfoliosTarget/index.d.ts +6 -0
- package/interfaces/portfoliosTarget/index.js +2 -0
- package/interfaces/portfoliosTarget/index.ts +7 -0
- package/interfaces/reassignment/index.d.ts +27 -0
- package/interfaces/reassignment/index.js +2 -0
- package/interfaces/reassignment/index.ts +31 -0
- package/interfaces/response.interface.d.ts +11 -0
- package/interfaces/response.interface.js +11 -0
- package/interfaces/response.interface.ts +17 -0
- package/interfaces/responseType/index.d.ts +13 -0
- package/interfaces/responseType/index.js +2 -0
- package/interfaces/responseType/index.ts +16 -0
- package/interfaces/role/index.d.ts +9 -0
- package/interfaces/role/index.js +2 -0
- package/interfaces/role/index.ts +9 -0
- package/interfaces/rolePermissions/index.d.ts +10 -0
- package/interfaces/rolePermissions/index.js +2 -0
- package/interfaces/rolePermissions/index.ts +11 -0
- package/interfaces/settlementHistory/index.d.ts +26 -0
- package/interfaces/settlementHistory/index.js +2 -0
- package/interfaces/settlementHistory/index.ts +27 -0
- package/interfaces/settlementNotes/index.d.ts +14 -0
- package/interfaces/settlementNotes/index.js +2 -0
- package/interfaces/settlementNotes/index.ts +14 -0
- package/interfaces/settlements/index.d.ts +10 -0
- package/interfaces/settlements/index.js +2 -0
- package/interfaces/settlements/index.ts +11 -0
- package/interfaces/states/index.d.ts +5 -0
- package/interfaces/states/index.js +2 -0
- package/interfaces/states/index.ts +7 -0
- package/interfaces/statsBorrowerLoan/index.d.ts +15 -0
- package/interfaces/statsBorrowerLoan/index.js +2 -0
- package/interfaces/statsBorrowerLoan/index.ts +15 -0
- package/interfaces/statsClientCall/index.d.ts +38 -0
- package/interfaces/statsClientCall/index.js +2 -0
- package/interfaces/statsClientCall/index.ts +38 -0
- package/interfaces/statsHourlyCall/index.d.ts +23 -0
- package/interfaces/statsHourlyCall/index.js +2 -0
- package/interfaces/statsHourlyCall/index.ts +23 -0
- package/interfaces/tags/index.d.ts +9 -0
- package/interfaces/tags/index.js +2 -0
- package/interfaces/tags/index.ts +10 -0
- package/interfaces/userPermissions/index.d.ts +69 -0
- package/interfaces/userPermissions/index.js +2 -0
- package/interfaces/userPermissions/index.ts +69 -0
- package/interfaces/userTaskCustomers/index.d.ts +14 -0
- package/interfaces/userTaskCustomers/index.js +2 -0
- package/interfaces/userTaskCustomers/index.ts +15 -0
- package/interfaces/userTasks/index.d.ts +10 -0
- package/interfaces/userTasks/index.js +2 -0
- package/interfaces/userTasks/index.ts +11 -0
- package/interfaces/users/index.d.ts +65 -0
- package/interfaces/users/index.js +2 -0
- package/interfaces/users/index.ts +76 -0
- package/package.json +31 -0
- package/tsconfig.build.json +10 -0
- package/tsconfig.build.tsbuildinfo +1 -0
- package/tsconfig.json +13 -0
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
export declare const BrokerMessages: {
|
|
2
|
+
USER: {
|
|
3
|
+
USER: {
|
|
4
|
+
CREATE: string;
|
|
5
|
+
FIND_ONE: string;
|
|
6
|
+
FIND_ALL: string;
|
|
7
|
+
UPDATE: string;
|
|
8
|
+
AUTHENTICATE: string;
|
|
9
|
+
DROPDOWN: string;
|
|
10
|
+
REPORTING_USER_DROPDOWN: string;
|
|
11
|
+
FIND_BY_ROLE_ID: string;
|
|
12
|
+
MIGRATE_USER: string;
|
|
13
|
+
};
|
|
14
|
+
ROLE: {
|
|
15
|
+
CREATE: string;
|
|
16
|
+
FIND_ONE: string;
|
|
17
|
+
FIND_ALL: string;
|
|
18
|
+
UPDATE: string;
|
|
19
|
+
DELETE: string;
|
|
20
|
+
DROPDOWN: string;
|
|
21
|
+
AVAILABILITY: string;
|
|
22
|
+
MIGRATE_ROLE: string;
|
|
23
|
+
};
|
|
24
|
+
ROLEPERMISSIONS: {
|
|
25
|
+
CREATE: string;
|
|
26
|
+
DELETE: string;
|
|
27
|
+
MODULES_FOR_SIDEBAR_MENU: string;
|
|
28
|
+
PERMISSIONS_BY_ROLEID: string;
|
|
29
|
+
ALL_MODULES: string;
|
|
30
|
+
ALL_MODULE_PERMISSION: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
CRM: {
|
|
34
|
+
CLIENT: {
|
|
35
|
+
CREATE: string;
|
|
36
|
+
UPDATE: string;
|
|
37
|
+
FIND_ONE: string;
|
|
38
|
+
FIND_ALL: string;
|
|
39
|
+
AVAILABILITY: string;
|
|
40
|
+
DELETE: string;
|
|
41
|
+
DROPDOWN: string;
|
|
42
|
+
};
|
|
43
|
+
CAMPAIGN: {
|
|
44
|
+
CREATE: string;
|
|
45
|
+
UPDATE: string;
|
|
46
|
+
FIND_ONE: string;
|
|
47
|
+
FIND_ALL: string;
|
|
48
|
+
AVAILABILITY: string;
|
|
49
|
+
DELETE: string;
|
|
50
|
+
DROPDOWN: string;
|
|
51
|
+
USER_CAMPAIGNS: string;
|
|
52
|
+
};
|
|
53
|
+
DIALER: {
|
|
54
|
+
LOGIN: string;
|
|
55
|
+
LOGOUT: string;
|
|
56
|
+
SWITCH_CAMPAIGN: string;
|
|
57
|
+
START_STOP: string;
|
|
58
|
+
CALL_RECORDING: string;
|
|
59
|
+
MANUAL_CALL: string;
|
|
60
|
+
READY: string;
|
|
61
|
+
PAUSE: string;
|
|
62
|
+
CURRENT_CALL: string;
|
|
63
|
+
BREAKS: string;
|
|
64
|
+
ON_BREAK: string;
|
|
65
|
+
MIGRATE_DISPOSITION: string;
|
|
66
|
+
};
|
|
67
|
+
CENTER: {
|
|
68
|
+
CREATE: string;
|
|
69
|
+
UPDATE: string;
|
|
70
|
+
FINDONE: string;
|
|
71
|
+
FINDALL: string;
|
|
72
|
+
AVAILABILITY: string;
|
|
73
|
+
DELETE: string;
|
|
74
|
+
DROPDOWN: string;
|
|
75
|
+
};
|
|
76
|
+
PORTFOLIO: {
|
|
77
|
+
CREATE: string;
|
|
78
|
+
UPDATE: string;
|
|
79
|
+
FINDONE: string;
|
|
80
|
+
FINDALL: string;
|
|
81
|
+
AVAILABILITY: string;
|
|
82
|
+
DELETE: string;
|
|
83
|
+
DROPDOWN: string;
|
|
84
|
+
};
|
|
85
|
+
FILE: {
|
|
86
|
+
ADD_QUEUE: string;
|
|
87
|
+
FIND_ALL: string;
|
|
88
|
+
PAUSE_QUEUE: string;
|
|
89
|
+
RESUME_QUEUE: string;
|
|
90
|
+
UPDATE_PRESIGNED_URL: string;
|
|
91
|
+
READ_PRESIGNED_URL: string;
|
|
92
|
+
MIGRATE_BORROWER: string;
|
|
93
|
+
};
|
|
94
|
+
BORROWER: {
|
|
95
|
+
LOAN: {
|
|
96
|
+
FIND_ALL: string;
|
|
97
|
+
FIND_ONE: string;
|
|
98
|
+
TAGS: {
|
|
99
|
+
CREATE: string;
|
|
100
|
+
REMOVE: string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
BORROWER_DISPOSITION: {
|
|
104
|
+
CREATE: string;
|
|
105
|
+
AGENT_DISPOSITIONS: string;
|
|
106
|
+
AGENT_FOLLOW_UPS: string;
|
|
107
|
+
LATEST_DISPOSITIONS: string;
|
|
108
|
+
UPDATE_INITIATED_CALL: string;
|
|
109
|
+
CUSTOMER_DISPOSITIONS: string;
|
|
110
|
+
CUSTOMER_FOLLOW_UPS: string;
|
|
111
|
+
CUSTOMER_PTPS: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
OPTIONS: {
|
|
115
|
+
CITIES: string;
|
|
116
|
+
STATES: string;
|
|
117
|
+
DISPOSITIONS: string;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
CDR: {
|
|
121
|
+
PROCESSCDR: string;
|
|
122
|
+
FETCHALLCDR: string;
|
|
123
|
+
MIGRATECDR: string;
|
|
124
|
+
GETCDRBYID: string;
|
|
125
|
+
UPDATECDR: string;
|
|
126
|
+
};
|
|
127
|
+
INTEGRATION: {
|
|
128
|
+
EZSIP: {
|
|
129
|
+
LOGIN: string;
|
|
130
|
+
LOGOUT: string;
|
|
131
|
+
UPDATE_AGENT_TO_READY: string;
|
|
132
|
+
SET_AGENT_ON_BREAK: string;
|
|
133
|
+
CREATE_AGENT: string;
|
|
134
|
+
UPDATE_AGENT: string;
|
|
135
|
+
DELETE_AGENT: string;
|
|
136
|
+
CREATE_EXTENSION: string;
|
|
137
|
+
DELETE_EXTENSION: string;
|
|
138
|
+
FETCH_ALL_AGENTS: string;
|
|
139
|
+
CREATE_CAMPAIGN: string;
|
|
140
|
+
UPDATE_CAMPAIGN: string;
|
|
141
|
+
FETCH_CAMPAIGN_BY_ID: string;
|
|
142
|
+
DELETE_MULTIPLE_LEADS: string;
|
|
143
|
+
TOGGLE_CAMPAIGN: string;
|
|
144
|
+
FETCH_ALL_CAMPAIGNS: string;
|
|
145
|
+
MANUAL_CALL: string;
|
|
146
|
+
CLICK_TO_CALL: string;
|
|
147
|
+
END_CALL: string;
|
|
148
|
+
PAUSE_CALL: string;
|
|
149
|
+
FETCH_ALL_IVR_DROPDOWN_OPTIONS: string;
|
|
150
|
+
FETCH_AGENT_LIVE_STATUS: string;
|
|
151
|
+
PRODUCTIVITY_REPORT: string;
|
|
152
|
+
ACTIVITY_REPORT: string;
|
|
153
|
+
FETCH_ALL_AGENTS_BREAK_TYPES: string;
|
|
154
|
+
DOWNLOAD_RECORDING_BY_REFERENCE_ID: string;
|
|
155
|
+
CREATE_MULTIPLE_LEADS: string;
|
|
156
|
+
CLEAR_LEADS_BY_CAMPAIGN_ID: string;
|
|
157
|
+
ACTIVATE_DEACTIVATE_AGENT: string;
|
|
158
|
+
WHATSAPP_TEMPLATE_LIST: string;
|
|
159
|
+
WHATSAPP_TEMPLATE_LIST_DROP_DOWN: string;
|
|
160
|
+
WHATSAPP_REPORT: string;
|
|
161
|
+
TRIGGER_WHATSAPP_MESSAGE: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
};
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BrokerMessages = void 0;
|
|
4
|
+
exports.BrokerMessages = {
|
|
5
|
+
USER: {
|
|
6
|
+
USER: {
|
|
7
|
+
CREATE: 'CREATE-USER',
|
|
8
|
+
FIND_ONE: 'GET-USER-DETAILS',
|
|
9
|
+
FIND_ALL: 'GET-ALL-USER-LIST',
|
|
10
|
+
UPDATE: 'UPDATE-USER',
|
|
11
|
+
AUTHENTICATE: 'AUTHENTICATE-USER',
|
|
12
|
+
DROPDOWN: 'DROPDOWN-USER',
|
|
13
|
+
REPORTING_USER_DROPDOWN: 'REPORTING-USER-DROPDOWN',
|
|
14
|
+
FIND_BY_ROLE_ID: 'FIND-USER-BY-ROLE-ID',
|
|
15
|
+
MIGRATE_USER: 'MIGRATE-USER',
|
|
16
|
+
},
|
|
17
|
+
ROLE: {
|
|
18
|
+
CREATE: 'CREATE-ROLE',
|
|
19
|
+
FIND_ONE: 'GET-ROLE-DETAILS',
|
|
20
|
+
FIND_ALL: 'GET-ALL-ROLE-LIST',
|
|
21
|
+
UPDATE: 'UPDATE-ROLE',
|
|
22
|
+
DELETE: 'DELETE-ROLE',
|
|
23
|
+
DROPDOWN: 'DROPDOWN-ROLE',
|
|
24
|
+
AVAILABILITY: 'ROLE-AVAILABILITY',
|
|
25
|
+
MIGRATE_ROLE: 'MIGRATE-ROLES',
|
|
26
|
+
},
|
|
27
|
+
ROLEPERMISSIONS: {
|
|
28
|
+
CREATE: 'CREATE-ROLE-PERMISSION',
|
|
29
|
+
DELETE: 'DELETE-ROLE-PERMISSION',
|
|
30
|
+
MODULES_FOR_SIDEBAR_MENU: 'GET-MODULES-FOR-SIDEBAR-MENU',
|
|
31
|
+
PERMISSIONS_BY_ROLEID: 'GET-PERMISSIONS-BY-ROLE-ID',
|
|
32
|
+
ALL_MODULES: 'GET-ALL-MODULES',
|
|
33
|
+
ALL_MODULE_PERMISSION: 'GET-ALL-MODULES-PERMISSIONS',
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
CRM: {
|
|
37
|
+
CLIENT: {
|
|
38
|
+
CREATE: 'create-client',
|
|
39
|
+
UPDATE: 'update-client',
|
|
40
|
+
FIND_ONE: 'get-client-detail',
|
|
41
|
+
FIND_ALL: 'list-clients',
|
|
42
|
+
AVAILABILITY: 'client-availabilty',
|
|
43
|
+
DELETE: 'delete-client',
|
|
44
|
+
DROPDOWN: 'client-dropdown',
|
|
45
|
+
},
|
|
46
|
+
CAMPAIGN: {
|
|
47
|
+
CREATE: 'create-campaign',
|
|
48
|
+
UPDATE: 'update-campaign',
|
|
49
|
+
FIND_ONE: 'get-campaign-detail',
|
|
50
|
+
FIND_ALL: 'list-campaigns',
|
|
51
|
+
AVAILABILITY: 'campaign-availabilty',
|
|
52
|
+
DELETE: 'delete-campaign',
|
|
53
|
+
DROPDOWN: 'campaign-dropdown',
|
|
54
|
+
USER_CAMPAIGNS: 'users-campaignS',
|
|
55
|
+
},
|
|
56
|
+
DIALER: {
|
|
57
|
+
LOGIN: 'dialer-login',
|
|
58
|
+
LOGOUT: 'dialer-login',
|
|
59
|
+
SWITCH_CAMPAIGN: 'dialer-switch-campaign',
|
|
60
|
+
START_STOP: 'dialer-start_stop',
|
|
61
|
+
CALL_RECORDING: 'dialer-call-recording',
|
|
62
|
+
MANUAL_CALL: 'dialer-manual-call',
|
|
63
|
+
READY: 'dialer-ready',
|
|
64
|
+
PAUSE: 'dialer-pause',
|
|
65
|
+
CURRENT_CALL: 'DIAER-CURRENT-CALL',
|
|
66
|
+
BREAKS: 'dialer-break-types',
|
|
67
|
+
ON_BREAK: 'dialer-on-break',
|
|
68
|
+
MIGRATE_DISPOSITION: 'migrate-disposition',
|
|
69
|
+
},
|
|
70
|
+
CENTER: {
|
|
71
|
+
CREATE: 'create-center',
|
|
72
|
+
UPDATE: 'update-center',
|
|
73
|
+
FINDONE: 'get-center-detail',
|
|
74
|
+
FINDALL: 'list-centers',
|
|
75
|
+
AVAILABILITY: 'center-availabilty',
|
|
76
|
+
DELETE: 'delete-center',
|
|
77
|
+
DROPDOWN: 'center-dropdown',
|
|
78
|
+
},
|
|
79
|
+
PORTFOLIO: {
|
|
80
|
+
CREATE: 'create-portfolio',
|
|
81
|
+
UPDATE: 'update-portfolio',
|
|
82
|
+
FINDONE: 'get-portfolio-detail',
|
|
83
|
+
FINDALL: 'list-portfolios',
|
|
84
|
+
AVAILABILITY: 'portfolio-availabilty',
|
|
85
|
+
DELETE: 'delete-portfolio',
|
|
86
|
+
DROPDOWN: 'portfolio-dropdown',
|
|
87
|
+
},
|
|
88
|
+
FILE: {
|
|
89
|
+
ADD_QUEUE: 'ADD-FILE-IN-QUEUE',
|
|
90
|
+
FIND_ALL: 'GET-ALL-JOB-LIST',
|
|
91
|
+
PAUSE_QUEUE: 'PAUSE-QUEUE',
|
|
92
|
+
RESUME_QUEUE: 'RESUME-QUEUE',
|
|
93
|
+
UPDATE_PRESIGNED_URL: 'UPDATE-PRESIGNED-URL',
|
|
94
|
+
READ_PRESIGNED_URL: 'READ-PRESIGNED-URL',
|
|
95
|
+
MIGRATE_BORROWER: 'MIGRATE-BORROWER',
|
|
96
|
+
},
|
|
97
|
+
BORROWER: {
|
|
98
|
+
LOAN: {
|
|
99
|
+
FIND_ALL: 'GET-ALL-LOAN-LIST',
|
|
100
|
+
FIND_ONE: 'GET-LOAN-DETAILS',
|
|
101
|
+
TAGS: {
|
|
102
|
+
CREATE: 'CREATE-TAG',
|
|
103
|
+
REMOVE: 'REMOVE-TAG',
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
BORROWER_DISPOSITION: {
|
|
107
|
+
CREATE: 'CREATE_DISPOSITION',
|
|
108
|
+
AGENT_DISPOSITIONS: 'AGENT-DISPOSITIONS-ALL',
|
|
109
|
+
AGENT_FOLLOW_UPS: 'AGENT-FOLLOUPS',
|
|
110
|
+
LATEST_DISPOSITIONS: 'LATEST_DISPOSITIONS',
|
|
111
|
+
UPDATE_INITIATED_CALL: 'UPDATE_INITIATED_CALL_DETAIL',
|
|
112
|
+
CUSTOMER_DISPOSITIONS: 'CUSTOMER-DISPOSITIONS',
|
|
113
|
+
CUSTOMER_FOLLOW_UPS: 'CUSTOMER_FOLLOW_UPS',
|
|
114
|
+
CUSTOMER_PTPS: 'CUSTOMER_PTPS',
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
OPTIONS: {
|
|
118
|
+
CITIES: 'OPTIONS-CITY',
|
|
119
|
+
STATES: 'OPTIONS-STATE',
|
|
120
|
+
DISPOSITIONS: 'OPTIONS-DISPOSITIONS',
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
CDR: {
|
|
124
|
+
PROCESSCDR: 'PROCESS-CDR',
|
|
125
|
+
FETCHALLCDR: 'FETCH-MANY-CDR',
|
|
126
|
+
MIGRATECDR: 'MIGRATE-CDR',
|
|
127
|
+
GETCDRBYID: 'GET-CDR-BY-ID',
|
|
128
|
+
UPDATECDR: 'UPDATE-CDR',
|
|
129
|
+
},
|
|
130
|
+
INTEGRATION: {
|
|
131
|
+
EZSIP: {
|
|
132
|
+
LOGIN: 'ezsip-login',
|
|
133
|
+
LOGOUT: 'ezsip-logout',
|
|
134
|
+
UPDATE_AGENT_TO_READY: 'ezsip-update-agent-to-ready',
|
|
135
|
+
SET_AGENT_ON_BREAK: 'ezsip-set-agent-on-break',
|
|
136
|
+
CREATE_AGENT: 'ezsip-create-agent',
|
|
137
|
+
UPDATE_AGENT: 'ezsip-update-agent',
|
|
138
|
+
DELETE_AGENT: 'ezsip-delete-agent',
|
|
139
|
+
CREATE_EXTENSION: 'ezsip-create-extension',
|
|
140
|
+
DELETE_EXTENSION: 'ezsip-delete-extension',
|
|
141
|
+
FETCH_ALL_AGENTS: 'ezsip-fetch-all-agent',
|
|
142
|
+
CREATE_CAMPAIGN: 'ezsip-create-campaign',
|
|
143
|
+
UPDATE_CAMPAIGN: 'ezsip-update-campaign',
|
|
144
|
+
FETCH_CAMPAIGN_BY_ID: 'ezsip-fetch-campaign-by-id',
|
|
145
|
+
DELETE_MULTIPLE_LEADS: 'ezsip-delete-multiple-leads',
|
|
146
|
+
TOGGLE_CAMPAIGN: 'ezsip-campaign-toggle',
|
|
147
|
+
FETCH_ALL_CAMPAIGNS: 'ezsip-fetch-all-campaign',
|
|
148
|
+
MANUAL_CALL: 'ezsip-manual-call',
|
|
149
|
+
CLICK_TO_CALL: 'ezsip-click-to-call',
|
|
150
|
+
END_CALL: 'ezsip-end-call',
|
|
151
|
+
PAUSE_CALL: 'ezsip-pause-call',
|
|
152
|
+
FETCH_ALL_IVR_DROPDOWN_OPTIONS: 'ezsip-fetch-all-ivr-dropdown-options',
|
|
153
|
+
FETCH_AGENT_LIVE_STATUS: 'ezsip-fetch-agent-live-status',
|
|
154
|
+
PRODUCTIVITY_REPORT: 'ezsip-productivity-report',
|
|
155
|
+
ACTIVITY_REPORT: 'ezsip-activity-report',
|
|
156
|
+
FETCH_ALL_AGENTS_BREAK_TYPES: 'ezsip-fetch-all-agent-on-break-types',
|
|
157
|
+
DOWNLOAD_RECORDING_BY_REFERENCE_ID: 'ezsip-download-recording-by-reference-id',
|
|
158
|
+
CREATE_MULTIPLE_LEADS: 'ezsip-create-multiple-leads',
|
|
159
|
+
CLEAR_LEADS_BY_CAMPAIGN_ID: 'ezsip-clear-leads-by-campaign-id',
|
|
160
|
+
ACTIVATE_DEACTIVATE_AGENT: 'ezsip-activate-deactivate-agent',
|
|
161
|
+
WHATSAPP_TEMPLATE_LIST: 'ezsip-whatsapp-template-list',
|
|
162
|
+
WHATSAPP_TEMPLATE_LIST_DROP_DOWN: 'ezsip-whatsapp-template-list-dropdown',
|
|
163
|
+
WHATSAPP_REPORT: 'ezsip-whatsapp-report',
|
|
164
|
+
TRIGGER_WHATSAPP_MESSAGE: 'ezsip-trigger-whatsapp-message',
|
|
165
|
+
},
|
|
166
|
+
},
|
|
167
|
+
};
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
export const BrokerMessages = {
|
|
2
|
+
USER: {
|
|
3
|
+
USER: {
|
|
4
|
+
CREATE: 'CREATE-USER',
|
|
5
|
+
FIND_ONE: 'GET-USER-DETAILS',
|
|
6
|
+
FIND_ALL: 'GET-ALL-USER-LIST',
|
|
7
|
+
UPDATE: 'UPDATE-USER',
|
|
8
|
+
AUTHENTICATE: 'AUTHENTICATE-USER',
|
|
9
|
+
DROPDOWN: 'DROPDOWN-USER',
|
|
10
|
+
REPORTING_USER_DROPDOWN: 'REPORTING-USER-DROPDOWN',
|
|
11
|
+
FIND_BY_ROLE_ID: 'FIND-USER-BY-ROLE-ID',
|
|
12
|
+
MIGRATE_USER: 'MIGRATE-USER',
|
|
13
|
+
},
|
|
14
|
+
ROLE: {
|
|
15
|
+
CREATE: 'CREATE-ROLE',
|
|
16
|
+
FIND_ONE: 'GET-ROLE-DETAILS',
|
|
17
|
+
FIND_ALL: 'GET-ALL-ROLE-LIST',
|
|
18
|
+
UPDATE: 'UPDATE-ROLE',
|
|
19
|
+
DELETE: 'DELETE-ROLE',
|
|
20
|
+
DROPDOWN: 'DROPDOWN-ROLE',
|
|
21
|
+
AVAILABILITY: 'ROLE-AVAILABILITY',
|
|
22
|
+
MIGRATE_ROLE: 'MIGRATE-ROLES',
|
|
23
|
+
},
|
|
24
|
+
ROLEPERMISSIONS: {
|
|
25
|
+
CREATE: 'CREATE-ROLE-PERMISSION',
|
|
26
|
+
DELETE: 'DELETE-ROLE-PERMISSION',
|
|
27
|
+
MODULES_FOR_SIDEBAR_MENU: 'GET-MODULES-FOR-SIDEBAR-MENU',
|
|
28
|
+
PERMISSIONS_BY_ROLEID: 'GET-PERMISSIONS-BY-ROLE-ID',
|
|
29
|
+
ALL_MODULES: 'GET-ALL-MODULES',
|
|
30
|
+
ALL_MODULE_PERMISSION: 'GET-ALL-MODULES-PERMISSIONS',
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
CRM: {
|
|
34
|
+
CLIENT: {
|
|
35
|
+
CREATE: 'create-client',
|
|
36
|
+
UPDATE: 'update-client',
|
|
37
|
+
FIND_ONE: 'get-client-detail',
|
|
38
|
+
FIND_ALL: 'list-clients',
|
|
39
|
+
AVAILABILITY: 'client-availabilty',
|
|
40
|
+
DELETE: 'delete-client',
|
|
41
|
+
DROPDOWN: 'client-dropdown',
|
|
42
|
+
},
|
|
43
|
+
CAMPAIGN: {
|
|
44
|
+
CREATE: 'create-campaign',
|
|
45
|
+
UPDATE: 'update-campaign',
|
|
46
|
+
FIND_ONE: 'get-campaign-detail',
|
|
47
|
+
FIND_ALL: 'list-campaigns',
|
|
48
|
+
AVAILABILITY: 'campaign-availabilty',
|
|
49
|
+
DELETE: 'delete-campaign',
|
|
50
|
+
DROPDOWN: 'campaign-dropdown',
|
|
51
|
+
USER_CAMPAIGNS: 'users-campaignS',
|
|
52
|
+
},
|
|
53
|
+
DIALER: {
|
|
54
|
+
LOGIN: 'dialer-login',
|
|
55
|
+
LOGOUT: 'dialer-login',
|
|
56
|
+
SWITCH_CAMPAIGN: 'dialer-switch-campaign',
|
|
57
|
+
START_STOP: 'dialer-start_stop',
|
|
58
|
+
CALL_RECORDING: 'dialer-call-recording',
|
|
59
|
+
MANUAL_CALL: 'dialer-manual-call',
|
|
60
|
+
READY: 'dialer-ready',
|
|
61
|
+
PAUSE: 'dialer-pause',
|
|
62
|
+
CURRENT_CALL: 'DIAER-CURRENT-CALL',
|
|
63
|
+
BREAKS: 'dialer-break-types',
|
|
64
|
+
ON_BREAK: 'dialer-on-break',
|
|
65
|
+
MIGRATE_DISPOSITION: 'migrate-disposition',
|
|
66
|
+
},
|
|
67
|
+
CENTER: {
|
|
68
|
+
CREATE: 'create-center',
|
|
69
|
+
UPDATE: 'update-center',
|
|
70
|
+
FINDONE: 'get-center-detail',
|
|
71
|
+
FINDALL: 'list-centers',
|
|
72
|
+
AVAILABILITY: 'center-availabilty',
|
|
73
|
+
DELETE: 'delete-center',
|
|
74
|
+
DROPDOWN: 'center-dropdown',
|
|
75
|
+
},
|
|
76
|
+
PORTFOLIO: {
|
|
77
|
+
CREATE: 'create-portfolio',
|
|
78
|
+
UPDATE: 'update-portfolio',
|
|
79
|
+
FINDONE: 'get-portfolio-detail',
|
|
80
|
+
FINDALL: 'list-portfolios',
|
|
81
|
+
AVAILABILITY: 'portfolio-availabilty',
|
|
82
|
+
DELETE: 'delete-portfolio',
|
|
83
|
+
DROPDOWN: 'portfolio-dropdown',
|
|
84
|
+
},
|
|
85
|
+
FILE: {
|
|
86
|
+
ADD_QUEUE: 'ADD-FILE-IN-QUEUE',
|
|
87
|
+
FIND_ALL: 'GET-ALL-JOB-LIST',
|
|
88
|
+
PAUSE_QUEUE: 'PAUSE-QUEUE',
|
|
89
|
+
RESUME_QUEUE: 'RESUME-QUEUE',
|
|
90
|
+
UPDATE_PRESIGNED_URL: 'UPDATE-PRESIGNED-URL',
|
|
91
|
+
READ_PRESIGNED_URL: 'READ-PRESIGNED-URL',
|
|
92
|
+
MIGRATE_BORROWER: 'MIGRATE-BORROWER',
|
|
93
|
+
},
|
|
94
|
+
BORROWER: {
|
|
95
|
+
LOAN: {
|
|
96
|
+
FIND_ALL: 'GET-ALL-LOAN-LIST',
|
|
97
|
+
FIND_ONE: 'GET-LOAN-DETAILS',
|
|
98
|
+
TAGS: {
|
|
99
|
+
CREATE: 'CREATE-TAG',
|
|
100
|
+
REMOVE: 'REMOVE-TAG',
|
|
101
|
+
},
|
|
102
|
+
},
|
|
103
|
+
BORROWER_DISPOSITION: {
|
|
104
|
+
CREATE: 'CREATE_DISPOSITION',
|
|
105
|
+
AGENT_DISPOSITIONS: 'AGENT-DISPOSITIONS-ALL',
|
|
106
|
+
AGENT_FOLLOW_UPS: 'AGENT-FOLLOUPS',
|
|
107
|
+
LATEST_DISPOSITIONS: 'LATEST_DISPOSITIONS',
|
|
108
|
+
UPDATE_INITIATED_CALL: 'UPDATE_INITIATED_CALL_DETAIL',
|
|
109
|
+
CUSTOMER_DISPOSITIONS: 'CUSTOMER-DISPOSITIONS',
|
|
110
|
+
CUSTOMER_FOLLOW_UPS: 'CUSTOMER_FOLLOW_UPS',
|
|
111
|
+
CUSTOMER_PTPS: 'CUSTOMER_PTPS',
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
OPTIONS: {
|
|
115
|
+
CITIES: 'OPTIONS-CITY',
|
|
116
|
+
STATES: 'OPTIONS-STATE',
|
|
117
|
+
DISPOSITIONS: 'OPTIONS-DISPOSITIONS',
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
CDR: {
|
|
121
|
+
PROCESSCDR: 'PROCESS-CDR',
|
|
122
|
+
FETCHALLCDR: 'FETCH-MANY-CDR',
|
|
123
|
+
MIGRATECDR: 'MIGRATE-CDR',
|
|
124
|
+
GETCDRBYID: 'GET-CDR-BY-ID',
|
|
125
|
+
UPDATECDR: 'UPDATE-CDR',
|
|
126
|
+
},
|
|
127
|
+
INTEGRATION: {
|
|
128
|
+
EZSIP: {
|
|
129
|
+
LOGIN: 'ezsip-login',
|
|
130
|
+
LOGOUT: 'ezsip-logout',
|
|
131
|
+
UPDATE_AGENT_TO_READY: 'ezsip-update-agent-to-ready',
|
|
132
|
+
SET_AGENT_ON_BREAK: 'ezsip-set-agent-on-break',
|
|
133
|
+
CREATE_AGENT: 'ezsip-create-agent',
|
|
134
|
+
UPDATE_AGENT: 'ezsip-update-agent',
|
|
135
|
+
DELETE_AGENT: 'ezsip-delete-agent',
|
|
136
|
+
CREATE_EXTENSION: 'ezsip-create-extension',
|
|
137
|
+
DELETE_EXTENSION: 'ezsip-delete-extension',
|
|
138
|
+
FETCH_ALL_AGENTS: 'ezsip-fetch-all-agent',
|
|
139
|
+
CREATE_CAMPAIGN: 'ezsip-create-campaign',
|
|
140
|
+
UPDATE_CAMPAIGN: 'ezsip-update-campaign',
|
|
141
|
+
FETCH_CAMPAIGN_BY_ID: 'ezsip-fetch-campaign-by-id',
|
|
142
|
+
DELETE_MULTIPLE_LEADS: 'ezsip-delete-multiple-leads',
|
|
143
|
+
TOGGLE_CAMPAIGN: 'ezsip-campaign-toggle',
|
|
144
|
+
FETCH_ALL_CAMPAIGNS: 'ezsip-fetch-all-campaign',
|
|
145
|
+
MANUAL_CALL: 'ezsip-manual-call',
|
|
146
|
+
CLICK_TO_CALL: 'ezsip-click-to-call',
|
|
147
|
+
END_CALL: 'ezsip-end-call',
|
|
148
|
+
PAUSE_CALL: 'ezsip-pause-call',
|
|
149
|
+
FETCH_ALL_IVR_DROPDOWN_OPTIONS: 'ezsip-fetch-all-ivr-dropdown-options',
|
|
150
|
+
FETCH_AGENT_LIVE_STATUS: 'ezsip-fetch-agent-live-status',
|
|
151
|
+
PRODUCTIVITY_REPORT: 'ezsip-productivity-report',
|
|
152
|
+
ACTIVITY_REPORT: 'ezsip-activity-report',
|
|
153
|
+
FETCH_ALL_AGENTS_BREAK_TYPES: 'ezsip-fetch-all-agent-on-break-types',
|
|
154
|
+
DOWNLOAD_RECORDING_BY_REFERENCE_ID:
|
|
155
|
+
'ezsip-download-recording-by-reference-id',
|
|
156
|
+
CREATE_MULTIPLE_LEADS: 'ezsip-create-multiple-leads',
|
|
157
|
+
CLEAR_LEADS_BY_CAMPAIGN_ID: 'ezsip-clear-leads-by-campaign-id',
|
|
158
|
+
ACTIVATE_DEACTIVATE_AGENT: 'ezsip-activate-deactivate-agent',
|
|
159
|
+
WHATSAPP_TEMPLATE_LIST: 'ezsip-whatsapp-template-list',
|
|
160
|
+
WHATSAPP_TEMPLATE_LIST_DROP_DOWN: 'ezsip-whatsapp-template-list-dropdown',
|
|
161
|
+
WHATSAPP_REPORT: 'ezsip-whatsapp-report',
|
|
162
|
+
TRIGGER_WHATSAPP_MESSAGE: 'ezsip-trigger-whatsapp-message',
|
|
163
|
+
},
|
|
164
|
+
},
|
|
165
|
+
};
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
export * from './brokerMessages';
|
|
2
|
+
export declare const Services: {
|
|
3
|
+
AWS_SERVICE: string;
|
|
4
|
+
DOCUMENT_SERVICE: string;
|
|
5
|
+
CLIENT_SERVICE: string;
|
|
6
|
+
EMAIL_SERVICE: string;
|
|
7
|
+
AUTH: string;
|
|
8
|
+
USER_SERVICE: string;
|
|
9
|
+
SETTLEMENTS_SERVICE: string;
|
|
10
|
+
RULE_SERVICE: string;
|
|
11
|
+
JOBS_SERVICE: string;
|
|
12
|
+
CRM_SERVICE: string;
|
|
13
|
+
INTEGRATION_SERVICE: string;
|
|
14
|
+
CDR_SERVICE: string;
|
|
15
|
+
};
|
|
16
|
+
export declare enum ActInactiveEnumType {
|
|
17
|
+
active = "active",
|
|
18
|
+
inactive = "inactive"
|
|
19
|
+
}
|
|
20
|
+
export declare enum UserTypeEnum {
|
|
21
|
+
internal = "internal",
|
|
22
|
+
external = "external"
|
|
23
|
+
}
|
|
24
|
+
export declare enum CampaignTypeEnum {
|
|
25
|
+
Predictive = "predictive",
|
|
26
|
+
Progressive = "progressive"
|
|
27
|
+
}
|
|
28
|
+
export declare enum GenderTypeEnum {
|
|
29
|
+
male = "male",
|
|
30
|
+
female = "female"
|
|
31
|
+
}
|
|
32
|
+
export declare enum DispositionTypeEnum {
|
|
33
|
+
disposition = "disposition",
|
|
34
|
+
subDisposition = "subDisposition"
|
|
35
|
+
}
|
|
36
|
+
export declare enum CallDirectionEnum {
|
|
37
|
+
inbound = "inbound",
|
|
38
|
+
outbound = "outbound"
|
|
39
|
+
}
|
|
40
|
+
export declare enum JobStatusEnum {
|
|
41
|
+
waiting = "waiting",
|
|
42
|
+
inprogress = "inprogress",
|
|
43
|
+
pending = "pending",
|
|
44
|
+
completed = "completed",
|
|
45
|
+
failed = "failed"
|
|
46
|
+
}
|
|
47
|
+
export declare enum Disp_CategoryTypeEnum {
|
|
48
|
+
Contacted = "Contacted",
|
|
49
|
+
Notcontacted = "Not contacted",
|
|
50
|
+
ContactedOthers = "Contacted - Others"
|
|
51
|
+
}
|
|
52
|
+
export declare const userModules: {
|
|
53
|
+
Dashboard: number;
|
|
54
|
+
SetupMaster: number;
|
|
55
|
+
Role: number;
|
|
56
|
+
Permissions: number;
|
|
57
|
+
Users: number;
|
|
58
|
+
Clients: number;
|
|
59
|
+
Campaigns: number;
|
|
60
|
+
Portfolio: number;
|
|
61
|
+
Templates: number;
|
|
62
|
+
Merchants: number;
|
|
63
|
+
PaymentModes: number;
|
|
64
|
+
Borrowers: number;
|
|
65
|
+
ActiveBorrowers: number;
|
|
66
|
+
InactiveBorrowers: number;
|
|
67
|
+
BorrowersListing: number;
|
|
68
|
+
Reports: number;
|
|
69
|
+
CallSummary: number;
|
|
70
|
+
AgentActivity: number;
|
|
71
|
+
AgentProductivity: number;
|
|
72
|
+
AgentLiveStatus: number;
|
|
73
|
+
Settlements: number;
|
|
74
|
+
Payments: number;
|
|
75
|
+
Communication: number;
|
|
76
|
+
AuditLog: number;
|
|
77
|
+
LiveChat: number;
|
|
78
|
+
Files: number;
|
|
79
|
+
};
|
|
80
|
+
export declare const dispoSubDispo: {
|
|
81
|
+
dispositions: {
|
|
82
|
+
PTP: number;
|
|
83
|
+
HotPTP: number;
|
|
84
|
+
CallBack: number;
|
|
85
|
+
Followup: number;
|
|
86
|
+
WrongNumber: number;
|
|
87
|
+
RefusedToPay: number;
|
|
88
|
+
Dispute: number;
|
|
89
|
+
FinalSettlement: number;
|
|
90
|
+
HungUp: number;
|
|
91
|
+
Language: number;
|
|
92
|
+
NoContact: number;
|
|
93
|
+
AlreadyPaid: number;
|
|
94
|
+
Paid: number;
|
|
95
|
+
InboundCallQueryCall: number;
|
|
96
|
+
};
|
|
97
|
+
subDispositions: {
|
|
98
|
+
ptp_EMIpayment: number;
|
|
99
|
+
ptp_Fullpayment: number;
|
|
100
|
+
hotPtp_EMIpayment: number;
|
|
101
|
+
hotPtp_Fullpayment: number;
|
|
102
|
+
CallBack_Busy: number;
|
|
103
|
+
CallBack_NetworkCoverage: number;
|
|
104
|
+
CallBack_NoAnswer: number;
|
|
105
|
+
CallBack_SwitchedOff: number;
|
|
106
|
+
FollowUp_ReminderCall: number;
|
|
107
|
+
FollowUp_CallReceivedByOtherPerson: number;
|
|
108
|
+
WrongNumber: number;
|
|
109
|
+
RefusedToPay_FinancialIssue: number;
|
|
110
|
+
RefusedToPay_BrokenPTP: number;
|
|
111
|
+
RefusedToPay_Defaulter: number;
|
|
112
|
+
RefusedToPay_ThirdParty: number;
|
|
113
|
+
Dispute_AlreadyPaid: number;
|
|
114
|
+
Dispute_VehicleRepossessed: number;
|
|
115
|
+
Dispute_VehicleStolen: number;
|
|
116
|
+
FinalSettlement: number;
|
|
117
|
+
HungUp_BlankCall: number;
|
|
118
|
+
HungUp_AbusiveCaller: number;
|
|
119
|
+
HungUp_CustomerDisconnectedCall: number;
|
|
120
|
+
LanguageBarrier: number;
|
|
121
|
+
noContact_busy: number;
|
|
122
|
+
noContact_NoAnswerRinging: number;
|
|
123
|
+
noContactSwitchedOff: number;
|
|
124
|
+
noContactOutOfNetworkArea: number;
|
|
125
|
+
noContactIncomingServiceBarred: number;
|
|
126
|
+
noContactTempNotInService: number;
|
|
127
|
+
alreadyPaid_Online: number;
|
|
128
|
+
alreadyPaid_Branch: number;
|
|
129
|
+
alreadyPaid_CashToAgent: number;
|
|
130
|
+
alreadyPaid_LastMonthPaid: number;
|
|
131
|
+
reFundToPay_NoIntensionToPay: number;
|
|
132
|
+
reFundToPay_MedicalIssue: number;
|
|
133
|
+
reFundToPay_CustomerExpired: number;
|
|
134
|
+
reFundToPay_BussinessClosed: number;
|
|
135
|
+
reFundToPay_BusinessLoss: number;
|
|
136
|
+
reFundToPay_Fraud: number;
|
|
137
|
+
paid_OncallPaid: number;
|
|
138
|
+
CallBack: number;
|
|
139
|
+
CallBack_ReminderCall: number;
|
|
140
|
+
QueryCall: number;
|
|
141
|
+
FollowUp_Reminder: number;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
export declare enum ParticipantTypeEnum {
|
|
145
|
+
Reference = "Reference",
|
|
146
|
+
Guarantor = "Guarantor",
|
|
147
|
+
CoApplicant = "CoApplicant"
|
|
148
|
+
}
|
|
149
|
+
export declare enum JobTypeEnum {
|
|
150
|
+
CUSTOMER_FILE = "customer-file-parser",
|
|
151
|
+
PAYMENT_FILE = "payment-file-parser",
|
|
152
|
+
REASSIGNMENT_FILE = "reassign-file-parser"
|
|
153
|
+
}
|
|
154
|
+
export declare enum PorvidersType {
|
|
155
|
+
ENKASH = "enkash"
|
|
156
|
+
}
|
|
157
|
+
export type Status = 'completed' | 'failed' | 'inprogress' | 'paused';
|
|
158
|
+
export type loanRecordType = 'newLoans' | 'missingLoans' | 'existLoans' | 'loansId' | 'duplicateLoans';
|
|
159
|
+
export declare const Constants: {
|
|
160
|
+
JOB_STATUS: {
|
|
161
|
+
COMPLETED: Status;
|
|
162
|
+
FAILED: Status;
|
|
163
|
+
INPROGRESS: Status;
|
|
164
|
+
PAUSED: Status;
|
|
165
|
+
WAITING: Status;
|
|
166
|
+
};
|
|
167
|
+
PROVIDERS: {
|
|
168
|
+
ENKASH: string;
|
|
169
|
+
};
|
|
170
|
+
RECORD_TYPE: {
|
|
171
|
+
newLoans: loanRecordType;
|
|
172
|
+
missingLoans: loanRecordType;
|
|
173
|
+
existLoans: loanRecordType;
|
|
174
|
+
loansId: loanRecordType;
|
|
175
|
+
duplicateLoans: loanRecordType;
|
|
176
|
+
};
|
|
177
|
+
};
|