@iflyrpa/actions 1.2.6-beta.2 → 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/actions/xiaohongshuPublish/index.d.ts +0 -1
- package/dist/bundle.js +16 -78
- package/dist/bundle.js.map +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.js +16 -78
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -78
- package/dist/index.mjs.map +1 -1
- package/dist/types.d.ts +1 -6
- package/package.json +2 -2
- package/dist/actions/searchXiaohongshuTopicList/index.d.ts +0 -7
|
@@ -20,7 +20,6 @@ export interface XiaohongshuPublishParams extends ActiomCommonParams {
|
|
|
20
20
|
content: string;
|
|
21
21
|
address?: Xiaohongshu.Location;
|
|
22
22
|
selfDeclaration?: SelfDeclaration;
|
|
23
|
-
topic?: Xiaohongshu.Topic[];
|
|
24
23
|
visibleRange: "public" | "private";
|
|
25
24
|
isImmediatelyPublish?: boolean;
|
|
26
25
|
scheduledPublish?: string;
|
package/dist/bundle.js
CHANGED
|
@@ -13583,36 +13583,6 @@ var __webpack_exports__ = {};
|
|
|
13583
13583
|
return success([]);
|
|
13584
13584
|
}
|
|
13585
13585
|
};
|
|
13586
|
-
const searchXiaohongshuTopicList = async (_task, params)=>{
|
|
13587
|
-
const http = new Http({
|
|
13588
|
-
headers: {
|
|
13589
|
-
cookie: params.cookies.map((it)=>`${it.name}=${it.value}`).join(";"),
|
|
13590
|
-
referer: "https://creator.xiaohongshu.com",
|
|
13591
|
-
origin: "https://creator.xiaohongshu.com"
|
|
13592
|
-
}
|
|
13593
|
-
});
|
|
13594
|
-
try {
|
|
13595
|
-
const result = await http.api({
|
|
13596
|
-
method: "post",
|
|
13597
|
-
url: "https://edith.xiaohongshu.com/web_api/sns/v1/search/topic",
|
|
13598
|
-
data: {
|
|
13599
|
-
keyword: params.searchValue,
|
|
13600
|
-
suggest_topic_request: {
|
|
13601
|
-
title: "",
|
|
13602
|
-
desc: `#${params.searchValue}`
|
|
13603
|
-
},
|
|
13604
|
-
page: {
|
|
13605
|
-
page_size: 20,
|
|
13606
|
-
page: 1
|
|
13607
|
-
}
|
|
13608
|
-
},
|
|
13609
|
-
defaultErrorMsg: "话题搜索异常,请稍后重试。"
|
|
13610
|
-
});
|
|
13611
|
-
return success(0 === result.code ? result.data.topic_info_dtos : [], '获取话题成功');
|
|
13612
|
-
} catch (error) {
|
|
13613
|
-
return success([]);
|
|
13614
|
-
}
|
|
13615
|
-
};
|
|
13616
13586
|
const mock_errnoMap = {
|
|
13617
13587
|
20004020: "图片上传异常,请重新绑定账号后同步。",
|
|
13618
13588
|
7115: "正文图片和封面图片推荐jpg、png格式。",
|
|
@@ -13623,8 +13593,11 @@ var __webpack_exports__ = {};
|
|
|
13623
13593
|
"头条账号状态异常,资料审核未通过,请前往头条号查看。"
|
|
13624
13594
|
],
|
|
13625
13595
|
2007: "文章发布失败,声明原创要求正文字数不少于 300 字,请修改后重试。",
|
|
13596
|
+
2010: "无头条广告权限,请修改后重试。",
|
|
13597
|
+
3103: "今日头条号发布次数已达上限,请明天再试。",
|
|
13626
13598
|
1053: "正文图片和封面图片推荐jpg、png格式。",
|
|
13627
|
-
2005: "账号无【申明原创】权限,请关闭申明后重试。"
|
|
13599
|
+
2005: "账号无【申明原创】权限,请关闭申明后重试。",
|
|
13600
|
+
100004: "用户未登录或登陆已过期,请重新登陆后重试。"
|
|
13628
13601
|
};
|
|
13629
13602
|
const get3101DetailError = (errorList, message, saveType)=>{
|
|
13630
13603
|
let error = "";
|
|
@@ -13821,10 +13794,6 @@ var __webpack_exports__ = {};
|
|
|
13821
13794
|
});
|
|
13822
13795
|
} else await route.continue();
|
|
13823
13796
|
});
|
|
13824
|
-
PopupListener(page, '.byte-modal.publish-exclusive-modal .title', "激励", '.byte-modal-close-icon', {
|
|
13825
|
-
checkInterval: 1000,
|
|
13826
|
-
stopAfterClick: false
|
|
13827
|
-
});
|
|
13828
13797
|
const titleInstance = page.locator(".publish-editor-title-wrapper .publish-editor-title textarea");
|
|
13829
13798
|
await titleInstance.click();
|
|
13830
13799
|
await titleInstance.fill(params.title);
|
|
@@ -15467,8 +15436,7 @@ var __webpack_exports__ = {};
|
|
|
15467
15436
|
}
|
|
15468
15437
|
}
|
|
15469
15438
|
const xiaohongshuPublish_mock_errnoMap = {
|
|
15470
|
-
903: "账户已登出,需重新登陆重试!"
|
|
15471
|
-
902: "登录已过期,请重新登录!"
|
|
15439
|
+
903: "账户已登出,需重新登陆重试!"
|
|
15472
15440
|
};
|
|
15473
15441
|
const xsEncrypt = new XsEncrypt();
|
|
15474
15442
|
const xiaohongshuPublish_mock_mockAction = async (task, params)=>{
|
|
@@ -15538,34 +15506,13 @@ var __webpack_exports__ = {};
|
|
|
15538
15506
|
};
|
|
15539
15507
|
};
|
|
15540
15508
|
const coverInfos = await Promise.all(params.banners.map((it, idx)=>uploadFile(it, idx)));
|
|
15541
|
-
if (params.topic && params.topic.length > 0) await Promise.all(params.topic.map(async (topic)=>{
|
|
15542
|
-
if (!topic["id"]) {
|
|
15543
|
-
const topicData = {
|
|
15544
|
-
topic_names: topic["name"]
|
|
15545
|
-
};
|
|
15546
|
-
const topicDataStr = xsEncrypt.dumps(topicData);
|
|
15547
|
-
const publishXt = Date.now().toString();
|
|
15548
|
-
const publishXs = await xsEncrypt.encryptXs(`/web_api/sns/capa/postgw/topic/batch_customized${topicDataStr}`, a1Cookie, publishXt);
|
|
15549
|
-
let createTopic = await http.api({
|
|
15550
|
-
method: "POST",
|
|
15551
|
-
url: "https://edith.xiaohongshu.com/web_api/sns/capa/postgw/topic/batch_customized",
|
|
15552
|
-
headers: {
|
|
15553
|
-
"x-s": publishXs,
|
|
15554
|
-
"x-t": publishXt
|
|
15555
|
-
},
|
|
15556
|
-
data: topicData,
|
|
15557
|
-
defaultErrorMsg: "话题创建异常,请稍后重试。"
|
|
15558
|
-
});
|
|
15559
|
-
Object.assign(topic, createTopic.data.topic_infos[0]);
|
|
15560
|
-
}
|
|
15561
|
-
}));
|
|
15562
15509
|
const publishData = {
|
|
15563
15510
|
common: {
|
|
15564
15511
|
ats: [],
|
|
15565
15512
|
biz_relations: [],
|
|
15566
15513
|
desc: params?.content,
|
|
15567
15514
|
goods_info: {},
|
|
15568
|
-
hash_tag:
|
|
15515
|
+
hash_tag: [],
|
|
15569
15516
|
note_id: "",
|
|
15570
15517
|
source: JSON.stringify({
|
|
15571
15518
|
type: "web",
|
|
@@ -15683,7 +15630,6 @@ var __webpack_exports__ = {};
|
|
|
15683
15630
|
'/api/galaxy/v2/creator/activity_center/list',
|
|
15684
15631
|
'/web_api/sns/v5/creator/topic/template/list',
|
|
15685
15632
|
'/web_api/sns/v5/creator/file/encryption',
|
|
15686
|
-
'/web_api/sns/capa/postgw/topic/batch_customized',
|
|
15687
15633
|
'/web_api/sns/v2/note'
|
|
15688
15634
|
];
|
|
15689
15635
|
await page.route('**', async (route, request)=>{
|
|
@@ -15705,11 +15651,11 @@ var __webpack_exports__ = {};
|
|
|
15705
15651
|
});
|
|
15706
15652
|
return;
|
|
15707
15653
|
}
|
|
15708
|
-
const isNoteRequest = urlObj.pathname.includes(interceptUrls[
|
|
15654
|
+
const isNoteRequest = urlObj.pathname.includes(interceptUrls[4]);
|
|
15709
15655
|
const xs = await (isNoteRequest ? (async ()=>{
|
|
15710
15656
|
const publishData = JSON.parse(request.postData() || "");
|
|
15711
15657
|
const publishDataStr = rpa_xsEncrypt.dumps(publishData);
|
|
15712
|
-
return rpa_xsEncrypt.encryptXs(interceptUrls[
|
|
15658
|
+
return rpa_xsEncrypt.encryptXs(interceptUrls[4] + publishDataStr, a1Cookie, xt);
|
|
15713
15659
|
})() : rpa_xsEncrypt.encryptXs(fetchCoverUrl, a1Cookie, xt));
|
|
15714
15660
|
const newHeaders = {
|
|
15715
15661
|
...request.headers(),
|
|
@@ -15763,7 +15709,7 @@ var __webpack_exports__ = {};
|
|
|
15763
15709
|
data: page.url()
|
|
15764
15710
|
};
|
|
15765
15711
|
}
|
|
15766
|
-
await page.locator("#content-area .menu-container .publish-video
|
|
15712
|
+
await page.locator("#content-area .menu-container .publish-video a").click();
|
|
15767
15713
|
await page.locator('.creator-container .header .creator-tab:not([style*="-9999px"]) .title').filter({
|
|
15768
15714
|
hasText: /^上传图文$/
|
|
15769
15715
|
}).click();
|
|
@@ -15780,15 +15726,7 @@ var __webpack_exports__ = {};
|
|
|
15780
15726
|
await titleInstance.fill(params.title);
|
|
15781
15727
|
const descInstance = page.locator(".editor-container #quillEditor .ql-editor");
|
|
15782
15728
|
await descInstance.click();
|
|
15783
|
-
await descInstance.
|
|
15784
|
-
if (params.topic && params.topic.length > 0) for (const it of params.topic){
|
|
15785
|
-
await descInstance.pressSequentially(`#${it["name"]}`);
|
|
15786
|
-
await page.locator('.ql-mention-loading').waitFor({
|
|
15787
|
-
state: 'detached'
|
|
15788
|
-
});
|
|
15789
|
-
await page.waitForTimeout(1000);
|
|
15790
|
-
await page.locator('#quill-mention-item-0 .item-view-num').click();
|
|
15791
|
-
}
|
|
15729
|
+
await descInstance.fill(params.content);
|
|
15792
15730
|
const container = page.locator(".creator-container .content .scroll-content");
|
|
15793
15731
|
await container.focus();
|
|
15794
15732
|
await page.mouse.wheel(0, 500);
|
|
@@ -15797,8 +15735,8 @@ var __webpack_exports__ = {};
|
|
|
15797
15735
|
}), params.address.name);
|
|
15798
15736
|
if (params.selfDeclaration) {
|
|
15799
15737
|
await page.locator(".media-settings .flexbox").filter({
|
|
15800
|
-
hasText: "
|
|
15801
|
-
}).locator(".d-select-
|
|
15738
|
+
hasText: "自主声明"
|
|
15739
|
+
}).locator(".d-select-wrapper").click();
|
|
15802
15740
|
const poperInstance = await getPoperInstance();
|
|
15803
15741
|
const selfDeclarationInstance = poperInstance.locator(".d-options .d-option");
|
|
15804
15742
|
if ("fictional-rendition" === params.selfDeclaration.type) await selfDeclarationInstance.filter({
|
|
@@ -15874,13 +15812,16 @@ var __webpack_exports__ = {};
|
|
|
15874
15812
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
15875
15813
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
15876
15814
|
};
|
|
15877
|
-
var package_namespaceObject =
|
|
15815
|
+
var package_namespaceObject = {
|
|
15816
|
+
i8: "1.2.6"
|
|
15817
|
+
};
|
|
15878
15818
|
class Action {
|
|
15879
15819
|
constructor(task){
|
|
15880
15820
|
this.task = task;
|
|
15881
15821
|
}
|
|
15882
15822
|
async bindTask(func, params) {
|
|
15883
15823
|
let responseData;
|
|
15824
|
+
if (this.task.setArticleId) this.task.setArticleId(params.articleId ?? "");
|
|
15884
15825
|
if ("object" == typeof params && null !== params) params.cookies = params?.cookies ?? [];
|
|
15885
15826
|
try {
|
|
15886
15827
|
responseData = await func(this.task, params);
|
|
@@ -15909,9 +15850,6 @@ var __webpack_exports__ = {};
|
|
|
15909
15850
|
xiaohongshuPublish(params) {
|
|
15910
15851
|
return this.bindTask(xiaohongshuPublish, params);
|
|
15911
15852
|
}
|
|
15912
|
-
searchXiaohongshuTopicList(params) {
|
|
15913
|
-
return this.bindTask(searchXiaohongshuTopicList, params);
|
|
15914
|
-
}
|
|
15915
15853
|
searchXiaohongshuLocation(params) {
|
|
15916
15854
|
return this.bindTask(searchXiaohongshuLocation, params);
|
|
15917
15855
|
}
|