@freelog/tools-lib 0.1.175 → 0.1.176

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.
@@ -1252,7 +1252,7 @@ function getItemsAutoCollectRule(_ref19) {
1252
1252
  var presentableId = _ref19.presentableId;
1253
1253
  return FUtil.Request({
1254
1254
  method: 'GET',
1255
- url: "/v2/presentables/cataloguea/" + presentableId + "/items/collectRules"
1255
+ url: "/v2/presentables/catalogues/" + presentableId + "/items/collectRules"
1256
1256
  });
1257
1257
  }
1258
1258
  function SetItemsAutoCollectRuleParamsType(_ref20) {