@freelog/tools-lib 0.1.175 → 0.1.177

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,10 +1246,10 @@ 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
- function SetItemsAutoCollectRuleParamsType(_ref20) {
1252
+ function setItemsAutoCollectRule(_ref20) {
1253
1253
  var presentableId = _ref20.presentableId,
1254
1254
  params = _objectWithoutPropertiesLoose(_ref20, _excluded17);
1255
1255
  return FUtil.Request({
@@ -1285,7 +1285,7 @@ var Exhibit = {
1285
1285
  setItemsSortFromPresentableCollectionManual: setItemsSortFromPresentableCollectionManual,
1286
1286
  setItemsSortFromPresentableCollectionQuick: setItemsSortFromPresentableCollectionQuick,
1287
1287
  getItemsAutoCollectRule: getItemsAutoCollectRule,
1288
- SetItemsAutoCollectRuleParamsType: SetItemsAutoCollectRuleParamsType
1288
+ setItemsAutoCollectRule: setItemsAutoCollectRule
1289
1289
  };
1290
1290
 
1291
1291
  var _excluded$2 = ["bucketName"],