@freelog/tools-lib 0.1.84 → 0.1.85

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.
@@ -1,4 +1,6 @@
1
1
  interface List4ClientParamsType {
2
+ skip?: number;
3
+ limit?: number;
2
4
  }
3
5
  export declare function list4Client(params: List4ClientParamsType): Promise<any>;
4
6
  interface Find4ClientParamsType {
@@ -1028,11 +1028,11 @@ function activities(_temp2) {
1028
1028
 
1029
1029
  _objectDestructuringEmpty(_ref2);
1030
1030
 
1031
- return "/activity";
1031
+ return "/activities";
1032
1032
  }
1033
1033
  function activity(_ref3) {
1034
1034
  var activityID = _ref3.activityID;
1035
- return "/activityDetail/" + activityID;
1035
+ return "/activity/" + activityID;
1036
1036
  }
1037
1037
  function dashboard(_temp3) {
1038
1038
  var _ref4 = _temp3 === void 0 ? {} : _temp3;