diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml new file mode 100644 index 0000000..116efd8 --- /dev/null +++ b/.github/workflows/typedoc.yml @@ -0,0 +1,47 @@ +name: Typedoc + +on: + push: + branches: + - main + paths: + - "src/**" + - "tsconfig.json" + - "pnpm-lock.yaml" + +jobs: + build-docs: + runs-on: ubuntu-latest + steps: + - name: Checkout the repository + uses: actions/checkout@v3 + + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: 18 + - uses: pnpm/action-setup@v2 + with: + version: 7.14.2 + - name: Retrieve the cached "node_modules" directory (if present) + uses: actions/cache@v3 + id: node-cache + with: + path: node_modules + key: node-modules-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} + + - name: Install dependencies (if the cached directory was not found) + if: steps.node-cache.outputs.cache-hit != 'true' + run: pnpm install + + - name: Test to see if the project compiles + run: pnpm run build + + - name: Create the docs directory locally in CI + run: pnpm typedoc src/main.ts + + - name: Deploy 🚀 + uses: JamesIves/github-pages-deploy-action@v4 + with: + branch: gh-pages + folder: docs \ No newline at end of file diff --git a/docs/.nojekyll b/docs/.nojekyll deleted file mode 100644 index e2ac661..0000000 --- a/docs/.nojekyll +++ /dev/null @@ -1 +0,0 @@ -TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css deleted file mode 100644 index 9c680d6..0000000 --- a/docs/assets/highlight.css +++ /dev/null @@ -1,71 +0,0 @@ -:root { - --light-hl-0: #AF00DB; - --dark-hl-0: #C586C0; - --light-hl-1: #000000; - --dark-hl-1: #D4D4D4; - --light-hl-2: #001080; - --dark-hl-2: #9CDCFE; - --light-hl-3: #A31515; - --dark-hl-3: #CE9178; - --light-hl-4: #0000FF; - --dark-hl-4: #569CD6; - --light-hl-5: #795E26; - --dark-hl-5: #DCDCAA; - --light-hl-6: #0070C1; - --dark-hl-6: #4FC1FF; - --light-code-background: #FFFFFF; - --dark-code-background: #1E1E1E; -} - -@media (prefers-color-scheme: light) { :root { - --hl-0: var(--light-hl-0); - --hl-1: var(--light-hl-1); - --hl-2: var(--light-hl-2); - --hl-3: var(--light-hl-3); - --hl-4: var(--light-hl-4); - --hl-5: var(--light-hl-5); - --hl-6: var(--light-hl-6); - --code-background: var(--light-code-background); -} } - -@media (prefers-color-scheme: dark) { :root { - --hl-0: var(--dark-hl-0); - --hl-1: var(--dark-hl-1); - --hl-2: var(--dark-hl-2); - --hl-3: var(--dark-hl-3); - --hl-4: var(--dark-hl-4); - --hl-5: var(--dark-hl-5); - --hl-6: var(--dark-hl-6); - --code-background: var(--dark-code-background); -} } - -:root[data-theme='light'] { - --hl-0: var(--light-hl-0); - --hl-1: var(--light-hl-1); - --hl-2: var(--light-hl-2); - --hl-3: var(--light-hl-3); - --hl-4: var(--light-hl-4); - --hl-5: var(--light-hl-5); - --hl-6: var(--light-hl-6); - --code-background: var(--light-code-background); -} - -:root[data-theme='dark'] { - --hl-0: var(--dark-hl-0); - --hl-1: var(--dark-hl-1); - --hl-2: var(--dark-hl-2); - --hl-3: var(--dark-hl-3); - --hl-4: var(--dark-hl-4); - --hl-5: var(--dark-hl-5); - --hl-6: var(--dark-hl-6); - --code-background: var(--dark-code-background); -} - -.hl-0 { color: var(--hl-0); } -.hl-1 { color: var(--hl-1); } -.hl-2 { color: var(--hl-2); } -.hl-3 { color: var(--hl-3); } -.hl-4 { color: var(--hl-4); } -.hl-5 { color: var(--hl-5); } -.hl-6 { color: var(--hl-6); } -pre, code { background: var(--code-background); } diff --git a/docs/assets/main.js b/docs/assets/main.js deleted file mode 100644 index c815b33..0000000 --- a/docs/assets/main.js +++ /dev/null @@ -1,54 +0,0 @@ -"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 - */ -/*! - * lunr.Index - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Pipeline - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Set - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.TokenSet - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Vector - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.stemmer - * Copyright (C) 2020 Oliver Nightingale - * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt - */ -/*! - * lunr.stopWordFilter - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.tokenizer - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.trimmer - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.utils - * Copyright (C) 2020 Oliver Nightingale - */ -/** - * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 - * Copyright (C) 2020 Oliver Nightingale - * @license MIT - */ diff --git a/docs/assets/search.js b/docs/assets/search.js deleted file mode 100644 index ffa5f5c..0000000 --- a/docs/assets/search.js +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 8f6ed2c..0000000 --- a/docs/assets/style.css +++ /dev/null @@ -1,1224 +0,0 @@ -:root { - /* Light */ - --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-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-ts-variable: #4d68ff; - --light-external-icon: url("data:image/svg+xml;utf8,"); - --light-color-scheme: light; - - /* Dark */ - --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-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-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-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-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-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-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-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-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; -} - -:root[data-theme="light"] { - --color-background: var(--light-color-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-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-ts-variable: var(--light-color-ts-variable); - --external-icon: var(--light-external-icon); - --color-scheme: var(--light-color-scheme); -} - -:root[data-theme="dark"] { - --color-background: var(--dark-color-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-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-ts-variable: var(--dark-color-ts-variable); - --external-icon: var(--dark-external-icon); - --color-scheme: var(--dark-color-scheme); -} - -h1, -h2, -h3, -h4, -h5, -h6 { - line-height: 1.2; -} - -h1 { - font-size: 1.875rem; - margin: 0.67rem 0; -} - -h2 { - font-size: 1.5rem; - margin: 0.83rem 0; -} - -h3 { - font-size: 1.25rem; - margin: 1rem 0; -} - -h4 { - font-size: 1.05rem; - margin: 1.33rem 0; -} - -h5 { - font-size: 1rem; - margin: 1.5rem 0; -} - -h6 { - font-size: 0.875rem; - margin: 2.33rem 0; -} - -.uppercase { - text-transform: uppercase; -} - -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; -} - -dl, -menu, -ol, -ul { - margin: 1em 0; -} - -dd { - margin: 0 0 0 40px; -} - -.container { - max-width: 1600px; - padding: 0 2rem; -} - -@media (min-width: 640px) { - .container { - padding: 0 4rem; - } -} -@media (min-width: 1200px) { - .container { - padding: 0 8rem; - } -} -@media (min-width: 1600px) { - .container { - padding: 0 12rem; - } -} - -/* Footer */ -.tsd-generator { - border-top: 1px solid var(--color-accent); - padding-top: 1rem; - padding-bottom: 1rem; - max-height: 3.5rem; -} - -.tsd-generator > p { - margin-top: 0; - margin-bottom: 0; - padding: 0 1rem; -} - -.container-main { - display: flex; - justify-content: space-between; - position: relative; - margin: 0 auto; -} - -.col-4, -.col-8 { - box-sizing: border-box; - float: left; - padding: 2rem 1rem; -} - -.col-4 { - flex: 0 0 25%; -} -.col-8 { - flex: 1 0; - flex-wrap: wrap; - padding-left: 0; -} - -@keyframes fade-in { - from { - opacity: 0; - } - to { - opacity: 1; - } -} -@keyframes fade-out { - from { - opacity: 1; - visibility: visible; - } - to { - opacity: 0; - } -} -@keyframes fade-in-delayed { - 0% { - opacity: 0; - } - 33% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes fade-out-delayed { - 0% { - opacity: 1; - visibility: visible; - } - 66% { - opacity: 0; - } - 100% { - opacity: 0; - } -} -@keyframes shift-to-left { - from { - transform: translate(0, 0); - } - to { - transform: translate(-25%, 0); - } -} -@keyframes unshift-to-left { - from { - transform: translate(-25%, 0); - } - to { - transform: translate(0, 0); - } -} -@keyframes pop-in-from-right { - from { - transform: translate(100%, 0); - } - to { - transform: translate(0, 0); - } -} -@keyframes pop-out-to-right { - from { - transform: translate(0, 0); - visibility: visible; - } - to { - transform: translate(100%, 0); - } -} -body { - background: var(--color-background); - font-family: "Segoe UI", sans-serif; - font-size: 16px; - color: var(--color-text); -} - -a { - color: var(--color-link); - text-decoration: none; -} -a:hover { - text-decoration: underline; -} -a.external[target="_blank"] { - background-image: var(--external-icon); - background-position: top 3px right; - background-repeat: no-repeat; - padding-right: 13px; -} - -code, -pre { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - padding: 0.2em; - margin: 0; - font-size: 0.875rem; - border-radius: 0.8em; -} - -pre { - padding: 10px; - border: 0.1em solid var(--color-accent); -} -pre code { - padding: 0; - font-size: 100%; -} - -blockquote { - margin: 1em 0; - padding-left: 1em; - border-left: 4px solid gray; -} - -.tsd-typography { - line-height: 1.333em; -} -.tsd-typography ul { - list-style: square; - padding: 0 0 0 20px; - margin: 0; -} -.tsd-typography h4, -.tsd-typography .tsd-index-panel h3, -.tsd-index-panel .tsd-typography h3, -.tsd-typography h5, -.tsd-typography h6 { - font-size: 1em; - margin: 0; -} -.tsd-typography h5, -.tsd-typography h6 { - font-weight: normal; -} -.tsd-typography p, -.tsd-typography ul, -.tsd-typography ol { - margin: 1em 0; -} - -@media (max-width: 1024px) { - html .col-content { - float: none; - max-width: 100%; - width: 100%; - padding-top: 3rem; - } - html .col-menu { - position: fixed !important; - overflow-y: auto; - -webkit-overflow-scrolling: touch; - z-index: 1024; - top: 0 !important; - bottom: 0 !important; - left: auto !important; - right: 0 !important; - padding: 1.5rem 1.5rem 0 0; - max-width: 25rem; - visibility: hidden; - background-color: var(--color-background); - transform: translate(100%, 0); - } - html .col-menu > *:last-child { - padding-bottom: 20px; - } - html .overlay { - content: ""; - display: block; - position: fixed; - z-index: 1023; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: rgba(0, 0, 0, 0.75); - visibility: hidden; - } - - .to-has-menu .overlay { - animation: fade-in 0.4s; - } - - .to-has-menu :is(header, footer, .col-content) { - animation: shift-to-left 0.4s; - } - - .to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; - } - - .from-has-menu .overlay { - animation: fade-out 0.4s; - } - - .from-has-menu :is(header, footer, .col-content) { - animation: unshift-to-left 0.4s; - } - - .from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; - } - - .has-menu body { - overflow: hidden; - } - .has-menu .overlay { - visibility: visible; - } - .has-menu :is(header, footer, .col-content) { - transform: translate(-25%, 0); - } - .has-menu .col-menu { - 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-breadcrumb { - margin: 0; - padding: 0; - color: var(--color-text-aside); -} -.tsd-breadcrumb a { - color: var(--color-text-aside); - text-decoration: none; -} -.tsd-breadcrumb a:hover { - text-decoration: underline; -} -.tsd-breadcrumb li { - display: inline; -} -.tsd-breadcrumb li:after { - content: " / "; -} - -.tsd-comment-tags { - display: flex; - flex-direction: column; -} -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-tag-group dd { - margin: 0; -} -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-tag-group dd pre, -dl.tsd-comment-tag-group dd:after { - clear: both; -} -dl.tsd-comment-tag-group p { - margin: 0; -} - -.tsd-panel.tsd-comment .lead { - font-size: 1.1em; - line-height: 1.333em; - margin-bottom: 2em; -} -.tsd-panel.tsd-comment .lead:last-child { - margin-bottom: 0; -} - -.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); -} - -.tsd-theme-toggle { - padding-top: 0.75rem; -} -.tsd-theme-toggle > h4 { - display: inline; - vertical-align: middle; - margin-right: 0.75rem; -} - -.tsd-hierarchy { - list-style: square; - margin: 0; -} -.tsd-hierarchy .target { - font-weight: bold; -} - -.tsd-panel-group.tsd-index-group { - margin-bottom: 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: 1024px) { - .tsd-index-panel .tsd-index-list { - grid-template-columns: repeat(2, 1fr); - } -} -@media (max-width: 768px) { - .tsd-index-panel .tsd-index-list { - grid-template-columns: repeat(1, 1fr); - } -} -.tsd-index-panel .tsd-index-list li { - -webkit-page-break-inside: avoid; - -moz-page-break-inside: avoid; - -ms-page-break-inside: avoid; - -o-page-break-inside: avoid; - page-break-inside: avoid; -} -.tsd-index-panel a, -.tsd-index-panel a.tsd-parent-kind-module { - color: var(--color-ts); -} -.tsd-index-panel a.tsd-parent-kind-interface { - color: var(--color-ts-interface); -} -.tsd-index-panel a.tsd-parent-kind-enum { - color: var(--color-ts-enum); -} -.tsd-index-panel a.tsd-parent-kind-class { - color: var(--color-ts-class); -} -.tsd-index-panel a.tsd-kind-module { - color: var(--color-ts-namespace); -} -.tsd-index-panel a.tsd-kind-interface { - color: var(--color-ts-interface); -} -.tsd-index-panel a.tsd-kind-enum { - color: var(--color-ts-enum); -} -.tsd-index-panel a.tsd-kind-class { - color: var(--color-ts-class); -} -.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); -} - -.tsd-flag { - display: inline-block; - padding: 0.25em 0.4em; - border-radius: 4px; - color: var(--color-comment-tag-text); - background-color: var(--color-comment-tag); - text-indent: 0; - font-size: 75%; - line-height: 1; - font-weight: normal; -} - -.tsd-anchor { - position: absolute; - top: -100px; -} - -.tsd-member { - position: relative; -} -.tsd-member .tsd-anchor + h3 { - display: flex; - align-items: center; - margin-top: 0; - margin-bottom: 0; - border-bottom: none; -} -.tsd-member [data-tsd-kind] { - color: var(--color-ts); -} -.tsd-member [data-tsd-kind="Interface"] { - color: var(--color-ts-interface); -} -.tsd-member [data-tsd-kind="Enum"] { - color: var(--color-ts-enum); -} -.tsd-member [data-tsd-kind="Class"] { - color: var(--color-ts-class); -} -.tsd-member [data-tsd-kind="Private"] { - color: var(--color-ts-private); -} - -.tsd-navigation a { - display: block; - margin: 0.4rem 0; - border-left: 2px solid transparent; - color: var(--color-text); - text-decoration: none; - transition: border-left-color 0.1s; -} -.tsd-navigation a:hover { - text-decoration: underline; -} -.tsd-navigation ul { - margin: 0; - padding: 0; - list-style: none; -} -.tsd-navigation li { - padding: 0; -} - -.tsd-navigation.primary .tsd-accordion-details > ul { - margin-top: 0.75rem; -} -.tsd-navigation.primary a { - padding: 0.75rem 0.5rem; - margin: 0; -} -.tsd-navigation.primary ul li a { - margin-left: 0.5rem; -} -.tsd-navigation.primary ul li li a { - margin-left: 1.5rem; -} -.tsd-navigation.primary ul li li li a { - margin-left: 2.5rem; -} -.tsd-navigation.primary ul li li li li a { - margin-left: 3.5rem; -} -.tsd-navigation.primary ul li li li li li a { - margin-left: 4.5rem; -} -.tsd-navigation.primary ul li li li li li li a { - margin-left: 5.5rem; -} -.tsd-navigation.primary li.current > a { - border-left: 0.15rem var(--color-text) solid; -} -.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.tsd-navigation--toolbar-hide { - max-height: calc(100vh - 1rem); - top: 0.5rem; -} -.tsd-navigation.secondary > ul { - display: inline; - padding-right: 0.5rem; - transition: opacity 0.2s; -} -.tsd-navigation.secondary ul li a { - padding-left: 0; -} -.tsd-navigation.secondary ul li li a { - padding-left: 1.1rem; -} -.tsd-navigation.secondary ul li li li a { - padding-left: 2.2rem; -} -.tsd-navigation.secondary ul li li li li a { - padding-left: 3.3rem; -} -.tsd-navigation.secondary ul li li li li li a { - padding-left: 4.4rem; -} -.tsd-navigation.secondary ul li li li li li li a { - padding-left: 5.5rem; -} - -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: 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-bottom: 2.5rem; -} -.tsd-panel.tsd-member { - margin-bottom: 4rem; -} -.tsd-panel:empty { - display: none; -} -.tsd-panel > h1, -.tsd-panel > h2, -.tsd-panel > h3 { - 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: none; -} - -.tsd-panel-group { - margin: 4rem 0; -} -.tsd-panel-group.tsd-index-group { - margin: 2rem 0; -} -.tsd-panel-group.tsd-index-group details { - margin: 2rem 0; -} - -#tsd-search { - transition: background-color 0.2s; -} -#tsd-search .title { - position: relative; - z-index: 2; -} -#tsd-search .field { - position: absolute; - left: 0; - top: 0; - right: 2.5rem; - height: 100%; -} -#tsd-search .field input { - box-sizing: border-box; - position: relative; - top: -50px; - z-index: 1; - width: 100%; - padding: 0 10px; - opacity: 0; - outline: 0; - border: 0; - background: transparent; - color: var(--color-text); -} -#tsd-search .field label { - position: absolute; - overflow: hidden; - right: -40px; -} -#tsd-search .field input, -#tsd-search .title { - transition: opacity 0.2s; -} -#tsd-search .results { - position: absolute; - visibility: hidden; - top: 40px; - width: 100%; - margin: 0; - padding: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -} -#tsd-search .results li { - padding: 0 10px; - background-color: var(--color-background); -} -#tsd-search .results li:nth-child(even) { - 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-accent); -} -#tsd-search .results a { - display: block; -} -#tsd-search .results a:before { - top: 10px; -} -#tsd-search .results span.parent { - color: var(--color-text-aside); - font-weight: normal; -} -#tsd-search.has-focus { - background-color: var(--color-accent); -} -#tsd-search.has-focus .field input { - top: 0; - opacity: 1; -} -#tsd-search.has-focus .title { - z-index: 0; - opacity: 0; -} -#tsd-search.has-focus .results { - visibility: visible; -} -#tsd-search.loading .results li.state.loading { - display: block; -} -#tsd-search.failure .results li.state.failure { - display: block; -} - -.tsd-signature { - 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-symbol { - color: var(--color-text-aside); - font-weight: normal; -} - -.tsd-signature-type { - font-style: italic; - font-weight: normal; -} - -.tsd-signatures { - padding: 0; - margin: 0 0 1em 0; - list-style-type: none; -} -.tsd-signatures .tsd-signature { - margin: 0; - border-color: var(--color-accent); - border-width: 1px 0; - transition: background-color 0.1s; -} -.tsd-description .tsd-signatures .tsd-signature { - border-width: 1px; -} - -ul.tsd-parameter-list, -ul.tsd-type-parameter-list { - list-style: square; - margin: 0; - padding-left: 20px; -} -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-parameter-list h5, -ul.tsd-type-parameter-list h5 { - font-size: 16px; - margin: 1em 0 0.5em 0; -} -.tsd-sources { - margin-top: 1rem; - font-size: 0.875em; -} -.tsd-sources a { - color: var(--color-text-aside); - text-decoration: underline; -} -.tsd-sources ul { - list-style: none; - padding: 0; -} - -.tsd-page-toolbar { - position: fixed; - z-index: 1; - top: 0; - left: 0; - width: 100%; - 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-text); - text-decoration: none; -} -.tsd-page-toolbar a.title { - font-weight: bold; -} -.tsd-page-toolbar a.title:hover { - text-decoration: underline; -} -.tsd-page-toolbar .tsd-toolbar-contents { - display: flex; - justify-content: space-between; - height: 2.5rem; -} -.tsd-page-toolbar .table-cell { - position: relative; - white-space: nowrap; - line-height: 40px; -} -.tsd-page-toolbar .table-cell:first-child { - width: 100%; -} - -.tsd-page-toolbar--hide { - transform: translateY(-100%); -} - -.tsd-widget { - display: inline-block; - overflow: hidden; - opacity: 0.8; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; -} -.tsd-widget:hover { - opacity: 0.9; -} -.tsd-widget.active { - opacity: 1; - background-color: var(--color-accent); -} -.tsd-widget.no-caption { - width: 40px; -} -.tsd-widget.no-caption:before { - margin: 0; -} - -.tsd-widget.options, -.tsd-widget.menu { - display: none; -} -@media (max-width: 1024px) { - .tsd-widget.options, - .tsd-widget.menu { - display: inline-block; - } -} -input[type="checkbox"] + .tsd-widget:before { - background-position: -120px 0; -} -input[type="checkbox"]:checked + .tsd-widget:before { - background-position: -160px 0; -} - -img { - max-width: 100%; -} - -.tsd-anchor-icon { - display: inline-flex; - align-items: center; - margin-left: 0.5rem; - vertical-align: middle; - color: var(--color-text); -} - -.tsd-anchor-icon svg { - width: 1em; - height: 1em; - visibility: hidden; -} - -.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/assets/widgets.png b/docs/assets/widgets.png deleted file mode 100644 index c738053..0000000 Binary files a/docs/assets/widgets.png and /dev/null differ diff --git a/docs/assets/widgets@2x.png b/docs/assets/widgets@2x.png deleted file mode 100644 index 4bbbd57..0000000 Binary files a/docs/assets/widgets@2x.png and /dev/null differ diff --git a/docs/classes/baseClient.ClasschartsClient.html b/docs/classes/baseClient.ClasschartsClient.html deleted file mode 100644 index 9938978..0000000 --- a/docs/classes/baseClient.ClasschartsClient.html +++ /dev/null @@ -1,342 +0,0 @@ -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 deleted file mode 100644 index 749c196..0000000 --- a/docs/classes/parentClient.ClasschartsParentClient.html +++ /dev/null @@ -1,429 +0,0 @@ -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 deleted file mode 100644 index 4dad5c2..0000000 --- a/docs/classes/studentClient.ClasschartsStudentClient.html +++ /dev/null @@ -1,389 +0,0 @@ -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 deleted file mode 100644 index 0e9a883..0000000 --- a/docs/index.html +++ /dev/null @@ -1,60 +0,0 @@ -classcharts-api
-
- -
-
-
-
-

classcharts-api

-
- -

Classcharts API

-
-

A client for the classcharts API

- - - -

Examples

-
-

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(); -
-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/interfaces/types.ActivityPoint.html b/docs/interfaces/types.ActivityPoint.html deleted file mode 100644 index 29a33de..0000000 --- a/docs/interfaces/types.ActivityPoint.html +++ /dev/null @@ -1,206 +0,0 @@ -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 deleted file mode 100644 index 8a1b772..0000000 --- a/docs/interfaces/types.Announcement.html +++ /dev/null @@ -1,206 +0,0 @@ -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 deleted file mode 100644 index fe6847f..0000000 --- a/docs/interfaces/types.AttendanceDate.html +++ /dev/null @@ -1,98 +0,0 @@ -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 deleted file mode 100644 index a8ae24a..0000000 --- a/docs/interfaces/types.Badge.html +++ /dev/null @@ -1,115 +0,0 @@ -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 deleted file mode 100644 index ac99786..0000000 --- a/docs/interfaces/types.BehaviourResponse.html +++ /dev/null @@ -1,115 +0,0 @@ -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 deleted file mode 100644 index 7a1ff23..0000000 --- a/docs/interfaces/types.BehaviourTimelinePoint.html +++ /dev/null @@ -1,101 +0,0 @@ -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 deleted file mode 100644 index ab02bfb..0000000 --- a/docs/interfaces/types.Detention.html +++ /dev/null @@ -1,203 +0,0 @@ -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 deleted file mode 100644 index 17a0be0..0000000 --- a/docs/interfaces/types.GetActivityOptions.html +++ /dev/null @@ -1,93 +0,0 @@ -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 deleted file mode 100644 index 31380a6..0000000 --- a/docs/interfaces/types.GetAttendanceOptions.html +++ /dev/null @@ -1,84 +0,0 @@ -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 deleted file mode 100644 index 940c5fe..0000000 --- a/docs/interfaces/types.GetBehaviourOptions.html +++ /dev/null @@ -1,84 +0,0 @@ -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 deleted file mode 100644 index fe646a7..0000000 --- a/docs/interfaces/types.GetFullActivityOptions.html +++ /dev/null @@ -1,84 +0,0 @@ -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 deleted file mode 100644 index 1def5cc..0000000 --- a/docs/interfaces/types.GetHomeworkOptions.html +++ /dev/null @@ -1,93 +0,0 @@ -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 deleted file mode 100644 index c28126b..0000000 --- a/docs/interfaces/types.GetLessonsOptions.html +++ /dev/null @@ -1,75 +0,0 @@ -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 deleted file mode 100644 index 30998c0..0000000 --- a/docs/interfaces/types.Homework.html +++ /dev/null @@ -1,208 +0,0 @@ -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 deleted file mode 100644 index 50da368..0000000 --- a/docs/interfaces/types.Lesson.html +++ /dev/null @@ -1,178 +0,0 @@ -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 deleted file mode 100644 index 0835803..0000000 --- a/docs/interfaces/types.LessonPupilBehaviour.html +++ /dev/null @@ -1,117 +0,0 @@ -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 deleted file mode 100644 index 86e2ff0..0000000 --- a/docs/interfaces/types.Pupil.html +++ /dev/null @@ -1,461 +0,0 @@ -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 deleted file mode 100644 index ee3b44b..0000000 --- a/docs/interfaces/types.PupilEvent.html +++ /dev/null @@ -1,92 +0,0 @@ -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 deleted file mode 100644 index 4aaf4c6..0000000 --- a/docs/interfaces/types.Student.html +++ /dev/null @@ -1,320 +0,0 @@ -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 deleted file mode 100644 index e028aa5..0000000 --- a/docs/interfaces/types.ValidatedHomeworkAttachment.html +++ /dev/null @@ -1,94 +0,0 @@ -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 deleted file mode 100644 index 7a21f68..0000000 --- a/docs/modules.html +++ /dev/null @@ -1,54 +0,0 @@ -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 deleted file mode 100644 index ee48342..0000000 --- a/docs/modules/baseClient.html +++ /dev/null @@ -1,59 +0,0 @@ -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 deleted file mode 100644 index b6ea3e4..0000000 --- a/docs/modules/consts.html +++ /dev/null @@ -1,63 +0,0 @@ -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 deleted file mode 100644 index 85a61d6..0000000 --- a/docs/modules/index.html +++ /dev/null @@ -1,185 +0,0 @@ -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 deleted file mode 100644 index 4b855f9..0000000 --- a/docs/modules/parentClient.html +++ /dev/null @@ -1,59 +0,0 @@ -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 deleted file mode 100644 index 2c2ed2c..0000000 --- a/docs/modules/studentClient.html +++ /dev/null @@ -1,59 +0,0 @@ -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 deleted file mode 100644 index 482818c..0000000 --- a/docs/modules/types.html +++ /dev/null @@ -1,118 +0,0 @@ -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 deleted file mode 100644 index e2d5a2b..0000000 --- a/docs/types/types.ActivityResponse.html +++ /dev/null @@ -1,80 +0,0 @@ -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 deleted file mode 100644 index dbbab46..0000000 --- a/docs/types/types.AnnouncementsResponse.html +++ /dev/null @@ -1,80 +0,0 @@ -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 deleted file mode 100644 index b617adf..0000000 --- a/docs/types/types.AttendanceResponse.html +++ /dev/null @@ -1,80 +0,0 @@ -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 deleted file mode 100644 index 4eede30..0000000 --- a/docs/types/types.BadgesResponse.html +++ /dev/null @@ -1,80 +0,0 @@ -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 deleted file mode 100644 index c231c6a..0000000 --- a/docs/types/types.DetentionsResponse.html +++ /dev/null @@ -1,80 +0,0 @@ -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 deleted file mode 100644 index 0cd8983..0000000 --- a/docs/types/types.DisplayDate.html +++ /dev/null @@ -1,80 +0,0 @@ -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 deleted file mode 100644 index 4c386d1..0000000 --- a/docs/types/types.GetPupilsResponse.html +++ /dev/null @@ -1,80 +0,0 @@ -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 deleted file mode 100644 index 72bd7de..0000000 --- a/docs/types/types.HomeworksResponse.html +++ /dev/null @@ -1,80 +0,0 @@ -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 deleted file mode 100644 index 5639c87..0000000 --- a/docs/types/types.LessonsResponse.html +++ /dev/null @@ -1,80 +0,0 @@ -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 deleted file mode 100644 index 18419dc..0000000 --- a/docs/variables/consts.API_BASE_PARENT.html +++ /dev/null @@ -1,54 +0,0 @@ -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 deleted file mode 100644 index 0639e84..0000000 --- a/docs/variables/consts.API_BASE_STUDENT.html +++ /dev/null @@ -1,54 +0,0 @@ -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 deleted file mode 100644 index 9ba9f2e..0000000 --- a/docs/variables/consts.BASE_URL.html +++ /dev/null @@ -1,54 +0,0 @@ -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