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.
|
@@ -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)
|