cat-qw-lib 2.1.46 → 2.1.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -496,9 +496,9 @@ const QUEUE_RECORD_TABLE_COLUMN_WIDTH_LIST = {
496
496
  const FIELD_DISPLAY_NAMES = {
497
497
  riskRating: 'Risk Rating',
498
498
  appId: 'App. ID',
499
+ applicants: 'Company & Applicant(s)',
499
500
  brokerName: 'Broker',
500
501
  finance: 'Finance Amount',
501
- applicants: 'Company & Applicant(s)',
502
502
  securityAddress: 'Security',
503
503
  pending: 'Pending',
504
504
  lending: 'Type',
@@ -6229,8 +6229,7 @@ class QueueRecordTableBuilderService extends TableBuilder {
6229
6229
  SHARED.ASSIGNED_TO,
6230
6230
  SHARED.TASK_COMPLETION_PERCENT,
6231
6231
  SHARED.RISK_RATING,
6232
- SHARED.LENDING,
6233
- SHARED.BROKERCOMPANY_NAME
6232
+ SHARED.LENDING
6234
6233
  ]; // Fields to exclude from table columns
6235
6234
  // Get all fields from the first record, excluding specified fields
6236
6235
  const availableFields = Object.keys(firstRecord).filter(field => !excludedFields.includes(field));