@iflyrpa/actions 1.2.25-beta.4 → 1.2.25-beta.5
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/common/FansTool/index.d.ts +1 -1
- package/dist/actions/common/sessionCheck/index.d.ts +4 -28
- package/dist/actions/getBaijiaohaoConfig/index.d.ts +9 -7
- package/dist/actions/getXhsCollection/index.d.ts +11 -17
- package/dist/actions/getXhsGroup/index.d.ts +1 -1
- package/dist/actions/getXhsWebUnreadCount/index.d.ts +1 -1
- package/dist/actions/searchAccountInfo/getBjhInfo.d.ts +1 -1
- package/dist/actions/searchAccountInfo/getTTInfo.d.ts +1 -1
- package/dist/actions/searchAccountInfo/getWxInfo.d.ts +1 -1
- package/dist/actions/searchAccountInfo/getXhsInfo.d.ts +1 -1
- package/dist/actions/searchAccountInfo/index.d.ts +4 -28
- package/dist/actions/searchAccountInfo/types.d.ts +1 -1
- package/dist/actions/searchPublishInfo/handleBjhData.d.ts +1 -1
- package/dist/actions/searchPublishInfo/handleTTData.d.ts +1 -1
- package/dist/actions/searchPublishInfo/handleXhsData.d.ts +1 -1
- package/dist/actions/searchPublishInfo/index.d.ts +4 -28
- package/dist/actions/searchPublishInfo/types.d.ts +1 -1
- package/dist/actions/weixinPublish/index.d.ts +1 -1
- package/dist/actions/xiaohongshuPublish/index.d.ts +19 -47
- package/dist/bundle.js +24595 -24607
- package/dist/bundle.js.map +1 -1
- package/dist/index.d.ts +45 -40
- package/dist/index.js +11142 -11123
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9020 -9002
- package/dist/index.mjs.map +1 -1
- package/dist/types.d.ts +3 -27
- package/dist/utils/http.d.ts +1 -4
- package/dist/utils/proxy.d.ts +1 -1
- package/package.json +2 -2
- package/dist/actions/xiaohongshuLogin/utils.d.ts +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import type { AutomateTask, ResponseData } from "@iflyrpa/share";
|
|
2
|
+
import { type BaijiahaoLoginParams } from "./actions/baijiahaoLogin";
|
|
2
3
|
import { type BaijiahaoPublishParams } from "./actions/baijiahaoPublish";
|
|
3
4
|
import { type GetWxFansSearchParams } from "./actions/common/FansTool";
|
|
5
|
+
import { type WxBjhSessionParams } from "./actions/common/sessionCheck";
|
|
4
6
|
import { type GetBaijiahaoActivityParams } from "./actions/getBaijiahaoActivity";
|
|
5
7
|
import { type GetBaijiahaoConfigParams } from "./actions/getBaijiaohaoConfig";
|
|
8
|
+
import { type GetToutiaoCollectionParams } from "./actions/getToutiaoCollection";
|
|
6
9
|
import { type GetToutiaoConfigParams } from "./actions/getToutiaoConfig";
|
|
7
|
-
import { type SearchToutiaoLocationParams } from "./actions/searchToutiaoLocation";
|
|
8
|
-
import { type SearchToutiaoTopicListParams } from "./actions/searchToutiaoTopicList";
|
|
9
|
-
import { type SearchToutiaoUserIDParams } from "./actions/searchToutiaoUserID";
|
|
10
|
-
import { type searchXiaohongshuLocationParams } from "./actions/searchXiaohongshuLocation";
|
|
11
|
-
import { type SearchXiaohongshuTopicListParams } from "./actions/searchXiaohongshuTopicList";
|
|
12
|
-
import { type ToutiaoPublishParams } from "./actions/toutiaoPublish";
|
|
13
|
-
import { type WxBjhSessionParams } from "./actions/common/sessionCheck";
|
|
14
10
|
import { type GetWeixinCollectionParams } from "./actions/getWeixinCollection";
|
|
15
11
|
import { type GetWeixinConfigParams } from "./actions/getWeixinConfig";
|
|
16
12
|
import { type SearchAccountInfoParams } from "./actions/searchAccountInfo";
|
|
17
13
|
import { type SearchBjhTopicListParams } from "./actions/searchBjhTopicList";
|
|
18
|
-
import { type FetchArticlesParams } from "./actions/searchPublishInfo";
|
|
19
|
-
import { type WeitoutiaoPublishParams } from "./actions/weitoutiaoPublish";
|
|
20
|
-
import { type WeixinPublishParams } from "./actions/weixinPublish";
|
|
21
|
-
import { type WeixinmpPublishParams } from "./actions/weixinmpPublish";
|
|
22
|
-
import { type XiaohongshuPublishParams } from "./actions/xiaohongshuPublish";
|
|
23
|
-
import { type BaijiahaoLoginParams } from "./actions/baijiahaoLogin";
|
|
24
|
-
import { type GetToutiaoCollectionParams } from "./actions/getToutiaoCollection";
|
|
25
|
-
import { type searchXhsWebIntimacyListParams } from "./actions/xiaohongshuWebIntimacySearch";
|
|
26
14
|
import { type searchBjhUserArticleParams } from "./actions/searchBjhUserArticle";
|
|
15
|
+
import { type FetchArticlesParams } from "./actions/searchPublishInfo";
|
|
16
|
+
import { type SearchToutiaoLocationParams } from "./actions/searchToutiaoLocation";
|
|
17
|
+
import { type SearchToutiaoTopicListParams } from "./actions/searchToutiaoTopicList";
|
|
18
|
+
import { type SearchToutiaoUserIDParams } from "./actions/searchToutiaoUserID";
|
|
27
19
|
import { type searchWeixinAccountCardParams } from "./actions/searchWeixinAccountCard";
|
|
28
20
|
import { type searchWeixinUserArticleParams } from "./actions/searchWeixinUserArticle";
|
|
29
21
|
import { type searchXhsConnectionsParams } from "./actions/searchXhsWebConnections";
|
|
30
22
|
import { type searchXhsLikesParams } from "./actions/searchXhsWebLike";
|
|
31
23
|
import { type searchXhsMentionsParams } from "./actions/searchXhsWebMentions";
|
|
24
|
+
import { type searchXiaohongshuLocationParams } from "./actions/searchXiaohongshuLocation";
|
|
25
|
+
import { type SearchXiaohongshuTopicListParams } from "./actions/searchXiaohongshuTopicList";
|
|
32
26
|
import { type searchXiaohongshuUserArticleParams } from "./actions/searchXiaohongshuUserArticle";
|
|
33
27
|
import { type ToutiaoLoginParams } from "./actions/toutiaoLogin";
|
|
28
|
+
import { type ToutiaoPublishParams } from "./actions/toutiaoPublish";
|
|
29
|
+
import { type WeitoutiaoPublishParams } from "./actions/weitoutiaoPublish";
|
|
34
30
|
import { type WeixinLoginParams } from "./actions/weixinLogin";
|
|
31
|
+
import { type WeixinmpPublishParams } from "./actions/weixinmpPublish";
|
|
32
|
+
import { type WeixinPublishParams } from "./actions/weixinPublish";
|
|
35
33
|
import { type XiaohongshuLoginParams } from "./actions/xiaohongshuLogin";
|
|
34
|
+
import { type XiaohongshuPublishParams } from "./actions/xiaohongshuPublish";
|
|
35
|
+
import { type xiaohongshuWebCommentActionParams } from "./actions/xiaohongshuWebCommentAction";
|
|
36
|
+
import { type searchXhsWebIntimacyListParams } from "./actions/xiaohongshuWebIntimacySearch";
|
|
36
37
|
import { type xiaohongshuWebMsgReadParams } from "./actions/xiaohongshuWebMsgRead";
|
|
37
38
|
import { type xiaohongshuWebMsgReplyParams } from "./actions/xiaohongshuWebMsgReply";
|
|
38
|
-
import { type xiaohongshuWebRelationParams } from "./actions/xiaohongshuWebRelationAction";
|
|
39
|
-
import type { ActiomCommonParams } from "./types";
|
|
40
39
|
import { type xiaohongshuWebNoteFeedParams } from "./actions/xiaohongshuWebNoteFeed";
|
|
41
|
-
import { type
|
|
40
|
+
import { type xiaohongshuWebRelationParams } from "./actions/xiaohongshuWebRelationAction";
|
|
42
41
|
import { type XhsWebSearchParams } from "./actions/xiaohongshuWebSearch";
|
|
42
|
+
import type { ActiomCommonParams } from "./types";
|
|
43
43
|
export declare const BetaFlag = "HuiwenCanary";
|
|
44
44
|
export declare class Action {
|
|
45
45
|
private task;
|
|
@@ -185,17 +185,15 @@ export declare class Action {
|
|
|
185
185
|
getXhsCollection(params: ActiomCommonParams): Promise<ResponseData<{
|
|
186
186
|
id: string;
|
|
187
187
|
name: string;
|
|
188
|
+
icon: string;
|
|
189
|
+
note_num: number;
|
|
190
|
+
view_num: number;
|
|
191
|
+
paid: number;
|
|
192
|
+
type: number;
|
|
193
|
+
collected: boolean;
|
|
188
194
|
desc: string;
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
viewNum: number;
|
|
192
|
-
cursor: string;
|
|
193
|
-
enabled: boolean;
|
|
194
|
-
status: number;
|
|
195
|
-
createTime: number;
|
|
196
|
-
unreadCount: number;
|
|
197
|
-
coverImage: null;
|
|
198
|
-
deeplink: string;
|
|
195
|
+
total_episodes: number;
|
|
196
|
+
create_time: number;
|
|
199
197
|
}[]>>;
|
|
200
198
|
getXhsGroup(params: ActiomCommonParams): Promise<ResponseData<{
|
|
201
199
|
avatar: string;
|
|
@@ -205,7 +203,13 @@ export declare class Action {
|
|
|
205
203
|
linkable: boolean;
|
|
206
204
|
}[]>>;
|
|
207
205
|
getXhsHotTopic(params: ActiomCommonParams): Promise<ResponseData<import("./actions/getXhsHotTopic").HotTopicDetail[]>>;
|
|
208
|
-
getBaijiahaoConfig(params: GetBaijiahaoConfigParams): Promise<ResponseData<
|
|
206
|
+
getBaijiahaoConfig(params: GetBaijiahaoConfigParams): Promise<ResponseData<{
|
|
207
|
+
id: string;
|
|
208
|
+
name: string;
|
|
209
|
+
detail: string;
|
|
210
|
+
is_enable: number;
|
|
211
|
+
publish_num_left?: number | null | undefined;
|
|
212
|
+
}[]>>;
|
|
209
213
|
baijiahaoPublish(params: BaijiahaoPublishParams): Promise<ResponseData<string>>;
|
|
210
214
|
getBaijiahaoActivity(params: GetBaijiahaoActivityParams): Promise<ResponseData<import("./actions/getBaijiahaoActivity").ActivityData[]>>;
|
|
211
215
|
xiaohongshuPublish(params: XiaohongshuPublishParams): Promise<ResponseData<string>>;
|
|
@@ -222,17 +226,18 @@ type MethodParams<T> = {
|
|
|
222
226
|
};
|
|
223
227
|
export type ActionMethodParams = MethodParams<ActionInstance>;
|
|
224
228
|
export { version } from "../package.json";
|
|
225
|
-
export { Http } from "./utils/http";
|
|
226
|
-
export { ProxyAgent } from './utils/proxy';
|
|
227
|
-
export { type ActiomCommonParams, ActionCommonParamsSchema } from "./types";
|
|
228
|
-
export { type WxBjhSessionParams, WxBjhSessionParamsSchema, SessionCheckResultSchema } from "./actions/common/sessionCheck";
|
|
229
229
|
export type { sessionCheckResult } from "./actions/common/sessionCheck";
|
|
230
|
-
export {
|
|
231
|
-
export {
|
|
232
|
-
export {
|
|
233
|
-
export {
|
|
234
|
-
export {
|
|
235
|
-
export {
|
|
236
|
-
export {
|
|
230
|
+
export { SessionCheckResultSchema, type WxBjhSessionParams, WxBjhSessionParamsSchema, } from "./actions/common/sessionCheck";
|
|
231
|
+
export { ConfigDataSchema } from "./actions/getBaijiaohaoConfig";
|
|
232
|
+
export { type CollectionDetail, CollectionDetailSchema } from "./actions/getXhsCollection";
|
|
233
|
+
export { type UnreadCount, UnreadCountSchema } from "./actions/getXhsWebUnreadCount";
|
|
234
|
+
export { type SearchAccountInfoParams, SearchAccountInfoParamsSchema } from "./actions/searchAccountInfo";
|
|
235
|
+
export { type bjhConfigData, bjhConfigDataSchema, type ttConfigData, ttConfigDataSchema, type wxConfigData, wxConfigDataSchema, type xhsConfigData, xhsConfigDataSchema, } from "./actions/searchAccountInfo/types";
|
|
236
|
+
export { type FetchArticlesParams, FetchArticlesParamsSchema } from "./actions/searchPublishInfo";
|
|
237
|
+
export { type FetchArticlesData, FetchArticlesDataSchema } from "./actions/searchPublishInfo/types";
|
|
238
|
+
export { type XiaohongshuPublishParams, XiaohongshuPublishParamsSchema } from "./actions/xiaohongshuPublish";
|
|
239
|
+
export { type ActiomCommonParams, ActionCommonParamsSchema } from "./types";
|
|
237
240
|
export { getFileState } from "./utils";
|
|
241
|
+
export { Http } from "./utils/http";
|
|
242
|
+
export { ProxyAgent } from "./utils/proxy";
|
|
238
243
|
export { rpaAction_Server_Mock } from "./actions/xiaohongshuPublish/rpa-server-mock";
|