@activepieces/shared 0.58.2 → 0.60.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/shared",
3
- "version": "0.58.2",
3
+ "version": "0.60.0",
4
4
  "type": "commonjs",
5
5
  "sideEffects": false,
6
6
  "main": "./src/index.js",
@@ -3,7 +3,7 @@ import { StreamStepProgress, TriggerHookType } from '../engine';
3
3
  import { ExecutionType } from '../flow-run/execution/execution-output';
4
4
  import { RunEnvironment } from '../flow-run/flow-run';
5
5
  import { FlowTriggerType } from '../flows/triggers/trigger';
6
- export declare const LATEST_JOB_DATA_SCHEMA_VERSION = 5;
6
+ export declare const LATEST_JOB_DATA_SCHEMA_VERSION = 6;
7
7
  export declare const InlineJobPayload: z.ZodObject<{
8
8
  type: z.ZodLiteral<"inline">;
9
9
  value: z.ZodAny;
@@ -10,7 +10,7 @@ const flow_run_1 = require("../flow-run/flow-run");
10
10
  const flow_version_1 = require("../flows/flow-version");
11
11
  const trigger_1 = require("../flows/triggers/trigger");
12
12
  const piece_1 = require("../pieces/piece");
13
- exports.LATEST_JOB_DATA_SCHEMA_VERSION = 5;
13
+ exports.LATEST_JOB_DATA_SCHEMA_VERSION = 6;
14
14
  exports.InlineJobPayload = zod_1.z.object({
15
15
  type: zod_1.z.literal('inline'),
16
16
  value: zod_1.z.any(),