Files
collection-portal/package.json

174 lines
5.7 KiB
JSON
Raw Normal View History

2022-08-23 13:56:14 +05:30
{
"name": "collections-portal",
"private": true,
"version": "0.0.0",
"scripts": {
"makeVersion": "node make_versions.js > dist/version.txt",
"start": "vite",
"clean": "rm -rf dist && rm -rf stats",
2022-08-23 13:56:14 +05:30
"copy-mocks": "cp -r __mocks__/ dist/__mocks__/",
2022-10-11 16:28:49 +05:30
"copy-config": "cp config.template.js dist/configuration.js",
Kunal|Fcm integration (#318) * TP-22003|Kunal| incident 12018 fix , add customer interaction fix * TP-22003|Kunal| FCM integration * TP-22003|Kunal| added mkcert vite plugin dev dependency * TP-22003|Kunal| added fcmtoken in verfiyV2 api * TP-22003|Kunal|added onMessage function to app.tsx * TP-22003|Kunal| FCM integration working * TP-22003|Kunal| FCM NOTIFICATIONS FULL INTEGRATION _/\_ * TP-22003| copy firebase-sw to dist, timestamp in index.html for firebase-sw, buildTime hydration to replace __BUILD_TIME__ | Herik * TP-22003| copy firebase sw in build | Herik * TP-22003| path changed for firebase-sw | Herik * TP-22003| removed timestamp from firebase-sw index.html | Herik * TP-22003| imporScripts fix | Herik * TP-22003|Kunal| added self.importScripts in firebase-messaging-sw.js and console logs in getFCMToken * TP-22003| log fcmVapidKey, currentToken in firebase.ts | Herik * TP-22003| compat scripts | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003| Check for imporScripts function type | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| added firebase scripts in index.html * TP-22003|Kunal| change firebase config in firebase-messaging-sw.js * TP-22003|Kunal| added fcm token in session exchange api * TP-22003|Kunal| added notification permission checks * TP-22003|Kunal| added notification permission screen * TP-22003|Kunal| added text constants on PermissionsScreen.tsx * TP-22003|Kunal| fcm notificaiton blocker overlay * TP-22003|Kunal| removed console logs Co-authored-by: Herik Modi <herik.modi@navi.com>
2023-05-11 22:53:18 +05:30
"copy-firebase-sw": "cp firebase-messaging-sw.js dist/firebase-messaging-sw.js",
"build": "npm run clean && vite build && npm run copy-mocks && npm run copy-config",
Kunal|Fcm integration (#318) * TP-22003|Kunal| incident 12018 fix , add customer interaction fix * TP-22003|Kunal| FCM integration * TP-22003|Kunal| added mkcert vite plugin dev dependency * TP-22003|Kunal| added fcmtoken in verfiyV2 api * TP-22003|Kunal|added onMessage function to app.tsx * TP-22003|Kunal| FCM integration working * TP-22003|Kunal| FCM NOTIFICATIONS FULL INTEGRATION _/\_ * TP-22003| copy firebase-sw to dist, timestamp in index.html for firebase-sw, buildTime hydration to replace __BUILD_TIME__ | Herik * TP-22003| copy firebase sw in build | Herik * TP-22003| path changed for firebase-sw | Herik * TP-22003| removed timestamp from firebase-sw index.html | Herik * TP-22003| imporScripts fix | Herik * TP-22003|Kunal| added self.importScripts in firebase-messaging-sw.js and console logs in getFCMToken * TP-22003| log fcmVapidKey, currentToken in firebase.ts | Herik * TP-22003| compat scripts | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003| Check for imporScripts function type | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| added firebase scripts in index.html * TP-22003|Kunal| change firebase config in firebase-messaging-sw.js * TP-22003|Kunal| added fcm token in session exchange api * TP-22003|Kunal| added notification permission checks * TP-22003|Kunal| added notification permission screen * TP-22003|Kunal| added text constants on PermissionsScreen.tsx * TP-22003|Kunal| fcm notificaiton blocker overlay * TP-22003|Kunal| removed console logs Co-authored-by: Herik Modi <herik.modi@navi.com>
2023-05-11 22:53:18 +05:30
"build:new": "npm run clean && vite build && npm run copy-mocks && npm run copy-config && npm run copy-firebase-sw && npm run makeVersion",
2022-08-23 13:56:14 +05:30
"preview": "vite preview",
"lint": "eslint \"**/?*.{ts,tsx,js}\"",
"lint:fix": "eslint --fix \"**/?*.{ts,tsx,js}\"",
"lint:quiet": "yarn lint --quiet",
2022-08-23 13:56:14 +05:30
"prettier-check": "prettier --check \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"",
"prettier:check": "prettier --check \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"",
"prettier:write": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"",
2022-08-23 13:56:14 +05:30
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"",
"test": "jest",
2022-08-23 14:25:22 +05:30
"lint-staged": "lint-staged",
"prepare": "husky install",
Revamp v2 || Aman Singh || Arpit || Kunal || Aman C || Herik (#104) * Alert tag added (#27) * Alert tag added * fix * tag size fix * fixes * Changes for AlertType display in collection-portal | Arpit * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * api config fixes * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * nginx config fixes * endpoint fix * fix * vite config changes (#36) * api config fixes * nginx config fixes * endpoint fix * fix * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * container || Aman Singh, Herik (#34) * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * added __internal__lastUpdatedAt in store * changed 404 logic Co-authored-by: Herik Modi <herik.modi@navi.com> * folder structure (#39) * suspense loader and line loader added || Aman Singh (#38) * suspense loader and line loader added * fallback variable change * renamned skeleton.module.scss * added comments * h1 replaced with H1 * h1 replaced with H1 * case detail reducer changes * loader refactor and added loader on overview screen (#41) * added missing features from tab (#42) * TP-10279 Overview section added * fix * fixes * Emi Calendar | Arpit * Dead code remove * TODO comment at constant file. * fixes * fixes * switch fix * QyeryParams added | Emi Calendar * switch fix * fix any types * Removing dead code * File and Folder changes * review comment * fixes * TP-10279 Overview section added (#43) * TP-10279 Overview section added * fix * fixes * fixes * fixes * switch fix * switch fix * fix any types * fixes * Emi schedule tab || Aman singh (#45) * added missing features from tab * header items and modal * removed comments * changes * removed comments * removed comments * removed conflicts * removed conflicts * Merge conflicts (#47) * removed conflicts * removed merge conflicts * emi schedule and back button handling added || Aman Singh (#49) Emi Overdue calculator * merge conflict resolution * Review comment incorporation | Arpit * review style comments incorporation | Arpit * Adiing useCallback | Arpit * TP-10290 Overview section loan details added * EMI Calendar Design and functionality added | Arpit * updates 1. CSS changed for count on pills. 2. Disabled pill for zero count * Navi's New Logo incorporation | Arpit * review comment incorporation | Arpit * updated web-ui-library commit * review comment incorporation | Arpit * Fix for valueGetter | Arpit * More details fixes * Review comment incorporation | Arpit * Review comment incorporation * Fixes for review comments added * TP-10290 more details fixes * Tooltip integration || Aman Singh, Herik (#50) * Initial push for tooltip component * Pseudo code for smart handling * tooltip added and emi breakup * updates 1. triangle color changed to white for emiBreakupTooltip. 2. text align changed to left instead of center. * removed unnecessary packages. * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> * fix * overview emi paid fix * Feedback history table loader added * fix * overview fixes * removing conflicts (#56) removing the conflicts * added svg and removed base64 also changed tab icon * Feedback form || Aman Singh, Kunal Sharma (#53) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> * qa deploy changes (#59) * cosmetic changes (#62) * route change (#65) * changed ref of web-ui-lib (#66) * TP-11411 | Incorrect overdue amount data shown on the EMI schedule page | Arpit * Config changes in index file for server | Arpit * Feedback api corrected || Aman Singh (#68) * provided initial question id * removed unused code * added payment tab * payments tab removed unused code * added types * fixex * feedback type map fix (#71) * Tool tip on info icon || Aman singh (#73) * tooltip on info icon * added overlay * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * Self call integration v2 | Kunal (#74) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix * slash integration * self call integration * feedback form fixes for self call * updated submodule * web ui library fix * Update src/pages/auth/AuthActions.ts Co-authored-by: Aman Singh <aman.singh@navi.com> * Update src/pages/CaseDetails/feedbackForm/index.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * web ui library fix Co-authored-by: aman.singh <aman.singh@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * max char validation (#75) Max length validation * Tp 10287 waive fee form (#61) * TP-10287 Waive Fee form * TP-10287 Waive Fee form * Chip styling changes | Arpit * fixes * fix * Payment history overlay | Arpit * fixes * update web ui library * added tooltip * TP-10287 send payment link integration * fix * web ui commit * fix * EMI Breakup added | Arpit * changes in index.html * fixes * fixes Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: aman.singh <aman.singh@navi.com> * changing the config file * changed all cases to my cases (#76) * Tp 11811 || Aman Singh (#78) * added tooltip * changed script tag * removed hard coding * removed tool tip and padding issue in feedback form (#79) * TP-10298, TP-10299, TP-11806 - Fixes (#77) * fixes * fix * fixes * Tp 10299 fixes || Aman C (#80) * fixes * fix * fixes * fixes * fix Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * TP-11813 | Getting "Something went wrong" while clicking on notification , from backed "/action" api throwing 400 | Arpit * Comment incorporation | Arpit * Ptp per emi || Aman Singh (#82) * ptp per emi added * removed unused code * Telephones sorted || Aman Singh (#83) * sorted telephones * ts error * added useMemo * index.html changes * Adding field for annual interest rate | Arpit (#87) * fixes (#86) * TP-11889 | On Place of "last Paid date " we are getting "due date" in current due details section | Arpit (#88) * slash integration - call bridge actions, call button || Kunal Sharma (#85) * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * TP-11889 | Bounce fee not present in the EMI breakup | Arpit * telephone score fix (#90) * @TP-11883 adding emi due date and emi amount in more details sections (#91) * TP-11896 | Address source is not showing in Address section of more details page , but from backend we are getting | Arpit (#95) * @TP-11883 adding emi due date and emi amount in more details sections (#93) * Present enach card || Aman Singh (#92) * present enach cards * removed wacher * mandate status added * removed merge conflicts * Communication History tab removal | Arpit (#98) * TP-11847 fix for presented enach (#97) * fix for presented enach * present enach card changes * amount type changed * corner case handeling Co-authored-by: aman.singh <aman.singh@navi.com> * EMI value and EMI end date changes in more details | Arpit (#99) * TP-11878 call history fix for alternate numbers (#96) * TP-11878 call history fix for alternate numbers * Fixed interface names, created proper interface, changed the logic and created the components for CallHistory and removed render functions * added key to right component, defined NO_OF_RECORDS as a constant * TP-11878 fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * date format YYYY (#100) * Slash fixes | Kunal & Herik && AMAN KUMAR SINGH (#101) * fixes for slash * slash fixes * slash fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * TP-11690 latest important feedback (#102) Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com>
2022-11-17 00:37:16 +05:30
"type:check": "tsc",
"setup": "rm -rf node_modules && yarn && yarn update-submodule",
"update-submodule": "git submodule update --init"
2022-08-23 13:56:14 +05:30
},
"lint-staged": {
"*.{js,css,scss,md}": [
"prettier --write"
],
"*.{js,ts,tsx}": [
"prettier --write",
"eslint --cache --fix"
]
},
"husky": {
"hooks": {
"pre-commit": "yarn lint-staged"
}
},
"dependencies": {
"@cybertron/core": "1.0.107",
"@cybertron/logger": "1.0.110",
"@draft-js-plugins/emoji": "4.0.0",
2022-08-23 13:56:14 +05:30
"@elastic/apm-rum": "^5.10.2",
2022-10-05 15:07:43 +05:30
"@fingerprintjs/fingerprintjs": "^3.3.3",
"@floating-ui/dom": "1.5.3",
"@floating-ui/react": "0.25.4",
"@fullcalendar/core": "5.11.0",
"@fullcalendar/daygrid": "5.11.0",
"@fullcalendar/interaction": "5.11.0",
"@fullcalendar/list": "5.11.0",
"@fullcalendar/react": "5.11.1",
"@fullcalendar/resource-timeline": "5.11.0",
"@googlemaps/js-api-loader": "^1.16.2",
TP-55555 | collection paramount UI (#959) * TP-5555 | wip * TP-55555| basic layout|varshitha * TP-55555| playground,segments,timelines all layouts including drawers| varshitha * TP-55555|createProduct| varshitha * TP-55555|product actions|varshitha * TP-55555|actions|varshitha * TP-55555|types of seg,exp,strategies|varshitha * TP-55555| attributes,segments table,timeline tables|varshitha * TP-55555| graph basic|varshitha * TP-55555 | integrated tenet selection * TP-55555 | integrated tenet selection * TP-55555| graph modal |varshitha * TP-55555 | integrate timeline and attributes * TP-55555| graph modal |varshitha * TP-55555 Graph changes done * TP-55555| graph gradients for each strategy |varshitha * TP-55555 | segments integration * TP-55555 | segments integration * TP-55555| graph strategy response |varshitha * TP-55555| graph strategy response |varshitha * TP-55555| graph strategy response |varshitha * TP-55555| graph trigger bars adjustments |varshitha * TP-65078 | real time cash collected * TP-55555 Graph changes implementation done * TP-65078 | real time cash collected * TP-55555 | timeline page view integration * TP-55555 | paramount fixes * TP-55555 | paramount fixes * TP-55555| graph triggers,strategies gradients, timeline filters, dpad and init changes|varshitha * TP-55555 Y-axis fixed in graph and scroll changes * TP-73120 | lan statemt worker fix * TP-73120 | lan statemt worker fix * TP-55555 Graph changes * TP-73120 | lan statemt worker fix * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-55555| small fixes| varshitha * TP-55555 | change type to uppercase * TP-55555| sorted data for segments| varshitha * TP-55555|graph overlap fix| varshitha * TP-55555|graph y-axis change| varshitha * TP-55555|disabling entrypoints till tenat select| varshitha * TP-55555|font adjustment| varshitha * TP-55555|graph adjustments| varshitha --------- Co-authored-by: varnit-goyal_navi <varnit.goyal@navi.com> Co-authored-by: ShriPrakashBajpai <shri.prakash@navi.com>
2024-07-22 19:30:52 +05:30
"@monaco-editor/react": "^4.6.0",
"@navi/alfred-session-recorder": "^1.6.6",
Tp-55555/collection cybertron test (#1125) * TP-55555 | cybertron test * TP-55555 | cybertron test * TP-5555/fixed integration * TP-55555 | permissions middleware uncommented * TP-74655| trailing spaces fix (#1115) * TP-74655| trailing spaces fix * TP-74655| trailing spaces fix * TP-74655| trailing spaces fix * TP-74655| trailing spaces fix * TP-74655| lint fix * TP-83867 Geolocation changes and User Repository fix (#1116) * TP-83867 Geolocation changes and User Repository fix * TP-83867 Geolocation changes and User Repository fix * TP-74113 enach final (#1111) * TP-74113 | temp * TP-74113 | temp * TP-74113 | temp-1 * TP-74113-temp-sub-branch | enach * TP-74113-temp-sub-branch | enach-feature * TP-74113-temp-sub-branch | Enach Migrartion to Longhorn from OPs * TP-74113 | Enach Upload File changes * TP-74113 | Enach changes * TP-74113 | Update ColumnDefs.tsx * TP-74113 | Enach feature and loading component * TP-74113 | Changed clickstream file * TP-74113 | Removed space * TP-74113-enach-final | changed ColumnDefs * TP-74113 | dummy commit * TP-74113 | added enum and removed utc * TP-74113-sub-branch-enach * TP-74113 | file upload state * TP-74113 | file upload component changes * TP-80538 |Restricting self call dispositions once the daily limit is reached on a phone number also added boostAgentFeatureFlag added| Aman Singh (#1118) * TP-73198 | ENACH Visibility (#1102) * TP-73198 | first commit * TP-73198 | ready for UAT * TP-73198 | changes * TP-73198 | changes * TP-73198 | changes * TP-73198 | changes * TP-73198 | changes * TP-73198 | prettier * TP-73198 | code refactor * TP-73198 | code refactor * TP-73198 | code refactor * TP-73198 | code refactor * TP-73198 | code refactor * TP-73198 | code prettier * TP-73198 | code prettier * TP-73198 | code prettier lint * TP-73198 | code prettier lint * TP-73198 | removed IIFE * TP-45149 | Document tab revamp (#1121) * TP-45149 | documents revamp v2 * TP-55555 | wip * TP-55555 | wip * TP-45149 | documents tab revamp wip * TP-45149 | document revamp * TP-45149 | document revamp * TP-45149 | document revamp * TP-45149 | document revamp * TP-45149 | document revamp * TP-45149 | document revamp * TP-45419 | documents tab revamp * TP-45419 | documents tab revamp * TP-45419 | documents tab revamp * TP-45419 | documents tab revamp * TP-45419 | documents tab revamp * TP-74113 Enach changes (#1124) * TP-85067 | Remove email tab and rename geolocations (#1126) * TP-85067 | Remove email tab and rename geolocations * TP-85067 | remove comments from email tab * TP-85067 | Remove email tab and rename geolocations --------- Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> * TP-80956 | misplaced text box (#1127) Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-85246 | Hotfix (#1128) * TP-85246 | hotfix * TP-85246 | hotfix * TP-85246 | hotfix * TP-74655|name change for account Aggregator|varshitha (#1129) * TP-83523 | Foreclosure Details (#1120) * TP-83523 | Foreclosure Details * TP-83523 | Foreclosure Details * TP-83523 | Foreclosure Details * TP-83523 | Foreclosure Details * TP-83523 | Timezone fix (#1130) * TP-77180 | Self serve UI for pausing collections (#1119) * TP-77180 | Self serve UI for pausing collections * TP-77180 | Self serve UI for pausing collections * TP-77180 | Self serve UI for pausing collections * TP-77180 | Self serve UI for pausing collections * TP-77180 | Self serve UI for pausing collections * TP-77180 | Hover button color change fix * TP-77180 | Hover button color change fix * TP-77180 | Hover button color change fix * TP-77180 | UAT FIxes * TP-77180 | UAT FIxes 1 * TP-77180 | UAT FIxes 1 * TP-77180 | UAT FIxes 2 * TP-77180 | ready for PR review * TP-77180 | prettier * TP-77180 | Merge to master fix * TP-77180 | Merge to master fix * TP-77180 | lint fix * TP-77180 | self serve UI ready for PR review * TP-77180 | self serve UI ready for PR review * TP-77180 | pr review fix v1 * TP-77180 | pr review fix v2 * TP-77180 | added feature flag check * TP-77180 | added feature flag check * TP-77180 | PR review fixes * TP-77180 | submodule update * TP-77166|reallocation api changes (#1109) * TP-77166|reallocation api changes,param changes|varshitha * TP-77166|fix|varshitha * TP-77166|dropdown * TP-77166|integration ,bug changes|varshitha * TP-77166|integration ,bug changes|varshitha * TP-77166|bug changes|varshitha * TP-78294/hourly limit (#1113) * TP-78294 | hourly limit on calling longhorn * TP-78294 | hourly limit on calling longhorn * TP-78294 | changes * TP-78294 | code prettier * TP-78294 | code fix * TP-73198 | Enach Visibility * TP-78294 | hourly limit * TP-78294 | UAT FIxes 1 * TP-78294 | UAT FIxes 1 * TP-78294 | UAT FIxes 2 * TP-78294 | hotfix * TP-78294 | fix * TP-78294 | ready for PR review * TP-78294 | ready for PR review v1 * TP-78294 | ready for PR review v1 * TP-78294 | ready for PR review v2 * TP-78294 | ready for PR review v2 * TP-78294 | submodule update * TP-78294 | submodule update * TP-75006 | clickstream events (#1133) Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-68316 | FCM Dashboard (#1083) * TP-68316 | Navi table first commit * TP-68316 | column pinning * TP-72393 | Table sorting and pagination * TP-68316 | FCM metric first commit * TP-68316 | eslint fixes * TP-68316 | es lint fix * TP-68316 | api integration * TP-68316 | refactored code * TP-68316 | code refactor * TP-68316 | UAT feedbacks ingested * TP-68316 | Tab added for overall metric v2 and no data found screen * TP-68316 | No data found screen and header fix * TP-68316 | Code refactored --------- Co-authored-by: yashmantri <mantri.ramkishor@navi.com> * TP-72924 | UAT feedback changes done (#1135) * TP-65692 | Payment Link fix (#1136) * TP-65692 | Payment Link fix * TP-65692 | Payment Link fix * TP-65692 | Payment Link fix (#1137) * TP-65692 | Payment Link fix (#1138) * TP-65692 | FCM fix (#1139) * TP-75526 Other Documents (#1140) * TP-72924 | Removed cash target achievement column (#1142) * TP-72924 | Removed cash target achievement column * TP-72924 | Removed cash target achievement column * TP-87353 | #_i2-19615-houston-enach-status Bugfix (#1146) * TP-87353 | 19165-bugFix * TP-87353 | 19165-bugFix * TP-78413| Part-Prepayment (#1145) * TP-78413| part-prepayment * TP-78413 | PR review changes * TP-78413| Renamed PartPrePayments Interface * TP-78413 | type change * TP-78413| PR changes * TP-78413| added custom row color * TP-78413| width change * TP-78413| removed screen size check for status * TP-78413| removed type * TP-74655|removed annotationStatus|varshitha (#1147) * TP-85734 | Escalation Visibility (#1143) * TP-85734 | escalation Visibilty * TP-85734 | escalation Visibilty * TP-85734 | escalation Visibilty * TP-85734 | escalation info navigation changes * TP-85734 | escalation info navigation changes * TP-85734 | escalation info navigation changes * TP-85734 | escalation visibility completed * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility --------- Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-24568 |field app download page| Aman Singh (#1149) * TP-87084 | Exponential delay for retry API calls (#1144) * TP-87084 | Exponential delay for retry API calls * TP-87084 | Exponential delay for retry API calls * TP-87084 | Null check added for FCM dashboard (#1151) * TP-82640|includeFeedbacks false (#1153) * TP-82640|includeFeedbacks false * TP-82640|includeFeedbacks false * Tp-85734/escalation visility (#1155) * TP-85734 | escalation Visibilty * TP-85734 | escalation Visibilty * TP-85734 | escalation Visibilty * TP-85734 | escalation info navigation changes * TP-85734 | escalation info navigation changes * TP-85734 | escalation info navigation changes * TP-85734 | escalation visibility completed * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | changed color for amber * TP-85734 | changed color for amber --------- Co-authored-by: Ashish Deo <ashish.deo@navi.com> Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-82640| commented sentry captures bcz glitchtip issues (#1152) * TP-55555 | color change (#1158) * TP-6399 | fixes (#1159) * NTP-5975 | fix emi count (#1160) * TP-82640|slashCallStatus from extension changes | varshitha (#1141) * TP-82640|slashCallStatus from extension changes |varshitha * TP-82640| unblocking if active slash call|varshitha * TP-82640| unblocking route fix|varshitha * TP-82640|countdown 10s|varshitha * TP-82640|On Call|varshitha * TP-82640|const enum|varshitha * NTP-7538 | enach fixes (#1161) * NTP-7538| Removed top header and enach card at centre * NTP-7538| enach card fix * NTP-6399 | FCM hotfix (#1162) * NTP-8045-Address-changes (#1164) * NTP-8045-Address-changes * NTP-8045-Address-changes * NTP-8286| removed employer Name on LH (#1166) * NTP-8286| removed employer address * NTP-8286| removed employer address * NTP-7099|showing agent info|varshitha (#1168) * NTP-8266 | Block Longhorn Post Operative Hours (#1165) * NTP-8266 | Block Longhorn Post Operative Hours * NTP-8266 | Block Longhorn Post Operative Hours * NTP-8266 | Block Longhorn Post Operative Hours * NTP-8266 | Block Longhorn Post Operative Hours * TP-88513 | pass headers for clou (#1169) * TP-88513 | pass headers for clou * TP-88513| trim trailing spaces * TP-88513 | pass headers for clou * TP-88513 | pass headers for clou --------- Co-authored-by: varnit goyal <github.cicd@navi.com> Co-authored-by: Podili Varshitha <podili.varshitha@navi.com> * NTP-8226 | longhorn and clou hotfix (#1171) * NTP-8226 | longhorn and clou hotfix * NTP-8226 | longhorn and clou hotfix --------- Co-authored-by: varnit goyal <github.cicd@navi.com> * Revert "TP-88513 | pass headers for clou" (#1173) * Revert "TP-88513 | pass headers for clou (#1169)" This reverts commit 7ce94547f45991b513d68aff2913a8c4ab287305. * TP-88513 | revert case detail clou changes * TP-88513 | revert case detail clou changes --------- Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-70895 | Foreclosure Changes (#1172) * TP-70895 | foreclosure changes * TP-70895 | fixed 30+ data not loading properly * TP-70895 | foreclosure changes * TP-70895 | fixed UTC ITC bug * SP-1022 | Auto merge semgrep file #1150 * NTP-6378 | remove console logs & foreclosure hotfix (#1170) * NTP-6378 | remove console logs * TP-70895 | foreclosure hotfix * NTP-8521 (#1174) Address Tab is calling APIs numerous times * SP-1022 | Auto merge semgrep file #1175 * NTP-8086 | Changes/enach | aman singh (#1178) * Revert "NTP-8045-Address-changes (#1164)" (#1176) This reverts commit 5f702497d1a47a03ae3ce48444e2eb20f5951a9d. * TP-74976 | Anshuman | Optimization (#1177) * NTP-8086|Status and filter|Aman Singh (#1179) * NTP-8086|side navbar changes and user changes| Aman Singh (#1180) * NTP-8086|side navbar changes and user changes| Aman Singh * NTP-8086|side navbar changes and user changes| Aman Singh * NTP-8086|hot fix| Aman Singh (#1182) * TP-72924 | CSA Performance Dashboard (#1134) * TP-72924 | CSA Performance Dashboard * TP=72924 | added tan stack table basic support * TP-72924 | CSA Dashboard Page * TP-72924 | CSA Dashboard Page * TP=720924 | collection portal * TP-72924 | Csa Dashboard * TP-72924 | table in progress * TP-72924 | table in progress * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | table border fix * TP-72924 | table border fix * TP-72924 | table border fix * TP-72924 | UI Code cleanup * TP-72924 | Code refactored * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | Floating filter fix * TP-72924 | No data handling + loading state * TP-72924 | Clickstream added * TP-72924 | UAT fixe * TP-72924 | Scroll beavior fix * TP-72924 | Tooltip fix * TP-72924 | Contract changes * TP-72924 | Code refactored * TP-72924 | PR comments resolved * TP-72924 | Feature flag added * TP-72924 | Feature flag added * TP-72924 | pr review fixes --------- Co-authored-by: varnit-goyal_navi <varnit.goyal@navi.com> Co-authored-by: varnit goyal <github.cicd@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * NTP-8793 | FDM Dashboard clickstream events added (#1183) * NTP-8793 | FDM Dashboard clickstream events added * NTP-8793 | fixed pr reviews * NTP-8793 | fixes --------- Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> * NTP-8086|hot fix| Aman Singh * NTP-8086|hot fix| Aman Singh * TP-55555 | ameyo rev eng * TP-55555 | cybertron integration longhorn * TP-55555 | cybertron integration longhorn * TP-55555 | cybertron integration longhorn * TP-89230 | shaping universal call sdk * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-5555 | workflow fix * TP-5555 | fix workflow * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers --------- Co-authored-by: github-cicd <github.cicd@navi.com> Co-authored-by: Podili Varshitha <podili.varshitha@navi.com> Co-authored-by: Shri Prakash Bajpai <shri.prakash@navi.com> Co-authored-by: Aishwarya Srivastava <aishwarya.srivastava@navi.com> Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Ashish Deo <ashish.deo@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: security user <security-user@navi.com> Co-authored-by: Anshuman Rai <anshuman.rai@navi.com>
2024-11-06 19:32:51 +05:30
"@navi/cybertron-vite-sourcemap-uploader": "^2.0.0",
2022-08-23 13:56:14 +05:30
"@reduxjs/toolkit": "^1.7.2",
"@sentry/browser": "8.47.0",
"@tanstack/react-table": "8.20.5",
TP-55555 | collection paramount UI (#959) * TP-5555 | wip * TP-55555| basic layout|varshitha * TP-55555| playground,segments,timelines all layouts including drawers| varshitha * TP-55555|createProduct| varshitha * TP-55555|product actions|varshitha * TP-55555|actions|varshitha * TP-55555|types of seg,exp,strategies|varshitha * TP-55555| attributes,segments table,timeline tables|varshitha * TP-55555| graph basic|varshitha * TP-55555 | integrated tenet selection * TP-55555 | integrated tenet selection * TP-55555| graph modal |varshitha * TP-55555 | integrate timeline and attributes * TP-55555| graph modal |varshitha * TP-55555 Graph changes done * TP-55555| graph gradients for each strategy |varshitha * TP-55555 | segments integration * TP-55555 | segments integration * TP-55555| graph strategy response |varshitha * TP-55555| graph strategy response |varshitha * TP-55555| graph strategy response |varshitha * TP-55555| graph trigger bars adjustments |varshitha * TP-65078 | real time cash collected * TP-55555 Graph changes implementation done * TP-65078 | real time cash collected * TP-55555 | timeline page view integration * TP-55555 | paramount fixes * TP-55555 | paramount fixes * TP-55555| graph triggers,strategies gradients, timeline filters, dpad and init changes|varshitha * TP-55555 Y-axis fixed in graph and scroll changes * TP-73120 | lan statemt worker fix * TP-73120 | lan statemt worker fix * TP-55555 Graph changes * TP-73120 | lan statemt worker fix * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-55555| small fixes| varshitha * TP-55555 | change type to uppercase * TP-55555| sorted data for segments| varshitha * TP-55555|graph overlap fix| varshitha * TP-55555|graph y-axis change| varshitha * TP-55555|disabling entrypoints till tenat select| varshitha * TP-55555|font adjustment| varshitha * TP-55555|graph adjustments| varshitha --------- Co-authored-by: varnit-goyal_navi <varnit.goyal@navi.com> Co-authored-by: ShriPrakashBajpai <shri.prakash@navi.com>
2024-07-22 19:30:52 +05:30
"@types/d3": "^7.4.3",
"@types/draft-js": "^0.11.18",
Tp-55555/collection cybertron test (#1125) * TP-55555 | cybertron test * TP-55555 | cybertron test * TP-5555/fixed integration * TP-55555 | permissions middleware uncommented * TP-74655| trailing spaces fix (#1115) * TP-74655| trailing spaces fix * TP-74655| trailing spaces fix * TP-74655| trailing spaces fix * TP-74655| trailing spaces fix * TP-74655| lint fix * TP-83867 Geolocation changes and User Repository fix (#1116) * TP-83867 Geolocation changes and User Repository fix * TP-83867 Geolocation changes and User Repository fix * TP-74113 enach final (#1111) * TP-74113 | temp * TP-74113 | temp * TP-74113 | temp-1 * TP-74113-temp-sub-branch | enach * TP-74113-temp-sub-branch | enach-feature * TP-74113-temp-sub-branch | Enach Migrartion to Longhorn from OPs * TP-74113 | Enach Upload File changes * TP-74113 | Enach changes * TP-74113 | Update ColumnDefs.tsx * TP-74113 | Enach feature and loading component * TP-74113 | Changed clickstream file * TP-74113 | Removed space * TP-74113-enach-final | changed ColumnDefs * TP-74113 | dummy commit * TP-74113 | added enum and removed utc * TP-74113-sub-branch-enach * TP-74113 | file upload state * TP-74113 | file upload component changes * TP-80538 |Restricting self call dispositions once the daily limit is reached on a phone number also added boostAgentFeatureFlag added| Aman Singh (#1118) * TP-73198 | ENACH Visibility (#1102) * TP-73198 | first commit * TP-73198 | ready for UAT * TP-73198 | changes * TP-73198 | changes * TP-73198 | changes * TP-73198 | changes * TP-73198 | changes * TP-73198 | prettier * TP-73198 | code refactor * TP-73198 | code refactor * TP-73198 | code refactor * TP-73198 | code refactor * TP-73198 | code refactor * TP-73198 | code prettier * TP-73198 | code prettier * TP-73198 | code prettier lint * TP-73198 | code prettier lint * TP-73198 | removed IIFE * TP-45149 | Document tab revamp (#1121) * TP-45149 | documents revamp v2 * TP-55555 | wip * TP-55555 | wip * TP-45149 | documents tab revamp wip * TP-45149 | document revamp * TP-45149 | document revamp * TP-45149 | document revamp * TP-45149 | document revamp * TP-45149 | document revamp * TP-45149 | document revamp * TP-45419 | documents tab revamp * TP-45419 | documents tab revamp * TP-45419 | documents tab revamp * TP-45419 | documents tab revamp * TP-45419 | documents tab revamp * TP-74113 Enach changes (#1124) * TP-85067 | Remove email tab and rename geolocations (#1126) * TP-85067 | Remove email tab and rename geolocations * TP-85067 | remove comments from email tab * TP-85067 | Remove email tab and rename geolocations --------- Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> * TP-80956 | misplaced text box (#1127) Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-85246 | Hotfix (#1128) * TP-85246 | hotfix * TP-85246 | hotfix * TP-85246 | hotfix * TP-74655|name change for account Aggregator|varshitha (#1129) * TP-83523 | Foreclosure Details (#1120) * TP-83523 | Foreclosure Details * TP-83523 | Foreclosure Details * TP-83523 | Foreclosure Details * TP-83523 | Foreclosure Details * TP-83523 | Timezone fix (#1130) * TP-77180 | Self serve UI for pausing collections (#1119) * TP-77180 | Self serve UI for pausing collections * TP-77180 | Self serve UI for pausing collections * TP-77180 | Self serve UI for pausing collections * TP-77180 | Self serve UI for pausing collections * TP-77180 | Self serve UI for pausing collections * TP-77180 | Hover button color change fix * TP-77180 | Hover button color change fix * TP-77180 | Hover button color change fix * TP-77180 | UAT FIxes * TP-77180 | UAT FIxes 1 * TP-77180 | UAT FIxes 1 * TP-77180 | UAT FIxes 2 * TP-77180 | ready for PR review * TP-77180 | prettier * TP-77180 | Merge to master fix * TP-77180 | Merge to master fix * TP-77180 | lint fix * TP-77180 | self serve UI ready for PR review * TP-77180 | self serve UI ready for PR review * TP-77180 | pr review fix v1 * TP-77180 | pr review fix v2 * TP-77180 | added feature flag check * TP-77180 | added feature flag check * TP-77180 | PR review fixes * TP-77180 | submodule update * TP-77166|reallocation api changes (#1109) * TP-77166|reallocation api changes,param changes|varshitha * TP-77166|fix|varshitha * TP-77166|dropdown * TP-77166|integration ,bug changes|varshitha * TP-77166|integration ,bug changes|varshitha * TP-77166|bug changes|varshitha * TP-78294/hourly limit (#1113) * TP-78294 | hourly limit on calling longhorn * TP-78294 | hourly limit on calling longhorn * TP-78294 | changes * TP-78294 | code prettier * TP-78294 | code fix * TP-73198 | Enach Visibility * TP-78294 | hourly limit * TP-78294 | UAT FIxes 1 * TP-78294 | UAT FIxes 1 * TP-78294 | UAT FIxes 2 * TP-78294 | hotfix * TP-78294 | fix * TP-78294 | ready for PR review * TP-78294 | ready for PR review v1 * TP-78294 | ready for PR review v1 * TP-78294 | ready for PR review v2 * TP-78294 | ready for PR review v2 * TP-78294 | submodule update * TP-78294 | submodule update * TP-75006 | clickstream events (#1133) Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-68316 | FCM Dashboard (#1083) * TP-68316 | Navi table first commit * TP-68316 | column pinning * TP-72393 | Table sorting and pagination * TP-68316 | FCM metric first commit * TP-68316 | eslint fixes * TP-68316 | es lint fix * TP-68316 | api integration * TP-68316 | refactored code * TP-68316 | code refactor * TP-68316 | UAT feedbacks ingested * TP-68316 | Tab added for overall metric v2 and no data found screen * TP-68316 | No data found screen and header fix * TP-68316 | Code refactored --------- Co-authored-by: yashmantri <mantri.ramkishor@navi.com> * TP-72924 | UAT feedback changes done (#1135) * TP-65692 | Payment Link fix (#1136) * TP-65692 | Payment Link fix * TP-65692 | Payment Link fix * TP-65692 | Payment Link fix (#1137) * TP-65692 | Payment Link fix (#1138) * TP-65692 | FCM fix (#1139) * TP-75526 Other Documents (#1140) * TP-72924 | Removed cash target achievement column (#1142) * TP-72924 | Removed cash target achievement column * TP-72924 | Removed cash target achievement column * TP-87353 | #_i2-19615-houston-enach-status Bugfix (#1146) * TP-87353 | 19165-bugFix * TP-87353 | 19165-bugFix * TP-78413| Part-Prepayment (#1145) * TP-78413| part-prepayment * TP-78413 | PR review changes * TP-78413| Renamed PartPrePayments Interface * TP-78413 | type change * TP-78413| PR changes * TP-78413| added custom row color * TP-78413| width change * TP-78413| removed screen size check for status * TP-78413| removed type * TP-74655|removed annotationStatus|varshitha (#1147) * TP-85734 | Escalation Visibility (#1143) * TP-85734 | escalation Visibilty * TP-85734 | escalation Visibilty * TP-85734 | escalation Visibilty * TP-85734 | escalation info navigation changes * TP-85734 | escalation info navigation changes * TP-85734 | escalation info navigation changes * TP-85734 | escalation visibility completed * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility --------- Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-24568 |field app download page| Aman Singh (#1149) * TP-87084 | Exponential delay for retry API calls (#1144) * TP-87084 | Exponential delay for retry API calls * TP-87084 | Exponential delay for retry API calls * TP-87084 | Null check added for FCM dashboard (#1151) * TP-82640|includeFeedbacks false (#1153) * TP-82640|includeFeedbacks false * TP-82640|includeFeedbacks false * Tp-85734/escalation visility (#1155) * TP-85734 | escalation Visibilty * TP-85734 | escalation Visibilty * TP-85734 | escalation Visibilty * TP-85734 | escalation info navigation changes * TP-85734 | escalation info navigation changes * TP-85734 | escalation info navigation changes * TP-85734 | escalation visibility completed * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | changed color for amber * TP-85734 | changed color for amber --------- Co-authored-by: Ashish Deo <ashish.deo@navi.com> Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-82640| commented sentry captures bcz glitchtip issues (#1152) * TP-55555 | color change (#1158) * TP-6399 | fixes (#1159) * NTP-5975 | fix emi count (#1160) * TP-82640|slashCallStatus from extension changes | varshitha (#1141) * TP-82640|slashCallStatus from extension changes |varshitha * TP-82640| unblocking if active slash call|varshitha * TP-82640| unblocking route fix|varshitha * TP-82640|countdown 10s|varshitha * TP-82640|On Call|varshitha * TP-82640|const enum|varshitha * NTP-7538 | enach fixes (#1161) * NTP-7538| Removed top header and enach card at centre * NTP-7538| enach card fix * NTP-6399 | FCM hotfix (#1162) * NTP-8045-Address-changes (#1164) * NTP-8045-Address-changes * NTP-8045-Address-changes * NTP-8286| removed employer Name on LH (#1166) * NTP-8286| removed employer address * NTP-8286| removed employer address * NTP-7099|showing agent info|varshitha (#1168) * NTP-8266 | Block Longhorn Post Operative Hours (#1165) * NTP-8266 | Block Longhorn Post Operative Hours * NTP-8266 | Block Longhorn Post Operative Hours * NTP-8266 | Block Longhorn Post Operative Hours * NTP-8266 | Block Longhorn Post Operative Hours * TP-88513 | pass headers for clou (#1169) * TP-88513 | pass headers for clou * TP-88513| trim trailing spaces * TP-88513 | pass headers for clou * TP-88513 | pass headers for clou --------- Co-authored-by: varnit goyal <github.cicd@navi.com> Co-authored-by: Podili Varshitha <podili.varshitha@navi.com> * NTP-8226 | longhorn and clou hotfix (#1171) * NTP-8226 | longhorn and clou hotfix * NTP-8226 | longhorn and clou hotfix --------- Co-authored-by: varnit goyal <github.cicd@navi.com> * Revert "TP-88513 | pass headers for clou" (#1173) * Revert "TP-88513 | pass headers for clou (#1169)" This reverts commit 7ce94547f45991b513d68aff2913a8c4ab287305. * TP-88513 | revert case detail clou changes * TP-88513 | revert case detail clou changes --------- Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-70895 | Foreclosure Changes (#1172) * TP-70895 | foreclosure changes * TP-70895 | fixed 30+ data not loading properly * TP-70895 | foreclosure changes * TP-70895 | fixed UTC ITC bug * SP-1022 | Auto merge semgrep file #1150 * NTP-6378 | remove console logs & foreclosure hotfix (#1170) * NTP-6378 | remove console logs * TP-70895 | foreclosure hotfix * NTP-8521 (#1174) Address Tab is calling APIs numerous times * SP-1022 | Auto merge semgrep file #1175 * NTP-8086 | Changes/enach | aman singh (#1178) * Revert "NTP-8045-Address-changes (#1164)" (#1176) This reverts commit 5f702497d1a47a03ae3ce48444e2eb20f5951a9d. * TP-74976 | Anshuman | Optimization (#1177) * NTP-8086|Status and filter|Aman Singh (#1179) * NTP-8086|side navbar changes and user changes| Aman Singh (#1180) * NTP-8086|side navbar changes and user changes| Aman Singh * NTP-8086|side navbar changes and user changes| Aman Singh * NTP-8086|hot fix| Aman Singh (#1182) * TP-72924 | CSA Performance Dashboard (#1134) * TP-72924 | CSA Performance Dashboard * TP=72924 | added tan stack table basic support * TP-72924 | CSA Dashboard Page * TP-72924 | CSA Dashboard Page * TP=720924 | collection portal * TP-72924 | Csa Dashboard * TP-72924 | table in progress * TP-72924 | table in progress * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | table border fix * TP-72924 | table border fix * TP-72924 | table border fix * TP-72924 | UI Code cleanup * TP-72924 | Code refactored * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | Floating filter fix * TP-72924 | No data handling + loading state * TP-72924 | Clickstream added * TP-72924 | UAT fixe * TP-72924 | Scroll beavior fix * TP-72924 | Tooltip fix * TP-72924 | Contract changes * TP-72924 | Code refactored * TP-72924 | PR comments resolved * TP-72924 | Feature flag added * TP-72924 | Feature flag added * TP-72924 | pr review fixes --------- Co-authored-by: varnit-goyal_navi <varnit.goyal@navi.com> Co-authored-by: varnit goyal <github.cicd@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * NTP-8793 | FDM Dashboard clickstream events added (#1183) * NTP-8793 | FDM Dashboard clickstream events added * NTP-8793 | fixed pr reviews * NTP-8793 | fixes --------- Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> * NTP-8086|hot fix| Aman Singh * NTP-8086|hot fix| Aman Singh * TP-55555 | ameyo rev eng * TP-55555 | cybertron integration longhorn * TP-55555 | cybertron integration longhorn * TP-55555 | cybertron integration longhorn * TP-89230 | shaping universal call sdk * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-5555 | workflow fix * TP-5555 | fix workflow * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers --------- Co-authored-by: github-cicd <github.cicd@navi.com> Co-authored-by: Podili Varshitha <podili.varshitha@navi.com> Co-authored-by: Shri Prakash Bajpai <shri.prakash@navi.com> Co-authored-by: Aishwarya Srivastava <aishwarya.srivastava@navi.com> Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Ashish Deo <ashish.deo@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: security user <security-user@navi.com> Co-authored-by: Anshuman Rai <anshuman.rai@navi.com>
2024-11-06 19:32:51 +05:30
"@types/git-rev-sync": "^2.0.2",
"@types/highcharts": "^7.0.0",
TP-3700 | Conditional Mark-Read and Escape to close chats | Fix infinite scroll (#677) * TP-3700|Kunal|config * logOutHandler updated * Close chats with Escape and mark-read api added conditional calls * es-lint error fixed * Tp 3700/whatsapp fixes infinite scroll (#679) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Tp 3700/whatsapp fixes infinite scroll (#683) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom * Suggestions Added --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Firebase Config file updated * Firebase Config file updated * Firebase Config file updated * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * Comments Resolved * Render Chats render logic and business logic seperated * Initial scroll dependency added * useSelector Destructuring optimised * Scroll Improved * TP-3700|Kunal| resolved PR comments * Render logic updated * TP-3700|Kunal| resolved PR comments * showHandleCurrentChatDeletion flag added in handleKeyPress * KEYBOARD_KEYS enums added and key added in reply text area container * TP-3700|Kunal| resolved PR comments * Code refactored * push removed from redux * Resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com>
2023-12-06 01:09:05 +05:30
"@types/react-infinite-scroller": "1.2.5",
2022-10-05 15:07:43 +05:30
"@types/react-transition-group": "^4.4.5",
"@types/uuid": "^9.0.2",
"@universal-call-sdk/adapter-ameyo": "2.0.6",
"@universal-call-sdk/core": "2.0.4",
Revamp v2 || Aman Singh || Arpit || Kunal || Aman C || Herik (#104) * Alert tag added (#27) * Alert tag added * fix * tag size fix * fixes * Changes for AlertType display in collection-portal | Arpit * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * api config fixes * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * nginx config fixes * endpoint fix * fix * vite config changes (#36) * api config fixes * nginx config fixes * endpoint fix * fix * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * container || Aman Singh, Herik (#34) * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * added __internal__lastUpdatedAt in store * changed 404 logic Co-authored-by: Herik Modi <herik.modi@navi.com> * folder structure (#39) * suspense loader and line loader added || Aman Singh (#38) * suspense loader and line loader added * fallback variable change * renamned skeleton.module.scss * added comments * h1 replaced with H1 * h1 replaced with H1 * case detail reducer changes * loader refactor and added loader on overview screen (#41) * added missing features from tab (#42) * TP-10279 Overview section added * fix * fixes * Emi Calendar | Arpit * Dead code remove * TODO comment at constant file. * fixes * fixes * switch fix * QyeryParams added | Emi Calendar * switch fix * fix any types * Removing dead code * File and Folder changes * review comment * fixes * TP-10279 Overview section added (#43) * TP-10279 Overview section added * fix * fixes * fixes * fixes * switch fix * switch fix * fix any types * fixes * Emi schedule tab || Aman singh (#45) * added missing features from tab * header items and modal * removed comments * changes * removed comments * removed comments * removed conflicts * removed conflicts * Merge conflicts (#47) * removed conflicts * removed merge conflicts * emi schedule and back button handling added || Aman Singh (#49) Emi Overdue calculator * merge conflict resolution * Review comment incorporation | Arpit * review style comments incorporation | Arpit * Adiing useCallback | Arpit * TP-10290 Overview section loan details added * EMI Calendar Design and functionality added | Arpit * updates 1. CSS changed for count on pills. 2. Disabled pill for zero count * Navi's New Logo incorporation | Arpit * review comment incorporation | Arpit * updated web-ui-library commit * review comment incorporation | Arpit * Fix for valueGetter | Arpit * More details fixes * Review comment incorporation | Arpit * Review comment incorporation * Fixes for review comments added * TP-10290 more details fixes * Tooltip integration || Aman Singh, Herik (#50) * Initial push for tooltip component * Pseudo code for smart handling * tooltip added and emi breakup * updates 1. triangle color changed to white for emiBreakupTooltip. 2. text align changed to left instead of center. * removed unnecessary packages. * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> * fix * overview emi paid fix * Feedback history table loader added * fix * overview fixes * removing conflicts (#56) removing the conflicts * added svg and removed base64 also changed tab icon * Feedback form || Aman Singh, Kunal Sharma (#53) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> * qa deploy changes (#59) * cosmetic changes (#62) * route change (#65) * changed ref of web-ui-lib (#66) * TP-11411 | Incorrect overdue amount data shown on the EMI schedule page | Arpit * Config changes in index file for server | Arpit * Feedback api corrected || Aman Singh (#68) * provided initial question id * removed unused code * added payment tab * payments tab removed unused code * added types * fixex * feedback type map fix (#71) * Tool tip on info icon || Aman singh (#73) * tooltip on info icon * added overlay * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * Self call integration v2 | Kunal (#74) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix * slash integration * self call integration * feedback form fixes for self call * updated submodule * web ui library fix * Update src/pages/auth/AuthActions.ts Co-authored-by: Aman Singh <aman.singh@navi.com> * Update src/pages/CaseDetails/feedbackForm/index.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * web ui library fix Co-authored-by: aman.singh <aman.singh@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * max char validation (#75) Max length validation * Tp 10287 waive fee form (#61) * TP-10287 Waive Fee form * TP-10287 Waive Fee form * Chip styling changes | Arpit * fixes * fix * Payment history overlay | Arpit * fixes * update web ui library * added tooltip * TP-10287 send payment link integration * fix * web ui commit * fix * EMI Breakup added | Arpit * changes in index.html * fixes * fixes Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: aman.singh <aman.singh@navi.com> * changing the config file * changed all cases to my cases (#76) * Tp 11811 || Aman Singh (#78) * added tooltip * changed script tag * removed hard coding * removed tool tip and padding issue in feedback form (#79) * TP-10298, TP-10299, TP-11806 - Fixes (#77) * fixes * fix * fixes * Tp 10299 fixes || Aman C (#80) * fixes * fix * fixes * fixes * fix Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * TP-11813 | Getting "Something went wrong" while clicking on notification , from backed "/action" api throwing 400 | Arpit * Comment incorporation | Arpit * Ptp per emi || Aman Singh (#82) * ptp per emi added * removed unused code * Telephones sorted || Aman Singh (#83) * sorted telephones * ts error * added useMemo * index.html changes * Adding field for annual interest rate | Arpit (#87) * fixes (#86) * TP-11889 | On Place of "last Paid date " we are getting "due date" in current due details section | Arpit (#88) * slash integration - call bridge actions, call button || Kunal Sharma (#85) * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * TP-11889 | Bounce fee not present in the EMI breakup | Arpit * telephone score fix (#90) * @TP-11883 adding emi due date and emi amount in more details sections (#91) * TP-11896 | Address source is not showing in Address section of more details page , but from backend we are getting | Arpit (#95) * @TP-11883 adding emi due date and emi amount in more details sections (#93) * Present enach card || Aman Singh (#92) * present enach cards * removed wacher * mandate status added * removed merge conflicts * Communication History tab removal | Arpit (#98) * TP-11847 fix for presented enach (#97) * fix for presented enach * present enach card changes * amount type changed * corner case handeling Co-authored-by: aman.singh <aman.singh@navi.com> * EMI value and EMI end date changes in more details | Arpit (#99) * TP-11878 call history fix for alternate numbers (#96) * TP-11878 call history fix for alternate numbers * Fixed interface names, created proper interface, changed the logic and created the components for CallHistory and removed render functions * added key to right component, defined NO_OF_RECORDS as a constant * TP-11878 fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * date format YYYY (#100) * Slash fixes | Kunal & Herik && AMAN KUMAR SINGH (#101) * fixes for slash * slash fixes * slash fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * TP-11690 latest important feedback (#102) Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com>
2022-11-17 00:37:16 +05:30
"ag-grid-community": "^28.1.1",
"ag-grid-react": "^28.1.1",
"autoprefixer": "^10.4.16",
2022-10-05 15:07:43 +05:30
"axios": "^0.27.2",
2022-08-23 13:56:14 +05:30
"classnames": "^2.3.1",
"comlink": "4.4.1",
"crypto-js": "^4.2.0",
TP-55555 | collection paramount UI (#959) * TP-5555 | wip * TP-55555| basic layout|varshitha * TP-55555| playground,segments,timelines all layouts including drawers| varshitha * TP-55555|createProduct| varshitha * TP-55555|product actions|varshitha * TP-55555|actions|varshitha * TP-55555|types of seg,exp,strategies|varshitha * TP-55555| attributes,segments table,timeline tables|varshitha * TP-55555| graph basic|varshitha * TP-55555 | integrated tenet selection * TP-55555 | integrated tenet selection * TP-55555| graph modal |varshitha * TP-55555 | integrate timeline and attributes * TP-55555| graph modal |varshitha * TP-55555 Graph changes done * TP-55555| graph gradients for each strategy |varshitha * TP-55555 | segments integration * TP-55555 | segments integration * TP-55555| graph strategy response |varshitha * TP-55555| graph strategy response |varshitha * TP-55555| graph strategy response |varshitha * TP-55555| graph trigger bars adjustments |varshitha * TP-65078 | real time cash collected * TP-55555 Graph changes implementation done * TP-65078 | real time cash collected * TP-55555 | timeline page view integration * TP-55555 | paramount fixes * TP-55555 | paramount fixes * TP-55555| graph triggers,strategies gradients, timeline filters, dpad and init changes|varshitha * TP-55555 Y-axis fixed in graph and scroll changes * TP-73120 | lan statemt worker fix * TP-73120 | lan statemt worker fix * TP-55555 Graph changes * TP-73120 | lan statemt worker fix * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-55555| small fixes| varshitha * TP-55555 | change type to uppercase * TP-55555| sorted data for segments| varshitha * TP-55555|graph overlap fix| varshitha * TP-55555|graph y-axis change| varshitha * TP-55555|disabling entrypoints till tenat select| varshitha * TP-55555|font adjustment| varshitha * TP-55555|graph adjustments| varshitha --------- Co-authored-by: varnit-goyal_navi <varnit.goyal@navi.com> Co-authored-by: ShriPrakashBajpai <shri.prakash@navi.com>
2024-07-22 19:30:52 +05:30
"d3": "^7.9.0",
"dayjs": "^1.11.9",
"draft-js": "^0.11.7",
"draft-js-export-markdown": "^1.4.0",
"draft-js-import-markdown": "^1.4.1",
Kunal|Fcm integration (#318) * TP-22003|Kunal| incident 12018 fix , add customer interaction fix * TP-22003|Kunal| FCM integration * TP-22003|Kunal| added mkcert vite plugin dev dependency * TP-22003|Kunal| added fcmtoken in verfiyV2 api * TP-22003|Kunal|added onMessage function to app.tsx * TP-22003|Kunal| FCM integration working * TP-22003|Kunal| FCM NOTIFICATIONS FULL INTEGRATION _/\_ * TP-22003| copy firebase-sw to dist, timestamp in index.html for firebase-sw, buildTime hydration to replace __BUILD_TIME__ | Herik * TP-22003| copy firebase sw in build | Herik * TP-22003| path changed for firebase-sw | Herik * TP-22003| removed timestamp from firebase-sw index.html | Herik * TP-22003| imporScripts fix | Herik * TP-22003|Kunal| added self.importScripts in firebase-messaging-sw.js and console logs in getFCMToken * TP-22003| log fcmVapidKey, currentToken in firebase.ts | Herik * TP-22003| compat scripts | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003| Check for imporScripts function type | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| added firebase scripts in index.html * TP-22003|Kunal| change firebase config in firebase-messaging-sw.js * TP-22003|Kunal| added fcm token in session exchange api * TP-22003|Kunal| added notification permission checks * TP-22003|Kunal| added notification permission screen * TP-22003|Kunal| added text constants on PermissionsScreen.tsx * TP-22003|Kunal| fcm notificaiton blocker overlay * TP-22003|Kunal| removed console logs Co-authored-by: Herik Modi <herik.modi@navi.com>
2023-05-11 22:53:18 +05:30
"firebase": "^8.8.0",
Tp-55555/collection cybertron test (#1125) * TP-55555 | cybertron test * TP-55555 | cybertron test * TP-5555/fixed integration * TP-55555 | permissions middleware uncommented * TP-74655| trailing spaces fix (#1115) * TP-74655| trailing spaces fix * TP-74655| trailing spaces fix * TP-74655| trailing spaces fix * TP-74655| trailing spaces fix * TP-74655| lint fix * TP-83867 Geolocation changes and User Repository fix (#1116) * TP-83867 Geolocation changes and User Repository fix * TP-83867 Geolocation changes and User Repository fix * TP-74113 enach final (#1111) * TP-74113 | temp * TP-74113 | temp * TP-74113 | temp-1 * TP-74113-temp-sub-branch | enach * TP-74113-temp-sub-branch | enach-feature * TP-74113-temp-sub-branch | Enach Migrartion to Longhorn from OPs * TP-74113 | Enach Upload File changes * TP-74113 | Enach changes * TP-74113 | Update ColumnDefs.tsx * TP-74113 | Enach feature and loading component * TP-74113 | Changed clickstream file * TP-74113 | Removed space * TP-74113-enach-final | changed ColumnDefs * TP-74113 | dummy commit * TP-74113 | added enum and removed utc * TP-74113-sub-branch-enach * TP-74113 | file upload state * TP-74113 | file upload component changes * TP-80538 |Restricting self call dispositions once the daily limit is reached on a phone number also added boostAgentFeatureFlag added| Aman Singh (#1118) * TP-73198 | ENACH Visibility (#1102) * TP-73198 | first commit * TP-73198 | ready for UAT * TP-73198 | changes * TP-73198 | changes * TP-73198 | changes * TP-73198 | changes * TP-73198 | changes * TP-73198 | prettier * TP-73198 | code refactor * TP-73198 | code refactor * TP-73198 | code refactor * TP-73198 | code refactor * TP-73198 | code refactor * TP-73198 | code prettier * TP-73198 | code prettier * TP-73198 | code prettier lint * TP-73198 | code prettier lint * TP-73198 | removed IIFE * TP-45149 | Document tab revamp (#1121) * TP-45149 | documents revamp v2 * TP-55555 | wip * TP-55555 | wip * TP-45149 | documents tab revamp wip * TP-45149 | document revamp * TP-45149 | document revamp * TP-45149 | document revamp * TP-45149 | document revamp * TP-45149 | document revamp * TP-45149 | document revamp * TP-45419 | documents tab revamp * TP-45419 | documents tab revamp * TP-45419 | documents tab revamp * TP-45419 | documents tab revamp * TP-45419 | documents tab revamp * TP-74113 Enach changes (#1124) * TP-85067 | Remove email tab and rename geolocations (#1126) * TP-85067 | Remove email tab and rename geolocations * TP-85067 | remove comments from email tab * TP-85067 | Remove email tab and rename geolocations --------- Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> * TP-80956 | misplaced text box (#1127) Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-85246 | Hotfix (#1128) * TP-85246 | hotfix * TP-85246 | hotfix * TP-85246 | hotfix * TP-74655|name change for account Aggregator|varshitha (#1129) * TP-83523 | Foreclosure Details (#1120) * TP-83523 | Foreclosure Details * TP-83523 | Foreclosure Details * TP-83523 | Foreclosure Details * TP-83523 | Foreclosure Details * TP-83523 | Timezone fix (#1130) * TP-77180 | Self serve UI for pausing collections (#1119) * TP-77180 | Self serve UI for pausing collections * TP-77180 | Self serve UI for pausing collections * TP-77180 | Self serve UI for pausing collections * TP-77180 | Self serve UI for pausing collections * TP-77180 | Self serve UI for pausing collections * TP-77180 | Hover button color change fix * TP-77180 | Hover button color change fix * TP-77180 | Hover button color change fix * TP-77180 | UAT FIxes * TP-77180 | UAT FIxes 1 * TP-77180 | UAT FIxes 1 * TP-77180 | UAT FIxes 2 * TP-77180 | ready for PR review * TP-77180 | prettier * TP-77180 | Merge to master fix * TP-77180 | Merge to master fix * TP-77180 | lint fix * TP-77180 | self serve UI ready for PR review * TP-77180 | self serve UI ready for PR review * TP-77180 | pr review fix v1 * TP-77180 | pr review fix v2 * TP-77180 | added feature flag check * TP-77180 | added feature flag check * TP-77180 | PR review fixes * TP-77180 | submodule update * TP-77166|reallocation api changes (#1109) * TP-77166|reallocation api changes,param changes|varshitha * TP-77166|fix|varshitha * TP-77166|dropdown * TP-77166|integration ,bug changes|varshitha * TP-77166|integration ,bug changes|varshitha * TP-77166|bug changes|varshitha * TP-78294/hourly limit (#1113) * TP-78294 | hourly limit on calling longhorn * TP-78294 | hourly limit on calling longhorn * TP-78294 | changes * TP-78294 | code prettier * TP-78294 | code fix * TP-73198 | Enach Visibility * TP-78294 | hourly limit * TP-78294 | UAT FIxes 1 * TP-78294 | UAT FIxes 1 * TP-78294 | UAT FIxes 2 * TP-78294 | hotfix * TP-78294 | fix * TP-78294 | ready for PR review * TP-78294 | ready for PR review v1 * TP-78294 | ready for PR review v1 * TP-78294 | ready for PR review v2 * TP-78294 | ready for PR review v2 * TP-78294 | submodule update * TP-78294 | submodule update * TP-75006 | clickstream events (#1133) Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-68316 | FCM Dashboard (#1083) * TP-68316 | Navi table first commit * TP-68316 | column pinning * TP-72393 | Table sorting and pagination * TP-68316 | FCM metric first commit * TP-68316 | eslint fixes * TP-68316 | es lint fix * TP-68316 | api integration * TP-68316 | refactored code * TP-68316 | code refactor * TP-68316 | UAT feedbacks ingested * TP-68316 | Tab added for overall metric v2 and no data found screen * TP-68316 | No data found screen and header fix * TP-68316 | Code refactored --------- Co-authored-by: yashmantri <mantri.ramkishor@navi.com> * TP-72924 | UAT feedback changes done (#1135) * TP-65692 | Payment Link fix (#1136) * TP-65692 | Payment Link fix * TP-65692 | Payment Link fix * TP-65692 | Payment Link fix (#1137) * TP-65692 | Payment Link fix (#1138) * TP-65692 | FCM fix (#1139) * TP-75526 Other Documents (#1140) * TP-72924 | Removed cash target achievement column (#1142) * TP-72924 | Removed cash target achievement column * TP-72924 | Removed cash target achievement column * TP-87353 | #_i2-19615-houston-enach-status Bugfix (#1146) * TP-87353 | 19165-bugFix * TP-87353 | 19165-bugFix * TP-78413| Part-Prepayment (#1145) * TP-78413| part-prepayment * TP-78413 | PR review changes * TP-78413| Renamed PartPrePayments Interface * TP-78413 | type change * TP-78413| PR changes * TP-78413| added custom row color * TP-78413| width change * TP-78413| removed screen size check for status * TP-78413| removed type * TP-74655|removed annotationStatus|varshitha (#1147) * TP-85734 | Escalation Visibility (#1143) * TP-85734 | escalation Visibilty * TP-85734 | escalation Visibilty * TP-85734 | escalation Visibilty * TP-85734 | escalation info navigation changes * TP-85734 | escalation info navigation changes * TP-85734 | escalation info navigation changes * TP-85734 | escalation visibility completed * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility --------- Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-24568 |field app download page| Aman Singh (#1149) * TP-87084 | Exponential delay for retry API calls (#1144) * TP-87084 | Exponential delay for retry API calls * TP-87084 | Exponential delay for retry API calls * TP-87084 | Null check added for FCM dashboard (#1151) * TP-82640|includeFeedbacks false (#1153) * TP-82640|includeFeedbacks false * TP-82640|includeFeedbacks false * Tp-85734/escalation visility (#1155) * TP-85734 | escalation Visibilty * TP-85734 | escalation Visibilty * TP-85734 | escalation Visibilty * TP-85734 | escalation info navigation changes * TP-85734 | escalation info navigation changes * TP-85734 | escalation info navigation changes * TP-85734 | escalation visibility completed * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | escalation visibility * TP-85734 | changed color for amber * TP-85734 | changed color for amber --------- Co-authored-by: Ashish Deo <ashish.deo@navi.com> Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-82640| commented sentry captures bcz glitchtip issues (#1152) * TP-55555 | color change (#1158) * TP-6399 | fixes (#1159) * NTP-5975 | fix emi count (#1160) * TP-82640|slashCallStatus from extension changes | varshitha (#1141) * TP-82640|slashCallStatus from extension changes |varshitha * TP-82640| unblocking if active slash call|varshitha * TP-82640| unblocking route fix|varshitha * TP-82640|countdown 10s|varshitha * TP-82640|On Call|varshitha * TP-82640|const enum|varshitha * NTP-7538 | enach fixes (#1161) * NTP-7538| Removed top header and enach card at centre * NTP-7538| enach card fix * NTP-6399 | FCM hotfix (#1162) * NTP-8045-Address-changes (#1164) * NTP-8045-Address-changes * NTP-8045-Address-changes * NTP-8286| removed employer Name on LH (#1166) * NTP-8286| removed employer address * NTP-8286| removed employer address * NTP-7099|showing agent info|varshitha (#1168) * NTP-8266 | Block Longhorn Post Operative Hours (#1165) * NTP-8266 | Block Longhorn Post Operative Hours * NTP-8266 | Block Longhorn Post Operative Hours * NTP-8266 | Block Longhorn Post Operative Hours * NTP-8266 | Block Longhorn Post Operative Hours * TP-88513 | pass headers for clou (#1169) * TP-88513 | pass headers for clou * TP-88513| trim trailing spaces * TP-88513 | pass headers for clou * TP-88513 | pass headers for clou --------- Co-authored-by: varnit goyal <github.cicd@navi.com> Co-authored-by: Podili Varshitha <podili.varshitha@navi.com> * NTP-8226 | longhorn and clou hotfix (#1171) * NTP-8226 | longhorn and clou hotfix * NTP-8226 | longhorn and clou hotfix --------- Co-authored-by: varnit goyal <github.cicd@navi.com> * Revert "TP-88513 | pass headers for clou" (#1173) * Revert "TP-88513 | pass headers for clou (#1169)" This reverts commit 7ce94547f45991b513d68aff2913a8c4ab287305. * TP-88513 | revert case detail clou changes * TP-88513 | revert case detail clou changes --------- Co-authored-by: varnit goyal <github.cicd@navi.com> * TP-70895 | Foreclosure Changes (#1172) * TP-70895 | foreclosure changes * TP-70895 | fixed 30+ data not loading properly * TP-70895 | foreclosure changes * TP-70895 | fixed UTC ITC bug * SP-1022 | Auto merge semgrep file #1150 * NTP-6378 | remove console logs & foreclosure hotfix (#1170) * NTP-6378 | remove console logs * TP-70895 | foreclosure hotfix * NTP-8521 (#1174) Address Tab is calling APIs numerous times * SP-1022 | Auto merge semgrep file #1175 * NTP-8086 | Changes/enach | aman singh (#1178) * Revert "NTP-8045-Address-changes (#1164)" (#1176) This reverts commit 5f702497d1a47a03ae3ce48444e2eb20f5951a9d. * TP-74976 | Anshuman | Optimization (#1177) * NTP-8086|Status and filter|Aman Singh (#1179) * NTP-8086|side navbar changes and user changes| Aman Singh (#1180) * NTP-8086|side navbar changes and user changes| Aman Singh * NTP-8086|side navbar changes and user changes| Aman Singh * NTP-8086|hot fix| Aman Singh (#1182) * TP-72924 | CSA Performance Dashboard (#1134) * TP-72924 | CSA Performance Dashboard * TP=72924 | added tan stack table basic support * TP-72924 | CSA Dashboard Page * TP-72924 | CSA Dashboard Page * TP=720924 | collection portal * TP-72924 | Csa Dashboard * TP-72924 | table in progress * TP-72924 | table in progress * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | table border fix * TP-72924 | table border fix * TP-72924 | table border fix * TP-72924 | UI Code cleanup * TP-72924 | Code refactored * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | UI Code cleanup * TP-72924 | Floating filter fix * TP-72924 | No data handling + loading state * TP-72924 | Clickstream added * TP-72924 | UAT fixe * TP-72924 | Scroll beavior fix * TP-72924 | Tooltip fix * TP-72924 | Contract changes * TP-72924 | Code refactored * TP-72924 | PR comments resolved * TP-72924 | Feature flag added * TP-72924 | Feature flag added * TP-72924 | pr review fixes --------- Co-authored-by: varnit-goyal_navi <varnit.goyal@navi.com> Co-authored-by: varnit goyal <github.cicd@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * NTP-8793 | FDM Dashboard clickstream events added (#1183) * NTP-8793 | FDM Dashboard clickstream events added * NTP-8793 | fixed pr reviews * NTP-8793 | fixes --------- Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> * NTP-8086|hot fix| Aman Singh * NTP-8086|hot fix| Aman Singh * TP-55555 | ameyo rev eng * TP-55555 | cybertron integration longhorn * TP-55555 | cybertron integration longhorn * TP-55555 | cybertron integration longhorn * TP-89230 | shaping universal call sdk * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-5555 | workflow fix * TP-5555 | fix workflow * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers * TP-89230 | pass clou headers --------- Co-authored-by: github-cicd <github.cicd@navi.com> Co-authored-by: Podili Varshitha <podili.varshitha@navi.com> Co-authored-by: Shri Prakash Bajpai <shri.prakash@navi.com> Co-authored-by: Aishwarya Srivastava <aishwarya.srivastava@navi.com> Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Ashish Deo <ashish.deo@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: security user <security-user@navi.com> Co-authored-by: Anshuman Rai <anshuman.rai@navi.com>
2024-11-06 19:32:51 +05:30
"git-rev-sync": "^3.0.2",
"highcharts": "^10.3.3",
"highcharts-react": "^0.0.3",
"highcharts-react-official": "^3.2.0",
TP-3700 | whatsapp boilerplate (#615) * TP-3700 | whatsapp boilerplate * TP-3700 | message boilerplate * TP-3700 | msw integration * Submodules Updated * TP-3700/anshuman_dev_changes (#640) * TP-3700|Kunal|created chat list component * TP-3700|Kunal|added chatlist component skeletal * Chat Message Component Created * TP-3700 | created customer info, chat list and reply widget * Empty Screen Error Pages Added * Color Variables Added In Root * Reload underline adjusted * Submodule Updated * Fixed Comments * typography text changed to h4 for error page * Reload Link URL Styles Updated * Typography Added for text style --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> * TP-3700/anshuman_dev (#657) * TP-3700|Kunal|created chat list component * TP-3700|Kunal|added chatlist component skeletal * Chat Message Component Created * TP-3700 | created customer info, chat list and reply widget * Empty Screen Error Pages Added * Color Variables Added In Root * Reload underline adjusted * TP-3700|Kunal|[WIP] added firebase database * Submodule Updated * Fixed Comments * typography text changed to h4 for error page * Reload Link URL Styles Updated * Typography Added for text style * TP-3700|Kunal|WHATSAPP- added types , firebase utils , chat buckets * TP-3700|Kunal|WHATSAPP- added types , firebase utils , chat buckets * Submodule updated * TP-3700|Kunal|merged with firebase utils , chatlist and refactored slice * TP-3700|Kunal|merged with firebase utils , chatlist and refactored slice * TP-3700|Kunal|added chat selection logic (#646) * TP-3700|Kunal|added chat selection logic * TP-3700|Kunal|added chat selection logic * TP-3700|Kunal|[wip]added chatsTagsIconsMap * TP-3700|Kunal|added tag icons and time diff utils * TP-1|Kunal|added first interaction fix * Chat Loading Integreated * TP-1|Kunal|added first interaction fix * TP-3700|Kunal|added fuzzysort in whatsapp chat * Merged Changes * Send Msg With Enter added and Chat Details Added with API * Current DPD added in CustomerInfoHeader and disable chat integrated after 24 hours of interaction with user * Chat Loader Added and Chat open state persisted using local storage * Disable Button Styles Corrected * Empty Msgs removed from chat screen * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * Tag Fixed * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * Error Icons modified, Popoup screen Added, Ofline handler added in local storage (#663) Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Anshuman Rai <anshuman.rai@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com>
2023-11-23 00:21:03 +05:30
"msw": "^2.0.0",
2022-08-23 13:56:14 +05:30
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-recaptcha": "2.1.0",
Revamp v2 || Aman Singh || Arpit || Kunal || Aman C || Herik (#104) * Alert tag added (#27) * Alert tag added * fix * tag size fix * fixes * Changes for AlertType display in collection-portal | Arpit * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * api config fixes * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * nginx config fixes * endpoint fix * fix * vite config changes (#36) * api config fixes * nginx config fixes * endpoint fix * fix * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * container || Aman Singh, Herik (#34) * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * added __internal__lastUpdatedAt in store * changed 404 logic Co-authored-by: Herik Modi <herik.modi@navi.com> * folder structure (#39) * suspense loader and line loader added || Aman Singh (#38) * suspense loader and line loader added * fallback variable change * renamned skeleton.module.scss * added comments * h1 replaced with H1 * h1 replaced with H1 * case detail reducer changes * loader refactor and added loader on overview screen (#41) * added missing features from tab (#42) * TP-10279 Overview section added * fix * fixes * Emi Calendar | Arpit * Dead code remove * TODO comment at constant file. * fixes * fixes * switch fix * QyeryParams added | Emi Calendar * switch fix * fix any types * Removing dead code * File and Folder changes * review comment * fixes * TP-10279 Overview section added (#43) * TP-10279 Overview section added * fix * fixes * fixes * fixes * switch fix * switch fix * fix any types * fixes * Emi schedule tab || Aman singh (#45) * added missing features from tab * header items and modal * removed comments * changes * removed comments * removed comments * removed conflicts * removed conflicts * Merge conflicts (#47) * removed conflicts * removed merge conflicts * emi schedule and back button handling added || Aman Singh (#49) Emi Overdue calculator * merge conflict resolution * Review comment incorporation | Arpit * review style comments incorporation | Arpit * Adiing useCallback | Arpit * TP-10290 Overview section loan details added * EMI Calendar Design and functionality added | Arpit * updates 1. CSS changed for count on pills. 2. Disabled pill for zero count * Navi's New Logo incorporation | Arpit * review comment incorporation | Arpit * updated web-ui-library commit * review comment incorporation | Arpit * Fix for valueGetter | Arpit * More details fixes * Review comment incorporation | Arpit * Review comment incorporation * Fixes for review comments added * TP-10290 more details fixes * Tooltip integration || Aman Singh, Herik (#50) * Initial push for tooltip component * Pseudo code for smart handling * tooltip added and emi breakup * updates 1. triangle color changed to white for emiBreakupTooltip. 2. text align changed to left instead of center. * removed unnecessary packages. * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> * fix * overview emi paid fix * Feedback history table loader added * fix * overview fixes * removing conflicts (#56) removing the conflicts * added svg and removed base64 also changed tab icon * Feedback form || Aman Singh, Kunal Sharma (#53) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> * qa deploy changes (#59) * cosmetic changes (#62) * route change (#65) * changed ref of web-ui-lib (#66) * TP-11411 | Incorrect overdue amount data shown on the EMI schedule page | Arpit * Config changes in index file for server | Arpit * Feedback api corrected || Aman Singh (#68) * provided initial question id * removed unused code * added payment tab * payments tab removed unused code * added types * fixex * feedback type map fix (#71) * Tool tip on info icon || Aman singh (#73) * tooltip on info icon * added overlay * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * Self call integration v2 | Kunal (#74) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix * slash integration * self call integration * feedback form fixes for self call * updated submodule * web ui library fix * Update src/pages/auth/AuthActions.ts Co-authored-by: Aman Singh <aman.singh@navi.com> * Update src/pages/CaseDetails/feedbackForm/index.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * web ui library fix Co-authored-by: aman.singh <aman.singh@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * max char validation (#75) Max length validation * Tp 10287 waive fee form (#61) * TP-10287 Waive Fee form * TP-10287 Waive Fee form * Chip styling changes | Arpit * fixes * fix * Payment history overlay | Arpit * fixes * update web ui library * added tooltip * TP-10287 send payment link integration * fix * web ui commit * fix * EMI Breakup added | Arpit * changes in index.html * fixes * fixes Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: aman.singh <aman.singh@navi.com> * changing the config file * changed all cases to my cases (#76) * Tp 11811 || Aman Singh (#78) * added tooltip * changed script tag * removed hard coding * removed tool tip and padding issue in feedback form (#79) * TP-10298, TP-10299, TP-11806 - Fixes (#77) * fixes * fix * fixes * Tp 10299 fixes || Aman C (#80) * fixes * fix * fixes * fixes * fix Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * TP-11813 | Getting "Something went wrong" while clicking on notification , from backed "/action" api throwing 400 | Arpit * Comment incorporation | Arpit * Ptp per emi || Aman Singh (#82) * ptp per emi added * removed unused code * Telephones sorted || Aman Singh (#83) * sorted telephones * ts error * added useMemo * index.html changes * Adding field for annual interest rate | Arpit (#87) * fixes (#86) * TP-11889 | On Place of "last Paid date " we are getting "due date" in current due details section | Arpit (#88) * slash integration - call bridge actions, call button || Kunal Sharma (#85) * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * TP-11889 | Bounce fee not present in the EMI breakup | Arpit * telephone score fix (#90) * @TP-11883 adding emi due date and emi amount in more details sections (#91) * TP-11896 | Address source is not showing in Address section of more details page , but from backend we are getting | Arpit (#95) * @TP-11883 adding emi due date and emi amount in more details sections (#93) * Present enach card || Aman Singh (#92) * present enach cards * removed wacher * mandate status added * removed merge conflicts * Communication History tab removal | Arpit (#98) * TP-11847 fix for presented enach (#97) * fix for presented enach * present enach card changes * amount type changed * corner case handeling Co-authored-by: aman.singh <aman.singh@navi.com> * EMI value and EMI end date changes in more details | Arpit (#99) * TP-11878 call history fix for alternate numbers (#96) * TP-11878 call history fix for alternate numbers * Fixed interface names, created proper interface, changed the logic and created the components for CallHistory and removed render functions * added key to right component, defined NO_OF_RECORDS as a constant * TP-11878 fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * date format YYYY (#100) * Slash fixes | Kunal & Herik && AMAN KUMAR SINGH (#101) * fixes for slash * slash fixes * slash fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * TP-11690 latest important feedback (#102) Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com>
2022-11-17 00:37:16 +05:30
"react-hook-form": "7.38.0",
TP-3700 | Conditional Mark-Read and Escape to close chats | Fix infinite scroll (#677) * TP-3700|Kunal|config * logOutHandler updated * Close chats with Escape and mark-read api added conditional calls * es-lint error fixed * Tp 3700/whatsapp fixes infinite scroll (#679) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Tp 3700/whatsapp fixes infinite scroll (#683) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom * Suggestions Added --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Firebase Config file updated * Firebase Config file updated * Firebase Config file updated * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * Comments Resolved * Render Chats render logic and business logic seperated * Initial scroll dependency added * useSelector Destructuring optimised * Scroll Improved * TP-3700|Kunal| resolved PR comments * Render logic updated * TP-3700|Kunal| resolved PR comments * showHandleCurrentChatDeletion flag added in handleKeyPress * KEYBOARD_KEYS enums added and key added in reply text area container * TP-3700|Kunal| resolved PR comments * Code refactored * push removed from redux * Resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com>
2023-12-06 01:09:05 +05:30
"react-infinite-scroller": "1.2.6",
TP-55555 | collection paramount UI (#959) * TP-5555 | wip * TP-55555| basic layout|varshitha * TP-55555| playground,segments,timelines all layouts including drawers| varshitha * TP-55555|createProduct| varshitha * TP-55555|product actions|varshitha * TP-55555|actions|varshitha * TP-55555|types of seg,exp,strategies|varshitha * TP-55555| attributes,segments table,timeline tables|varshitha * TP-55555| graph basic|varshitha * TP-55555 | integrated tenet selection * TP-55555 | integrated tenet selection * TP-55555| graph modal |varshitha * TP-55555 | integrate timeline and attributes * TP-55555| graph modal |varshitha * TP-55555 Graph changes done * TP-55555| graph gradients for each strategy |varshitha * TP-55555 | segments integration * TP-55555 | segments integration * TP-55555| graph strategy response |varshitha * TP-55555| graph strategy response |varshitha * TP-55555| graph strategy response |varshitha * TP-55555| graph trigger bars adjustments |varshitha * TP-65078 | real time cash collected * TP-55555 Graph changes implementation done * TP-65078 | real time cash collected * TP-55555 | timeline page view integration * TP-55555 | paramount fixes * TP-55555 | paramount fixes * TP-55555| graph triggers,strategies gradients, timeline filters, dpad and init changes|varshitha * TP-55555 Y-axis fixed in graph and scroll changes * TP-73120 | lan statemt worker fix * TP-73120 | lan statemt worker fix * TP-55555 Graph changes * TP-73120 | lan statemt worker fix * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-55555| small fixes| varshitha * TP-55555 | change type to uppercase * TP-55555| sorted data for segments| varshitha * TP-55555|graph overlap fix| varshitha * TP-55555|graph y-axis change| varshitha * TP-55555|disabling entrypoints till tenat select| varshitha * TP-55555|font adjustment| varshitha * TP-55555|graph adjustments| varshitha --------- Co-authored-by: varnit-goyal_navi <varnit.goyal@navi.com> Co-authored-by: ShriPrakashBajpai <shri.prakash@navi.com>
2024-07-22 19:30:52 +05:30
"react-json-view": "^1.21.3",
"react-lottie": "^1.2.3",
"react-pdf": "^9.2.1",
2022-08-23 13:56:14 +05:30
"react-redux": "^7.2.6",
2022-09-12 14:17:41 +05:30
"react-router-dom": "^6.3.0",
TP-55555 | collection paramount UI (#959) * TP-5555 | wip * TP-55555| basic layout|varshitha * TP-55555| playground,segments,timelines all layouts including drawers| varshitha * TP-55555|createProduct| varshitha * TP-55555|product actions|varshitha * TP-55555|actions|varshitha * TP-55555|types of seg,exp,strategies|varshitha * TP-55555| attributes,segments table,timeline tables|varshitha * TP-55555| graph basic|varshitha * TP-55555 | integrated tenet selection * TP-55555 | integrated tenet selection * TP-55555| graph modal |varshitha * TP-55555 | integrate timeline and attributes * TP-55555| graph modal |varshitha * TP-55555 Graph changes done * TP-55555| graph gradients for each strategy |varshitha * TP-55555 | segments integration * TP-55555 | segments integration * TP-55555| graph strategy response |varshitha * TP-55555| graph strategy response |varshitha * TP-55555| graph strategy response |varshitha * TP-55555| graph trigger bars adjustments |varshitha * TP-65078 | real time cash collected * TP-55555 Graph changes implementation done * TP-65078 | real time cash collected * TP-55555 | timeline page view integration * TP-55555 | paramount fixes * TP-55555 | paramount fixes * TP-55555| graph triggers,strategies gradients, timeline filters, dpad and init changes|varshitha * TP-55555 Y-axis fixed in graph and scroll changes * TP-73120 | lan statemt worker fix * TP-73120 | lan statemt worker fix * TP-55555 Graph changes * TP-73120 | lan statemt worker fix * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui = * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-73120 | paramount ui * TP-55555| small fixes| varshitha * TP-55555 | change type to uppercase * TP-55555| sorted data for segments| varshitha * TP-55555|graph overlap fix| varshitha * TP-55555|graph y-axis change| varshitha * TP-55555|disabling entrypoints till tenat select| varshitha * TP-55555|font adjustment| varshitha * TP-55555|graph adjustments| varshitha --------- Co-authored-by: varnit-goyal_navi <varnit.goyal@navi.com> Co-authored-by: ShriPrakashBajpai <shri.prakash@navi.com>
2024-07-22 19:30:52 +05:30
"react-split": "^2.0.14",
"react-transition-group": "^4.4.5",
"react-window": "^1.8.10",
"recharts": "^2.5.0",
"redux-persist": "^6.0.0",
Revamp v2 || Aman Singh || Arpit || Kunal || Aman C || Herik (#104) * Alert tag added (#27) * Alert tag added * fix * tag size fix * fixes * Changes for AlertType display in collection-portal | Arpit * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * api config fixes * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * nginx config fixes * endpoint fix * fix * vite config changes (#36) * api config fixes * nginx config fixes * endpoint fix * fix * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * container || Aman Singh, Herik (#34) * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * added __internal__lastUpdatedAt in store * changed 404 logic Co-authored-by: Herik Modi <herik.modi@navi.com> * folder structure (#39) * suspense loader and line loader added || Aman Singh (#38) * suspense loader and line loader added * fallback variable change * renamned skeleton.module.scss * added comments * h1 replaced with H1 * h1 replaced with H1 * case detail reducer changes * loader refactor and added loader on overview screen (#41) * added missing features from tab (#42) * TP-10279 Overview section added * fix * fixes * Emi Calendar | Arpit * Dead code remove * TODO comment at constant file. * fixes * fixes * switch fix * QyeryParams added | Emi Calendar * switch fix * fix any types * Removing dead code * File and Folder changes * review comment * fixes * TP-10279 Overview section added (#43) * TP-10279 Overview section added * fix * fixes * fixes * fixes * switch fix * switch fix * fix any types * fixes * Emi schedule tab || Aman singh (#45) * added missing features from tab * header items and modal * removed comments * changes * removed comments * removed comments * removed conflicts * removed conflicts * Merge conflicts (#47) * removed conflicts * removed merge conflicts * emi schedule and back button handling added || Aman Singh (#49) Emi Overdue calculator * merge conflict resolution * Review comment incorporation | Arpit * review style comments incorporation | Arpit * Adiing useCallback | Arpit * TP-10290 Overview section loan details added * EMI Calendar Design and functionality added | Arpit * updates 1. CSS changed for count on pills. 2. Disabled pill for zero count * Navi's New Logo incorporation | Arpit * review comment incorporation | Arpit * updated web-ui-library commit * review comment incorporation | Arpit * Fix for valueGetter | Arpit * More details fixes * Review comment incorporation | Arpit * Review comment incorporation * Fixes for review comments added * TP-10290 more details fixes * Tooltip integration || Aman Singh, Herik (#50) * Initial push for tooltip component * Pseudo code for smart handling * tooltip added and emi breakup * updates 1. triangle color changed to white for emiBreakupTooltip. 2. text align changed to left instead of center. * removed unnecessary packages. * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> * fix * overview emi paid fix * Feedback history table loader added * fix * overview fixes * removing conflicts (#56) removing the conflicts * added svg and removed base64 also changed tab icon * Feedback form || Aman Singh, Kunal Sharma (#53) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> * qa deploy changes (#59) * cosmetic changes (#62) * route change (#65) * changed ref of web-ui-lib (#66) * TP-11411 | Incorrect overdue amount data shown on the EMI schedule page | Arpit * Config changes in index file for server | Arpit * Feedback api corrected || Aman Singh (#68) * provided initial question id * removed unused code * added payment tab * payments tab removed unused code * added types * fixex * feedback type map fix (#71) * Tool tip on info icon || Aman singh (#73) * tooltip on info icon * added overlay * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * Self call integration v2 | Kunal (#74) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix * slash integration * self call integration * feedback form fixes for self call * updated submodule * web ui library fix * Update src/pages/auth/AuthActions.ts Co-authored-by: Aman Singh <aman.singh@navi.com> * Update src/pages/CaseDetails/feedbackForm/index.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * web ui library fix Co-authored-by: aman.singh <aman.singh@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * max char validation (#75) Max length validation * Tp 10287 waive fee form (#61) * TP-10287 Waive Fee form * TP-10287 Waive Fee form * Chip styling changes | Arpit * fixes * fix * Payment history overlay | Arpit * fixes * update web ui library * added tooltip * TP-10287 send payment link integration * fix * web ui commit * fix * EMI Breakup added | Arpit * changes in index.html * fixes * fixes Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: aman.singh <aman.singh@navi.com> * changing the config file * changed all cases to my cases (#76) * Tp 11811 || Aman Singh (#78) * added tooltip * changed script tag * removed hard coding * removed tool tip and padding issue in feedback form (#79) * TP-10298, TP-10299, TP-11806 - Fixes (#77) * fixes * fix * fixes * Tp 10299 fixes || Aman C (#80) * fixes * fix * fixes * fixes * fix Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * TP-11813 | Getting "Something went wrong" while clicking on notification , from backed "/action" api throwing 400 | Arpit * Comment incorporation | Arpit * Ptp per emi || Aman Singh (#82) * ptp per emi added * removed unused code * Telephones sorted || Aman Singh (#83) * sorted telephones * ts error * added useMemo * index.html changes * Adding field for annual interest rate | Arpit (#87) * fixes (#86) * TP-11889 | On Place of "last Paid date " we are getting "due date" in current due details section | Arpit (#88) * slash integration - call bridge actions, call button || Kunal Sharma (#85) * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * TP-11889 | Bounce fee not present in the EMI breakup | Arpit * telephone score fix (#90) * @TP-11883 adding emi due date and emi amount in more details sections (#91) * TP-11896 | Address source is not showing in Address section of more details page , but from backend we are getting | Arpit (#95) * @TP-11883 adding emi due date and emi amount in more details sections (#93) * Present enach card || Aman Singh (#92) * present enach cards * removed wacher * mandate status added * removed merge conflicts * Communication History tab removal | Arpit (#98) * TP-11847 fix for presented enach (#97) * fix for presented enach * present enach card changes * amount type changed * corner case handeling Co-authored-by: aman.singh <aman.singh@navi.com> * EMI value and EMI end date changes in more details | Arpit (#99) * TP-11878 call history fix for alternate numbers (#96) * TP-11878 call history fix for alternate numbers * Fixed interface names, created proper interface, changed the logic and created the components for CallHistory and removed render functions * added key to right component, defined NO_OF_RECORDS as a constant * TP-11878 fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * date format YYYY (#100) * Slash fixes | Kunal & Herik && AMAN KUMAR SINGH (#101) * fixes for slash * slash fixes * slash fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * TP-11690 latest important feedback (#102) Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com>
2022-11-17 00:37:16 +05:30
"style-inject": "^0.3.0",
"terser": "^5.15.1",
"uuid": "^11.0.3",
"vite-plugin-html": "^3.2.0",
"vite-plugin-minify": "1.5.2",
"wavesurfer.js": "^6.6.3"
2022-08-23 13:56:14 +05:30
},
"devDependencies": {
"@types/chrome": "0.0.203",
TP-3700 | Conditional Mark-Read and Escape to close chats | Fix infinite scroll (#677) * TP-3700|Kunal|config * logOutHandler updated * Close chats with Escape and mark-read api added conditional calls * es-lint error fixed * Tp 3700/whatsapp fixes infinite scroll (#679) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Tp 3700/whatsapp fixes infinite scroll (#683) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom * Suggestions Added --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Firebase Config file updated * Firebase Config file updated * Firebase Config file updated * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * Comments Resolved * Render Chats render logic and business logic seperated * Initial scroll dependency added * useSelector Destructuring optimised * Scroll Improved * TP-3700|Kunal| resolved PR comments * Render logic updated * TP-3700|Kunal| resolved PR comments * showHandleCurrentChatDeletion flag added in handleKeyPress * KEYBOARD_KEYS enums added and key added in reply text area container * TP-3700|Kunal| resolved PR comments * Code refactored * push removed from redux * Resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com>
2023-12-06 01:09:05 +05:30
"@types/css-modules": "1.0.4",
2022-08-23 13:56:14 +05:30
"@types/enzyme": "^3.10.11",
"@types/jest": "^27.4.0",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-google-recaptcha": "2.1.5",
"@types/react-lottie": "^1.2.10",
"@types/react-window": "^1.8.8",
2022-08-23 13:56:14 +05:30
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@vitejs/plugin-react": "4.0.3",
2022-08-23 13:56:14 +05:30
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
2022-10-05 15:07:43 +05:30
"ag-grid-community": "^28.1.1",
"ag-grid-react": "^28.1.1",
2022-08-23 13:56:14 +05:30
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.10.2",
"husky": "^8.0.0",
2022-08-23 13:56:14 +05:30
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"lint-staged": "13.0.3",
"minimist": "^1.2.6",
"node-sass": "9.0.0",
"postcss": "^8.4.31",
2022-08-23 13:56:14 +05:30
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"prettier": "^2.5.1",
"rollup-plugin-visualizer": "5.8.0",
"sass": "^1.54.5",
"tailwind": "^4.0.0",
"tailwindcss": "^3.3.5",
2022-08-23 13:56:14 +05:30
"ts-jest": "^27.1.3",
TP-3700 | Conditional Mark-Read and Escape to close chats | Fix infinite scroll (#677) * TP-3700|Kunal|config * logOutHandler updated * Close chats with Escape and mark-read api added conditional calls * es-lint error fixed * Tp 3700/whatsapp fixes infinite scroll (#679) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Tp 3700/whatsapp fixes infinite scroll (#683) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom * Suggestions Added --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Firebase Config file updated * Firebase Config file updated * Firebase Config file updated * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * Comments Resolved * Render Chats render logic and business logic seperated * Initial scroll dependency added * useSelector Destructuring optimised * Scroll Improved * TP-3700|Kunal| resolved PR comments * Render logic updated * TP-3700|Kunal| resolved PR comments * showHandleCurrentChatDeletion flag added in handleKeyPress * KEYBOARD_KEYS enums added and key added in reply text area container * TP-3700|Kunal| resolved PR comments * Code refactored * push removed from redux * Resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com>
2023-12-06 01:09:05 +05:30
"tsc-files": "1.1.4",
2022-08-23 13:56:14 +05:30
"typescript": "^4.5.4",
"vite": "4.4.7",
"vite-plugin-chunk-split": "^0.5.0",
Kunal|Fcm integration (#318) * TP-22003|Kunal| incident 12018 fix , add customer interaction fix * TP-22003|Kunal| FCM integration * TP-22003|Kunal| added mkcert vite plugin dev dependency * TP-22003|Kunal| added fcmtoken in verfiyV2 api * TP-22003|Kunal|added onMessage function to app.tsx * TP-22003|Kunal| FCM integration working * TP-22003|Kunal| FCM NOTIFICATIONS FULL INTEGRATION _/\_ * TP-22003| copy firebase-sw to dist, timestamp in index.html for firebase-sw, buildTime hydration to replace __BUILD_TIME__ | Herik * TP-22003| copy firebase sw in build | Herik * TP-22003| path changed for firebase-sw | Herik * TP-22003| removed timestamp from firebase-sw index.html | Herik * TP-22003| imporScripts fix | Herik * TP-22003|Kunal| added self.importScripts in firebase-messaging-sw.js and console logs in getFCMToken * TP-22003| log fcmVapidKey, currentToken in firebase.ts | Herik * TP-22003| compat scripts | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003| Check for imporScripts function type | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| added firebase scripts in index.html * TP-22003|Kunal| change firebase config in firebase-messaging-sw.js * TP-22003|Kunal| added fcm token in session exchange api * TP-22003|Kunal| added notification permission checks * TP-22003|Kunal| added notification permission screen * TP-22003|Kunal| added text constants on PermissionsScreen.tsx * TP-22003|Kunal| fcm notificaiton blocker overlay * TP-22003|Kunal| removed console logs Co-authored-by: Herik Modi <herik.modi@navi.com>
2023-05-11 22:53:18 +05:30
"vite-plugin-mkcert": "^1.14.0",
"vite-tsconfig-paths": "^3.5.1"
2022-08-23 13:56:14 +05:30
},
"engines": {
"npm": ">=6.14.15",
"node": ">=12.2.0"
TP-3700 | whatsapp boilerplate (#615) * TP-3700 | whatsapp boilerplate * TP-3700 | message boilerplate * TP-3700 | msw integration * Submodules Updated * TP-3700/anshuman_dev_changes (#640) * TP-3700|Kunal|created chat list component * TP-3700|Kunal|added chatlist component skeletal * Chat Message Component Created * TP-3700 | created customer info, chat list and reply widget * Empty Screen Error Pages Added * Color Variables Added In Root * Reload underline adjusted * Submodule Updated * Fixed Comments * typography text changed to h4 for error page * Reload Link URL Styles Updated * Typography Added for text style --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> * TP-3700/anshuman_dev (#657) * TP-3700|Kunal|created chat list component * TP-3700|Kunal|added chatlist component skeletal * Chat Message Component Created * TP-3700 | created customer info, chat list and reply widget * Empty Screen Error Pages Added * Color Variables Added In Root * Reload underline adjusted * TP-3700|Kunal|[WIP] added firebase database * Submodule Updated * Fixed Comments * typography text changed to h4 for error page * Reload Link URL Styles Updated * Typography Added for text style * TP-3700|Kunal|WHATSAPP- added types , firebase utils , chat buckets * TP-3700|Kunal|WHATSAPP- added types , firebase utils , chat buckets * Submodule updated * TP-3700|Kunal|merged with firebase utils , chatlist and refactored slice * TP-3700|Kunal|merged with firebase utils , chatlist and refactored slice * TP-3700|Kunal|added chat selection logic (#646) * TP-3700|Kunal|added chat selection logic * TP-3700|Kunal|added chat selection logic * TP-3700|Kunal|[wip]added chatsTagsIconsMap * TP-3700|Kunal|added tag icons and time diff utils * TP-1|Kunal|added first interaction fix * Chat Loading Integreated * TP-1|Kunal|added first interaction fix * TP-3700|Kunal|added fuzzysort in whatsapp chat * Merged Changes * Send Msg With Enter added and Chat Details Added with API * Current DPD added in CustomerInfoHeader and disable chat integrated after 24 hours of interaction with user * Chat Loader Added and Chat open state persisted using local storage * Disable Button Styles Corrected * Empty Msgs removed from chat screen * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * Tag Fixed * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * Error Icons modified, Popoup screen Added, Ofline handler added in local storage (#663) Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Anshuman Rai <anshuman.rai@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com>
2023-11-23 00:21:03 +05:30
},
"msw": {
"workerDirectory": "public"
},
"overrides": {
"react-lottie": {
"react": "^0.14.7 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
}
2022-08-23 13:56:14 +05:30
}
}