@iflyrpa/actions 4.0.9-beta.2 → 4.0.9-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 +13 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.d.ts +14 -0
- package/dist/index.js +13 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="645e51de-1b6f-5dc7-ae78-210cebee5639")}catch(e){}}();
|
|
1
3
|
import * as __WEBPACK_EXTERNAL_MODULE_crypto__ from "crypto";
|
|
2
4
|
import * as __WEBPACK_EXTERNAL_MODULE_fs__ from "fs";
|
|
3
5
|
import * as __WEBPACK_EXTERNAL_MODULE__iflyrpa_share_package_json_58ae5f06__ from "@iflyrpa/share/package.json";
|
|
@@ -4350,7 +4352,7 @@ function __webpack_require__(moduleId) {
|
|
|
4350
4352
|
return module;
|
|
4351
4353
|
};
|
|
4352
4354
|
})();
|
|
4353
|
-
var package_namespaceObject = JSON.parse('{"i8":"4.0.9-beta.
|
|
4355
|
+
var package_namespaceObject = JSON.parse('{"i8":"4.0.9-beta.4"}');
|
|
4354
4356
|
const USER_MESSAGE = {
|
|
4355
4357
|
PROXY_UNAVAILABLE: "代理暂时不可用,请稍后重试或使用本地IP",
|
|
4356
4358
|
NETWORK_ERROR: "网络异常,请稍后重试",
|
|
@@ -25415,6 +25417,14 @@ class Action {
|
|
|
25415
25417
|
this.task = task;
|
|
25416
25418
|
this.task.logger.info(`当前包版本:Share=>${__WEBPACK_EXTERNAL_MODULE__iflyrpa_share_package_json_58ae5f06__["default"].version} Action=>${package_namespaceObject.i8}`);
|
|
25417
25419
|
}
|
|
25420
|
+
getActionVersionMarker() {
|
|
25421
|
+
return {
|
|
25422
|
+
version: package_namespaceObject.i8,
|
|
25423
|
+
shareVersion: __WEBPACK_EXTERNAL_MODULE__iflyrpa_share_package_json_58ae5f06__["default"].version,
|
|
25424
|
+
marker: `Action_${package_namespaceObject.i8}_${__WEBPACK_EXTERNAL_MODULE__iflyrpa_share_package_json_58ae5f06__["default"].version}`,
|
|
25425
|
+
timestamp: new Date().toLocaleString()
|
|
25426
|
+
};
|
|
25427
|
+
}
|
|
25418
25428
|
async bindTask(func, params) {
|
|
25419
25429
|
let responseData;
|
|
25420
25430
|
this.task.isBeta = this.task?.isFeatOn ? this.task?.isFeatOn(BetaFlag) : false;
|
|
@@ -25693,4 +25703,5 @@ class Action {
|
|
|
25693
25703
|
var __webpack_exports__version = package_namespaceObject.i8;
|
|
25694
25704
|
export { Action, ActionCommonParamsSchema, BaijiahaoPublishParamsSchema, BetaFlag, CollectionDetailSchema, ConfigDataSchema, DouyinCheckVerifyQrCodeParamsSchema, DouyinCreateCommentReplyParamsSchema, DouyinGetCollectionParamsSchema, DouyinGetCommentListParamsSchema, DouyinGetCommentReplyListParamsSchema, DouyinGetHotParamsSchema, DouyinGetLocationParamsSchema, DouyinGetMusicByCategoryParamsSchema, DouyinGetMusicCategoryParamsSchema, DouyinGetMusicParamsSchema, DouyinGetTopicsParamsSchema, DouyinGetVerifyQrCodeParamsSchema, DouyinGetWorkListParamsSchema, DouyinPublishParamsSchema, FetchArticlesDataSchema, FetchArticlesParamsSchema, Http, ProxyAgent, SearchAccountInfoParamsSchema, SessionCheckResultSchema, ShipinhaoCheckLinkValidateParamsSchema, ShipinhaoGetLocationParamsSchema, ShipinhaoGetMsgParamsSchema, ShipinhaoPublishParamsSchema, ShipinhaoSendMsgParamsSchema, ToutiaoPublishParamsSchema, UnreadCountSchema, WeixinPublishParamsSchema, WxBjhSessionParamsSchema, XhsWebSearchParamsSchema, XiaohongshuPublishParamsSchema, bjhConfigDataSchema, douyinConfigDataSchema, getFileState, reportLogger, rpaAction_Server_Mock, shipinhaoConfigDataSchema, ttConfigDataSchema, wxConfigDataSchema, xhsConfigDataSchema, __webpack_exports__version as version };
|
|
25695
25705
|
|
|
25696
|
-
//# sourceMappingURL=index.mjs.map
|
|
25706
|
+
//# sourceMappingURL=index.mjs.map
|
|
25707
|
+
//# debugId=645e51de-1b6f-5dc7-ae78-210cebee5639
|