@iflyrpa/actions 1.2.30-beta.1 → 1.2.30-beta.3

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
@@ -114,6 +114,50 @@ export declare class Action {
114
114
  shareNum: number;
115
115
  originalData?: unknown;
116
116
  })[] | undefined;
117
+ timerPublish?: ({
118
+ title: string;
119
+ imageUrl: string;
120
+ createTime: number;
121
+ redirectUrl: string;
122
+ showNum: number;
123
+ readNum: number;
124
+ likeNum: number;
125
+ commentNum: number;
126
+ originalData?: unknown;
127
+ } | {
128
+ title: string;
129
+ imageUrl: string;
130
+ createTime: number;
131
+ redirectUrl: string;
132
+ readNum: number;
133
+ likeNum: number;
134
+ shareNum: number;
135
+ recommendNum: number;
136
+ originalData?: unknown;
137
+ } | {
138
+ title: string;
139
+ imageUrl: string;
140
+ createTime: number;
141
+ redirectUrl: string;
142
+ recommendNum: number;
143
+ collectNum: number;
144
+ readNum: number;
145
+ likeNum: number;
146
+ commentNum: number;
147
+ shareNum: number;
148
+ originalData?: unknown;
149
+ } | {
150
+ title: string;
151
+ imageUrl: string;
152
+ createTime: number;
153
+ redirectUrl: string;
154
+ readNum: number;
155
+ likeNum: number;
156
+ commentNum: number;
157
+ collectNum: number;
158
+ shareNum: number;
159
+ originalData?: unknown;
160
+ })[] | undefined;
117
161
  pagination?: {
118
162
  pageNum: number;
119
163
  pageSize: number;
@@ -236,6 +280,7 @@ export { type bjhConfigData, bjhConfigDataSchema, type ttConfigData, ttConfigDat
236
280
  export { type FetchArticlesParams, FetchArticlesParamsSchema } from "./actions/searchPublishInfo";
237
281
  export { type FetchArticlesData, FetchArticlesDataSchema } from "./actions/searchPublishInfo/types";
238
282
  export { type XiaohongshuPublishParams, XiaohongshuPublishParamsSchema } from "./actions/xiaohongshuPublish";
283
+ export { type XhsWebSearchParams, XhsWebSearchParamsSchema } from "./actions/xiaohongshuWebSearch";
239
284
  export { type ActiomCommonParams, ActionCommonParamsSchema } from "./types";
240
285
  export { getFileState } from "./utils";
241
286
  export { Http } from "./utils/http";