@liaisongroup/assist-api-js-client 1.5.47 → 1.5.48
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.
- package/dist/openapi.d.ts +4 -0
- package/dist/openapi.json +2 -2
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -3958,6 +3958,8 @@ export interface OperationMethods {
|
|
|
3958
3958
|
*
|
|
3959
3959
|
* You can user the special filter `?filter[case_quick_search_cont]=%search%` to search for any case where the fields which are marked a case quick searchable contain the search term.
|
|
3960
3960
|
*
|
|
3961
|
+
* You can user the special filter `?filter[task_quick_search_cont]=%search%` to search for any task where the fields which are marked a task quick searchable contain the search term.
|
|
3962
|
+
*
|
|
3961
3963
|
*/
|
|
3962
3964
|
'get_cases'(
|
|
3963
3965
|
parameters?: Parameters<UnknownParamsObject> | null,
|
|
@@ -4835,6 +4837,8 @@ export interface PathsDictionary {
|
|
|
4835
4837
|
*
|
|
4836
4838
|
* You can user the special filter `?filter[case_quick_search_cont]=%search%` to search for any case where the fields which are marked a case quick searchable contain the search term.
|
|
4837
4839
|
*
|
|
4840
|
+
* You can user the special filter `?filter[task_quick_search_cont]=%search%` to search for any task where the fields which are marked a task quick searchable contain the search term.
|
|
4841
|
+
*
|
|
4838
4842
|
*/
|
|
4839
4843
|
'get'(
|
|
4840
4844
|
parameters?: Parameters<UnknownParamsObject> | null,
|
package/dist/openapi.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Liaison Assist API",
|
|
5
5
|
"description": "\n",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.269",
|
|
7
7
|
"license": {
|
|
8
8
|
"name": "MIT",
|
|
9
9
|
"url": "https://opensource.org/licenses/MIT"
|
|
@@ -4996,7 +4996,7 @@
|
|
|
4996
4996
|
"get": {
|
|
4997
4997
|
"operationId": "get_cases",
|
|
4998
4998
|
"summary": "Get cases",
|
|
4999
|
-
"description": "Get a list of cases.\n\nYou can use the special filter `?filter[list_id_eq]=%list_id%` to get the rules from a list and apply them as filters.\nThis also applies the sort order from the list, unless a different sort order is specified in the request.\n\nYou can user the special filter `?filter[case_quick_search_cont]=%search%` to search for any case where the fields which are marked a case quick searchable contain the search term.\n",
|
|
4999
|
+
"description": "Get a list of cases.\n\nYou can use the special filter `?filter[list_id_eq]=%list_id%` to get the rules from a list and apply them as filters.\nThis also applies the sort order from the list, unless a different sort order is specified in the request.\n\nYou can user the special filter `?filter[case_quick_search_cont]=%search%` to search for any case where the fields which are marked a case quick searchable contain the search term.\n\nYou can user the special filter `?filter[task_quick_search_cont]=%search%` to search for any task where the fields which are marked a task quick searchable contain the search term.\n",
|
|
5000
5000
|
"tags": [
|
|
5001
5001
|
"Cases"
|
|
5002
5002
|
],
|
package/package.json
CHANGED