appknit-platform-sdk
Advanced tools
Comparing version 1.0.53-19 to 1.0.53-21
@@ -19,4 +19,6 @@ import { SdkDataPaginateable } from './data'; | ||
} | ||
export declare class environmentFlowVersion { | ||
export declare class EnvironmentFlowVersion { | ||
id: string; | ||
systemKey: string; | ||
name: string; | ||
environmentId: string; | ||
@@ -26,3 +28,2 @@ organizationId: string; | ||
flowVersionId: string; | ||
type: CronJobType; | ||
status: EnvironmentFlowVersionStatus; | ||
@@ -65,3 +66,3 @@ invocationParams: Record<string, any>; | ||
abstract updateScheduledJob(jobId: string, name: string, cronExpression: string, type: CronJobType, data: Record<string, any>): Promise<CronJob>; | ||
abstract cloneEnvironmentFlowVersion(id: string, toOrganizationId: string): Promise<environmentFlowVersion>; | ||
abstract cloneEnvironmentFlowVersion(id: string, toOrganizationId: string): Promise<EnvironmentFlowVersion>; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SdkFlowProvider = exports.CronJobType = exports.CronJobStatus = exports.EnvironmentFlowVersionStatus = exports.environmentFlowVersion = exports.CronJob = void 0; | ||
exports.SdkFlowProvider = exports.CronJobType = exports.CronJobStatus = exports.EnvironmentFlowVersionStatus = exports.EnvironmentFlowVersion = exports.CronJob = void 0; | ||
class CronJob { | ||
} | ||
exports.CronJob = CronJob; | ||
class environmentFlowVersion { | ||
class EnvironmentFlowVersion { | ||
} | ||
exports.environmentFlowVersion = environmentFlowVersion; | ||
exports.EnvironmentFlowVersion = EnvironmentFlowVersion; | ||
var EnvironmentFlowVersionStatus; | ||
@@ -11,0 +11,0 @@ (function (EnvironmentFlowVersionStatus) { |
{ | ||
"name": "appknit-platform-sdk", | ||
"version": "1.0.53-19", | ||
"version": "1.0.53-21", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://appknit.io", |
Sorry, the diff of this file is not supported yet
125757
2348