@iflyrpa/actions 4.0.5 → 4.0.6

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.d.ts CHANGED
@@ -144,6 +144,37 @@ 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;
147
178
  })[] | undefined;
148
179
  timerPublish?: ({
149
180
  title: string;
@@ -188,6 +219,37 @@ export declare class Action {
188
219
  collectNum: number;
189
220
  shareNum: number;
190
221
  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;
191
253
  })[] | undefined;
192
254
  pagination?: {
193
255
  pageNum: number;
@@ -232,6 +294,22 @@ export declare class Action {
232
294
  readNumYesterday: number | null;
233
295
  likeNumYesterday: number | null;
234
296
  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;
235
313
  } | null>>;
236
314
  TTSessionCheck(params: ActiomCommonParams): Promise<ResponseData<{
237
315
  isValidSession: boolean;
@@ -422,7 +500,7 @@ export type { GetShipinhaoPostListParams, PostDetail, PostListResponse, } from "
422
500
  export { type CollectionDetail, CollectionDetailSchema } from "./actions/getXhsCollection";
423
501
  export { type UnreadCount, UnreadCountSchema } from "./actions/getXhsWebUnreadCount";
424
502
  export { type SearchAccountInfoParams, SearchAccountInfoParamsSchema } from "./actions/searchAccountInfo";
425
- export { type bjhConfigData, bjhConfigDataSchema, type ttConfigData, ttConfigDataSchema, type wxConfigData, wxConfigDataSchema, type xhsConfigData, xhsConfigDataSchema, } from "./actions/searchAccountInfo/types";
503
+ export { type bjhConfigData, bjhConfigDataSchema, type douyinConfigData, douyinConfigDataSchema, type shipinhaoConfigData, shipinhaoConfigDataSchema, type ttConfigData, ttConfigDataSchema, type wxConfigData, wxConfigDataSchema, type xhsConfigData, xhsConfigDataSchema, } from "./actions/searchAccountInfo/types";
426
504
  export { type FetchArticlesParams, FetchArticlesParamsSchema } from "./actions/searchPublishInfo";
427
505
  export { type FetchArticlesData, FetchArticlesDataSchema } from "./actions/searchPublishInfo/types";
428
506
  export { type ShipinhaoCheckLinkValidateParams, ShipinhaoCheckLinkValidateParamsSchema, } from "./actions/shipinhaoCheckLinkValidate";