diff --git a/.gitignore b/.gitignore index ce1a465..c90827e 100644 --- a/.gitignore +++ b/.gitignore @@ -118,4 +118,4 @@ dist .pnp.* -src/tests/config.json \ No newline at end of file +tests/config.json \ No newline at end of file diff --git a/docs/assets/main.js b/docs/assets/main.js index 31494ad..61009a4 100644 --- a/docs/assets/main.js +++ b/docs/assets/main.js @@ -1,5 +1,5 @@ (()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Oe(e))!_e.call(t,n)&&n!=="default"&&J(t,n,{get:()=>e[n],enumerable:!(r=Pe(e,n))||r.enumerable});return t},Ae=t=>De(Me(J(t!=null?Ce(Re(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ue,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. -`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(oc?h+=2:a==c&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}if(s.str.length==0&&(c.final=!0),i.push({node:c,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),f=s.str.charAt(1),v;f in s.node.edges?v=s.node.edges[f]:(v=new t.TokenSet,s.node.edges[f]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),c=0;c1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ue=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ce=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var pe=Ae(de());function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ce(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=pe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(c.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=c.classes;let f=document.createElement("a");f.href=n.base+c.url,f.classList.add("tsd-kind-icon"),f.innerHTML=l,h.append(f),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}fe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(oc?h+=2:a==c&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}if(s.str.length==0&&(c.final=!0),i.push({node:c,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),f=s.str.charAt(1),v;f in s.node.edges?v=s.node.edges[f]:(v=new t.TokenSet,s.node.edges[f]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),c=0;c1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ue=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){var r;let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(r=this.secondaryNav)==null||r.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ce=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var pe=Ae(de());function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ce(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=pe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(c.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=c.classes;let f=document.createElement("a");f.href=n.base+c.url,f.classList.add("tsd-kind-icon"),f.innerHTML=l,h.append(f),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}fe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); /*! * lunr.Builder * Copyright (C) 2020 Oliver Nightingale diff --git a/docs/assets/search.js b/docs/assets/search.js index a94cab9..0d364d9 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = {"kinds":{"2":"Module","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":2,"name":"api","url":"modules/api.html","classes":"tsd-kind-module"},{"id":1,"kind":64,"name":"getStudentInfo","url":"modules/api.html#getStudentInfo","classes":"tsd-kind-function tsd-parent-kind-module","parent":"api"},{"id":2,"kind":64,"name":"getActivity","url":"modules/api.html#getActivity","classes":"tsd-kind-function tsd-parent-kind-module","parent":"api"},{"id":3,"kind":64,"name":"getBehaviour","url":"modules/api.html#getBehaviour","classes":"tsd-kind-function tsd-parent-kind-module","parent":"api"},{"id":4,"kind":64,"name":"listHomeworks","url":"modules/api.html#listHomeworks","classes":"tsd-kind-function tsd-parent-kind-module","parent":"api"},{"id":5,"kind":64,"name":"getLessons","url":"modules/api.html#getLessons","classes":"tsd-kind-function tsd-parent-kind-module","parent":"api"},{"id":6,"kind":2,"name":"client","url":"modules/client.html","classes":"tsd-kind-module"},{"id":7,"kind":128,"name":"ClasschartsClient","url":"classes/client.ClasschartsClient.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"client"},{"id":8,"kind":512,"name":"constructor","url":"classes/client.ClasschartsClient.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":9,"kind":1024,"name":"studentCode","url":"classes/client.ClasschartsClient.html#studentCode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":10,"kind":1024,"name":"dateOfBirth","url":"classes/client.ClasschartsClient.html#dateOfBirth","classes":"tsd-kind-property tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":11,"kind":1024,"name":"studentId","url":"classes/client.ClasschartsClient.html#studentId","classes":"tsd-kind-property tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":12,"kind":1024,"name":"studentName","url":"classes/client.ClasschartsClient.html#studentName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":13,"kind":1024,"name":"authCookies","url":"classes/client.ClasschartsClient.html#authCookies","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"client.ClasschartsClient"},{"id":14,"kind":1024,"name":"sessionId","url":"classes/client.ClasschartsClient.html#sessionId","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"client.ClasschartsClient"},{"id":15,"kind":2048,"name":"makeAuthedRequest","url":"classes/client.ClasschartsClient.html#makeAuthedRequest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"client.ClasschartsClient"},{"id":16,"kind":2048,"name":"init","url":"classes/client.ClasschartsClient.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":17,"kind":2048,"name":"getStudentInfo","url":"classes/client.ClasschartsClient.html#getStudentInfo","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":18,"kind":2048,"name":"getActivity","url":"classes/client.ClasschartsClient.html#getActivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":19,"kind":2048,"name":"getBehaviour","url":"classes/client.ClasschartsClient.html#getBehaviour","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":20,"kind":2048,"name":"listHomeworks","url":"classes/client.ClasschartsClient.html#listHomeworks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":21,"kind":2048,"name":"getLessons","url":"classes/client.ClasschartsClient.html#getLessons","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":22,"kind":2,"name":"consts","url":"modules/consts.html","classes":"tsd-kind-module"},{"id":23,"kind":32,"name":"BASE_URL","url":"modules/consts.html#BASE_URL","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"consts"},{"id":24,"kind":32,"name":"API_BASE","url":"modules/consts.html#API_BASE","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"consts"},{"id":25,"kind":2,"name":"index","url":"modules/index.html","classes":"tsd-kind-module"},{"id":26,"kind":2,"name":"types","url":"modules/types.html","classes":"tsd-kind-module"},{"id":27,"kind":256,"name":"Student","url":"interfaces/types.Student.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":28,"kind":1024,"name":"id","url":"interfaces/types.Student.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":29,"kind":1024,"name":"name","url":"interfaces/types.Student.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":30,"kind":1024,"name":"first_name","url":"interfaces/types.Student.html#first_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":31,"kind":1024,"name":"last_name","url":"interfaces/types.Student.html#last_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":32,"kind":1024,"name":"avatar_url","url":"interfaces/types.Student.html#avatar_url","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":33,"kind":1024,"name":"display_behaviour","url":"interfaces/types.Student.html#display_behaviour","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":34,"kind":1024,"name":"display_parent_behaviour","url":"interfaces/types.Student.html#display_parent_behaviour","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":35,"kind":1024,"name":"display_homework","url":"interfaces/types.Student.html#display_homework","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":36,"kind":1024,"name":"display_rewards","url":"interfaces/types.Student.html#display_rewards","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":37,"kind":1024,"name":"display_detentions","url":"interfaces/types.Student.html#display_detentions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":38,"kind":1024,"name":"display_report_cards","url":"interfaces/types.Student.html#display_report_cards","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":39,"kind":1024,"name":"display_classes","url":"interfaces/types.Student.html#display_classes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":40,"kind":1024,"name":"display_announcements","url":"interfaces/types.Student.html#display_announcements","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":41,"kind":1024,"name":"display_attendance","url":"interfaces/types.Student.html#display_attendance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":42,"kind":1024,"name":"display_attendance_type","url":"interfaces/types.Student.html#display_attendance_type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":43,"kind":1024,"name":"display_attendance_percentage","url":"interfaces/types.Student.html#display_attendance_percentage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":44,"kind":1024,"name":"display_activity","url":"interfaces/types.Student.html#display_activity","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":45,"kind":1024,"name":"display_mental_health","url":"interfaces/types.Student.html#display_mental_health","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":46,"kind":1024,"name":"display_timetable","url":"interfaces/types.Student.html#display_timetable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":47,"kind":1024,"name":"is_disabled","url":"interfaces/types.Student.html#is_disabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":48,"kind":1024,"name":"display_two_way_communications","url":"interfaces/types.Student.html#display_two_way_communications","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":49,"kind":1024,"name":"display_absences","url":"interfaces/types.Student.html#display_absences","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":50,"kind":1024,"name":"can_upload_attachments","url":"interfaces/types.Student.html#can_upload_attachments","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":51,"kind":1024,"name":"display_event_badges","url":"interfaces/types.Student.html#display_event_badges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":52,"kind":1024,"name":"display_avatars","url":"interfaces/types.Student.html#display_avatars","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":53,"kind":1024,"name":"display_concern_submission","url":"interfaces/types.Student.html#display_concern_submission","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":54,"kind":1024,"name":"display_custom_fields","url":"interfaces/types.Student.html#display_custom_fields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":55,"kind":1024,"name":"pupil_concerns_help_text","url":"interfaces/types.Student.html#pupil_concerns_help_text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":56,"kind":1024,"name":"allow_pupils_add_timetable_notes","url":"interfaces/types.Student.html#allow_pupils_add_timetable_notes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":57,"kind":1024,"name":"announcements_count","url":"interfaces/types.Student.html#announcements_count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":58,"kind":1024,"name":"messages_count","url":"interfaces/types.Student.html#messages_count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":59,"kind":1024,"name":"pusher_channel_name","url":"interfaces/types.Student.html#pusher_channel_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":60,"kind":1024,"name":"has_birthday","url":"interfaces/types.Student.html#has_birthday","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":61,"kind":1024,"name":"has_new_survey","url":"interfaces/types.Student.html#has_new_survey","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":62,"kind":1024,"name":"survey_id","url":"interfaces/types.Student.html#survey_id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":63,"kind":1024,"name":"detention_alias_plural_uc","url":"interfaces/types.Student.html#detention_alias_plural_uc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":64,"kind":256,"name":"GetActivityOptions","url":"interfaces/types.GetActivityOptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":65,"kind":1024,"name":"from","url":"interfaces/types.GetActivityOptions.html#from","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetActivityOptions"},{"id":66,"kind":1024,"name":"to","url":"interfaces/types.GetActivityOptions.html#to","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetActivityOptions"},{"id":67,"kind":256,"name":"ActivityTimelinePoint","url":"interfaces/types.ActivityTimelinePoint.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":68,"kind":1024,"name":"positive","url":"interfaces/types.ActivityTimelinePoint.html#positive","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityTimelinePoint"},{"id":69,"kind":1024,"name":"negative","url":"interfaces/types.ActivityTimelinePoint.html#negative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityTimelinePoint"},{"id":70,"kind":1024,"name":"name","url":"interfaces/types.ActivityTimelinePoint.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityTimelinePoint"},{"id":71,"kind":1024,"name":"start","url":"interfaces/types.ActivityTimelinePoint.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityTimelinePoint"},{"id":72,"kind":1024,"name":"end","url":"interfaces/types.ActivityTimelinePoint.html#end","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityTimelinePoint"},{"id":73,"kind":256,"name":"ActivityResponse","url":"interfaces/types.ActivityResponse.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":74,"kind":1024,"name":"timeline","url":"interfaces/types.ActivityResponse.html#timeline","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":75,"kind":1024,"name":"positiveReasons","url":"interfaces/types.ActivityResponse.html#positiveReasons","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":76,"kind":1024,"name":"negative_reasons","url":"interfaces/types.ActivityResponse.html#negative_reasons","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":77,"kind":1024,"name":"other_positive","url":"interfaces/types.ActivityResponse.html#other_positive","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":78,"kind":1024,"name":"other_negative","url":"interfaces/types.ActivityResponse.html#other_negative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":79,"kind":1024,"name":"other_positive_count","url":"interfaces/types.ActivityResponse.html#other_positive_count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":80,"kind":1024,"name":"other_negative_count","url":"interfaces/types.ActivityResponse.html#other_negative_count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":81,"kind":256,"name":"GetBehaviourOptions","url":"interfaces/types.GetBehaviourOptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":82,"kind":1024,"name":"from","url":"interfaces/types.GetBehaviourOptions.html#from","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetBehaviourOptions"},{"id":83,"kind":1024,"name":"to","url":"interfaces/types.GetBehaviourOptions.html#to","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetBehaviourOptions"},{"id":84,"kind":1024,"name":"last_id","url":"interfaces/types.GetBehaviourOptions.html#last_id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetBehaviourOptions"},{"id":85,"kind":256,"name":"BehaviourPoint","url":"interfaces/types.BehaviourPoint.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":86,"kind":1024,"name":"id","url":"interfaces/types.BehaviourPoint.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":87,"kind":1024,"name":"type","url":"interfaces/types.BehaviourPoint.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":88,"kind":1024,"name":"polarity","url":"interfaces/types.BehaviourPoint.html#polarity","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":89,"kind":1024,"name":"reason","url":"interfaces/types.BehaviourPoint.html#reason","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":90,"kind":1024,"name":"score","url":"interfaces/types.BehaviourPoint.html#score","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":91,"kind":1024,"name":"timestamp","url":"interfaces/types.BehaviourPoint.html#timestamp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":92,"kind":1024,"name":"timestamp_custom_time","url":"interfaces/types.BehaviourPoint.html#timestamp_custom_time","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":93,"kind":1024,"name":"style","url":"interfaces/types.BehaviourPoint.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":94,"kind":65536,"name":"__type","url":"interfaces/types.BehaviourPoint.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":95,"kind":1024,"name":"border_color","url":"interfaces/types.BehaviourPoint.html#__type.border_color","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.BehaviourPoint.__type"},{"id":96,"kind":1024,"name":"custom_class","url":"interfaces/types.BehaviourPoint.html#__type.custom_class","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.BehaviourPoint.__type"},{"id":97,"kind":1024,"name":"pupil_name","url":"interfaces/types.BehaviourPoint.html#pupil_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":98,"kind":1024,"name":"lesson_name","url":"interfaces/types.BehaviourPoint.html#lesson_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":99,"kind":1024,"name":"teacher_name","url":"interfaces/types.BehaviourPoint.html#teacher_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":100,"kind":1024,"name":"room_name","url":"interfaces/types.BehaviourPoint.html#room_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":101,"kind":1024,"name":"note","url":"interfaces/types.BehaviourPoint.html#note","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":102,"kind":1024,"name":"_can_delete","url":"interfaces/types.BehaviourPoint.html#_can_delete","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":103,"kind":1024,"name":"detention_date","url":"interfaces/types.BehaviourPoint.html#detention_date","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":104,"kind":1024,"name":"detention_time","url":"interfaces/types.BehaviourPoint.html#detention_time","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":105,"kind":1024,"name":"detention_location","url":"interfaces/types.BehaviourPoint.html#detention_location","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":106,"kind":1024,"name":"detention_type","url":"interfaces/types.BehaviourPoint.html#detention_type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":107,"kind":4194304,"name":"BehaviourResponse","url":"modules/types.html#BehaviourResponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":108,"kind":4194304,"name":"DisplayDate","url":"modules/types.html#DisplayDate","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":109,"kind":256,"name":"GetHomeworkOptions","url":"interfaces/types.GetHomeworkOptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":110,"kind":1024,"name":"displayDate","url":"interfaces/types.GetHomeworkOptions.html#displayDate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetHomeworkOptions"},{"id":111,"kind":1024,"name":"fromDate","url":"interfaces/types.GetHomeworkOptions.html#fromDate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetHomeworkOptions"},{"id":112,"kind":1024,"name":"toDate","url":"interfaces/types.GetHomeworkOptions.html#toDate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetHomeworkOptions"},{"id":113,"kind":256,"name":"Homework","url":"interfaces/types.Homework.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":114,"kind":1024,"name":"lesson","url":"interfaces/types.Homework.html#lesson","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":115,"kind":1024,"name":"subject","url":"interfaces/types.Homework.html#subject","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":116,"kind":1024,"name":"teacher","url":"interfaces/types.Homework.html#teacher","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":117,"kind":1024,"name":"homework_type","url":"interfaces/types.Homework.html#homework_type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":118,"kind":1024,"name":"id","url":"interfaces/types.Homework.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":119,"kind":1024,"name":"title","url":"interfaces/types.Homework.html#title","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":120,"kind":1024,"name":"meta_title","url":"interfaces/types.Homework.html#meta_title","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":121,"kind":1024,"name":"description","url":"interfaces/types.Homework.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":122,"kind":1024,"name":"issue_date","url":"interfaces/types.Homework.html#issue_date","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":123,"kind":1024,"name":"due_date","url":"interfaces/types.Homework.html#due_date","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":124,"kind":1024,"name":"completion_time_unit","url":"interfaces/types.Homework.html#completion_time_unit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":125,"kind":1024,"name":"completion_time_value","url":"interfaces/types.Homework.html#completion_time_value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":126,"kind":1024,"name":"publish_time","url":"interfaces/types.Homework.html#publish_time","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":127,"kind":1024,"name":"status","url":"interfaces/types.Homework.html#status","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":128,"kind":65536,"name":"__type","url":"interfaces/types.Homework.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.Homework"},{"id":129,"kind":1024,"name":"id","url":"interfaces/types.Homework.html#__type.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":130,"kind":1024,"name":"state","url":"interfaces/types.Homework.html#__type.state","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":131,"kind":1024,"name":"mark","url":"interfaces/types.Homework.html#__type.mark","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":132,"kind":1024,"name":"mark_relative","url":"interfaces/types.Homework.html#__type.mark_relative","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":133,"kind":1024,"name":"ticked","url":"interfaces/types.Homework.html#__type.ticked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":134,"kind":1024,"name":"allow_attachments","url":"interfaces/types.Homework.html#__type.allow_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":135,"kind":1024,"name":"first_seen_date","url":"interfaces/types.Homework.html#__type.first_seen_date","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":136,"kind":1024,"name":"last_seen_date","url":"interfaces/types.Homework.html#__type.last_seen_date","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":137,"kind":1024,"name":"attachments","url":"interfaces/types.Homework.html#__type.attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":138,"kind":1024,"name":"has_feedback","url":"interfaces/types.Homework.html#__type.has_feedback","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":139,"kind":1024,"name":"validated_links","url":"interfaces/types.Homework.html#validated_links","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":140,"kind":1024,"name":"validated_attachments","url":"interfaces/types.Homework.html#validated_attachments","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":141,"kind":4194304,"name":"HomeworksResponse","url":"modules/types.html#HomeworksResponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":142,"kind":256,"name":"GetLessonsOptions","url":"interfaces/types.GetLessonsOptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":143,"kind":1024,"name":"date","url":"interfaces/types.GetLessonsOptions.html#date","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetLessonsOptions"},{"id":144,"kind":256,"name":"Lesson","url":"interfaces/types.Lesson.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":145,"kind":1024,"name":"teacher_name","url":"interfaces/types.Lesson.html#teacher_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":146,"kind":1024,"name":"lesson_name","url":"interfaces/types.Lesson.html#lesson_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":147,"kind":1024,"name":"subject_name","url":"interfaces/types.Lesson.html#subject_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":148,"kind":1024,"name":"is_alternative_lesson","url":"interfaces/types.Lesson.html#is_alternative_lesson","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":149,"kind":1024,"name":"period_name","url":"interfaces/types.Lesson.html#period_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":150,"kind":1024,"name":"period_number","url":"interfaces/types.Lesson.html#period_number","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":151,"kind":1024,"name":"room_name","url":"interfaces/types.Lesson.html#room_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":152,"kind":1024,"name":"date","url":"interfaces/types.Lesson.html#date","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":153,"kind":1024,"name":"start_time","url":"interfaces/types.Lesson.html#start_time","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":154,"kind":1024,"name":"end_time","url":"interfaces/types.Lesson.html#end_time","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":155,"kind":1024,"name":"key","url":"interfaces/types.Lesson.html#key","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":156,"kind":1024,"name":"note_abstract","url":"interfaces/types.Lesson.html#note_abstract","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":157,"kind":1024,"name":"note","url":"interfaces/types.Lesson.html#note","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":158,"kind":1024,"name":"pupil_note_abstract","url":"interfaces/types.Lesson.html#pupil_note_abstract","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":159,"kind":1024,"name":"pupil_note","url":"interfaces/types.Lesson.html#pupil_note","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":160,"kind":1024,"name":"pupil_note_raw","url":"interfaces/types.Lesson.html#pupil_note_raw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":161,"kind":4194304,"name":"LessonsResponse","url":"modules/types.html#LessonsResponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":162,"kind":16777216,"name":"ClasschartsClient","url":"modules/index.html#ClasschartsClient","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":163,"kind":16777216,"name":"getStudentInfo","url":"modules/index.html#getStudentInfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":164,"kind":16777216,"name":"getActivity","url":"modules/index.html#getActivity","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":165,"kind":16777216,"name":"getBehaviour","url":"modules/index.html#getBehaviour","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":166,"kind":16777216,"name":"listHomeworks","url":"modules/index.html#listHomeworks","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"},{"id":167,"kind":16777216,"name":"getLessons","url":"modules/index.html#getLessons","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,32.581]],["parent/0",[]],["name/1",[1,38.771]],["parent/1",[0,3.218]],["name/2",[2,38.771]],["parent/2",[0,3.218]],["name/3",[3,38.771]],["parent/3",[0,3.218]],["name/4",[4,38.771]],["parent/4",[0,3.218]],["name/5",[5,38.771]],["parent/5",[0,3.218]],["name/6",[6,42.136]],["parent/6",[]],["name/7",[7,42.136]],["parent/7",[6,4.161]],["name/8",[8,47.244]],["parent/8",[9,2.425]],["name/9",[10,47.244]],["parent/9",[9,2.425]],["name/10",[11,47.244]],["parent/10",[9,2.425]],["name/11",[12,47.244]],["parent/11",[9,2.425]],["name/12",[13,47.244]],["parent/12",[9,2.425]],["name/13",[14,47.244]],["parent/13",[9,2.425]],["name/14",[15,47.244]],["parent/14",[9,2.425]],["name/15",[16,47.244]],["parent/15",[9,2.425]],["name/16",[17,47.244]],["parent/16",[9,2.425]],["name/17",[1,38.771]],["parent/17",[9,2.425]],["name/18",[2,38.771]],["parent/18",[9,2.425]],["name/19",[3,38.771]],["parent/19",[9,2.425]],["name/20",[4,38.771]],["parent/20",[9,2.425]],["name/21",[5,38.771]],["parent/21",[9,2.425]],["name/22",[18,38.771]],["parent/22",[]],["name/23",[19,47.244]],["parent/23",[18,3.829]],["name/24",[20,47.244]],["parent/24",[18,3.829]],["name/25",[21,31.15]],["parent/25",[]],["name/26",[22,23.891]],["parent/26",[]],["name/27",[23,47.244]],["parent/27",[22,2.359]],["name/28",[24,36.258]],["parent/28",[25,1.514]],["name/29",[26,42.136]],["parent/29",[25,1.514]],["name/30",[27,47.244]],["parent/30",[25,1.514]],["name/31",[28,47.244]],["parent/31",[25,1.514]],["name/32",[29,47.244]],["parent/32",[25,1.514]],["name/33",[30,47.244]],["parent/33",[25,1.514]],["name/34",[31,47.244]],["parent/34",[25,1.514]],["name/35",[32,47.244]],["parent/35",[25,1.514]],["name/36",[33,47.244]],["parent/36",[25,1.514]],["name/37",[34,47.244]],["parent/37",[25,1.514]],["name/38",[35,47.244]],["parent/38",[25,1.514]],["name/39",[36,47.244]],["parent/39",[25,1.514]],["name/40",[37,47.244]],["parent/40",[25,1.514]],["name/41",[38,47.244]],["parent/41",[25,1.514]],["name/42",[39,47.244]],["parent/42",[25,1.514]],["name/43",[40,47.244]],["parent/43",[25,1.514]],["name/44",[41,47.244]],["parent/44",[25,1.514]],["name/45",[42,47.244]],["parent/45",[25,1.514]],["name/46",[43,47.244]],["parent/46",[25,1.514]],["name/47",[44,47.244]],["parent/47",[25,1.514]],["name/48",[45,47.244]],["parent/48",[25,1.514]],["name/49",[46,47.244]],["parent/49",[25,1.514]],["name/50",[47,47.244]],["parent/50",[25,1.514]],["name/51",[48,47.244]],["parent/51",[25,1.514]],["name/52",[49,47.244]],["parent/52",[25,1.514]],["name/53",[50,47.244]],["parent/53",[25,1.514]],["name/54",[51,47.244]],["parent/54",[25,1.514]],["name/55",[52,47.244]],["parent/55",[25,1.514]],["name/56",[53,47.244]],["parent/56",[25,1.514]],["name/57",[54,47.244]],["parent/57",[25,1.514]],["name/58",[55,47.244]],["parent/58",[25,1.514]],["name/59",[56,47.244]],["parent/59",[25,1.514]],["name/60",[57,47.244]],["parent/60",[25,1.514]],["name/61",[58,47.244]],["parent/61",[25,1.514]],["name/62",[59,47.244]],["parent/62",[25,1.514]],["name/63",[60,47.244]],["parent/63",[25,1.514]],["name/64",[61,47.244]],["parent/64",[22,2.359]],["name/65",[62,42.136]],["parent/65",[63,4.161]],["name/66",[64,42.136]],["parent/66",[63,4.161]],["name/67",[65,47.244]],["parent/67",[22,2.359]],["name/68",[66,47.244]],["parent/68",[67,3.383]],["name/69",[68,47.244]],["parent/69",[67,3.383]],["name/70",[26,42.136]],["parent/70",[67,3.383]],["name/71",[69,47.244]],["parent/71",[67,3.383]],["name/72",[70,47.244]],["parent/72",[67,3.383]],["name/73",[71,47.244]],["parent/73",[22,2.359]],["name/74",[72,47.244]],["parent/74",[73,3.076]],["name/75",[74,47.244]],["parent/75",[73,3.076]],["name/76",[75,47.244]],["parent/76",[73,3.076]],["name/77",[76,47.244]],["parent/77",[73,3.076]],["name/78",[77,47.244]],["parent/78",[73,3.076]],["name/79",[78,47.244]],["parent/79",[73,3.076]],["name/80",[79,47.244]],["parent/80",[73,3.076]],["name/81",[80,47.244]],["parent/81",[22,2.359]],["name/82",[62,42.136]],["parent/82",[81,3.829]],["name/83",[64,42.136]],["parent/83",[81,3.829]],["name/84",[82,47.244]],["parent/84",[81,3.829]],["name/85",[83,47.244]],["parent/85",[22,2.359]],["name/86",[24,36.258]],["parent/86",[84,2.133]],["name/87",[85,47.244]],["parent/87",[84,2.133]],["name/88",[86,47.244]],["parent/88",[84,2.133]],["name/89",[87,47.244]],["parent/89",[84,2.133]],["name/90",[88,47.244]],["parent/90",[84,2.133]],["name/91",[89,47.244]],["parent/91",[84,2.133]],["name/92",[90,47.244]],["parent/92",[84,2.133]],["name/93",[91,47.244]],["parent/93",[84,2.133]],["name/94",[92,42.136]],["parent/94",[84,2.133]],["name/95",[93,47.244]],["parent/95",[94,4.161]],["name/96",[95,47.244]],["parent/96",[94,4.161]],["name/97",[96,47.244]],["parent/97",[84,2.133]],["name/98",[97,42.136]],["parent/98",[84,2.133]],["name/99",[98,42.136]],["parent/99",[84,2.133]],["name/100",[99,42.136]],["parent/100",[84,2.133]],["name/101",[100,42.136]],["parent/101",[84,2.133]],["name/102",[101,47.244]],["parent/102",[84,2.133]],["name/103",[102,47.244]],["parent/103",[84,2.133]],["name/104",[103,47.244]],["parent/104",[84,2.133]],["name/105",[104,47.244]],["parent/105",[84,2.133]],["name/106",[105,47.244]],["parent/106",[84,2.133]],["name/107",[106,47.244]],["parent/107",[22,2.359]],["name/108",[107,42.136]],["parent/108",[22,2.359]],["name/109",[108,47.244]],["parent/109",[22,2.359]],["name/110",[107,42.136]],["parent/110",[109,3.829]],["name/111",[110,47.244]],["parent/111",[109,3.829]],["name/112",[111,47.244]],["parent/112",[109,3.829]],["name/113",[112,47.244]],["parent/113",[22,2.359]],["name/114",[113,42.136]],["parent/114",[114,2.24]],["name/115",[115,47.244]],["parent/115",[114,2.24]],["name/116",[116,47.244]],["parent/116",[114,2.24]],["name/117",[117,47.244]],["parent/117",[114,2.24]],["name/118",[24,36.258]],["parent/118",[114,2.24]],["name/119",[118,47.244]],["parent/119",[114,2.24]],["name/120",[119,47.244]],["parent/120",[114,2.24]],["name/121",[120,47.244]],["parent/121",[114,2.24]],["name/122",[121,47.244]],["parent/122",[114,2.24]],["name/123",[122,47.244]],["parent/123",[114,2.24]],["name/124",[123,47.244]],["parent/124",[114,2.24]],["name/125",[124,47.244]],["parent/125",[114,2.24]],["name/126",[125,47.244]],["parent/126",[114,2.24]],["name/127",[126,47.244]],["parent/127",[114,2.24]],["name/128",[92,42.136]],["parent/128",[114,2.24]],["name/129",[24,36.258]],["parent/129",[127,2.744]],["name/130",[128,47.244]],["parent/130",[127,2.744]],["name/131",[129,47.244]],["parent/131",[127,2.744]],["name/132",[130,47.244]],["parent/132",[127,2.744]],["name/133",[131,47.244]],["parent/133",[127,2.744]],["name/134",[132,47.244]],["parent/134",[127,2.744]],["name/135",[133,47.244]],["parent/135",[127,2.744]],["name/136",[134,47.244]],["parent/136",[127,2.744]],["name/137",[135,47.244]],["parent/137",[127,2.744]],["name/138",[136,47.244]],["parent/138",[127,2.744]],["name/139",[137,47.244]],["parent/139",[114,2.24]],["name/140",[138,47.244]],["parent/140",[114,2.24]],["name/141",[139,47.244]],["parent/141",[22,2.359]],["name/142",[140,47.244]],["parent/142",[22,2.359]],["name/143",[141,42.136]],["parent/143",[142,4.666]],["name/144",[113,42.136]],["parent/144",[22,2.359]],["name/145",[98,42.136]],["parent/145",[143,2.298]],["name/146",[97,42.136]],["parent/146",[143,2.298]],["name/147",[144,47.244]],["parent/147",[143,2.298]],["name/148",[145,47.244]],["parent/148",[143,2.298]],["name/149",[146,47.244]],["parent/149",[143,2.298]],["name/150",[147,47.244]],["parent/150",[143,2.298]],["name/151",[99,42.136]],["parent/151",[143,2.298]],["name/152",[141,42.136]],["parent/152",[143,2.298]],["name/153",[148,47.244]],["parent/153",[143,2.298]],["name/154",[149,47.244]],["parent/154",[143,2.298]],["name/155",[150,47.244]],["parent/155",[143,2.298]],["name/156",[151,47.244]],["parent/156",[143,2.298]],["name/157",[100,42.136]],["parent/157",[143,2.298]],["name/158",[152,47.244]],["parent/158",[143,2.298]],["name/159",[153,47.244]],["parent/159",[143,2.298]],["name/160",[154,47.244]],["parent/160",[143,2.298]],["name/161",[155,47.244]],["parent/161",[22,2.359]],["name/162",[7,42.136]],["parent/162",[21,3.076]],["name/163",[1,38.771]],["parent/163",[21,3.076]],["name/164",[2,38.771]],["parent/164",[21,3.076]],["name/165",[3,38.771]],["parent/165",[21,3.076]],["name/166",[4,38.771]],["parent/166",[21,3.076]],["name/167",[5,38.771]],["parent/167",[21,3.076]]],"invertedIndex":[["__type",{"_index":92,"name":{"94":{},"128":{}},"parent":{}}],["_can_delete",{"_index":101,"name":{"102":{}},"parent":{}}],["activityresponse",{"_index":71,"name":{"73":{}},"parent":{}}],["activitytimelinepoint",{"_index":65,"name":{"67":{}},"parent":{}}],["allow_attachments",{"_index":132,"name":{"134":{}},"parent":{}}],["allow_pupils_add_timetable_notes",{"_index":53,"name":{"56":{}},"parent":{}}],["announcements_count",{"_index":54,"name":{"57":{}},"parent":{}}],["api",{"_index":0,"name":{"0":{}},"parent":{"1":{},"2":{},"3":{},"4":{},"5":{}}}],["api_base",{"_index":20,"name":{"24":{}},"parent":{}}],["attachments",{"_index":135,"name":{"137":{}},"parent":{}}],["authcookies",{"_index":14,"name":{"13":{}},"parent":{}}],["avatar_url",{"_index":29,"name":{"32":{}},"parent":{}}],["base_url",{"_index":19,"name":{"23":{}},"parent":{}}],["behaviourpoint",{"_index":83,"name":{"85":{}},"parent":{}}],["behaviourresponse",{"_index":106,"name":{"107":{}},"parent":{}}],["border_color",{"_index":93,"name":{"95":{}},"parent":{}}],["can_upload_attachments",{"_index":47,"name":{"50":{}},"parent":{}}],["classchartsclient",{"_index":7,"name":{"7":{},"162":{}},"parent":{}}],["client",{"_index":6,"name":{"6":{}},"parent":{"7":{}}}],["client.classchartsclient",{"_index":9,"name":{},"parent":{"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{}}}],["completion_time_unit",{"_index":123,"name":{"124":{}},"parent":{}}],["completion_time_value",{"_index":124,"name":{"125":{}},"parent":{}}],["constructor",{"_index":8,"name":{"8":{}},"parent":{}}],["consts",{"_index":18,"name":{"22":{}},"parent":{"23":{},"24":{}}}],["custom_class",{"_index":95,"name":{"96":{}},"parent":{}}],["date",{"_index":141,"name":{"143":{},"152":{}},"parent":{}}],["dateofbirth",{"_index":11,"name":{"10":{}},"parent":{}}],["description",{"_index":120,"name":{"121":{}},"parent":{}}],["detention_alias_plural_uc",{"_index":60,"name":{"63":{}},"parent":{}}],["detention_date",{"_index":102,"name":{"103":{}},"parent":{}}],["detention_location",{"_index":104,"name":{"105":{}},"parent":{}}],["detention_time",{"_index":103,"name":{"104":{}},"parent":{}}],["detention_type",{"_index":105,"name":{"106":{}},"parent":{}}],["display_absences",{"_index":46,"name":{"49":{}},"parent":{}}],["display_activity",{"_index":41,"name":{"44":{}},"parent":{}}],["display_announcements",{"_index":37,"name":{"40":{}},"parent":{}}],["display_attendance",{"_index":38,"name":{"41":{}},"parent":{}}],["display_attendance_percentage",{"_index":40,"name":{"43":{}},"parent":{}}],["display_attendance_type",{"_index":39,"name":{"42":{}},"parent":{}}],["display_avatars",{"_index":49,"name":{"52":{}},"parent":{}}],["display_behaviour",{"_index":30,"name":{"33":{}},"parent":{}}],["display_classes",{"_index":36,"name":{"39":{}},"parent":{}}],["display_concern_submission",{"_index":50,"name":{"53":{}},"parent":{}}],["display_custom_fields",{"_index":51,"name":{"54":{}},"parent":{}}],["display_detentions",{"_index":34,"name":{"37":{}},"parent":{}}],["display_event_badges",{"_index":48,"name":{"51":{}},"parent":{}}],["display_homework",{"_index":32,"name":{"35":{}},"parent":{}}],["display_mental_health",{"_index":42,"name":{"45":{}},"parent":{}}],["display_parent_behaviour",{"_index":31,"name":{"34":{}},"parent":{}}],["display_report_cards",{"_index":35,"name":{"38":{}},"parent":{}}],["display_rewards",{"_index":33,"name":{"36":{}},"parent":{}}],["display_timetable",{"_index":43,"name":{"46":{}},"parent":{}}],["display_two_way_communications",{"_index":45,"name":{"48":{}},"parent":{}}],["displaydate",{"_index":107,"name":{"108":{},"110":{}},"parent":{}}],["due_date",{"_index":122,"name":{"123":{}},"parent":{}}],["end",{"_index":70,"name":{"72":{}},"parent":{}}],["end_time",{"_index":149,"name":{"154":{}},"parent":{}}],["first_name",{"_index":27,"name":{"30":{}},"parent":{}}],["first_seen_date",{"_index":133,"name":{"135":{}},"parent":{}}],["from",{"_index":62,"name":{"65":{},"82":{}},"parent":{}}],["fromdate",{"_index":110,"name":{"111":{}},"parent":{}}],["getactivity",{"_index":2,"name":{"2":{},"18":{},"164":{}},"parent":{}}],["getactivityoptions",{"_index":61,"name":{"64":{}},"parent":{}}],["getbehaviour",{"_index":3,"name":{"3":{},"19":{},"165":{}},"parent":{}}],["getbehaviouroptions",{"_index":80,"name":{"81":{}},"parent":{}}],["gethomeworkoptions",{"_index":108,"name":{"109":{}},"parent":{}}],["getlessons",{"_index":5,"name":{"5":{},"21":{},"167":{}},"parent":{}}],["getlessonsoptions",{"_index":140,"name":{"142":{}},"parent":{}}],["getstudentinfo",{"_index":1,"name":{"1":{},"17":{},"163":{}},"parent":{}}],["has_birthday",{"_index":57,"name":{"60":{}},"parent":{}}],["has_feedback",{"_index":136,"name":{"138":{}},"parent":{}}],["has_new_survey",{"_index":58,"name":{"61":{}},"parent":{}}],["homework",{"_index":112,"name":{"113":{}},"parent":{}}],["homework_type",{"_index":117,"name":{"117":{}},"parent":{}}],["homeworksresponse",{"_index":139,"name":{"141":{}},"parent":{}}],["id",{"_index":24,"name":{"28":{},"86":{},"118":{},"129":{}},"parent":{}}],["index",{"_index":21,"name":{"25":{}},"parent":{"162":{},"163":{},"164":{},"165":{},"166":{},"167":{}}}],["init",{"_index":17,"name":{"16":{}},"parent":{}}],["is_alternative_lesson",{"_index":145,"name":{"148":{}},"parent":{}}],["is_disabled",{"_index":44,"name":{"47":{}},"parent":{}}],["issue_date",{"_index":121,"name":{"122":{}},"parent":{}}],["key",{"_index":150,"name":{"155":{}},"parent":{}}],["last_id",{"_index":82,"name":{"84":{}},"parent":{}}],["last_name",{"_index":28,"name":{"31":{}},"parent":{}}],["last_seen_date",{"_index":134,"name":{"136":{}},"parent":{}}],["lesson",{"_index":113,"name":{"114":{},"144":{}},"parent":{}}],["lesson_name",{"_index":97,"name":{"98":{},"146":{}},"parent":{}}],["lessonsresponse",{"_index":155,"name":{"161":{}},"parent":{}}],["listhomeworks",{"_index":4,"name":{"4":{},"20":{},"166":{}},"parent":{}}],["makeauthedrequest",{"_index":16,"name":{"15":{}},"parent":{}}],["mark",{"_index":129,"name":{"131":{}},"parent":{}}],["mark_relative",{"_index":130,"name":{"132":{}},"parent":{}}],["messages_count",{"_index":55,"name":{"58":{}},"parent":{}}],["meta_title",{"_index":119,"name":{"120":{}},"parent":{}}],["name",{"_index":26,"name":{"29":{},"70":{}},"parent":{}}],["negative",{"_index":68,"name":{"69":{}},"parent":{}}],["negative_reasons",{"_index":75,"name":{"76":{}},"parent":{}}],["note",{"_index":100,"name":{"101":{},"157":{}},"parent":{}}],["note_abstract",{"_index":151,"name":{"156":{}},"parent":{}}],["other_negative",{"_index":77,"name":{"78":{}},"parent":{}}],["other_negative_count",{"_index":79,"name":{"80":{}},"parent":{}}],["other_positive",{"_index":76,"name":{"77":{}},"parent":{}}],["other_positive_count",{"_index":78,"name":{"79":{}},"parent":{}}],["period_name",{"_index":146,"name":{"149":{}},"parent":{}}],["period_number",{"_index":147,"name":{"150":{}},"parent":{}}],["polarity",{"_index":86,"name":{"88":{}},"parent":{}}],["positive",{"_index":66,"name":{"68":{}},"parent":{}}],["positivereasons",{"_index":74,"name":{"75":{}},"parent":{}}],["publish_time",{"_index":125,"name":{"126":{}},"parent":{}}],["pupil_concerns_help_text",{"_index":52,"name":{"55":{}},"parent":{}}],["pupil_name",{"_index":96,"name":{"97":{}},"parent":{}}],["pupil_note",{"_index":153,"name":{"159":{}},"parent":{}}],["pupil_note_abstract",{"_index":152,"name":{"158":{}},"parent":{}}],["pupil_note_raw",{"_index":154,"name":{"160":{}},"parent":{}}],["pusher_channel_name",{"_index":56,"name":{"59":{}},"parent":{}}],["reason",{"_index":87,"name":{"89":{}},"parent":{}}],["room_name",{"_index":99,"name":{"100":{},"151":{}},"parent":{}}],["score",{"_index":88,"name":{"90":{}},"parent":{}}],["sessionid",{"_index":15,"name":{"14":{}},"parent":{}}],["start",{"_index":69,"name":{"71":{}},"parent":{}}],["start_time",{"_index":148,"name":{"153":{}},"parent":{}}],["state",{"_index":128,"name":{"130":{}},"parent":{}}],["status",{"_index":126,"name":{"127":{}},"parent":{}}],["student",{"_index":23,"name":{"27":{}},"parent":{}}],["studentcode",{"_index":10,"name":{"9":{}},"parent":{}}],["studentid",{"_index":12,"name":{"11":{}},"parent":{}}],["studentname",{"_index":13,"name":{"12":{}},"parent":{}}],["style",{"_index":91,"name":{"93":{}},"parent":{}}],["subject",{"_index":115,"name":{"115":{}},"parent":{}}],["subject_name",{"_index":144,"name":{"147":{}},"parent":{}}],["survey_id",{"_index":59,"name":{"62":{}},"parent":{}}],["teacher",{"_index":116,"name":{"116":{}},"parent":{}}],["teacher_name",{"_index":98,"name":{"99":{},"145":{}},"parent":{}}],["ticked",{"_index":131,"name":{"133":{}},"parent":{}}],["timeline",{"_index":72,"name":{"74":{}},"parent":{}}],["timestamp",{"_index":89,"name":{"91":{}},"parent":{}}],["timestamp_custom_time",{"_index":90,"name":{"92":{}},"parent":{}}],["title",{"_index":118,"name":{"119":{}},"parent":{}}],["to",{"_index":64,"name":{"66":{},"83":{}},"parent":{}}],["todate",{"_index":111,"name":{"112":{}},"parent":{}}],["type",{"_index":85,"name":{"87":{}},"parent":{}}],["types",{"_index":22,"name":{"26":{}},"parent":{"27":{},"64":{},"67":{},"73":{},"81":{},"85":{},"107":{},"108":{},"109":{},"113":{},"141":{},"142":{},"144":{},"161":{}}}],["types.activityresponse",{"_index":73,"name":{},"parent":{"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{}}}],["types.activitytimelinepoint",{"_index":67,"name":{},"parent":{"68":{},"69":{},"70":{},"71":{},"72":{}}}],["types.behaviourpoint",{"_index":84,"name":{},"parent":{"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{}}}],["types.behaviourpoint.__type",{"_index":94,"name":{},"parent":{"95":{},"96":{}}}],["types.getactivityoptions",{"_index":63,"name":{},"parent":{"65":{},"66":{}}}],["types.getbehaviouroptions",{"_index":81,"name":{},"parent":{"82":{},"83":{},"84":{}}}],["types.gethomeworkoptions",{"_index":109,"name":{},"parent":{"110":{},"111":{},"112":{}}}],["types.getlessonsoptions",{"_index":142,"name":{},"parent":{"143":{}}}],["types.homework",{"_index":114,"name":{},"parent":{"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"139":{},"140":{}}}],["types.homework.__type",{"_index":127,"name":{},"parent":{"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{}}}],["types.lesson",{"_index":143,"name":{},"parent":{"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{}}}],["types.student",{"_index":25,"name":{},"parent":{"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{}}}],["validated_attachments",{"_index":138,"name":{"140":{}},"parent":{}}],["validated_links",{"_index":137,"name":{"139":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file +window.searchData = {"kinds":{"2":"Module","32":"Variable","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":2,"name":"client","url":"modules/client.html","classes":"tsd-kind-module"},{"id":1,"kind":128,"name":"ClasschartsClient","url":"classes/client.ClasschartsClient.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"client"},{"id":2,"kind":512,"name":"constructor","url":"classes/client.ClasschartsClient.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":3,"kind":1024,"name":"studentCode","url":"classes/client.ClasschartsClient.html#studentCode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":4,"kind":1024,"name":"dateOfBirth","url":"classes/client.ClasschartsClient.html#dateOfBirth","classes":"tsd-kind-property tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":5,"kind":1024,"name":"studentId","url":"classes/client.ClasschartsClient.html#studentId","classes":"tsd-kind-property tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":6,"kind":1024,"name":"studentName","url":"classes/client.ClasschartsClient.html#studentName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":7,"kind":1024,"name":"authCookies","url":"classes/client.ClasschartsClient.html#authCookies","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"client.ClasschartsClient"},{"id":8,"kind":1024,"name":"sessionId","url":"classes/client.ClasschartsClient.html#sessionId","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"client.ClasschartsClient"},{"id":9,"kind":2048,"name":"makeAuthedRequest","url":"classes/client.ClasschartsClient.html#makeAuthedRequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":10,"kind":2048,"name":"init","url":"classes/client.ClasschartsClient.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":11,"kind":2048,"name":"getStudentInfo","url":"classes/client.ClasschartsClient.html#getStudentInfo","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":12,"kind":2048,"name":"getActivity","url":"classes/client.ClasschartsClient.html#getActivity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":13,"kind":2048,"name":"getBehaviour","url":"classes/client.ClasschartsClient.html#getBehaviour","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":14,"kind":2048,"name":"listHomeworks","url":"classes/client.ClasschartsClient.html#listHomeworks","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":15,"kind":2048,"name":"getLessons","url":"classes/client.ClasschartsClient.html#getLessons","classes":"tsd-kind-method tsd-parent-kind-class","parent":"client.ClasschartsClient"},{"id":16,"kind":2,"name":"consts","url":"modules/consts.html","classes":"tsd-kind-module"},{"id":17,"kind":32,"name":"BASE_URL","url":"modules/consts.html#BASE_URL","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"consts"},{"id":18,"kind":32,"name":"API_BASE","url":"modules/consts.html#API_BASE","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"consts"},{"id":19,"kind":2,"name":"index","url":"modules/index.html","classes":"tsd-kind-module"},{"id":20,"kind":2,"name":"types","url":"modules/types.html","classes":"tsd-kind-module"},{"id":21,"kind":256,"name":"Student","url":"interfaces/types.Student.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":22,"kind":1024,"name":"id","url":"interfaces/types.Student.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":23,"kind":1024,"name":"name","url":"interfaces/types.Student.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":24,"kind":1024,"name":"first_name","url":"interfaces/types.Student.html#first_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":25,"kind":1024,"name":"last_name","url":"interfaces/types.Student.html#last_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":26,"kind":1024,"name":"avatar_url","url":"interfaces/types.Student.html#avatar_url","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":27,"kind":1024,"name":"display_behaviour","url":"interfaces/types.Student.html#display_behaviour","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":28,"kind":1024,"name":"display_parent_behaviour","url":"interfaces/types.Student.html#display_parent_behaviour","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":29,"kind":1024,"name":"display_homework","url":"interfaces/types.Student.html#display_homework","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":30,"kind":1024,"name":"display_rewards","url":"interfaces/types.Student.html#display_rewards","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":31,"kind":1024,"name":"display_detentions","url":"interfaces/types.Student.html#display_detentions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":32,"kind":1024,"name":"display_report_cards","url":"interfaces/types.Student.html#display_report_cards","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":33,"kind":1024,"name":"display_classes","url":"interfaces/types.Student.html#display_classes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":34,"kind":1024,"name":"display_announcements","url":"interfaces/types.Student.html#display_announcements","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":35,"kind":1024,"name":"display_attendance","url":"interfaces/types.Student.html#display_attendance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":36,"kind":1024,"name":"display_attendance_type","url":"interfaces/types.Student.html#display_attendance_type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":37,"kind":1024,"name":"display_attendance_percentage","url":"interfaces/types.Student.html#display_attendance_percentage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":38,"kind":1024,"name":"display_activity","url":"interfaces/types.Student.html#display_activity","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":39,"kind":1024,"name":"display_mental_health","url":"interfaces/types.Student.html#display_mental_health","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":40,"kind":1024,"name":"display_timetable","url":"interfaces/types.Student.html#display_timetable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":41,"kind":1024,"name":"is_disabled","url":"interfaces/types.Student.html#is_disabled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":42,"kind":1024,"name":"display_two_way_communications","url":"interfaces/types.Student.html#display_two_way_communications","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":43,"kind":1024,"name":"display_absences","url":"interfaces/types.Student.html#display_absences","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":44,"kind":1024,"name":"can_upload_attachments","url":"interfaces/types.Student.html#can_upload_attachments","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":45,"kind":1024,"name":"display_event_badges","url":"interfaces/types.Student.html#display_event_badges","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":46,"kind":1024,"name":"display_avatars","url":"interfaces/types.Student.html#display_avatars","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":47,"kind":1024,"name":"display_concern_submission","url":"interfaces/types.Student.html#display_concern_submission","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":48,"kind":1024,"name":"display_custom_fields","url":"interfaces/types.Student.html#display_custom_fields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":49,"kind":1024,"name":"pupil_concerns_help_text","url":"interfaces/types.Student.html#pupil_concerns_help_text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":50,"kind":1024,"name":"allow_pupils_add_timetable_notes","url":"interfaces/types.Student.html#allow_pupils_add_timetable_notes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":51,"kind":1024,"name":"announcements_count","url":"interfaces/types.Student.html#announcements_count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":52,"kind":1024,"name":"messages_count","url":"interfaces/types.Student.html#messages_count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":53,"kind":1024,"name":"pusher_channel_name","url":"interfaces/types.Student.html#pusher_channel_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":54,"kind":1024,"name":"has_birthday","url":"interfaces/types.Student.html#has_birthday","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":55,"kind":1024,"name":"has_new_survey","url":"interfaces/types.Student.html#has_new_survey","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":56,"kind":1024,"name":"survey_id","url":"interfaces/types.Student.html#survey_id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":57,"kind":1024,"name":"detention_alias_plural_uc","url":"interfaces/types.Student.html#detention_alias_plural_uc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Student"},{"id":58,"kind":256,"name":"GetActivityOptions","url":"interfaces/types.GetActivityOptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":59,"kind":1024,"name":"from","url":"interfaces/types.GetActivityOptions.html#from","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetActivityOptions"},{"id":60,"kind":1024,"name":"to","url":"interfaces/types.GetActivityOptions.html#to","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetActivityOptions"},{"id":61,"kind":256,"name":"ActivityTimelinePoint","url":"interfaces/types.ActivityTimelinePoint.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":62,"kind":1024,"name":"positive","url":"interfaces/types.ActivityTimelinePoint.html#positive","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityTimelinePoint"},{"id":63,"kind":1024,"name":"negative","url":"interfaces/types.ActivityTimelinePoint.html#negative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityTimelinePoint"},{"id":64,"kind":1024,"name":"name","url":"interfaces/types.ActivityTimelinePoint.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityTimelinePoint"},{"id":65,"kind":1024,"name":"start","url":"interfaces/types.ActivityTimelinePoint.html#start","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityTimelinePoint"},{"id":66,"kind":1024,"name":"end","url":"interfaces/types.ActivityTimelinePoint.html#end","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityTimelinePoint"},{"id":67,"kind":256,"name":"ActivityResponse","url":"interfaces/types.ActivityResponse.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":68,"kind":1024,"name":"timeline","url":"interfaces/types.ActivityResponse.html#timeline","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":69,"kind":1024,"name":"positiveReasons","url":"interfaces/types.ActivityResponse.html#positiveReasons","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":70,"kind":1024,"name":"negative_reasons","url":"interfaces/types.ActivityResponse.html#negative_reasons","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":71,"kind":1024,"name":"other_positive","url":"interfaces/types.ActivityResponse.html#other_positive","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":72,"kind":1024,"name":"other_negative","url":"interfaces/types.ActivityResponse.html#other_negative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":73,"kind":1024,"name":"other_positive_count","url":"interfaces/types.ActivityResponse.html#other_positive_count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":74,"kind":1024,"name":"other_negative_count","url":"interfaces/types.ActivityResponse.html#other_negative_count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.ActivityResponse"},{"id":75,"kind":256,"name":"GetBehaviourOptions","url":"interfaces/types.GetBehaviourOptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":76,"kind":1024,"name":"from","url":"interfaces/types.GetBehaviourOptions.html#from","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetBehaviourOptions"},{"id":77,"kind":1024,"name":"to","url":"interfaces/types.GetBehaviourOptions.html#to","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetBehaviourOptions"},{"id":78,"kind":1024,"name":"last_id","url":"interfaces/types.GetBehaviourOptions.html#last_id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetBehaviourOptions"},{"id":79,"kind":256,"name":"BehaviourPoint","url":"interfaces/types.BehaviourPoint.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":80,"kind":1024,"name":"id","url":"interfaces/types.BehaviourPoint.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":81,"kind":1024,"name":"type","url":"interfaces/types.BehaviourPoint.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":82,"kind":1024,"name":"polarity","url":"interfaces/types.BehaviourPoint.html#polarity","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":83,"kind":1024,"name":"reason","url":"interfaces/types.BehaviourPoint.html#reason","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":84,"kind":1024,"name":"score","url":"interfaces/types.BehaviourPoint.html#score","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":85,"kind":1024,"name":"timestamp","url":"interfaces/types.BehaviourPoint.html#timestamp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":86,"kind":1024,"name":"timestamp_custom_time","url":"interfaces/types.BehaviourPoint.html#timestamp_custom_time","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":87,"kind":1024,"name":"style","url":"interfaces/types.BehaviourPoint.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":88,"kind":65536,"name":"__type","url":"interfaces/types.BehaviourPoint.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":89,"kind":1024,"name":"border_color","url":"interfaces/types.BehaviourPoint.html#__type.border_color","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.BehaviourPoint.__type"},{"id":90,"kind":1024,"name":"custom_class","url":"interfaces/types.BehaviourPoint.html#__type.custom_class","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.BehaviourPoint.__type"},{"id":91,"kind":1024,"name":"pupil_name","url":"interfaces/types.BehaviourPoint.html#pupil_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":92,"kind":1024,"name":"lesson_name","url":"interfaces/types.BehaviourPoint.html#lesson_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":93,"kind":1024,"name":"teacher_name","url":"interfaces/types.BehaviourPoint.html#teacher_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":94,"kind":1024,"name":"room_name","url":"interfaces/types.BehaviourPoint.html#room_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":95,"kind":1024,"name":"note","url":"interfaces/types.BehaviourPoint.html#note","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":96,"kind":1024,"name":"_can_delete","url":"interfaces/types.BehaviourPoint.html#_can_delete","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":97,"kind":1024,"name":"detention_date","url":"interfaces/types.BehaviourPoint.html#detention_date","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":98,"kind":1024,"name":"detention_time","url":"interfaces/types.BehaviourPoint.html#detention_time","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":99,"kind":1024,"name":"detention_location","url":"interfaces/types.BehaviourPoint.html#detention_location","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":100,"kind":1024,"name":"detention_type","url":"interfaces/types.BehaviourPoint.html#detention_type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.BehaviourPoint"},{"id":101,"kind":4194304,"name":"BehaviourResponse","url":"modules/types.html#BehaviourResponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":102,"kind":4194304,"name":"DisplayDate","url":"modules/types.html#DisplayDate","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":103,"kind":256,"name":"GetHomeworkOptions","url":"interfaces/types.GetHomeworkOptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":104,"kind":1024,"name":"displayDate","url":"interfaces/types.GetHomeworkOptions.html#displayDate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetHomeworkOptions"},{"id":105,"kind":1024,"name":"fromDate","url":"interfaces/types.GetHomeworkOptions.html#fromDate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetHomeworkOptions"},{"id":106,"kind":1024,"name":"toDate","url":"interfaces/types.GetHomeworkOptions.html#toDate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetHomeworkOptions"},{"id":107,"kind":256,"name":"Homework","url":"interfaces/types.Homework.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":108,"kind":1024,"name":"lesson","url":"interfaces/types.Homework.html#lesson","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":109,"kind":1024,"name":"subject","url":"interfaces/types.Homework.html#subject","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":110,"kind":1024,"name":"teacher","url":"interfaces/types.Homework.html#teacher","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":111,"kind":1024,"name":"homework_type","url":"interfaces/types.Homework.html#homework_type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":112,"kind":1024,"name":"id","url":"interfaces/types.Homework.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":113,"kind":1024,"name":"title","url":"interfaces/types.Homework.html#title","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":114,"kind":1024,"name":"meta_title","url":"interfaces/types.Homework.html#meta_title","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":115,"kind":1024,"name":"description","url":"interfaces/types.Homework.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":116,"kind":1024,"name":"issue_date","url":"interfaces/types.Homework.html#issue_date","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":117,"kind":1024,"name":"due_date","url":"interfaces/types.Homework.html#due_date","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":118,"kind":1024,"name":"completion_time_unit","url":"interfaces/types.Homework.html#completion_time_unit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":119,"kind":1024,"name":"completion_time_value","url":"interfaces/types.Homework.html#completion_time_value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":120,"kind":1024,"name":"publish_time","url":"interfaces/types.Homework.html#publish_time","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":121,"kind":1024,"name":"status","url":"interfaces/types.Homework.html#status","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":122,"kind":65536,"name":"__type","url":"interfaces/types.Homework.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"types.Homework"},{"id":123,"kind":1024,"name":"id","url":"interfaces/types.Homework.html#__type.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":124,"kind":1024,"name":"state","url":"interfaces/types.Homework.html#__type.state","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":125,"kind":1024,"name":"mark","url":"interfaces/types.Homework.html#__type.mark","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":126,"kind":1024,"name":"mark_relative","url":"interfaces/types.Homework.html#__type.mark_relative","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":127,"kind":1024,"name":"ticked","url":"interfaces/types.Homework.html#__type.ticked","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":128,"kind":1024,"name":"allow_attachments","url":"interfaces/types.Homework.html#__type.allow_attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":129,"kind":1024,"name":"first_seen_date","url":"interfaces/types.Homework.html#__type.first_seen_date","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":130,"kind":1024,"name":"last_seen_date","url":"interfaces/types.Homework.html#__type.last_seen_date","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":131,"kind":1024,"name":"attachments","url":"interfaces/types.Homework.html#__type.attachments","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":132,"kind":1024,"name":"has_feedback","url":"interfaces/types.Homework.html#__type.has_feedback","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"types.Homework.__type"},{"id":133,"kind":1024,"name":"validated_links","url":"interfaces/types.Homework.html#validated_links","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":134,"kind":1024,"name":"validated_attachments","url":"interfaces/types.Homework.html#validated_attachments","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Homework"},{"id":135,"kind":4194304,"name":"HomeworksResponse","url":"modules/types.html#HomeworksResponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":136,"kind":256,"name":"GetLessonsOptions","url":"interfaces/types.GetLessonsOptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":137,"kind":1024,"name":"date","url":"interfaces/types.GetLessonsOptions.html#date","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.GetLessonsOptions"},{"id":138,"kind":256,"name":"Lesson","url":"interfaces/types.Lesson.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"types"},{"id":139,"kind":1024,"name":"teacher_name","url":"interfaces/types.Lesson.html#teacher_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":140,"kind":1024,"name":"lesson_name","url":"interfaces/types.Lesson.html#lesson_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":141,"kind":1024,"name":"subject_name","url":"interfaces/types.Lesson.html#subject_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":142,"kind":1024,"name":"is_alternative_lesson","url":"interfaces/types.Lesson.html#is_alternative_lesson","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":143,"kind":1024,"name":"period_name","url":"interfaces/types.Lesson.html#period_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":144,"kind":1024,"name":"period_number","url":"interfaces/types.Lesson.html#period_number","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":145,"kind":1024,"name":"room_name","url":"interfaces/types.Lesson.html#room_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":146,"kind":1024,"name":"date","url":"interfaces/types.Lesson.html#date","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":147,"kind":1024,"name":"start_time","url":"interfaces/types.Lesson.html#start_time","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":148,"kind":1024,"name":"end_time","url":"interfaces/types.Lesson.html#end_time","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":149,"kind":1024,"name":"key","url":"interfaces/types.Lesson.html#key","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":150,"kind":1024,"name":"note_abstract","url":"interfaces/types.Lesson.html#note_abstract","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":151,"kind":1024,"name":"note","url":"interfaces/types.Lesson.html#note","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":152,"kind":1024,"name":"pupil_note_abstract","url":"interfaces/types.Lesson.html#pupil_note_abstract","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":153,"kind":1024,"name":"pupil_note","url":"interfaces/types.Lesson.html#pupil_note","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":154,"kind":1024,"name":"pupil_note_raw","url":"interfaces/types.Lesson.html#pupil_note_raw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"types.Lesson"},{"id":155,"kind":4194304,"name":"LessonsResponse","url":"modules/types.html#LessonsResponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"types"},{"id":156,"kind":16777216,"name":"ClasschartsClient","url":"modules/index.html#ClasschartsClient","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"index"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,41.463]],["parent/0",[]],["name/1",[1,41.463]],["parent/1",[0,4.102]],["name/2",[2,46.571]],["parent/2",[3,2.363]],["name/3",[4,46.571]],["parent/3",[3,2.363]],["name/4",[5,46.571]],["parent/4",[3,2.363]],["name/5",[6,46.571]],["parent/5",[3,2.363]],["name/6",[7,46.571]],["parent/6",[3,2.363]],["name/7",[8,46.571]],["parent/7",[3,2.363]],["name/8",[9,46.571]],["parent/8",[3,2.363]],["name/9",[10,46.571]],["parent/9",[3,2.363]],["name/10",[11,46.571]],["parent/10",[3,2.363]],["name/11",[12,46.571]],["parent/11",[3,2.363]],["name/12",[13,46.571]],["parent/12",[3,2.363]],["name/13",[14,46.571]],["parent/13",[3,2.363]],["name/14",[15,46.571]],["parent/14",[3,2.363]],["name/15",[16,46.571]],["parent/15",[3,2.363]],["name/16",[17,38.098]],["parent/16",[]],["name/17",[18,46.571]],["parent/17",[17,3.77]],["name/18",[19,46.571]],["parent/18",[17,3.77]],["name/19",[20,41.463]],["parent/19",[]],["name/20",[21,23.218]],["parent/20",[]],["name/21",[22,46.571]],["parent/21",[21,2.297]],["name/22",[23,35.585]],["parent/22",[24,1.45]],["name/23",[25,41.463]],["parent/23",[24,1.45]],["name/24",[26,46.571]],["parent/24",[24,1.45]],["name/25",[27,46.571]],["parent/25",[24,1.45]],["name/26",[28,46.571]],["parent/26",[24,1.45]],["name/27",[29,46.571]],["parent/27",[24,1.45]],["name/28",[30,46.571]],["parent/28",[24,1.45]],["name/29",[31,46.571]],["parent/29",[24,1.45]],["name/30",[32,46.571]],["parent/30",[24,1.45]],["name/31",[33,46.571]],["parent/31",[24,1.45]],["name/32",[34,46.571]],["parent/32",[24,1.45]],["name/33",[35,46.571]],["parent/33",[24,1.45]],["name/34",[36,46.571]],["parent/34",[24,1.45]],["name/35",[37,46.571]],["parent/35",[24,1.45]],["name/36",[38,46.571]],["parent/36",[24,1.45]],["name/37",[39,46.571]],["parent/37",[24,1.45]],["name/38",[40,46.571]],["parent/38",[24,1.45]],["name/39",[41,46.571]],["parent/39",[24,1.45]],["name/40",[42,46.571]],["parent/40",[24,1.45]],["name/41",[43,46.571]],["parent/41",[24,1.45]],["name/42",[44,46.571]],["parent/42",[24,1.45]],["name/43",[45,46.571]],["parent/43",[24,1.45]],["name/44",[46,46.571]],["parent/44",[24,1.45]],["name/45",[47,46.571]],["parent/45",[24,1.45]],["name/46",[48,46.571]],["parent/46",[24,1.45]],["name/47",[49,46.571]],["parent/47",[24,1.45]],["name/48",[50,46.571]],["parent/48",[24,1.45]],["name/49",[51,46.571]],["parent/49",[24,1.45]],["name/50",[52,46.571]],["parent/50",[24,1.45]],["name/51",[53,46.571]],["parent/51",[24,1.45]],["name/52",[54,46.571]],["parent/52",[24,1.45]],["name/53",[55,46.571]],["parent/53",[24,1.45]],["name/54",[56,46.571]],["parent/54",[24,1.45]],["name/55",[57,46.571]],["parent/55",[24,1.45]],["name/56",[58,46.571]],["parent/56",[24,1.45]],["name/57",[59,46.571]],["parent/57",[24,1.45]],["name/58",[60,46.571]],["parent/58",[21,2.297]],["name/59",[61,41.463]],["parent/59",[62,4.102]],["name/60",[63,41.463]],["parent/60",[62,4.102]],["name/61",[64,46.571]],["parent/61",[21,2.297]],["name/62",[65,46.571]],["parent/62",[66,3.322]],["name/63",[67,46.571]],["parent/63",[66,3.322]],["name/64",[25,41.463]],["parent/64",[66,3.322]],["name/65",[68,46.571]],["parent/65",[66,3.322]],["name/66",[69,46.571]],["parent/66",[66,3.322]],["name/67",[70,46.571]],["parent/67",[21,2.297]],["name/68",[71,46.571]],["parent/68",[72,3.015]],["name/69",[73,46.571]],["parent/69",[72,3.015]],["name/70",[74,46.571]],["parent/70",[72,3.015]],["name/71",[75,46.571]],["parent/71",[72,3.015]],["name/72",[76,46.571]],["parent/72",[72,3.015]],["name/73",[77,46.571]],["parent/73",[72,3.015]],["name/74",[78,46.571]],["parent/74",[72,3.015]],["name/75",[79,46.571]],["parent/75",[21,2.297]],["name/76",[61,41.463]],["parent/76",[80,3.77]],["name/77",[63,41.463]],["parent/77",[80,3.77]],["name/78",[81,46.571]],["parent/78",[80,3.77]],["name/79",[82,46.571]],["parent/79",[21,2.297]],["name/80",[23,35.585]],["parent/80",[83,2.07]],["name/81",[84,46.571]],["parent/81",[83,2.07]],["name/82",[85,46.571]],["parent/82",[83,2.07]],["name/83",[86,46.571]],["parent/83",[83,2.07]],["name/84",[87,46.571]],["parent/84",[83,2.07]],["name/85",[88,46.571]],["parent/85",[83,2.07]],["name/86",[89,46.571]],["parent/86",[83,2.07]],["name/87",[90,46.571]],["parent/87",[83,2.07]],["name/88",[91,41.463]],["parent/88",[83,2.07]],["name/89",[92,46.571]],["parent/89",[93,4.102]],["name/90",[94,46.571]],["parent/90",[93,4.102]],["name/91",[95,46.571]],["parent/91",[83,2.07]],["name/92",[96,41.463]],["parent/92",[83,2.07]],["name/93",[97,41.463]],["parent/93",[83,2.07]],["name/94",[98,41.463]],["parent/94",[83,2.07]],["name/95",[99,41.463]],["parent/95",[83,2.07]],["name/96",[100,46.571]],["parent/96",[83,2.07]],["name/97",[101,46.571]],["parent/97",[83,2.07]],["name/98",[102,46.571]],["parent/98",[83,2.07]],["name/99",[103,46.571]],["parent/99",[83,2.07]],["name/100",[104,46.571]],["parent/100",[83,2.07]],["name/101",[105,46.571]],["parent/101",[21,2.297]],["name/102",[106,41.463]],["parent/102",[21,2.297]],["name/103",[107,46.571]],["parent/103",[21,2.297]],["name/104",[106,41.463]],["parent/104",[108,3.77]],["name/105",[109,46.571]],["parent/105",[108,3.77]],["name/106",[110,46.571]],["parent/106",[108,3.77]],["name/107",[111,46.571]],["parent/107",[21,2.297]],["name/108",[112,41.463]],["parent/108",[113,2.177]],["name/109",[114,46.571]],["parent/109",[113,2.177]],["name/110",[115,46.571]],["parent/110",[113,2.177]],["name/111",[116,46.571]],["parent/111",[113,2.177]],["name/112",[23,35.585]],["parent/112",[113,2.177]],["name/113",[117,46.571]],["parent/113",[113,2.177]],["name/114",[118,46.571]],["parent/114",[113,2.177]],["name/115",[119,46.571]],["parent/115",[113,2.177]],["name/116",[120,46.571]],["parent/116",[113,2.177]],["name/117",[121,46.571]],["parent/117",[113,2.177]],["name/118",[122,46.571]],["parent/118",[113,2.177]],["name/119",[123,46.571]],["parent/119",[113,2.177]],["name/120",[124,46.571]],["parent/120",[113,2.177]],["name/121",[125,46.571]],["parent/121",[113,2.177]],["name/122",[91,41.463]],["parent/122",[113,2.177]],["name/123",[23,35.585]],["parent/123",[126,2.683]],["name/124",[127,46.571]],["parent/124",[126,2.683]],["name/125",[128,46.571]],["parent/125",[126,2.683]],["name/126",[129,46.571]],["parent/126",[126,2.683]],["name/127",[130,46.571]],["parent/127",[126,2.683]],["name/128",[131,46.571]],["parent/128",[126,2.683]],["name/129",[132,46.571]],["parent/129",[126,2.683]],["name/130",[133,46.571]],["parent/130",[126,2.683]],["name/131",[134,46.571]],["parent/131",[126,2.683]],["name/132",[135,46.571]],["parent/132",[126,2.683]],["name/133",[136,46.571]],["parent/133",[113,2.177]],["name/134",[137,46.571]],["parent/134",[113,2.177]],["name/135",[138,46.571]],["parent/135",[21,2.297]],["name/136",[139,46.571]],["parent/136",[21,2.297]],["name/137",[140,41.463]],["parent/137",[141,4.608]],["name/138",[112,41.463]],["parent/138",[21,2.297]],["name/139",[97,41.463]],["parent/139",[142,2.235]],["name/140",[96,41.463]],["parent/140",[142,2.235]],["name/141",[143,46.571]],["parent/141",[142,2.235]],["name/142",[144,46.571]],["parent/142",[142,2.235]],["name/143",[145,46.571]],["parent/143",[142,2.235]],["name/144",[146,46.571]],["parent/144",[142,2.235]],["name/145",[98,41.463]],["parent/145",[142,2.235]],["name/146",[140,41.463]],["parent/146",[142,2.235]],["name/147",[147,46.571]],["parent/147",[142,2.235]],["name/148",[148,46.571]],["parent/148",[142,2.235]],["name/149",[149,46.571]],["parent/149",[142,2.235]],["name/150",[150,46.571]],["parent/150",[142,2.235]],["name/151",[99,41.463]],["parent/151",[142,2.235]],["name/152",[151,46.571]],["parent/152",[142,2.235]],["name/153",[152,46.571]],["parent/153",[142,2.235]],["name/154",[153,46.571]],["parent/154",[142,2.235]],["name/155",[154,46.571]],["parent/155",[21,2.297]],["name/156",[1,41.463]],["parent/156",[20,4.102]]],"invertedIndex":[["__type",{"_index":91,"name":{"88":{},"122":{}},"parent":{}}],["_can_delete",{"_index":100,"name":{"96":{}},"parent":{}}],["activityresponse",{"_index":70,"name":{"67":{}},"parent":{}}],["activitytimelinepoint",{"_index":64,"name":{"61":{}},"parent":{}}],["allow_attachments",{"_index":131,"name":{"128":{}},"parent":{}}],["allow_pupils_add_timetable_notes",{"_index":52,"name":{"50":{}},"parent":{}}],["announcements_count",{"_index":53,"name":{"51":{}},"parent":{}}],["api_base",{"_index":19,"name":{"18":{}},"parent":{}}],["attachments",{"_index":134,"name":{"131":{}},"parent":{}}],["authcookies",{"_index":8,"name":{"7":{}},"parent":{}}],["avatar_url",{"_index":28,"name":{"26":{}},"parent":{}}],["base_url",{"_index":18,"name":{"17":{}},"parent":{}}],["behaviourpoint",{"_index":82,"name":{"79":{}},"parent":{}}],["behaviourresponse",{"_index":105,"name":{"101":{}},"parent":{}}],["border_color",{"_index":92,"name":{"89":{}},"parent":{}}],["can_upload_attachments",{"_index":46,"name":{"44":{}},"parent":{}}],["classchartsclient",{"_index":1,"name":{"1":{},"156":{}},"parent":{}}],["client",{"_index":0,"name":{"0":{}},"parent":{"1":{}}}],["client.classchartsclient",{"_index":3,"name":{},"parent":{"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{}}}],["completion_time_unit",{"_index":122,"name":{"118":{}},"parent":{}}],["completion_time_value",{"_index":123,"name":{"119":{}},"parent":{}}],["constructor",{"_index":2,"name":{"2":{}},"parent":{}}],["consts",{"_index":17,"name":{"16":{}},"parent":{"17":{},"18":{}}}],["custom_class",{"_index":94,"name":{"90":{}},"parent":{}}],["date",{"_index":140,"name":{"137":{},"146":{}},"parent":{}}],["dateofbirth",{"_index":5,"name":{"4":{}},"parent":{}}],["description",{"_index":119,"name":{"115":{}},"parent":{}}],["detention_alias_plural_uc",{"_index":59,"name":{"57":{}},"parent":{}}],["detention_date",{"_index":101,"name":{"97":{}},"parent":{}}],["detention_location",{"_index":103,"name":{"99":{}},"parent":{}}],["detention_time",{"_index":102,"name":{"98":{}},"parent":{}}],["detention_type",{"_index":104,"name":{"100":{}},"parent":{}}],["display_absences",{"_index":45,"name":{"43":{}},"parent":{}}],["display_activity",{"_index":40,"name":{"38":{}},"parent":{}}],["display_announcements",{"_index":36,"name":{"34":{}},"parent":{}}],["display_attendance",{"_index":37,"name":{"35":{}},"parent":{}}],["display_attendance_percentage",{"_index":39,"name":{"37":{}},"parent":{}}],["display_attendance_type",{"_index":38,"name":{"36":{}},"parent":{}}],["display_avatars",{"_index":48,"name":{"46":{}},"parent":{}}],["display_behaviour",{"_index":29,"name":{"27":{}},"parent":{}}],["display_classes",{"_index":35,"name":{"33":{}},"parent":{}}],["display_concern_submission",{"_index":49,"name":{"47":{}},"parent":{}}],["display_custom_fields",{"_index":50,"name":{"48":{}},"parent":{}}],["display_detentions",{"_index":33,"name":{"31":{}},"parent":{}}],["display_event_badges",{"_index":47,"name":{"45":{}},"parent":{}}],["display_homework",{"_index":31,"name":{"29":{}},"parent":{}}],["display_mental_health",{"_index":41,"name":{"39":{}},"parent":{}}],["display_parent_behaviour",{"_index":30,"name":{"28":{}},"parent":{}}],["display_report_cards",{"_index":34,"name":{"32":{}},"parent":{}}],["display_rewards",{"_index":32,"name":{"30":{}},"parent":{}}],["display_timetable",{"_index":42,"name":{"40":{}},"parent":{}}],["display_two_way_communications",{"_index":44,"name":{"42":{}},"parent":{}}],["displaydate",{"_index":106,"name":{"102":{},"104":{}},"parent":{}}],["due_date",{"_index":121,"name":{"117":{}},"parent":{}}],["end",{"_index":69,"name":{"66":{}},"parent":{}}],["end_time",{"_index":148,"name":{"148":{}},"parent":{}}],["first_name",{"_index":26,"name":{"24":{}},"parent":{}}],["first_seen_date",{"_index":132,"name":{"129":{}},"parent":{}}],["from",{"_index":61,"name":{"59":{},"76":{}},"parent":{}}],["fromdate",{"_index":109,"name":{"105":{}},"parent":{}}],["getactivity",{"_index":13,"name":{"12":{}},"parent":{}}],["getactivityoptions",{"_index":60,"name":{"58":{}},"parent":{}}],["getbehaviour",{"_index":14,"name":{"13":{}},"parent":{}}],["getbehaviouroptions",{"_index":79,"name":{"75":{}},"parent":{}}],["gethomeworkoptions",{"_index":107,"name":{"103":{}},"parent":{}}],["getlessons",{"_index":16,"name":{"15":{}},"parent":{}}],["getlessonsoptions",{"_index":139,"name":{"136":{}},"parent":{}}],["getstudentinfo",{"_index":12,"name":{"11":{}},"parent":{}}],["has_birthday",{"_index":56,"name":{"54":{}},"parent":{}}],["has_feedback",{"_index":135,"name":{"132":{}},"parent":{}}],["has_new_survey",{"_index":57,"name":{"55":{}},"parent":{}}],["homework",{"_index":111,"name":{"107":{}},"parent":{}}],["homework_type",{"_index":116,"name":{"111":{}},"parent":{}}],["homeworksresponse",{"_index":138,"name":{"135":{}},"parent":{}}],["id",{"_index":23,"name":{"22":{},"80":{},"112":{},"123":{}},"parent":{}}],["index",{"_index":20,"name":{"19":{}},"parent":{"156":{}}}],["init",{"_index":11,"name":{"10":{}},"parent":{}}],["is_alternative_lesson",{"_index":144,"name":{"142":{}},"parent":{}}],["is_disabled",{"_index":43,"name":{"41":{}},"parent":{}}],["issue_date",{"_index":120,"name":{"116":{}},"parent":{}}],["key",{"_index":149,"name":{"149":{}},"parent":{}}],["last_id",{"_index":81,"name":{"78":{}},"parent":{}}],["last_name",{"_index":27,"name":{"25":{}},"parent":{}}],["last_seen_date",{"_index":133,"name":{"130":{}},"parent":{}}],["lesson",{"_index":112,"name":{"108":{},"138":{}},"parent":{}}],["lesson_name",{"_index":96,"name":{"92":{},"140":{}},"parent":{}}],["lessonsresponse",{"_index":154,"name":{"155":{}},"parent":{}}],["listhomeworks",{"_index":15,"name":{"14":{}},"parent":{}}],["makeauthedrequest",{"_index":10,"name":{"9":{}},"parent":{}}],["mark",{"_index":128,"name":{"125":{}},"parent":{}}],["mark_relative",{"_index":129,"name":{"126":{}},"parent":{}}],["messages_count",{"_index":54,"name":{"52":{}},"parent":{}}],["meta_title",{"_index":118,"name":{"114":{}},"parent":{}}],["name",{"_index":25,"name":{"23":{},"64":{}},"parent":{}}],["negative",{"_index":67,"name":{"63":{}},"parent":{}}],["negative_reasons",{"_index":74,"name":{"70":{}},"parent":{}}],["note",{"_index":99,"name":{"95":{},"151":{}},"parent":{}}],["note_abstract",{"_index":150,"name":{"150":{}},"parent":{}}],["other_negative",{"_index":76,"name":{"72":{}},"parent":{}}],["other_negative_count",{"_index":78,"name":{"74":{}},"parent":{}}],["other_positive",{"_index":75,"name":{"71":{}},"parent":{}}],["other_positive_count",{"_index":77,"name":{"73":{}},"parent":{}}],["period_name",{"_index":145,"name":{"143":{}},"parent":{}}],["period_number",{"_index":146,"name":{"144":{}},"parent":{}}],["polarity",{"_index":85,"name":{"82":{}},"parent":{}}],["positive",{"_index":65,"name":{"62":{}},"parent":{}}],["positivereasons",{"_index":73,"name":{"69":{}},"parent":{}}],["publish_time",{"_index":124,"name":{"120":{}},"parent":{}}],["pupil_concerns_help_text",{"_index":51,"name":{"49":{}},"parent":{}}],["pupil_name",{"_index":95,"name":{"91":{}},"parent":{}}],["pupil_note",{"_index":152,"name":{"153":{}},"parent":{}}],["pupil_note_abstract",{"_index":151,"name":{"152":{}},"parent":{}}],["pupil_note_raw",{"_index":153,"name":{"154":{}},"parent":{}}],["pusher_channel_name",{"_index":55,"name":{"53":{}},"parent":{}}],["reason",{"_index":86,"name":{"83":{}},"parent":{}}],["room_name",{"_index":98,"name":{"94":{},"145":{}},"parent":{}}],["score",{"_index":87,"name":{"84":{}},"parent":{}}],["sessionid",{"_index":9,"name":{"8":{}},"parent":{}}],["start",{"_index":68,"name":{"65":{}},"parent":{}}],["start_time",{"_index":147,"name":{"147":{}},"parent":{}}],["state",{"_index":127,"name":{"124":{}},"parent":{}}],["status",{"_index":125,"name":{"121":{}},"parent":{}}],["student",{"_index":22,"name":{"21":{}},"parent":{}}],["studentcode",{"_index":4,"name":{"3":{}},"parent":{}}],["studentid",{"_index":6,"name":{"5":{}},"parent":{}}],["studentname",{"_index":7,"name":{"6":{}},"parent":{}}],["style",{"_index":90,"name":{"87":{}},"parent":{}}],["subject",{"_index":114,"name":{"109":{}},"parent":{}}],["subject_name",{"_index":143,"name":{"141":{}},"parent":{}}],["survey_id",{"_index":58,"name":{"56":{}},"parent":{}}],["teacher",{"_index":115,"name":{"110":{}},"parent":{}}],["teacher_name",{"_index":97,"name":{"93":{},"139":{}},"parent":{}}],["ticked",{"_index":130,"name":{"127":{}},"parent":{}}],["timeline",{"_index":71,"name":{"68":{}},"parent":{}}],["timestamp",{"_index":88,"name":{"85":{}},"parent":{}}],["timestamp_custom_time",{"_index":89,"name":{"86":{}},"parent":{}}],["title",{"_index":117,"name":{"113":{}},"parent":{}}],["to",{"_index":63,"name":{"60":{},"77":{}},"parent":{}}],["todate",{"_index":110,"name":{"106":{}},"parent":{}}],["type",{"_index":84,"name":{"81":{}},"parent":{}}],["types",{"_index":21,"name":{"20":{}},"parent":{"21":{},"58":{},"61":{},"67":{},"75":{},"79":{},"101":{},"102":{},"103":{},"107":{},"135":{},"136":{},"138":{},"155":{}}}],["types.activityresponse",{"_index":72,"name":{},"parent":{"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{}}}],["types.activitytimelinepoint",{"_index":66,"name":{},"parent":{"62":{},"63":{},"64":{},"65":{},"66":{}}}],["types.behaviourpoint",{"_index":83,"name":{},"parent":{"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{}}}],["types.behaviourpoint.__type",{"_index":93,"name":{},"parent":{"89":{},"90":{}}}],["types.getactivityoptions",{"_index":62,"name":{},"parent":{"59":{},"60":{}}}],["types.getbehaviouroptions",{"_index":80,"name":{},"parent":{"76":{},"77":{},"78":{}}}],["types.gethomeworkoptions",{"_index":108,"name":{},"parent":{"104":{},"105":{},"106":{}}}],["types.getlessonsoptions",{"_index":141,"name":{},"parent":{"137":{}}}],["types.homework",{"_index":113,"name":{},"parent":{"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"133":{},"134":{}}}],["types.homework.__type",{"_index":126,"name":{},"parent":{"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"130":{},"131":{},"132":{}}}],["types.lesson",{"_index":142,"name":{},"parent":{"139":{},"140":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{}}}],["types.student",{"_index":24,"name":{},"parent":{"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{}}}],["validated_attachments",{"_index":137,"name":{"134":{}},"parent":{}}],["validated_links",{"_index":136,"name":{"133":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/classes/client.ClasschartsClient.html b/docs/classes/client.ClasschartsClient.html index f8bc9d6..29ed684 100644 --- a/docs/classes/client.ClasschartsClient.html +++ b/docs/classes/client.ClasschartsClient.html @@ -1,32 +1,32 @@ -ClasschartsClient | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ClasschartsClient | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

The base client

-

Hierarchy

  • ClasschartsClient

Index

Constructors

constructor

Hierarchy

  • ClasschartsClient

Index

Constructors

constructor

  • Parameters

    • studentCode: string

      Classcharts student code

    • Optional dateOfBirth: string

      Student's date of birth

      -

    Returns ClasschartsClient

Properties

Private authCookies

authCookies: undefined | string[]

dateOfBirth

dateOfBirth: string = ''

Private sessionId

sessionId: string = ''

studentCode

studentCode: string = ''

studentId

studentId: number = 0

studentName

studentName: string = ''

Methods

getActivity

Returns ClasschartsClient

Properties

Private authCookies

authCookies: undefined | string[]

dateOfBirth

dateOfBirth: string = ''

Private sessionId

sessionId: string = ''

studentCode

studentCode: string = ''

studentId

studentId: number = 0

studentName

studentName: string = ''

Methods

getActivity

getBehaviour

getBehaviour

getLessons

getLessons

getStudentInfo

getStudentInfo

  • Gets general information about the logged in student

    Returns Promise<Student>

    Student object

    -

init

  • init(): Promise<void>

init

  • init(): Promise<void>
  • Initialises the client and authenticates with classcharts

    -

    Returns Promise<void>

listHomeworks

listHomeworks

Private makeAuthedRequest

  • makeAuthedRequest(path: string, options: Omit<RequestOptions, "origin" | "path">): Promise<any>
  • Parameters

    • path: string
    • options: Omit<RequestOptions, "origin" | "path">

    Returns Promise<any>

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

makeAuthedRequest

  • makeAuthedRequest(path: string, options: Omit<RequestOptions, "origin" | "path">): Promise<any>
  • Parameters

    • path: string
    • options: Omit<RequestOptions, "origin" | "path">

    Returns Promise<any>

Legend

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

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 72dfca2..dc53b71 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

classcharts-api

+classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

classcharts-api

Classcharts API

@@ -10,4 +10,4 @@
import { ClasschartsClient } from 'classcharts-api'
async function main() {
const client = new ClasschartsClient('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(null))
console.log(await client.getStudentInfo())
console.log(await client.getActivity(null))
console.log(await client.getActivity(null))
}

main()
-

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/types.ActivityResponse.html b/docs/interfaces/types.ActivityResponse.html index aa5dc19..56fe551 100644 --- a/docs/interfaces/types.ActivityResponse.html +++ b/docs/interfaces/types.ActivityResponse.html @@ -1 +1 @@ -ActivityResponse | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActivityResponse

Hierarchy

  • ActivityResponse

Index

Properties

negative_reasons

negative_reasons: Record<string, string>

other_negative

other_negative: any[]

other_negative_count

other_negative_count: any[]

other_positive

other_positive: any[]

other_positive_count

other_positive_count: any[]

positiveReasons

positiveReasons: Record<string, string>

timeline

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ActivityResponse | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActivityResponse

Hierarchy

  • ActivityResponse

Index

Properties

negative_reasons

negative_reasons: Record<string, string>

other_negative

other_negative: any[]

other_negative_count

other_negative_count: any[]

other_positive

other_positive: any[]

other_positive_count

other_positive_count: any[]

positiveReasons

positiveReasons: Record<string, string>

timeline

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/types.ActivityTimelinePoint.html b/docs/interfaces/types.ActivityTimelinePoint.html index b7d732f..670eeab 100644 --- a/docs/interfaces/types.ActivityTimelinePoint.html +++ b/docs/interfaces/types.ActivityTimelinePoint.html @@ -1 +1 @@ -ActivityTimelinePoint | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActivityTimelinePoint

Hierarchy

  • ActivityTimelinePoint

Index

Properties

end

end: string

name

name: string

negative

negative: number

positive

positive: number

start

start: string

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +ActivityTimelinePoint | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActivityTimelinePoint

Hierarchy

  • ActivityTimelinePoint

Index

Properties

end

end: string

name

name: string

negative

negative: number

positive

positive: number

start

start: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/types.BehaviourPoint.html b/docs/interfaces/types.BehaviourPoint.html index e27de60..847f169 100644 --- a/docs/interfaces/types.BehaviourPoint.html +++ b/docs/interfaces/types.BehaviourPoint.html @@ -1 +1 @@ -BehaviourPoint | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BehaviourPoint

Hierarchy

  • BehaviourPoint

Index

Properties

_can_delete

_can_delete: string

detention_date

detention_date: null | string

detention_location

detention_location: null | string

detention_time

detention_time: null | string

detention_type

detention_type: null | string

id

id: number

lesson_name

lesson_name: string

note

note: string

polarity

polarity: string

pupil_name

pupil_name: string

reason

reason: string

room_name

room_name: null | string

score

score: number

style

style: { border_color: null | string; custom_class: null | string }

Type declaration

  • border_color: null | string
  • custom_class: null | string

teacher_name

teacher_name: string

timestamp

timestamp: string

timestamp_custom_time

timestamp_custom_time: null | string

type

type: string

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +BehaviourPoint | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BehaviourPoint

Hierarchy

  • BehaviourPoint

Index

Properties

_can_delete

_can_delete: string

detention_date

detention_date: null | string

detention_location

detention_location: null | string

detention_time

detention_time: null | string

detention_type

detention_type: null | string

id

id: number

lesson_name

lesson_name: string

note

note: string

polarity

polarity: string

pupil_name

pupil_name: string

reason

reason: string

room_name

room_name: null | string

score

score: number

style

style: { border_color: null | string; custom_class: null | string }

Type declaration

  • border_color: null | string
  • custom_class: null | string

teacher_name

teacher_name: string

timestamp

timestamp: string

timestamp_custom_time

timestamp_custom_time: null | string

type

type: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/types.GetActivityOptions.html b/docs/interfaces/types.GetActivityOptions.html index 28801cc..f8aede5 100644 --- a/docs/interfaces/types.GetActivityOptions.html +++ b/docs/interfaces/types.GetActivityOptions.html @@ -1 +1 @@ -GetActivityOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetActivityOptions

Hierarchy

  • GetActivityOptions

Index

Properties

Properties

Optional from

from?: string

Optional to

to?: string

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +GetActivityOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetActivityOptions

Hierarchy

  • GetActivityOptions

Index

Properties

Properties

Optional from

from?: string

Optional to

to?: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/types.GetBehaviourOptions.html b/docs/interfaces/types.GetBehaviourOptions.html index 97ca422..288c6b6 100644 --- a/docs/interfaces/types.GetBehaviourOptions.html +++ b/docs/interfaces/types.GetBehaviourOptions.html @@ -1 +1 @@ -GetBehaviourOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetBehaviourOptions

Hierarchy

  • GetBehaviourOptions

Index

Properties

Properties

Optional from

from?: string

Optional last_id

last_id?: string

Optional to

to?: string

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +GetBehaviourOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetBehaviourOptions

Hierarchy

  • GetBehaviourOptions

Index

Properties

Properties

Optional from

from?: string

Optional last_id

last_id?: string

Optional to

to?: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

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

Interface GetHomeworkOptions

Hierarchy

  • GetHomeworkOptions

Index

Properties

displayDate

displayDate: DisplayDate

fromDate

fromDate: string

toDate

toDate: string

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +GetHomeworkOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetHomeworkOptions

Hierarchy

  • GetHomeworkOptions

Index

Properties

Optional displayDate

displayDate?: DisplayDate

Optional fromDate

fromDate?: string

Optional toDate

toDate?: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/types.GetLessonsOptions.html b/docs/interfaces/types.GetLessonsOptions.html index 944c380..ba40982 100644 --- a/docs/interfaces/types.GetLessonsOptions.html +++ b/docs/interfaces/types.GetLessonsOptions.html @@ -1 +1 @@ -GetLessonsOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetLessonsOptions

Hierarchy

  • GetLessonsOptions

Index

Properties

Properties

date

date: string

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +GetLessonsOptions | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetLessonsOptions

Hierarchy

  • GetLessonsOptions

Index

Properties

Properties

date

date: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

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

Hierarchy

  • Homework

Index

Properties

completion_time_unit

completion_time_unit: string

completion_time_value

completion_time_value: string

description

description: string

due_date

due_date: string

homework_type

homework_type: string

id

id: number

issue_date

issue_date: string

lesson

lesson: string

meta_title

meta_title: string

publish_time

publish_time: string

status

status: { allow_attachments: string; attachments: any[]; first_seen_date: string; has_feedback: boolean; id: number; last_seen_date: string; mark: null; mark_relative: number; state: null; ticked: boolean }

Type declaration

  • allow_attachments: string
  • attachments: any[]
  • first_seen_date: string
  • has_feedback: boolean
  • id: number
  • last_seen_date: string
  • mark: null
  • mark_relative: number
  • state: null
  • ticked: boolean

subject

subject: string

teacher

teacher: string

title

title: string

validated_attachments

validated_attachments: any[]

validated_links

validated_links: any[]

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Homework | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Homework

Index

Properties

completion_time_unit

completion_time_unit: string

completion_time_value

completion_time_value: string

description

description: string

due_date

due_date: string

homework_type

homework_type: string

id

id: number

issue_date

issue_date: string

lesson

lesson: string

meta_title

meta_title: string

publish_time

publish_time: string

status

status: { allow_attachments: string; attachments: any[]; first_seen_date: string; has_feedback: boolean; id: number; last_seen_date: string; mark: null; mark_relative: number; state: null; ticked: "yes" | "no" }

Type declaration

  • allow_attachments: string
  • attachments: any[]
  • first_seen_date: string
  • has_feedback: boolean
  • id: number
  • last_seen_date: string
  • mark: null
  • mark_relative: number
  • state: null
  • ticked: "yes" | "no"

subject

subject: string

teacher

teacher: string

title

title: string

validated_attachments

validated_attachments: any[]

validated_links

validated_links: any[]

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/types.Lesson.html b/docs/interfaces/types.Lesson.html index 7acf8a2..6028d91 100644 --- a/docs/interfaces/types.Lesson.html +++ b/docs/interfaces/types.Lesson.html @@ -1 +1 @@ -Lesson | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Lesson

Index

Properties

date

date: string

end_time

end_time: string

is_alternative_lesson

is_alternative_lesson: boolean

key

key: number

lesson_name

lesson_name: string

note

note: string

note_abstract

note_abstract: string

period_name

period_name: string

period_number

period_number: string

pupil_note

pupil_note: string

pupil_note_abstract

pupil_note_abstract: string

pupil_note_raw

pupil_note_raw: string

room_name

room_name: string

start_time

start_time: string

subject_name

subject_name: string

teacher_name

teacher_name: string

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Lesson | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Lesson

Index

Properties

date

date: string

end_time

end_time: string

is_alternative_lesson

is_alternative_lesson: boolean

key

key: number

lesson_name

lesson_name: string

note

note: string

note_abstract

note_abstract: string

period_name

period_name: string

period_number

period_number: string

pupil_note

pupil_note: string

pupil_note_abstract

pupil_note_abstract: string

pupil_note_raw

pupil_note_raw: string

room_name

room_name: string

start_time

start_time: string

subject_name

subject_name: string

teacher_name

teacher_name: string

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/types.Student.html b/docs/interfaces/types.Student.html index fde429a..996a6fd 100644 --- a/docs/interfaces/types.Student.html +++ b/docs/interfaces/types.Student.html @@ -1 +1 @@ -Student | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Student

Index

Properties

allow_pupils_add_timetable_notes

allow_pupils_add_timetable_notes: boolean

announcements_count

announcements_count: number

avatar_url

avatar_url: string

can_upload_attachments

can_upload_attachments: null | string

detention_alias_plural_uc

detention_alias_plural_uc: string

display_absences

display_absences: boolean

display_activity

display_activity: boolean

display_announcements

display_announcements: boolean

display_attendance

display_attendance: boolean

display_attendance_percentage

display_attendance_percentage: boolean

display_attendance_type

display_attendance_type: string

display_avatars

display_avatars: boolean

display_behaviour

display_behaviour: boolean

display_classes

display_classes: boolean

display_concern_submission

display_concern_submission: boolean

display_custom_fields

display_custom_fields: boolean

display_detentions

display_detentions: boolean

display_event_badges

display_event_badges: boolean

display_homework

display_homework: boolean

display_mental_health

display_mental_health: boolean

display_parent_behaviour

display_parent_behaviour: boolean

display_report_cards

display_report_cards: boolean

display_rewards

display_rewards: boolean

display_timetable

display_timetable: boolean

display_two_way_communications

display_two_way_communications: boolean

first_name

first_name: string

has_birthday

has_birthday: boolean

has_new_survey

has_new_survey: boolean

id

id: number

is_disabled

is_disabled: boolean

last_name

last_name: string

messages_count

messages_count: number

name

name: string

pupil_concerns_help_text

pupil_concerns_help_text: string

pusher_channel_name

pusher_channel_name: string

survey_id

survey_id: null | number

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +Student | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Student

Index

Properties

allow_pupils_add_timetable_notes

allow_pupils_add_timetable_notes: boolean

announcements_count

announcements_count: number

avatar_url

avatar_url: string

can_upload_attachments

can_upload_attachments: null | string

detention_alias_plural_uc

detention_alias_plural_uc: string

display_absences

display_absences: boolean

display_activity

display_activity: boolean

display_announcements

display_announcements: boolean

display_attendance

display_attendance: boolean

display_attendance_percentage

display_attendance_percentage: boolean

display_attendance_type

display_attendance_type: string

display_avatars

display_avatars: boolean

display_behaviour

display_behaviour: boolean

display_classes

display_classes: boolean

display_concern_submission

display_concern_submission: boolean

display_custom_fields

display_custom_fields: boolean

display_detentions

display_detentions: boolean

display_event_badges

display_event_badges: boolean

display_homework

display_homework: boolean

display_mental_health

display_mental_health: boolean

display_parent_behaviour

display_parent_behaviour: boolean

display_report_cards

display_report_cards: boolean

display_rewards

display_rewards: boolean

display_timetable

display_timetable: boolean

display_two_way_communications

display_two_way_communications: boolean

first_name

first_name: string

has_birthday

has_birthday: boolean

has_new_survey

has_new_survey: boolean

id

id: number

is_disabled

is_disabled: boolean

last_name

last_name: string

messages_count

messages_count: number

name

name: string

pupil_concerns_help_text

pupil_concerns_help_text: string

pusher_channel_name

pusher_channel_name: string

survey_id

survey_id: null | number

Legend

  • Variable
  • Type alias
  • Interface
  • Property
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html index 0f6fb5a..61afeed 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -1 +1 @@ -classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

classcharts-api

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

classcharts-api

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/api.html b/docs/modules/api.html deleted file mode 100644 index f2c2859..0000000 --- a/docs/modules/api.html +++ /dev/null @@ -1 +0,0 @@ -api | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

getActivity

getBehaviour

getLessons

getStudentInfo

  • getStudentInfo(studentCode: string, dateOfBirth?: string): Promise<Student>
  • Parameters

    • studentCode: string
    • Optional dateOfBirth: string

    Returns Promise<Student>

listHomeworks

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

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

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +client | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/consts.html b/docs/modules/consts.html index 0aa29a7..8aee34c 100644 --- a/docs/modules/consts.html +++ b/docs/modules/consts.html @@ -1 +1 @@ -consts | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

API_BASE

API_BASE: string = ...

BASE_URL

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

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +consts | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

API_BASE

API_BASE: string = ...

BASE_URL

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

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

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

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +index | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/types.html b/docs/modules/types.html index f6a4b08..19e74c5 100644 --- a/docs/modules/types.html +++ b/docs/modules/types.html @@ -1 +1 @@ -types | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +types | classcharts-api
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Type alias
  • Interface
  • Class

Settings

Theme

Generated using TypeDoc

\ No newline at end of file