@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.
- 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
|
@@ -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/
|
|
1249
|
+
url: "/v2/presentables/catalogues/" + presentableId + "/items/collectRules"
|
|
1250
1250
|
});
|
|
1251
1251
|
}
|
|
1252
1252
|
function SetItemsAutoCollectRuleParamsType(_ref20) {
|