@iflyrpa/actions 1.2.6 → 1.2.7

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
@@ -706,8 +706,11 @@ const mock_errnoMap = {
706
706
  "头条账号状态异常,资料审核未通过,请前往头条号查看。"
707
707
  ],
708
708
  2007: "文章发布失败,声明原创要求正文字数不少于 300 字,请修改后重试。",
709
+ 2010: "无头条广告权限,请修改后重试。",
710
+ 3103: "今日头条号发布次数已达上限,请明天再试。",
709
711
  1053: "正文图片和封面图片推荐jpg、png格式。",
710
- 2005: "账号无【申明原创】权限,请关闭申明后重试。"
712
+ 2005: "账号无【申明原创】权限,请关闭申明后重试。",
713
+ 100004: "用户未登录或登陆已过期,请重新登陆后重试。"
711
714
  };
712
715
  const get3101DetailError = (errorList, message, saveType)=>{
713
716
  let error = "";
@@ -2923,7 +2926,7 @@ const xiaohongshuPublish = async (task, params)=>{
2923
2926
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
2924
2927
  };
2925
2928
  var package_namespaceObject = {
2926
- i8: "1.2.5"
2929
+ i8: "1.2.6"
2927
2930
  };
2928
2931
  class Action {
2929
2932
  constructor(task){