Updated status_reason and denial_reason enums to re-add DEACTIVATED bufp status

Changes

  • No endpoints were added, updated, or deleted.

  • The enums for status_reason properties in following schemas were updated to reorder and replace values including re-adding 'FINANCIAL_PRODUCT_DEACTIVATED' and moving other entries accordingly:

    • APIBorrower
    • APICreditLimit
    • APIInvoice
    • ApiBorrowerFinancialProduct
  • The enums for code property in EligibilityDenialReason and denial_reason property in LoanAPI and MinimalLoanAPI were similarly updated to align with the new enum ordering and re-add the 'FINANCIAL_PRODUCT_DEACTIVATED' status.

These changes affect the enumeration values for various status and denial reasons but do not change API endpoints or their behavior.