File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/api/resources/commons/types Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @fern-api/codecombat" ,
3- "version" : " 0.0.12 " ,
3+ "version" : " 0.0.13 " ,
44 "repository" : " https://github.com/codecombat/codecombat-node" ,
55 "files" : [
66 " dist" ,
Original file line number Diff line number Diff line change @@ -9,8 +9,11 @@ import { CodeCombat } from "@fern-api/codecombat";
99 */
1010export interface ClassroomResponse {
1111 id ?: CodeCombat . ObjectIdString ;
12+ /** The name of the classroom */
1213 name ?: string ;
14+ /** List of _ids of the student members of the classroom */
1315 members ?: CodeCombat . ObjectIdString [ ] ;
16+ /** The _id of the teacher owner of the classroom. */
1417 ownerId ?: CodeCombat . ObjectIdString ;
1518 description ?: string ;
1619 courses ?: CodeCombat . Course [ ] ;
You can’t perform that action at this time.
0 commit comments