@akiflow/ergon
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -23,5 +23,5 @@ import { AxiosInstance } from 'axios'; | ||
triggerSchedule(id: string): Promise<void>; | ||
deleteJobs(id: string): Promise<void>; | ||
deleteJob(id: string): Promise<void>; | ||
deleteJobsWithKey(key: string): Promise<void>; | ||
deleteSchedules(key: string): Promise<void>; | ||
} |
@@ -437,3 +437,3 @@ "use strict"; | ||
}; | ||
ErgonQueue.prototype.deleteJobs = function (id) { | ||
ErgonQueue.prototype.deleteJob = function (id) { | ||
return __awaiter(this, void 0, void 0, function () { | ||
@@ -440,0 +440,0 @@ var e_11; |
{ | ||
"name": "@akiflow/ergon", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Client for Ergon job queue", | ||
@@ -5,0 +5,0 @@ "main": "./dist/ergon.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
384427