classcharts-api
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "classcharts-api", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -113,3 +113,3 @@ export interface Student { | ||
mark_relative: number | ||
ticked: boolean | ||
ticked: 'yes' | 'no' | ||
allow_attachments: string | ||
@@ -116,0 +116,0 @@ first_seen_date: string |
32377