@activepieces/shared
Advanced tools
Comparing version 0.10.114 to 0.10.115
{ | ||
"name": "@activepieces/shared", | ||
"version": "0.10.114", | ||
"version": "0.10.115", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -143,2 +143,3 @@ import { Static } from '@sinclair/typebox'; | ||
timezone: string; | ||
failureCount: number; | ||
}; | ||
@@ -145,0 +146,0 @@ export type EngineResponse<T> = { |
@@ -15,2 +15,3 @@ import { Static } from '@sinclair/typebox'; | ||
timezone: import("@sinclair/typebox").TString; | ||
failureCount: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>; | ||
}>; | ||
@@ -23,2 +24,3 @@ export type FlowScheduleOptions = Static<typeof FlowScheduleOptions>; | ||
schedule: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<{ | ||
failureCount?: number | undefined; | ||
type: ScheduleType; | ||
@@ -79,2 +81,3 @@ cronExpression: string; | ||
schedule: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<{ | ||
failureCount?: number | undefined; | ||
type: ScheduleType; | ||
@@ -81,0 +84,0 @@ cronExpression: string; |
@@ -20,2 +20,3 @@ "use strict"; | ||
timezone: typebox_1.Type.String(), | ||
failureCount: typebox_1.Type.Optional(typebox_1.Type.Number()), | ||
}); | ||
@@ -22,0 +23,0 @@ exports.Flow = typebox_1.Type.Object(Object.assign(Object.assign({}, base_model_1.BaseModelSchema), { projectId: typebox_1.Type.String(), folderId: (0, base_model_1.Nullable)(typebox_1.Type.String()), status: typebox_1.Type.Enum(FlowStatus), schedule: (0, base_model_1.Nullable)(exports.FlowScheduleOptions), publishedVersionId: (0, base_model_1.Nullable)(typebox_1.Type.String()) })); |
@@ -9,4 +9,4 @@ "use strict"; | ||
exports.VERSION_PATTERN = /^([~^])?[0-9]+\.[0-9]+\.[0-9]+$/; | ||
exports.ExactVersionType = typebox_1.Type.RegEx(exports.EXACT_VERSION_PATTERN); | ||
exports.VersionType = typebox_1.Type.RegEx(exports.VERSION_PATTERN); | ||
exports.ExactVersionType = typebox_1.Type.RegExp(exports.EXACT_VERSION_PATTERN); | ||
exports.VersionType = typebox_1.Type.RegExp(exports.VERSION_PATTERN); | ||
var SuggestionType; | ||
@@ -13,0 +13,0 @@ (function (SuggestionType) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
496841
7009