TP-69871 | code refactor
This commit is contained in:
@@ -170,7 +170,7 @@ API_URLS[ApiKeys.DUE_AMOUNT_SUMMARY] = '/collection-cases/{loanAccountNumber}/am
|
||||
API_URLS[ApiKeys.FEE_WAIVER_HISTORY] = '/collection-cases/{loanAccountNumber}/waiver-history';
|
||||
API_URLS[ApiKeys.FEE_WAIVER_V2] = '/loan/request/{loanAccountNumber}/adjust-component/v2';
|
||||
API_URLS[ApiKeys.GET_PIN_CODES_DETAILS] = '/api/v1/pincodes/{pinCode}';
|
||||
API_URLS[ApiKeys.SYNC_COSMOS_TO_LONGHORN] = '/sync/cosmos-sync';
|
||||
API_URLS[ApiKeys.SYNC_COSMOS_TO_LONGHORN] = '/agent/cosmos-sync';
|
||||
API_URLS[ApiKeys.CALL_CUSTOMER] = '/call-recording/call-request/{loanAccountNumber}/{telephoneReferenceId}';
|
||||
API_URLS[ApiKeys.SYNC_ACTIVE_CALL_DETAILS] = '/call-recording/call-status';
|
||||
API_URLS[ApiKeys.GET_CALL_HISTORY] = '/call-recording/call-history/{loanAccountNumber}';
|
||||
|
||||
@@ -18,7 +18,6 @@ import TodoList from '../todoList/TodoList';
|
||||
import { getAgentDetail } from '../../action/authActions';
|
||||
import { CaptureGeolocation, DeviceLocation } from '@components/form/services/geoLocation.service';
|
||||
import { setDeviceGeolocation } from '@reducers/foregroundServiceSlice';
|
||||
import { GLOBAL } from '@constants/Global';
|
||||
import CallingAgentRoutes from '../../miniModules/callingAgents/routes';
|
||||
import NearbyCases from '@screens/allCases/NearbyCases';
|
||||
import usePolling from '@hooks/usePolling';
|
||||
|
||||
Reference in New Issue
Block a user