cat-qw-lib 2.5.25 → 2.5.27

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.
@@ -26,7 +26,6 @@ export interface UnderwriterOption {
26
26
  id: string;
27
27
  name: string;
28
28
  }
29
- export declare const UNASSIGNED_UNDERWRITER_ID = "unassigned";
30
29
  /**
31
30
  *
32
31
  */
@@ -30,6 +30,7 @@ export declare class QueueService extends BaseService<QueueModel> {
30
30
  /**
31
31
  * Fetches paginated queue records using the provided apiConfig URL with search and pagination support.
32
32
  * This is the unified method used for both initial data loading and search functionality.
33
+ * Uses POST method with underwriterIds and unassigned in body, other params in query string.
33
34
  * @param {string} apiConfig - The full API endpoint to fetch records for the selected queue
34
35
  * @param {string} [searchKey] - Optional search term
35
36
  * @param {number} [page] - Page number (default: 1)
@@ -132,6 +132,7 @@ export declare class SHARED {
132
132
  static TASK_COMPLETION_PERCENT: string;
133
133
  static RISK_RATING: string;
134
134
  static LENDING: string;
135
+ static UNASSIGNED_UNDERWRITER_ID: string;
135
136
  }
136
137
  export declare const widgetLayoutTypeList: {
137
138
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.5.25",
3
+ "version": "2.5.27",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"