File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ import {
70
70
ProjectTypes ,
71
71
ProjectVersions ,
72
72
Screens ,
73
+ Sprint ,
73
74
Tasks ,
74
75
TimeTracking ,
75
76
UserProperties ,
@@ -160,6 +161,7 @@ export class Client {
160
161
public projectTypes : ProjectTypes ;
161
162
public projectVersions : ProjectVersions ;
162
163
public screens : Screens ;
164
+ public sprint : Sprint ;
163
165
public tasks : Tasks ;
164
166
public timeTracking : TimeTracking ;
165
167
public userProperties : UserProperties ;
@@ -256,6 +258,7 @@ export class Client {
256
258
this . projectTypes = new ProjectTypes ( this ) ;
257
259
this . projectVersions = new ProjectVersions ( this ) ;
258
260
this . screens = new Screens ( this ) ;
261
+ this . sprint = new Sprint ( this ) ;
259
262
this . tasks = new Tasks ( this ) ;
260
263
this . timeTracking = new TimeTracking ( this ) ;
261
264
this . userProperties = new UserProperties ( this ) ;
You can’t perform that action at this time.
0 commit comments