@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.
@@ -82,6 +82,7 @@ export declare const ShipinhaoArticleSchema: z.ZodObject<{
82
82
  objectId: z.ZodString;
83
83
  postType: z.ZodString;
84
84
  postStatus: z.ZodNumber;
85
+ effectiveTime: z.ZodOptional<z.ZodNumber>;
85
86
  }, z.core.$strip>;
86
87
  export type ShipinhaoArticle = z.infer<typeof ShipinhaoArticleSchema>;
87
88
  export declare const FetchArticlesDataSchema: z.ZodObject<{
@@ -158,6 +159,7 @@ export declare const FetchArticlesDataSchema: z.ZodObject<{
158
159
  objectId: z.ZodString;
159
160
  postType: z.ZodString;
160
161
  postStatus: z.ZodNumber;
162
+ effectiveTime: z.ZodOptional<z.ZodNumber>;
161
163
  }, z.core.$strip>]>>>;
162
164
  timerPublish: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
163
165
  title: z.ZodString;
@@ -232,6 +234,7 @@ export declare const FetchArticlesDataSchema: z.ZodObject<{
232
234
  objectId: z.ZodString;
233
235
  postType: z.ZodString;
234
236
  postStatus: z.ZodNumber;
237
+ effectiveTime: z.ZodOptional<z.ZodNumber>;
235
238
  }, z.core.$strip>]>>>;
236
239
  pagination: z.ZodOptional<z.ZodObject<{
237
240
  total: z.ZodOptional<z.ZodNumber>;
package/dist/bundle.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*! For license information please see bundle.js.LICENSE.txt */
2
2
 
3
- !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]="02f852b8-8ea2-52b0-ae8a-9884ff70f64a")}catch(e){}}();
3
+ !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]="f82b2e89-3bbf-5b48-989f-191986e75094")}catch(e){}}();
4
4
  var __webpack_modules__ = {
5
5
  "../../node_modules/.pnpm/agent-base@7.1.4/node_modules/agent-base/dist/helpers.js": function(__unused_webpack_module, exports1, __webpack_require__) {
6
6
  "use strict";
@@ -12492,7 +12492,7 @@ var __webpack_exports__ = {};
12492
12492
  var package_namespaceObject = {
12493
12493
  i8: "0.1.2"
12494
12494
  };
12495
- var package_namespaceObject_0 = JSON.parse('{"i8":"4.0.4-beta.5"}');
12495
+ var package_namespaceObject_0 = JSON.parse('{"i8":"4.0.4-beta.6"}');
12496
12496
  const external_node_fs_namespaceObject = require("node:fs");
12497
12497
  var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
12498
12498
  const external_node_http_namespaceObject = require("node:http");
@@ -41002,7 +41002,8 @@ var __webpack_exports__ = {};
41002
41002
  favNum: classic_schemas_number(),
41003
41003
  objectId: classic_schemas_string(),
41004
41004
  postType: classic_schemas_string(),
41005
- postStatus: classic_schemas_number()
41005
+ postStatus: classic_schemas_number(),
41006
+ effectiveTime: classic_schemas_number().optional()
41006
41007
  });
41007
41008
  const FetchArticlesDataSchema = classic_schemas_object({
41008
41009
  articleCell: classic_schemas_array(schemas_union([
@@ -41338,6 +41339,9 @@ var __webpack_exports__ = {};
41338
41339
  objectId: item.exportId || item.objectId || "",
41339
41340
  postType: forcePostType,
41340
41341
  postStatus: item.status || item.post_status || 0,
41342
+ ...item.effectiveTime ? {
41343
+ effectiveTime: item.effectiveTime
41344
+ } : {},
41341
41345
  ...showOriginalData ? {
41342
41346
  originalData: item
41343
41347
  } : {}
@@ -50747,4 +50751,4 @@ if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_targe
50747
50751
  });
50748
50752
 
50749
50753
  //# sourceMappingURL=bundle.js.map
50750
- //# debugId=02f852b8-8ea2-52b0-ae8a-9884ff70f64a
50754
+ //# debugId=f82b2e89-3bbf-5b48-989f-191986e75094