appknit-platform-sdk
Advanced tools
Comparing version 1.0.50-38 to 1.0.50-40
@@ -12,5 +12,5 @@ export declare enum CronJobStatus { | ||
abstract pauseScheduledJob(jobId: string): Promise<any>; | ||
abstract unpauseScheduledJob(jobId: string): Promise<any>; | ||
abstract resumeScheduledJob(jobId: string): Promise<any>; | ||
abstract removeScheduledJob(jobId: string): Promise<any>; | ||
abstract archiveScheduledJob(jobId: string): Promise<any>; | ||
} |
{ | ||
"name": "appknit-platform-sdk", | ||
"version": "1.0.50-38", | ||
"version": "1.0.50-40", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://appknit.io", |
102017