@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/bundle.js CHANGED
@@ -16249,10 +16249,11 @@ var __webpack_exports__ = {};
16249
16249
  t: "ajax-response",
16250
16250
  token: params.token,
16251
16251
  lang: "zh_CN",
16252
- ...params.settingInfo.timer ? {
16253
- action: "time_send"
16254
- } : {},
16255
- ...params.masssend ? {} : {
16252
+ ...params.masssend ? {
16253
+ ...params.settingInfo.timer ? {
16254
+ action: "time_send"
16255
+ } : {}
16256
+ } : {
16256
16257
  is_release_publish_page: 1
16257
16258
  }
16258
16259
  },
@@ -17404,7 +17405,7 @@ var __webpack_exports__ = {};
17404
17405
  if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
17405
17406
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
17406
17407
  };
17407
- var package_namespaceObject = JSON.parse('{"i8":"1.2.11-beta.2"}');
17408
+ var package_namespaceObject = JSON.parse('{"i8":"1.2.11-beta.3"}');
17408
17409
  class Action {
17409
17410
  constructor(task){
17410
17411
  this.task = task;