Updated status and denial reason enumerations to include COUNTERPARTY_CONTACT_INFORMATION check

Summary

This update reorganizes and updates the enums for status_reason and denial_reason across multiple API schemas to introduce the MISSING_COUNTERPARTY_CONTACT_INFORMATION underwriting check, shifting and reordering previous status codes accordingly.

Other Changes

  • Modified the enum values for status_reason and denial_reason in multiple schemas (including APIBorrower, APICreditLimit, APIInvoice, ApiBorrowerFinancialProduct, EligibilityDenialReason, LoanAPI, MinimalLoanAPI).
  • Added new enum value MISSING_COUNTERPARTY_CONTACT_INFORMATION to represent the new underwriting check.
  • Existing enum values have been shifted down or renamed to accommodate this new value.

No endpoints have been added, updated, or deleted in this release.