@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.
@@ -1246,7 +1246,7 @@ function getItemsAutoCollectRule(_ref19) {
1246
1246
  var presentableId = _ref19.presentableId;
1247
1247
  return FUtil.Request({
1248
1248
  method: 'GET',
1249
- url: "/v2/presentables/cataloguea/" + presentableId + "/items/collectRules"
1249
+ url: "/v2/presentables/catalogues/" + presentableId + "/items/collectRules"
1250
1250
  });
1251
1251
  }
1252
1252
  function SetItemsAutoCollectRuleParamsType(_ref20) {