@activepieces/shared 0.49.1 → 0.50.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,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { ApId } from '../../core/common/id-generator';
|
|
3
3
|
export type FlowVersionId = ApId;
|
|
4
|
-
export declare const LATEST_FLOW_SCHEMA_VERSION = "
|
|
4
|
+
export declare const LATEST_FLOW_SCHEMA_VERSION = "19";
|
|
5
5
|
export declare enum FlowVersionState {
|
|
6
6
|
LOCKED = "LOCKED",
|
|
7
7
|
DRAFT = "DRAFT"
|
|
@@ -6,7 +6,7 @@ const base_model_1 = require("../../core/common/base-model");
|
|
|
6
6
|
const user_1 = require("../../core/user");
|
|
7
7
|
const note_1 = require("./note");
|
|
8
8
|
const trigger_1 = require("./triggers/trigger");
|
|
9
|
-
exports.LATEST_FLOW_SCHEMA_VERSION = '
|
|
9
|
+
exports.LATEST_FLOW_SCHEMA_VERSION = '19';
|
|
10
10
|
var FlowVersionState;
|
|
11
11
|
(function (FlowVersionState) {
|
|
12
12
|
FlowVersionState["LOCKED"] = "LOCKED";
|