@freelog/tools-lib 0.1.71 → 0.1.72

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.
@@ -2257,15 +2257,21 @@ function relationTreeAuth(_ref11) {
2257
2257
  var resourceId = _ref11.resourceId,
2258
2258
  params = _objectWithoutPropertiesLoose(_ref11, _excluded11);
2259
2259
 
2260
- // return FUtil.Axios.get(`/v2/auths/resources/${resourceId}/relationTreeAuth`, {
2261
- // params,
2262
- // });
2263
2260
  return FUtil.Request({
2264
2261
  method: 'GET',
2265
2262
  url: "/v2/auths/resources/" + resourceId + "/relationTreeAuth",
2266
2263
  params: params
2267
2264
  });
2268
2265
  }
2266
+ function batchAuth$1(_ref12) {
2267
+ var params = _extends({}, _ref12);
2268
+
2269
+ return FUtil.Request({
2270
+ method: 'GET',
2271
+ url: "/v2/auths/resources/batchAuth/results",
2272
+ params: params
2273
+ });
2274
+ }
2269
2275
 
2270
2276
  var Resource = {
2271
2277
  __proto__: null,
@@ -2290,7 +2296,8 @@ var Resource = {
2290
2296
  batchSetContracts: batchSetContracts,
2291
2297
  cycleDependencyCheck: cycleDependencyCheck$1,
2292
2298
  relationTree: relationTree$1,
2293
- relationTreeAuth: relationTreeAuth
2299
+ relationTreeAuth: relationTreeAuth,
2300
+ batchAuth: batchAuth$1
2294
2301
  };
2295
2302
 
2296
2303
  var _excluded$4 = ["loginName"];