cat-qw-lib 2.5.14 → 2.5.18

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.
@@ -288,6 +288,7 @@ export declare const QUEUE_RECORD_TABLE_COLUMN_WIDTH_LIST: {
288
288
  applicants: string;
289
289
  finance: string;
290
290
  valuationStatus: string;
291
+ assignedTo: string;
291
292
  sla: string;
292
293
  appId: string;
293
294
  tasks: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.5.14",
3
+ "version": "2.5.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"