@iflyrpa/actions 1.2.7 → 1.2.9

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
@@ -4,6 +4,7 @@ import { type GetBaijiahaoActivityParams } from "./actions/getBaijiahaoActivity"
4
4
  import { type GetToutiaoConfigParams } from "./actions/getToutiaoConfig";
5
5
  import { type SearchToutiaoTopicListParams } from "./actions/searchToutiaoTopicList";
6
6
  import { type searchXiaohongshuLocationParams } from "./actions/searchXiaohongshuLocation";
7
+ import { SearchXiaohongshuTopicListParams } from "./actions/searchXiaohongshuTopicList";
7
8
  import { type ToutiaoPublishParams } from "./actions/toutiaoPublish";
8
9
  import { type WeitoutiaoPublishParams } from "./actions/weitoutiaoPublish";
9
10
  import { type WeixinPublishParams } from "./actions/weixinPublish";
@@ -18,6 +19,7 @@ export declare class Action {
18
19
  baijiahaoPublish(params: BaijiahaoPublishParams): Promise<ResponseData<string>>;
19
20
  getBaijiahaoActivity(params: GetBaijiahaoActivityParams): Promise<ResponseData<import("./actions/getBaijiahaoActivity").ActivityData[]>>;
20
21
  xiaohongshuPublish(params: XiaohongshuPublishParams): Promise<ResponseData<string>>;
22
+ searchXiaohongshuTopicList(params: SearchXiaohongshuTopicListParams): Promise<ResponseData<import("./types").Xiaohongshu.Topic[]>>;
21
23
  searchXiaohongshuLocation(params: searchXiaohongshuLocationParams): Promise<ResponseData<import("./types").Xiaohongshu.Location[]>>;
22
24
  weixinmpPublish(params: WeixinmpPublishParams): Promise<ResponseData<any>>;
23
25
  weitoutiaoPublish(params: WeitoutiaoPublishParams): Promise<ResponseData<any>>;