File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -1113,6 +1113,11 @@ class Operation extends BaseModel {
11131113 name : "streets" ,
11141114 type : "array" ,
11151115 modelType : "streets"
1116+ } ,
1117+ {
1118+ name : "assignees" ,
1119+ type : "array" ,
1120+ modelType : "users"
11161121 }
11171122 ] ;
11181123 constructor ( data ) {
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ export class Operation extends BaseModel {
2323 type : 'array' ,
2424 modelType : 'streets' ,
2525 } ,
26+ {
27+ name : 'assignees' ,
28+ type : 'array' ,
29+ modelType : 'users' ,
30+ } ,
2631 ] ;
2732 constructor ( data ) {
2833 super ( data ) ;
Original file line number Diff line number Diff line change 44 "type" : " git" ,
55 "url" : " https://github.com/ctrl-hub/sdk.ts"
66 },
7- "version" : " 0.1.122 " ,
7+ "version" : " 0.1.123 " ,
88 "main" : " dist/index.js" ,
99 "types" : " dist/index.d.ts" ,
1010 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ export class Operation extends BaseModel {
2828 type : 'array' ,
2929 modelType : 'streets' ,
3030 } ,
31+ {
32+ name : 'assignees' ,
33+ type : 'array' ,
34+ modelType : 'users' ,
35+ } ,
3136 ] ;
3237
3338 constructor ( data ?: any ) {
You can’t perform that action at this time.
0 commit comments