@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.mjs CHANGED
@@ -3326,10 +3326,11 @@ const weixinPublish_mock_mockAction = async (task, params)=>{
3326
3326
  t: "ajax-response",
3327
3327
  token: params.token,
3328
3328
  lang: "zh_CN",
3329
- ...params.settingInfo.timer ? {
3330
- action: "time_send"
3331
- } : {},
3332
- ...params.masssend ? {} : {
3329
+ ...params.masssend ? {
3330
+ ...params.settingInfo.timer ? {
3331
+ action: "time_send"
3332
+ } : {}
3333
+ } : {
3333
3334
  is_release_publish_page: 1
3334
3335
  }
3335
3336
  },
@@ -4478,7 +4479,7 @@ const xiaohongshuPublish = async (task, params)=>{
4478
4479
  if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
4479
4480
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
4480
4481
  };
4481
- var package_namespaceObject = JSON.parse('{"i8":"1.2.11-beta.2"}');
4482
+ var package_namespaceObject = JSON.parse('{"i8":"1.2.11-beta.3"}');
4482
4483
  class Action {
4483
4484
  constructor(task){
4484
4485
  this.task = task;