@timetac/js-client-library
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -75,3 +75,3 @@ "use strict"; | ||
this.requestParams[`_order_by`] = field; | ||
this.requestParams[`_order_desc`] = order === 'desc' ? 'true' : 'false'; | ||
this.requestParams[`_sort_direction`] = order === 'desc' ? 'DESC' : 'ASC'; | ||
return this; | ||
@@ -78,0 +78,0 @@ } |
@@ -72,3 +72,3 @@ const DEFAULT_PAGE_SIZE = 100; | ||
this.requestParams[`_order_by`] = field; | ||
this.requestParams[`_order_desc`] = order === 'desc' ? 'true' : 'false'; | ||
this.requestParams[`_sort_direction`] = order === 'desc' ? 'DESC' : 'ASC'; | ||
return this; | ||
@@ -75,0 +75,0 @@ } |
{ | ||
"name": "@timetac/js-client-library", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "TimeTac API JS client library", | ||
@@ -52,3 +52,3 @@ "homepage": "https://github.com/TimeTac/js-client-library#readme", | ||
"lint-staged": "^15.2.0", | ||
"prettier": "3.1.1", | ||
"prettier": "3.2.5", | ||
"ts-jest": "^29.1.1" | ||
@@ -55,0 +55,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
581219