File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1142,6 +1142,11 @@ class Operation extends BaseModel {
1142
1142
name : "teams" ,
1143
1143
type : "array" ,
1144
1144
modelType : "teams"
1145
+ } ,
1146
+ {
1147
+ name : "template" ,
1148
+ type : "single" ,
1149
+ modelType : "operation-templates"
1145
1150
}
1146
1151
] ;
1147
1152
constructor ( data ) {
Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ export class Operation extends BaseModel {
33
33
type : 'array' ,
34
34
modelType : 'teams' ,
35
35
} ,
36
+ {
37
+ name : 'template' ,
38
+ type : 'single' ,
39
+ modelType : 'operation-templates' ,
40
+ } ,
36
41
] ;
37
42
constructor ( data ) {
38
43
super ( data ) ;
Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ export class Operation extends BaseModel {
38
38
type : 'array' ,
39
39
modelType : 'teams' ,
40
40
} ,
41
+ {
42
+ name : 'template' ,
43
+ type : 'single' ,
44
+ modelType : 'operation-templates' ,
45
+ } ,
41
46
] ;
42
47
43
48
constructor ( data ?: any ) {
You can’t perform that action at this time.
0 commit comments