@iflyrpa/actions 1.2.26 → 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 +3 -8
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +3 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -17017,12 +17017,7 @@ var __webpack_exports__ = {};
|
|
|
17017
17017
|
}
|
|
17018
17018
|
constructor(config, adr, huiwenToken){
|
|
17019
17019
|
this.apiClient = lib_axios.create({
|
|
17020
|
-
...config
|
|
17021
|
-
proxy: {
|
|
17022
|
-
host: "192.168.137.1",
|
|
17023
|
-
port: 9000,
|
|
17024
|
-
protocol: "http"
|
|
17025
|
-
}
|
|
17020
|
+
...config
|
|
17026
17021
|
});
|
|
17027
17022
|
this.adr = adr;
|
|
17028
17023
|
this.heiwenToken = huiwenToken;
|
|
@@ -21342,7 +21337,7 @@ var __webpack_exports__ = {};
|
|
|
21342
21337
|
type: "normal",
|
|
21343
21338
|
privacy_info: {
|
|
21344
21339
|
op_type: 1,
|
|
21345
|
-
type: visibleRangeMap[params.visibleRange]
|
|
21340
|
+
type: visibleRangeMap[params.visibleRange]
|
|
21346
21341
|
},
|
|
21347
21342
|
post_loc: params.address ? {
|
|
21348
21343
|
name: params.address?.name,
|
|
@@ -22141,7 +22136,7 @@ var __webpack_exports__ = {};
|
|
|
22141
22136
|
return success(0 === res.code ? res.data : [], 0 === res.code ? "获取头条号合集成功!" : "获取头条号合集失败!");
|
|
22142
22137
|
};
|
|
22143
22138
|
var package_namespaceObject = {
|
|
22144
|
-
i8: "1.2.
|
|
22139
|
+
i8: "1.2.27"
|
|
22145
22140
|
};
|
|
22146
22141
|
const BetaFlag = "HuiwenCanary";
|
|
22147
22142
|
class Action {
|