@iflyrpa/actions 4.0.4-beta.7 → 4.0.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/searchAccountInfo/index.d.ts +2 -4
- package/dist/actions/searchAccountInfo/types.d.ts +1 -21
- package/dist/actions/searchPublishInfo/index.d.ts +0 -7
- package/dist/actions/searchPublishInfo/types.d.ts +0 -97
- package/dist/actions/shipinhaoPublish/uploader.d.ts +0 -4
- package/dist/actions/weixinPublish/index.d.ts +2 -2
- package/dist/actions/xiaohongshuPublish/index.d.ts +1 -1
- package/dist/bundle.js +379 -995
- package/dist/bundle.js.map +1 -1
- package/dist/index.d.ts +1 -79
- package/dist/index.js +377 -993
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +379 -993
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/actions/searchAccountInfo/getDouyinInfo.d.ts +0 -16
- package/dist/actions/searchAccountInfo/getShipinhaoInfo.d.ts +0 -14
- package/dist/actions/searchPublishInfo/handleDouyinData.d.ts +0 -17
- package/dist/actions/searchPublishInfo/handleShipinhaoData.d.ts +0 -17
package/dist/index.d.ts
CHANGED
|
@@ -144,37 +144,6 @@ export declare class Action {
|
|
|
144
144
|
collectNum: number;
|
|
145
145
|
shareNum: number;
|
|
146
146
|
originalData?: unknown;
|
|
147
|
-
} | {
|
|
148
|
-
title: string;
|
|
149
|
-
imageUrl: string;
|
|
150
|
-
createTime: number;
|
|
151
|
-
redirectUrl: string;
|
|
152
|
-
playNum: number;
|
|
153
|
-
likeNum: number;
|
|
154
|
-
commentNum: number;
|
|
155
|
-
shareNum: number;
|
|
156
|
-
collectNum: number;
|
|
157
|
-
awemeId: string;
|
|
158
|
-
awemeType: number;
|
|
159
|
-
status: string;
|
|
160
|
-
publicUrl: string;
|
|
161
|
-
originalData?: unknown;
|
|
162
|
-
duration?: number | undefined;
|
|
163
|
-
} | {
|
|
164
|
-
title: string;
|
|
165
|
-
imageUrl: string;
|
|
166
|
-
createTime: number;
|
|
167
|
-
redirectUrl: string;
|
|
168
|
-
readNum: number;
|
|
169
|
-
likeNum: number;
|
|
170
|
-
commentNum: number;
|
|
171
|
-
forwardNum: number;
|
|
172
|
-
favNum: number;
|
|
173
|
-
objectId: string;
|
|
174
|
-
postType: string;
|
|
175
|
-
postStatus: number;
|
|
176
|
-
originalData?: unknown;
|
|
177
|
-
effectiveTime?: number | undefined;
|
|
178
147
|
})[] | undefined;
|
|
179
148
|
timerPublish?: ({
|
|
180
149
|
title: string;
|
|
@@ -219,37 +188,6 @@ export declare class Action {
|
|
|
219
188
|
collectNum: number;
|
|
220
189
|
shareNum: number;
|
|
221
190
|
originalData?: unknown;
|
|
222
|
-
} | {
|
|
223
|
-
title: string;
|
|
224
|
-
imageUrl: string;
|
|
225
|
-
createTime: number;
|
|
226
|
-
redirectUrl: string;
|
|
227
|
-
playNum: number;
|
|
228
|
-
likeNum: number;
|
|
229
|
-
commentNum: number;
|
|
230
|
-
shareNum: number;
|
|
231
|
-
collectNum: number;
|
|
232
|
-
awemeId: string;
|
|
233
|
-
awemeType: number;
|
|
234
|
-
status: string;
|
|
235
|
-
publicUrl: string;
|
|
236
|
-
originalData?: unknown;
|
|
237
|
-
duration?: number | undefined;
|
|
238
|
-
} | {
|
|
239
|
-
title: string;
|
|
240
|
-
imageUrl: string;
|
|
241
|
-
createTime: number;
|
|
242
|
-
redirectUrl: string;
|
|
243
|
-
readNum: number;
|
|
244
|
-
likeNum: number;
|
|
245
|
-
commentNum: number;
|
|
246
|
-
forwardNum: number;
|
|
247
|
-
favNum: number;
|
|
248
|
-
objectId: string;
|
|
249
|
-
postType: string;
|
|
250
|
-
postStatus: number;
|
|
251
|
-
originalData?: unknown;
|
|
252
|
-
effectiveTime?: number | undefined;
|
|
253
191
|
})[] | undefined;
|
|
254
192
|
pagination?: {
|
|
255
193
|
pageNum: number;
|
|
@@ -294,22 +232,6 @@ export declare class Action {
|
|
|
294
232
|
readNumYesterday: number | null;
|
|
295
233
|
likeNumYesterday: number | null;
|
|
296
234
|
commentNumYesterday: number | null;
|
|
297
|
-
} | {
|
|
298
|
-
fansNum: number;
|
|
299
|
-
favedNum: number;
|
|
300
|
-
fansNumLastWeek: number;
|
|
301
|
-
watchNumLastWeek: number;
|
|
302
|
-
likeNumLastWeek: number;
|
|
303
|
-
commentNumLastWeek: number;
|
|
304
|
-
shareNumLastWeek: number;
|
|
305
|
-
visitNumLastWeek: number;
|
|
306
|
-
} | {
|
|
307
|
-
fansNum: number;
|
|
308
|
-
feedsCount: number;
|
|
309
|
-
fansNumYesterday: number | null;
|
|
310
|
-
playNumYesterday: number | null;
|
|
311
|
-
likeNumYesterday: number | null;
|
|
312
|
-
commentNumYesterday: number | null;
|
|
313
235
|
} | null>>;
|
|
314
236
|
TTSessionCheck(params: ActiomCommonParams): Promise<ResponseData<{
|
|
315
237
|
isValidSession: boolean;
|
|
@@ -500,7 +422,7 @@ export type { GetShipinhaoPostListParams, PostDetail, PostListResponse, } from "
|
|
|
500
422
|
export { type CollectionDetail, CollectionDetailSchema } from "./actions/getXhsCollection";
|
|
501
423
|
export { type UnreadCount, UnreadCountSchema } from "./actions/getXhsWebUnreadCount";
|
|
502
424
|
export { type SearchAccountInfoParams, SearchAccountInfoParamsSchema } from "./actions/searchAccountInfo";
|
|
503
|
-
export { type bjhConfigData, bjhConfigDataSchema, type
|
|
425
|
+
export { type bjhConfigData, bjhConfigDataSchema, type ttConfigData, ttConfigDataSchema, type wxConfigData, wxConfigDataSchema, type xhsConfigData, xhsConfigDataSchema, } from "./actions/searchAccountInfo/types";
|
|
504
426
|
export { type FetchArticlesParams, FetchArticlesParamsSchema } from "./actions/searchPublishInfo";
|
|
505
427
|
export { type FetchArticlesData, FetchArticlesDataSchema } from "./actions/searchPublishInfo/types";
|
|
506
428
|
export { type ShipinhaoCheckLinkValidateParams, ShipinhaoCheckLinkValidateParamsSchema, } from "./actions/shipinhaoCheckLinkValidate";
|