Issue: Proxies generated for already committed entities. There is no option for selective proxy generation in ABP Suite UI. Below is the same file in repo,”employee.service.ts”, before and after creating a new entity (any entity other than employee entity). 1. GetEmployeeLookup method was removed from code after proxy generation 2. Backend API URL is modified in multiple methods Method API URL Before API URL After getEmployeeGradeLookup /api/app/employees/grade-lookup /api/app/employees/employee-grade-lookup getEmployeeLocationLookup /api/app/employees/mapped-location-lookup /api/app/employees/employee-location-lookup getEmployeeRoleLookup /api/app/employees/role-lookup' /api/app/employees/employee-role-lookup getOrganizationUnitLookup /api/app/employees/org-unit-lookup /api/app/employees/organization-unit-lookup API URL Before is consistent with backend controller code. Attached are supporting versions of same “employee.service.ts” before and after new entity creation.employeeserviceafter.txtemployeeservicebefore.txt