@freelog/tools-lib 0.1.177 → 0.1.178

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.
@@ -1254,7 +1254,7 @@ function setItemsAutoCollectRule(_ref20) {
1254
1254
  params = _objectWithoutPropertiesLoose(_ref20, _excluded17);
1255
1255
  return FUtil.Request({
1256
1256
  method: 'POST',
1257
- url: "/v2/presentables/catalogues/" + presentableId + "/items",
1257
+ url: "/v2/presentables/catalogues/" + presentableId + "/items/collectRules",
1258
1258
  data: params
1259
1259
  });
1260
1260
  }