@iflyrpa/actions 4.0.4-beta.2 → 4.0.4-beta.4
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/bundle.js +466 -409
- package/dist/bundle.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +464 -407
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +463 -408
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -498,7 +498,7 @@ export type { GetShipinhaoPostListParams, PostDetail, PostListResponse, } from "
|
|
|
498
498
|
export { type CollectionDetail, CollectionDetailSchema } from "./actions/getXhsCollection";
|
|
499
499
|
export { type UnreadCount, UnreadCountSchema } from "./actions/getXhsWebUnreadCount";
|
|
500
500
|
export { type SearchAccountInfoParams, SearchAccountInfoParamsSchema } from "./actions/searchAccountInfo";
|
|
501
|
-
export { type bjhConfigData, bjhConfigDataSchema, type ttConfigData, ttConfigDataSchema, type wxConfigData, wxConfigDataSchema, type xhsConfigData, xhsConfigDataSchema, } from "./actions/searchAccountInfo/types";
|
|
501
|
+
export { type bjhConfigData, bjhConfigDataSchema, type douyinConfigData, douyinConfigDataSchema, type shipinhaoConfigData, shipinhaoConfigDataSchema, type ttConfigData, ttConfigDataSchema, type wxConfigData, wxConfigDataSchema, type xhsConfigData, xhsConfigDataSchema, } from "./actions/searchAccountInfo/types";
|
|
502
502
|
export { type FetchArticlesParams, FetchArticlesParamsSchema } from "./actions/searchPublishInfo";
|
|
503
503
|
export { type FetchArticlesData, FetchArticlesDataSchema } from "./actions/searchPublishInfo/types";
|
|
504
504
|
export { type ShipinhaoCheckLinkValidateParams, ShipinhaoCheckLinkValidateParamsSchema, } from "./actions/shipinhaoCheckLinkValidate";
|