@freelog/tools-lib 0.1.120 → 0.1.123

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.
@@ -2205,7 +2205,7 @@ function logout(_temp) {
2205
2205
  function users(params) {
2206
2206
  return FUtil.Request({
2207
2207
  method: 'GET',
2208
- url: "/v2/users",
2208
+ url: "/v2/users/search",
2209
2209
  params: params
2210
2210
  });
2211
2211
  }
@@ -2773,7 +2773,7 @@ var _excluded$9 = ["recordId"];
2773
2773
  function codeDetails1(_ref) {
2774
2774
  var code = _ref.code;
2775
2775
  return FUtil.Request({
2776
- method: 'POST',
2776
+ method: 'GET',
2777
2777
  url: "/v2/testQualifications/beta/codes/" + code
2778
2778
  });
2779
2779
  }
@@ -2781,7 +2781,7 @@ function codeDetails2(_ref2) {
2781
2781
  _objectDestructuringEmpty(_ref2);
2782
2782
 
2783
2783
  return FUtil.Request({
2784
- method: 'POST',
2784
+ method: 'GET',
2785
2785
  url: "/v2/testQualifications/beta/codes/userActivateCode"
2786
2786
  });
2787
2787
  }