cat-qw-lib 2.6.55 → 2.6.59

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.
@@ -123,6 +123,7 @@ export declare class SHARED {
123
123
  static REFERRED_DATE: string;
124
124
  static REFERRED: string;
125
125
  static FINANCE: string;
126
+ static TOTAL_FINANCE_AMOUNT: string;
126
127
  static VALUATION_STATUS: string;
127
128
  static TASKS: string;
128
129
  static TASK_BROKER_LABEL: string;
@@ -290,6 +291,7 @@ export declare const QUEUE_RECORD_TABLE_COLUMN_WIDTH_LIST: {
290
291
  securityAddress: string;
291
292
  applicants: string;
292
293
  finance: string;
294
+ totalFinanceAmount: string;
293
295
  valuationStatus: string;
294
296
  sla: string;
295
297
  referredDate: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.6.55",
3
+ "version": "2.6.59",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"