appknit-platform-sdk
Advanced tools
Comparing version 1.0.53-6 to 1.0.53-7
@@ -31,3 +31,3 @@ import { SdkDataPaginateable } from './data'; | ||
export declare abstract class SdkFlowProvider { | ||
abstract execute(environmentFlowVersionId: string, data: any): Promise<any>; | ||
abstract execute(environmentFlowVersionId: string, data: any, tags: Record<string, any>): Promise<any>; | ||
abstract getScheduledJobs(status?: CronJobStatus): Promise<SdkDataPaginateable<CronJob>>; | ||
@@ -34,0 +34,0 @@ abstract getScheduledJobById(jobId: string): Promise<CronJob>; |
{ | ||
"name": "appknit-platform-sdk", | ||
"version": "1.0.53-6", | ||
"version": "1.0.53-7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://appknit.io", |
Sorry, the diff of this file is not supported yet
122358