@iflyrpa/actions 4.0.4-beta.5 → 4.0.4-beta.6

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.mjs CHANGED
@@ -1,5 +1,5 @@
1
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]="108ecd30-8541-54e3-aef4-897782dc7b9b")}catch(e){}}();
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]="5b45922a-a009-5f6b-94f9-b400b59b5510")}catch(e){}}();
3
3
  import * as __WEBPACK_EXTERNAL_MODULE_crypto__ from "crypto";
4
4
  import * as __WEBPACK_EXTERNAL_MODULE_fs__ from "fs";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE__iflyrpa_share_package_json_58ae5f06__ from "@iflyrpa/share/package.json";
@@ -4352,7 +4352,7 @@ function __webpack_require__(moduleId) {
4352
4352
  return module;
4353
4353
  };
4354
4354
  })();
4355
- var package_namespaceObject = JSON.parse('{"i8":"4.0.4-beta.5"}');
4355
+ var package_namespaceObject = JSON.parse('{"i8":"4.0.4-beta.6"}');
4356
4356
  const PROXY_CREDENTIALS = [
4357
4357
  {
4358
4358
  ip: "47.110.131.129",
@@ -15852,7 +15852,8 @@ const ShipinhaoArticleSchema = BaseArticleSchema.extend({
15852
15852
  favNum: schemas_number(),
15853
15853
  objectId: schemas_string(),
15854
15854
  postType: schemas_string(),
15855
- postStatus: schemas_number()
15855
+ postStatus: schemas_number(),
15856
+ effectiveTime: schemas_number().optional()
15856
15857
  });
15857
15858
  const FetchArticlesDataSchema = schemas_object({
15858
15859
  articleCell: schemas_array(union([
@@ -16188,6 +16189,9 @@ async function handleShipinhaoData(_task, params) {
16188
16189
  objectId: item.exportId || item.objectId || "",
16189
16190
  postType: forcePostType,
16190
16191
  postStatus: item.status || item.post_status || 0,
16192
+ ...item.effectiveTime ? {
16193
+ effectiveTime: item.effectiveTime
16194
+ } : {},
16191
16195
  ...showOriginalData ? {
16192
16196
  originalData: item
16193
16197
  } : {}
@@ -25591,4 +25595,4 @@ var __webpack_exports__version = package_namespaceObject.i8;
25591
25595
  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 };
25592
25596
 
25593
25597
  //# sourceMappingURL=index.mjs.map
25594
- //# debugId=108ecd30-8541-54e3-aef4-897782dc7b9b
25598
+ //# debugId=5b45922a-a009-5f6b-94f9-b400b59b5510