@liaisongroup/assist-api-js-client 1.5.143 → 1.5.145
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.json +2 -2
- package/package.json +1 -1
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.371",
|
|
7
7
|
"license": {
|
|
8
8
|
"name": "MIT",
|
|
9
9
|
"url": "https://opensource.org/licenses/MIT"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "Sorting",
|
|
37
|
-
"description": "Is handled via [JSONAPI standard approach](https://jsonapi.org/format/#fetching-sorting).\n\nQuery param `sort` is used with `-` prefix for descending order - e.g. `sort=name` `sort=-name`.\n\nYou can only sort by attributes that are exposed for the resource on the resource attributes enpoints.\n\nYou can sort on multiple fields by comma separating them - e.g. `sort=name,email,-active`.\n"
|
|
37
|
+
"description": "Is handled via [JSONAPI standard approach](https://jsonapi.org/format/#fetching-sorting).\n\nQuery param `sort` is used with `-` prefix for descending order - e.g. `sort=name` `sort=-name`.\n\nYou can only sort by attributes that are exposed for the resource on the resource attributes enpoints.\n\nIf a sort param is not provided, the default sort order is `created_at` oldest to newest.\n\nYou can sort on multiple fields by comma separating them - e.g. `sort=name,email,-active`.\n"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
"name": "Filtering",
|
package/package.json
CHANGED