@liaisongroup/assist-api-js-client 1.5.55 → 1.5.57
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 -4
- package/dist/openapi.json +3 -3
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -3958,8 +3958,6 @@ 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
|
-
*
|
|
3963
3961
|
*/
|
|
3964
3962
|
'get_cases'(
|
|
3965
3963
|
parameters?: Parameters<UnknownParamsObject> | null,
|
|
@@ -4117,6 +4115,8 @@ export interface OperationMethods {
|
|
|
4117
4115
|
* You can use the special filter `?filter[list_id_eq]=%list_id%` to get the rules from a list and apply them as filters.
|
|
4118
4116
|
* This also applies the sort order from the list, unless a different sort order is specified in the request.
|
|
4119
4117
|
*
|
|
4118
|
+
* You can user the special filter `?filter[task_quick_search_cont]=%search%` to search for any task where the tasks title or the fields which are marked a task quick searchable contain the search term.
|
|
4119
|
+
*
|
|
4120
4120
|
*/
|
|
4121
4121
|
'get_tasks'(
|
|
4122
4122
|
parameters?: Parameters<UnknownParamsObject> | null,
|
|
@@ -4837,8 +4837,6 @@ export interface PathsDictionary {
|
|
|
4837
4837
|
*
|
|
4838
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.
|
|
4839
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
|
-
*
|
|
4842
4840
|
*/
|
|
4843
4841
|
'get'(
|
|
4844
4842
|
parameters?: Parameters<UnknownParamsObject> | null,
|
|
@@ -5016,6 +5014,8 @@ export interface PathsDictionary {
|
|
|
5016
5014
|
* You can use the special filter `?filter[list_id_eq]=%list_id%` to get the rules from a list and apply them as filters.
|
|
5017
5015
|
* This also applies the sort order from the list, unless a different sort order is specified in the request.
|
|
5018
5016
|
*
|
|
5017
|
+
* You can user the special filter `?filter[task_quick_search_cont]=%search%` to search for any task where the tasks title or the fields which are marked a task quick searchable contain the search term.
|
|
5018
|
+
*
|
|
5019
5019
|
*/
|
|
5020
5020
|
'get'(
|
|
5021
5021
|
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.279",
|
|
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",
|
|
5000
5000
|
"tags": [
|
|
5001
5001
|
"Cases"
|
|
5002
5002
|
],
|
|
@@ -6291,7 +6291,7 @@
|
|
|
6291
6291
|
"get": {
|
|
6292
6292
|
"operationId": "get_tasks",
|
|
6293
6293
|
"summary": "Get tasks",
|
|
6294
|
-
"description": "Get a list of tasks.\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",
|
|
6294
|
+
"description": "Get a list of tasks.\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[task_quick_search_cont]=%search%` to search for any task where the tasks title or the fields which are marked a task quick searchable contain the search term.\n",
|
|
6295
6295
|
"tags": [
|
|
6296
6296
|
"Tasks"
|
|
6297
6297
|
],
|
package/package.json
CHANGED