@iflyrpa/actions 1.2.27 → 1.2.28
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 +2 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8462,7 +8462,7 @@ const xiaohongshuPublish_mock_mockAction = async (task, params)=>{
|
|
|
8462
8462
|
type: "normal",
|
|
8463
8463
|
privacy_info: {
|
|
8464
8464
|
op_type: 1,
|
|
8465
|
-
type: visibleRangeMap[params.visibleRange]
|
|
8465
|
+
type: visibleRangeMap[params.visibleRange]
|
|
8466
8466
|
},
|
|
8467
8467
|
post_loc: params.address ? {
|
|
8468
8468
|
name: params.address?.name,
|
|
@@ -9260,7 +9260,7 @@ const getToutiaoCollection = async (_task, params)=>{
|
|
|
9260
9260
|
return (0, __WEBPACK_EXTERNAL_MODULE__iflyrpa_share_f7afdc8c__.success)(0 === res.code ? res.data : [], 0 === res.code ? "获取头条号合集成功!" : "获取头条号合集失败!");
|
|
9261
9261
|
};
|
|
9262
9262
|
var package_namespaceObject = {
|
|
9263
|
-
i8: "1.2.
|
|
9263
|
+
i8: "1.2.27"
|
|
9264
9264
|
};
|
|
9265
9265
|
const BetaFlag = "HuiwenCanary";
|
|
9266
9266
|
class Action {
|