@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/bundle.js +5 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -13593,8 +13593,11 @@ var __webpack_exports__ = {};
|
|
|
13593
13593
|
"头条账号状态异常,资料审核未通过,请前往头条号查看。"
|
|
13594
13594
|
],
|
|
13595
13595
|
2007: "文章发布失败,声明原创要求正文字数不少于 300 字,请修改后重试。",
|
|
13596
|
+
2010: "无头条广告权限,请修改后重试。",
|
|
13597
|
+
3103: "今日头条号发布次数已达上限,请明天再试。",
|
|
13596
13598
|
1053: "正文图片和封面图片推荐jpg、png格式。",
|
|
13597
|
-
2005: "账号无【申明原创】权限,请关闭申明后重试。"
|
|
13599
|
+
2005: "账号无【申明原创】权限,请关闭申明后重试。",
|
|
13600
|
+
100004: "用户未登录或登陆已过期,请重新登陆后重试。"
|
|
13598
13601
|
};
|
|
13599
13602
|
const get3101DetailError = (errorList, message, saveType)=>{
|
|
13600
13603
|
let error = "";
|
|
@@ -15810,7 +15813,7 @@ var __webpack_exports__ = {};
|
|
|
15810
15813
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
15811
15814
|
};
|
|
15812
15815
|
var package_namespaceObject = {
|
|
15813
|
-
i8: "1.2.
|
|
15816
|
+
i8: "1.2.6"
|
|
15814
15817
|
};
|
|
15815
15818
|
class Action {
|
|
15816
15819
|
constructor(task){
|