@freelog/tools-lib 0.1.114 → 0.1.115

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.
@@ -2101,18 +2101,27 @@ function relationTreeAuth(_ref12) {
2101
2101
  params: params
2102
2102
  });
2103
2103
  }
2104
- function batchAuth$1(_ref13) {
2104
+ function resourcesCount(_ref13) {
2105
2105
  var params = _extends({}, _ref13);
2106
2106
 
2107
2107
  return FUtil.Request({
2108
2108
  method: 'GET',
2109
- url: "/v2/auths/resources/batchAuth/results",
2109
+ url: "/v2/resources/count",
2110
2110
  params: params
2111
2111
  });
2112
2112
  }
2113
- function resourcesRecommend(_ref14) {
2113
+ function batchAuth$1(_ref14) {
2114
2114
  var params = _extends({}, _ref14);
2115
2115
 
2116
+ return FUtil.Request({
2117
+ method: 'GET',
2118
+ url: "/v2/auths/resources/batchAuth/results",
2119
+ params: params
2120
+ });
2121
+ }
2122
+ function resourcesRecommend(_ref15) {
2123
+ var params = _extends({}, _ref15);
2124
+
2116
2125
  return FUtil.Request({
2117
2126
  method: 'GET',
2118
2127
  url: "/v2/resources/recommend",
@@ -2145,6 +2154,7 @@ var Resource = {
2145
2154
  cycleDependencyCheck: cycleDependencyCheck$1,
2146
2155
  relationTree: relationTree$1,
2147
2156
  relationTreeAuth: relationTreeAuth,
2157
+ resourcesCount: resourcesCount,
2148
2158
  batchAuth: batchAuth$1,
2149
2159
  resourcesRecommend: resourcesRecommend
2150
2160
  };