Update loan_type enum values in /loans GET and POST endpoints

Changes in this update

This update modifies the allowed values of the loan_type enum in both the GET and POST /loans endpoints as well as in related schema definitions to better reflect current loan categorization.

Updated endpoints

  • GET /loans

    • The loan_type query parameter enum values were changed:
      • Added new enum value: FUNDING_OBLIGATION_CONSOLIDATION
  • POST /loans

    • The loan_type property enum values were similarly updated to match the GET endpoint changes.