@freelog/tools-lib 0.1.176 → 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.
@@ -1249,12 +1249,12 @@ function getItemsAutoCollectRule(_ref19) {
1249
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({
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
  }
@@ -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"],