@iflyrpa/actions 1.2.14-beta.5 → 1.2.14-beta.6

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/bundle.js CHANGED
@@ -15968,7 +15968,8 @@ var __webpack_exports__ = {};
15968
15968
  }
15969
15969
  });
15970
15970
  }
15971
- let rawArticlesInfo = await fetchArticles(0, pageSize > 20 ? 20 : pageSize, token);
15971
+ let size = pageSize > 20 ? 20 : pageSize;
15972
+ let rawArticlesInfo = await fetchArticles((pageNum - 1) * size, size, token);
15972
15973
  let articlesInfo = ParsePublishPage(rawArticlesInfo);
15973
15974
  if (!onlySuccess && pageSize > 20) {
15974
15975
  let totalFetched = articlesInfo.publish_list.length;
@@ -18138,7 +18139,7 @@ var __webpack_exports__ = {};
18138
18139
  if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
18139
18140
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
18140
18141
  };
18141
- var package_namespaceObject = JSON.parse('{"i8":"1.2.14-beta.4"}');
18142
+ var package_namespaceObject = JSON.parse('{"i8":"1.2.14-beta.5"}');
18142
18143
  class Action {
18143
18144
  constructor(task){
18144
18145
  this.task = task;