imdone-api
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -35,2 +35,5 @@ "use strict"; | ||
} | ||
onAfterDeleteTask(task) { | ||
this.unimplemented('onAfterDeleteTask(task: Task)'); | ||
} | ||
getCardProperties(task) { | ||
@@ -37,0 +40,0 @@ this.unimplemented('getCardProperties(task: Task)'); |
{ | ||
"name": "imdone-api", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Plugin API for imdone", | ||
@@ -5,0 +5,0 @@ "main": "./lib/plugin.js", |
@@ -41,2 +41,3 @@ import { Project, Task, List } from './project'; | ||
onTaskUpdate(task: Task): void; | ||
onAfterDeleteTask(task: Task): void; | ||
getCardProperties(task: Task): Object; | ||
@@ -43,0 +44,0 @@ getCardActions(task: Task): Array<CardAction>; |
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
17141
492