From 6042b7c2f85048a4a4097493a0001e13f803825d Mon Sep 17 00:00:00 2001 From: James Cook Date: Thu, 21 Jul 2022 15:50:50 +0100 Subject: [PATCH] docs: update docs --- docs/assets/highlight.css | 6 +- docs/assets/icons.css | 1043 ---------------- docs/assets/icons.png | Bin 9615 -> 0 bytes docs/assets/icons@2x.png | Bin 28144 -> 0 bytes docs/assets/main.js | 6 +- docs/assets/search.js | 2 +- docs/assets/style.css | 1074 +++++++---------- .../classes/baseClient.ClasschartsClient.html | 389 +++++- .../parentClient.ClasschartsParentClient.html | 487 +++++++- ...tudentClient.ClasschartsStudentClient.html | 440 ++++++- docs/index.html | 50 +- docs/interfaces/types.ActivityPoint.html | 207 +++- docs/interfaces/types.Announcement.html | 207 +++- docs/interfaces/types.AttendanceDate.html | 99 +- docs/interfaces/types.Badge.html | 116 +- docs/interfaces/types.BehaviourResponse.html | 116 +- .../types.BehaviourTimelinePoint.html | 102 +- docs/interfaces/types.Detention.html | 204 +++- docs/interfaces/types.GetActivityOptions.html | 100 +- .../types.GetAttendanceOptions.html | 89 +- .../interfaces/types.GetBehaviourOptions.html | 89 +- .../types.GetFullActivityOptions.html | 89 +- docs/interfaces/types.GetHomeworkOptions.html | 100 +- docs/interfaces/types.GetLessonsOptions.html | 78 +- docs/interfaces/types.Homework.html | 209 +++- docs/interfaces/types.Lesson.html | 179 ++- .../types.LessonPupilBehaviour.html | 118 +- docs/interfaces/types.Pupil.html | 462 ++++++- docs/interfaces/types.PupilEvent.html | 93 +- docs/interfaces/types.Student.html | 321 ++++- .../types.ValidatedHomeworkAttachment.html | 95 +- docs/modules.html | 55 +- docs/modules/baseClient.html | 60 +- docs/modules/consts.html | 64 +- docs/modules/index.html | 186 ++- docs/modules/parentClient.html | 60 +- docs/modules/studentClient.html | 60 +- docs/modules/types.html | 119 +- docs/types/types.ActivityResponse.html | 80 ++ docs/types/types.AnnouncementsResponse.html | 80 ++ docs/types/types.AttendanceResponse.html | 80 ++ docs/types/types.BadgesResponse.html | 80 ++ docs/types/types.DetentionsResponse.html | 80 ++ docs/types/types.DisplayDate.html | 80 ++ docs/types/types.GetPupilsResponse.html | 80 ++ docs/types/types.HomeworksResponse.html | 80 ++ docs/types/types.LessonsResponse.html | 80 ++ docs/variables/consts.API_BASE_PARENT.html | 54 + docs/variables/consts.API_BASE_STUDENT.html | 54 + docs/variables/consts.BASE_URL.html | 54 + 50 files changed, 6162 insertions(+), 1894 deletions(-) delete mode 100644 docs/assets/icons.css delete mode 100644 docs/assets/icons.png delete mode 100644 docs/assets/icons@2x.png create mode 100644 docs/types/types.ActivityResponse.html create mode 100644 docs/types/types.AnnouncementsResponse.html create mode 100644 docs/types/types.AttendanceResponse.html create mode 100644 docs/types/types.BadgesResponse.html create mode 100644 docs/types/types.DetentionsResponse.html create mode 100644 docs/types/types.DisplayDate.html create mode 100644 docs/types/types.GetPupilsResponse.html create mode 100644 docs/types/types.HomeworksResponse.html create mode 100644 docs/types/types.LessonsResponse.html create mode 100644 docs/variables/consts.API_BASE_PARENT.html create mode 100644 docs/variables/consts.API_BASE_STUDENT.html create mode 100644 docs/variables/consts.BASE_URL.html diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css index 9b54435..9c680d6 100644 --- a/docs/assets/highlight.css +++ b/docs/assets/highlight.css @@ -13,7 +13,7 @@ --dark-hl-5: #DCDCAA; --light-hl-6: #0070C1; --dark-hl-6: #4FC1FF; - --light-code-background: #F5F5F5; + --light-code-background: #FFFFFF; --dark-code-background: #1E1E1E; } @@ -39,7 +39,7 @@ --code-background: var(--dark-code-background); } } -body.light { +:root[data-theme='light'] { --hl-0: var(--light-hl-0); --hl-1: var(--light-hl-1); --hl-2: var(--light-hl-2); @@ -50,7 +50,7 @@ body.light { --code-background: var(--light-code-background); } -body.dark { +:root[data-theme='dark'] { --hl-0: var(--dark-hl-0); --hl-1: var(--dark-hl-1); --hl-2: var(--dark-hl-2); diff --git a/docs/assets/icons.css b/docs/assets/icons.css deleted file mode 100644 index 776a356..0000000 --- a/docs/assets/icons.css +++ /dev/null @@ -1,1043 +0,0 @@ -.tsd-kind-icon { - display: block; - position: relative; - padding-left: 20px; - text-indent: -20px; -} -.tsd-kind-icon:before { - content: ""; - display: inline-block; - vertical-align: middle; - width: 17px; - height: 17px; - margin: 0 3px 2px 0; - background-image: url(./icons.png); -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-kind-icon:before { - background-image: url(./icons@2x.png); - background-size: 238px 204px; - } -} - -.tsd-signature.tsd-kind-icon:before { - background-position: 0 -153px; -} - -.tsd-kind-object-literal > .tsd-kind-icon:before { - background-position: 0px -17px; -} -.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -17px; -} -.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -17px; -} - -.tsd-kind-class > .tsd-kind-icon:before { - background-position: 0px -34px; -} -.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -34px; -} -.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -34px; -} - -.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -51px; -} - -.tsd-kind-interface > .tsd-kind-icon:before { - background-position: 0px -68px; -} -.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -68px; -} -.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -68px; -} - -.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -34px -85px; -} - -.tsd-kind-namespace > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-module > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-enum > .tsd-kind-icon:before { - background-position: 0px -119px; -} -.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -119px; -} -.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -119px; -} - -.tsd-kind-enum-member > .tsd-kind-icon:before { - background-position: 0px -136px; -} -.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -136px; -} -.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -136px; -} - -.tsd-kind-signature > .tsd-kind-icon:before { - background-position: 0px -153px; -} -.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -153px; -} -.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -153px; -} - -.tsd-kind-type-alias > .tsd-kind-icon:before { - background-position: 0px -170px; -} -.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -170px; -} -.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -170px; -} - -.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -34px -187px; -} - -.tsd-kind-variable > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-property > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-get-signature > .tsd-kind-icon:before { - background-position: -136px -17px; -} -.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -17px; -} -.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -17px; -} - -.tsd-kind-set-signature > .tsd-kind-icon:before { - background-position: -136px -34px; -} -.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -34px; -} -.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -34px; -} - -.tsd-kind-accessor > .tsd-kind-icon:before { - background-position: -136px -51px; -} -.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -51px; -} -.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -51px; -} - -.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-constructor > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-constructor-signature > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-index-signature > .tsd-kind-icon:before { - background-position: -136px -119px; -} -.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -119px; -} -.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -119px; -} - -.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -136px; -} -.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -136px; -} -.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -136px; -} - -.tsd-is-static > .tsd-kind-icon:before { - background-position: -136px -153px; -} -.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -153px; -} -.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -153px; -} -.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -153px; -} - -.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -187px; -} diff --git a/docs/assets/icons.png b/docs/assets/icons.png deleted file mode 100644 index 3836d5fe46e48bbe186116855aae879c23935327..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9615 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 diff --git a/docs/assets/icons@2x.png b/docs/assets/icons@2x.png deleted file mode 100644 index 5a209e2f6d7f915cc9cb6fe7a4264c8be4db87b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28144 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 diff --git a/docs/assets/main.js b/docs/assets/main.js index bd45452..c815b33 100644 --- a/docs/assets/main.js +++ b/docs/assets/main.js @@ -1,5 +1,7 @@ -(()=>{var Ce=Object.create;var ue=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!_e.call(t,i)&&i!==r&&ue(t,i,{get:()=>e[i],enumerable:!(n=Pe(e,i))||n.enumerable});return t};var Fe=(t,e,r)=>(r=t!=null?Ce(Re(t)):{},De(e||!t||!t.__esModule?ue(r,"default",{value:t,enumerable:!0}):r,t));var pe=Me((de,fe)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,u],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. -`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?h+=2:a==l&&(r+=n[u+1]*i[h+1],u+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),f=s.str.charAt(1),p;f in s.node.edges?p=s.node.edges[f]:(p=new t.TokenSet,s.node.edges[f]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof de=="object"?fe.exports=r():e.lunr=r()}(this,function(){return t})})()});var ce=[];function N(t,e){ce.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){ce.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ie=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let r=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(r)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let r=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(r)}onScroll(){this.scrollTop=window.scrollY||0;let r=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(r),this.hideShowToolbar()}hideShowToolbar(){var n;let r=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,r!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(n=this.secondaryNav)==null||n.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},Q=ie;Q.instance=new ie;var X=class extends k{constructor(r){super(r);this.anchors=[];this.index=-1;Q.instance.addEventListener("resize",()=>this.onResize()),Q.instance.addEventListener("scroll",n=>this.onScroll(n)),this.createAnchors()}createAnchors(){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substr(0,r.indexOf("#"))),this.el.querySelectorAll("a").forEach(n=>{let i=n.href;if(i.indexOf("#")==-1||i.substr(0,r.length)!=r)return;let s=i.substr(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=n.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let r;for(let i=0,s=this.anchors.length;ii.position-s.position);let n=new CustomEvent("scroll",{detail:{scrollTop:Q.instance.scrollTop}});this.onScroll(n)}onScroll(r){let n=r.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>n;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var he=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var ge=Fe(pe());function ye(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ae(t,n,r,s)}function Ae(t,e,r,n){r.addEventListener("input",he(()=>{He(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?ze(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function Ve(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=ge.Index.load(window.searchData.index))}function He(t,e,r,n){var o,a;if(Ve(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=i?n.index.search(`*${i}*`):[];for(let l=0;lu.score-l.score);for(let l=0,u=Math.min(10,s.length);l${ve(h.parent,i)}.${f}`);let p=document.createElement("li");p.classList.value=(a=h.classes)!=null?a:"";let E=document.createElement("a");E.href=n.base+h.url,E.classList.add("tsd-kind-icon"),E.innerHTML=f,p.append(E),e.appendChild(p)}}function me(t,e){var n,i;let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let s=r;if(e===1)do s=(n=s.nextElementSibling)!=null?n:void 0;while(s instanceof HTMLElement&&s.offsetParent==null);else do s=(i=s.previousElementSibling)!=null?i:void 0;while(s instanceof HTMLElement&&s.offsetParent==null);s&&(r.classList.remove("current"),s.classList.add("current"))}}function ze(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(se(t.substring(s,o)),`${se(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(se(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function se(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var oe=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},Z=class extends k{constructor(r){super(r);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(n=>{n.addEventListener("touchstart",i=>this.onClick(i)),n.addEventListener("click",i=>this.onClick(i))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(r){if(r<0&&(r=0),r>this.groups.length-1&&(r=this.groups.length-1),this.index==r)return;let n=this.groups[r];if(this.index>-1){let i=this.groups[this.index];i.removeClass("current").addClass("fade-out"),n.addClass("current"),n.addClass("fade-in"),Q.instance.triggerResize(),setTimeout(()=>{i.removeClass("fade-out"),n.removeClass("fade-in")},300)}else n.addClass("current"),Q.instance.triggerResize();this.index=r}createGroups(){let r=this.el.children;if(r.length<2)return;this.container=this.el.nextElementSibling;let n=this.container.children;this.groups=[];for(let i=0;i{n.signature===r.currentTarget&&this.setIndex(i)})}};var C="mousedown",Le="mousemove",_="mouseup",K={x:0,y:0},xe=!1,ae=!1,je=!1,A=!1,Ee=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Ee?"is-mobile":"not-mobile");Ee&&"ontouchstart"in document.documentElement&&(je=!0,C="touchstart",Le="touchmove",_="touchend");document.addEventListener(C,t=>{ae=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;K.y=e.pageY||0,K.x=e.pageX||0});document.addEventListener(Le,t=>{if(!!ae&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=K.x-(e.pageX||0),n=K.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ae=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var ee=class extends k{constructor(r){super(r);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(C,n=>this.onDocumentPointerDown(n)),document.addEventListener(_,n=>this.onDocumentPointerUp(n))}setActive(r){if(this.active==r)return;this.active=r,document.documentElement.classList.toggle("has-"+this.className,r),this.el.classList.toggle("active",r);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(r){A||(this.setActive(!0),r.preventDefault())}onDocumentPointerDown(r){if(this.active){if(r.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(r){if(!A&&this.active&&r.target.closest(".col-menu")){let n=r.target.closest("a");if(n){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substr(0,i.indexOf("#"))),n.href.substr(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},re=class extends te{initialize(){let r=document.querySelector("#tsd-filter-"+this.key);!r||(this.checkbox=r,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(r,n){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(r){return r=="true"}toLocalStorage(r){return r?"true":"false"}},le=class extends te{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let r=document.querySelector("#tsd-filter-"+this.key);if(!r)return;this.select=r;let n=()=>{this.select.classList.add("active")},i=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,n),this.select.addEventListener("mouseover",n),this.select.addEventListener("mouseleave",i),this.select.querySelectorAll("li").forEach(s=>{s.addEventListener(_,o=>{r.classList.remove("active"),this.setValue(o.target.dataset.value||"")})}),document.addEventListener(C,s=>{this.select.contains(s.target)||this.select.classList.remove("active")})}handleValueChange(r,n){this.select.querySelectorAll("li.selected").forEach(o=>{o.classList.remove("selected")});let i=this.select.querySelector('li[data-value="'+n+'"]'),s=this.select.querySelector(".tsd-select-label");i&&s&&(i.classList.add("selected"),s.textContent=i.textContent),document.documentElement.classList.remove("toggle-"+r),document.documentElement.classList.add("toggle-"+n)}fromLocalStorage(r){return r}toLocalStorage(r){return r}},j=class extends k{constructor(r){super(r);this.optionVisibility=new le("visibility","private"),this.optionInherited=new re("inherited",!0),this.optionExternals=new re("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function we(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,be(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),be(t.value)})}function be(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}ye();N(X,".menu-highlight");N(Z,".tsd-signatures");N(ee,"a[data-toggle]");j.isSupported()?N(j,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&we(Te);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})(); +"use strict"; +(()=>{var Qe=Object.create;var ae=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Ce=Object.getOwnPropertyNames;var Oe=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var _e=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Me=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ce(e))!Re.call(t,i)&&i!==n&&ae(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Qe(Oe(t)):{},Me(e||!t||!t.__esModule?ae(n,"default",{value:t,enumerable:!0}):n,t));var de=_e((ce,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var h=t.utils.clone(n)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(r.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function j(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r}),r.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends k{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;ii.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout(()=>t(r),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{Ae(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?fe(e,-1):s.key==="ArrowDown"?fe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function Ae(t,e,n,r){if(He(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${pe(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function fe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function pe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`${ie(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",B="mouseup",Z={x:0,y:0},ge=!1,se=!1,je=!1,H=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(je=!0,F="touchstart",ye="touchmove",B="touchend");document.addEventListener(F,t=>{se=!0,H=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!se&&!H){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);H=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends k{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(B,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){H||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!H&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends k{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends k{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();j(X,".menu-highlight");j(K,"a[data-toggle]");j(te,".tsd-index-accordion");j(ee,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("theme");Se&&be(Se);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})(); /*! * lunr.Builder * Copyright (C) 2020 Oliver Nightingale diff --git a/docs/assets/search.js b/docs/assets/search.js index 0474ce0..ffa5f5c 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"32\":\"Variable\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"16777216\":\"Reference\"},\"rows\":[{\"id\":0,\"kind\":2,\"name\":\"baseClient\",\"url\":\"modules/baseClient.html\",\"classes\":\"tsd-kind-module\"},{\"id\":1,\"kind\":128,\"name\":\"ClasschartsClient\",\"url\":\"classes/baseClient.ClasschartsClient.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"baseClient\"},{\"id\":2,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/baseClient.ClasschartsClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":3,\"kind\":1024,\"name\":\"studentId\",\"url\":\"classes/baseClient.ClasschartsClient.html#studentId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":4,\"kind\":1024,\"name\":\"studentName\",\"url\":\"classes/baseClient.ClasschartsClient.html#studentName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":5,\"kind\":1024,\"name\":\"authCookies\",\"url\":\"classes/baseClient.ClasschartsClient.html#authCookies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":6,\"kind\":1024,\"name\":\"sessionId\",\"url\":\"classes/baseClient.ClasschartsClient.html#sessionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":7,\"kind\":1024,\"name\":\"API_BASE\",\"url\":\"classes/baseClient.ClasschartsClient.html#API_BASE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":8,\"kind\":1024,\"name\":\"axios\",\"url\":\"classes/baseClient.ClasschartsClient.html#axios\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":9,\"kind\":2048,\"name\":\"makeAuthedRequest\",\"url\":\"classes/baseClient.ClasschartsClient.html#makeAuthedRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":10,\"kind\":2048,\"name\":\"getStudentInfo\",\"url\":\"classes/baseClient.ClasschartsClient.html#getStudentInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":11,\"kind\":2048,\"name\":\"getActivity\",\"url\":\"classes/baseClient.ClasschartsClient.html#getActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":12,\"kind\":2048,\"name\":\"getFullActivity\",\"url\":\"classes/baseClient.ClasschartsClient.html#getFullActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":13,\"kind\":2048,\"name\":\"getBehaviour\",\"url\":\"classes/baseClient.ClasschartsClient.html#getBehaviour\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":14,\"kind\":2048,\"name\":\"listHomeworks\",\"url\":\"classes/baseClient.ClasschartsClient.html#listHomeworks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":15,\"kind\":2048,\"name\":\"getLessons\",\"url\":\"classes/baseClient.ClasschartsClient.html#getLessons\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":16,\"kind\":2048,\"name\":\"getBadges\",\"url\":\"classes/baseClient.ClasschartsClient.html#getBadges\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":17,\"kind\":2048,\"name\":\"listAnnouncements\",\"url\":\"classes/baseClient.ClasschartsClient.html#listAnnouncements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":18,\"kind\":2048,\"name\":\"getDetentions\",\"url\":\"classes/baseClient.ClasschartsClient.html#getDetentions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":19,\"kind\":2048,\"name\":\"listAttendance\",\"url\":\"classes/baseClient.ClasschartsClient.html#listAttendance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"id\":20,\"kind\":2,\"name\":\"consts\",\"url\":\"modules/consts.html\",\"classes\":\"tsd-kind-module\"},{\"id\":21,\"kind\":32,\"name\":\"BASE_URL\",\"url\":\"modules/consts.html#BASE_URL\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"consts\"},{\"id\":22,\"kind\":32,\"name\":\"API_BASE_STUDENT\",\"url\":\"modules/consts.html#API_BASE_STUDENT\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"consts\"},{\"id\":23,\"kind\":32,\"name\":\"API_BASE_PARENT\",\"url\":\"modules/consts.html#API_BASE_PARENT\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"consts\"},{\"id\":24,\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"tsd-kind-module\"},{\"id\":25,\"kind\":2,\"name\":\"parentClient\",\"url\":\"modules/parentClient.html\",\"classes\":\"tsd-kind-module\"},{\"id\":26,\"kind\":128,\"name\":\"ClasschartsParentClient\",\"url\":\"classes/parentClient.ClasschartsParentClient.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"parentClient\"},{\"id\":27,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":28,\"kind\":1024,\"name\":\"password\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":29,\"kind\":1024,\"name\":\"email\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":30,\"kind\":1024,\"name\":\"pupils\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#pupils\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":31,\"kind\":2048,\"name\":\"login\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#login\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":32,\"kind\":2048,\"name\":\"getPupils\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getPupils\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":33,\"kind\":2048,\"name\":\"selectPupil\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#selectPupil\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":34,\"kind\":1024,\"name\":\"studentId\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#studentId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":35,\"kind\":1024,\"name\":\"studentName\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#studentName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":36,\"kind\":1024,\"name\":\"authCookies\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#authCookies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":37,\"kind\":1024,\"name\":\"sessionId\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#sessionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":38,\"kind\":1024,\"name\":\"API_BASE\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#API_BASE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":39,\"kind\":1024,\"name\":\"axios\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#axios\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":40,\"kind\":2048,\"name\":\"makeAuthedRequest\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#makeAuthedRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":41,\"kind\":2048,\"name\":\"getStudentInfo\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getStudentInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":42,\"kind\":2048,\"name\":\"getActivity\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":43,\"kind\":2048,\"name\":\"getFullActivity\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getFullActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":44,\"kind\":2048,\"name\":\"getBehaviour\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getBehaviour\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":45,\"kind\":2048,\"name\":\"listHomeworks\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#listHomeworks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":46,\"kind\":2048,\"name\":\"getLessons\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getLessons\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":47,\"kind\":2048,\"name\":\"getBadges\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getBadges\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":48,\"kind\":2048,\"name\":\"listAnnouncements\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#listAnnouncements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":49,\"kind\":2048,\"name\":\"getDetentions\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getDetentions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":50,\"kind\":2048,\"name\":\"listAttendance\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#listAttendance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"id\":51,\"kind\":2,\"name\":\"studentClient\",\"url\":\"modules/studentClient.html\",\"classes\":\"tsd-kind-module\"},{\"id\":52,\"kind\":128,\"name\":\"ClasschartsStudentClient\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"studentClient\"},{\"id\":53,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":54,\"kind\":1024,\"name\":\"studentCode\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#studentCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":55,\"kind\":1024,\"name\":\"dateOfBirth\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#dateOfBirth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":56,\"kind\":2048,\"name\":\"login\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#login\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":57,\"kind\":1024,\"name\":\"studentId\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#studentId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":58,\"kind\":1024,\"name\":\"studentName\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#studentName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":59,\"kind\":1024,\"name\":\"authCookies\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#authCookies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":60,\"kind\":1024,\"name\":\"sessionId\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#sessionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":61,\"kind\":1024,\"name\":\"API_BASE\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#API_BASE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":62,\"kind\":1024,\"name\":\"axios\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#axios\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":63,\"kind\":2048,\"name\":\"makeAuthedRequest\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#makeAuthedRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":64,\"kind\":2048,\"name\":\"getStudentInfo\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getStudentInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":65,\"kind\":2048,\"name\":\"getActivity\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":66,\"kind\":2048,\"name\":\"getFullActivity\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getFullActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":67,\"kind\":2048,\"name\":\"getBehaviour\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getBehaviour\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":68,\"kind\":2048,\"name\":\"listHomeworks\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#listHomeworks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":69,\"kind\":2048,\"name\":\"getLessons\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getLessons\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":70,\"kind\":2048,\"name\":\"getBadges\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getBadges\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":71,\"kind\":2048,\"name\":\"listAnnouncements\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#listAnnouncements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":72,\"kind\":2048,\"name\":\"getDetentions\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getDetentions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":73,\"kind\":2048,\"name\":\"listAttendance\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#listAttendance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"id\":74,\"kind\":2,\"name\":\"types\",\"url\":\"modules/types.html\",\"classes\":\"tsd-kind-module\"},{\"id\":75,\"kind\":256,\"name\":\"Student\",\"url\":\"interfaces/types.Student.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":76,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Student.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":77,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.Student.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":78,\"kind\":1024,\"name\":\"first_name\",\"url\":\"interfaces/types.Student.html#first_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":79,\"kind\":1024,\"name\":\"last_name\",\"url\":\"interfaces/types.Student.html#last_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":80,\"kind\":1024,\"name\":\"avatar_url\",\"url\":\"interfaces/types.Student.html#avatar_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":81,\"kind\":1024,\"name\":\"display_behaviour\",\"url\":\"interfaces/types.Student.html#display_behaviour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":82,\"kind\":1024,\"name\":\"display_parent_behaviour\",\"url\":\"interfaces/types.Student.html#display_parent_behaviour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":83,\"kind\":1024,\"name\":\"display_homework\",\"url\":\"interfaces/types.Student.html#display_homework\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":84,\"kind\":1024,\"name\":\"display_rewards\",\"url\":\"interfaces/types.Student.html#display_rewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":85,\"kind\":1024,\"name\":\"display_detentions\",\"url\":\"interfaces/types.Student.html#display_detentions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":86,\"kind\":1024,\"name\":\"display_report_cards\",\"url\":\"interfaces/types.Student.html#display_report_cards\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":87,\"kind\":1024,\"name\":\"display_classes\",\"url\":\"interfaces/types.Student.html#display_classes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":88,\"kind\":1024,\"name\":\"display_announcements\",\"url\":\"interfaces/types.Student.html#display_announcements\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":89,\"kind\":1024,\"name\":\"display_attendance\",\"url\":\"interfaces/types.Student.html#display_attendance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":90,\"kind\":1024,\"name\":\"display_attendance_type\",\"url\":\"interfaces/types.Student.html#display_attendance_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":91,\"kind\":1024,\"name\":\"display_attendance_percentage\",\"url\":\"interfaces/types.Student.html#display_attendance_percentage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":92,\"kind\":1024,\"name\":\"display_activity\",\"url\":\"interfaces/types.Student.html#display_activity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":93,\"kind\":1024,\"name\":\"display_mental_health\",\"url\":\"interfaces/types.Student.html#display_mental_health\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":94,\"kind\":1024,\"name\":\"display_timetable\",\"url\":\"interfaces/types.Student.html#display_timetable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":95,\"kind\":1024,\"name\":\"is_disabled\",\"url\":\"interfaces/types.Student.html#is_disabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":96,\"kind\":1024,\"name\":\"display_two_way_communications\",\"url\":\"interfaces/types.Student.html#display_two_way_communications\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":97,\"kind\":1024,\"name\":\"display_absences\",\"url\":\"interfaces/types.Student.html#display_absences\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":98,\"kind\":1024,\"name\":\"can_upload_attachments\",\"url\":\"interfaces/types.Student.html#can_upload_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":99,\"kind\":1024,\"name\":\"display_event_badges\",\"url\":\"interfaces/types.Student.html#display_event_badges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":100,\"kind\":1024,\"name\":\"display_avatars\",\"url\":\"interfaces/types.Student.html#display_avatars\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":101,\"kind\":1024,\"name\":\"display_concern_submission\",\"url\":\"interfaces/types.Student.html#display_concern_submission\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":102,\"kind\":1024,\"name\":\"display_custom_fields\",\"url\":\"interfaces/types.Student.html#display_custom_fields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":103,\"kind\":1024,\"name\":\"pupil_concerns_help_text\",\"url\":\"interfaces/types.Student.html#pupil_concerns_help_text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":104,\"kind\":1024,\"name\":\"allow_pupils_add_timetable_notes\",\"url\":\"interfaces/types.Student.html#allow_pupils_add_timetable_notes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":105,\"kind\":1024,\"name\":\"announcements_count\",\"url\":\"interfaces/types.Student.html#announcements_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":106,\"kind\":1024,\"name\":\"messages_count\",\"url\":\"interfaces/types.Student.html#messages_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":107,\"kind\":1024,\"name\":\"pusher_channel_name\",\"url\":\"interfaces/types.Student.html#pusher_channel_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":108,\"kind\":1024,\"name\":\"has_birthday\",\"url\":\"interfaces/types.Student.html#has_birthday\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":109,\"kind\":1024,\"name\":\"has_new_survey\",\"url\":\"interfaces/types.Student.html#has_new_survey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":110,\"kind\":1024,\"name\":\"survey_id\",\"url\":\"interfaces/types.Student.html#survey_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":111,\"kind\":1024,\"name\":\"detention_alias_plural_uc\",\"url\":\"interfaces/types.Student.html#detention_alias_plural_uc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"id\":112,\"kind\":256,\"name\":\"GetBehaviourOptions\",\"url\":\"interfaces/types.GetBehaviourOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":113,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/types.GetBehaviourOptions.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetBehaviourOptions\"},{\"id\":114,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/types.GetBehaviourOptions.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetBehaviourOptions\"},{\"id\":115,\"kind\":256,\"name\":\"BehaviourTimelinePoint\",\"url\":\"interfaces/types.BehaviourTimelinePoint.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":116,\"kind\":1024,\"name\":\"positive\",\"url\":\"interfaces/types.BehaviourTimelinePoint.html#positive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourTimelinePoint\"},{\"id\":117,\"kind\":1024,\"name\":\"negative\",\"url\":\"interfaces/types.BehaviourTimelinePoint.html#negative\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourTimelinePoint\"},{\"id\":118,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.BehaviourTimelinePoint.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourTimelinePoint\"},{\"id\":119,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/types.BehaviourTimelinePoint.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourTimelinePoint\"},{\"id\":120,\"kind\":1024,\"name\":\"end\",\"url\":\"interfaces/types.BehaviourTimelinePoint.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourTimelinePoint\"},{\"id\":121,\"kind\":256,\"name\":\"BehaviourResponse\",\"url\":\"interfaces/types.BehaviourResponse.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":122,\"kind\":1024,\"name\":\"timeline\",\"url\":\"interfaces/types.BehaviourResponse.html#timeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"id\":123,\"kind\":1024,\"name\":\"positive_reasons\",\"url\":\"interfaces/types.BehaviourResponse.html#positive_reasons\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"id\":124,\"kind\":1024,\"name\":\"negative_reasons\",\"url\":\"interfaces/types.BehaviourResponse.html#negative_reasons\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"id\":125,\"kind\":1024,\"name\":\"other_positive\",\"url\":\"interfaces/types.BehaviourResponse.html#other_positive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"id\":126,\"kind\":1024,\"name\":\"other_negative\",\"url\":\"interfaces/types.BehaviourResponse.html#other_negative\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"id\":127,\"kind\":1024,\"name\":\"other_positive_count\",\"url\":\"interfaces/types.BehaviourResponse.html#other_positive_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"id\":128,\"kind\":1024,\"name\":\"other_negative_count\",\"url\":\"interfaces/types.BehaviourResponse.html#other_negative_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"id\":129,\"kind\":256,\"name\":\"GetActivityOptions\",\"url\":\"interfaces/types.GetActivityOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":130,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/types.GetActivityOptions.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetActivityOptions\"},{\"id\":131,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/types.GetActivityOptions.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetActivityOptions\"},{\"id\":132,\"kind\":1024,\"name\":\"last_id\",\"url\":\"interfaces/types.GetActivityOptions.html#last_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetActivityOptions\"},{\"id\":133,\"kind\":256,\"name\":\"ActivityPoint\",\"url\":\"interfaces/types.ActivityPoint.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":134,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.ActivityPoint.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":135,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/types.ActivityPoint.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":136,\"kind\":1024,\"name\":\"polarity\",\"url\":\"interfaces/types.ActivityPoint.html#polarity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":137,\"kind\":1024,\"name\":\"reason\",\"url\":\"interfaces/types.ActivityPoint.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":138,\"kind\":1024,\"name\":\"score\",\"url\":\"interfaces/types.ActivityPoint.html#score\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":139,\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/types.ActivityPoint.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":140,\"kind\":1024,\"name\":\"timestamp_custom_time\",\"url\":\"interfaces/types.ActivityPoint.html#timestamp_custom_time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":141,\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/types.ActivityPoint.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":142,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.ActivityPoint.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":143,\"kind\":1024,\"name\":\"border_color\",\"url\":\"interfaces/types.ActivityPoint.html#__type.border_color\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.ActivityPoint.__type\"},{\"id\":144,\"kind\":1024,\"name\":\"custom_class\",\"url\":\"interfaces/types.ActivityPoint.html#__type.custom_class\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.ActivityPoint.__type\"},{\"id\":145,\"kind\":1024,\"name\":\"pupil_name\",\"url\":\"interfaces/types.ActivityPoint.html#pupil_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":146,\"kind\":1024,\"name\":\"lesson_name\",\"url\":\"interfaces/types.ActivityPoint.html#lesson_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":147,\"kind\":1024,\"name\":\"teacher_name\",\"url\":\"interfaces/types.ActivityPoint.html#teacher_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":148,\"kind\":1024,\"name\":\"room_name\",\"url\":\"interfaces/types.ActivityPoint.html#room_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":149,\"kind\":1024,\"name\":\"note\",\"url\":\"interfaces/types.ActivityPoint.html#note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":150,\"kind\":1024,\"name\":\"_can_delete\",\"url\":\"interfaces/types.ActivityPoint.html#_can_delete\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":151,\"kind\":1024,\"name\":\"badges\",\"url\":\"interfaces/types.ActivityPoint.html#badges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":152,\"kind\":1024,\"name\":\"detention_date\",\"url\":\"interfaces/types.ActivityPoint.html#detention_date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":153,\"kind\":1024,\"name\":\"detention_time\",\"url\":\"interfaces/types.ActivityPoint.html#detention_time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":154,\"kind\":1024,\"name\":\"detention_location\",\"url\":\"interfaces/types.ActivityPoint.html#detention_location\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":155,\"kind\":1024,\"name\":\"detention_type\",\"url\":\"interfaces/types.ActivityPoint.html#detention_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"id\":156,\"kind\":4194304,\"name\":\"ActivityResponse\",\"url\":\"modules/types.html#ActivityResponse\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":157,\"kind\":4194304,\"name\":\"DisplayDate\",\"url\":\"modules/types.html#DisplayDate\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":158,\"kind\":256,\"name\":\"GetHomeworkOptions\",\"url\":\"interfaces/types.GetHomeworkOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":159,\"kind\":1024,\"name\":\"displayDate\",\"url\":\"interfaces/types.GetHomeworkOptions.html#displayDate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetHomeworkOptions\"},{\"id\":160,\"kind\":1024,\"name\":\"fromDate\",\"url\":\"interfaces/types.GetHomeworkOptions.html#fromDate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetHomeworkOptions\"},{\"id\":161,\"kind\":1024,\"name\":\"toDate\",\"url\":\"interfaces/types.GetHomeworkOptions.html#toDate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetHomeworkOptions\"},{\"id\":162,\"kind\":256,\"name\":\"ValidatedHomeworkAttachment\",\"url\":\"interfaces/types.ValidatedHomeworkAttachment.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":163,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.ValidatedHomeworkAttachment.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ValidatedHomeworkAttachment\"},{\"id\":164,\"kind\":1024,\"name\":\"file_name\",\"url\":\"interfaces/types.ValidatedHomeworkAttachment.html#file_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ValidatedHomeworkAttachment\"},{\"id\":165,\"kind\":1024,\"name\":\"file\",\"url\":\"interfaces/types.ValidatedHomeworkAttachment.html#file\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ValidatedHomeworkAttachment\"},{\"id\":166,\"kind\":1024,\"name\":\"validated_file\",\"url\":\"interfaces/types.ValidatedHomeworkAttachment.html#validated_file\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ValidatedHomeworkAttachment\"},{\"id\":167,\"kind\":256,\"name\":\"Homework\",\"url\":\"interfaces/types.Homework.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":168,\"kind\":1024,\"name\":\"lesson\",\"url\":\"interfaces/types.Homework.html#lesson\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":169,\"kind\":1024,\"name\":\"subject\",\"url\":\"interfaces/types.Homework.html#subject\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":170,\"kind\":1024,\"name\":\"teacher\",\"url\":\"interfaces/types.Homework.html#teacher\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":171,\"kind\":1024,\"name\":\"homework_type\",\"url\":\"interfaces/types.Homework.html#homework_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":172,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Homework.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":173,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/types.Homework.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":174,\"kind\":1024,\"name\":\"meta_title\",\"url\":\"interfaces/types.Homework.html#meta_title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":175,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/types.Homework.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":176,\"kind\":1024,\"name\":\"description_raw\",\"url\":\"interfaces/types.Homework.html#description_raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":177,\"kind\":1024,\"name\":\"issue_date\",\"url\":\"interfaces/types.Homework.html#issue_date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":178,\"kind\":1024,\"name\":\"due_date\",\"url\":\"interfaces/types.Homework.html#due_date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":179,\"kind\":1024,\"name\":\"completion_time_unit\",\"url\":\"interfaces/types.Homework.html#completion_time_unit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":180,\"kind\":1024,\"name\":\"completion_time_value\",\"url\":\"interfaces/types.Homework.html#completion_time_value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":181,\"kind\":1024,\"name\":\"publish_time\",\"url\":\"interfaces/types.Homework.html#publish_time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":182,\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/types.Homework.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":183,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Homework.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":184,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Homework.html#__type.id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"id\":185,\"kind\":1024,\"name\":\"state\",\"url\":\"interfaces/types.Homework.html#__type.state\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"id\":186,\"kind\":1024,\"name\":\"mark\",\"url\":\"interfaces/types.Homework.html#__type.mark\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"id\":187,\"kind\":1024,\"name\":\"mark_relative\",\"url\":\"interfaces/types.Homework.html#__type.mark_relative\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"id\":188,\"kind\":1024,\"name\":\"ticked\",\"url\":\"interfaces/types.Homework.html#__type.ticked\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"id\":189,\"kind\":1024,\"name\":\"allow_attachments\",\"url\":\"interfaces/types.Homework.html#__type.allow_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"id\":190,\"kind\":1024,\"name\":\"first_seen_date\",\"url\":\"interfaces/types.Homework.html#__type.first_seen_date\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"id\":191,\"kind\":1024,\"name\":\"last_seen_date\",\"url\":\"interfaces/types.Homework.html#__type.last_seen_date\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"id\":192,\"kind\":1024,\"name\":\"attachments\",\"url\":\"interfaces/types.Homework.html#__type.attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"id\":193,\"kind\":1024,\"name\":\"has_feedback\",\"url\":\"interfaces/types.Homework.html#__type.has_feedback\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"id\":194,\"kind\":1024,\"name\":\"validated_links\",\"url\":\"interfaces/types.Homework.html#validated_links\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":195,\"kind\":1024,\"name\":\"validated_attachments\",\"url\":\"interfaces/types.Homework.html#validated_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"id\":196,\"kind\":4194304,\"name\":\"HomeworksResponse\",\"url\":\"modules/types.html#HomeworksResponse\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":197,\"kind\":256,\"name\":\"GetLessonsOptions\",\"url\":\"interfaces/types.GetLessonsOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":198,\"kind\":1024,\"name\":\"date\",\"url\":\"interfaces/types.GetLessonsOptions.html#date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetLessonsOptions\"},{\"id\":199,\"kind\":256,\"name\":\"Lesson\",\"url\":\"interfaces/types.Lesson.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":200,\"kind\":1024,\"name\":\"teacher_name\",\"url\":\"interfaces/types.Lesson.html#teacher_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":201,\"kind\":1024,\"name\":\"lesson_name\",\"url\":\"interfaces/types.Lesson.html#lesson_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":202,\"kind\":1024,\"name\":\"subject_name\",\"url\":\"interfaces/types.Lesson.html#subject_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":203,\"kind\":1024,\"name\":\"is_alternative_lesson\",\"url\":\"interfaces/types.Lesson.html#is_alternative_lesson\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":204,\"kind\":1024,\"name\":\"period_name\",\"url\":\"interfaces/types.Lesson.html#period_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":205,\"kind\":1024,\"name\":\"period_number\",\"url\":\"interfaces/types.Lesson.html#period_number\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":206,\"kind\":1024,\"name\":\"room_name\",\"url\":\"interfaces/types.Lesson.html#room_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":207,\"kind\":1024,\"name\":\"date\",\"url\":\"interfaces/types.Lesson.html#date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":208,\"kind\":1024,\"name\":\"start_time\",\"url\":\"interfaces/types.Lesson.html#start_time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":209,\"kind\":1024,\"name\":\"end_time\",\"url\":\"interfaces/types.Lesson.html#end_time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":210,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/types.Lesson.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":211,\"kind\":1024,\"name\":\"note_abstract\",\"url\":\"interfaces/types.Lesson.html#note_abstract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":212,\"kind\":1024,\"name\":\"note\",\"url\":\"interfaces/types.Lesson.html#note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":213,\"kind\":1024,\"name\":\"pupil_note_abstract\",\"url\":\"interfaces/types.Lesson.html#pupil_note_abstract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":214,\"kind\":1024,\"name\":\"pupil_note\",\"url\":\"interfaces/types.Lesson.html#pupil_note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":215,\"kind\":1024,\"name\":\"pupil_note_raw\",\"url\":\"interfaces/types.Lesson.html#pupil_note_raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"id\":216,\"kind\":4194304,\"name\":\"LessonsResponse\",\"url\":\"modules/types.html#LessonsResponse\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":217,\"kind\":256,\"name\":\"LessonPupilBehaviour\",\"url\":\"interfaces/types.LessonPupilBehaviour.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":218,\"kind\":1024,\"name\":\"reason\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"id\":219,\"kind\":1024,\"name\":\"score\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#score\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"id\":220,\"kind\":1024,\"name\":\"icon\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#icon\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"id\":221,\"kind\":1024,\"name\":\"polarity\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#polarity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"id\":222,\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"id\":223,\"kind\":1024,\"name\":\"teacher\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#teacher\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"id\":224,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"id\":225,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#__type.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.LessonPupilBehaviour.__type\"},{\"id\":226,\"kind\":1024,\"name\":\"first_name\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#__type.first_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.LessonPupilBehaviour.__type\"},{\"id\":227,\"kind\":1024,\"name\":\"last_name\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#__type.last_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.LessonPupilBehaviour.__type\"},{\"id\":228,\"kind\":256,\"name\":\"PupilEvent\",\"url\":\"interfaces/types.PupilEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":229,\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/types.PupilEvent.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.PupilEvent\"},{\"id\":230,\"kind\":1024,\"name\":\"lesson_pupil_behaviour\",\"url\":\"interfaces/types.PupilEvent.html#lesson_pupil_behaviour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.PupilEvent\"},{\"id\":231,\"kind\":1024,\"name\":\"event\",\"url\":\"interfaces/types.PupilEvent.html#event\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.PupilEvent\"},{\"id\":232,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.PupilEvent.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.PupilEvent\"},{\"id\":233,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/types.PupilEvent.html#__type.label\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.PupilEvent.__type\"},{\"id\":234,\"kind\":256,\"name\":\"Badge\",\"url\":\"interfaces/types.Badge.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":235,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Badge.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"id\":236,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.Badge.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"id\":237,\"kind\":1024,\"name\":\"icon\",\"url\":\"interfaces/types.Badge.html#icon\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"id\":238,\"kind\":1024,\"name\":\"colour\",\"url\":\"interfaces/types.Badge.html#colour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"id\":239,\"kind\":1024,\"name\":\"created_date\",\"url\":\"interfaces/types.Badge.html#created_date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"id\":240,\"kind\":1024,\"name\":\"pupil_badges\",\"url\":\"interfaces/types.Badge.html#pupil_badges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"id\":241,\"kind\":1024,\"name\":\"icon_url\",\"url\":\"interfaces/types.Badge.html#icon_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"id\":242,\"kind\":4194304,\"name\":\"BadgesResponse\",\"url\":\"modules/types.html#BadgesResponse\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":243,\"kind\":256,\"name\":\"Detention\",\"url\":\"interfaces/types.Detention.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":244,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Detention.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":245,\"kind\":1024,\"name\":\"attended\",\"url\":\"interfaces/types.Detention.html#attended\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":246,\"kind\":1024,\"name\":\"date\",\"url\":\"interfaces/types.Detention.html#date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":247,\"kind\":1024,\"name\":\"length\",\"url\":\"interfaces/types.Detention.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":248,\"kind\":1024,\"name\":\"location\",\"url\":\"interfaces/types.Detention.html#location\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":249,\"kind\":1024,\"name\":\"notes\",\"url\":\"interfaces/types.Detention.html#notes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":250,\"kind\":1024,\"name\":\"time\",\"url\":\"interfaces/types.Detention.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":251,\"kind\":1024,\"name\":\"pupil\",\"url\":\"interfaces/types.Detention.html#pupil\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":252,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":253,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Detention.html#__type-4.id-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":254,\"kind\":1024,\"name\":\"first_name\",\"url\":\"interfaces/types.Detention.html#__type-4.first_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":255,\"kind\":1024,\"name\":\"last_name\",\"url\":\"interfaces/types.Detention.html#__type-4.last_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":256,\"kind\":1024,\"name\":\"school\",\"url\":\"interfaces/types.Detention.html#__type-4.school\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":257,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type-4.__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":258,\"kind\":1024,\"name\":\"opt_notes_names\",\"url\":\"interfaces/types.Detention.html#__type-4.__type-5.opt_notes_names\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type.__type\"},{\"id\":259,\"kind\":1024,\"name\":\"opt_notes_comments\",\"url\":\"interfaces/types.Detention.html#__type-4.__type-5.opt_notes_comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type.__type\"},{\"id\":260,\"kind\":1024,\"name\":\"opt_notes_comments_pupils\",\"url\":\"interfaces/types.Detention.html#__type-4.__type-5.opt_notes_comments_pupils\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type.__type\"},{\"id\":261,\"kind\":1024,\"name\":\"lesson\",\"url\":\"interfaces/types.Detention.html#lesson\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":262,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":263,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Detention.html#__type-1.id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":264,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.Detention.html#__type-1.name-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":265,\"kind\":1024,\"name\":\"subject\",\"url\":\"interfaces/types.Detention.html#__type-1.subject\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":266,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type-1.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":267,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Detention.html#__type-1.__type-2.id-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type.__type\"},{\"id\":268,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.Detention.html#__type-1.__type-2.name-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type.__type\"},{\"id\":269,\"kind\":1024,\"name\":\"lesson_pupil_behaviour\",\"url\":\"interfaces/types.Detention.html#lesson_pupil_behaviour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":270,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":271,\"kind\":1024,\"name\":\"reason\",\"url\":\"interfaces/types.Detention.html#__type-3.reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":272,\"kind\":1024,\"name\":\"teacher\",\"url\":\"interfaces/types.Detention.html#teacher\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":273,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":274,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Detention.html#__type-6.id-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":275,\"kind\":1024,\"name\":\"first_name\",\"url\":\"interfaces/types.Detention.html#__type-6.first_name-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":276,\"kind\":1024,\"name\":\"last_name\",\"url\":\"interfaces/types.Detention.html#__type-6.last_name-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":277,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/types.Detention.html#__type-6.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":278,\"kind\":1024,\"name\":\"detention_type\",\"url\":\"interfaces/types.Detention.html#detention_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":279,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"id\":280,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.Detention.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"id\":281,\"kind\":4194304,\"name\":\"DetentionsResponse\",\"url\":\"modules/types.html#DetentionsResponse\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":282,\"kind\":256,\"name\":\"Announcement\",\"url\":\"interfaces/types.Announcement.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":283,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Announcement.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":284,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/types.Announcement.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":285,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/types.Announcement.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":286,\"kind\":1024,\"name\":\"school_name\",\"url\":\"interfaces/types.Announcement.html#school_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":287,\"kind\":1024,\"name\":\"teacher_name\",\"url\":\"interfaces/types.Announcement.html#teacher_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":288,\"kind\":1024,\"name\":\"school_logo\",\"url\":\"interfaces/types.Announcement.html#school_logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":289,\"kind\":1024,\"name\":\"sticky\",\"url\":\"interfaces/types.Announcement.html#sticky\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":290,\"kind\":1024,\"name\":\"state\",\"url\":\"interfaces/types.Announcement.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":291,\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/types.Announcement.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":292,\"kind\":1024,\"name\":\"attachments\",\"url\":\"interfaces/types.Announcement.html#attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":293,\"kind\":1024,\"name\":\"for_pupils\",\"url\":\"interfaces/types.Announcement.html#for_pupils\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":294,\"kind\":1024,\"name\":\"comment_visibility\",\"url\":\"interfaces/types.Announcement.html#comment_visibility\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":295,\"kind\":1024,\"name\":\"allow_comments\",\"url\":\"interfaces/types.Announcement.html#allow_comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":296,\"kind\":1024,\"name\":\"allow_reactions\",\"url\":\"interfaces/types.Announcement.html#allow_reactions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":297,\"kind\":1024,\"name\":\"allow_consent\",\"url\":\"interfaces/types.Announcement.html#allow_consent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":298,\"kind\":1024,\"name\":\"priority_pinned\",\"url\":\"interfaces/types.Announcement.html#priority_pinned\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":299,\"kind\":1024,\"name\":\"requires_consent\",\"url\":\"interfaces/types.Announcement.html#requires_consent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":300,\"kind\":1024,\"name\":\"can_change_consent\",\"url\":\"interfaces/types.Announcement.html#can_change_consent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":301,\"kind\":1024,\"name\":\"consent\",\"url\":\"interfaces/types.Announcement.html#consent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":302,\"kind\":1024,\"name\":\"pupil_consents\",\"url\":\"interfaces/types.Announcement.html#pupil_consents\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"id\":303,\"kind\":4194304,\"name\":\"AnnouncementsResponse\",\"url\":\"modules/types.html#AnnouncementsResponse\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":304,\"kind\":256,\"name\":\"Pupil\",\"url\":\"interfaces/types.Pupil.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":305,\"kind\":1024,\"name\":\"school_name\",\"url\":\"interfaces/types.Pupil.html#school_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":306,\"kind\":1024,\"name\":\"school_logo\",\"url\":\"interfaces/types.Pupil.html#school_logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":307,\"kind\":1024,\"name\":\"timezone\",\"url\":\"interfaces/types.Pupil.html#timezone\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":308,\"kind\":1024,\"name\":\"display_covid_tests\",\"url\":\"interfaces/types.Pupil.html#display_covid_tests\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":309,\"kind\":1024,\"name\":\"can_record_covid_tests\",\"url\":\"interfaces/types.Pupil.html#can_record_covid_tests\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":310,\"kind\":1024,\"name\":\"detention_yes_count\",\"url\":\"interfaces/types.Pupil.html#detention_yes_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":311,\"kind\":1024,\"name\":\"detention_no_count\",\"url\":\"interfaces/types.Pupil.html#detention_no_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":312,\"kind\":1024,\"name\":\"detention_pending_count\",\"url\":\"interfaces/types.Pupil.html#detention_pending_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":313,\"kind\":1024,\"name\":\"detention_upscaled_count\",\"url\":\"interfaces/types.Pupil.html#detention_upscaled_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":314,\"kind\":1024,\"name\":\"homework_todo_count\",\"url\":\"interfaces/types.Pupil.html#homework_todo_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":315,\"kind\":1024,\"name\":\"homework_late_count\",\"url\":\"interfaces/types.Pupil.html#homework_late_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":316,\"kind\":1024,\"name\":\"homework_not_completed_count\",\"url\":\"interfaces/types.Pupil.html#homework_not_completed_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":317,\"kind\":1024,\"name\":\"homework_excused_count\",\"url\":\"interfaces/types.Pupil.html#homework_excused_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":318,\"kind\":1024,\"name\":\"homework_completed_count\",\"url\":\"interfaces/types.Pupil.html#homework_completed_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":319,\"kind\":1024,\"name\":\"homework_submitted_count\",\"url\":\"interfaces/types.Pupil.html#homework_submitted_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"id\":320,\"kind\":1024,\"name\":\"announcements_count\",\"url\":\"interfaces/types.Pupil.html#announcements_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"types.Pupil\"},{\"id\":321,\"kind\":1024,\"name\":\"messages_count\",\"url\":\"interfaces/types.Pupil.html#messages_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"types.Pupil\"},{\"id\":322,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Pupil.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":323,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.Pupil.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":324,\"kind\":1024,\"name\":\"first_name\",\"url\":\"interfaces/types.Pupil.html#first_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":325,\"kind\":1024,\"name\":\"last_name\",\"url\":\"interfaces/types.Pupil.html#last_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":326,\"kind\":1024,\"name\":\"avatar_url\",\"url\":\"interfaces/types.Pupil.html#avatar_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":327,\"kind\":1024,\"name\":\"display_behaviour\",\"url\":\"interfaces/types.Pupil.html#display_behaviour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":328,\"kind\":1024,\"name\":\"display_parent_behaviour\",\"url\":\"interfaces/types.Pupil.html#display_parent_behaviour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":329,\"kind\":1024,\"name\":\"display_homework\",\"url\":\"interfaces/types.Pupil.html#display_homework\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":330,\"kind\":1024,\"name\":\"display_rewards\",\"url\":\"interfaces/types.Pupil.html#display_rewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":331,\"kind\":1024,\"name\":\"display_detentions\",\"url\":\"interfaces/types.Pupil.html#display_detentions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":332,\"kind\":1024,\"name\":\"display_report_cards\",\"url\":\"interfaces/types.Pupil.html#display_report_cards\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":333,\"kind\":1024,\"name\":\"display_classes\",\"url\":\"interfaces/types.Pupil.html#display_classes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":334,\"kind\":1024,\"name\":\"display_announcements\",\"url\":\"interfaces/types.Pupil.html#display_announcements\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":335,\"kind\":1024,\"name\":\"display_attendance\",\"url\":\"interfaces/types.Pupil.html#display_attendance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":336,\"kind\":1024,\"name\":\"display_attendance_type\",\"url\":\"interfaces/types.Pupil.html#display_attendance_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":337,\"kind\":1024,\"name\":\"display_attendance_percentage\",\"url\":\"interfaces/types.Pupil.html#display_attendance_percentage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":338,\"kind\":1024,\"name\":\"display_activity\",\"url\":\"interfaces/types.Pupil.html#display_activity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":339,\"kind\":1024,\"name\":\"display_mental_health\",\"url\":\"interfaces/types.Pupil.html#display_mental_health\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":340,\"kind\":1024,\"name\":\"display_timetable\",\"url\":\"interfaces/types.Pupil.html#display_timetable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":341,\"kind\":1024,\"name\":\"is_disabled\",\"url\":\"interfaces/types.Pupil.html#is_disabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":342,\"kind\":1024,\"name\":\"display_two_way_communications\",\"url\":\"interfaces/types.Pupil.html#display_two_way_communications\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":343,\"kind\":1024,\"name\":\"display_absences\",\"url\":\"interfaces/types.Pupil.html#display_absences\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":344,\"kind\":1024,\"name\":\"can_upload_attachments\",\"url\":\"interfaces/types.Pupil.html#can_upload_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":345,\"kind\":1024,\"name\":\"display_event_badges\",\"url\":\"interfaces/types.Pupil.html#display_event_badges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":346,\"kind\":1024,\"name\":\"display_avatars\",\"url\":\"interfaces/types.Pupil.html#display_avatars\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":347,\"kind\":1024,\"name\":\"display_concern_submission\",\"url\":\"interfaces/types.Pupil.html#display_concern_submission\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":348,\"kind\":1024,\"name\":\"display_custom_fields\",\"url\":\"interfaces/types.Pupil.html#display_custom_fields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":349,\"kind\":1024,\"name\":\"pupil_concerns_help_text\",\"url\":\"interfaces/types.Pupil.html#pupil_concerns_help_text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":350,\"kind\":1024,\"name\":\"allow_pupils_add_timetable_notes\",\"url\":\"interfaces/types.Pupil.html#allow_pupils_add_timetable_notes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":351,\"kind\":1024,\"name\":\"pusher_channel_name\",\"url\":\"interfaces/types.Pupil.html#pusher_channel_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":352,\"kind\":1024,\"name\":\"has_birthday\",\"url\":\"interfaces/types.Pupil.html#has_birthday\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":353,\"kind\":1024,\"name\":\"has_new_survey\",\"url\":\"interfaces/types.Pupil.html#has_new_survey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":354,\"kind\":1024,\"name\":\"survey_id\",\"url\":\"interfaces/types.Pupil.html#survey_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":355,\"kind\":1024,\"name\":\"detention_alias_plural_uc\",\"url\":\"interfaces/types.Pupil.html#detention_alias_plural_uc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"id\":356,\"kind\":4194304,\"name\":\"GetPupilsResponse\",\"url\":\"modules/types.html#GetPupilsResponse\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":357,\"kind\":256,\"name\":\"GetFullActivityOptions\",\"url\":\"interfaces/types.GetFullActivityOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":358,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/types.GetFullActivityOptions.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetFullActivityOptions\"},{\"id\":359,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/types.GetFullActivityOptions.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetFullActivityOptions\"},{\"id\":360,\"kind\":256,\"name\":\"GetAttendanceOptions\",\"url\":\"interfaces/types.GetAttendanceOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":361,\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/types.GetAttendanceOptions.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetAttendanceOptions\"},{\"id\":362,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/types.GetAttendanceOptions.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetAttendanceOptions\"},{\"id\":363,\"kind\":256,\"name\":\"AttendanceDate\",\"url\":\"interfaces/types.AttendanceDate.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":364,\"kind\":1024,\"name\":\"AM\",\"url\":\"interfaces/types.AttendanceDate.html#AM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.AttendanceDate\"},{\"id\":365,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.AttendanceDate.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.AttendanceDate\"},{\"id\":366,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/types.AttendanceDate.html#__type.code\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.AttendanceDate.__type\"},{\"id\":367,\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/types.AttendanceDate.html#__type.status\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.AttendanceDate.__type\"},{\"id\":368,\"kind\":1024,\"name\":\"late_minutes\",\"url\":\"interfaces/types.AttendanceDate.html#__type.late_minutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.AttendanceDate.__type\"},{\"id\":369,\"kind\":1024,\"name\":\"PM\",\"url\":\"interfaces/types.AttendanceDate.html#PM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.AttendanceDate\"},{\"id\":370,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.AttendanceDate.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.AttendanceDate\"},{\"id\":371,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/types.AttendanceDate.html#__type-1.code-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.AttendanceDate.__type\"},{\"id\":372,\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/types.AttendanceDate.html#__type-1.status-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.AttendanceDate.__type\"},{\"id\":373,\"kind\":1024,\"name\":\"late_minutes\",\"url\":\"interfaces/types.AttendanceDate.html#__type-1.late_minutes-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.AttendanceDate.__type\"},{\"id\":374,\"kind\":4194304,\"name\":\"AttendanceResponse\",\"url\":\"modules/types.html#AttendanceResponse\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"id\":375,\"kind\":16777216,\"name\":\"ClasschartsParentClient\",\"url\":\"modules/index.html#ClasschartsParentClient\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":376,\"kind\":16777216,\"name\":\"ClasschartsStudentClient\",\"url\":\"modules/index.html#ClasschartsStudentClient\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":377,\"kind\":16777216,\"name\":\"Student\",\"url\":\"modules/index.html#Student\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":378,\"kind\":16777216,\"name\":\"GetBehaviourOptions\",\"url\":\"modules/index.html#GetBehaviourOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":379,\"kind\":16777216,\"name\":\"BehaviourTimelinePoint\",\"url\":\"modules/index.html#BehaviourTimelinePoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":380,\"kind\":16777216,\"name\":\"BehaviourResponse\",\"url\":\"modules/index.html#BehaviourResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":381,\"kind\":16777216,\"name\":\"GetActivityOptions\",\"url\":\"modules/index.html#GetActivityOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":382,\"kind\":16777216,\"name\":\"ActivityPoint\",\"url\":\"modules/index.html#ActivityPoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":383,\"kind\":16777216,\"name\":\"ActivityResponse\",\"url\":\"modules/index.html#ActivityResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":384,\"kind\":16777216,\"name\":\"DisplayDate\",\"url\":\"modules/index.html#DisplayDate\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":385,\"kind\":16777216,\"name\":\"GetHomeworkOptions\",\"url\":\"modules/index.html#GetHomeworkOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":386,\"kind\":16777216,\"name\":\"ValidatedHomeworkAttachment\",\"url\":\"modules/index.html#ValidatedHomeworkAttachment\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":387,\"kind\":16777216,\"name\":\"Homework\",\"url\":\"modules/index.html#Homework\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":388,\"kind\":16777216,\"name\":\"HomeworksResponse\",\"url\":\"modules/index.html#HomeworksResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":389,\"kind\":16777216,\"name\":\"GetLessonsOptions\",\"url\":\"modules/index.html#GetLessonsOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":390,\"kind\":16777216,\"name\":\"Lesson\",\"url\":\"modules/index.html#Lesson\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":391,\"kind\":16777216,\"name\":\"LessonsResponse\",\"url\":\"modules/index.html#LessonsResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":392,\"kind\":16777216,\"name\":\"LessonPupilBehaviour\",\"url\":\"modules/index.html#LessonPupilBehaviour\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":393,\"kind\":16777216,\"name\":\"PupilEvent\",\"url\":\"modules/index.html#PupilEvent\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":394,\"kind\":16777216,\"name\":\"Badge\",\"url\":\"modules/index.html#Badge\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":395,\"kind\":16777216,\"name\":\"BadgesResponse\",\"url\":\"modules/index.html#BadgesResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":396,\"kind\":16777216,\"name\":\"Detention\",\"url\":\"modules/index.html#Detention\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":397,\"kind\":16777216,\"name\":\"DetentionsResponse\",\"url\":\"modules/index.html#DetentionsResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":398,\"kind\":16777216,\"name\":\"Announcement\",\"url\":\"modules/index.html#Announcement\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":399,\"kind\":16777216,\"name\":\"AnnouncementsResponse\",\"url\":\"modules/index.html#AnnouncementsResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":400,\"kind\":16777216,\"name\":\"Pupil\",\"url\":\"modules/index.html#Pupil\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":401,\"kind\":16777216,\"name\":\"GetPupilsResponse\",\"url\":\"modules/index.html#GetPupilsResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":402,\"kind\":16777216,\"name\":\"GetFullActivityOptions\",\"url\":\"modules/index.html#GetFullActivityOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":403,\"kind\":16777216,\"name\":\"GetAttendanceOptions\",\"url\":\"modules/index.html#GetAttendanceOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":404,\"kind\":16777216,\"name\":\"AttendanceDate\",\"url\":\"modules/index.html#AttendanceDate\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":405,\"kind\":16777216,\"name\":\"AttendanceResponse\",\"url\":\"modules/index.html#AttendanceResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,50.925]],[\"parent/0\",[]],[\"name/1\",[1,56.033]],[\"parent/1\",[0,5.061]],[\"name/2\",[2,47.561]],[\"parent/2\",[3,3.072]],[\"name/3\",[4,47.561]],[\"parent/3\",[3,3.072]],[\"name/4\",[5,47.561]],[\"parent/4\",[3,3.072]],[\"name/5\",[6,47.561]],[\"parent/5\",[3,3.072]],[\"name/6\",[7,47.561]],[\"parent/6\",[3,3.072]],[\"name/7\",[8,47.561]],[\"parent/7\",[3,3.072]],[\"name/8\",[9,47.561]],[\"parent/8\",[3,3.072]],[\"name/9\",[10,47.561]],[\"parent/9\",[3,3.072]],[\"name/10\",[11,47.561]],[\"parent/10\",[3,3.072]],[\"name/11\",[12,47.561]],[\"parent/11\",[3,3.072]],[\"name/12\",[13,47.561]],[\"parent/12\",[3,3.072]],[\"name/13\",[14,47.561]],[\"parent/13\",[3,3.072]],[\"name/14\",[15,47.561]],[\"parent/14\",[3,3.072]],[\"name/15\",[16,47.561]],[\"parent/15\",[3,3.072]],[\"name/16\",[17,47.561]],[\"parent/16\",[3,3.072]],[\"name/17\",[18,47.561]],[\"parent/17\",[3,3.072]],[\"name/18\",[19,47.561]],[\"parent/18\",[3,3.072]],[\"name/19\",[20,47.561]],[\"parent/19\",[3,3.072]],[\"name/20\",[21,45.047]],[\"parent/20\",[]],[\"name/21\",[22,56.033]],[\"parent/21\",[21,4.477]],[\"name/22\",[23,56.033]],[\"parent/22\",[21,4.477]],[\"name/23\",[24,56.033]],[\"parent/23\",[21,4.477]],[\"name/24\",[25,25.276]],[\"parent/24\",[]],[\"name/25\",[26,50.925]],[\"parent/25\",[]],[\"name/26\",[27,50.925]],[\"parent/26\",[26,5.061]],[\"name/27\",[2,47.561]],[\"parent/27\",[28,2.793]],[\"name/28\",[29,56.033]],[\"parent/28\",[28,2.793]],[\"name/29\",[30,56.033]],[\"parent/29\",[28,2.793]],[\"name/30\",[31,56.033]],[\"parent/30\",[28,2.793]],[\"name/31\",[32,50.925]],[\"parent/31\",[28,2.793]],[\"name/32\",[33,56.033]],[\"parent/32\",[28,2.793]],[\"name/33\",[34,56.033]],[\"parent/33\",[28,2.793]],[\"name/34\",[4,47.561]],[\"parent/34\",[28,2.793]],[\"name/35\",[5,47.561]],[\"parent/35\",[28,2.793]],[\"name/36\",[6,47.561]],[\"parent/36\",[28,2.793]],[\"name/37\",[7,47.561]],[\"parent/37\",[28,2.793]],[\"name/38\",[8,47.561]],[\"parent/38\",[28,2.793]],[\"name/39\",[9,47.561]],[\"parent/39\",[28,2.793]],[\"name/40\",[10,47.561]],[\"parent/40\",[28,2.793]],[\"name/41\",[11,47.561]],[\"parent/41\",[28,2.793]],[\"name/42\",[12,47.561]],[\"parent/42\",[28,2.793]],[\"name/43\",[13,47.561]],[\"parent/43\",[28,2.793]],[\"name/44\",[14,47.561]],[\"parent/44\",[28,2.793]],[\"name/45\",[15,47.561]],[\"parent/45\",[28,2.793]],[\"name/46\",[16,47.561]],[\"parent/46\",[28,2.793]],[\"name/47\",[17,47.561]],[\"parent/47\",[28,2.793]],[\"name/48\",[18,47.561]],[\"parent/48\",[28,2.793]],[\"name/49\",[19,47.561]],[\"parent/49\",[28,2.793]],[\"name/50\",[20,47.561]],[\"parent/50\",[28,2.793]],[\"name/51\",[35,50.925]],[\"parent/51\",[]],[\"name/52\",[36,50.925]],[\"parent/52\",[35,5.061]],[\"name/53\",[2,47.561]],[\"parent/53\",[37,2.923]],[\"name/54\",[38,56.033]],[\"parent/54\",[37,2.923]],[\"name/55\",[39,56.033]],[\"parent/55\",[37,2.923]],[\"name/56\",[32,50.925]],[\"parent/56\",[37,2.923]],[\"name/57\",[4,47.561]],[\"parent/57\",[37,2.923]],[\"name/58\",[5,47.561]],[\"parent/58\",[37,2.923]],[\"name/59\",[6,47.561]],[\"parent/59\",[37,2.923]],[\"name/60\",[7,47.561]],[\"parent/60\",[37,2.923]],[\"name/61\",[8,47.561]],[\"parent/61\",[37,2.923]],[\"name/62\",[9,47.561]],[\"parent/62\",[37,2.923]],[\"name/63\",[10,47.561]],[\"parent/63\",[37,2.923]],[\"name/64\",[11,47.561]],[\"parent/64\",[37,2.923]],[\"name/65\",[12,47.561]],[\"parent/65\",[37,2.923]],[\"name/66\",[13,47.561]],[\"parent/66\",[37,2.923]],[\"name/67\",[14,47.561]],[\"parent/67\",[37,2.923]],[\"name/68\",[15,47.561]],[\"parent/68\",[37,2.923]],[\"name/69\",[16,47.561]],[\"parent/69\",[37,2.923]],[\"name/70\",[17,47.561]],[\"parent/70\",[37,2.923]],[\"name/71\",[18,47.561]],[\"parent/71\",[37,2.923]],[\"name/72\",[19,47.561]],[\"parent/72\",[37,2.923]],[\"name/73\",[20,47.561]],[\"parent/73\",[37,2.923]],[\"name/74\",[40,25.911]],[\"parent/74\",[]],[\"name/75\",[41,50.925]],[\"parent/75\",[40,2.575]],[\"name/76\",[42,34.061]],[\"parent/76\",[43,2.397]],[\"name/77\",[44,39.939]],[\"parent/77\",[43,2.397]],[\"name/78\",[45,43.041]],[\"parent/78\",[43,2.397]],[\"name/79\",[46,43.041]],[\"parent/79\",[43,2.397]],[\"name/80\",[47,50.925]],[\"parent/80\",[43,2.397]],[\"name/81\",[48,50.925]],[\"parent/81\",[43,2.397]],[\"name/82\",[49,50.925]],[\"parent/82\",[43,2.397]],[\"name/83\",[50,50.925]],[\"parent/83\",[43,2.397]],[\"name/84\",[51,50.925]],[\"parent/84\",[43,2.397]],[\"name/85\",[52,50.925]],[\"parent/85\",[43,2.397]],[\"name/86\",[53,50.925]],[\"parent/86\",[43,2.397]],[\"name/87\",[54,50.925]],[\"parent/87\",[43,2.397]],[\"name/88\",[55,50.925]],[\"parent/88\",[43,2.397]],[\"name/89\",[56,50.925]],[\"parent/89\",[43,2.397]],[\"name/90\",[57,50.925]],[\"parent/90\",[43,2.397]],[\"name/91\",[58,50.925]],[\"parent/91\",[43,2.397]],[\"name/92\",[59,50.925]],[\"parent/92\",[43,2.397]],[\"name/93\",[60,50.925]],[\"parent/93\",[43,2.397]],[\"name/94\",[61,50.925]],[\"parent/94\",[43,2.397]],[\"name/95\",[62,50.925]],[\"parent/95\",[43,2.397]],[\"name/96\",[63,50.925]],[\"parent/96\",[43,2.397]],[\"name/97\",[64,50.925]],[\"parent/97\",[43,2.397]],[\"name/98\",[65,50.925]],[\"parent/98\",[43,2.397]],[\"name/99\",[66,50.925]],[\"parent/99\",[43,2.397]],[\"name/100\",[67,50.925]],[\"parent/100\",[43,2.397]],[\"name/101\",[68,50.925]],[\"parent/101\",[43,2.397]],[\"name/102\",[69,50.925]],[\"parent/102\",[43,2.397]],[\"name/103\",[70,50.925]],[\"parent/103\",[43,2.397]],[\"name/104\",[71,50.925]],[\"parent/104\",[43,2.397]],[\"name/105\",[72,50.925]],[\"parent/105\",[43,2.397]],[\"name/106\",[73,50.925]],[\"parent/106\",[43,2.397]],[\"name/107\",[74,50.925]],[\"parent/107\",[43,2.397]],[\"name/108\",[75,50.925]],[\"parent/108\",[43,2.397]],[\"name/109\",[76,50.925]],[\"parent/109\",[43,2.397]],[\"name/110\",[77,50.925]],[\"parent/110\",[43,2.397]],[\"name/111\",[78,50.925]],[\"parent/111\",[43,2.397]],[\"name/112\",[79,50.925]],[\"parent/112\",[40,2.575]],[\"name/113\",[80,45.047]],[\"parent/113\",[81,5.061]],[\"name/114\",[82,45.047]],[\"parent/114\",[81,5.061]],[\"name/115\",[83,50.925]],[\"parent/115\",[40,2.575]],[\"name/116\",[84,56.033]],[\"parent/116\",[85,4.278]],[\"name/117\",[86,56.033]],[\"parent/117\",[85,4.278]],[\"name/118\",[44,39.939]],[\"parent/118\",[85,4.278]],[\"name/119\",[87,56.033]],[\"parent/119\",[85,4.278]],[\"name/120\",[88,56.033]],[\"parent/120\",[85,4.278]],[\"name/121\",[89,50.925]],[\"parent/121\",[40,2.575]],[\"name/122\",[90,56.033]],[\"parent/122\",[91,3.97]],[\"name/123\",[92,56.033]],[\"parent/123\",[91,3.97]],[\"name/124\",[93,56.033]],[\"parent/124\",[91,3.97]],[\"name/125\",[94,56.033]],[\"parent/125\",[91,3.97]],[\"name/126\",[95,56.033]],[\"parent/126\",[91,3.97]],[\"name/127\",[96,56.033]],[\"parent/127\",[91,3.97]],[\"name/128\",[97,56.033]],[\"parent/128\",[91,3.97]],[\"name/129\",[98,50.925]],[\"parent/129\",[40,2.575]],[\"name/130\",[80,45.047]],[\"parent/130\",[99,4.727]],[\"name/131\",[82,45.047]],[\"parent/131\",[99,4.727]],[\"name/132\",[100,56.033]],[\"parent/132\",[99,4.727]],[\"name/133\",[101,50.925]],[\"parent/133\",[40,2.575]],[\"name/134\",[42,34.061]],[\"parent/134\",[102,2.97]],[\"name/135\",[103,56.033]],[\"parent/135\",[102,2.97]],[\"name/136\",[104,50.925]],[\"parent/136\",[102,2.97]],[\"name/137\",[105,47.561]],[\"parent/137\",[102,2.97]],[\"name/138\",[106,50.925]],[\"parent/138\",[102,2.97]],[\"name/139\",[107,45.047]],[\"parent/139\",[102,2.97]],[\"name/140\",[108,56.033]],[\"parent/140\",[102,2.97]],[\"name/141\",[109,56.033]],[\"parent/141\",[102,2.97]],[\"name/142\",[110,34.061]],[\"parent/142\",[102,2.97]],[\"name/143\",[111,56.033]],[\"parent/143\",[112,5.061]],[\"name/144\",[113,56.033]],[\"parent/144\",[112,5.061]],[\"name/145\",[114,56.033]],[\"parent/145\",[102,2.97]],[\"name/146\",[115,50.925]],[\"parent/146\",[102,2.97]],[\"name/147\",[116,47.561]],[\"parent/147\",[102,2.97]],[\"name/148\",[117,50.925]],[\"parent/148\",[102,2.97]],[\"name/149\",[118,50.925]],[\"parent/149\",[102,2.97]],[\"name/150\",[119,56.033]],[\"parent/150\",[102,2.97]],[\"name/151\",[120,56.033]],[\"parent/151\",[102,2.97]],[\"name/152\",[121,56.033]],[\"parent/152\",[102,2.97]],[\"name/153\",[122,56.033]],[\"parent/153\",[102,2.97]],[\"name/154\",[123,56.033]],[\"parent/154\",[102,2.97]],[\"name/155\",[124,50.925]],[\"parent/155\",[102,2.97]],[\"name/156\",[125,50.925]],[\"parent/156\",[40,2.575]],[\"name/157\",[126,47.561]],[\"parent/157\",[40,2.575]],[\"name/158\",[127,50.925]],[\"parent/158\",[40,2.575]],[\"name/159\",[126,47.561]],[\"parent/159\",[128,4.727]],[\"name/160\",[129,56.033]],[\"parent/160\",[128,4.727]],[\"name/161\",[130,56.033]],[\"parent/161\",[128,4.727]],[\"name/162\",[131,50.925]],[\"parent/162\",[40,2.575]],[\"name/163\",[42,34.061]],[\"parent/163\",[132,4.477]],[\"name/164\",[133,56.033]],[\"parent/164\",[132,4.477]],[\"name/165\",[134,56.033]],[\"parent/165\",[132,4.477]],[\"name/166\",[135,56.033]],[\"parent/166\",[132,4.477]],[\"name/167\",[136,50.925]],[\"parent/167\",[40,2.575]],[\"name/168\",[137,45.047]],[\"parent/168\",[138,3.072]],[\"name/169\",[139,50.925]],[\"parent/169\",[138,3.072]],[\"name/170\",[140,47.561]],[\"parent/170\",[138,3.072]],[\"name/171\",[141,56.033]],[\"parent/171\",[138,3.072]],[\"name/172\",[42,34.061]],[\"parent/172\",[138,3.072]],[\"name/173\",[142,45.047]],[\"parent/173\",[138,3.072]],[\"name/174\",[143,56.033]],[\"parent/174\",[138,3.072]],[\"name/175\",[144,50.925]],[\"parent/175\",[138,3.072]],[\"name/176\",[145,56.033]],[\"parent/176\",[138,3.072]],[\"name/177\",[146,56.033]],[\"parent/177\",[138,3.072]],[\"name/178\",[147,56.033]],[\"parent/178\",[138,3.072]],[\"name/179\",[148,56.033]],[\"parent/179\",[138,3.072]],[\"name/180\",[149,56.033]],[\"parent/180\",[138,3.072]],[\"name/181\",[150,56.033]],[\"parent/181\",[138,3.072]],[\"name/182\",[151,47.561]],[\"parent/182\",[138,3.072]],[\"name/183\",[110,34.061]],[\"parent/183\",[138,3.072]],[\"name/184\",[42,34.061]],[\"parent/184\",[152,3.635]],[\"name/185\",[153,50.925]],[\"parent/185\",[152,3.635]],[\"name/186\",[154,56.033]],[\"parent/186\",[152,3.635]],[\"name/187\",[155,56.033]],[\"parent/187\",[152,3.635]],[\"name/188\",[156,56.033]],[\"parent/188\",[152,3.635]],[\"name/189\",[157,56.033]],[\"parent/189\",[152,3.635]],[\"name/190\",[158,56.033]],[\"parent/190\",[152,3.635]],[\"name/191\",[159,56.033]],[\"parent/191\",[152,3.635]],[\"name/192\",[160,50.925]],[\"parent/192\",[152,3.635]],[\"name/193\",[161,56.033]],[\"parent/193\",[152,3.635]],[\"name/194\",[162,56.033]],[\"parent/194\",[138,3.072]],[\"name/195\",[163,56.033]],[\"parent/195\",[138,3.072]],[\"name/196\",[164,50.925]],[\"parent/196\",[40,2.575]],[\"name/197\",[165,50.925]],[\"parent/197\",[40,2.575]],[\"name/198\",[166,47.561]],[\"parent/198\",[167,5.569]],[\"name/199\",[137,45.047]],[\"parent/199\",[40,2.575]],[\"name/200\",[116,47.561]],[\"parent/200\",[168,3.186]],[\"name/201\",[115,50.925]],[\"parent/201\",[168,3.186]],[\"name/202\",[169,56.033]],[\"parent/202\",[168,3.186]],[\"name/203\",[170,56.033]],[\"parent/203\",[168,3.186]],[\"name/204\",[171,56.033]],[\"parent/204\",[168,3.186]],[\"name/205\",[172,56.033]],[\"parent/205\",[168,3.186]],[\"name/206\",[117,50.925]],[\"parent/206\",[168,3.186]],[\"name/207\",[166,47.561]],[\"parent/207\",[168,3.186]],[\"name/208\",[173,56.033]],[\"parent/208\",[168,3.186]],[\"name/209\",[174,56.033]],[\"parent/209\",[168,3.186]],[\"name/210\",[175,56.033]],[\"parent/210\",[168,3.186]],[\"name/211\",[176,56.033]],[\"parent/211\",[168,3.186]],[\"name/212\",[118,50.925]],[\"parent/212\",[168,3.186]],[\"name/213\",[177,56.033]],[\"parent/213\",[168,3.186]],[\"name/214\",[178,56.033]],[\"parent/214\",[168,3.186]],[\"name/215\",[179,56.033]],[\"parent/215\",[168,3.186]],[\"name/216\",[180,50.925]],[\"parent/216\",[40,2.575]],[\"name/217\",[181,50.925]],[\"parent/217\",[40,2.575]],[\"name/218\",[105,47.561]],[\"parent/218\",[182,3.97]],[\"name/219\",[106,50.925]],[\"parent/219\",[182,3.97]],[\"name/220\",[183,50.925]],[\"parent/220\",[182,3.97]],[\"name/221\",[104,50.925]],[\"parent/221\",[182,3.97]],[\"name/222\",[107,45.047]],[\"parent/222\",[182,3.97]],[\"name/223\",[140,47.561]],[\"parent/223\",[182,3.97]],[\"name/224\",[110,34.061]],[\"parent/224\",[182,3.97]],[\"name/225\",[142,45.047]],[\"parent/225\",[184,4.727]],[\"name/226\",[45,43.041]],[\"parent/226\",[184,4.727]],[\"name/227\",[46,43.041]],[\"parent/227\",[184,4.727]],[\"name/228\",[185,50.925]],[\"parent/228\",[40,2.575]],[\"name/229\",[107,45.047]],[\"parent/229\",[186,4.477]],[\"name/230\",[187,50.925]],[\"parent/230\",[186,4.477]],[\"name/231\",[188,56.033]],[\"parent/231\",[186,4.477]],[\"name/232\",[110,34.061]],[\"parent/232\",[186,4.477]],[\"name/233\",[189,56.033]],[\"parent/233\",[190,5.569]],[\"name/234\",[191,50.925]],[\"parent/234\",[40,2.575]],[\"name/235\",[42,34.061]],[\"parent/235\",[192,3.97]],[\"name/236\",[44,39.939]],[\"parent/236\",[192,3.97]],[\"name/237\",[183,50.925]],[\"parent/237\",[192,3.97]],[\"name/238\",[193,56.033]],[\"parent/238\",[192,3.97]],[\"name/239\",[194,56.033]],[\"parent/239\",[192,3.97]],[\"name/240\",[195,56.033]],[\"parent/240\",[192,3.97]],[\"name/241\",[196,56.033]],[\"parent/241\",[192,3.97]],[\"name/242\",[197,50.925]],[\"parent/242\",[40,2.575]],[\"name/243\",[198,50.925]],[\"parent/243\",[40,2.575]],[\"name/244\",[42,34.061]],[\"parent/244\",[199,3.127]],[\"name/245\",[200,56.033]],[\"parent/245\",[199,3.127]],[\"name/246\",[166,47.561]],[\"parent/246\",[199,3.127]],[\"name/247\",[201,56.033]],[\"parent/247\",[199,3.127]],[\"name/248\",[202,56.033]],[\"parent/248\",[199,3.127]],[\"name/249\",[203,56.033]],[\"parent/249\",[199,3.127]],[\"name/250\",[204,56.033]],[\"parent/250\",[199,3.127]],[\"name/251\",[205,47.561]],[\"parent/251\",[199,3.127]],[\"name/252\",[110,34.061]],[\"parent/252\",[199,3.127]],[\"name/253\",[42,34.061]],[\"parent/253\",[206,3.248]],[\"name/254\",[45,43.041]],[\"parent/254\",[206,3.248]],[\"name/255\",[46,43.041]],[\"parent/255\",[206,3.248]],[\"name/256\",[207,56.033]],[\"parent/256\",[206,3.248]],[\"name/257\",[110,34.061]],[\"parent/257\",[206,3.248]],[\"name/258\",[208,56.033]],[\"parent/258\",[209,4.278]],[\"name/259\",[210,56.033]],[\"parent/259\",[209,4.278]],[\"name/260\",[211,56.033]],[\"parent/260\",[209,4.278]],[\"name/261\",[137,45.047]],[\"parent/261\",[199,3.127]],[\"name/262\",[110,34.061]],[\"parent/262\",[199,3.127]],[\"name/263\",[42,34.061]],[\"parent/263\",[206,3.248]],[\"name/264\",[44,39.939]],[\"parent/264\",[206,3.248]],[\"name/265\",[139,50.925]],[\"parent/265\",[206,3.248]],[\"name/266\",[110,34.061]],[\"parent/266\",[206,3.248]],[\"name/267\",[42,34.061]],[\"parent/267\",[209,4.278]],[\"name/268\",[44,39.939]],[\"parent/268\",[209,4.278]],[\"name/269\",[187,50.925]],[\"parent/269\",[199,3.127]],[\"name/270\",[110,34.061]],[\"parent/270\",[199,3.127]],[\"name/271\",[105,47.561]],[\"parent/271\",[206,3.248]],[\"name/272\",[140,47.561]],[\"parent/272\",[199,3.127]],[\"name/273\",[110,34.061]],[\"parent/273\",[199,3.127]],[\"name/274\",[42,34.061]],[\"parent/274\",[206,3.248]],[\"name/275\",[45,43.041]],[\"parent/275\",[206,3.248]],[\"name/276\",[46,43.041]],[\"parent/276\",[206,3.248]],[\"name/277\",[142,45.047]],[\"parent/277\",[206,3.248]],[\"name/278\",[124,50.925]],[\"parent/278\",[199,3.127]],[\"name/279\",[110,34.061]],[\"parent/279\",[199,3.127]],[\"name/280\",[44,39.939]],[\"parent/280\",[206,3.248]],[\"name/281\",[212,50.925]],[\"parent/281\",[40,2.575]],[\"name/282\",[213,50.925]],[\"parent/282\",[40,2.575]],[\"name/283\",[42,34.061]],[\"parent/283\",[214,2.97]],[\"name/284\",[142,45.047]],[\"parent/284\",[214,2.97]],[\"name/285\",[144,50.925]],[\"parent/285\",[214,2.97]],[\"name/286\",[215,50.925]],[\"parent/286\",[214,2.97]],[\"name/287\",[116,47.561]],[\"parent/287\",[214,2.97]],[\"name/288\",[216,50.925]],[\"parent/288\",[214,2.97]],[\"name/289\",[217,56.033]],[\"parent/289\",[214,2.97]],[\"name/290\",[153,50.925]],[\"parent/290\",[214,2.97]],[\"name/291\",[107,45.047]],[\"parent/291\",[214,2.97]],[\"name/292\",[160,50.925]],[\"parent/292\",[214,2.97]],[\"name/293\",[218,56.033]],[\"parent/293\",[214,2.97]],[\"name/294\",[219,56.033]],[\"parent/294\",[214,2.97]],[\"name/295\",[220,56.033]],[\"parent/295\",[214,2.97]],[\"name/296\",[221,56.033]],[\"parent/296\",[214,2.97]],[\"name/297\",[222,56.033]],[\"parent/297\",[214,2.97]],[\"name/298\",[223,56.033]],[\"parent/298\",[214,2.97]],[\"name/299\",[224,56.033]],[\"parent/299\",[214,2.97]],[\"name/300\",[225,56.033]],[\"parent/300\",[214,2.97]],[\"name/301\",[226,56.033]],[\"parent/301\",[214,2.97]],[\"name/302\",[227,56.033]],[\"parent/302\",[214,2.97]],[\"name/303\",[228,50.925]],[\"parent/303\",[40,2.575]],[\"name/304\",[205,47.561]],[\"parent/304\",[40,2.575]],[\"name/305\",[215,50.925]],[\"parent/305\",[229,2.055]],[\"name/306\",[216,50.925]],[\"parent/306\",[229,2.055]],[\"name/307\",[230,56.033]],[\"parent/307\",[229,2.055]],[\"name/308\",[231,56.033]],[\"parent/308\",[229,2.055]],[\"name/309\",[232,56.033]],[\"parent/309\",[229,2.055]],[\"name/310\",[233,56.033]],[\"parent/310\",[229,2.055]],[\"name/311\",[234,56.033]],[\"parent/311\",[229,2.055]],[\"name/312\",[235,56.033]],[\"parent/312\",[229,2.055]],[\"name/313\",[236,56.033]],[\"parent/313\",[229,2.055]],[\"name/314\",[237,56.033]],[\"parent/314\",[229,2.055]],[\"name/315\",[238,56.033]],[\"parent/315\",[229,2.055]],[\"name/316\",[239,56.033]],[\"parent/316\",[229,2.055]],[\"name/317\",[240,56.033]],[\"parent/317\",[229,2.055]],[\"name/318\",[241,56.033]],[\"parent/318\",[229,2.055]],[\"name/319\",[242,56.033]],[\"parent/319\",[229,2.055]],[\"name/320\",[72,50.925]],[\"parent/320\",[229,2.055]],[\"name/321\",[73,50.925]],[\"parent/321\",[229,2.055]],[\"name/322\",[42,34.061]],[\"parent/322\",[229,2.055]],[\"name/323\",[44,39.939]],[\"parent/323\",[229,2.055]],[\"name/324\",[45,43.041]],[\"parent/324\",[229,2.055]],[\"name/325\",[46,43.041]],[\"parent/325\",[229,2.055]],[\"name/326\",[47,50.925]],[\"parent/326\",[229,2.055]],[\"name/327\",[48,50.925]],[\"parent/327\",[229,2.055]],[\"name/328\",[49,50.925]],[\"parent/328\",[229,2.055]],[\"name/329\",[50,50.925]],[\"parent/329\",[229,2.055]],[\"name/330\",[51,50.925]],[\"parent/330\",[229,2.055]],[\"name/331\",[52,50.925]],[\"parent/331\",[229,2.055]],[\"name/332\",[53,50.925]],[\"parent/332\",[229,2.055]],[\"name/333\",[54,50.925]],[\"parent/333\",[229,2.055]],[\"name/334\",[55,50.925]],[\"parent/334\",[229,2.055]],[\"name/335\",[56,50.925]],[\"parent/335\",[229,2.055]],[\"name/336\",[57,50.925]],[\"parent/336\",[229,2.055]],[\"name/337\",[58,50.925]],[\"parent/337\",[229,2.055]],[\"name/338\",[59,50.925]],[\"parent/338\",[229,2.055]],[\"name/339\",[60,50.925]],[\"parent/339\",[229,2.055]],[\"name/340\",[61,50.925]],[\"parent/340\",[229,2.055]],[\"name/341\",[62,50.925]],[\"parent/341\",[229,2.055]],[\"name/342\",[63,50.925]],[\"parent/342\",[229,2.055]],[\"name/343\",[64,50.925]],[\"parent/343\",[229,2.055]],[\"name/344\",[65,50.925]],[\"parent/344\",[229,2.055]],[\"name/345\",[66,50.925]],[\"parent/345\",[229,2.055]],[\"name/346\",[67,50.925]],[\"parent/346\",[229,2.055]],[\"name/347\",[68,50.925]],[\"parent/347\",[229,2.055]],[\"name/348\",[69,50.925]],[\"parent/348\",[229,2.055]],[\"name/349\",[70,50.925]],[\"parent/349\",[229,2.055]],[\"name/350\",[71,50.925]],[\"parent/350\",[229,2.055]],[\"name/351\",[74,50.925]],[\"parent/351\",[229,2.055]],[\"name/352\",[75,50.925]],[\"parent/352\",[229,2.055]],[\"name/353\",[76,50.925]],[\"parent/353\",[229,2.055]],[\"name/354\",[77,50.925]],[\"parent/354\",[229,2.055]],[\"name/355\",[78,50.925]],[\"parent/355\",[229,2.055]],[\"name/356\",[243,50.925]],[\"parent/356\",[40,2.575]],[\"name/357\",[244,50.925]],[\"parent/357\",[40,2.575]],[\"name/358\",[80,45.047]],[\"parent/358\",[245,5.061]],[\"name/359\",[82,45.047]],[\"parent/359\",[245,5.061]],[\"name/360\",[246,50.925]],[\"parent/360\",[40,2.575]],[\"name/361\",[80,45.047]],[\"parent/361\",[247,5.061]],[\"name/362\",[82,45.047]],[\"parent/362\",[247,5.061]],[\"name/363\",[248,50.925]],[\"parent/363\",[40,2.575]],[\"name/364\",[249,56.033]],[\"parent/364\",[250,4.477]],[\"name/365\",[110,34.061]],[\"parent/365\",[250,4.477]],[\"name/366\",[251,50.925]],[\"parent/366\",[252,4.112]],[\"name/367\",[151,47.561]],[\"parent/367\",[252,4.112]],[\"name/368\",[253,50.925]],[\"parent/368\",[252,4.112]],[\"name/369\",[254,56.033]],[\"parent/369\",[250,4.477]],[\"name/370\",[110,34.061]],[\"parent/370\",[250,4.477]],[\"name/371\",[251,50.925]],[\"parent/371\",[252,4.112]],[\"name/372\",[151,47.561]],[\"parent/372\",[252,4.112]],[\"name/373\",[253,50.925]],[\"parent/373\",[252,4.112]],[\"name/374\",[255,50.925]],[\"parent/374\",[40,2.575]],[\"name/375\",[27,50.925]],[\"parent/375\",[25,2.512]],[\"name/376\",[36,50.925]],[\"parent/376\",[25,2.512]],[\"name/377\",[41,50.925]],[\"parent/377\",[25,2.512]],[\"name/378\",[79,50.925]],[\"parent/378\",[25,2.512]],[\"name/379\",[83,50.925]],[\"parent/379\",[25,2.512]],[\"name/380\",[89,50.925]],[\"parent/380\",[25,2.512]],[\"name/381\",[98,50.925]],[\"parent/381\",[25,2.512]],[\"name/382\",[101,50.925]],[\"parent/382\",[25,2.512]],[\"name/383\",[125,50.925]],[\"parent/383\",[25,2.512]],[\"name/384\",[126,47.561]],[\"parent/384\",[25,2.512]],[\"name/385\",[127,50.925]],[\"parent/385\",[25,2.512]],[\"name/386\",[131,50.925]],[\"parent/386\",[25,2.512]],[\"name/387\",[136,50.925]],[\"parent/387\",[25,2.512]],[\"name/388\",[164,50.925]],[\"parent/388\",[25,2.512]],[\"name/389\",[165,50.925]],[\"parent/389\",[25,2.512]],[\"name/390\",[137,45.047]],[\"parent/390\",[25,2.512]],[\"name/391\",[180,50.925]],[\"parent/391\",[25,2.512]],[\"name/392\",[181,50.925]],[\"parent/392\",[25,2.512]],[\"name/393\",[185,50.925]],[\"parent/393\",[25,2.512]],[\"name/394\",[191,50.925]],[\"parent/394\",[25,2.512]],[\"name/395\",[197,50.925]],[\"parent/395\",[25,2.512]],[\"name/396\",[198,50.925]],[\"parent/396\",[25,2.512]],[\"name/397\",[212,50.925]],[\"parent/397\",[25,2.512]],[\"name/398\",[213,50.925]],[\"parent/398\",[25,2.512]],[\"name/399\",[228,50.925]],[\"parent/399\",[25,2.512]],[\"name/400\",[205,47.561]],[\"parent/400\",[25,2.512]],[\"name/401\",[243,50.925]],[\"parent/401\",[25,2.512]],[\"name/402\",[244,50.925]],[\"parent/402\",[25,2.512]],[\"name/403\",[246,50.925]],[\"parent/403\",[25,2.512]],[\"name/404\",[248,50.925]],[\"parent/404\",[25,2.512]],[\"name/405\",[255,50.925]],[\"parent/405\",[25,2.512]]],\"invertedIndex\":[[\"__type\",{\"_index\":110,\"name\":{\"142\":{},\"183\":{},\"224\":{},\"232\":{},\"252\":{},\"257\":{},\"262\":{},\"266\":{},\"270\":{},\"273\":{},\"279\":{},\"365\":{},\"370\":{}},\"parent\":{}}],[\"_can_delete\",{\"_index\":119,\"name\":{\"150\":{}},\"parent\":{}}],[\"activitypoint\",{\"_index\":101,\"name\":{\"133\":{},\"382\":{}},\"parent\":{}}],[\"activityresponse\",{\"_index\":125,\"name\":{\"156\":{},\"383\":{}},\"parent\":{}}],[\"allow_attachments\",{\"_index\":157,\"name\":{\"189\":{}},\"parent\":{}}],[\"allow_comments\",{\"_index\":220,\"name\":{\"295\":{}},\"parent\":{}}],[\"allow_consent\",{\"_index\":222,\"name\":{\"297\":{}},\"parent\":{}}],[\"allow_pupils_add_timetable_notes\",{\"_index\":71,\"name\":{\"104\":{},\"350\":{}},\"parent\":{}}],[\"allow_reactions\",{\"_index\":221,\"name\":{\"296\":{}},\"parent\":{}}],[\"am\",{\"_index\":249,\"name\":{\"364\":{}},\"parent\":{}}],[\"announcement\",{\"_index\":213,\"name\":{\"282\":{},\"398\":{}},\"parent\":{}}],[\"announcements_count\",{\"_index\":72,\"name\":{\"105\":{},\"320\":{}},\"parent\":{}}],[\"announcementsresponse\",{\"_index\":228,\"name\":{\"303\":{},\"399\":{}},\"parent\":{}}],[\"api_base\",{\"_index\":8,\"name\":{\"7\":{},\"38\":{},\"61\":{}},\"parent\":{}}],[\"api_base_parent\",{\"_index\":24,\"name\":{\"23\":{}},\"parent\":{}}],[\"api_base_student\",{\"_index\":23,\"name\":{\"22\":{}},\"parent\":{}}],[\"attachments\",{\"_index\":160,\"name\":{\"192\":{},\"292\":{}},\"parent\":{}}],[\"attendancedate\",{\"_index\":248,\"name\":{\"363\":{},\"404\":{}},\"parent\":{}}],[\"attendanceresponse\",{\"_index\":255,\"name\":{\"374\":{},\"405\":{}},\"parent\":{}}],[\"attended\",{\"_index\":200,\"name\":{\"245\":{}},\"parent\":{}}],[\"authcookies\",{\"_index\":6,\"name\":{\"5\":{},\"36\":{},\"59\":{}},\"parent\":{}}],[\"avatar_url\",{\"_index\":47,\"name\":{\"80\":{},\"326\":{}},\"parent\":{}}],[\"axios\",{\"_index\":9,\"name\":{\"8\":{},\"39\":{},\"62\":{}},\"parent\":{}}],[\"badge\",{\"_index\":191,\"name\":{\"234\":{},\"394\":{}},\"parent\":{}}],[\"badges\",{\"_index\":120,\"name\":{\"151\":{}},\"parent\":{}}],[\"badgesresponse\",{\"_index\":197,\"name\":{\"242\":{},\"395\":{}},\"parent\":{}}],[\"base_url\",{\"_index\":22,\"name\":{\"21\":{}},\"parent\":{}}],[\"baseclient\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{\"1\":{}}}],[\"baseclient.classchartsclient\",{\"_index\":3,\"name\":{},\"parent\":{\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{},\"10\":{},\"11\":{},\"12\":{},\"13\":{},\"14\":{},\"15\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{}}}],[\"behaviourresponse\",{\"_index\":89,\"name\":{\"121\":{},\"380\":{}},\"parent\":{}}],[\"behaviourtimelinepoint\",{\"_index\":83,\"name\":{\"115\":{},\"379\":{}},\"parent\":{}}],[\"border_color\",{\"_index\":111,\"name\":{\"143\":{}},\"parent\":{}}],[\"can_change_consent\",{\"_index\":225,\"name\":{\"300\":{}},\"parent\":{}}],[\"can_record_covid_tests\",{\"_index\":232,\"name\":{\"309\":{}},\"parent\":{}}],[\"can_upload_attachments\",{\"_index\":65,\"name\":{\"98\":{},\"344\":{}},\"parent\":{}}],[\"classchartsclient\",{\"_index\":1,\"name\":{\"1\":{}},\"parent\":{}}],[\"classchartsparentclient\",{\"_index\":27,\"name\":{\"26\":{},\"375\":{}},\"parent\":{}}],[\"classchartsstudentclient\",{\"_index\":36,\"name\":{\"52\":{},\"376\":{}},\"parent\":{}}],[\"code\",{\"_index\":251,\"name\":{\"366\":{},\"371\":{}},\"parent\":{}}],[\"colour\",{\"_index\":193,\"name\":{\"238\":{}},\"parent\":{}}],[\"comment_visibility\",{\"_index\":219,\"name\":{\"294\":{}},\"parent\":{}}],[\"completion_time_unit\",{\"_index\":148,\"name\":{\"179\":{}},\"parent\":{}}],[\"completion_time_value\",{\"_index\":149,\"name\":{\"180\":{}},\"parent\":{}}],[\"consent\",{\"_index\":226,\"name\":{\"301\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":2,\"name\":{\"2\":{},\"27\":{},\"53\":{}},\"parent\":{}}],[\"consts\",{\"_index\":21,\"name\":{\"20\":{}},\"parent\":{\"21\":{},\"22\":{},\"23\":{}}}],[\"created_date\",{\"_index\":194,\"name\":{\"239\":{}},\"parent\":{}}],[\"custom_class\",{\"_index\":113,\"name\":{\"144\":{}},\"parent\":{}}],[\"date\",{\"_index\":166,\"name\":{\"198\":{},\"207\":{},\"246\":{}},\"parent\":{}}],[\"dateofbirth\",{\"_index\":39,\"name\":{\"55\":{}},\"parent\":{}}],[\"description\",{\"_index\":144,\"name\":{\"175\":{},\"285\":{}},\"parent\":{}}],[\"description_raw\",{\"_index\":145,\"name\":{\"176\":{}},\"parent\":{}}],[\"detention\",{\"_index\":198,\"name\":{\"243\":{},\"396\":{}},\"parent\":{}}],[\"detention_alias_plural_uc\",{\"_index\":78,\"name\":{\"111\":{},\"355\":{}},\"parent\":{}}],[\"detention_date\",{\"_index\":121,\"name\":{\"152\":{}},\"parent\":{}}],[\"detention_location\",{\"_index\":123,\"name\":{\"154\":{}},\"parent\":{}}],[\"detention_no_count\",{\"_index\":234,\"name\":{\"311\":{}},\"parent\":{}}],[\"detention_pending_count\",{\"_index\":235,\"name\":{\"312\":{}},\"parent\":{}}],[\"detention_time\",{\"_index\":122,\"name\":{\"153\":{}},\"parent\":{}}],[\"detention_type\",{\"_index\":124,\"name\":{\"155\":{},\"278\":{}},\"parent\":{}}],[\"detention_upscaled_count\",{\"_index\":236,\"name\":{\"313\":{}},\"parent\":{}}],[\"detention_yes_count\",{\"_index\":233,\"name\":{\"310\":{}},\"parent\":{}}],[\"detentionsresponse\",{\"_index\":212,\"name\":{\"281\":{},\"397\":{}},\"parent\":{}}],[\"display_absences\",{\"_index\":64,\"name\":{\"97\":{},\"343\":{}},\"parent\":{}}],[\"display_activity\",{\"_index\":59,\"name\":{\"92\":{},\"338\":{}},\"parent\":{}}],[\"display_announcements\",{\"_index\":55,\"name\":{\"88\":{},\"334\":{}},\"parent\":{}}],[\"display_attendance\",{\"_index\":56,\"name\":{\"89\":{},\"335\":{}},\"parent\":{}}],[\"display_attendance_percentage\",{\"_index\":58,\"name\":{\"91\":{},\"337\":{}},\"parent\":{}}],[\"display_attendance_type\",{\"_index\":57,\"name\":{\"90\":{},\"336\":{}},\"parent\":{}}],[\"display_avatars\",{\"_index\":67,\"name\":{\"100\":{},\"346\":{}},\"parent\":{}}],[\"display_behaviour\",{\"_index\":48,\"name\":{\"81\":{},\"327\":{}},\"parent\":{}}],[\"display_classes\",{\"_index\":54,\"name\":{\"87\":{},\"333\":{}},\"parent\":{}}],[\"display_concern_submission\",{\"_index\":68,\"name\":{\"101\":{},\"347\":{}},\"parent\":{}}],[\"display_covid_tests\",{\"_index\":231,\"name\":{\"308\":{}},\"parent\":{}}],[\"display_custom_fields\",{\"_index\":69,\"name\":{\"102\":{},\"348\":{}},\"parent\":{}}],[\"display_detentions\",{\"_index\":52,\"name\":{\"85\":{},\"331\":{}},\"parent\":{}}],[\"display_event_badges\",{\"_index\":66,\"name\":{\"99\":{},\"345\":{}},\"parent\":{}}],[\"display_homework\",{\"_index\":50,\"name\":{\"83\":{},\"329\":{}},\"parent\":{}}],[\"display_mental_health\",{\"_index\":60,\"name\":{\"93\":{},\"339\":{}},\"parent\":{}}],[\"display_parent_behaviour\",{\"_index\":49,\"name\":{\"82\":{},\"328\":{}},\"parent\":{}}],[\"display_report_cards\",{\"_index\":53,\"name\":{\"86\":{},\"332\":{}},\"parent\":{}}],[\"display_rewards\",{\"_index\":51,\"name\":{\"84\":{},\"330\":{}},\"parent\":{}}],[\"display_timetable\",{\"_index\":61,\"name\":{\"94\":{},\"340\":{}},\"parent\":{}}],[\"display_two_way_communications\",{\"_index\":63,\"name\":{\"96\":{},\"342\":{}},\"parent\":{}}],[\"displaydate\",{\"_index\":126,\"name\":{\"157\":{},\"159\":{},\"384\":{}},\"parent\":{}}],[\"due_date\",{\"_index\":147,\"name\":{\"178\":{}},\"parent\":{}}],[\"email\",{\"_index\":30,\"name\":{\"29\":{}},\"parent\":{}}],[\"end\",{\"_index\":88,\"name\":{\"120\":{}},\"parent\":{}}],[\"end_time\",{\"_index\":174,\"name\":{\"209\":{}},\"parent\":{}}],[\"event\",{\"_index\":188,\"name\":{\"231\":{}},\"parent\":{}}],[\"file\",{\"_index\":134,\"name\":{\"165\":{}},\"parent\":{}}],[\"file_name\",{\"_index\":133,\"name\":{\"164\":{}},\"parent\":{}}],[\"first_name\",{\"_index\":45,\"name\":{\"78\":{},\"226\":{},\"254\":{},\"275\":{},\"324\":{}},\"parent\":{}}],[\"first_seen_date\",{\"_index\":158,\"name\":{\"190\":{}},\"parent\":{}}],[\"for_pupils\",{\"_index\":218,\"name\":{\"293\":{}},\"parent\":{}}],[\"from\",{\"_index\":80,\"name\":{\"113\":{},\"130\":{},\"358\":{},\"361\":{}},\"parent\":{}}],[\"fromdate\",{\"_index\":129,\"name\":{\"160\":{}},\"parent\":{}}],[\"getactivity\",{\"_index\":12,\"name\":{\"11\":{},\"42\":{},\"65\":{}},\"parent\":{}}],[\"getactivityoptions\",{\"_index\":98,\"name\":{\"129\":{},\"381\":{}},\"parent\":{}}],[\"getattendanceoptions\",{\"_index\":246,\"name\":{\"360\":{},\"403\":{}},\"parent\":{}}],[\"getbadges\",{\"_index\":17,\"name\":{\"16\":{},\"47\":{},\"70\":{}},\"parent\":{}}],[\"getbehaviour\",{\"_index\":14,\"name\":{\"13\":{},\"44\":{},\"67\":{}},\"parent\":{}}],[\"getbehaviouroptions\",{\"_index\":79,\"name\":{\"112\":{},\"378\":{}},\"parent\":{}}],[\"getdetentions\",{\"_index\":19,\"name\":{\"18\":{},\"49\":{},\"72\":{}},\"parent\":{}}],[\"getfullactivity\",{\"_index\":13,\"name\":{\"12\":{},\"43\":{},\"66\":{}},\"parent\":{}}],[\"getfullactivityoptions\",{\"_index\":244,\"name\":{\"357\":{},\"402\":{}},\"parent\":{}}],[\"gethomeworkoptions\",{\"_index\":127,\"name\":{\"158\":{},\"385\":{}},\"parent\":{}}],[\"getlessons\",{\"_index\":16,\"name\":{\"15\":{},\"46\":{},\"69\":{}},\"parent\":{}}],[\"getlessonsoptions\",{\"_index\":165,\"name\":{\"197\":{},\"389\":{}},\"parent\":{}}],[\"getpupils\",{\"_index\":33,\"name\":{\"32\":{}},\"parent\":{}}],[\"getpupilsresponse\",{\"_index\":243,\"name\":{\"356\":{},\"401\":{}},\"parent\":{}}],[\"getstudentinfo\",{\"_index\":11,\"name\":{\"10\":{},\"41\":{},\"64\":{}},\"parent\":{}}],[\"has_birthday\",{\"_index\":75,\"name\":{\"108\":{},\"352\":{}},\"parent\":{}}],[\"has_feedback\",{\"_index\":161,\"name\":{\"193\":{}},\"parent\":{}}],[\"has_new_survey\",{\"_index\":76,\"name\":{\"109\":{},\"353\":{}},\"parent\":{}}],[\"homework\",{\"_index\":136,\"name\":{\"167\":{},\"387\":{}},\"parent\":{}}],[\"homework_completed_count\",{\"_index\":241,\"name\":{\"318\":{}},\"parent\":{}}],[\"homework_excused_count\",{\"_index\":240,\"name\":{\"317\":{}},\"parent\":{}}],[\"homework_late_count\",{\"_index\":238,\"name\":{\"315\":{}},\"parent\":{}}],[\"homework_not_completed_count\",{\"_index\":239,\"name\":{\"316\":{}},\"parent\":{}}],[\"homework_submitted_count\",{\"_index\":242,\"name\":{\"319\":{}},\"parent\":{}}],[\"homework_todo_count\",{\"_index\":237,\"name\":{\"314\":{}},\"parent\":{}}],[\"homework_type\",{\"_index\":141,\"name\":{\"171\":{}},\"parent\":{}}],[\"homeworksresponse\",{\"_index\":164,\"name\":{\"196\":{},\"388\":{}},\"parent\":{}}],[\"icon\",{\"_index\":183,\"name\":{\"220\":{},\"237\":{}},\"parent\":{}}],[\"icon_url\",{\"_index\":196,\"name\":{\"241\":{}},\"parent\":{}}],[\"id\",{\"_index\":42,\"name\":{\"76\":{},\"134\":{},\"163\":{},\"172\":{},\"184\":{},\"235\":{},\"244\":{},\"253\":{},\"263\":{},\"267\":{},\"274\":{},\"283\":{},\"322\":{}},\"parent\":{}}],[\"index\",{\"_index\":25,\"name\":{\"24\":{}},\"parent\":{\"375\":{},\"376\":{},\"377\":{},\"378\":{},\"379\":{},\"380\":{},\"381\":{},\"382\":{},\"383\":{},\"384\":{},\"385\":{},\"386\":{},\"387\":{},\"388\":{},\"389\":{},\"390\":{},\"391\":{},\"392\":{},\"393\":{},\"394\":{},\"395\":{},\"396\":{},\"397\":{},\"398\":{},\"399\":{},\"400\":{},\"401\":{},\"402\":{},\"403\":{},\"404\":{},\"405\":{}}}],[\"is_alternative_lesson\",{\"_index\":170,\"name\":{\"203\":{}},\"parent\":{}}],[\"is_disabled\",{\"_index\":62,\"name\":{\"95\":{},\"341\":{}},\"parent\":{}}],[\"issue_date\",{\"_index\":146,\"name\":{\"177\":{}},\"parent\":{}}],[\"key\",{\"_index\":175,\"name\":{\"210\":{}},\"parent\":{}}],[\"label\",{\"_index\":189,\"name\":{\"233\":{}},\"parent\":{}}],[\"last_id\",{\"_index\":100,\"name\":{\"132\":{}},\"parent\":{}}],[\"last_name\",{\"_index\":46,\"name\":{\"79\":{},\"227\":{},\"255\":{},\"276\":{},\"325\":{}},\"parent\":{}}],[\"last_seen_date\",{\"_index\":159,\"name\":{\"191\":{}},\"parent\":{}}],[\"late_minutes\",{\"_index\":253,\"name\":{\"368\":{},\"373\":{}},\"parent\":{}}],[\"length\",{\"_index\":201,\"name\":{\"247\":{}},\"parent\":{}}],[\"lesson\",{\"_index\":137,\"name\":{\"168\":{},\"199\":{},\"261\":{},\"390\":{}},\"parent\":{}}],[\"lesson_name\",{\"_index\":115,\"name\":{\"146\":{},\"201\":{}},\"parent\":{}}],[\"lesson_pupil_behaviour\",{\"_index\":187,\"name\":{\"230\":{},\"269\":{}},\"parent\":{}}],[\"lessonpupilbehaviour\",{\"_index\":181,\"name\":{\"217\":{},\"392\":{}},\"parent\":{}}],[\"lessonsresponse\",{\"_index\":180,\"name\":{\"216\":{},\"391\":{}},\"parent\":{}}],[\"listannouncements\",{\"_index\":18,\"name\":{\"17\":{},\"48\":{},\"71\":{}},\"parent\":{}}],[\"listattendance\",{\"_index\":20,\"name\":{\"19\":{},\"50\":{},\"73\":{}},\"parent\":{}}],[\"listhomeworks\",{\"_index\":15,\"name\":{\"14\":{},\"45\":{},\"68\":{}},\"parent\":{}}],[\"location\",{\"_index\":202,\"name\":{\"248\":{}},\"parent\":{}}],[\"login\",{\"_index\":32,\"name\":{\"31\":{},\"56\":{}},\"parent\":{}}],[\"makeauthedrequest\",{\"_index\":10,\"name\":{\"9\":{},\"40\":{},\"63\":{}},\"parent\":{}}],[\"mark\",{\"_index\":154,\"name\":{\"186\":{}},\"parent\":{}}],[\"mark_relative\",{\"_index\":155,\"name\":{\"187\":{}},\"parent\":{}}],[\"messages_count\",{\"_index\":73,\"name\":{\"106\":{},\"321\":{}},\"parent\":{}}],[\"meta_title\",{\"_index\":143,\"name\":{\"174\":{}},\"parent\":{}}],[\"name\",{\"_index\":44,\"name\":{\"77\":{},\"118\":{},\"236\":{},\"264\":{},\"268\":{},\"280\":{},\"323\":{}},\"parent\":{}}],[\"negative\",{\"_index\":86,\"name\":{\"117\":{}},\"parent\":{}}],[\"negative_reasons\",{\"_index\":93,\"name\":{\"124\":{}},\"parent\":{}}],[\"note\",{\"_index\":118,\"name\":{\"149\":{},\"212\":{}},\"parent\":{}}],[\"note_abstract\",{\"_index\":176,\"name\":{\"211\":{}},\"parent\":{}}],[\"notes\",{\"_index\":203,\"name\":{\"249\":{}},\"parent\":{}}],[\"opt_notes_comments\",{\"_index\":210,\"name\":{\"259\":{}},\"parent\":{}}],[\"opt_notes_comments_pupils\",{\"_index\":211,\"name\":{\"260\":{}},\"parent\":{}}],[\"opt_notes_names\",{\"_index\":208,\"name\":{\"258\":{}},\"parent\":{}}],[\"other_negative\",{\"_index\":95,\"name\":{\"126\":{}},\"parent\":{}}],[\"other_negative_count\",{\"_index\":97,\"name\":{\"128\":{}},\"parent\":{}}],[\"other_positive\",{\"_index\":94,\"name\":{\"125\":{}},\"parent\":{}}],[\"other_positive_count\",{\"_index\":96,\"name\":{\"127\":{}},\"parent\":{}}],[\"parentclient\",{\"_index\":26,\"name\":{\"25\":{}},\"parent\":{\"26\":{}}}],[\"parentclient.classchartsparentclient\",{\"_index\":28,\"name\":{},\"parent\":{\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{},\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{},\"48\":{},\"49\":{},\"50\":{}}}],[\"password\",{\"_index\":29,\"name\":{\"28\":{}},\"parent\":{}}],[\"period_name\",{\"_index\":171,\"name\":{\"204\":{}},\"parent\":{}}],[\"period_number\",{\"_index\":172,\"name\":{\"205\":{}},\"parent\":{}}],[\"pm\",{\"_index\":254,\"name\":{\"369\":{}},\"parent\":{}}],[\"polarity\",{\"_index\":104,\"name\":{\"136\":{},\"221\":{}},\"parent\":{}}],[\"positive\",{\"_index\":84,\"name\":{\"116\":{}},\"parent\":{}}],[\"positive_reasons\",{\"_index\":92,\"name\":{\"123\":{}},\"parent\":{}}],[\"priority_pinned\",{\"_index\":223,\"name\":{\"298\":{}},\"parent\":{}}],[\"publish_time\",{\"_index\":150,\"name\":{\"181\":{}},\"parent\":{}}],[\"pupil\",{\"_index\":205,\"name\":{\"251\":{},\"304\":{},\"400\":{}},\"parent\":{}}],[\"pupil_badges\",{\"_index\":195,\"name\":{\"240\":{}},\"parent\":{}}],[\"pupil_concerns_help_text\",{\"_index\":70,\"name\":{\"103\":{},\"349\":{}},\"parent\":{}}],[\"pupil_consents\",{\"_index\":227,\"name\":{\"302\":{}},\"parent\":{}}],[\"pupil_name\",{\"_index\":114,\"name\":{\"145\":{}},\"parent\":{}}],[\"pupil_note\",{\"_index\":178,\"name\":{\"214\":{}},\"parent\":{}}],[\"pupil_note_abstract\",{\"_index\":177,\"name\":{\"213\":{}},\"parent\":{}}],[\"pupil_note_raw\",{\"_index\":179,\"name\":{\"215\":{}},\"parent\":{}}],[\"pupilevent\",{\"_index\":185,\"name\":{\"228\":{},\"393\":{}},\"parent\":{}}],[\"pupils\",{\"_index\":31,\"name\":{\"30\":{}},\"parent\":{}}],[\"pusher_channel_name\",{\"_index\":74,\"name\":{\"107\":{},\"351\":{}},\"parent\":{}}],[\"reason\",{\"_index\":105,\"name\":{\"137\":{},\"218\":{},\"271\":{}},\"parent\":{}}],[\"requires_consent\",{\"_index\":224,\"name\":{\"299\":{}},\"parent\":{}}],[\"room_name\",{\"_index\":117,\"name\":{\"148\":{},\"206\":{}},\"parent\":{}}],[\"school\",{\"_index\":207,\"name\":{\"256\":{}},\"parent\":{}}],[\"school_logo\",{\"_index\":216,\"name\":{\"288\":{},\"306\":{}},\"parent\":{}}],[\"school_name\",{\"_index\":215,\"name\":{\"286\":{},\"305\":{}},\"parent\":{}}],[\"score\",{\"_index\":106,\"name\":{\"138\":{},\"219\":{}},\"parent\":{}}],[\"selectpupil\",{\"_index\":34,\"name\":{\"33\":{}},\"parent\":{}}],[\"sessionid\",{\"_index\":7,\"name\":{\"6\":{},\"37\":{},\"60\":{}},\"parent\":{}}],[\"start\",{\"_index\":87,\"name\":{\"119\":{}},\"parent\":{}}],[\"start_time\",{\"_index\":173,\"name\":{\"208\":{}},\"parent\":{}}],[\"state\",{\"_index\":153,\"name\":{\"185\":{},\"290\":{}},\"parent\":{}}],[\"status\",{\"_index\":151,\"name\":{\"182\":{},\"367\":{},\"372\":{}},\"parent\":{}}],[\"sticky\",{\"_index\":217,\"name\":{\"289\":{}},\"parent\":{}}],[\"student\",{\"_index\":41,\"name\":{\"75\":{},\"377\":{}},\"parent\":{}}],[\"studentclient\",{\"_index\":35,\"name\":{\"51\":{}},\"parent\":{\"52\":{}}}],[\"studentclient.classchartsstudentclient\",{\"_index\":37,\"name\":{},\"parent\":{\"53\":{},\"54\":{},\"55\":{},\"56\":{},\"57\":{},\"58\":{},\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"68\":{},\"69\":{},\"70\":{},\"71\":{},\"72\":{},\"73\":{}}}],[\"studentcode\",{\"_index\":38,\"name\":{\"54\":{}},\"parent\":{}}],[\"studentid\",{\"_index\":4,\"name\":{\"3\":{},\"34\":{},\"57\":{}},\"parent\":{}}],[\"studentname\",{\"_index\":5,\"name\":{\"4\":{},\"35\":{},\"58\":{}},\"parent\":{}}],[\"style\",{\"_index\":109,\"name\":{\"141\":{}},\"parent\":{}}],[\"subject\",{\"_index\":139,\"name\":{\"169\":{},\"265\":{}},\"parent\":{}}],[\"subject_name\",{\"_index\":169,\"name\":{\"202\":{}},\"parent\":{}}],[\"survey_id\",{\"_index\":77,\"name\":{\"110\":{},\"354\":{}},\"parent\":{}}],[\"teacher\",{\"_index\":140,\"name\":{\"170\":{},\"223\":{},\"272\":{}},\"parent\":{}}],[\"teacher_name\",{\"_index\":116,\"name\":{\"147\":{},\"200\":{},\"287\":{}},\"parent\":{}}],[\"ticked\",{\"_index\":156,\"name\":{\"188\":{}},\"parent\":{}}],[\"time\",{\"_index\":204,\"name\":{\"250\":{}},\"parent\":{}}],[\"timeline\",{\"_index\":90,\"name\":{\"122\":{}},\"parent\":{}}],[\"timestamp\",{\"_index\":107,\"name\":{\"139\":{},\"222\":{},\"229\":{},\"291\":{}},\"parent\":{}}],[\"timestamp_custom_time\",{\"_index\":108,\"name\":{\"140\":{}},\"parent\":{}}],[\"timezone\",{\"_index\":230,\"name\":{\"307\":{}},\"parent\":{}}],[\"title\",{\"_index\":142,\"name\":{\"173\":{},\"225\":{},\"277\":{},\"284\":{}},\"parent\":{}}],[\"to\",{\"_index\":82,\"name\":{\"114\":{},\"131\":{},\"359\":{},\"362\":{}},\"parent\":{}}],[\"todate\",{\"_index\":130,\"name\":{\"161\":{}},\"parent\":{}}],[\"type\",{\"_index\":103,\"name\":{\"135\":{}},\"parent\":{}}],[\"types\",{\"_index\":40,\"name\":{\"74\":{}},\"parent\":{\"75\":{},\"112\":{},\"115\":{},\"121\":{},\"129\":{},\"133\":{},\"156\":{},\"157\":{},\"158\":{},\"162\":{},\"167\":{},\"196\":{},\"197\":{},\"199\":{},\"216\":{},\"217\":{},\"228\":{},\"234\":{},\"242\":{},\"243\":{},\"281\":{},\"282\":{},\"303\":{},\"304\":{},\"356\":{},\"357\":{},\"360\":{},\"363\":{},\"374\":{}}}],[\"types.activitypoint\",{\"_index\":102,\"name\":{},\"parent\":{\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"141\":{},\"142\":{},\"145\":{},\"146\":{},\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{}}}],[\"types.activitypoint.__type\",{\"_index\":112,\"name\":{},\"parent\":{\"143\":{},\"144\":{}}}],[\"types.announcement\",{\"_index\":214,\"name\":{},\"parent\":{\"283\":{},\"284\":{},\"285\":{},\"286\":{},\"287\":{},\"288\":{},\"289\":{},\"290\":{},\"291\":{},\"292\":{},\"293\":{},\"294\":{},\"295\":{},\"296\":{},\"297\":{},\"298\":{},\"299\":{},\"300\":{},\"301\":{},\"302\":{}}}],[\"types.attendancedate\",{\"_index\":250,\"name\":{},\"parent\":{\"364\":{},\"365\":{},\"369\":{},\"370\":{}}}],[\"types.attendancedate.__type\",{\"_index\":252,\"name\":{},\"parent\":{\"366\":{},\"367\":{},\"368\":{},\"371\":{},\"372\":{},\"373\":{}}}],[\"types.badge\",{\"_index\":192,\"name\":{},\"parent\":{\"235\":{},\"236\":{},\"237\":{},\"238\":{},\"239\":{},\"240\":{},\"241\":{}}}],[\"types.behaviourresponse\",{\"_index\":91,\"name\":{},\"parent\":{\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{}}}],[\"types.behaviourtimelinepoint\",{\"_index\":85,\"name\":{},\"parent\":{\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{}}}],[\"types.detention\",{\"_index\":199,\"name\":{},\"parent\":{\"244\":{},\"245\":{},\"246\":{},\"247\":{},\"248\":{},\"249\":{},\"250\":{},\"251\":{},\"252\":{},\"261\":{},\"262\":{},\"269\":{},\"270\":{},\"272\":{},\"273\":{},\"278\":{},\"279\":{}}}],[\"types.detention.__type\",{\"_index\":206,\"name\":{},\"parent\":{\"253\":{},\"254\":{},\"255\":{},\"256\":{},\"257\":{},\"263\":{},\"264\":{},\"265\":{},\"266\":{},\"271\":{},\"274\":{},\"275\":{},\"276\":{},\"277\":{},\"280\":{}}}],[\"types.detention.__type.__type\",{\"_index\":209,\"name\":{},\"parent\":{\"258\":{},\"259\":{},\"260\":{},\"267\":{},\"268\":{}}}],[\"types.getactivityoptions\",{\"_index\":99,\"name\":{},\"parent\":{\"130\":{},\"131\":{},\"132\":{}}}],[\"types.getattendanceoptions\",{\"_index\":247,\"name\":{},\"parent\":{\"361\":{},\"362\":{}}}],[\"types.getbehaviouroptions\",{\"_index\":81,\"name\":{},\"parent\":{\"113\":{},\"114\":{}}}],[\"types.getfullactivityoptions\",{\"_index\":245,\"name\":{},\"parent\":{\"358\":{},\"359\":{}}}],[\"types.gethomeworkoptions\",{\"_index\":128,\"name\":{},\"parent\":{\"159\":{},\"160\":{},\"161\":{}}}],[\"types.getlessonsoptions\",{\"_index\":167,\"name\":{},\"parent\":{\"198\":{}}}],[\"types.homework\",{\"_index\":138,\"name\":{},\"parent\":{\"168\":{},\"169\":{},\"170\":{},\"171\":{},\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{},\"177\":{},\"178\":{},\"179\":{},\"180\":{},\"181\":{},\"182\":{},\"183\":{},\"194\":{},\"195\":{}}}],[\"types.homework.__type\",{\"_index\":152,\"name\":{},\"parent\":{\"184\":{},\"185\":{},\"186\":{},\"187\":{},\"188\":{},\"189\":{},\"190\":{},\"191\":{},\"192\":{},\"193\":{}}}],[\"types.lesson\",{\"_index\":168,\"name\":{},\"parent\":{\"200\":{},\"201\":{},\"202\":{},\"203\":{},\"204\":{},\"205\":{},\"206\":{},\"207\":{},\"208\":{},\"209\":{},\"210\":{},\"211\":{},\"212\":{},\"213\":{},\"214\":{},\"215\":{}}}],[\"types.lessonpupilbehaviour\",{\"_index\":182,\"name\":{},\"parent\":{\"218\":{},\"219\":{},\"220\":{},\"221\":{},\"222\":{},\"223\":{},\"224\":{}}}],[\"types.lessonpupilbehaviour.__type\",{\"_index\":184,\"name\":{},\"parent\":{\"225\":{},\"226\":{},\"227\":{}}}],[\"types.pupil\",{\"_index\":229,\"name\":{},\"parent\":{\"305\":{},\"306\":{},\"307\":{},\"308\":{},\"309\":{},\"310\":{},\"311\":{},\"312\":{},\"313\":{},\"314\":{},\"315\":{},\"316\":{},\"317\":{},\"318\":{},\"319\":{},\"320\":{},\"321\":{},\"322\":{},\"323\":{},\"324\":{},\"325\":{},\"326\":{},\"327\":{},\"328\":{},\"329\":{},\"330\":{},\"331\":{},\"332\":{},\"333\":{},\"334\":{},\"335\":{},\"336\":{},\"337\":{},\"338\":{},\"339\":{},\"340\":{},\"341\":{},\"342\":{},\"343\":{},\"344\":{},\"345\":{},\"346\":{},\"347\":{},\"348\":{},\"349\":{},\"350\":{},\"351\":{},\"352\":{},\"353\":{},\"354\":{},\"355\":{}}}],[\"types.pupilevent\",{\"_index\":186,\"name\":{},\"parent\":{\"229\":{},\"230\":{},\"231\":{},\"232\":{}}}],[\"types.pupilevent.__type\",{\"_index\":190,\"name\":{},\"parent\":{\"233\":{}}}],[\"types.student\",{\"_index\":43,\"name\":{},\"parent\":{\"76\":{},\"77\":{},\"78\":{},\"79\":{},\"80\":{},\"81\":{},\"82\":{},\"83\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{},\"99\":{},\"100\":{},\"101\":{},\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{},\"111\":{}}}],[\"types.validatedhomeworkattachment\",{\"_index\":132,\"name\":{},\"parent\":{\"163\":{},\"164\":{},\"165\":{},\"166\":{}}}],[\"validated_attachments\",{\"_index\":163,\"name\":{\"195\":{}},\"parent\":{}}],[\"validated_file\",{\"_index\":135,\"name\":{\"166\":{}},\"parent\":{}}],[\"validated_links\",{\"_index\":162,\"name\":{\"194\":{}},\"parent\":{}}],[\"validatedhomeworkattachment\",{\"_index\":131,\"name\":{\"162\":{},\"386\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"32\":\"Variable\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":2,\"name\":\"baseClient\",\"url\":\"modules/baseClient.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":128,\"name\":\"ClasschartsClient\",\"url\":\"classes/baseClient.ClasschartsClient.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"baseClient\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/baseClient.ClasschartsClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":1024,\"name\":\"studentId\",\"url\":\"classes/baseClient.ClasschartsClient.html#studentId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":1024,\"name\":\"studentName\",\"url\":\"classes/baseClient.ClasschartsClient.html#studentName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":1024,\"name\":\"authCookies\",\"url\":\"classes/baseClient.ClasschartsClient.html#authCookies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":1024,\"name\":\"sessionId\",\"url\":\"classes/baseClient.ClasschartsClient.html#sessionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":1024,\"name\":\"API_BASE\",\"url\":\"classes/baseClient.ClasschartsClient.html#API_BASE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":1024,\"name\":\"axios\",\"url\":\"classes/baseClient.ClasschartsClient.html#axios\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":2048,\"name\":\"makeAuthedRequest\",\"url\":\"classes/baseClient.ClasschartsClient.html#makeAuthedRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":2048,\"name\":\"getStudentInfo\",\"url\":\"classes/baseClient.ClasschartsClient.html#getStudentInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":2048,\"name\":\"getActivity\",\"url\":\"classes/baseClient.ClasschartsClient.html#getActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":2048,\"name\":\"getFullActivity\",\"url\":\"classes/baseClient.ClasschartsClient.html#getFullActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":2048,\"name\":\"getBehaviour\",\"url\":\"classes/baseClient.ClasschartsClient.html#getBehaviour\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":2048,\"name\":\"listHomeworks\",\"url\":\"classes/baseClient.ClasschartsClient.html#listHomeworks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":2048,\"name\":\"getLessons\",\"url\":\"classes/baseClient.ClasschartsClient.html#getLessons\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":2048,\"name\":\"getBadges\",\"url\":\"classes/baseClient.ClasschartsClient.html#getBadges\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":2048,\"name\":\"listAnnouncements\",\"url\":\"classes/baseClient.ClasschartsClient.html#listAnnouncements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":2048,\"name\":\"getDetentions\",\"url\":\"classes/baseClient.ClasschartsClient.html#getDetentions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":2048,\"name\":\"listAttendance\",\"url\":\"classes/baseClient.ClasschartsClient.html#listAttendance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"baseClient.ClasschartsClient\"},{\"kind\":2,\"name\":\"consts\",\"url\":\"modules/consts.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":32,\"name\":\"BASE_URL\",\"url\":\"variables/consts.BASE_URL.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"consts\"},{\"kind\":32,\"name\":\"API_BASE_STUDENT\",\"url\":\"variables/consts.API_BASE_STUDENT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"consts\"},{\"kind\":32,\"name\":\"API_BASE_PARENT\",\"url\":\"variables/consts.API_BASE_PARENT.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"consts\"},{\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":2,\"name\":\"parentClient\",\"url\":\"modules/parentClient.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":128,\"name\":\"ClasschartsParentClient\",\"url\":\"classes/parentClient.ClasschartsParentClient.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"parentClient\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":1024,\"name\":\"password\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":1024,\"name\":\"email\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#email\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":1024,\"name\":\"pupils\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#pupils\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"login\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#login\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"getPupils\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getPupils\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"selectPupil\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#selectPupil\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":1024,\"name\":\"studentId\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#studentId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":1024,\"name\":\"studentName\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#studentName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":1024,\"name\":\"authCookies\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#authCookies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":1024,\"name\":\"sessionId\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#sessionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":1024,\"name\":\"API_BASE\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#API_BASE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":1024,\"name\":\"axios\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#axios\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"makeAuthedRequest\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#makeAuthedRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"getStudentInfo\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getStudentInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"getActivity\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"getFullActivity\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getFullActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"getBehaviour\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getBehaviour\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"listHomeworks\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#listHomeworks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"getLessons\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getLessons\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"getBadges\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getBadges\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"listAnnouncements\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#listAnnouncements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"getDetentions\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#getDetentions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2048,\"name\":\"listAttendance\",\"url\":\"classes/parentClient.ClasschartsParentClient.html#listAttendance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"parentClient.ClasschartsParentClient\"},{\"kind\":2,\"name\":\"studentClient\",\"url\":\"modules/studentClient.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":128,\"name\":\"ClasschartsStudentClient\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"studentClient\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":1024,\"name\":\"studentCode\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#studentCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":1024,\"name\":\"dateOfBirth\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#dateOfBirth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2048,\"name\":\"login\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#login\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":1024,\"name\":\"studentId\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#studentId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":1024,\"name\":\"studentName\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#studentName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":1024,\"name\":\"authCookies\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#authCookies\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":1024,\"name\":\"sessionId\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#sessionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":1024,\"name\":\"API_BASE\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#API_BASE\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":1024,\"name\":\"axios\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#axios\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2048,\"name\":\"makeAuthedRequest\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#makeAuthedRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2048,\"name\":\"getStudentInfo\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getStudentInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2048,\"name\":\"getActivity\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2048,\"name\":\"getFullActivity\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getFullActivity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2048,\"name\":\"getBehaviour\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getBehaviour\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2048,\"name\":\"listHomeworks\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#listHomeworks\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2048,\"name\":\"getLessons\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getLessons\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2048,\"name\":\"getBadges\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getBadges\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2048,\"name\":\"listAnnouncements\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#listAnnouncements\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2048,\"name\":\"getDetentions\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#getDetentions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2048,\"name\":\"listAttendance\",\"url\":\"classes/studentClient.ClasschartsStudentClient.html#listAttendance\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"studentClient.ClasschartsStudentClient\"},{\"kind\":2,\"name\":\"types\",\"url\":\"modules/types.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"Student\",\"url\":\"interfaces/types.Student.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Student.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.Student.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"first_name\",\"url\":\"interfaces/types.Student.html#first_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"last_name\",\"url\":\"interfaces/types.Student.html#last_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"avatar_url\",\"url\":\"interfaces/types.Student.html#avatar_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_behaviour\",\"url\":\"interfaces/types.Student.html#display_behaviour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_parent_behaviour\",\"url\":\"interfaces/types.Student.html#display_parent_behaviour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_homework\",\"url\":\"interfaces/types.Student.html#display_homework\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_rewards\",\"url\":\"interfaces/types.Student.html#display_rewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_detentions\",\"url\":\"interfaces/types.Student.html#display_detentions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_report_cards\",\"url\":\"interfaces/types.Student.html#display_report_cards\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_classes\",\"url\":\"interfaces/types.Student.html#display_classes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_announcements\",\"url\":\"interfaces/types.Student.html#display_announcements\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_attendance\",\"url\":\"interfaces/types.Student.html#display_attendance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_attendance_type\",\"url\":\"interfaces/types.Student.html#display_attendance_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_attendance_percentage\",\"url\":\"interfaces/types.Student.html#display_attendance_percentage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_activity\",\"url\":\"interfaces/types.Student.html#display_activity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_mental_health\",\"url\":\"interfaces/types.Student.html#display_mental_health\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_timetable\",\"url\":\"interfaces/types.Student.html#display_timetable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"is_disabled\",\"url\":\"interfaces/types.Student.html#is_disabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_two_way_communications\",\"url\":\"interfaces/types.Student.html#display_two_way_communications\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_absences\",\"url\":\"interfaces/types.Student.html#display_absences\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"can_upload_attachments\",\"url\":\"interfaces/types.Student.html#can_upload_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_event_badges\",\"url\":\"interfaces/types.Student.html#display_event_badges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_avatars\",\"url\":\"interfaces/types.Student.html#display_avatars\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_concern_submission\",\"url\":\"interfaces/types.Student.html#display_concern_submission\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"display_custom_fields\",\"url\":\"interfaces/types.Student.html#display_custom_fields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"pupil_concerns_help_text\",\"url\":\"interfaces/types.Student.html#pupil_concerns_help_text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"allow_pupils_add_timetable_notes\",\"url\":\"interfaces/types.Student.html#allow_pupils_add_timetable_notes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"announcements_count\",\"url\":\"interfaces/types.Student.html#announcements_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"messages_count\",\"url\":\"interfaces/types.Student.html#messages_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"pusher_channel_name\",\"url\":\"interfaces/types.Student.html#pusher_channel_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"has_birthday\",\"url\":\"interfaces/types.Student.html#has_birthday\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"has_new_survey\",\"url\":\"interfaces/types.Student.html#has_new_survey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"survey_id\",\"url\":\"interfaces/types.Student.html#survey_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":1024,\"name\":\"detention_alias_plural_uc\",\"url\":\"interfaces/types.Student.html#detention_alias_plural_uc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Student\"},{\"kind\":256,\"name\":\"GetBehaviourOptions\",\"url\":\"interfaces/types.GetBehaviourOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/types.GetBehaviourOptions.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetBehaviourOptions\"},{\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/types.GetBehaviourOptions.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetBehaviourOptions\"},{\"kind\":256,\"name\":\"BehaviourTimelinePoint\",\"url\":\"interfaces/types.BehaviourTimelinePoint.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"positive\",\"url\":\"interfaces/types.BehaviourTimelinePoint.html#positive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourTimelinePoint\"},{\"kind\":1024,\"name\":\"negative\",\"url\":\"interfaces/types.BehaviourTimelinePoint.html#negative\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourTimelinePoint\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.BehaviourTimelinePoint.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourTimelinePoint\"},{\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/types.BehaviourTimelinePoint.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourTimelinePoint\"},{\"kind\":1024,\"name\":\"end\",\"url\":\"interfaces/types.BehaviourTimelinePoint.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourTimelinePoint\"},{\"kind\":256,\"name\":\"BehaviourResponse\",\"url\":\"interfaces/types.BehaviourResponse.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"timeline\",\"url\":\"interfaces/types.BehaviourResponse.html#timeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"kind\":1024,\"name\":\"positive_reasons\",\"url\":\"interfaces/types.BehaviourResponse.html#positive_reasons\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"kind\":1024,\"name\":\"negative_reasons\",\"url\":\"interfaces/types.BehaviourResponse.html#negative_reasons\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"kind\":1024,\"name\":\"other_positive\",\"url\":\"interfaces/types.BehaviourResponse.html#other_positive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"kind\":1024,\"name\":\"other_negative\",\"url\":\"interfaces/types.BehaviourResponse.html#other_negative\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"kind\":1024,\"name\":\"other_positive_count\",\"url\":\"interfaces/types.BehaviourResponse.html#other_positive_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"kind\":1024,\"name\":\"other_negative_count\",\"url\":\"interfaces/types.BehaviourResponse.html#other_negative_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.BehaviourResponse\"},{\"kind\":256,\"name\":\"GetActivityOptions\",\"url\":\"interfaces/types.GetActivityOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/types.GetActivityOptions.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetActivityOptions\"},{\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/types.GetActivityOptions.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetActivityOptions\"},{\"kind\":1024,\"name\":\"last_id\",\"url\":\"interfaces/types.GetActivityOptions.html#last_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetActivityOptions\"},{\"kind\":256,\"name\":\"ActivityPoint\",\"url\":\"interfaces/types.ActivityPoint.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.ActivityPoint.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/types.ActivityPoint.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"polarity\",\"url\":\"interfaces/types.ActivityPoint.html#polarity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"reason\",\"url\":\"interfaces/types.ActivityPoint.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"score\",\"url\":\"interfaces/types.ActivityPoint.html#score\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/types.ActivityPoint.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"timestamp_custom_time\",\"url\":\"interfaces/types.ActivityPoint.html#timestamp_custom_time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"style\",\"url\":\"interfaces/types.ActivityPoint.html#style\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.ActivityPoint.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"border_color\",\"url\":\"interfaces/types.ActivityPoint.html#__type.border_color\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.ActivityPoint.__type\"},{\"kind\":1024,\"name\":\"custom_class\",\"url\":\"interfaces/types.ActivityPoint.html#__type.custom_class\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.ActivityPoint.__type\"},{\"kind\":1024,\"name\":\"pupil_name\",\"url\":\"interfaces/types.ActivityPoint.html#pupil_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"lesson_name\",\"url\":\"interfaces/types.ActivityPoint.html#lesson_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"teacher_name\",\"url\":\"interfaces/types.ActivityPoint.html#teacher_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"room_name\",\"url\":\"interfaces/types.ActivityPoint.html#room_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"interfaces/types.ActivityPoint.html#note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"_can_delete\",\"url\":\"interfaces/types.ActivityPoint.html#_can_delete\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"badges\",\"url\":\"interfaces/types.ActivityPoint.html#badges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"detention_date\",\"url\":\"interfaces/types.ActivityPoint.html#detention_date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"detention_time\",\"url\":\"interfaces/types.ActivityPoint.html#detention_time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"detention_location\",\"url\":\"interfaces/types.ActivityPoint.html#detention_location\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":1024,\"name\":\"detention_type\",\"url\":\"interfaces/types.ActivityPoint.html#detention_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ActivityPoint\"},{\"kind\":4194304,\"name\":\"ActivityResponse\",\"url\":\"types/types.ActivityResponse.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":4194304,\"name\":\"DisplayDate\",\"url\":\"types/types.DisplayDate.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":256,\"name\":\"GetHomeworkOptions\",\"url\":\"interfaces/types.GetHomeworkOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"displayDate\",\"url\":\"interfaces/types.GetHomeworkOptions.html#displayDate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetHomeworkOptions\"},{\"kind\":1024,\"name\":\"fromDate\",\"url\":\"interfaces/types.GetHomeworkOptions.html#fromDate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetHomeworkOptions\"},{\"kind\":1024,\"name\":\"toDate\",\"url\":\"interfaces/types.GetHomeworkOptions.html#toDate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetHomeworkOptions\"},{\"kind\":256,\"name\":\"ValidatedHomeworkAttachment\",\"url\":\"interfaces/types.ValidatedHomeworkAttachment.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.ValidatedHomeworkAttachment.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ValidatedHomeworkAttachment\"},{\"kind\":1024,\"name\":\"file_name\",\"url\":\"interfaces/types.ValidatedHomeworkAttachment.html#file_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ValidatedHomeworkAttachment\"},{\"kind\":1024,\"name\":\"file\",\"url\":\"interfaces/types.ValidatedHomeworkAttachment.html#file\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ValidatedHomeworkAttachment\"},{\"kind\":1024,\"name\":\"validated_file\",\"url\":\"interfaces/types.ValidatedHomeworkAttachment.html#validated_file\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.ValidatedHomeworkAttachment\"},{\"kind\":256,\"name\":\"Homework\",\"url\":\"interfaces/types.Homework.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"lesson\",\"url\":\"interfaces/types.Homework.html#lesson\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"subject\",\"url\":\"interfaces/types.Homework.html#subject\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"teacher\",\"url\":\"interfaces/types.Homework.html#teacher\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"homework_type\",\"url\":\"interfaces/types.Homework.html#homework_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Homework.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/types.Homework.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"meta_title\",\"url\":\"interfaces/types.Homework.html#meta_title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/types.Homework.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"description_raw\",\"url\":\"interfaces/types.Homework.html#description_raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"issue_date\",\"url\":\"interfaces/types.Homework.html#issue_date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"due_date\",\"url\":\"interfaces/types.Homework.html#due_date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"completion_time_unit\",\"url\":\"interfaces/types.Homework.html#completion_time_unit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"completion_time_value\",\"url\":\"interfaces/types.Homework.html#completion_time_value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"publish_time\",\"url\":\"interfaces/types.Homework.html#publish_time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/types.Homework.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Homework.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Homework.html#__type.id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"interfaces/types.Homework.html#__type.state\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"kind\":1024,\"name\":\"mark\",\"url\":\"interfaces/types.Homework.html#__type.mark\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"kind\":1024,\"name\":\"mark_relative\",\"url\":\"interfaces/types.Homework.html#__type.mark_relative\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"kind\":1024,\"name\":\"ticked\",\"url\":\"interfaces/types.Homework.html#__type.ticked\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"kind\":1024,\"name\":\"allow_attachments\",\"url\":\"interfaces/types.Homework.html#__type.allow_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"kind\":1024,\"name\":\"first_seen_date\",\"url\":\"interfaces/types.Homework.html#__type.first_seen_date\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"kind\":1024,\"name\":\"last_seen_date\",\"url\":\"interfaces/types.Homework.html#__type.last_seen_date\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"kind\":1024,\"name\":\"attachments\",\"url\":\"interfaces/types.Homework.html#__type.attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"kind\":1024,\"name\":\"has_feedback\",\"url\":\"interfaces/types.Homework.html#__type.has_feedback\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Homework.__type\"},{\"kind\":1024,\"name\":\"validated_links\",\"url\":\"interfaces/types.Homework.html#validated_links\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":1024,\"name\":\"validated_attachments\",\"url\":\"interfaces/types.Homework.html#validated_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Homework\"},{\"kind\":4194304,\"name\":\"HomeworksResponse\",\"url\":\"types/types.HomeworksResponse.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":256,\"name\":\"GetLessonsOptions\",\"url\":\"interfaces/types.GetLessonsOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"date\",\"url\":\"interfaces/types.GetLessonsOptions.html#date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetLessonsOptions\"},{\"kind\":256,\"name\":\"Lesson\",\"url\":\"interfaces/types.Lesson.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"teacher_name\",\"url\":\"interfaces/types.Lesson.html#teacher_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"lesson_name\",\"url\":\"interfaces/types.Lesson.html#lesson_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"subject_name\",\"url\":\"interfaces/types.Lesson.html#subject_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"is_alternative_lesson\",\"url\":\"interfaces/types.Lesson.html#is_alternative_lesson\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"period_name\",\"url\":\"interfaces/types.Lesson.html#period_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"period_number\",\"url\":\"interfaces/types.Lesson.html#period_number\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"room_name\",\"url\":\"interfaces/types.Lesson.html#room_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"date\",\"url\":\"interfaces/types.Lesson.html#date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"start_time\",\"url\":\"interfaces/types.Lesson.html#start_time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"end_time\",\"url\":\"interfaces/types.Lesson.html#end_time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/types.Lesson.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"note_abstract\",\"url\":\"interfaces/types.Lesson.html#note_abstract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"note\",\"url\":\"interfaces/types.Lesson.html#note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"pupil_note_abstract\",\"url\":\"interfaces/types.Lesson.html#pupil_note_abstract\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"pupil_note\",\"url\":\"interfaces/types.Lesson.html#pupil_note\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":1024,\"name\":\"pupil_note_raw\",\"url\":\"interfaces/types.Lesson.html#pupil_note_raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Lesson\"},{\"kind\":4194304,\"name\":\"LessonsResponse\",\"url\":\"types/types.LessonsResponse.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":256,\"name\":\"LessonPupilBehaviour\",\"url\":\"interfaces/types.LessonPupilBehaviour.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"reason\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"kind\":1024,\"name\":\"score\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#score\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#icon\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"kind\":1024,\"name\":\"polarity\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#polarity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"kind\":1024,\"name\":\"teacher\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#teacher\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.LessonPupilBehaviour\"},{\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#__type.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.LessonPupilBehaviour.__type\"},{\"kind\":1024,\"name\":\"first_name\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#__type.first_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.LessonPupilBehaviour.__type\"},{\"kind\":1024,\"name\":\"last_name\",\"url\":\"interfaces/types.LessonPupilBehaviour.html#__type.last_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.LessonPupilBehaviour.__type\"},{\"kind\":256,\"name\":\"PupilEvent\",\"url\":\"interfaces/types.PupilEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/types.PupilEvent.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.PupilEvent\"},{\"kind\":1024,\"name\":\"lesson_pupil_behaviour\",\"url\":\"interfaces/types.PupilEvent.html#lesson_pupil_behaviour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.PupilEvent\"},{\"kind\":1024,\"name\":\"event\",\"url\":\"interfaces/types.PupilEvent.html#event\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.PupilEvent\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.PupilEvent.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.PupilEvent\"},{\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/types.PupilEvent.html#__type.label\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.PupilEvent.__type\"},{\"kind\":256,\"name\":\"Badge\",\"url\":\"interfaces/types.Badge.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Badge.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.Badge.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"interfaces/types.Badge.html#icon\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"kind\":1024,\"name\":\"colour\",\"url\":\"interfaces/types.Badge.html#colour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"kind\":1024,\"name\":\"created_date\",\"url\":\"interfaces/types.Badge.html#created_date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"kind\":1024,\"name\":\"pupil_badges\",\"url\":\"interfaces/types.Badge.html#pupil_badges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"kind\":1024,\"name\":\"icon_url\",\"url\":\"interfaces/types.Badge.html#icon_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Badge\"},{\"kind\":4194304,\"name\":\"BadgesResponse\",\"url\":\"types/types.BadgesResponse.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":256,\"name\":\"Detention\",\"url\":\"interfaces/types.Detention.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Detention.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":1024,\"name\":\"attended\",\"url\":\"interfaces/types.Detention.html#attended\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":1024,\"name\":\"date\",\"url\":\"interfaces/types.Detention.html#date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"interfaces/types.Detention.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":1024,\"name\":\"location\",\"url\":\"interfaces/types.Detention.html#location\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":1024,\"name\":\"notes\",\"url\":\"interfaces/types.Detention.html#notes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":1024,\"name\":\"time\",\"url\":\"interfaces/types.Detention.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":1024,\"name\":\"pupil\",\"url\":\"interfaces/types.Detention.html#pupil\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Detention.html#__type-4.id-3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":1024,\"name\":\"first_name\",\"url\":\"interfaces/types.Detention.html#__type-4.first_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":1024,\"name\":\"last_name\",\"url\":\"interfaces/types.Detention.html#__type-4.last_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":1024,\"name\":\"school\",\"url\":\"interfaces/types.Detention.html#__type-4.school\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type-4.__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":1024,\"name\":\"opt_notes_names\",\"url\":\"interfaces/types.Detention.html#__type-4.__type-5.opt_notes_names\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type.__type\"},{\"kind\":1024,\"name\":\"opt_notes_comments\",\"url\":\"interfaces/types.Detention.html#__type-4.__type-5.opt_notes_comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type.__type\"},{\"kind\":1024,\"name\":\"opt_notes_comments_pupils\",\"url\":\"interfaces/types.Detention.html#__type-4.__type-5.opt_notes_comments_pupils\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type.__type\"},{\"kind\":1024,\"name\":\"lesson\",\"url\":\"interfaces/types.Detention.html#lesson\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Detention.html#__type-1.id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.Detention.html#__type-1.name-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":1024,\"name\":\"subject\",\"url\":\"interfaces/types.Detention.html#__type-1.subject\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type-1.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Detention.html#__type-1.__type-2.id-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type.__type\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.Detention.html#__type-1.__type-2.name-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type.__type\"},{\"kind\":1024,\"name\":\"lesson_pupil_behaviour\",\"url\":\"interfaces/types.Detention.html#lesson_pupil_behaviour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":1024,\"name\":\"reason\",\"url\":\"interfaces/types.Detention.html#__type-3.reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":1024,\"name\":\"teacher\",\"url\":\"interfaces/types.Detention.html#teacher\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Detention.html#__type-6.id-4\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":1024,\"name\":\"first_name\",\"url\":\"interfaces/types.Detention.html#__type-6.first_name-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":1024,\"name\":\"last_name\",\"url\":\"interfaces/types.Detention.html#__type-6.last_name-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/types.Detention.html#__type-6.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":1024,\"name\":\"detention_type\",\"url\":\"interfaces/types.Detention.html#detention_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.Detention.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.Detention\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.Detention.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.Detention.__type\"},{\"kind\":4194304,\"name\":\"DetentionsResponse\",\"url\":\"types/types.DetentionsResponse.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":256,\"name\":\"Announcement\",\"url\":\"interfaces/types.Announcement.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Announcement.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/types.Announcement.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/types.Announcement.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"school_name\",\"url\":\"interfaces/types.Announcement.html#school_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"teacher_name\",\"url\":\"interfaces/types.Announcement.html#teacher_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"school_logo\",\"url\":\"interfaces/types.Announcement.html#school_logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"sticky\",\"url\":\"interfaces/types.Announcement.html#sticky\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"state\",\"url\":\"interfaces/types.Announcement.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/types.Announcement.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"attachments\",\"url\":\"interfaces/types.Announcement.html#attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"for_pupils\",\"url\":\"interfaces/types.Announcement.html#for_pupils\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"comment_visibility\",\"url\":\"interfaces/types.Announcement.html#comment_visibility\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"allow_comments\",\"url\":\"interfaces/types.Announcement.html#allow_comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"allow_reactions\",\"url\":\"interfaces/types.Announcement.html#allow_reactions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"allow_consent\",\"url\":\"interfaces/types.Announcement.html#allow_consent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"priority_pinned\",\"url\":\"interfaces/types.Announcement.html#priority_pinned\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"requires_consent\",\"url\":\"interfaces/types.Announcement.html#requires_consent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"can_change_consent\",\"url\":\"interfaces/types.Announcement.html#can_change_consent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"consent\",\"url\":\"interfaces/types.Announcement.html#consent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":1024,\"name\":\"pupil_consents\",\"url\":\"interfaces/types.Announcement.html#pupil_consents\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Announcement\"},{\"kind\":4194304,\"name\":\"AnnouncementsResponse\",\"url\":\"types/types.AnnouncementsResponse.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":256,\"name\":\"Pupil\",\"url\":\"interfaces/types.Pupil.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"school_name\",\"url\":\"interfaces/types.Pupil.html#school_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"school_logo\",\"url\":\"interfaces/types.Pupil.html#school_logo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"timezone\",\"url\":\"interfaces/types.Pupil.html#timezone\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_covid_tests\",\"url\":\"interfaces/types.Pupil.html#display_covid_tests\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"can_record_covid_tests\",\"url\":\"interfaces/types.Pupil.html#can_record_covid_tests\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"detention_yes_count\",\"url\":\"interfaces/types.Pupil.html#detention_yes_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"detention_no_count\",\"url\":\"interfaces/types.Pupil.html#detention_no_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"detention_pending_count\",\"url\":\"interfaces/types.Pupil.html#detention_pending_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"detention_upscaled_count\",\"url\":\"interfaces/types.Pupil.html#detention_upscaled_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"homework_todo_count\",\"url\":\"interfaces/types.Pupil.html#homework_todo_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"homework_late_count\",\"url\":\"interfaces/types.Pupil.html#homework_late_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"homework_not_completed_count\",\"url\":\"interfaces/types.Pupil.html#homework_not_completed_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"homework_excused_count\",\"url\":\"interfaces/types.Pupil.html#homework_excused_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"homework_completed_count\",\"url\":\"interfaces/types.Pupil.html#homework_completed_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"homework_submitted_count\",\"url\":\"interfaces/types.Pupil.html#homework_submitted_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"announcements_count\",\"url\":\"interfaces/types.Pupil.html#announcements_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"messages_count\",\"url\":\"interfaces/types.Pupil.html#messages_count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/types.Pupil.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/types.Pupil.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"first_name\",\"url\":\"interfaces/types.Pupil.html#first_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"last_name\",\"url\":\"interfaces/types.Pupil.html#last_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"avatar_url\",\"url\":\"interfaces/types.Pupil.html#avatar_url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_behaviour\",\"url\":\"interfaces/types.Pupil.html#display_behaviour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_parent_behaviour\",\"url\":\"interfaces/types.Pupil.html#display_parent_behaviour\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_homework\",\"url\":\"interfaces/types.Pupil.html#display_homework\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_rewards\",\"url\":\"interfaces/types.Pupil.html#display_rewards\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_detentions\",\"url\":\"interfaces/types.Pupil.html#display_detentions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_report_cards\",\"url\":\"interfaces/types.Pupil.html#display_report_cards\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_classes\",\"url\":\"interfaces/types.Pupil.html#display_classes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_announcements\",\"url\":\"interfaces/types.Pupil.html#display_announcements\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_attendance\",\"url\":\"interfaces/types.Pupil.html#display_attendance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_attendance_type\",\"url\":\"interfaces/types.Pupil.html#display_attendance_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_attendance_percentage\",\"url\":\"interfaces/types.Pupil.html#display_attendance_percentage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_activity\",\"url\":\"interfaces/types.Pupil.html#display_activity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_mental_health\",\"url\":\"interfaces/types.Pupil.html#display_mental_health\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_timetable\",\"url\":\"interfaces/types.Pupil.html#display_timetable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"is_disabled\",\"url\":\"interfaces/types.Pupil.html#is_disabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_two_way_communications\",\"url\":\"interfaces/types.Pupil.html#display_two_way_communications\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_absences\",\"url\":\"interfaces/types.Pupil.html#display_absences\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"can_upload_attachments\",\"url\":\"interfaces/types.Pupil.html#can_upload_attachments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_event_badges\",\"url\":\"interfaces/types.Pupil.html#display_event_badges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_avatars\",\"url\":\"interfaces/types.Pupil.html#display_avatars\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_concern_submission\",\"url\":\"interfaces/types.Pupil.html#display_concern_submission\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"display_custom_fields\",\"url\":\"interfaces/types.Pupil.html#display_custom_fields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"pupil_concerns_help_text\",\"url\":\"interfaces/types.Pupil.html#pupil_concerns_help_text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"allow_pupils_add_timetable_notes\",\"url\":\"interfaces/types.Pupil.html#allow_pupils_add_timetable_notes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"pusher_channel_name\",\"url\":\"interfaces/types.Pupil.html#pusher_channel_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"has_birthday\",\"url\":\"interfaces/types.Pupil.html#has_birthday\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"has_new_survey\",\"url\":\"interfaces/types.Pupil.html#has_new_survey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"survey_id\",\"url\":\"interfaces/types.Pupil.html#survey_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":1024,\"name\":\"detention_alias_plural_uc\",\"url\":\"interfaces/types.Pupil.html#detention_alias_plural_uc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"types.Pupil\"},{\"kind\":4194304,\"name\":\"GetPupilsResponse\",\"url\":\"types/types.GetPupilsResponse.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":256,\"name\":\"GetFullActivityOptions\",\"url\":\"interfaces/types.GetFullActivityOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/types.GetFullActivityOptions.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetFullActivityOptions\"},{\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/types.GetFullActivityOptions.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetFullActivityOptions\"},{\"kind\":256,\"name\":\"GetAttendanceOptions\",\"url\":\"interfaces/types.GetAttendanceOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/types.GetAttendanceOptions.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetAttendanceOptions\"},{\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/types.GetAttendanceOptions.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.GetAttendanceOptions\"},{\"kind\":256,\"name\":\"AttendanceDate\",\"url\":\"interfaces/types.AttendanceDate.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":1024,\"name\":\"AM\",\"url\":\"interfaces/types.AttendanceDate.html#AM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.AttendanceDate\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.AttendanceDate.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.AttendanceDate\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/types.AttendanceDate.html#__type.code\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.AttendanceDate.__type\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/types.AttendanceDate.html#__type.status\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.AttendanceDate.__type\"},{\"kind\":1024,\"name\":\"late_minutes\",\"url\":\"interfaces/types.AttendanceDate.html#__type.late_minutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.AttendanceDate.__type\"},{\"kind\":1024,\"name\":\"PM\",\"url\":\"interfaces/types.AttendanceDate.html#PM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"types.AttendanceDate\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/types.AttendanceDate.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"types.AttendanceDate\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/types.AttendanceDate.html#__type-1.code-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.AttendanceDate.__type\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/types.AttendanceDate.html#__type-1.status-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.AttendanceDate.__type\"},{\"kind\":1024,\"name\":\"late_minutes\",\"url\":\"interfaces/types.AttendanceDate.html#__type-1.late_minutes-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"types.AttendanceDate.__type\"},{\"kind\":4194304,\"name\":\"AttendanceResponse\",\"url\":\"types/types.AttendanceResponse.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"types\"},{\"kind\":8388608,\"name\":\"ClasschartsParentClient\",\"url\":\"modules/index.html#ClasschartsParentClient\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ClasschartsStudentClient\",\"url\":\"modules/index.html#ClasschartsStudentClient\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Student\",\"url\":\"modules/index.html#Student\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetBehaviourOptions\",\"url\":\"modules/index.html#GetBehaviourOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"BehaviourTimelinePoint\",\"url\":\"modules/index.html#BehaviourTimelinePoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"BehaviourResponse\",\"url\":\"modules/index.html#BehaviourResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetActivityOptions\",\"url\":\"modules/index.html#GetActivityOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ActivityPoint\",\"url\":\"modules/index.html#ActivityPoint\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ActivityResponse\",\"url\":\"modules/index.html#ActivityResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"DisplayDate\",\"url\":\"modules/index.html#DisplayDate\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetHomeworkOptions\",\"url\":\"modules/index.html#GetHomeworkOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ValidatedHomeworkAttachment\",\"url\":\"modules/index.html#ValidatedHomeworkAttachment\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Homework\",\"url\":\"modules/index.html#Homework\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HomeworksResponse\",\"url\":\"modules/index.html#HomeworksResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetLessonsOptions\",\"url\":\"modules/index.html#GetLessonsOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Lesson\",\"url\":\"modules/index.html#Lesson\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"LessonsResponse\",\"url\":\"modules/index.html#LessonsResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"LessonPupilBehaviour\",\"url\":\"modules/index.html#LessonPupilBehaviour\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"PupilEvent\",\"url\":\"modules/index.html#PupilEvent\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Badge\",\"url\":\"modules/index.html#Badge\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"BadgesResponse\",\"url\":\"modules/index.html#BadgesResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Detention\",\"url\":\"modules/index.html#Detention\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"DetentionsResponse\",\"url\":\"modules/index.html#DetentionsResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Announcement\",\"url\":\"modules/index.html#Announcement\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AnnouncementsResponse\",\"url\":\"modules/index.html#AnnouncementsResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Pupil\",\"url\":\"modules/index.html#Pupil\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetPupilsResponse\",\"url\":\"modules/index.html#GetPupilsResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetFullActivityOptions\",\"url\":\"modules/index.html#GetFullActivityOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetAttendanceOptions\",\"url\":\"modules/index.html#GetAttendanceOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AttendanceDate\",\"url\":\"modules/index.html#AttendanceDate\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AttendanceResponse\",\"url\":\"modules/index.html#AttendanceResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"index\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,56.033]],[\"comment/0\",[]],[\"name/1\",[1,56.033]],[\"comment/1\",[]],[\"name/2\",[2,47.561]],[\"comment/2\",[]],[\"name/3\",[3,47.561]],[\"comment/3\",[]],[\"name/4\",[4,47.561]],[\"comment/4\",[]],[\"name/5\",[5,47.561]],[\"comment/5\",[]],[\"name/6\",[6,47.561]],[\"comment/6\",[]],[\"name/7\",[7,47.561]],[\"comment/7\",[]],[\"name/8\",[8,47.561]],[\"comment/8\",[]],[\"name/9\",[9,47.561]],[\"comment/9\",[]],[\"name/10\",[10,47.561]],[\"comment/10\",[]],[\"name/11\",[11,47.561]],[\"comment/11\",[]],[\"name/12\",[12,47.561]],[\"comment/12\",[]],[\"name/13\",[13,47.561]],[\"comment/13\",[]],[\"name/14\",[14,47.561]],[\"comment/14\",[]],[\"name/15\",[15,47.561]],[\"comment/15\",[]],[\"name/16\",[16,47.561]],[\"comment/16\",[]],[\"name/17\",[17,47.561]],[\"comment/17\",[]],[\"name/18\",[18,47.561]],[\"comment/18\",[]],[\"name/19\",[19,47.561]],[\"comment/19\",[]],[\"name/20\",[20,56.033]],[\"comment/20\",[]],[\"name/21\",[21,56.033]],[\"comment/21\",[]],[\"name/22\",[22,56.033]],[\"comment/22\",[]],[\"name/23\",[23,56.033]],[\"comment/23\",[]],[\"name/24\",[24,56.033]],[\"comment/24\",[]],[\"name/25\",[25,56.033]],[\"comment/25\",[]],[\"name/26\",[26,50.925]],[\"comment/26\",[]],[\"name/27\",[2,47.561]],[\"comment/27\",[]],[\"name/28\",[27,56.033]],[\"comment/28\",[]],[\"name/29\",[28,56.033]],[\"comment/29\",[]],[\"name/30\",[29,56.033]],[\"comment/30\",[]],[\"name/31\",[30,50.925]],[\"comment/31\",[]],[\"name/32\",[31,56.033]],[\"comment/32\",[]],[\"name/33\",[32,56.033]],[\"comment/33\",[]],[\"name/34\",[3,47.561]],[\"comment/34\",[]],[\"name/35\",[4,47.561]],[\"comment/35\",[]],[\"name/36\",[5,47.561]],[\"comment/36\",[]],[\"name/37\",[6,47.561]],[\"comment/37\",[]],[\"name/38\",[7,47.561]],[\"comment/38\",[]],[\"name/39\",[8,47.561]],[\"comment/39\",[]],[\"name/40\",[9,47.561]],[\"comment/40\",[]],[\"name/41\",[10,47.561]],[\"comment/41\",[]],[\"name/42\",[11,47.561]],[\"comment/42\",[]],[\"name/43\",[12,47.561]],[\"comment/43\",[]],[\"name/44\",[13,47.561]],[\"comment/44\",[]],[\"name/45\",[14,47.561]],[\"comment/45\",[]],[\"name/46\",[15,47.561]],[\"comment/46\",[]],[\"name/47\",[16,47.561]],[\"comment/47\",[]],[\"name/48\",[17,47.561]],[\"comment/48\",[]],[\"name/49\",[18,47.561]],[\"comment/49\",[]],[\"name/50\",[19,47.561]],[\"comment/50\",[]],[\"name/51\",[33,56.033]],[\"comment/51\",[]],[\"name/52\",[34,50.925]],[\"comment/52\",[]],[\"name/53\",[2,47.561]],[\"comment/53\",[]],[\"name/54\",[35,56.033]],[\"comment/54\",[]],[\"name/55\",[36,56.033]],[\"comment/55\",[]],[\"name/56\",[30,50.925]],[\"comment/56\",[]],[\"name/57\",[3,47.561]],[\"comment/57\",[]],[\"name/58\",[4,47.561]],[\"comment/58\",[]],[\"name/59\",[5,47.561]],[\"comment/59\",[]],[\"name/60\",[6,47.561]],[\"comment/60\",[]],[\"name/61\",[7,47.561]],[\"comment/61\",[]],[\"name/62\",[8,47.561]],[\"comment/62\",[]],[\"name/63\",[9,47.561]],[\"comment/63\",[]],[\"name/64\",[10,47.561]],[\"comment/64\",[]],[\"name/65\",[11,47.561]],[\"comment/65\",[]],[\"name/66\",[12,47.561]],[\"comment/66\",[]],[\"name/67\",[13,47.561]],[\"comment/67\",[]],[\"name/68\",[14,47.561]],[\"comment/68\",[]],[\"name/69\",[15,47.561]],[\"comment/69\",[]],[\"name/70\",[16,47.561]],[\"comment/70\",[]],[\"name/71\",[17,47.561]],[\"comment/71\",[]],[\"name/72\",[18,47.561]],[\"comment/72\",[]],[\"name/73\",[19,47.561]],[\"comment/73\",[]],[\"name/74\",[37,56.033]],[\"comment/74\",[]],[\"name/75\",[38,50.925]],[\"comment/75\",[]],[\"name/76\",[39,34.061]],[\"comment/76\",[]],[\"name/77\",[40,39.939]],[\"comment/77\",[]],[\"name/78\",[41,43.041]],[\"comment/78\",[]],[\"name/79\",[42,43.041]],[\"comment/79\",[]],[\"name/80\",[43,50.925]],[\"comment/80\",[]],[\"name/81\",[44,50.925]],[\"comment/81\",[]],[\"name/82\",[45,50.925]],[\"comment/82\",[]],[\"name/83\",[46,50.925]],[\"comment/83\",[]],[\"name/84\",[47,50.925]],[\"comment/84\",[]],[\"name/85\",[48,50.925]],[\"comment/85\",[]],[\"name/86\",[49,50.925]],[\"comment/86\",[]],[\"name/87\",[50,50.925]],[\"comment/87\",[]],[\"name/88\",[51,50.925]],[\"comment/88\",[]],[\"name/89\",[52,50.925]],[\"comment/89\",[]],[\"name/90\",[53,50.925]],[\"comment/90\",[]],[\"name/91\",[54,50.925]],[\"comment/91\",[]],[\"name/92\",[55,50.925]],[\"comment/92\",[]],[\"name/93\",[56,50.925]],[\"comment/93\",[]],[\"name/94\",[57,50.925]],[\"comment/94\",[]],[\"name/95\",[58,50.925]],[\"comment/95\",[]],[\"name/96\",[59,50.925]],[\"comment/96\",[]],[\"name/97\",[60,50.925]],[\"comment/97\",[]],[\"name/98\",[61,50.925]],[\"comment/98\",[]],[\"name/99\",[62,50.925]],[\"comment/99\",[]],[\"name/100\",[63,50.925]],[\"comment/100\",[]],[\"name/101\",[64,50.925]],[\"comment/101\",[]],[\"name/102\",[65,50.925]],[\"comment/102\",[]],[\"name/103\",[66,50.925]],[\"comment/103\",[]],[\"name/104\",[67,50.925]],[\"comment/104\",[]],[\"name/105\",[68,50.925]],[\"comment/105\",[]],[\"name/106\",[69,50.925]],[\"comment/106\",[]],[\"name/107\",[70,50.925]],[\"comment/107\",[]],[\"name/108\",[71,50.925]],[\"comment/108\",[]],[\"name/109\",[72,50.925]],[\"comment/109\",[]],[\"name/110\",[73,50.925]],[\"comment/110\",[]],[\"name/111\",[74,50.925]],[\"comment/111\",[]],[\"name/112\",[75,50.925]],[\"comment/112\",[]],[\"name/113\",[76,45.047]],[\"comment/113\",[]],[\"name/114\",[77,45.047]],[\"comment/114\",[]],[\"name/115\",[78,50.925]],[\"comment/115\",[]],[\"name/116\",[79,56.033]],[\"comment/116\",[]],[\"name/117\",[80,56.033]],[\"comment/117\",[]],[\"name/118\",[40,39.939]],[\"comment/118\",[]],[\"name/119\",[81,56.033]],[\"comment/119\",[]],[\"name/120\",[82,56.033]],[\"comment/120\",[]],[\"name/121\",[83,50.925]],[\"comment/121\",[]],[\"name/122\",[84,56.033]],[\"comment/122\",[]],[\"name/123\",[85,56.033]],[\"comment/123\",[]],[\"name/124\",[86,56.033]],[\"comment/124\",[]],[\"name/125\",[87,56.033]],[\"comment/125\",[]],[\"name/126\",[88,56.033]],[\"comment/126\",[]],[\"name/127\",[89,56.033]],[\"comment/127\",[]],[\"name/128\",[90,56.033]],[\"comment/128\",[]],[\"name/129\",[91,50.925]],[\"comment/129\",[]],[\"name/130\",[76,45.047]],[\"comment/130\",[]],[\"name/131\",[77,45.047]],[\"comment/131\",[]],[\"name/132\",[92,56.033]],[\"comment/132\",[]],[\"name/133\",[93,50.925]],[\"comment/133\",[]],[\"name/134\",[39,34.061]],[\"comment/134\",[]],[\"name/135\",[94,56.033]],[\"comment/135\",[]],[\"name/136\",[95,50.925]],[\"comment/136\",[]],[\"name/137\",[96,47.561]],[\"comment/137\",[]],[\"name/138\",[97,50.925]],[\"comment/138\",[]],[\"name/139\",[98,45.047]],[\"comment/139\",[]],[\"name/140\",[99,56.033]],[\"comment/140\",[]],[\"name/141\",[100,56.033]],[\"comment/141\",[]],[\"name/142\",[101,34.061]],[\"comment/142\",[]],[\"name/143\",[102,56.033]],[\"comment/143\",[]],[\"name/144\",[103,56.033]],[\"comment/144\",[]],[\"name/145\",[104,56.033]],[\"comment/145\",[]],[\"name/146\",[105,50.925]],[\"comment/146\",[]],[\"name/147\",[106,47.561]],[\"comment/147\",[]],[\"name/148\",[107,50.925]],[\"comment/148\",[]],[\"name/149\",[108,50.925]],[\"comment/149\",[]],[\"name/150\",[109,56.033]],[\"comment/150\",[]],[\"name/151\",[110,56.033]],[\"comment/151\",[]],[\"name/152\",[111,56.033]],[\"comment/152\",[]],[\"name/153\",[112,56.033]],[\"comment/153\",[]],[\"name/154\",[113,56.033]],[\"comment/154\",[]],[\"name/155\",[114,50.925]],[\"comment/155\",[]],[\"name/156\",[115,50.925]],[\"comment/156\",[]],[\"name/157\",[116,47.561]],[\"comment/157\",[]],[\"name/158\",[117,50.925]],[\"comment/158\",[]],[\"name/159\",[116,47.561]],[\"comment/159\",[]],[\"name/160\",[118,56.033]],[\"comment/160\",[]],[\"name/161\",[119,56.033]],[\"comment/161\",[]],[\"name/162\",[120,50.925]],[\"comment/162\",[]],[\"name/163\",[39,34.061]],[\"comment/163\",[]],[\"name/164\",[121,56.033]],[\"comment/164\",[]],[\"name/165\",[122,56.033]],[\"comment/165\",[]],[\"name/166\",[123,56.033]],[\"comment/166\",[]],[\"name/167\",[124,50.925]],[\"comment/167\",[]],[\"name/168\",[125,45.047]],[\"comment/168\",[]],[\"name/169\",[126,50.925]],[\"comment/169\",[]],[\"name/170\",[127,47.561]],[\"comment/170\",[]],[\"name/171\",[128,56.033]],[\"comment/171\",[]],[\"name/172\",[39,34.061]],[\"comment/172\",[]],[\"name/173\",[129,45.047]],[\"comment/173\",[]],[\"name/174\",[130,56.033]],[\"comment/174\",[]],[\"name/175\",[131,50.925]],[\"comment/175\",[]],[\"name/176\",[132,56.033]],[\"comment/176\",[]],[\"name/177\",[133,56.033]],[\"comment/177\",[]],[\"name/178\",[134,56.033]],[\"comment/178\",[]],[\"name/179\",[135,56.033]],[\"comment/179\",[]],[\"name/180\",[136,56.033]],[\"comment/180\",[]],[\"name/181\",[137,56.033]],[\"comment/181\",[]],[\"name/182\",[138,47.561]],[\"comment/182\",[]],[\"name/183\",[101,34.061]],[\"comment/183\",[]],[\"name/184\",[39,34.061]],[\"comment/184\",[]],[\"name/185\",[139,50.925]],[\"comment/185\",[]],[\"name/186\",[140,56.033]],[\"comment/186\",[]],[\"name/187\",[141,56.033]],[\"comment/187\",[]],[\"name/188\",[142,56.033]],[\"comment/188\",[]],[\"name/189\",[143,56.033]],[\"comment/189\",[]],[\"name/190\",[144,56.033]],[\"comment/190\",[]],[\"name/191\",[145,56.033]],[\"comment/191\",[]],[\"name/192\",[146,50.925]],[\"comment/192\",[]],[\"name/193\",[147,56.033]],[\"comment/193\",[]],[\"name/194\",[148,56.033]],[\"comment/194\",[]],[\"name/195\",[149,56.033]],[\"comment/195\",[]],[\"name/196\",[150,50.925]],[\"comment/196\",[]],[\"name/197\",[151,50.925]],[\"comment/197\",[]],[\"name/198\",[152,47.561]],[\"comment/198\",[]],[\"name/199\",[125,45.047]],[\"comment/199\",[]],[\"name/200\",[106,47.561]],[\"comment/200\",[]],[\"name/201\",[105,50.925]],[\"comment/201\",[]],[\"name/202\",[153,56.033]],[\"comment/202\",[]],[\"name/203\",[154,56.033]],[\"comment/203\",[]],[\"name/204\",[155,56.033]],[\"comment/204\",[]],[\"name/205\",[156,56.033]],[\"comment/205\",[]],[\"name/206\",[107,50.925]],[\"comment/206\",[]],[\"name/207\",[152,47.561]],[\"comment/207\",[]],[\"name/208\",[157,56.033]],[\"comment/208\",[]],[\"name/209\",[158,56.033]],[\"comment/209\",[]],[\"name/210\",[159,56.033]],[\"comment/210\",[]],[\"name/211\",[160,56.033]],[\"comment/211\",[]],[\"name/212\",[108,50.925]],[\"comment/212\",[]],[\"name/213\",[161,56.033]],[\"comment/213\",[]],[\"name/214\",[162,56.033]],[\"comment/214\",[]],[\"name/215\",[163,56.033]],[\"comment/215\",[]],[\"name/216\",[164,50.925]],[\"comment/216\",[]],[\"name/217\",[165,50.925]],[\"comment/217\",[]],[\"name/218\",[96,47.561]],[\"comment/218\",[]],[\"name/219\",[97,50.925]],[\"comment/219\",[]],[\"name/220\",[166,50.925]],[\"comment/220\",[]],[\"name/221\",[95,50.925]],[\"comment/221\",[]],[\"name/222\",[98,45.047]],[\"comment/222\",[]],[\"name/223\",[127,47.561]],[\"comment/223\",[]],[\"name/224\",[101,34.061]],[\"comment/224\",[]],[\"name/225\",[129,45.047]],[\"comment/225\",[]],[\"name/226\",[41,43.041]],[\"comment/226\",[]],[\"name/227\",[42,43.041]],[\"comment/227\",[]],[\"name/228\",[167,50.925]],[\"comment/228\",[]],[\"name/229\",[98,45.047]],[\"comment/229\",[]],[\"name/230\",[168,50.925]],[\"comment/230\",[]],[\"name/231\",[169,56.033]],[\"comment/231\",[]],[\"name/232\",[101,34.061]],[\"comment/232\",[]],[\"name/233\",[170,56.033]],[\"comment/233\",[]],[\"name/234\",[171,50.925]],[\"comment/234\",[]],[\"name/235\",[39,34.061]],[\"comment/235\",[]],[\"name/236\",[40,39.939]],[\"comment/236\",[]],[\"name/237\",[166,50.925]],[\"comment/237\",[]],[\"name/238\",[172,56.033]],[\"comment/238\",[]],[\"name/239\",[173,56.033]],[\"comment/239\",[]],[\"name/240\",[174,56.033]],[\"comment/240\",[]],[\"name/241\",[175,56.033]],[\"comment/241\",[]],[\"name/242\",[176,50.925]],[\"comment/242\",[]],[\"name/243\",[177,50.925]],[\"comment/243\",[]],[\"name/244\",[39,34.061]],[\"comment/244\",[]],[\"name/245\",[178,56.033]],[\"comment/245\",[]],[\"name/246\",[152,47.561]],[\"comment/246\",[]],[\"name/247\",[179,56.033]],[\"comment/247\",[]],[\"name/248\",[180,56.033]],[\"comment/248\",[]],[\"name/249\",[181,56.033]],[\"comment/249\",[]],[\"name/250\",[182,56.033]],[\"comment/250\",[]],[\"name/251\",[183,47.561]],[\"comment/251\",[]],[\"name/252\",[101,34.061]],[\"comment/252\",[]],[\"name/253\",[39,34.061]],[\"comment/253\",[]],[\"name/254\",[41,43.041]],[\"comment/254\",[]],[\"name/255\",[42,43.041]],[\"comment/255\",[]],[\"name/256\",[184,56.033]],[\"comment/256\",[]],[\"name/257\",[101,34.061]],[\"comment/257\",[]],[\"name/258\",[185,56.033]],[\"comment/258\",[]],[\"name/259\",[186,56.033]],[\"comment/259\",[]],[\"name/260\",[187,56.033]],[\"comment/260\",[]],[\"name/261\",[125,45.047]],[\"comment/261\",[]],[\"name/262\",[101,34.061]],[\"comment/262\",[]],[\"name/263\",[39,34.061]],[\"comment/263\",[]],[\"name/264\",[40,39.939]],[\"comment/264\",[]],[\"name/265\",[126,50.925]],[\"comment/265\",[]],[\"name/266\",[101,34.061]],[\"comment/266\",[]],[\"name/267\",[39,34.061]],[\"comment/267\",[]],[\"name/268\",[40,39.939]],[\"comment/268\",[]],[\"name/269\",[168,50.925]],[\"comment/269\",[]],[\"name/270\",[101,34.061]],[\"comment/270\",[]],[\"name/271\",[96,47.561]],[\"comment/271\",[]],[\"name/272\",[127,47.561]],[\"comment/272\",[]],[\"name/273\",[101,34.061]],[\"comment/273\",[]],[\"name/274\",[39,34.061]],[\"comment/274\",[]],[\"name/275\",[41,43.041]],[\"comment/275\",[]],[\"name/276\",[42,43.041]],[\"comment/276\",[]],[\"name/277\",[129,45.047]],[\"comment/277\",[]],[\"name/278\",[114,50.925]],[\"comment/278\",[]],[\"name/279\",[101,34.061]],[\"comment/279\",[]],[\"name/280\",[40,39.939]],[\"comment/280\",[]],[\"name/281\",[188,50.925]],[\"comment/281\",[]],[\"name/282\",[189,50.925]],[\"comment/282\",[]],[\"name/283\",[39,34.061]],[\"comment/283\",[]],[\"name/284\",[129,45.047]],[\"comment/284\",[]],[\"name/285\",[131,50.925]],[\"comment/285\",[]],[\"name/286\",[190,50.925]],[\"comment/286\",[]],[\"name/287\",[106,47.561]],[\"comment/287\",[]],[\"name/288\",[191,50.925]],[\"comment/288\",[]],[\"name/289\",[192,56.033]],[\"comment/289\",[]],[\"name/290\",[139,50.925]],[\"comment/290\",[]],[\"name/291\",[98,45.047]],[\"comment/291\",[]],[\"name/292\",[146,50.925]],[\"comment/292\",[]],[\"name/293\",[193,56.033]],[\"comment/293\",[]],[\"name/294\",[194,56.033]],[\"comment/294\",[]],[\"name/295\",[195,56.033]],[\"comment/295\",[]],[\"name/296\",[196,56.033]],[\"comment/296\",[]],[\"name/297\",[197,56.033]],[\"comment/297\",[]],[\"name/298\",[198,56.033]],[\"comment/298\",[]],[\"name/299\",[199,56.033]],[\"comment/299\",[]],[\"name/300\",[200,56.033]],[\"comment/300\",[]],[\"name/301\",[201,56.033]],[\"comment/301\",[]],[\"name/302\",[202,56.033]],[\"comment/302\",[]],[\"name/303\",[203,50.925]],[\"comment/303\",[]],[\"name/304\",[183,47.561]],[\"comment/304\",[]],[\"name/305\",[190,50.925]],[\"comment/305\",[]],[\"name/306\",[191,50.925]],[\"comment/306\",[]],[\"name/307\",[204,56.033]],[\"comment/307\",[]],[\"name/308\",[205,56.033]],[\"comment/308\",[]],[\"name/309\",[206,56.033]],[\"comment/309\",[]],[\"name/310\",[207,56.033]],[\"comment/310\",[]],[\"name/311\",[208,56.033]],[\"comment/311\",[]],[\"name/312\",[209,56.033]],[\"comment/312\",[]],[\"name/313\",[210,56.033]],[\"comment/313\",[]],[\"name/314\",[211,56.033]],[\"comment/314\",[]],[\"name/315\",[212,56.033]],[\"comment/315\",[]],[\"name/316\",[213,56.033]],[\"comment/316\",[]],[\"name/317\",[214,56.033]],[\"comment/317\",[]],[\"name/318\",[215,56.033]],[\"comment/318\",[]],[\"name/319\",[216,56.033]],[\"comment/319\",[]],[\"name/320\",[68,50.925]],[\"comment/320\",[]],[\"name/321\",[69,50.925]],[\"comment/321\",[]],[\"name/322\",[39,34.061]],[\"comment/322\",[]],[\"name/323\",[40,39.939]],[\"comment/323\",[]],[\"name/324\",[41,43.041]],[\"comment/324\",[]],[\"name/325\",[42,43.041]],[\"comment/325\",[]],[\"name/326\",[43,50.925]],[\"comment/326\",[]],[\"name/327\",[44,50.925]],[\"comment/327\",[]],[\"name/328\",[45,50.925]],[\"comment/328\",[]],[\"name/329\",[46,50.925]],[\"comment/329\",[]],[\"name/330\",[47,50.925]],[\"comment/330\",[]],[\"name/331\",[48,50.925]],[\"comment/331\",[]],[\"name/332\",[49,50.925]],[\"comment/332\",[]],[\"name/333\",[50,50.925]],[\"comment/333\",[]],[\"name/334\",[51,50.925]],[\"comment/334\",[]],[\"name/335\",[52,50.925]],[\"comment/335\",[]],[\"name/336\",[53,50.925]],[\"comment/336\",[]],[\"name/337\",[54,50.925]],[\"comment/337\",[]],[\"name/338\",[55,50.925]],[\"comment/338\",[]],[\"name/339\",[56,50.925]],[\"comment/339\",[]],[\"name/340\",[57,50.925]],[\"comment/340\",[]],[\"name/341\",[58,50.925]],[\"comment/341\",[]],[\"name/342\",[59,50.925]],[\"comment/342\",[]],[\"name/343\",[60,50.925]],[\"comment/343\",[]],[\"name/344\",[61,50.925]],[\"comment/344\",[]],[\"name/345\",[62,50.925]],[\"comment/345\",[]],[\"name/346\",[63,50.925]],[\"comment/346\",[]],[\"name/347\",[64,50.925]],[\"comment/347\",[]],[\"name/348\",[65,50.925]],[\"comment/348\",[]],[\"name/349\",[66,50.925]],[\"comment/349\",[]],[\"name/350\",[67,50.925]],[\"comment/350\",[]],[\"name/351\",[70,50.925]],[\"comment/351\",[]],[\"name/352\",[71,50.925]],[\"comment/352\",[]],[\"name/353\",[72,50.925]],[\"comment/353\",[]],[\"name/354\",[73,50.925]],[\"comment/354\",[]],[\"name/355\",[74,50.925]],[\"comment/355\",[]],[\"name/356\",[217,50.925]],[\"comment/356\",[]],[\"name/357\",[218,50.925]],[\"comment/357\",[]],[\"name/358\",[76,45.047]],[\"comment/358\",[]],[\"name/359\",[77,45.047]],[\"comment/359\",[]],[\"name/360\",[219,50.925]],[\"comment/360\",[]],[\"name/361\",[76,45.047]],[\"comment/361\",[]],[\"name/362\",[77,45.047]],[\"comment/362\",[]],[\"name/363\",[220,50.925]],[\"comment/363\",[]],[\"name/364\",[221,56.033]],[\"comment/364\",[]],[\"name/365\",[101,34.061]],[\"comment/365\",[]],[\"name/366\",[222,50.925]],[\"comment/366\",[]],[\"name/367\",[138,47.561]],[\"comment/367\",[]],[\"name/368\",[223,50.925]],[\"comment/368\",[]],[\"name/369\",[224,56.033]],[\"comment/369\",[]],[\"name/370\",[101,34.061]],[\"comment/370\",[]],[\"name/371\",[222,50.925]],[\"comment/371\",[]],[\"name/372\",[138,47.561]],[\"comment/372\",[]],[\"name/373\",[223,50.925]],[\"comment/373\",[]],[\"name/374\",[225,50.925]],[\"comment/374\",[]],[\"name/375\",[26,50.925]],[\"comment/375\",[]],[\"name/376\",[34,50.925]],[\"comment/376\",[]],[\"name/377\",[38,50.925]],[\"comment/377\",[]],[\"name/378\",[75,50.925]],[\"comment/378\",[]],[\"name/379\",[78,50.925]],[\"comment/379\",[]],[\"name/380\",[83,50.925]],[\"comment/380\",[]],[\"name/381\",[91,50.925]],[\"comment/381\",[]],[\"name/382\",[93,50.925]],[\"comment/382\",[]],[\"name/383\",[115,50.925]],[\"comment/383\",[]],[\"name/384\",[116,47.561]],[\"comment/384\",[]],[\"name/385\",[117,50.925]],[\"comment/385\",[]],[\"name/386\",[120,50.925]],[\"comment/386\",[]],[\"name/387\",[124,50.925]],[\"comment/387\",[]],[\"name/388\",[150,50.925]],[\"comment/388\",[]],[\"name/389\",[151,50.925]],[\"comment/389\",[]],[\"name/390\",[125,45.047]],[\"comment/390\",[]],[\"name/391\",[164,50.925]],[\"comment/391\",[]],[\"name/392\",[165,50.925]],[\"comment/392\",[]],[\"name/393\",[167,50.925]],[\"comment/393\",[]],[\"name/394\",[171,50.925]],[\"comment/394\",[]],[\"name/395\",[176,50.925]],[\"comment/395\",[]],[\"name/396\",[177,50.925]],[\"comment/396\",[]],[\"name/397\",[188,50.925]],[\"comment/397\",[]],[\"name/398\",[189,50.925]],[\"comment/398\",[]],[\"name/399\",[203,50.925]],[\"comment/399\",[]],[\"name/400\",[183,47.561]],[\"comment/400\",[]],[\"name/401\",[217,50.925]],[\"comment/401\",[]],[\"name/402\",[218,50.925]],[\"comment/402\",[]],[\"name/403\",[219,50.925]],[\"comment/403\",[]],[\"name/404\",[220,50.925]],[\"comment/404\",[]],[\"name/405\",[225,50.925]],[\"comment/405\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":101,\"name\":{\"142\":{},\"183\":{},\"224\":{},\"232\":{},\"252\":{},\"257\":{},\"262\":{},\"266\":{},\"270\":{},\"273\":{},\"279\":{},\"365\":{},\"370\":{}},\"comment\":{}}],[\"_can_delete\",{\"_index\":109,\"name\":{\"150\":{}},\"comment\":{}}],[\"activitypoint\",{\"_index\":93,\"name\":{\"133\":{},\"382\":{}},\"comment\":{}}],[\"activityresponse\",{\"_index\":115,\"name\":{\"156\":{},\"383\":{}},\"comment\":{}}],[\"allow_attachments\",{\"_index\":143,\"name\":{\"189\":{}},\"comment\":{}}],[\"allow_comments\",{\"_index\":195,\"name\":{\"295\":{}},\"comment\":{}}],[\"allow_consent\",{\"_index\":197,\"name\":{\"297\":{}},\"comment\":{}}],[\"allow_pupils_add_timetable_notes\",{\"_index\":67,\"name\":{\"104\":{},\"350\":{}},\"comment\":{}}],[\"allow_reactions\",{\"_index\":196,\"name\":{\"296\":{}},\"comment\":{}}],[\"am\",{\"_index\":221,\"name\":{\"364\":{}},\"comment\":{}}],[\"announcement\",{\"_index\":189,\"name\":{\"282\":{},\"398\":{}},\"comment\":{}}],[\"announcements_count\",{\"_index\":68,\"name\":{\"105\":{},\"320\":{}},\"comment\":{}}],[\"announcementsresponse\",{\"_index\":203,\"name\":{\"303\":{},\"399\":{}},\"comment\":{}}],[\"api_base\",{\"_index\":7,\"name\":{\"7\":{},\"38\":{},\"61\":{}},\"comment\":{}}],[\"api_base_parent\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"api_base_student\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"attachments\",{\"_index\":146,\"name\":{\"192\":{},\"292\":{}},\"comment\":{}}],[\"attendancedate\",{\"_index\":220,\"name\":{\"363\":{},\"404\":{}},\"comment\":{}}],[\"attendanceresponse\",{\"_index\":225,\"name\":{\"374\":{},\"405\":{}},\"comment\":{}}],[\"attended\",{\"_index\":178,\"name\":{\"245\":{}},\"comment\":{}}],[\"authcookies\",{\"_index\":5,\"name\":{\"5\":{},\"36\":{},\"59\":{}},\"comment\":{}}],[\"avatar_url\",{\"_index\":43,\"name\":{\"80\":{},\"326\":{}},\"comment\":{}}],[\"axios\",{\"_index\":8,\"name\":{\"8\":{},\"39\":{},\"62\":{}},\"comment\":{}}],[\"badge\",{\"_index\":171,\"name\":{\"234\":{},\"394\":{}},\"comment\":{}}],[\"badges\",{\"_index\":110,\"name\":{\"151\":{}},\"comment\":{}}],[\"badgesresponse\",{\"_index\":176,\"name\":{\"242\":{},\"395\":{}},\"comment\":{}}],[\"base_url\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"baseclient\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"behaviourresponse\",{\"_index\":83,\"name\":{\"121\":{},\"380\":{}},\"comment\":{}}],[\"behaviourtimelinepoint\",{\"_index\":78,\"name\":{\"115\":{},\"379\":{}},\"comment\":{}}],[\"border_color\",{\"_index\":102,\"name\":{\"143\":{}},\"comment\":{}}],[\"can_change_consent\",{\"_index\":200,\"name\":{\"300\":{}},\"comment\":{}}],[\"can_record_covid_tests\",{\"_index\":206,\"name\":{\"309\":{}},\"comment\":{}}],[\"can_upload_attachments\",{\"_index\":61,\"name\":{\"98\":{},\"344\":{}},\"comment\":{}}],[\"classchartsclient\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"classchartsparentclient\",{\"_index\":26,\"name\":{\"26\":{},\"375\":{}},\"comment\":{}}],[\"classchartsstudentclient\",{\"_index\":34,\"name\":{\"52\":{},\"376\":{}},\"comment\":{}}],[\"code\",{\"_index\":222,\"name\":{\"366\":{},\"371\":{}},\"comment\":{}}],[\"colour\",{\"_index\":172,\"name\":{\"238\":{}},\"comment\":{}}],[\"comment_visibility\",{\"_index\":194,\"name\":{\"294\":{}},\"comment\":{}}],[\"completion_time_unit\",{\"_index\":135,\"name\":{\"179\":{}},\"comment\":{}}],[\"completion_time_value\",{\"_index\":136,\"name\":{\"180\":{}},\"comment\":{}}],[\"consent\",{\"_index\":201,\"name\":{\"301\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":2,\"name\":{\"2\":{},\"27\":{},\"53\":{}},\"comment\":{}}],[\"consts\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"created_date\",{\"_index\":173,\"name\":{\"239\":{}},\"comment\":{}}],[\"custom_class\",{\"_index\":103,\"name\":{\"144\":{}},\"comment\":{}}],[\"date\",{\"_index\":152,\"name\":{\"198\":{},\"207\":{},\"246\":{}},\"comment\":{}}],[\"dateofbirth\",{\"_index\":36,\"name\":{\"55\":{}},\"comment\":{}}],[\"description\",{\"_index\":131,\"name\":{\"175\":{},\"285\":{}},\"comment\":{}}],[\"description_raw\",{\"_index\":132,\"name\":{\"176\":{}},\"comment\":{}}],[\"detention\",{\"_index\":177,\"name\":{\"243\":{},\"396\":{}},\"comment\":{}}],[\"detention_alias_plural_uc\",{\"_index\":74,\"name\":{\"111\":{},\"355\":{}},\"comment\":{}}],[\"detention_date\",{\"_index\":111,\"name\":{\"152\":{}},\"comment\":{}}],[\"detention_location\",{\"_index\":113,\"name\":{\"154\":{}},\"comment\":{}}],[\"detention_no_count\",{\"_index\":208,\"name\":{\"311\":{}},\"comment\":{}}],[\"detention_pending_count\",{\"_index\":209,\"name\":{\"312\":{}},\"comment\":{}}],[\"detention_time\",{\"_index\":112,\"name\":{\"153\":{}},\"comment\":{}}],[\"detention_type\",{\"_index\":114,\"name\":{\"155\":{},\"278\":{}},\"comment\":{}}],[\"detention_upscaled_count\",{\"_index\":210,\"name\":{\"313\":{}},\"comment\":{}}],[\"detention_yes_count\",{\"_index\":207,\"name\":{\"310\":{}},\"comment\":{}}],[\"detentionsresponse\",{\"_index\":188,\"name\":{\"281\":{},\"397\":{}},\"comment\":{}}],[\"display_absences\",{\"_index\":60,\"name\":{\"97\":{},\"343\":{}},\"comment\":{}}],[\"display_activity\",{\"_index\":55,\"name\":{\"92\":{},\"338\":{}},\"comment\":{}}],[\"display_announcements\",{\"_index\":51,\"name\":{\"88\":{},\"334\":{}},\"comment\":{}}],[\"display_attendance\",{\"_index\":52,\"name\":{\"89\":{},\"335\":{}},\"comment\":{}}],[\"display_attendance_percentage\",{\"_index\":54,\"name\":{\"91\":{},\"337\":{}},\"comment\":{}}],[\"display_attendance_type\",{\"_index\":53,\"name\":{\"90\":{},\"336\":{}},\"comment\":{}}],[\"display_avatars\",{\"_index\":63,\"name\":{\"100\":{},\"346\":{}},\"comment\":{}}],[\"display_behaviour\",{\"_index\":44,\"name\":{\"81\":{},\"327\":{}},\"comment\":{}}],[\"display_classes\",{\"_index\":50,\"name\":{\"87\":{},\"333\":{}},\"comment\":{}}],[\"display_concern_submission\",{\"_index\":64,\"name\":{\"101\":{},\"347\":{}},\"comment\":{}}],[\"display_covid_tests\",{\"_index\":205,\"name\":{\"308\":{}},\"comment\":{}}],[\"display_custom_fields\",{\"_index\":65,\"name\":{\"102\":{},\"348\":{}},\"comment\":{}}],[\"display_detentions\",{\"_index\":48,\"name\":{\"85\":{},\"331\":{}},\"comment\":{}}],[\"display_event_badges\",{\"_index\":62,\"name\":{\"99\":{},\"345\":{}},\"comment\":{}}],[\"display_homework\",{\"_index\":46,\"name\":{\"83\":{},\"329\":{}},\"comment\":{}}],[\"display_mental_health\",{\"_index\":56,\"name\":{\"93\":{},\"339\":{}},\"comment\":{}}],[\"display_parent_behaviour\",{\"_index\":45,\"name\":{\"82\":{},\"328\":{}},\"comment\":{}}],[\"display_report_cards\",{\"_index\":49,\"name\":{\"86\":{},\"332\":{}},\"comment\":{}}],[\"display_rewards\",{\"_index\":47,\"name\":{\"84\":{},\"330\":{}},\"comment\":{}}],[\"display_timetable\",{\"_index\":57,\"name\":{\"94\":{},\"340\":{}},\"comment\":{}}],[\"display_two_way_communications\",{\"_index\":59,\"name\":{\"96\":{},\"342\":{}},\"comment\":{}}],[\"displaydate\",{\"_index\":116,\"name\":{\"157\":{},\"159\":{},\"384\":{}},\"comment\":{}}],[\"due_date\",{\"_index\":134,\"name\":{\"178\":{}},\"comment\":{}}],[\"email\",{\"_index\":28,\"name\":{\"29\":{}},\"comment\":{}}],[\"end\",{\"_index\":82,\"name\":{\"120\":{}},\"comment\":{}}],[\"end_time\",{\"_index\":158,\"name\":{\"209\":{}},\"comment\":{}}],[\"event\",{\"_index\":169,\"name\":{\"231\":{}},\"comment\":{}}],[\"file\",{\"_index\":122,\"name\":{\"165\":{}},\"comment\":{}}],[\"file_name\",{\"_index\":121,\"name\":{\"164\":{}},\"comment\":{}}],[\"first_name\",{\"_index\":41,\"name\":{\"78\":{},\"226\":{},\"254\":{},\"275\":{},\"324\":{}},\"comment\":{}}],[\"first_seen_date\",{\"_index\":144,\"name\":{\"190\":{}},\"comment\":{}}],[\"for_pupils\",{\"_index\":193,\"name\":{\"293\":{}},\"comment\":{}}],[\"from\",{\"_index\":76,\"name\":{\"113\":{},\"130\":{},\"358\":{},\"361\":{}},\"comment\":{}}],[\"fromdate\",{\"_index\":118,\"name\":{\"160\":{}},\"comment\":{}}],[\"getactivity\",{\"_index\":11,\"name\":{\"11\":{},\"42\":{},\"65\":{}},\"comment\":{}}],[\"getactivityoptions\",{\"_index\":91,\"name\":{\"129\":{},\"381\":{}},\"comment\":{}}],[\"getattendanceoptions\",{\"_index\":219,\"name\":{\"360\":{},\"403\":{}},\"comment\":{}}],[\"getbadges\",{\"_index\":16,\"name\":{\"16\":{},\"47\":{},\"70\":{}},\"comment\":{}}],[\"getbehaviour\",{\"_index\":13,\"name\":{\"13\":{},\"44\":{},\"67\":{}},\"comment\":{}}],[\"getbehaviouroptions\",{\"_index\":75,\"name\":{\"112\":{},\"378\":{}},\"comment\":{}}],[\"getdetentions\",{\"_index\":18,\"name\":{\"18\":{},\"49\":{},\"72\":{}},\"comment\":{}}],[\"getfullactivity\",{\"_index\":12,\"name\":{\"12\":{},\"43\":{},\"66\":{}},\"comment\":{}}],[\"getfullactivityoptions\",{\"_index\":218,\"name\":{\"357\":{},\"402\":{}},\"comment\":{}}],[\"gethomeworkoptions\",{\"_index\":117,\"name\":{\"158\":{},\"385\":{}},\"comment\":{}}],[\"getlessons\",{\"_index\":15,\"name\":{\"15\":{},\"46\":{},\"69\":{}},\"comment\":{}}],[\"getlessonsoptions\",{\"_index\":151,\"name\":{\"197\":{},\"389\":{}},\"comment\":{}}],[\"getpupils\",{\"_index\":31,\"name\":{\"32\":{}},\"comment\":{}}],[\"getpupilsresponse\",{\"_index\":217,\"name\":{\"356\":{},\"401\":{}},\"comment\":{}}],[\"getstudentinfo\",{\"_index\":10,\"name\":{\"10\":{},\"41\":{},\"64\":{}},\"comment\":{}}],[\"has_birthday\",{\"_index\":71,\"name\":{\"108\":{},\"352\":{}},\"comment\":{}}],[\"has_feedback\",{\"_index\":147,\"name\":{\"193\":{}},\"comment\":{}}],[\"has_new_survey\",{\"_index\":72,\"name\":{\"109\":{},\"353\":{}},\"comment\":{}}],[\"homework\",{\"_index\":124,\"name\":{\"167\":{},\"387\":{}},\"comment\":{}}],[\"homework_completed_count\",{\"_index\":215,\"name\":{\"318\":{}},\"comment\":{}}],[\"homework_excused_count\",{\"_index\":214,\"name\":{\"317\":{}},\"comment\":{}}],[\"homework_late_count\",{\"_index\":212,\"name\":{\"315\":{}},\"comment\":{}}],[\"homework_not_completed_count\",{\"_index\":213,\"name\":{\"316\":{}},\"comment\":{}}],[\"homework_submitted_count\",{\"_index\":216,\"name\":{\"319\":{}},\"comment\":{}}],[\"homework_todo_count\",{\"_index\":211,\"name\":{\"314\":{}},\"comment\":{}}],[\"homework_type\",{\"_index\":128,\"name\":{\"171\":{}},\"comment\":{}}],[\"homeworksresponse\",{\"_index\":150,\"name\":{\"196\":{},\"388\":{}},\"comment\":{}}],[\"icon\",{\"_index\":166,\"name\":{\"220\":{},\"237\":{}},\"comment\":{}}],[\"icon_url\",{\"_index\":175,\"name\":{\"241\":{}},\"comment\":{}}],[\"id\",{\"_index\":39,\"name\":{\"76\":{},\"134\":{},\"163\":{},\"172\":{},\"184\":{},\"235\":{},\"244\":{},\"253\":{},\"263\":{},\"267\":{},\"274\":{},\"283\":{},\"322\":{}},\"comment\":{}}],[\"index\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"is_alternative_lesson\",{\"_index\":154,\"name\":{\"203\":{}},\"comment\":{}}],[\"is_disabled\",{\"_index\":58,\"name\":{\"95\":{},\"341\":{}},\"comment\":{}}],[\"issue_date\",{\"_index\":133,\"name\":{\"177\":{}},\"comment\":{}}],[\"key\",{\"_index\":159,\"name\":{\"210\":{}},\"comment\":{}}],[\"label\",{\"_index\":170,\"name\":{\"233\":{}},\"comment\":{}}],[\"last_id\",{\"_index\":92,\"name\":{\"132\":{}},\"comment\":{}}],[\"last_name\",{\"_index\":42,\"name\":{\"79\":{},\"227\":{},\"255\":{},\"276\":{},\"325\":{}},\"comment\":{}}],[\"last_seen_date\",{\"_index\":145,\"name\":{\"191\":{}},\"comment\":{}}],[\"late_minutes\",{\"_index\":223,\"name\":{\"368\":{},\"373\":{}},\"comment\":{}}],[\"length\",{\"_index\":179,\"name\":{\"247\":{}},\"comment\":{}}],[\"lesson\",{\"_index\":125,\"name\":{\"168\":{},\"199\":{},\"261\":{},\"390\":{}},\"comment\":{}}],[\"lesson_name\",{\"_index\":105,\"name\":{\"146\":{},\"201\":{}},\"comment\":{}}],[\"lesson_pupil_behaviour\",{\"_index\":168,\"name\":{\"230\":{},\"269\":{}},\"comment\":{}}],[\"lessonpupilbehaviour\",{\"_index\":165,\"name\":{\"217\":{},\"392\":{}},\"comment\":{}}],[\"lessonsresponse\",{\"_index\":164,\"name\":{\"216\":{},\"391\":{}},\"comment\":{}}],[\"listannouncements\",{\"_index\":17,\"name\":{\"17\":{},\"48\":{},\"71\":{}},\"comment\":{}}],[\"listattendance\",{\"_index\":19,\"name\":{\"19\":{},\"50\":{},\"73\":{}},\"comment\":{}}],[\"listhomeworks\",{\"_index\":14,\"name\":{\"14\":{},\"45\":{},\"68\":{}},\"comment\":{}}],[\"location\",{\"_index\":180,\"name\":{\"248\":{}},\"comment\":{}}],[\"login\",{\"_index\":30,\"name\":{\"31\":{},\"56\":{}},\"comment\":{}}],[\"makeauthedrequest\",{\"_index\":9,\"name\":{\"9\":{},\"40\":{},\"63\":{}},\"comment\":{}}],[\"mark\",{\"_index\":140,\"name\":{\"186\":{}},\"comment\":{}}],[\"mark_relative\",{\"_index\":141,\"name\":{\"187\":{}},\"comment\":{}}],[\"messages_count\",{\"_index\":69,\"name\":{\"106\":{},\"321\":{}},\"comment\":{}}],[\"meta_title\",{\"_index\":130,\"name\":{\"174\":{}},\"comment\":{}}],[\"name\",{\"_index\":40,\"name\":{\"77\":{},\"118\":{},\"236\":{},\"264\":{},\"268\":{},\"280\":{},\"323\":{}},\"comment\":{}}],[\"negative\",{\"_index\":80,\"name\":{\"117\":{}},\"comment\":{}}],[\"negative_reasons\",{\"_index\":86,\"name\":{\"124\":{}},\"comment\":{}}],[\"note\",{\"_index\":108,\"name\":{\"149\":{},\"212\":{}},\"comment\":{}}],[\"note_abstract\",{\"_index\":160,\"name\":{\"211\":{}},\"comment\":{}}],[\"notes\",{\"_index\":181,\"name\":{\"249\":{}},\"comment\":{}}],[\"opt_notes_comments\",{\"_index\":186,\"name\":{\"259\":{}},\"comment\":{}}],[\"opt_notes_comments_pupils\",{\"_index\":187,\"name\":{\"260\":{}},\"comment\":{}}],[\"opt_notes_names\",{\"_index\":185,\"name\":{\"258\":{}},\"comment\":{}}],[\"other_negative\",{\"_index\":88,\"name\":{\"126\":{}},\"comment\":{}}],[\"other_negative_count\",{\"_index\":90,\"name\":{\"128\":{}},\"comment\":{}}],[\"other_positive\",{\"_index\":87,\"name\":{\"125\":{}},\"comment\":{}}],[\"other_positive_count\",{\"_index\":89,\"name\":{\"127\":{}},\"comment\":{}}],[\"parentclient\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"password\",{\"_index\":27,\"name\":{\"28\":{}},\"comment\":{}}],[\"period_name\",{\"_index\":155,\"name\":{\"204\":{}},\"comment\":{}}],[\"period_number\",{\"_index\":156,\"name\":{\"205\":{}},\"comment\":{}}],[\"pm\",{\"_index\":224,\"name\":{\"369\":{}},\"comment\":{}}],[\"polarity\",{\"_index\":95,\"name\":{\"136\":{},\"221\":{}},\"comment\":{}}],[\"positive\",{\"_index\":79,\"name\":{\"116\":{}},\"comment\":{}}],[\"positive_reasons\",{\"_index\":85,\"name\":{\"123\":{}},\"comment\":{}}],[\"priority_pinned\",{\"_index\":198,\"name\":{\"298\":{}},\"comment\":{}}],[\"publish_time\",{\"_index\":137,\"name\":{\"181\":{}},\"comment\":{}}],[\"pupil\",{\"_index\":183,\"name\":{\"251\":{},\"304\":{},\"400\":{}},\"comment\":{}}],[\"pupil_badges\",{\"_index\":174,\"name\":{\"240\":{}},\"comment\":{}}],[\"pupil_concerns_help_text\",{\"_index\":66,\"name\":{\"103\":{},\"349\":{}},\"comment\":{}}],[\"pupil_consents\",{\"_index\":202,\"name\":{\"302\":{}},\"comment\":{}}],[\"pupil_name\",{\"_index\":104,\"name\":{\"145\":{}},\"comment\":{}}],[\"pupil_note\",{\"_index\":162,\"name\":{\"214\":{}},\"comment\":{}}],[\"pupil_note_abstract\",{\"_index\":161,\"name\":{\"213\":{}},\"comment\":{}}],[\"pupil_note_raw\",{\"_index\":163,\"name\":{\"215\":{}},\"comment\":{}}],[\"pupilevent\",{\"_index\":167,\"name\":{\"228\":{},\"393\":{}},\"comment\":{}}],[\"pupils\",{\"_index\":29,\"name\":{\"30\":{}},\"comment\":{}}],[\"pusher_channel_name\",{\"_index\":70,\"name\":{\"107\":{},\"351\":{}},\"comment\":{}}],[\"reason\",{\"_index\":96,\"name\":{\"137\":{},\"218\":{},\"271\":{}},\"comment\":{}}],[\"requires_consent\",{\"_index\":199,\"name\":{\"299\":{}},\"comment\":{}}],[\"room_name\",{\"_index\":107,\"name\":{\"148\":{},\"206\":{}},\"comment\":{}}],[\"school\",{\"_index\":184,\"name\":{\"256\":{}},\"comment\":{}}],[\"school_logo\",{\"_index\":191,\"name\":{\"288\":{},\"306\":{}},\"comment\":{}}],[\"school_name\",{\"_index\":190,\"name\":{\"286\":{},\"305\":{}},\"comment\":{}}],[\"score\",{\"_index\":97,\"name\":{\"138\":{},\"219\":{}},\"comment\":{}}],[\"selectpupil\",{\"_index\":32,\"name\":{\"33\":{}},\"comment\":{}}],[\"sessionid\",{\"_index\":6,\"name\":{\"6\":{},\"37\":{},\"60\":{}},\"comment\":{}}],[\"start\",{\"_index\":81,\"name\":{\"119\":{}},\"comment\":{}}],[\"start_time\",{\"_index\":157,\"name\":{\"208\":{}},\"comment\":{}}],[\"state\",{\"_index\":139,\"name\":{\"185\":{},\"290\":{}},\"comment\":{}}],[\"status\",{\"_index\":138,\"name\":{\"182\":{},\"367\":{},\"372\":{}},\"comment\":{}}],[\"sticky\",{\"_index\":192,\"name\":{\"289\":{}},\"comment\":{}}],[\"student\",{\"_index\":38,\"name\":{\"75\":{},\"377\":{}},\"comment\":{}}],[\"studentclient\",{\"_index\":33,\"name\":{\"51\":{}},\"comment\":{}}],[\"studentcode\",{\"_index\":35,\"name\":{\"54\":{}},\"comment\":{}}],[\"studentid\",{\"_index\":3,\"name\":{\"3\":{},\"34\":{},\"57\":{}},\"comment\":{}}],[\"studentname\",{\"_index\":4,\"name\":{\"4\":{},\"35\":{},\"58\":{}},\"comment\":{}}],[\"style\",{\"_index\":100,\"name\":{\"141\":{}},\"comment\":{}}],[\"subject\",{\"_index\":126,\"name\":{\"169\":{},\"265\":{}},\"comment\":{}}],[\"subject_name\",{\"_index\":153,\"name\":{\"202\":{}},\"comment\":{}}],[\"survey_id\",{\"_index\":73,\"name\":{\"110\":{},\"354\":{}},\"comment\":{}}],[\"teacher\",{\"_index\":127,\"name\":{\"170\":{},\"223\":{},\"272\":{}},\"comment\":{}}],[\"teacher_name\",{\"_index\":106,\"name\":{\"147\":{},\"200\":{},\"287\":{}},\"comment\":{}}],[\"ticked\",{\"_index\":142,\"name\":{\"188\":{}},\"comment\":{}}],[\"time\",{\"_index\":182,\"name\":{\"250\":{}},\"comment\":{}}],[\"timeline\",{\"_index\":84,\"name\":{\"122\":{}},\"comment\":{}}],[\"timestamp\",{\"_index\":98,\"name\":{\"139\":{},\"222\":{},\"229\":{},\"291\":{}},\"comment\":{}}],[\"timestamp_custom_time\",{\"_index\":99,\"name\":{\"140\":{}},\"comment\":{}}],[\"timezone\",{\"_index\":204,\"name\":{\"307\":{}},\"comment\":{}}],[\"title\",{\"_index\":129,\"name\":{\"173\":{},\"225\":{},\"277\":{},\"284\":{}},\"comment\":{}}],[\"to\",{\"_index\":77,\"name\":{\"114\":{},\"131\":{},\"359\":{},\"362\":{}},\"comment\":{}}],[\"todate\",{\"_index\":119,\"name\":{\"161\":{}},\"comment\":{}}],[\"type\",{\"_index\":94,\"name\":{\"135\":{}},\"comment\":{}}],[\"types\",{\"_index\":37,\"name\":{\"74\":{}},\"comment\":{}}],[\"validated_attachments\",{\"_index\":149,\"name\":{\"195\":{}},\"comment\":{}}],[\"validated_file\",{\"_index\":123,\"name\":{\"166\":{}},\"comment\":{}}],[\"validated_links\",{\"_index\":148,\"name\":{\"194\":{}},\"comment\":{}}],[\"validatedhomeworkattachment\",{\"_index\":120,\"name\":{\"162\":{},\"386\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css index 6127b27..8f6ed2c 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -1,155 +1,133 @@ -@import url("./icons.css"); - :root { /* Light */ - --light-color-background: #fcfcfc; - --light-color-secondary-background: #fff; + --light-color-background: #f2f4f8; + --light-color-background-secondary: #eff0f1; + --light-color-icon-background: var(--light-color-background); + --light-color-accent: #c5c7c9; --light-color-text: #222; --light-color-text-aside: #707070; --light-color-link: #4da6ff; - --light-color-menu-divider: #eee; - --light-color-menu-divider-focus: #000; - --light-color-menu-label: #707070; - --light-color-panel: var(--light-color-secondary-background); - --light-color-panel-divider: #eee; - --light-color-comment-tag: #707070; - --light-color-comment-tag-text: #fff; - --light-color-ts: #9600ff; - --light-color-ts-interface: #647f1b; - --light-color-ts-enum: #937210; - --light-color-ts-class: #0672de; + --light-color-ts: #db1373; + --light-color-ts-interface: #139d2c; + --light-color-ts-enum: #9c891a; + --light-color-ts-class: #2484e5; + --light-color-ts-function: #572be7; + --light-color-ts-namespace: #b111c9; --light-color-ts-private: #707070; - --light-color-toolbar: #fff; - --light-color-toolbar-text: #333; - --light-icon-filter: invert(0); + --light-color-ts-variable: #4d68ff; --light-external-icon: url("data:image/svg+xml;utf8,"); + --light-color-scheme: light; /* Dark */ - --dark-color-background: #36393f; - --dark-color-secondary-background: #2f3136; - --dark-color-text: #ffffff; - --dark-color-text-aside: #e6e4e4; + --dark-color-background: #2b2e33; + --dark-color-background-secondary: #1e2024; + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-accent: #9096a2; + --dark-color-text: #f5f5f5; + --dark-color-text-aside: #dddddd; --dark-color-link: #00aff4; - --dark-color-menu-divider: #eee; - --dark-color-menu-divider-focus: #000; - --dark-color-menu-label: #707070; - --dark-color-panel: var(--dark-color-secondary-background); - --dark-color-panel-divider: #818181; - --dark-color-comment-tag: #dcddde; - --dark-color-comment-tag-text: #2f3136; - --dark-color-ts: #c97dff; - --dark-color-ts-interface: #9cbe3c; - --dark-color-ts-enum: #d6ab29; - --dark-color-ts-class: #3695f3; + --dark-color-ts: #ff6492; + --dark-color-ts-interface: #6cff87; + --dark-color-ts-enum: #f4d93e; + --dark-color-ts-class: #61b0ff; + --dark-color-ts-function: #9772ff; + --dark-color-ts-namespace: #e14dff; --dark-color-ts-private: #e2e2e2; - --dark-color-toolbar: #34373c; - --dark-color-toolbar-text: #ffffff; - --dark-icon-filter: invert(1); + --dark-color-ts-variable: #4d68ff; --dark-external-icon: url("data:image/svg+xml;utf8,"); + --dark-color-scheme: dark; } @media (prefers-color-scheme: light) { :root { --color-background: var(--light-color-background); - --color-secondary-background: var(--light-color-secondary-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); --color-text: var(--light-color-text); --color-text-aside: var(--light-color-text-aside); --color-link: var(--light-color-link); - --color-menu-divider: var(--light-color-menu-divider); - --color-menu-divider-focus: var(--light-color-menu-divider-focus); - --color-menu-label: var(--light-color-menu-label); - --color-panel: var(--light-color-panel); - --color-panel-divider: var(--light-color-panel-divider); - --color-comment-tag: var(--light-color-comment-tag); - --color-comment-tag-text: var(--light-color-comment-tag-text); --color-ts: var(--light-color-ts); --color-ts-interface: var(--light-color-ts-interface); --color-ts-enum: var(--light-color-ts-enum); --color-ts-class: var(--light-color-ts-class); + --color-ts-function: var(--light-color-ts-function); + --color-ts-namespace: var(--light-color-ts-namespace); --color-ts-private: var(--light-color-ts-private); - --color-toolbar: var(--light-color-toolbar); - --color-toolbar-text: var(--light-color-toolbar-text); - --icon-filter: var(--light-icon-filter); + --color-ts-variable: var(--light-color-ts-variable); --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); } } @media (prefers-color-scheme: dark) { :root { --color-background: var(--dark-color-background); - --color-secondary-background: var(--dark-color-secondary-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); --color-text: var(--dark-color-text); --color-text-aside: var(--dark-color-text-aside); --color-link: var(--dark-color-link); - --color-menu-divider: var(--dark-color-menu-divider); - --color-menu-divider-focus: var(--dark-color-menu-divider-focus); - --color-menu-label: var(--dark-color-menu-label); - --color-panel: var(--dark-color-panel); - --color-panel-divider: var(--dark-color-panel-divider); - --color-comment-tag: var(--dark-color-comment-tag); - --color-comment-tag-text: var(--dark-color-comment-tag-text); --color-ts: var(--dark-color-ts); --color-ts-interface: var(--dark-color-ts-interface); --color-ts-enum: var(--dark-color-ts-enum); --color-ts-class: var(--dark-color-ts-class); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-namespace: var(--dark-color-ts-namespace); --color-ts-private: var(--dark-color-ts-private); - --color-toolbar: var(--dark-color-toolbar); - --color-toolbar-text: var(--dark-color-toolbar-text); - --icon-filter: var(--dark-icon-filter); + --color-ts-variable: var(--dark-color-ts-variable); --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); } } +html { + color-scheme: var(--color-scheme); +} + body { margin: 0; } -body.light { +:root[data-theme="light"] { --color-background: var(--light-color-background); - --color-secondary-background: var(--light-color-secondary-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); --color-text: var(--light-color-text); --color-text-aside: var(--light-color-text-aside); --color-link: var(--light-color-link); - --color-menu-divider: var(--light-color-menu-divider); - --color-menu-divider-focus: var(--light-color-menu-divider-focus); - --color-menu-label: var(--light-color-menu-label); - --color-panel: var(--light-color-panel); - --color-panel-divider: var(--light-color-panel-divider); - --color-comment-tag: var(--light-color-comment-tag); - --color-comment-tag-text: var(--light-color-comment-tag-text); --color-ts: var(--light-color-ts); --color-ts-interface: var(--light-color-ts-interface); --color-ts-enum: var(--light-color-ts-enum); --color-ts-class: var(--light-color-ts-class); + --color-ts-function: var(--light-color-ts-function); + --color-ts-namespace: var(--light-color-ts-namespace); --color-ts-private: var(--light-color-ts-private); - --color-toolbar: var(--light-color-toolbar); - --color-toolbar-text: var(--light-color-toolbar-text); - --icon-filter: var(--light-icon-filter); + --color-ts-variable: var(--light-color-ts-variable); --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); } -body.dark { +:root[data-theme="dark"] { --color-background: var(--dark-color-background); - --color-secondary-background: var(--dark-color-secondary-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); --color-text: var(--dark-color-text); --color-text-aside: var(--dark-color-text-aside); --color-link: var(--dark-color-link); - --color-menu-divider: var(--dark-color-menu-divider); - --color-menu-divider-focus: var(--dark-color-menu-divider-focus); - --color-menu-label: var(--dark-color-menu-label); - --color-panel: var(--dark-color-panel); - --color-panel-divider: var(--dark-color-panel-divider); - --color-comment-tag: var(--dark-color-comment-tag); - --color-comment-tag-text: var(--dark-color-comment-tag-text); --color-ts: var(--dark-color-ts); --color-ts-interface: var(--dark-color-ts-interface); --color-ts-enum: var(--dark-color-ts-enum); --color-ts-class: var(--dark-color-ts-class); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-namespace: var(--dark-color-ts-namespace); --color-ts-private: var(--dark-color-ts-private); - --color-toolbar: var(--dark-color-toolbar); - --color-toolbar-text: var(--dark-color-toolbar-text); - --icon-filter: var(--dark-icon-filter); + --color-ts-variable: var(--dark-color-ts-variable); --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); } h1, @@ -162,34 +140,37 @@ h6 { } h1 { - font-size: 2em; - margin: 0.67em 0; + font-size: 1.875rem; + margin: 0.67rem 0; } h2 { - font-size: 1.5em; - margin: 0.83em 0; + font-size: 1.5rem; + margin: 0.83rem 0; } h3 { - font-size: 1.17em; - margin: 1em 0; + font-size: 1.25rem; + margin: 1rem 0; } -h4, -.tsd-index-panel h3 { - font-size: 1em; - margin: 1.33em 0; +h4 { + font-size: 1.05rem; + margin: 1.33rem 0; } h5 { - font-size: 0.83em; - margin: 1.67em 0; + font-size: 1rem; + margin: 1.5rem 0; } h6 { - font-size: 0.67em; - margin: 2.33em 0; + font-size: 0.875rem; + margin: 2.33rem 0; +} + +.uppercase { + text-transform: uppercase; } pre { @@ -210,74 +191,61 @@ dd { } .container { - max-width: 1200px; - margin: 0 auto; - padding: 0 40px; + max-width: 1600px; + padding: 0 2rem; } -@media (max-width: 640px) { + +@media (min-width: 640px) { .container { - padding: 0 20px; + padding: 0 4rem; + } +} +@media (min-width: 1200px) { + .container { + padding: 0 8rem; + } +} +@media (min-width: 1600px) { + .container { + padding: 0 12rem; } } -.container-main { - padding-bottom: 200px; +/* Footer */ +.tsd-generator { + border-top: 1px solid var(--color-accent); + padding-top: 1rem; + padding-bottom: 1rem; + max-height: 3.5rem; } -.row { - display: flex; - position: relative; - margin: 0 -10px; +.tsd-generator > p { + margin-top: 0; + margin-bottom: 0; + padding: 0 1rem; } -.row:after { - visibility: hidden; - display: block; - content: ""; - clear: both; - height: 0; + +.container-main { + display: flex; + justify-content: space-between; + position: relative; + margin: 0 auto; } .col-4, .col-8 { box-sizing: border-box; float: left; - padding: 0 10px; + padding: 2rem 1rem; } .col-4 { - width: 33.3333333333%; + flex: 0 0 25%; } .col-8 { - width: 66.6666666667%; -} - -ul.tsd-descriptions > li > :first-child, -.tsd-panel > :first-child, -.col-8 > :first-child, -.col-4 > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child, -.tsd-panel > :first-child > :first-child, -.col-8 > :first-child > :first-child, -.col-4 > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child > :first-child, -.tsd-panel > :first-child > :first-child > :first-child, -.col-8 > :first-child > :first-child > :first-child, -.col-4 > :first-child > :first-child > :first-child { - margin-top: 0; -} -ul.tsd-descriptions > li > :last-child, -.tsd-panel > :last-child, -.col-8 > :last-child, -.col-4 > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child, -.tsd-panel > :last-child > :last-child, -.col-8 > :last-child > :last-child, -.col-4 > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child > :last-child, -.tsd-panel > :last-child > :last-child > :last-child, -.col-8 > :last-child > :last-child > :last-child, -.col-4 > :last-child > :last-child > :last-child { - margin-bottom: 0; + flex: 1 0; + flex-wrap: wrap; + padding-left: 0; } @keyframes fade-in { @@ -379,11 +347,13 @@ pre { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; padding: 0.2em; margin: 0; - font-size: 14px; + font-size: 0.875rem; + border-radius: 0.8em; } pre { padding: 10px; + border: 0.1em solid var(--color-accent); } pre code { padding: 0; @@ -422,36 +392,26 @@ blockquote { margin: 1em 0; } -@media (min-width: 901px) and (max-width: 1024px) { - html .col-content { - width: 72%; - } - html .col-menu { - width: 28%; - } - html .tsd-navigation { - padding-left: 10px; - } -} -@media (max-width: 900px) { +@media (max-width: 1024px) { html .col-content { float: none; + max-width: 100%; width: 100%; + padding-top: 3rem; } html .col-menu { position: fixed !important; - overflow: auto; + overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: 1024; top: 0 !important; bottom: 0 !important; left: auto !important; right: 0 !important; - width: 100%; - padding: 20px 20px 0 0; - max-width: 450px; + padding: 1.5rem 1.5rem 0 0; + max-width: 25rem; visibility: hidden; - background-color: var(--color-panel); + background-color: var(--color-background); transform: translate(100%, 0); } html .col-menu > *:last-child { @@ -507,24 +467,17 @@ blockquote { visibility: visible; transform: translate(0, 0); display: grid; + align-items: center; grid-template-rows: auto 1fr; + grid-gap: 1.5rem; max-height: 100vh; + padding: 1rem 2rem; } .has-menu .tsd-navigation { max-height: 100%; } } -.tsd-page-title { - padding: 70px 0 20px 0; - margin: 0 0 40px 0; - background: var(--color-panel); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); -} -.tsd-page-title h1 { - margin: 0; -} - .tsd-breadcrumb { margin: 0; padding: 0; @@ -544,32 +497,44 @@ blockquote { content: " / "; } -dl.tsd-comment-tags { - overflow: hidden; +.tsd-comment-tags { + display: flex; + flex-direction: column; } -dl.tsd-comment-tags dt { - float: left; - padding: 1px 5px; - margin: 0 10px 0 0; - border-radius: 4px; - border: 1px solid var(--color-comment-tag); - color: var(--color-comment-tag); - font-size: 0.8em; +dl.tsd-comment-tag-group { + display: flex; + align-items: center; + overflow: hidden; + margin: 0.5em 0; +} +dl.tsd-comment-tag-group dt { + display: flex; + margin-right: 0.5em; + font-size: 0.875em; font-weight: normal; } -dl.tsd-comment-tags dd { - margin: 0 0 10px 0; +dl.tsd-comment-tag-group dd { + margin: 0; } -dl.tsd-comment-tags dd:before, -dl.tsd-comment-tags dd:after { - display: table; +code.tsd-tag { + padding: 0.25em 0.4em; + border: 0.1em solid var(--color-accent); + margin-right: 0.25em; + font-size: 70%; +} +h1 code.tsd-tag:first-of-type { + margin-left: 0.25em; +} + +dl.tsd-comment-tag-group dd:before, +dl.tsd-comment-tag-group dd:after { content: " "; } -dl.tsd-comment-tags dd pre, -dl.tsd-comment-tags dd:after { +dl.tsd-comment-tag-group dd pre, +dl.tsd-comment-tag-group dd:after { clear: both; } -dl.tsd-comment-tags p { +dl.tsd-comment-tag-group p { margin: 0; } @@ -582,153 +547,109 @@ dl.tsd-comment-tags p { margin-bottom: 0; } -.toggle-protected .tsd-is-private { - display: none; +.tsd-filter-visibility h4 { + font-size: 1rem; + padding-top: 0.75rem; + padding-bottom: 0.5rem; + margin: 0; +} +.tsd-filter-item:not(:last-child) { + margin-bottom: 0.5rem; +} +.tsd-filter-input { + display: flex; + width: fit-content; + width: -moz-fit-content; + align-items: center; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + cursor: pointer; +} +.tsd-filter-input input[type="checkbox"] { + cursor: pointer; + position: absolute; + width: 1.5em; + height: 1.5em; + opacity: 0; +} +.tsd-filter-input input[type="checkbox"]:disabled { + pointer-events: none; +} +.tsd-filter-input svg { + cursor: pointer; + width: 1.5em; + height: 1.5em; + margin-right: 0.5em; + border-radius: 0.33em; + /* Leaving this at full opacity breaks event listeners on Firefox. + Don't remove unless you know what you're doing. */ + opacity: 0.99; +} +.tsd-filter-input input[type="checkbox"]:focus + svg { + transform: scale(0.95); +} +.tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg { + transform: scale(1); +} +.tsd-checkbox-background { + fill: var(--color-accent); +} +input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { + stroke: var(--color-text); +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background { + fill: var(--color-background); + stroke: var(--color-accent); + stroke-width: 0.25rem; +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark { + stroke: var(--color-accent); } -.toggle-public .tsd-is-private, -.toggle-public .tsd-is-protected, -.toggle-public .tsd-is-private-protected { - display: none; +.tsd-theme-toggle { + padding-top: 0.75rem; } - -.toggle-inherited .tsd-is-inherited { - display: none; -} - -.toggle-externals .tsd-is-external { - display: none; -} - -#tsd-filter { - position: relative; - display: inline-block; - height: 40px; - vertical-align: bottom; -} -.no-filter #tsd-filter { - display: none; -} -#tsd-filter .tsd-filter-group { - display: inline-block; - height: 40px; - vertical-align: bottom; - white-space: nowrap; -} -#tsd-filter input { - display: none; -} -@media (max-width: 900px) { - #tsd-filter .tsd-filter-group { - display: block; - position: absolute; - top: 40px; - right: 20px; - height: auto; - background-color: var(--color-panel); - visibility: hidden; - transform: translate(50%, 0); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - } - .has-options #tsd-filter .tsd-filter-group { - visibility: visible; - } - .to-has-options #tsd-filter .tsd-filter-group { - animation: fade-in 0.2s; - } - .from-has-options #tsd-filter .tsd-filter-group { - animation: fade-out 0.2s; - } - #tsd-filter label, - #tsd-filter .tsd-select { - display: block; - padding-right: 20px; - } -} - -footer { - border-top: 1px solid var(--color-panel-divider); - background-color: var(--color-panel); -} -footer:after { - content: ""; - display: table; -} -footer.with-border-bottom { - border-bottom: 1px solid var(--color-panel-divider); -} -footer .tsd-legend-group { - font-size: 0; -} -footer .tsd-legend { - display: inline-block; - width: 25%; - padding: 0; - font-size: 16px; - list-style: none; - line-height: 1.333em; - vertical-align: top; -} -@media (max-width: 900px) { - footer .tsd-legend { - width: 50%; - } +.tsd-theme-toggle > h4 { + display: inline; + vertical-align: middle; + margin-right: 0.75rem; } .tsd-hierarchy { list-style: square; - padding: 0 0 0 20px; margin: 0; } .tsd-hierarchy .target { font-weight: bold; } -.tsd-index-panel .tsd-index-content { - margin-bottom: -30px !important; +.tsd-panel-group.tsd-index-group { + margin-bottom: 0; } -.tsd-index-panel .tsd-index-section { - margin-bottom: 30px !important; -} -.tsd-index-panel h3 { - margin: 0 -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 3; - -moz-column-count: 3; - -ms-column-count: 3; - -o-column-count: 3; - column-count: 3; - -webkit-column-gap: 20px; - -moz-column-gap: 20px; - -ms-column-gap: 20px; - -o-column-gap: 20px; - column-gap: 20px; - padding: 0; +.tsd-index-panel .tsd-index-list { list-style: none; line-height: 1.333em; + margin: 0; + padding: 0.25rem 0 0 0; + overflow: hidden; + display: grid; + grid-template-columns: repeat(3, 1fr); + column-gap: 1rem; + grid-template-rows: auto; } -@media (max-width: 900px) { - .tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 1; - -moz-column-count: 1; - -ms-column-count: 1; - -o-column-count: 1; - column-count: 1; +@media (max-width: 1024px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(2, 1fr); } } -@media (min-width: 901px) and (max-width: 1024px) { - .tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 2; - -moz-column-count: 2; - -ms-column-count: 2; - -o-column-count: 2; - column-count: 2; +@media (max-width: 768px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(1, 1fr); } } -.tsd-index-panel ul.tsd-index-list li { +.tsd-index-panel .tsd-index-list li { -webkit-page-break-inside: avoid; -moz-page-break-inside: avoid; -ms-page-break-inside: avoid; @@ -736,31 +657,40 @@ footer .tsd-legend { page-break-inside: avoid; } .tsd-index-panel a, -.tsd-index-panel .tsd-parent-kind-module a { +.tsd-index-panel a.tsd-parent-kind-module { color: var(--color-ts); } -.tsd-index-panel .tsd-parent-kind-interface a { +.tsd-index-panel a.tsd-parent-kind-interface { color: var(--color-ts-interface); } -.tsd-index-panel .tsd-parent-kind-enum a { +.tsd-index-panel a.tsd-parent-kind-enum { color: var(--color-ts-enum); } -.tsd-index-panel .tsd-parent-kind-class a { +.tsd-index-panel a.tsd-parent-kind-class { color: var(--color-ts-class); } -.tsd-index-panel .tsd-kind-module a { - color: var(--color-ts); +.tsd-index-panel a.tsd-kind-module { + color: var(--color-ts-namespace); } -.tsd-index-panel .tsd-kind-interface a { +.tsd-index-panel a.tsd-kind-interface { color: var(--color-ts-interface); } -.tsd-index-panel .tsd-kind-enum a { +.tsd-index-panel a.tsd-kind-enum { color: var(--color-ts-enum); } -.tsd-index-panel .tsd-kind-class a { +.tsd-index-panel a.tsd-kind-class { color: var(--color-ts-class); } -.tsd-index-panel .tsd-is-private a { +.tsd-index-panel a.tsd-kind-function { + color: var(--color-ts-function); +} +.tsd-index-panel a.tsd-kind-namespace { + color: var(--color-ts-namespace); +} +.tsd-index-panel a.tsd-kind-variable { + color: var(--color-ts-variable); +} +.tsd-index-panel a.tsd-is-private { color: var(--color-ts-private); } @@ -785,6 +715,8 @@ footer .tsd-legend { position: relative; } .tsd-member .tsd-anchor + h3 { + display: flex; + align-items: center; margin-top: 0; margin-bottom: 0; border-bottom: none; @@ -805,13 +737,9 @@ footer .tsd-legend { color: var(--color-ts-private); } -.tsd-navigation { - margin: 0 0 0 40px; -} .tsd-navigation a { display: block; - padding-top: 2px; - padding-bottom: 2px; + margin: 0.4rem 0; border-left: 2px solid transparent; color: var(--color-text); text-decoration: none; @@ -829,110 +757,167 @@ footer .tsd-legend { padding: 0; } -.tsd-navigation.primary { - padding-bottom: 40px; +.tsd-navigation.primary .tsd-accordion-details > ul { + margin-top: 0.75rem; } .tsd-navigation.primary a { - display: block; - padding-top: 6px; - padding-bottom: 6px; + padding: 0.75rem 0.5rem; + margin: 0; } .tsd-navigation.primary ul li a { - padding-left: 5px; + margin-left: 0.5rem; } .tsd-navigation.primary ul li li a { - padding-left: 25px; + margin-left: 1.5rem; } .tsd-navigation.primary ul li li li a { - padding-left: 45px; + margin-left: 2.5rem; } .tsd-navigation.primary ul li li li li a { - padding-left: 65px; + margin-left: 3.5rem; } .tsd-navigation.primary ul li li li li li a { - padding-left: 85px; + margin-left: 4.5rem; } .tsd-navigation.primary ul li li li li li li a { - padding-left: 105px; -} -.tsd-navigation.primary > ul { - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-navigation.primary li { - border-top: 1px solid var(--color-panel-divider); + margin-left: 5.5rem; } .tsd-navigation.primary li.current > a { - font-weight: bold; + border-left: 0.15rem var(--color-text) solid; } -.tsd-navigation.primary li.label span { - display: block; - padding: 20px 0 6px 5px; - color: var(--color-menu-label); +.tsd-navigation.primary li.selected > a { + font-weight: bold; + border-left: 0.2rem var(--color-text) solid; +} +.tsd-navigation.primary ul li a:hover { + border-left: 0.2rem var(--color-text-aside) solid; } .tsd-navigation.primary li.globals + li > span, .tsd-navigation.primary li.globals + li > a { padding-top: 20px; } -.tsd-navigation.secondary { - max-height: calc(100vh - 1rem - 40px); - overflow: auto; - position: sticky; - top: calc(0.5rem + 40px); - transition: 0.3s; -} .tsd-navigation.secondary.tsd-navigation--toolbar-hide { max-height: calc(100vh - 1rem); top: 0.5rem; } -.tsd-navigation.secondary ul { +.tsd-navigation.secondary > ul { + display: inline; + padding-right: 0.5rem; transition: opacity 0.2s; } .tsd-navigation.secondary ul li a { - padding-left: 25px; + padding-left: 0; } .tsd-navigation.secondary ul li li a { - padding-left: 45px; + padding-left: 1.1rem; } .tsd-navigation.secondary ul li li li a { - padding-left: 65px; + padding-left: 2.2rem; } .tsd-navigation.secondary ul li li li li a { - padding-left: 85px; + padding-left: 3.3rem; } .tsd-navigation.secondary ul li li li li li a { - padding-left: 105px; + padding-left: 4.4rem; } .tsd-navigation.secondary ul li li li li li li a { - padding-left: 125px; -} -.tsd-navigation.secondary ul.current a { - border-left-color: var(--color-panel-divider); -} -.tsd-navigation.secondary li.focus > a, -.tsd-navigation.secondary ul.current li.focus > a { - border-left-color: var(--color-menu-divider-focus); -} -.tsd-navigation.secondary li.current { - margin-top: 20px; - margin-bottom: 20px; - border-left-color: var(--color-panel-divider); -} -.tsd-navigation.secondary li.current > a { - font-weight: bold; + padding-left: 5.5rem; } -@media (min-width: 901px) { +a.tsd-index-link { + margin: 0.25rem 0; + font-size: 1rem; + line-height: 1.25rem; + display: inline-flex; + align-items: center; +} +.tsd-accordion-summary > h1, +.tsd-accordion-summary > h2, +.tsd-accordion-summary > h3, +.tsd-accordion-summary > h4, +.tsd-accordion-summary > h5 { + display: inline-flex; + align-items: center; + vertical-align: middle; + margin-bottom: 0; + user-select: none; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; +} +.tsd-accordion-summary { + display: block; + cursor: pointer; +} +.tsd-accordion-summary > * { + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} +.tsd-accordion-summary::-webkit-details-marker { + display: none; +} +.tsd-index-accordion .tsd-accordion-summary svg { + margin-right: 0.25rem; +} +.tsd-index-content > :not(:first-child) { + margin-top: 0.75rem; +} +.tsd-index-heading { + margin-top: 1.5rem; + margin-bottom: 0.75rem; +} + +.tsd-kind-icon { + margin-right: 0.5rem; + width: 1.25rem; + height: 1.25rem; + min-width: 1.25rem; + min-height: 1.25rem; +} +.tsd-kind-icon path { + transform-origin: center; + transform: scale(1.1); +} +.tsd-signature > .tsd-kind-icon { + margin-right: 0.8rem; +} + +@media (min-width: 1024px) { + .col-content { + margin: 2rem auto; + } + .menu-sticky-wrap { - position: static; + position: sticky; + height: calc(100vh - 2rem); + top: 4rem; + right: 0; + padding: 0 1.5rem; + padding-top: 1rem; + margin-top: 3rem; + transition: 0.3s ease-in-out; + transition-property: top, padding-top, padding, height; + overflow-y: auto; + } + .col-menu { + border-left: 1px solid var(--color-accent); + } + .col-menu--hide { + top: 1rem; + } + .col-menu .tsd-navigation:not(:last-child) { + padding-bottom: 1.75rem; } } .tsd-panel { - margin: 20px 0; - padding: 20px; - background-color: var(--color-panel); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + margin-bottom: 2.5rem; +} +.tsd-panel.tsd-member { + margin-bottom: 4rem; } .tsd-panel:empty { display: none; @@ -940,48 +925,24 @@ footer .tsd-legend { .tsd-panel > h1, .tsd-panel > h2, .tsd-panel > h3 { - margin: 1.5em -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid var(--color-panel-divider); + margin: 1.5rem -1.5rem 0.75rem -1.5rem; + padding: 0 1.5rem 0.75rem 1.5rem; } .tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, .tsd-panel > h3.tsd-before-signature { margin-bottom: 0; - border-bottom: 0; -} -.tsd-panel table { - display: block; - width: 100%; - overflow: auto; - margin-top: 10px; - word-break: normal; - word-break: keep-all; - border-collapse: collapse; -} -.tsd-panel table th { - font-weight: bold; -} -.tsd-panel table th, -.tsd-panel table td { - padding: 6px 13px; - border: 1px solid var(--color-panel-divider); -} -.tsd-panel table tr { - background: var(--color-background); -} -.tsd-panel table tr:nth-child(even) { - background: var(--color-secondary-background); + border-bottom: none; } .tsd-panel-group { - margin: 60px 0; + margin: 4rem 0; } -.tsd-panel-group > h1, -.tsd-panel-group > h2, -.tsd-panel-group > h3 { - padding-left: 20px; - padding-right: 20px; +.tsd-panel-group.tsd-index-group { + margin: 2rem 0; +} +.tsd-panel-group.tsd-index-group details { + margin: 2rem 0; } #tsd-search { @@ -995,8 +956,8 @@ footer .tsd-legend { position: absolute; left: 0; top: 0; - right: 40px; - height: 40px; + right: 2.5rem; + height: 100%; } #tsd-search .field input { box-sizing: border-box; @@ -1035,14 +996,14 @@ footer .tsd-legend { background-color: var(--color-background); } #tsd-search .results li:nth-child(even) { - background-color: var(--color-panel); + background-color: var(--color-background-secondary); } #tsd-search .results li.state { display: none; } #tsd-search .results li.current, #tsd-search .results li:hover { - background-color: var(--color-panel-divider); + background-color: var(--color-accent); } #tsd-search .results a { display: block; @@ -1055,7 +1016,7 @@ footer .tsd-legend { font-weight: normal; } #tsd-search.has-focus { - background-color: var(--color-panel-divider); + background-color: var(--color-accent); } #tsd-search.has-focus .field input { top: 0; @@ -1076,31 +1037,13 @@ footer .tsd-legend { } .tsd-signature { - margin: 0 0 1em 0; - padding: 10px; - border: 1px solid var(--color-panel-divider); + margin: 0 0 1rem 0; + padding: 1rem 0.5rem; + border: 1px solid var(--color-accent); font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 14px; overflow-x: auto; } -.tsd-signature.tsd-kind-icon { - padding-left: 30px; -} -.tsd-signature.tsd-kind-icon:before { - top: 10px; - left: 10px; -} -.tsd-panel > .tsd-signature { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; -} -.tsd-panel > .tsd-signature.tsd-kind-icon { - padding-left: 40px; -} -.tsd-panel > .tsd-signature.tsd-kind-icon:before { - left: 20px; -} .tsd-signature-symbol { color: var(--color-text-aside); @@ -1115,104 +1058,42 @@ footer .tsd-legend { .tsd-signatures { padding: 0; margin: 0 0 1em 0; - border: 1px solid var(--color-panel-divider); + list-style-type: none; } .tsd-signatures .tsd-signature { margin: 0; - border-width: 1px 0 0 0; + border-color: var(--color-accent); + border-width: 1px 0; transition: background-color 0.1s; } -.tsd-signatures .tsd-signature:first-child { - border-top-width: 0; -} -.tsd-signatures .tsd-signature.current { - background-color: var(--color-panel-divider); -} -.tsd-signatures.active > .tsd-signature { - cursor: pointer; -} -.tsd-panel > .tsd-signatures { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; -} -.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { - padding-left: 40px; -} -.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { - left: 20px; -} -.tsd-panel > a.anchor + .tsd-signatures { - border-top-width: 0; - margin-top: -20px; +.tsd-description .tsd-signatures .tsd-signature { + border-width: 1px; } -ul.tsd-descriptions { - position: relative; - overflow: hidden; - padding: 0; - list-style: none; -} -ul.tsd-descriptions.active > .tsd-description { - display: none; -} -ul.tsd-descriptions.active > .tsd-description.current { - display: block; -} -ul.tsd-descriptions.active > .tsd-description.fade-in { - animation: fade-in-delayed 0.3s; -} -ul.tsd-descriptions.active > .tsd-description.fade-out { - animation: fade-out-delayed 0.3s; - position: absolute; - display: block; - top: 0; - left: 0; - right: 0; - opacity: 0; - visibility: hidden; -} -ul.tsd-descriptions h4, -ul.tsd-descriptions .tsd-index-panel h3, -.tsd-index-panel ul.tsd-descriptions h3 { - font-size: 16px; - margin: 1em 0 0.5em 0; -} - -ul.tsd-parameters, -ul.tsd-type-parameters { +ul.tsd-parameter-list, +ul.tsd-type-parameter-list { list-style: square; margin: 0; padding-left: 20px; } -ul.tsd-parameters > li.tsd-parameter-signature, -ul.tsd-type-parameters > li.tsd-parameter-signature { +ul.tsd-parameter-list > li.tsd-parameter-signature, +ul.tsd-type-parameter-list > li.tsd-parameter-signature { list-style: none; margin-left: -20px; } -ul.tsd-parameters h5, -ul.tsd-type-parameters h5 { +ul.tsd-parameter-list h5, +ul.tsd-type-parameter-list h5 { font-size: 16px; margin: 1em 0 0.5em 0; } -ul.tsd-parameters .tsd-comment, -ul.tsd-type-parameters .tsd-comment { - margin-top: -0.5em; -} - .tsd-sources { - font-size: 14px; - color: var(--color-text-aside); - margin: 0 0 1em 0; + margin-top: 1rem; + font-size: 0.875em; } .tsd-sources a { color: var(--color-text-aside); text-decoration: underline; } -.tsd-sources ul, -.tsd-sources p { - margin: 0 !important; -} .tsd-sources ul { list-style: none; padding: 0; @@ -1224,14 +1105,13 @@ ul.tsd-type-parameters .tsd-comment { top: 0; left: 0; width: 100%; - height: 40px; - color: var(--color-toolbar-text); - background: var(--color-toolbar); - border-bottom: 1px solid var(--color-panel-divider); - transition: transform 0.3s linear; + color: var(--color-text); + background: var(--color-background-secondary); + border-bottom: 1px var(--color-accent) solid; + transition: transform 0.3s ease-in-out; } .tsd-page-toolbar a { - color: var(--color-toolbar-text); + color: var(--color-text); text-decoration: none; } .tsd-page-toolbar a.title { @@ -1240,13 +1120,12 @@ ul.tsd-type-parameters .tsd-comment { .tsd-page-toolbar a.title:hover { text-decoration: underline; } -.tsd-page-toolbar .table-wrap { - display: table; - width: 100%; - height: 40px; +.tsd-page-toolbar .tsd-toolbar-contents { + display: flex; + justify-content: space-between; + height: 2.5rem; } .tsd-page-toolbar .table-cell { - display: table-cell; position: relative; white-space: nowrap; line-height: 40px; @@ -1259,29 +1138,6 @@ ul.tsd-type-parameters .tsd-comment { transform: translateY(-100%); } -.tsd-select .tsd-select-list li:before, -.tsd-select .tsd-select-label:before, -.tsd-widget:before { - content: ""; - display: inline-block; - width: 40px; - height: 40px; - margin: 0 -8px 0 0; - background-image: url(./widgets.png); - background-repeat: no-repeat; - text-indent: -1024px; - vertical-align: bottom; - filter: var(--icon-filter); -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-select .tsd-select-list li:before, - .tsd-select .tsd-select-label:before, - .tsd-widget:before { - background-image: url(./widgets@2x.png); - background-size: 320px 40px; - } -} - .tsd-widget { display: inline-block; overflow: hidden; @@ -1296,7 +1152,7 @@ ul.tsd-type-parameters .tsd-comment { } .tsd-widget.active { opacity: 1; - background-color: var(--color-panel-divider); + background-color: var(--color-accent); } .tsd-widget.no-caption { width: 40px; @@ -1304,20 +1160,12 @@ ul.tsd-type-parameters .tsd-comment { .tsd-widget.no-caption:before { margin: 0; } -.tsd-widget.search:before { - background-position: 0 0; -} -.tsd-widget.menu:before { - background-position: -40px 0; -} -.tsd-widget.options:before { - background-position: -80px 0; -} + .tsd-widget.options, .tsd-widget.menu { display: none; } -@media (max-width: 900px) { +@media (max-width: 1024px) { .tsd-widget.options, .tsd-widget.menu { display: inline-block; @@ -1330,75 +1178,14 @@ input[type="checkbox"]:checked + .tsd-widget:before { background-position: -160px 0; } -.tsd-select { - position: relative; - display: inline-block; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; -} -.tsd-select .tsd-select-label { - opacity: 0.6; - transition: opacity 0.2s; -} -.tsd-select .tsd-select-label:before { - background-position: -240px 0; -} -.tsd-select.active .tsd-select-label { - opacity: 0.8; -} -.tsd-select.active .tsd-select-list { - visibility: visible; - opacity: 1; - transition-delay: 0s; -} -.tsd-select .tsd-select-list { - position: absolute; - visibility: hidden; - top: 40px; - left: 0; - margin: 0; - padding: 0; - opacity: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - transition: visibility 0s 0.2s, opacity 0.2s; -} -.tsd-select .tsd-select-list li { - padding: 0 20px 0 0; - background-color: var(--color-background); -} -.tsd-select .tsd-select-list li:before { - background-position: 40px 0; -} -.tsd-select .tsd-select-list li:nth-child(even) { - background-color: var(--color-panel); -} -.tsd-select .tsd-select-list li:hover { - background-color: var(--color-panel-divider); -} -.tsd-select .tsd-select-list li.selected:before { - background-position: -200px 0; -} -@media (max-width: 900px) { - .tsd-select .tsd-select-list { - top: 0; - left: auto; - right: 100%; - margin-right: -5px; - } - .tsd-select .tsd-select-label:before { - background-position: -280px 0; - } -} - img { max-width: 100%; } .tsd-anchor-icon { - margin-left: 10px; + display: inline-flex; + align-items: center; + margin-left: 0.5rem; vertical-align: middle; color: var(--color-text); } @@ -1412,3 +1199,26 @@ img { .tsd-anchor-link:hover > .tsd-anchor-icon svg { visibility: visible; } + +.deprecated { + text-decoration: line-through; +} + +* { + scrollbar-width: thin; + scrollbar-color: var(--color-accent) var(--color-icon-background); +} + +*::-webkit-scrollbar { + width: 0.75rem; +} + +*::-webkit-scrollbar-track { + background: var(--color-icon-background); +} + +*::-webkit-scrollbar-thumb { + background-color: var(--color-accent); + border-radius: 999rem; + border: 0.25rem solid var(--color-icon-background); +} diff --git a/docs/classes/baseClient.ClasschartsClient.html b/docs/classes/baseClient.ClasschartsClient.html index c98f994..9938978 100644 --- a/docs/classes/baseClient.ClasschartsClient.html +++ b/docs/classes/baseClient.ClasschartsClient.html @@ -1,47 +1,342 @@ -ClasschartsClient | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The base client

-

Hierarchy

Index

Constructors

  • new ClasschartsClient(API_BASE: string, axiosConfig?: AxiosRequestConfig<any>): ClasschartsClient
  • Parameters

    • API_BASE: string
      -

      Base API URL, this is different depending if its called as a parent or student

      -
    • Optional axiosConfig: AxiosRequestConfig<any>

    Returns ClasschartsClient

Properties

API_BASE: string = ""
authCookies: undefined | string[]
axios: AxiosInstance
sessionId: string = ""
studentId: number = 0
studentName: string = ""

Methods

  • -

    Gets general information about the logged in student

    -

    Returns Promise<Student>

    Student object

    -
  • makeAuthedRequest(path: string, options: Omit<AxiosRequestConfig<any>, "path">): Promise<any>
  • Parameters

    • path: string
    • options: Omit<AxiosRequestConfig<any>, "path">

    Returns Promise<any>

Legend

  • Class
  • Constructor
  • Method
  • Variable
  • Type alias
  • Interface
  • Protected property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ClasschartsClient | classcharts-api
+
+ +
+
+
+
+ +

Class ClasschartsClient

+
+

The base client

+
+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      API_BASE: string
      +

      Base API URL, this is different depending if its called as a parent or student

      +
    • +
    • +
      Optional axiosConfig: AxiosRequestConfig<any>
    +

    Returns ClasschartsClient

+
+

Properties

+
+ +
API_BASE: string = ""
+
+ +
authCookies: undefined | string[]
+
+ +
axios: AxiosInstance
+
+ +
sessionId: string = ""
+
+ +
studentId: number = 0
+
+ +
studentName: string = ""
+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Gets general information about the logged in student

    + +

    Returns

    Student object

    +
    +

    Returns Promise<Student>

+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      path: string
    • +
    • +
      options: Omit<AxiosRequestConfig<any>, "path">
    +

    Returns Promise<any>

+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/classes/parentClient.ClasschartsParentClient.html b/docs/classes/parentClient.ClasschartsParentClient.html index d9b6514..749c196 100644 --- a/docs/classes/parentClient.ClasschartsParentClient.html +++ b/docs/classes/parentClient.ClasschartsParentClient.html @@ -1,58 +1,429 @@ -ClasschartsParentClient | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The base client

-

Hierarchy

Index

Constructors

  • new ClasschartsParentClient(email: string, password: string, axiosConfig?: AxiosRequestConfig<any>): ClasschartsParentClient

Properties

API_BASE: string = ""
authCookies: undefined | string[]
axios: AxiosInstance
email: string = ""
password: string = ""
sessionId: string = ""
studentId: number = 0
studentName: string = ""

Methods

  • login(): Promise<void>
  • -

    Logs the user in the client and authenticates with classcharts

    -

    Returns Promise<void>

  • makeAuthedRequest(path: string, options: Omit<AxiosRequestConfig<any>, "path">): Promise<any>
  • selectPupil(pupilId: number): Promise<void>
  • -

    Selects a pupil to be used with API requests

    -

    Parameters

    • pupilId: number
      -

      Pupil ID obtained from this.pupils or getPupils

      -

    Returns Promise<void>

Legend

  • Class
  • Constructor
  • Property
  • Method
  • Variable
  • Type alias
  • Interface
  • Inherited method
  • Private property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ClasschartsParentClient | classcharts-api
+
+ +
+
+
+
+ +

Class ClasschartsParentClient

+
+

The base client

+
+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
API_BASE: string = ""
+
+ +
authCookies: undefined | string[]
+
+ +
axios: AxiosInstance
+
+ +
email: string = ""
+
+ +
password: string = ""
+
+ +
+
+ +
sessionId: string = ""
+
+ +
studentId: number = 0
+
+ +
studentName: string = ""
+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Logs the user in the client and authenticates with classcharts

    +
    +

    Returns Promise<void>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      path: string
    • +
    • +
      options: Omit<AxiosRequestConfig<any>, "path">
    +

    Returns Promise<any>

+
+ +
    + +
  • +

    Selects a pupil to be used with API requests

    +
    +
    +

    Parameters

    +
      +
    • +
      pupilId: number
      +

      Pupil ID obtained from this.pupils or getPupils

      +
    +

    Returns Promise<void>

+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/classes/studentClient.ClasschartsStudentClient.html b/docs/classes/studentClient.ClasschartsStudentClient.html index 3fa96c4..4dad5c2 100644 --- a/docs/classes/studentClient.ClasschartsStudentClient.html +++ b/docs/classes/studentClient.ClasschartsStudentClient.html @@ -1,51 +1,389 @@ -ClasschartsStudentClient | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu
-

The base client

-

Hierarchy

Index

Constructors

  • new ClasschartsStudentClient(studentCode: string, dateOfBirth?: string, axiosConfig?: AxiosRequestConfig<any>): ClasschartsStudentClient

Properties

API_BASE: string = ""
authCookies: undefined | string[]
axios: AxiosInstance
dateOfBirth: string = ""
sessionId: string = ""
studentCode: string = ""
studentId: number = 0
studentName: string = ""

Methods

  • login(): Promise<void>
  • -

    Initialises the client and authenticates with classcharts

    -

    Returns Promise<void>

  • makeAuthedRequest(path: string, options: Omit<AxiosRequestConfig<any>, "path">): Promise<any>

Legend

  • Class
  • Constructor
  • Property
  • Method
  • Variable
  • Type alias
  • Interface
  • Inherited method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ClasschartsStudentClient | classcharts-api
+
+ +
+
+
+
+ +

Class ClasschartsStudentClient

+
+

The base client

+
+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
API_BASE: string = ""
+
+ +
authCookies: undefined | string[]
+
+ +
axios: AxiosInstance
+
+ +
dateOfBirth: string = ""
+
+ +
sessionId: string = ""
+
+ +
studentCode: string = ""
+
+ +
studentId: number = 0
+
+ +
studentName: string = ""
+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Initialises the client and authenticates with classcharts

    +
    +

    Returns Promise<void>

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      path: string
    • +
    • +
      options: Omit<AxiosRequestConfig<any>, "path">
    +

    Returns Promise<any>

+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 05c8956..0e9a883 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,11 +1,23 @@ -classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

classcharts-api

+classcharts-api
+
+ +
+
+
+
+

classcharts-api

+

Classcharts API

A client for the classcharts API

@@ -15,4 +27,34 @@

Docs are very much a WIP, for any help with the library, please join the discord above

import { ClasschartsStudentClient } from "classcharts-api";
async function main() {
const client = new ClasschartsStudentClient("classchartsCode", "01/1/2000");
await client.init();
console.log(
await client.getBehaviour({
displayDate: "due_date",
fromDate: "20/01/2000",
toDate: "01/02/2000",
})
);
console.log(await client.getActivity());
console.log(await client.getStudentInfo());
console.log(await client.getActivity());
console.log(await client.getActivity());
}

main();
-

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.ActivityPoint.html b/docs/interfaces/types.ActivityPoint.html index 86560b7..29a33de 100644 --- a/docs/interfaces/types.ActivityPoint.html +++ b/docs/interfaces/types.ActivityPoint.html @@ -1 +1,206 @@ -ActivityPoint | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActivityPoint

Hierarchy

  • ActivityPoint

Index

Properties

_can_delete: boolean
badges: undefined | string
detention_date: null | string
detention_location: null | string
detention_time: null | string
detention_type: null | string
id: number
lesson_name: string
note: string
polarity: string
pupil_name: string
reason: string
room_name: null | string
score: number
style: { border_color: null | string; custom_class: null | string }

Type declaration

  • border_color: null | string
  • custom_class: null | string
teacher_name: string
timestamp: string
timestamp_custom_time: null | string
type: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ActivityPoint | classcharts-api
+
+ +
+
+
+
+ +

Interface ActivityPoint

+
+

Hierarchy

+
    +
  • ActivityPoint
+
+
+
+ +
+
+

Properties

+
+ +
_can_delete: boolean
+
+ +
badges: undefined | string
+
+ +
detention_date: null | string
+
+ +
detention_location: null | string
+
+ +
detention_time: null | string
+
+ +
detention_type: null | string
+
+ +
id: number
+
+ +
lesson_name: string
+
+ +
note: string
+
+ +
polarity: string
+
+ +
pupil_name: string
+
+ +
reason: string
+
+ +
room_name: null | string
+
+ +
score: number
+
+ +
style: { border_color: null | string; custom_class: null | string }
+
+

Type declaration

+
    +
  • +
    border_color: null | string
  • +
  • +
    custom_class: null | string
+
+ +
teacher_name: string
+
+ +
timestamp: string
+
+ +
timestamp_custom_time: null | string
+
+ +
type: string
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.Announcement.html b/docs/interfaces/types.Announcement.html index b95bae0..8a1b772 100644 --- a/docs/interfaces/types.Announcement.html +++ b/docs/interfaces/types.Announcement.html @@ -1 +1,206 @@ -Announcement | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Announcement

Hierarchy

  • Announcement

Index

Properties

allow_comments: "yes" | "no"
allow_consent: "yes" | "no"
allow_reactions: "yes" | "no"
attachments: { filename: string; url: string }[]
can_change_consent: boolean
comment_visibility: string
consent: null | string
description: null | string
for_pupils: any[]
id: number
priority_pinned: "yes" | "no"
pupil_consents: any[]
requires_consent: "yes" | "no"
school_logo: null | string
school_name: string
state: null | string
sticky: "yes" | "no"
teacher_name: string
timestamp: string
title: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Announcement | classcharts-api
+
+ +
+
+
+
+ +

Interface Announcement

+
+

Hierarchy

+
    +
  • Announcement
+
+
+
+ +
+
+

Properties

+
+ +
allow_comments: "yes" | "no"
+
+ +
allow_consent: "yes" | "no"
+
+ +
allow_reactions: "yes" | "no"
+
+ +
attachments: { filename: string; url: string }[]
+
+ +
can_change_consent: boolean
+
+ +
comment_visibility: string
+
+ +
consent: null | string
+
+ +
description: null | string
+
+ +
for_pupils: any[]
+
+ +
id: number
+
+ +
priority_pinned: "yes" | "no"
+
+ +
pupil_consents: any[]
+
+ +
requires_consent: "yes" | "no"
+
+ +
school_logo: null | string
+
+ +
school_name: string
+
+ +
state: null | string
+
+ +
sticky: "yes" | "no"
+
+ +
teacher_name: string
+
+ +
timestamp: string
+
+ +
title: string
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.AttendanceDate.html b/docs/interfaces/types.AttendanceDate.html index 7b9d725..fe6847f 100644 --- a/docs/interfaces/types.AttendanceDate.html +++ b/docs/interfaces/types.AttendanceDate.html @@ -1 +1,98 @@ -AttendanceDate | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AttendanceDate

Hierarchy

  • AttendanceDate

Index

Properties

Properties

AM: { code: string; late_minutes: number; status: "present" | "ignore" }

Type declaration

  • code: string
  • late_minutes: number
  • status: "present" | "ignore"
PM: { code: string; late_minutes: number; status: "present" | "ignore" }

Type declaration

  • code: string
  • late_minutes: number
  • status: "present" | "ignore"

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +AttendanceDate | classcharts-api
+
+ +
+
+
+
+ +

Interface AttendanceDate

+
+

Hierarchy

+
    +
  • AttendanceDate
+
+
+
+ +
+
+

Properties

+
AM +PM +
+
+

Properties

+
+ +
AM: { code: string; late_minutes: number; status: "present" | "ignore" }
+
+

Type declaration

+
    +
  • +
    code: string
  • +
  • +
    late_minutes: number
  • +
  • +
    status: "present" | "ignore"
+
+ +
PM: { code: string; late_minutes: number; status: "present" | "ignore" }
+
+

Type declaration

+
    +
  • +
    code: string
  • +
  • +
    late_minutes: number
  • +
  • +
    status: "present" | "ignore"
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.Badge.html b/docs/interfaces/types.Badge.html index 1c0e4e8..a8ae24a 100644 --- a/docs/interfaces/types.Badge.html +++ b/docs/interfaces/types.Badge.html @@ -1 +1,115 @@ -Badge | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Badge

Index

Properties

colour: string
created_date: string
icon: string
icon_url: string
id: number
name: string
pupil_badges: PupilEvent[]

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Badge | classcharts-api
+
+ +
+
+
+
+ +

Interface Badge

+
+

Hierarchy

+
    +
  • Badge
+
+
+
+ +
+
+

Properties

+
+ +
colour: string
+
+ +
created_date: string
+
+ +
icon: string
+
+ +
icon_url: string
+
+ +
id: number
+
+ +
name: string
+
+ +
pupil_badges: PupilEvent[]
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.BehaviourResponse.html b/docs/interfaces/types.BehaviourResponse.html index e575ae7..ac99786 100644 --- a/docs/interfaces/types.BehaviourResponse.html +++ b/docs/interfaces/types.BehaviourResponse.html @@ -1 +1,115 @@ -BehaviourResponse | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BehaviourResponse

Hierarchy

  • BehaviourResponse

Index

Properties

negative_reasons: Record<string, number>
other_negative: string[]
other_negative_count: Record<string, number>[]
other_positive: string[]
other_positive_count: Record<string, number>[]
positive_reasons: Record<string, number>

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +BehaviourResponse | classcharts-api
+
+ +
+
+
+
+ +

Interface BehaviourResponse

+
+

Hierarchy

+
    +
  • BehaviourResponse
+
+
+
+ +
+
+

Properties

+
+ +
negative_reasons: Record<string, number>
+
+ +
other_negative: string[]
+
+ +
other_negative_count: Record<string, number>[]
+
+ +
other_positive: string[]
+
+ +
other_positive_count: Record<string, number>[]
+
+ +
positive_reasons: Record<string, number>
+
+ +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.BehaviourTimelinePoint.html b/docs/interfaces/types.BehaviourTimelinePoint.html index c091711..7a1ff23 100644 --- a/docs/interfaces/types.BehaviourTimelinePoint.html +++ b/docs/interfaces/types.BehaviourTimelinePoint.html @@ -1 +1,101 @@ -BehaviourTimelinePoint | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BehaviourTimelinePoint

Hierarchy

  • BehaviourTimelinePoint

Index

Properties

end: string
name: string
negative: number
positive: number
start: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +BehaviourTimelinePoint | classcharts-api
+
+ +
+
+
+
+ +

Interface BehaviourTimelinePoint

+
+

Hierarchy

+
    +
  • BehaviourTimelinePoint
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
end: string
+
+ +
name: string
+
+ +
negative: number
+
+ +
positive: number
+
+ +
start: string
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.Detention.html b/docs/interfaces/types.Detention.html index 3d2e146..ab02bfb 100644 --- a/docs/interfaces/types.Detention.html +++ b/docs/interfaces/types.Detention.html @@ -1 +1,203 @@ -Detention | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Detention

Hierarchy

  • Detention

Index

Properties

attended: "pending" | "yes" | "no" | "upscaled"
date: null | string
detention_type: { name: string }

Type declaration

  • name: string
id: number
length: null | number
lesson: { id: number; name: string; subject: { id: number; name: string } }

Type declaration

  • id: number
  • name: string
  • subject: { id: number; name: string }
    • id: number
    • name: string
lesson_pupil_behaviour: { reason: string }

Type declaration

  • reason: string
location: null | string
notes: null | string
pupil: { first_name: string; id: number; last_name: string; school: { opt_notes_comments: "yes" | "no"; opt_notes_comments_pupils: "yes" | "no"; opt_notes_names: "yes" | "no" } }

Type declaration

  • first_name: string
  • id: number
  • last_name: string
  • school: { opt_notes_comments: "yes" | "no"; opt_notes_comments_pupils: "yes" | "no"; opt_notes_names: "yes" | "no" }
    • opt_notes_comments: "yes" | "no"
    • opt_notes_comments_pupils: "yes" | "no"
    • opt_notes_names: "yes" | "no"
teacher: { first_name: string; id: number; last_name: string; title: string }

Type declaration

  • first_name: string
  • id: number
  • last_name: string
  • title: string
time: null | string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Detention | classcharts-api
+
+ +
+
+
+
+ +

Interface Detention

+
+

Hierarchy

+
    +
  • Detention
+
+
+
+ +
+
+

Properties

+
+ +
attended: "pending" | "yes" | "no" | "upscaled"
+
+ +
date: null | string
+
+ +
detention_type: { name: string }
+
+

Type declaration

+
    +
  • +
    name: string
+
+ +
id: number
+
+ +
length: null | number
+
+ +
lesson: { id: number; name: string; subject: { id: number; name: string } }
+
+

Type declaration

+
    +
  • +
    id: number
  • +
  • +
    name: string
  • +
  • +
    subject: { id: number; name: string }
    +
      +
    • +
      id: number
    • +
    • +
      name: string
+
+ +
lesson_pupil_behaviour: { reason: string }
+
+

Type declaration

+
    +
  • +
    reason: string
+
+ +
location: null | string
+
+ +
notes: null | string
+
+ +
pupil: { first_name: string; id: number; last_name: string; school: { opt_notes_comments: "yes" | "no"; opt_notes_comments_pupils: "yes" | "no"; opt_notes_names: "yes" | "no" } }
+
+

Type declaration

+
    +
  • +
    first_name: string
  • +
  • +
    id: number
  • +
  • +
    last_name: string
  • +
  • +
    school: { opt_notes_comments: "yes" | "no"; opt_notes_comments_pupils: "yes" | "no"; opt_notes_names: "yes" | "no" }
    +
      +
    • +
      opt_notes_comments: "yes" | "no"
    • +
    • +
      opt_notes_comments_pupils: "yes" | "no"
    • +
    • +
      opt_notes_names: "yes" | "no"
+
+ +
teacher: { first_name: string; id: number; last_name: string; title: string }
+
+

Type declaration

+
    +
  • +
    first_name: string
  • +
  • +
    id: number
  • +
  • +
    last_name: string
  • +
  • +
    title: string
+
+ +
time: null | string
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.GetActivityOptions.html b/docs/interfaces/types.GetActivityOptions.html index 2c500af..17a0be0 100644 --- a/docs/interfaces/types.GetActivityOptions.html +++ b/docs/interfaces/types.GetActivityOptions.html @@ -1,7 +1,93 @@ -GetActivityOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetActivityOptions

Hierarchy

  • GetActivityOptions

Index

Properties

Properties

from?: string
-

From date, in format YYYY-MM-DD

-
last_id?: string
-

ID of the last activityPoint (used in pagination)

-
to?: string
-

To date, in format YYYY-MM-DD

-

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +GetActivityOptions | classcharts-api
+
+ +
+
+
+
+ +

Interface GetActivityOptions

+
+

Hierarchy

+
    +
  • GetActivityOptions
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
from?: string
+

From date, in format YYYY-MM-DD

+
+
+ +
last_id?: string
+

ID of the last activityPoint (used in pagination)

+
+
+ +
to?: string
+

To date, in format YYYY-MM-DD

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.GetAttendanceOptions.html b/docs/interfaces/types.GetAttendanceOptions.html index 25584d8..31380a6 100644 --- a/docs/interfaces/types.GetAttendanceOptions.html +++ b/docs/interfaces/types.GetAttendanceOptions.html @@ -1,5 +1,84 @@ -GetAttendanceOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetAttendanceOptions

Hierarchy

  • GetAttendanceOptions

Index

Properties

Properties

from: string
-

From date, in format YYYY-MM-DD

-
to: string
-

To date, in format YYYY-MM-DD

-

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +GetAttendanceOptions | classcharts-api
+
+ +
+
+
+
+ +

Interface GetAttendanceOptions

+
+

Hierarchy

+
    +
  • GetAttendanceOptions
+
+
+
+ +
+
+

Properties

+
from +to +
+
+

Properties

+
+ +
from: string
+

From date, in format YYYY-MM-DD

+
+
+ +
to: string
+

To date, in format YYYY-MM-DD

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.GetBehaviourOptions.html b/docs/interfaces/types.GetBehaviourOptions.html index 6e3e154..940c5fe 100644 --- a/docs/interfaces/types.GetBehaviourOptions.html +++ b/docs/interfaces/types.GetBehaviourOptions.html @@ -1,5 +1,84 @@ -GetBehaviourOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetBehaviourOptions

Hierarchy

  • GetBehaviourOptions

Index

Properties

Properties

from?: string
-

From date, in format YYYY-MM-DD

-
to?: string
-

To date, in format YYYY-MM-DD

-

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +GetBehaviourOptions | classcharts-api
+
+ +
+
+
+
+ +

Interface GetBehaviourOptions

+
+

Hierarchy

+
    +
  • GetBehaviourOptions
+
+
+
+ +
+
+

Properties

+
from +to +
+
+

Properties

+
+ +
from?: string
+

From date, in format YYYY-MM-DD

+
+
+ +
to?: string
+

To date, in format YYYY-MM-DD

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.GetFullActivityOptions.html b/docs/interfaces/types.GetFullActivityOptions.html index 292262f..fe646a7 100644 --- a/docs/interfaces/types.GetFullActivityOptions.html +++ b/docs/interfaces/types.GetFullActivityOptions.html @@ -1,5 +1,84 @@ -GetFullActivityOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetFullActivityOptions

Hierarchy

  • GetFullActivityOptions

Index

Properties

Properties

from: string
-

From date, in format YYYY-MM-DD

-
to: string
-

To date, in format YYYY-MM-DD

-

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +GetFullActivityOptions | classcharts-api
+
+ +
+
+
+
+ +

Interface GetFullActivityOptions

+
+

Hierarchy

+
    +
  • GetFullActivityOptions
+
+
+
+ +
+
+

Properties

+
from +to +
+
+

Properties

+
+ +
from: string
+

From date, in format YYYY-MM-DD

+
+
+ +
to: string
+

To date, in format YYYY-MM-DD

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.GetHomeworkOptions.html b/docs/interfaces/types.GetHomeworkOptions.html index ca019c9..1def5cc 100644 --- a/docs/interfaces/types.GetHomeworkOptions.html +++ b/docs/interfaces/types.GetHomeworkOptions.html @@ -1,7 +1,93 @@ -GetHomeworkOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetHomeworkOptions

Hierarchy

  • GetHomeworkOptions

Index

Properties

displayDate?: DisplayDate
-

Way to sort homeworks

-
fromDate?: string
-

From date, in format YYYY-MM-DD

-
toDate?: string
-

To date, in format YYYY-MM-DD

-

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +GetHomeworkOptions | classcharts-api
+
+ +
+
+
+
+ +

Interface GetHomeworkOptions

+
+

Hierarchy

+
    +
  • GetHomeworkOptions
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
displayDate?: DisplayDate
+

Way to sort homeworks

+
+
+ +
fromDate?: string
+

From date, in format YYYY-MM-DD

+
+
+ +
toDate?: string
+

To date, in format YYYY-MM-DD

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.GetLessonsOptions.html b/docs/interfaces/types.GetLessonsOptions.html index 9f9c771..c28126b 100644 --- a/docs/interfaces/types.GetLessonsOptions.html +++ b/docs/interfaces/types.GetLessonsOptions.html @@ -1,3 +1,75 @@ -GetLessonsOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetLessonsOptions

Hierarchy

  • GetLessonsOptions

Index

Properties

Properties

date: string
-

Date to get lessons for, in format YYYY-MM-DD

-

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +GetLessonsOptions | classcharts-api
+
+ +
+
+
+
+ +

Interface GetLessonsOptions

+
+

Hierarchy

+
    +
  • GetLessonsOptions
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
date: string
+

Date to get lessons for, in format YYYY-MM-DD

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.Homework.html b/docs/interfaces/types.Homework.html index a3c560b..30998c0 100644 --- a/docs/interfaces/types.Homework.html +++ b/docs/interfaces/types.Homework.html @@ -1 +1,208 @@ -Homework | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Homework

Hierarchy

  • Homework

Index

Properties

completion_time_unit: string
completion_time_value: string
description: string
description_raw: string
due_date: string
homework_type: string
id: number
issue_date: string
lesson: string
meta_title: string
publish_time: string
status: { allow_attachments: "yes" | "no"; attachments: any[]; first_seen_date: string; has_feedback: boolean; id: number; last_seen_date: string; mark: any; mark_relative: number; state: null | "completed" | "not_completed" | "late"; ticked: "yes" | "no" }

Type declaration

  • allow_attachments: "yes" | "no"
  • attachments: any[]
  • first_seen_date: string
  • has_feedback: boolean
  • id: number
  • last_seen_date: string
  • mark: any
  • mark_relative: number
  • state: null | "completed" | "not_completed" | "late"
  • ticked: "yes" | "no"
subject: string
teacher: string
title: string
validated_attachments: ValidatedHomeworkAttachment[]
validated_links: any[]

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Homework | classcharts-api
+
+ +
+
+
+
+ +

Interface Homework

+
+

Hierarchy

+
    +
  • Homework
+
+
+
+ +
+
+

Properties

+
+ +
completion_time_unit: string
+
+ +
completion_time_value: string
+
+ +
description: string
+
+ +
description_raw: string
+
+ +
due_date: string
+
+ +
homework_type: string
+
+ +
id: number
+
+ +
issue_date: string
+
+ +
lesson: string
+
+ +
meta_title: string
+
+ +
publish_time: string
+
+ +
status: { allow_attachments: "yes" | "no"; attachments: any[]; first_seen_date: string; has_feedback: boolean; id: number; last_seen_date: string; mark: any; mark_relative: number; state: null | "completed" | "not_completed" | "late"; ticked: "yes" | "no" }
+
+

Type declaration

+
    +
  • +
    allow_attachments: "yes" | "no"
  • +
  • +
    attachments: any[]
  • +
  • +
    first_seen_date: string
  • +
  • +
    has_feedback: boolean
  • +
  • +
    id: number
  • +
  • +
    last_seen_date: string
  • +
  • +
    mark: any
  • +
  • +
    mark_relative: number
  • +
  • +
    state: null | "completed" | "not_completed" | "late"
  • +
  • +
    ticked: "yes" | "no"
+
+ +
subject: string
+
+ +
teacher: string
+
+ +
title: string
+
+ +
validated_attachments: ValidatedHomeworkAttachment[]
+
+ +
validated_links: any[]
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.Lesson.html b/docs/interfaces/types.Lesson.html index 27ef8ed..50da368 100644 --- a/docs/interfaces/types.Lesson.html +++ b/docs/interfaces/types.Lesson.html @@ -1 +1,178 @@ -Lesson | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Lesson

Index

Properties

date: string
end_time: string
is_alternative_lesson: boolean
key: number
lesson_name: string
note: string
note_abstract: string
period_name: string
period_number: string
pupil_note: string
pupil_note_abstract: string
pupil_note_raw: string
room_name: string
start_time: string
subject_name: string
teacher_name: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Lesson | classcharts-api
+
+ +
+
+
+
+ +

Interface Lesson

+
+

Hierarchy

+
    +
  • Lesson
+
+
+
+ +
+
+

Properties

+
+ +
date: string
+
+ +
end_time: string
+
+ +
is_alternative_lesson: boolean
+
+ +
key: number
+
+ +
lesson_name: string
+
+ +
note: string
+
+ +
note_abstract: string
+
+ +
period_name: string
+
+ +
period_number: string
+
+ +
pupil_note: string
+
+ +
pupil_note_abstract: string
+
+ +
pupil_note_raw: string
+
+ +
room_name: string
+
+ +
start_time: string
+
+ +
subject_name: string
+
+ +
teacher_name: string
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.LessonPupilBehaviour.html b/docs/interfaces/types.LessonPupilBehaviour.html index 621e210..0835803 100644 --- a/docs/interfaces/types.LessonPupilBehaviour.html +++ b/docs/interfaces/types.LessonPupilBehaviour.html @@ -1 +1,117 @@ -LessonPupilBehaviour | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LessonPupilBehaviour

Hierarchy

  • LessonPupilBehaviour

Index

Properties

icon: string
polarity: string
reason: string
score: number
teacher: { first_name: string; last_name: string; title: string }

Type declaration

  • first_name: string
  • last_name: string
  • title: string
timestamp: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +LessonPupilBehaviour | classcharts-api
+
+ +
+
+
+
+ +

Interface LessonPupilBehaviour

+
+

Hierarchy

+
    +
  • LessonPupilBehaviour
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
icon: string
+
+ +
polarity: string
+
+ +
reason: string
+
+ +
score: number
+
+ +
teacher: { first_name: string; last_name: string; title: string }
+
+

Type declaration

+
    +
  • +
    first_name: string
  • +
  • +
    last_name: string
  • +
  • +
    title: string
+
+ +
timestamp: string
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.Pupil.html b/docs/interfaces/types.Pupil.html index a5580e2..86e2ff0 100644 --- a/docs/interfaces/types.Pupil.html +++ b/docs/interfaces/types.Pupil.html @@ -1 +1,461 @@ -Pupil | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

allow_pupils_add_timetable_notes: boolean
announcements_count: number
avatar_url: string
can_record_covid_tests: boolean
can_upload_attachments: null | string
detention_alias_plural_uc: string
detention_no_count: number
detention_pending_count: number
detention_upscaled_count: number
detention_yes_count: number
display_absences: boolean
display_activity: boolean
display_announcements: boolean
display_attendance: boolean
display_attendance_percentage: boolean
display_attendance_type: string
display_avatars: boolean
display_behaviour: boolean
display_classes: boolean
display_concern_submission: boolean
display_covid_tests: boolean
display_custom_fields: boolean
display_detentions: boolean
display_event_badges: boolean
display_homework: boolean
display_mental_health: boolean
display_parent_behaviour: boolean
display_report_cards: boolean
display_rewards: boolean
display_timetable: boolean
display_two_way_communications: boolean
first_name: string
has_birthday: boolean
has_new_survey: boolean
homework_completed_count: number
homework_excused_count: number
homework_late_count: number
homework_not_completed_count: number
homework_submitted_count: number
homework_todo_count: number
id: number
is_disabled: boolean
last_name: string
messages_count: number
name: string
pupil_concerns_help_text: string
pusher_channel_name: string
school_logo: string
school_name: string
survey_id: null | number
timezone: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Pupil | classcharts-api
+
+ +
+
+
+
+ +

Interface Pupil

+
+

Hierarchy

+
+
+
+
+ +
+
+

Properties

+
+ +
allow_pupils_add_timetable_notes: boolean
+
+ +
announcements_count: number
+
+ +
avatar_url: string
+
+ +
can_record_covid_tests: boolean
+
+ +
can_upload_attachments: null | string
+
+ +
detention_alias_plural_uc: string
+
+ +
detention_no_count: number
+
+ +
detention_pending_count: number
+
+ +
detention_upscaled_count: number
+
+ +
detention_yes_count: number
+
+ +
display_absences: boolean
+
+ +
display_activity: boolean
+
+ +
display_announcements: boolean
+
+ +
display_attendance: boolean
+
+ +
display_attendance_percentage: boolean
+
+ +
display_attendance_type: string
+
+ +
display_avatars: boolean
+
+ +
display_behaviour: boolean
+
+ +
display_classes: boolean
+
+ +
display_concern_submission: boolean
+
+ +
display_covid_tests: boolean
+
+ +
display_custom_fields: boolean
+
+ +
display_detentions: boolean
+
+ +
display_event_badges: boolean
+
+ +
display_homework: boolean
+
+ +
display_mental_health: boolean
+
+ +
display_parent_behaviour: boolean
+
+ +
display_report_cards: boolean
+
+ +
display_rewards: boolean
+
+ +
display_timetable: boolean
+
+ +
display_two_way_communications: boolean
+
+ +
first_name: string
+
+ +
has_birthday: boolean
+
+ +
has_new_survey: boolean
+
+ +
homework_completed_count: number
+
+ +
homework_excused_count: number
+
+ +
homework_late_count: number
+
+ +
homework_not_completed_count: number
+
+ +
homework_submitted_count: number
+
+ +
homework_todo_count: number
+
+ +
id: number
+
+ +
is_disabled: boolean
+
+ +
last_name: string
+
+ +
messages_count: number
+
+ +
name: string
+
+ +
pupil_concerns_help_text: string
+
+ +
pusher_channel_name: string
+
+ +
school_logo: string
+
+ +
school_name: string
+
+ +
survey_id: null | number
+
+ +
timezone: string
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.PupilEvent.html b/docs/interfaces/types.PupilEvent.html index cb9109c..ee3b44b 100644 --- a/docs/interfaces/types.PupilEvent.html +++ b/docs/interfaces/types.PupilEvent.html @@ -1 +1,92 @@ -PupilEvent | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PupilEvent

Hierarchy

  • PupilEvent

Index

Properties

event: { label: string }

Type declaration

  • label: string
lesson_pupil_behaviour: LessonPupilBehaviour
timestamp: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +PupilEvent | classcharts-api
+
+ +
+
+
+
+ +

Interface PupilEvent

+
+

Hierarchy

+
    +
  • PupilEvent
+
+
+
+ +
+
+

Properties

+
+ +
event: { label: string }
+
+

Type declaration

+
    +
  • +
    label: string
+
+ +
lesson_pupil_behaviour: LessonPupilBehaviour
+
+ +
timestamp: string
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.Student.html b/docs/interfaces/types.Student.html index 0a8516a..4aaf4c6 100644 --- a/docs/interfaces/types.Student.html +++ b/docs/interfaces/types.Student.html @@ -1 +1,320 @@ -Student | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Student

Hierarchy

Index

Properties

allow_pupils_add_timetable_notes: boolean
announcements_count: number
avatar_url: string
can_upload_attachments: null | string
detention_alias_plural_uc: string
display_absences: boolean
display_activity: boolean
display_announcements: boolean
display_attendance: boolean
display_attendance_percentage: boolean
display_attendance_type: string
display_avatars: boolean
display_behaviour: boolean
display_classes: boolean
display_concern_submission: boolean
display_custom_fields: boolean
display_detentions: boolean
display_event_badges: boolean
display_homework: boolean
display_mental_health: boolean
display_parent_behaviour: boolean
display_report_cards: boolean
display_rewards: boolean
display_timetable: boolean
display_two_way_communications: boolean
first_name: string
has_birthday: boolean
has_new_survey: boolean
id: number
is_disabled: boolean
last_name: string
messages_count: number
name: string
pupil_concerns_help_text: string
pusher_channel_name: string
survey_id: null | number

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Student | classcharts-api
+
+ +
+
+
+
+ +

Interface Student

+
+

Hierarchy

+
+
+
+
+ +
+
+

Properties

+
+ +
allow_pupils_add_timetable_notes: boolean
+
+ +
announcements_count: number
+
+ +
avatar_url: string
+
+ +
can_upload_attachments: null | string
+
+ +
detention_alias_plural_uc: string
+
+ +
display_absences: boolean
+
+ +
display_activity: boolean
+
+ +
display_announcements: boolean
+
+ +
display_attendance: boolean
+
+ +
display_attendance_percentage: boolean
+
+ +
display_attendance_type: string
+
+ +
display_avatars: boolean
+
+ +
display_behaviour: boolean
+
+ +
display_classes: boolean
+
+ +
display_concern_submission: boolean
+
+ +
display_custom_fields: boolean
+
+ +
display_detentions: boolean
+
+ +
display_event_badges: boolean
+
+ +
display_homework: boolean
+
+ +
display_mental_health: boolean
+
+ +
display_parent_behaviour: boolean
+
+ +
display_report_cards: boolean
+
+ +
display_rewards: boolean
+
+ +
display_timetable: boolean
+
+ +
display_two_way_communications: boolean
+
+ +
first_name: string
+
+ +
has_birthday: boolean
+
+ +
has_new_survey: boolean
+
+ +
id: number
+
+ +
is_disabled: boolean
+
+ +
last_name: string
+
+ +
messages_count: number
+
+ +
name: string
+
+ +
pupil_concerns_help_text: string
+
+ +
pusher_channel_name: string
+
+ +
survey_id: null | number
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/interfaces/types.ValidatedHomeworkAttachment.html b/docs/interfaces/types.ValidatedHomeworkAttachment.html index 7ecc4ee..e028aa5 100644 --- a/docs/interfaces/types.ValidatedHomeworkAttachment.html +++ b/docs/interfaces/types.ValidatedHomeworkAttachment.html @@ -1 +1,94 @@ -ValidatedHomeworkAttachment | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValidatedHomeworkAttachment

Hierarchy

  • ValidatedHomeworkAttachment

Index

Properties

file: string
file_name: string
id: number
validated_file: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ValidatedHomeworkAttachment | classcharts-api
+
+ +
+
+
+
+ +

Interface ValidatedHomeworkAttachment

+
+

Hierarchy

+
    +
  • ValidatedHomeworkAttachment
+
+
+
+ +
+
+

Properties

+
+
+

Properties

+
+ +
file: string
+
+ +
file_name: string
+
+ +
id: number
+
+ +
validated_file: string
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html index fb296d5..7a21f68 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -1 +1,54 @@ -classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

classcharts-api

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +classcharts-api
+
+ +
+
+
+
+

classcharts-api

+
+
+

Index

+
+

Modules

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/modules/baseClient.html b/docs/modules/baseClient.html index b0d15cf..ee48342 100644 --- a/docs/modules/baseClient.html +++ b/docs/modules/baseClient.html @@ -1 +1,59 @@ -baseClient | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module baseClient

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +baseClient | classcharts-api
+
+ +
+
+
+
+ +

Module baseClient

+
+
+
+
+

Index

+
+

Classes

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/modules/consts.html b/docs/modules/consts.html index 74125dd..b6ea3e4 100644 --- a/docs/modules/consts.html +++ b/docs/modules/consts.html @@ -1 +1,63 @@ -consts | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module consts

Index

Variables

API_BASE_PARENT: string = ...
API_BASE_STUDENT: string = ...
BASE_URL: "https://www.classcharts.com" = "https://www.classcharts.com"

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +consts | classcharts-api
+
+ +
+
+
+
+ +

Module consts

+
+
+
+
+

Index

+
+

Variables

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/modules/index.html b/docs/modules/index.html index 8cf425a..85a61d6 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -1 +1,185 @@ -index | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

References

Re-exports ActivityPoint
Re-exports ActivityResponse
Re-exports Announcement
Re-exports AnnouncementsResponse
Re-exports AttendanceDate
Re-exports AttendanceResponse
Re-exports Badge
Re-exports BadgesResponse
Re-exports BehaviourResponse
Re-exports BehaviourTimelinePoint
Re-exports ClasschartsParentClient
Re-exports ClasschartsStudentClient
Re-exports Detention
Re-exports DetentionsResponse
Re-exports DisplayDate
Re-exports GetActivityOptions
Re-exports GetAttendanceOptions
Re-exports GetBehaviourOptions
Re-exports GetFullActivityOptions
Re-exports GetHomeworkOptions
Re-exports GetLessonsOptions
Re-exports GetPupilsResponse
Re-exports Homework
Re-exports HomeworksResponse
Re-exports Lesson
Re-exports LessonPupilBehaviour
Re-exports LessonsResponse
Re-exports Pupil
Re-exports PupilEvent
Re-exports Student
Re-exports ValidatedHomeworkAttachment

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +index | classcharts-api
+
+ +
+
+
+
+ +

Module index

+
+
+
+
+
+ +
+
+

References

+
+Re-exports ActivityPoint
+
+Re-exports ActivityResponse
+
+Re-exports Announcement
+
+Re-exports AnnouncementsResponse
+
+Re-exports AttendanceDate
+
+Re-exports AttendanceResponse
+
+Re-exports Badge
+
+Re-exports BadgesResponse
+
+Re-exports BehaviourResponse
+
+Re-exports BehaviourTimelinePoint
+
+Re-exports ClasschartsParentClient
+
+Re-exports ClasschartsStudentClient
+
+Re-exports Detention
+
+Re-exports DetentionsResponse
+
+Re-exports DisplayDate
+
+Re-exports GetActivityOptions
+
+Re-exports GetAttendanceOptions
+
+Re-exports GetBehaviourOptions
+
+Re-exports GetFullActivityOptions
+
+Re-exports GetHomeworkOptions
+
+Re-exports GetLessonsOptions
+
+Re-exports GetPupilsResponse
+
+Re-exports Homework
+
+Re-exports HomeworksResponse
+
+Re-exports Lesson
+
+Re-exports LessonPupilBehaviour
+
+Re-exports LessonsResponse
+
+Re-exports Pupil
+
+Re-exports PupilEvent
+
+Re-exports Student
+
+Re-exports ValidatedHomeworkAttachment
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/modules/parentClient.html b/docs/modules/parentClient.html index 73fa5e5..4b855f9 100644 --- a/docs/modules/parentClient.html +++ b/docs/modules/parentClient.html @@ -1 +1,59 @@ -parentClient | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module parentClient

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +parentClient | classcharts-api
+
+ +
+
+
+
+ +

Module parentClient

+
+
+
+
+

Index

+
+

Classes

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/modules/studentClient.html b/docs/modules/studentClient.html index ec894ab..2c2ed2c 100644 --- a/docs/modules/studentClient.html +++ b/docs/modules/studentClient.html @@ -1 +1,59 @@ -studentClient | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module studentClient

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +studentClient | classcharts-api
+
+ +
+
+
+
+ +

Module studentClient

+
+
+
+
+

Index

+
+

Classes

+
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/modules/types.html b/docs/modules/types.html index 06a7615..482818c 100644 --- a/docs/modules/types.html +++ b/docs/modules/types.html @@ -1 +1,118 @@ -types | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

ActivityResponse: ActivityPoint[]
AnnouncementsResponse: Announcement[]
AttendanceResponse: Record<string, AttendanceDate>[]
BadgesResponse: Badge[]
DetentionsResponse: Detention[]
DisplayDate: "due_date" | "issue_date"
GetPupilsResponse: Pupil[]
HomeworksResponse: Homework[]
LessonsResponse: Lesson[]

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +types | classcharts-api
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/types.ActivityResponse.html b/docs/types/types.ActivityResponse.html new file mode 100644 index 0000000..e2d5a2b --- /dev/null +++ b/docs/types/types.ActivityResponse.html @@ -0,0 +1,80 @@ +ActivityResponse | classcharts-api
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/types.AnnouncementsResponse.html b/docs/types/types.AnnouncementsResponse.html new file mode 100644 index 0000000..dbbab46 --- /dev/null +++ b/docs/types/types.AnnouncementsResponse.html @@ -0,0 +1,80 @@ +AnnouncementsResponse | classcharts-api
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/types.AttendanceResponse.html b/docs/types/types.AttendanceResponse.html new file mode 100644 index 0000000..b617adf --- /dev/null +++ b/docs/types/types.AttendanceResponse.html @@ -0,0 +1,80 @@ +AttendanceResponse | classcharts-api
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/types.BadgesResponse.html b/docs/types/types.BadgesResponse.html new file mode 100644 index 0000000..4eede30 --- /dev/null +++ b/docs/types/types.BadgesResponse.html @@ -0,0 +1,80 @@ +BadgesResponse | classcharts-api
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/types.DetentionsResponse.html b/docs/types/types.DetentionsResponse.html new file mode 100644 index 0000000..c231c6a --- /dev/null +++ b/docs/types/types.DetentionsResponse.html @@ -0,0 +1,80 @@ +DetentionsResponse | classcharts-api
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/types.DisplayDate.html b/docs/types/types.DisplayDate.html new file mode 100644 index 0000000..0cd8983 --- /dev/null +++ b/docs/types/types.DisplayDate.html @@ -0,0 +1,80 @@ +DisplayDate | classcharts-api
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/types.GetPupilsResponse.html b/docs/types/types.GetPupilsResponse.html new file mode 100644 index 0000000..4c386d1 --- /dev/null +++ b/docs/types/types.GetPupilsResponse.html @@ -0,0 +1,80 @@ +GetPupilsResponse | classcharts-api
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/types.HomeworksResponse.html b/docs/types/types.HomeworksResponse.html new file mode 100644 index 0000000..72bd7de --- /dev/null +++ b/docs/types/types.HomeworksResponse.html @@ -0,0 +1,80 @@ +HomeworksResponse | classcharts-api
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/types/types.LessonsResponse.html b/docs/types/types.LessonsResponse.html new file mode 100644 index 0000000..5639c87 --- /dev/null +++ b/docs/types/types.LessonsResponse.html @@ -0,0 +1,80 @@ +LessonsResponse | classcharts-api
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/variables/consts.API_BASE_PARENT.html b/docs/variables/consts.API_BASE_PARENT.html new file mode 100644 index 0000000..18419dc --- /dev/null +++ b/docs/variables/consts.API_BASE_PARENT.html @@ -0,0 +1,54 @@ +API_BASE_PARENT | classcharts-api
+
+ +
+
+
+
+ +

Variable API_BASE_PARENTConst

+
API_BASE_PARENT: string = ...
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/variables/consts.API_BASE_STUDENT.html b/docs/variables/consts.API_BASE_STUDENT.html new file mode 100644 index 0000000..0639e84 --- /dev/null +++ b/docs/variables/consts.API_BASE_STUDENT.html @@ -0,0 +1,54 @@ +API_BASE_STUDENT | classcharts-api
+
+ +
+
+
+
+ +

Variable API_BASE_STUDENTConst

+
API_BASE_STUDENT: string = ...
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/docs/variables/consts.BASE_URL.html b/docs/variables/consts.BASE_URL.html new file mode 100644 index 0000000..9ba9f2e --- /dev/null +++ b/docs/variables/consts.BASE_URL.html @@ -0,0 +1,54 @@ +BASE_URL | classcharts-api
+
+ +
+
+
+
+ +

Variable BASE_URLConst

+
BASE_URL: "https://www.classcharts.com" = "https://www.classcharts.com"
+
+
+

Generated using TypeDoc

+
\ No newline at end of file