@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.
- package/dist/tools-lib.cjs.development.js +1 -1
- package/dist/tools-lib.cjs.development.js.map +1 -1
- package/dist/tools-lib.cjs.production.min.js +1 -1
- package/dist/tools-lib.cjs.production.min.js.map +1 -1
- package/dist/tools-lib.esm.js +1 -1
- package/dist/tools-lib.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/service-API/presentables.ts +1 -1
package/dist/tools-lib.esm.js
CHANGED
|
@@ -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
|
}
|