clubhouse-lib
Advanced tools
Comparing version 0.9.0-rc.2 to 0.9.0-rc.3
@@ -1,2 +0,2 @@ | ||
import { Comment, CreateTaskParams, Epic, EpicChange, File, FileChange, ID, Iteration, IterationChange, Label, LinkedFile, LinkedFileChange, Member, Project, ProjectChange, RequestFactory, RequestPerformer, ResponseParser, Story, StoryChange, StoryLink, StoryLinkChange, StorySearchResult, Task, Team, Workflow } from './types'; | ||
import { Comment, CreateTaskParams, Epic, EpicChange, File, FileChange, ID, Iteration, IterationChange, Label, LinkedFile, LinkedFileChange, Member, Project, ProjectChange, RequestFactory, RequestPerformer, ResponseParser, Story, StoryChange, StoryLink, StoryLinkChange, StorySearchResult, Task, Team, UpdateTaskParams, Workflow } from './types'; | ||
/** */ | ||
@@ -77,3 +77,3 @@ declare type ClientConfig = { | ||
/** */ | ||
updateTask(storyID: ID, taskID: ID, params: CreateTaskParams): Promise<Task>; | ||
updateTask(storyID: ID, taskID: ID, params: UpdateTaskParams): Promise<Task>; | ||
/** */ | ||
@@ -80,0 +80,0 @@ deleteTask(storyID: ID, taskID: ID): Promise<{}>; |
{ | ||
"name": "clubhouse-lib", | ||
"version": "0.9.0-rc.2", | ||
"version": "0.9.0-rc.3", | ||
"description": "A Promise based library to the Clubhouse REST API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
56423