@iflyrpa/actions 1.2.11-beta.3 → 1.2.11-beta.4

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/index.js CHANGED
@@ -3374,10 +3374,11 @@ var __webpack_exports__ = {};
3374
3374
  t: "ajax-response",
3375
3375
  token: params.token,
3376
3376
  lang: "zh_CN",
3377
- ...params.settingInfo.timer ? {
3378
- action: "time_send"
3379
- } : {},
3380
- ...params.masssend ? {} : {
3377
+ ...params.masssend ? {
3378
+ ...params.settingInfo.timer ? {
3379
+ action: "time_send"
3380
+ } : {}
3381
+ } : {
3381
3382
  is_release_publish_page: 1
3382
3383
  }
3383
3384
  },
@@ -4529,7 +4530,7 @@ var __webpack_exports__ = {};
4529
4530
  if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
4530
4531
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
4531
4532
  };
4532
- var package_namespaceObject = JSON.parse('{"i8":"1.2.11-beta.2"}');
4533
+ var package_namespaceObject = JSON.parse('{"i8":"1.2.11-beta.3"}');
4533
4534
  class Action {
4534
4535
  constructor(task){
4535
4536
  this.task = task;