diff --git a/_submodules/probot b/_submodules/probot index caee84174f1..60ff5b6e29e 160000 --- a/_submodules/probot +++ b/_submodules/probot @@ -1 +1 @@ -Subproject commit caee84174f17a4070a1d1b085649844a0a39c326 +Subproject commit 60ff5b6e29e63a3429506fdc66a1f396af7fd7b2 diff --git a/api/13.3.5/.nojekyll b/api/13.3.5/.nojekyll new file mode 100644 index 00000000000..e2ac6616add --- /dev/null +++ b/api/13.3.5/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/api/13.3.5/assets/highlight.css b/api/13.3.5/assets/highlight.css new file mode 100644 index 00000000000..64eacbc41b7 --- /dev/null +++ b/api/13.3.5/assets/highlight.css @@ -0,0 +1,78 @@ +:root { + --light-hl-0: #000000; + --dark-hl-0: #D4D4D4; + --light-hl-1: #AF00DB; + --dark-hl-1: #C586C0; + --light-hl-2: #001080; + --dark-hl-2: #9CDCFE; + --light-hl-3: #0000FF; + --dark-hl-3: #569CD6; + --light-hl-4: #795E26; + --dark-hl-4: #DCDCAA; + --light-hl-5: #A31515; + --dark-hl-5: #CE9178; + --light-hl-6: #0070C1; + --dark-hl-6: #4FC1FF; + --light-hl-7: #008000; + --dark-hl-7: #6A9955; + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --code-background: var(--dark-code-background); +} } + +:root[data-theme='light'] { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --code-background: var(--light-code-background); +} + +:root[data-theme='dark'] { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } +pre, code { background: var(--code-background); } diff --git a/api/13.3.5/assets/icons.js b/api/13.3.5/assets/icons.js new file mode 100644 index 00000000000..e88e8ca770c --- /dev/null +++ b/api/13.3.5/assets/icons.js @@ -0,0 +1,18 @@ +(function() { + addIcons(); + function addIcons() { + if (document.readyState === "loading") return document.addEventListener("DOMContentLoaded", addIcons); + const svg = document.body.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "svg")); + svg.innerHTML = `""`; + svg.style.display = "none"; + if (location.protocol === "file:") updateUseElements(); + } + + function updateUseElements() { + document.querySelectorAll("use").forEach(el => { + if (el.getAttribute("href").includes("#icon-")) { + el.setAttribute("href", el.getAttribute("href").replace(/.*#/, "#")); + } + }); + } +})() \ No newline at end of file diff --git a/api/13.3.5/assets/icons.svg b/api/13.3.5/assets/icons.svg new file mode 100644 index 00000000000..e371b8b5d88 --- /dev/null +++ b/api/13.3.5/assets/icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/api/13.3.5/assets/main.js b/api/13.3.5/assets/main.js new file mode 100644 index 00000000000..7d7f77a07d2 --- /dev/null +++ b/api/13.3.5/assets/main.js @@ -0,0 +1,60 @@ +"use strict"; +window.translations={"copy":"Copy","copied":"Copied!","normally_hidden":"This member is normally hidden due to your filter settings."}; +"use strict";(()=>{var Ce=Object.create;var ie=Object.defineProperty;var Oe=Object.getOwnPropertyDescriptor;var _e=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,Me=Object.prototype.hasOwnProperty;var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of _e(e))!Me.call(t,i)&&i!==n&&ie(t,i,{get:()=>e[i],enumerable:!(r=Oe(e,i))||r.enumerable});return t};var Ae=(t,e,n)=>(n=t!=null?Ce(Re(t)):{},De(e||!t||!t.__esModule?ie(n,"default",{value:t,enumerable:!0}):n,t));var ue=Fe((ae,le)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var d=t.utils.clone(n)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(n+=r[u+1]*i[d+1],u+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),p;m in s.node.edges?p=s.node.edges[m]:(p=new t.TokenSet,s.node.edges[m]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ae=="object"?le.exports=n():e.lunr=n()}(this,function(){return t})})()});var se=[];function G(t,e){se.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}createComponents(e){se.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}showPage(){document.body.style.display&&(document.body.style.removeProperty("display"),this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}scrollToHash(){if(location.hash){let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e&&!e.checkVisibility()){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(!n)return;let r=n.offsetParent==null,i=n;for(;i!==document.body;)i instanceof HTMLDetailsElement&&(i.open=!0),i=i.parentElement;if(n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let s=document.createElement("p");s.classList.add("warning"),s.textContent=window.translations.normally_hidden,n.prepend(s)}r&&e.scrollIntoView()}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent=window.translations.copied,e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent=window.translations.copy},100)},1e3)})})}};var oe=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var pe=Ae(ue());async function ce(t,e){if(!window.searchData)return;let n=await fetch(window.searchData),r=new Blob([await n.arrayBuffer()]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();t.data=i,t.index=pe.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:t.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{ce(e,t)}),ce(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");i.addEventListener("mouseup",()=>{te(t)}),r.addEventListener("focus",()=>t.classList.add("has-focus")),Ve(t,i,r,e)}function Ve(t,e,n,r){n.addEventListener("input",oe(()=>{Ne(t,e,n,r)},200)),n.addEventListener("keydown",i=>{i.key=="Enter"?He(e,t):i.key=="ArrowUp"?(de(e,n,-1),i.preventDefault()):i.key==="ArrowDown"&&(de(e,n,1),i.preventDefault())}),document.body.addEventListener("keypress",i=>{i.altKey||i.ctrlKey||i.metaKey||!n.matches(":focus")&&i.key==="/"&&(i.preventDefault(),n.focus())}),document.body.addEventListener("keyup",i=>{t.classList.contains("has-focus")&&(i.key==="Escape"||!e.matches(":focus-within")&&!n.matches(":focus"))&&(n.blur(),te(t))})}function te(t){t.classList.remove("has-focus")}function Ne(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o`,d=he(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=` + ${he(l.parent,i)}.${d}`);let m=document.createElement("li");m.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=u+d,m.append(p),p.addEventListener("focus",()=>{e.querySelector(".current")?.classList.remove("current"),m.classList.add("current")}),e.appendChild(m)}}function de(t,e,n){let r=t.querySelector(".current");if(!r)r=t.querySelector(n==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let i=r;if(n===1)do i=i.nextElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);else do i=i.previousElementSibling??void 0;while(i instanceof HTMLElement&&i.offsetParent==null);i?(r.classList.remove("current"),i.classList.add("current")):n===-1&&(r.classList.remove("current"),e.focus())}}function He(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),te(e)}}function he(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ee(t.substring(s,o)),`${ee(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ee(t.substring(s))),i.join("")}var Be={"&":"&","<":"<",">":">","'":"'",'"':"""};function ee(t){return t.replace(/[&<>"'"]/g,e=>Be[e])}var I=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",ye="mousemove",H="mouseup",J={x:0,y:0},me=!1,ne=!1,je=!1,D=!1,ve=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(ve?"is-mobile":"not-mobile");ve&&"ontouchstart"in document.documentElement&&(je=!0,F="touchstart",ye="touchmove",H="touchend");document.addEventListener(F,t=>{ne=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(ye,t=>{if(ne&&!D){let e=F=="touchstart"?t.targetTouches[0]:t,n=J.x-(e.pageX||0),r=J.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(H,()=>{ne=!1});document.addEventListener("click",t=>{me&&(t.preventDefault(),t.stopImmediatePropagation(),me=!1)});var X=class extends I{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(H,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(H,n=>this.onDocumentPointerUp(n))}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 n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var re;try{re=localStorage}catch{re={getItem(){return null},setItem(){}}}var Q=re;var ge=document.head.appendChild(document.createElement("style"));ge.dataset.for="filters";var Y=class extends I{constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ge.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`,this.app.updateIndexVisibility()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var Z=class extends I{constructor(e){super(e),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function Ee(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,xe(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),xe(t.value)})}function xe(t){document.documentElement.dataset.theme=t}var K;function we(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",Le),Le())}async function Le(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();K=t.dataset.base,K.endsWith("/")||(K+="/"),t.innerHTML="";for(let s of i)Se(s,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function Se(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-accordion`:"tsd-accordion";let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.dataset.key=i.join("$"),o.innerHTML='',be(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)Se(u,l,i)}else be(t,r,t.class)}function be(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=K+t.path,n&&(r.className=n),location.pathname===r.pathname&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Te=document.getElementById("tsd-theme");Te&&Ee(Te);var qe=new U;Object.defineProperty(window,"app",{value:qe});fe();we();})(); +/*! Bundled license information: + +lunr/lunr.js: + (** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + *) + (*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + *) + (*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + *) +*/ diff --git a/api/13.3.5/assets/navigation.js b/api/13.3.5/assets/navigation.js new file mode 100644 index 00000000000..0abd6398482 --- /dev/null +++ b/api/13.3.5/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAA51a21LkNhD9F+cVJwvLbrK8UYTcChYKtuBha8ulsYVHwSM5tjxApfbfU7IkW5fWZfIENTrn9Om2deuZr/8WHL/y4qxAfT8WR0W9JV0zYFqcfV2GGvyEpo4XR0WP+LY4K3asmTo8/iQ4lRr9cct3XXFUPBPaFGcnUaXzvl/FniZac8KoI7dCbeWPp9+/fT9aFEfMpz7gbB7L8jUjz/v+N1RzNrwFzUlFBw34Mx2iiW8BgxPfZlmz6YYfIeCrOOXZEBp4qP3ANgx4phtCKznm2DNU5Xg54BqTPY5pVAqT1ppoXGeiYY0Bo6asO1Kyfi4OrCRQVd2RSqGyyi9IFx25cYXXBwFK27ToI5rNY7rPMI/p/mDzl3SfY96UtmmJ17tmdP7Pc60GsoxeuCJ1h8bRELmAxI5PfjGMXOOhxV6q/K03ZEyMY+zdp5+PP5zYqQ0YcVxS1uByR5qmwy9oAF53iasErlpxWYlL6mfW4GsgwPqcAiEgevRlUymFJr8KA87/WAK3jp5nXCma6KjPFvNyYBPHg2+yxbySY1kOW8zvHKXVnqG14KLGtrjr8RDaKYVtPAxsKLeINh3kXglUIvIMrRQ0N5lLQfrDlV9TCgdwyMkH0LE27r9jbZbr3zG/Ym1gbrqCFhiepJbNK9MlXAYhK5HRnMkoJkYzzQrhzMlYrbCs/Ml4C+j6Xm1lk5XyPU59zwaOG7la7fEwpnJYKHJVUZTMfO41Waw9D240MLNAPFgrmm/HUFP2qH5GLS7/HmN5CmiloJWAZuUnWLeS9NcYT8wP4JATe/+G0CY+0SQme65JeGJSGJoLPmF0ZN0el6jvSy0XszyjK9T3lUZnmb+TRG+lIJTj4QnVqRg23wn54aOfkDjFe+lA9QKC+RLREr7gzZaxZ7HEvL6Fa6dg1QzLKtqjZNwKQk7l7AgAO1Y3uYObpFjd7FA+N3G2JLTBr36p5o+zSnPe9x2pkTDlP2Zf7gcYL0OcHn86ff/u1LAHoL365wVZaaFY3gkZEF4xIZUce2kv7mkPEFkgcY2bmrNnkiO1IkOK93jYQwcuQ2qBhDTix3FAMUCI62fUzwGG9MBbsyEjx222OcF2iJInPPJyjgfODg2pNCRr4l0r1oWnq292vq7L8S97pnW2vBChg7hojmDKxVTDTclCr5oamA+KFqVSI7kH83OT7L3Z6+KYDhgQSx7YFb/k24Fx3uFwS8H0oP/XrINaDC3WU/OLoke6DVlRg4rJ9FUrSVfhhfBtqdqIiRKoJpP+SDB1IzK7DNY69Uj49lcvNFyJaPCYcLIgavtNJK9RuYk+eqpwXouuwYla1g+u76aW0HLpMv4ziSWqY21LKHBQ1jH1X0lfG5AzvVL0rCQl9U4yr9y4frZ5kSHVrHroQpZ8QHR8YsMuXQTNqRZOVuaK9sUPFM4aCOXKRNO0p204NXueZKUTOGXIxkNA1+Kk+g+BAHs0ELSJmLd45bEd5v2Jcw4OtesO6NO5Zw69DSsJqCVnt1cvGB35MIlvPNxCKg0Dke6tgicXv8kfuONO4G1N0D0J7/sidQSE7/3zpIw2e6WAntSH9ntlF0ow4/3ecBRIIS9jOBH5J8u8e8LW75CtdA8I2q+S2tz0nnCLzG+41qljywKkxKyZX04/7/njrHxjl2mpknFhjl5B5fyRWgAwtfrkXEATITL7rJd0D0te0n2Kq8/1sIAeTaosb3s0RQ+W0lVrcFTUxiT3BKhzaMoFu4Oh/cU/cVlyFialKKdnNF0LktTjiOOAjhhKbwXBZvUhLemHy7v7P28+Q+uIllEQYNUwvBD8Evpyh+xEmxqwKTiVHM1rn8/QB4JfoKXfkluhGUeokLUDjgkSGrem5Fbo//mBhpQ68BcacV/GjzPSrqa6xiOwOygpOZznTGIT3pSgAQZ7n9/+A/QSRreRIwAA" \ No newline at end of file diff --git a/api/13.3.5/assets/search.js b/api/13.3.5/assets/search.js new file mode 100644 index 00000000000..bc2e81d72d6 --- /dev/null +++ b/api/13.3.5/assets/search.js @@ -0,0 +1 @@ +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/api/13.3.5/assets/style.css b/api/13.3.5/assets/style.css new file mode 100644 index 00000000000..9d619a6418f --- /dev/null +++ b/api/13.3.5/assets/style.css @@ -0,0 +1,1448 @@ +:root { + /* Light */ + --light-color-background: #f2f4f8; + --light-color-background-secondary: #eff0f1; + --light-color-warning-text: #222; + --light-color-background-warning: #e6e600; + --light-color-icon-background: var(--light-color-background); + --light-color-accent: #c5c7c9; + --light-color-active-menu-item: var(--light-color-accent); + --light-color-text: #222; + --light-color-text-aside: #6e6e6e; + --light-color-link: #1f70c2; + --light-color-focus-outline: #3584e4; + + --light-color-ts-keyword: #056bd6; + --light-color-ts-project: #b111c9; + --light-color-ts-module: var(--light-color-ts-project); + --light-color-ts-namespace: var(--light-color-ts-project); + --light-color-ts-enum: #7e6f15; + --light-color-ts-enum-member: var(--light-color-ts-enum); + --light-color-ts-variable: #4760ec; + --light-color-ts-function: #572be7; + --light-color-ts-class: #1f70c2; + --light-color-ts-interface: #108024; + --light-color-ts-constructor: var(--light-color-ts-class); + --light-color-ts-property: var(--light-color-ts-variable); + --light-color-ts-method: var(--light-color-ts-function); + --light-color-ts-call-signature: var(--light-color-ts-method); + --light-color-ts-index-signature: var(--light-color-ts-property); + --light-color-ts-constructor-signature: var(--light-color-ts-constructor); + --light-color-ts-parameter: var(--light-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --light-color-ts-type-parameter: #a55c0e; + --light-color-ts-accessor: var(--light-color-ts-property); + --light-color-ts-get-signature: var(--light-color-ts-accessor); + --light-color-ts-set-signature: var(--light-color-ts-accessor); + --light-color-ts-type-alias: #d51270; + /* reference not included as links will be colored with the kind that it points to */ + --light-color-document: #000000; + + --light-external-icon: url("data:image/svg+xml;utf8,"); + --light-color-scheme: light; + + /* Dark */ + --dark-color-background: #2b2e33; + --dark-color-background-secondary: #1e2024; + --dark-color-background-warning: #bebe00; + --dark-color-warning-text: #222; + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-accent: #9096a2; + --dark-color-active-menu-item: #5d5d6a; + --dark-color-text: #f5f5f5; + --dark-color-text-aside: #dddddd; + --dark-color-link: #00aff4; + --dark-color-focus-outline: #4c97f2; + + --dark-color-ts-keyword: #3399ff; + --dark-color-ts-project: #e358ff; + --dark-color-ts-module: var(--dark-color-ts-project); + --dark-color-ts-namespace: var(--dark-color-ts-project); + --dark-color-ts-enum: #f4d93e; + --dark-color-ts-enum-member: var(--dark-color-ts-enum); + --dark-color-ts-variable: #798dff; + --dark-color-ts-function: #a280ff; + --dark-color-ts-class: #8ac4ff; + --dark-color-ts-interface: #6cff87; + --dark-color-ts-constructor: var(--dark-color-ts-class); + --dark-color-ts-property: var(--dark-color-ts-variable); + --dark-color-ts-method: var(--dark-color-ts-function); + --dark-color-ts-call-signature: var(--dark-color-ts-method); + --dark-color-ts-index-signature: var(--dark-color-ts-property); + --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); + --dark-color-ts-parameter: var(--dark-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --dark-color-ts-type-parameter: #e07d13; + --dark-color-ts-accessor: var(--dark-color-ts-property); + --dark-color-ts-get-signature: var(--dark-color-ts-accessor); + --dark-color-ts-set-signature: var(--dark-color-ts-accessor); + --dark-color-ts-type-alias: #ff6492; + /* reference not included as links will be colored with the kind that it points to */ + --dark-color-document: #ffffff; + + --dark-external-icon: url("data:image/svg+xml;utf8,"); + --dark-color-scheme: dark; +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-focus-outline: var(--light-color-focus-outline); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + --color-document: var(--light-color-document); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-focus-outline: var(--dark-color-focus-outline); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + --color-document: var(--dark-color-document); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); + } +} + +html { + color-scheme: var(--color-scheme); +} + +body { + margin: 0; +} + +:root[data-theme="light"] { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-focus-outline: var(--light-color-focus-outline); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + --color-document: var(--light-color-document); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); +} + +:root[data-theme="dark"] { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-focus-outline: var(--dark-color-focus-outline); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + --color-document: var(--dark-color-document); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); +} + +*:focus-visible, +.tsd-accordion-summary:focus-visible svg { + outline: 2px solid var(--color-focus-outline); +} + +.always-visible, +.always-visible .tsd-signatures { + display: inherit !important; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +h1 { + font-size: 1.875rem; + margin: 0.67rem 0; +} + +h2 { + font-size: 1.5rem; + margin: 0.83rem 0; +} + +h3 { + font-size: 1.25rem; + margin: 1rem 0; +} + +h4 { + font-size: 1.05rem; + margin: 1.33rem 0; +} + +h5 { + font-size: 1rem; + margin: 1.5rem 0; +} + +h6 { + font-size: 0.875rem; + margin: 2.33rem 0; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1700px; + padding: 0 2rem; +} + +/* Footer */ +footer { + border-top: 1px solid var(--color-accent); + padding-top: 1rem; + padding-bottom: 1rem; + max-height: 3.5rem; +} +footer > p { + margin: 0 1em; +} + +.container-main { + margin: 0 auto; + /* toolbar, footer, margin */ + min-height: calc(100vh - 41px - 56px - 4rem); +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", + Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} +a.tsd-anchor-link { + color: var(--color-text); +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 0.875rem; + border-radius: 0.8em; +} + +pre { + position: relative; + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; + padding: 10px; + border: 1px solid var(--color-accent); +} +pre code { + padding: 0; + font-size: 100%; +} +pre > button { + position: absolute; + top: 10px; + right: 10px; + opacity: 0; + transition: opacity 0.1s; + box-sizing: border-box; +} +pre:hover > button, +pre > button.visible { + opacity: 1; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h4, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} +.tsd-typography table { + border-collapse: collapse; + border: none; +} +.tsd-typography td, +.tsd-typography th { + padding: 6px 13px; + border: 1px solid var(--color-accent); +} +.tsd-typography thead, +.tsd-typography tr:nth-child(even) { + background-color: var(--color-background-secondary); +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +.tsd-comment-tags { + display: flex; + flex-direction: column; +} +dl.tsd-comment-tag-group { + display: flex; + align-items: center; + overflow: hidden; + margin: 0.5em 0; +} +dl.tsd-comment-tag-group dt { + display: flex; + margin-right: 0.5em; + font-size: 0.875em; + font-weight: normal; +} +dl.tsd-comment-tag-group dd { + margin: 0; +} +code.tsd-tag { + padding: 0.25em 0.4em; + border: 0.1em solid var(--color-accent); + margin-right: 0.25em; + font-size: 70%; +} +h1 code.tsd-tag:first-of-type { + margin-left: 0.25em; +} + +dl.tsd-comment-tag-group dd:before, +dl.tsd-comment-tag-group dd:after { + content: " "; +} +dl.tsd-comment-tag-group dd pre, +dl.tsd-comment-tag-group dd:after { + clear: both; +} +dl.tsd-comment-tag-group p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.tsd-filter-visibility h4 { + font-size: 1rem; + padding-top: 0.75rem; + padding-bottom: 0.5rem; + margin: 0; +} +.tsd-filter-item:not(:last-child) { + margin-bottom: 0.5rem; +} +.tsd-filter-input { + display: flex; + width: -moz-fit-content; + width: fit-content; + align-items: center; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; +} +.tsd-filter-input input[type="checkbox"] { + cursor: pointer; + position: absolute; + width: 1.5em; + height: 1.5em; + opacity: 0; +} +.tsd-filter-input input[type="checkbox"]:disabled { + pointer-events: none; +} +.tsd-filter-input svg { + cursor: pointer; + width: 1.5em; + height: 1.5em; + margin-right: 0.5em; + border-radius: 0.33em; + /* Leaving this at full opacity breaks event listeners on Firefox. + Don't remove unless you know what you're doing. */ + opacity: 0.99; +} +.tsd-filter-input input[type="checkbox"]:focus-visible + svg { + outline: 2px solid var(--color-focus-outline); +} +.tsd-checkbox-background { + fill: var(--color-accent); +} +input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { + stroke: var(--color-text); +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background { + fill: var(--color-background); + stroke: var(--color-accent); + stroke-width: 0.25rem; +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark { + stroke: var(--color-accent); +} + +.settings-label { + font-weight: bold; + text-transform: uppercase; + display: inline-block; +} + +.tsd-filter-visibility .settings-label { + margin: 0.75rem 0 0.5rem 0; +} + +.tsd-theme-toggle .settings-label { + margin: 0.75rem 0.75rem 0 0; +} + +.tsd-hierarchy { + list-style: square; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-full-hierarchy:not(:last-child) { + margin-bottom: 1em; + padding-bottom: 1em; + border-bottom: 1px solid var(--color-accent); +} +.tsd-full-hierarchy, +.tsd-full-hierarchy ul { + list-style: none; + margin: 0; + padding: 0; +} +.tsd-full-hierarchy ul { + padding-left: 1.5rem; +} +.tsd-full-hierarchy a { + padding: 0.25rem 0 !important; + font-size: 1rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} + +.tsd-panel-group.tsd-index-group { + margin-bottom: 0; +} +.tsd-index-panel .tsd-index-list { + list-style: none; + line-height: 1.333em; + margin: 0; + padding: 0.25rem 0 0 0; + overflow: hidden; + display: grid; + grid-template-columns: repeat(3, 1fr); + column-gap: 1rem; + grid-template-rows: auto; +} +@media (max-width: 1024px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(2, 1fr); + } +} +@media (max-width: 768px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(1, 1fr); + } +} +.tsd-index-panel .tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} + +.tsd-flag { + display: inline-block; + padding: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + font-weight: normal; +} + +.tsd-anchor { + position: relative; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + display: flex; + align-items: center; + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} + +.tsd-navigation.settings { + margin: 1rem 0; +} +.tsd-navigation > a, +.tsd-navigation .tsd-accordion-summary { + width: calc(100% - 0.25rem); + display: flex; + align-items: center; +} +.tsd-navigation a, +.tsd-navigation summary > span, +.tsd-page-navigation a { + display: flex; + width: calc(100% - 0.25rem); + align-items: center; + padding: 0.25rem; + color: var(--color-text); + text-decoration: none; + box-sizing: border-box; +} +.tsd-navigation a.current, +.tsd-page-navigation a.current { + background: var(--color-active-menu-item); +} +.tsd-navigation a:hover, +.tsd-page-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul, +.tsd-page-navigation ul { + margin-top: 0; + margin-bottom: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li, +.tsd-page-navigation li { + padding: 0; + max-width: 100%; +} +.tsd-navigation .tsd-nav-link { + display: none; +} +.tsd-nested-navigation { + margin-left: 3rem; +} +.tsd-nested-navigation > li > details { + margin-left: -1.5rem; +} +.tsd-small-nested-navigation { + margin-left: 1.5rem; +} +.tsd-small-nested-navigation > li > details { + margin-left: -1.5rem; +} + +.tsd-page-navigation-section { + margin-left: 10px; +} +.tsd-page-navigation-section > summary { + padding: 0.25rem; +} +.tsd-page-navigation-section > div { + margin-left: 20px; +} +.tsd-page-navigation ul { + padding-left: 1.75rem; +} + +#tsd-sidebar-links a { + margin-top: 0; + margin-bottom: 0.5rem; + line-height: 1.25rem; +} +#tsd-sidebar-links a:last-of-type { + margin-bottom: 0; +} + +a.tsd-index-link { + padding: 0.25rem 0 !important; + font-size: 1rem; + line-height: 1.25rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} +.tsd-accordion-summary { + list-style-type: none; /* hide marker on non-safari */ + outline: none; /* broken on safari, so just hide it */ +} +.tsd-accordion-summary::-webkit-details-marker { + display: none; /* hide marker on safari */ +} +.tsd-accordion-summary, +.tsd-accordion-summary a { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + + cursor: pointer; +} +.tsd-accordion-summary a { + width: calc(100% - 1.5rem); +} +.tsd-accordion-summary > * { + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} +.tsd-accordion .tsd-accordion-summary > svg { + margin-left: 0.25rem; + vertical-align: text-top; +} +.tsd-index-content > :not(:first-child) { + margin-top: 0.75rem; +} +.tsd-index-heading { + margin-top: 1.5rem; + margin-bottom: 0.75rem; +} + +.tsd-kind-icon { + margin-right: 0.5rem; + width: 1.25rem; + height: 1.25rem; + min-width: 1.25rem; + min-height: 1.25rem; +} +.tsd-kind-icon path { + transform-origin: center; + transform: scale(1.1); +} +.tsd-signature > .tsd-kind-icon { + margin-right: 0.8rem; +} + +.tsd-panel { + margin-bottom: 2.5rem; +} +.tsd-panel.tsd-member { + margin-bottom: 4rem; +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5rem -1.5rem 0.75rem -1.5rem; + padding: 0 1.5rem 0.75rem 1.5rem; +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: none; +} + +.tsd-panel-group { + margin: 2rem 0; +} +.tsd-panel-group.tsd-index-group { + margin: 2rem 0; +} +.tsd-panel-group.tsd-index-group details { + margin: 2rem 0; +} +.tsd-panel-group > .tsd-accordion-summary { + margin-bottom: 1rem; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 2.5rem; + height: 100%; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title, +#tsd-toolbar-links a { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + background-color: var(--color-background); + line-height: initial; + padding: 4px; +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-background-secondary); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current:not(.no-results), +#tsd-search .results li:hover:not(.no-results) { + background-color: var(--color-accent); +} +#tsd-search .results a { + display: flex; + align-items: center; + padding: 0.25rem; + box-sizing: border-box; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-accent); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title, +#tsd-search.has-focus #tsd-toolbar-links a { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +#tsd-toolbar-links { + position: absolute; + top: 0; + right: 2rem; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-end; +} +#tsd-toolbar-links a { + margin-left: 1.5rem; +} +#tsd-toolbar-links a:hover { + text-decoration: underline; +} + +.tsd-signature { + margin: 0 0 1rem 0; + padding: 1rem 0.5rem; + border: 1px solid var(--color-accent); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} + +.tsd-signature-keyword { + color: var(--color-ts-keyword); + font-weight: normal; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + list-style-type: none; +} +.tsd-signatures .tsd-signature { + margin: 0; + border-color: var(--color-accent); + border-width: 1px 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-index-signature:not(:last-child) { + margin-bottom: 1em; +} +.tsd-signatures .tsd-index-signature .tsd-signature { + border-width: 1px; +} +.tsd-description .tsd-signatures .tsd-signature { + border-width: 1px; +} + +ul.tsd-parameter-list, +ul.tsd-type-parameter-list { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameter-list > li.tsd-parameter-signature, +ul.tsd-type-parameter-list > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameter-list h5, +ul.tsd-type-parameter-list h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +.tsd-sources { + margin-top: 1rem; + font-size: 0.875em; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: sticky; + z-index: 1; + top: 0; + left: 0; + width: 100%; + color: var(--color-text); + background: var(--color-background-secondary); + border-bottom: 1px var(--color-accent) solid; + transition: transform 0.3s ease-in-out; +} +.tsd-page-toolbar a { + color: var(--color-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .tsd-toolbar-contents { + display: flex; + justify-content: space-between; + height: 2.5rem; + margin: 0 auto; +} +.tsd-page-toolbar .table-cell { + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} +.tsd-page-toolbar .tsd-toolbar-icon { + box-sizing: border-box; + line-height: 0; + padding: 12px 0; +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: + opacity 0.1s, + background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-accent); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} + +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +img { + max-width: 100%; +} + +.tsd-anchor-icon { + display: inline-flex; + align-items: center; + margin-left: 0.5rem; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} + +.deprecated { + text-decoration: line-through !important; +} + +.warning { + padding: 1rem; + color: var(--color-warning-text); + background: var(--color-background-warning); +} + +.tsd-kind-project { + color: var(--color-ts-project); +} +.tsd-kind-module { + color: var(--color-ts-module); +} +.tsd-kind-namespace { + color: var(--color-ts-namespace); +} +.tsd-kind-enum { + color: var(--color-ts-enum); +} +.tsd-kind-enum-member { + color: var(--color-ts-enum-member); +} +.tsd-kind-variable { + color: var(--color-ts-variable); +} +.tsd-kind-function { + color: var(--color-ts-function); +} +.tsd-kind-class { + color: var(--color-ts-class); +} +.tsd-kind-interface { + color: var(--color-ts-interface); +} +.tsd-kind-constructor { + color: var(--color-ts-constructor); +} +.tsd-kind-property { + color: var(--color-ts-property); +} +.tsd-kind-method { + color: var(--color-ts-method); +} +.tsd-kind-call-signature { + color: var(--color-ts-call-signature); +} +.tsd-kind-index-signature { + color: var(--color-ts-index-signature); +} +.tsd-kind-constructor-signature { + color: var(--color-ts-constructor-signature); +} +.tsd-kind-parameter { + color: var(--color-ts-parameter); +} +.tsd-kind-type-literal { + color: var(--color-ts-type-literal); +} +.tsd-kind-type-parameter { + color: var(--color-ts-type-parameter); +} +.tsd-kind-accessor { + color: var(--color-ts-accessor); +} +.tsd-kind-get-signature { + color: var(--color-ts-get-signature); +} +.tsd-kind-set-signature { + color: var(--color-ts-set-signature); +} +.tsd-kind-type-alias { + color: var(--color-ts-type-alias); +} + +/* if we have a kind icon, don't color the text by kind */ +.tsd-kind-icon ~ span { + color: var(--color-text); +} + +* { + scrollbar-width: thin; + scrollbar-color: var(--color-accent) var(--color-icon-background); +} + +*::-webkit-scrollbar { + width: 0.75rem; +} + +*::-webkit-scrollbar-track { + background: var(--color-icon-background); +} + +*::-webkit-scrollbar-thumb { + background-color: var(--color-accent); + border-radius: 999rem; + border: 0.25rem solid var(--color-icon-background); +} + +/* mobile */ +@media (max-width: 769px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } + + .container-main { + display: flex; + } + html .col-content { + float: none; + max-width: 100%; + width: 100%; + } + html .col-sidebar { + position: fixed !important; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + padding: 1.5rem 1.5rem 0 0; + width: 75vw; + visibility: hidden; + background-color: var(--color-background); + transform: translate(100%, 0); + } + html .col-sidebar > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu .col-sidebar { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu .col-sidebar { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu .col-sidebar { + visibility: visible; + transform: translate(0, 0); + display: flex; + flex-direction: column; + gap: 1.5rem; + max-height: 100vh; + padding: 1rem 2rem; + } + .has-menu .tsd-navigation { + max-height: 100%; + } + #tsd-toolbar-links { + display: none; + } + .tsd-navigation .tsd-nav-link { + display: flex; + } +} + +/* one sidebar */ +@media (min-width: 770px) { + .container-main { + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); + grid-template-areas: "sidebar content"; + margin: 2rem auto; + } + + .col-sidebar { + grid-area: sidebar; + } + .col-content { + grid-area: content; + padding: 0 1rem; + } +} +@media (min-width: 770px) and (max-width: 1399px) { + .col-sidebar { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + padding-top: 1rem; + } + .site-menu { + margin-top: 1rem; + } +} + +/* two sidebars */ +@media (min-width: 1200px) { + .container-main { + grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem); + grid-template-areas: "sidebar content toc"; + } + + .col-sidebar { + display: contents; + } + + .page-menu { + grid-area: toc; + padding-left: 1rem; + } + .site-menu { + grid-area: sidebar; + } + + .site-menu { + margin-top: 1rem 0; + } + + .page-menu, + .site-menu { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + } +} diff --git a/api/13.3.5/classes/context.Context.html b/api/13.3.5/classes/context.Context.html new file mode 100644 index 00000000000..d37f9e10821 --- /dev/null +++ b/api/13.3.5/classes/context.Context.html @@ -0,0 +1,67 @@ +Context | probot

Class Context<E>

The context of the event that was triggered, including the payload and +helpers for extracting information can be passed to GitHub API calls.

+
export default app => {
app.on('push', context => {
context.log.info('Code was pushed to the repo, what should we do with it?');
});
}; +
+ +

Type Parameters

  • E extends WebhookEvents = WebhookEvents

Constructors

Properties

Accessors

Methods

Constructors

  • Type Parameters

    • E extends
          | "status"
          | "branch_protection_configuration"
          | "branch_protection_rule.disabled"
          | "branch_protection_rule.enabled"
          | "branch_protection_rule"
          | "branch_protection_rule.created"
          | "branch_protection_rule.deleted"
          | "branch_protection_rule.edited"
          | "check_run"
          | "check_run.completed"
          | "check_run.created"
          | "check_run.requested_action"
          | "check_run.rerequested"
          | "check_suite"
          | "check_suite.completed"
          | "check_suite.requested"
          | "check_suite.rerequested"
          | "code_scanning_alert"
          | "code_scanning_alert.appeared_in_branch"
          | "code_scanning_alert.closed_by_user"
          | "code_scanning_alert.created"
          | "code_scanning_alert.fixed"
          | "code_scanning_alert.reopened"
          | "code_scanning_alert.reopened_by_user"
          | "commit_comment"
          | "commit_comment.created"
          | "create"
          | "custom_property"
          | "custom_property.created"
          | "custom_property.deleted"
          | "custom_property_values"
          | "custom_property_values.updated"
          | "delete"
          | "dependabot_alert"
          | "dependabot_alert.created"
          | "dependabot_alert.dismissed"
          | "dependabot_alert.fixed"
          | "dependabot_alert.reintroduced"
          | "dependabot_alert.reopened"
          | "deploy_key"
          | "deploy_key.created"
          | "deploy_key.deleted"
          | "deployment"
          | "deployment.created"
          | "deployment_protection_rule"
          | "deployment_protection_rule.requested"
          | "deployment_review"
          | "deployment_review.approved"
          | "deployment_review.rejected"
          | "deployment_review.requested"
          | "deployment_status"
          | "deployment_status.created"
          | "discussion"
          | "discussion.answered"
          | "discussion.category_changed"
          | "discussion.created"
          | "discussion.deleted"
          | "discussion.edited"
          | "discussion.labeled"
          | "discussion.locked"
          | "discussion.pinned"
          | "discussion.transferred"
          | "discussion.unanswered"
          | "discussion.unlabeled"
          | "discussion.unlocked"
          | "discussion.unpinned"
          | "discussion_comment"
          | "discussion_comment.created"
          | "discussion_comment.deleted"
          | "discussion_comment.edited"
          | "fork"
          | "github_app_authorization"
          | "github_app_authorization.revoked"
          | "gollum"
          | "installation"
          | "installation.created"
          | "installation.deleted"
          | "installation.new_permissions_accepted"
          | "installation.suspend"
          | "installation.unsuspend"
          | "installation_repositories"
          | "installation_repositories.added"
          | "installation_repositories.removed"
          | "installation_target"
          | "installation_target.renamed"
          | "issue_comment"
          | "issue_comment.created"
          | "issue_comment.deleted"
          | "issue_comment.edited"
          | "issues"
          | "issues.assigned"
          | "issues.closed"
          | "issues.deleted"
          | "issues.demilestoned"
          | "issues.edited"
          | "issues.labeled"
          | "issues.locked"
          | "issues.milestoned"
          | "issues.opened"
          | "issues.pinned"
          | "issues.reopened"
          | "issues.transferred"
          | "issues.unassigned"
          | "issues.unlabeled"
          | "issues.unlocked"
          | "issues.unpinned"
          | "label"
          | "label.created"
          | "label.deleted"
          | "label.edited"
          | "marketplace_purchase"
          | "marketplace_purchase.cancelled"
          | "marketplace_purchase.changed"
          | "marketplace_purchase.pending_change"
          | "marketplace_purchase.pending_change_cancelled"
          | "marketplace_purchase.purchased"
          | "member"
          | "member.added"
          | "member.edited"
          | "member.removed"
          | "membership"
          | "membership.added"
          | "membership.removed"
          | "merge_group"
          | "merge_group.checks_requested"
          | "meta"
          | "meta.deleted"
          | "milestone"
          | "milestone.closed"
          | "milestone.created"
          | "milestone.deleted"
          | "milestone.edited"
          | "milestone.opened"
          | "org_block"
          | "org_block.blocked"
          | "org_block.unblocked"
          | "organization"
          | "organization.deleted"
          | "organization.member_added"
          | "organization.member_invited"
          | "organization.member_removed"
          | "organization.renamed"
          | "package"
          | "package.published"
          | "package.updated"
          | "page_build"
          | "ping"
          | "project"
          | "project.closed"
          | "project.created"
          | "project.deleted"
          | "project.edited"
          | "project.reopened"
          | "project_card"
          | "project_card.converted"
          | "project_card.created"
          | "project_card.deleted"
          | "project_card.edited"
          | "project_card.moved"
          | "project_column"
          | "project_column.created"
          | "project_column.deleted"
          | "project_column.edited"
          | "project_column.moved"
          | "projects_v2_item"
          | "projects_v2_item.archived"
          | "projects_v2_item.converted"
          | "projects_v2_item.created"
          | "projects_v2_item.deleted"
          | "projects_v2_item.edited"
          | "projects_v2_item.reordered"
          | "projects_v2_item.restored"
          | "public"
          | "pull_request"
          | "pull_request.assigned"
          | "pull_request.auto_merge_disabled"
          | "pull_request.auto_merge_enabled"
          | "pull_request.closed"
          | "pull_request.converted_to_draft"
          | "pull_request.demilestoned"
          | "pull_request.dequeued"
          | "pull_request.edited"
          | "pull_request.enqueued"
          | "pull_request.labeled"
          | "pull_request.locked"
          | "pull_request.milestoned"
          | "pull_request.opened"
          | "pull_request.ready_for_review"
          | "pull_request.reopened"
          | "pull_request.review_request_removed"
          | "pull_request.review_requested"
          | "pull_request.synchronize"
          | "pull_request.unassigned"
          | "pull_request.unlabeled"
          | "pull_request.unlocked"
          | "pull_request_review"
          | "pull_request_review.dismissed"
          | "pull_request_review.edited"
          | "pull_request_review.submitted"
          | "pull_request_review_comment"
          | "pull_request_review_comment.created"
          | "pull_request_review_comment.deleted"
          | "pull_request_review_comment.edited"
          | "pull_request_review_thread"
          | "pull_request_review_thread.resolved"
          | "pull_request_review_thread.unresolved"
          | "push"
          | "registry_package"
          | "registry_package.published"
          | "registry_package.updated"
          | "release"
          | "release.created"
          | "release.deleted"
          | "release.edited"
          | "release.prereleased"
          | "release.published"
          | "release.released"
          | "release.unpublished"
          | "repository"
          | "repository.archived"
          | "repository.created"
          | "repository.deleted"
          | "repository.edited"
          | "repository.privatized"
          | "repository.publicized"
          | "repository.renamed"
          | "repository.transferred"
          | "repository.unarchived"
          | "repository_dispatch"
          | "repository_import"
          | "repository_vulnerability_alert"
          | "repository_vulnerability_alert.create"
          | "repository_vulnerability_alert.dismiss"
          | "repository_vulnerability_alert.reopen"
          | "repository_vulnerability_alert.resolve"
          | "secret_scanning_alert"
          | "secret_scanning_alert.created"
          | "secret_scanning_alert.reopened"
          | "secret_scanning_alert.resolved"
          | "secret_scanning_alert.revoked"
          | "secret_scanning_alert_location"
          | "secret_scanning_alert_location.created"
          | "security_advisory"
          | "security_advisory.performed"
          | "security_advisory.published"
          | "security_advisory.updated"
          | "security_advisory.withdrawn"
          | "sponsorship"
          | "sponsorship.cancelled"
          | "sponsorship.created"
          | "sponsorship.edited"
          | "sponsorship.pending_cancellation"
          | "sponsorship.pending_tier_change"
          | "sponsorship.tier_changed"
          | "star"
          | "star.created"
          | "star.deleted"
          | "team"
          | "team.added_to_repository"
          | "team.created"
          | "team.deleted"
          | "team.edited"
          | "team.removed_from_repository"
          | "team_add"
          | "watch"
          | "watch.started"
          | "workflow_dispatch"
          | "workflow_job"
          | "workflow_job.completed"
          | "workflow_job.in_progress"
          | "workflow_job.queued"
          | "workflow_job.waiting"
          | "workflow_run"
          | "workflow_run.completed"
          | "workflow_run.in_progress"
          | "workflow_run.requested" =
          | "status"
          | "branch_protection_configuration"
          | "branch_protection_rule.disabled"
          | "branch_protection_rule.enabled"
          | "branch_protection_rule"
          | "branch_protection_rule.created"
          | "branch_protection_rule.deleted"
          | "branch_protection_rule.edited"
          | "check_run"
          | "check_run.completed"
          | "check_run.created"
          | "check_run.requested_action"
          | "check_run.rerequested"
          | "check_suite"
          | "check_suite.completed"
          | "check_suite.requested"
          | "check_suite.rerequested"
          | "code_scanning_alert"
          | "code_scanning_alert.appeared_in_branch"
          | "code_scanning_alert.closed_by_user"
          | "code_scanning_alert.created"
          | "code_scanning_alert.fixed"
          | "code_scanning_alert.reopened"
          | "code_scanning_alert.reopened_by_user"
          | "commit_comment"
          | "commit_comment.created"
          | "create"
          | "custom_property"
          | "custom_property.created"
          | "custom_property.deleted"
          | "custom_property_values"
          | "custom_property_values.updated"
          | "delete"
          | "dependabot_alert"
          | "dependabot_alert.created"
          | "dependabot_alert.dismissed"
          | "dependabot_alert.fixed"
          | "dependabot_alert.reintroduced"
          | "dependabot_alert.reopened"
          | "deploy_key"
          | "deploy_key.created"
          | "deploy_key.deleted"
          | "deployment"
          | "deployment.created"
          | "deployment_protection_rule"
          | "deployment_protection_rule.requested"
          | "deployment_review"
          | "deployment_review.approved"
          | "deployment_review.rejected"
          | "deployment_review.requested"
          | "deployment_status"
          | "deployment_status.created"
          | "discussion"
          | "discussion.answered"
          | "discussion.category_changed"
          | "discussion.created"
          | "discussion.deleted"
          | "discussion.edited"
          | "discussion.labeled"
          | "discussion.locked"
          | "discussion.pinned"
          | "discussion.transferred"
          | "discussion.unanswered"
          | "discussion.unlabeled"
          | "discussion.unlocked"
          | "discussion.unpinned"
          | "discussion_comment"
          | "discussion_comment.created"
          | "discussion_comment.deleted"
          | "discussion_comment.edited"
          | "fork"
          | "github_app_authorization"
          | "github_app_authorization.revoked"
          | "gollum"
          | "installation"
          | "installation.created"
          | "installation.deleted"
          | "installation.new_permissions_accepted"
          | "installation.suspend"
          | "installation.unsuspend"
          | "installation_repositories"
          | "installation_repositories.added"
          | "installation_repositories.removed"
          | "installation_target"
          | "installation_target.renamed"
          | "issue_comment"
          | "issue_comment.created"
          | "issue_comment.deleted"
          | "issue_comment.edited"
          | "issues"
          | "issues.assigned"
          | "issues.closed"
          | "issues.deleted"
          | "issues.demilestoned"
          | "issues.edited"
          | "issues.labeled"
          | "issues.locked"
          | "issues.milestoned"
          | "issues.opened"
          | "issues.pinned"
          | "issues.reopened"
          | "issues.transferred"
          | "issues.unassigned"
          | "issues.unlabeled"
          | "issues.unlocked"
          | "issues.unpinned"
          | "label"
          | "label.created"
          | "label.deleted"
          | "label.edited"
          | "marketplace_purchase"
          | "marketplace_purchase.cancelled"
          | "marketplace_purchase.changed"
          | "marketplace_purchase.pending_change"
          | "marketplace_purchase.pending_change_cancelled"
          | "marketplace_purchase.purchased"
          | "member"
          | "member.added"
          | "member.edited"
          | "member.removed"
          | "membership"
          | "membership.added"
          | "membership.removed"
          | "merge_group"
          | "merge_group.checks_requested"
          | "meta"
          | "meta.deleted"
          | "milestone"
          | "milestone.closed"
          | "milestone.created"
          | "milestone.deleted"
          | "milestone.edited"
          | "milestone.opened"
          | "org_block"
          | "org_block.blocked"
          | "org_block.unblocked"
          | "organization"
          | "organization.deleted"
          | "organization.member_added"
          | "organization.member_invited"
          | "organization.member_removed"
          | "organization.renamed"
          | "package"
          | "package.published"
          | "package.updated"
          | "page_build"
          | "ping"
          | "project"
          | "project.closed"
          | "project.created"
          | "project.deleted"
          | "project.edited"
          | "project.reopened"
          | "project_card"
          | "project_card.converted"
          | "project_card.created"
          | "project_card.deleted"
          | "project_card.edited"
          | "project_card.moved"
          | "project_column"
          | "project_column.created"
          | "project_column.deleted"
          | "project_column.edited"
          | "project_column.moved"
          | "projects_v2_item"
          | "projects_v2_item.archived"
          | "projects_v2_item.converted"
          | "projects_v2_item.created"
          | "projects_v2_item.deleted"
          | "projects_v2_item.edited"
          | "projects_v2_item.reordered"
          | "projects_v2_item.restored"
          | "public"
          | "pull_request"
          | "pull_request.assigned"
          | "pull_request.auto_merge_disabled"
          | "pull_request.auto_merge_enabled"
          | "pull_request.closed"
          | "pull_request.converted_to_draft"
          | "pull_request.demilestoned"
          | "pull_request.dequeued"
          | "pull_request.edited"
          | "pull_request.enqueued"
          | "pull_request.labeled"
          | "pull_request.locked"
          | "pull_request.milestoned"
          | "pull_request.opened"
          | "pull_request.ready_for_review"
          | "pull_request.reopened"
          | "pull_request.review_request_removed"
          | "pull_request.review_requested"
          | "pull_request.synchronize"
          | "pull_request.unassigned"
          | "pull_request.unlabeled"
          | "pull_request.unlocked"
          | "pull_request_review"
          | "pull_request_review.dismissed"
          | "pull_request_review.edited"
          | "pull_request_review.submitted"
          | "pull_request_review_comment"
          | "pull_request_review_comment.created"
          | "pull_request_review_comment.deleted"
          | "pull_request_review_comment.edited"
          | "pull_request_review_thread"
          | "pull_request_review_thread.resolved"
          | "pull_request_review_thread.unresolved"
          | "push"
          | "registry_package"
          | "registry_package.published"
          | "registry_package.updated"
          | "release"
          | "release.created"
          | "release.deleted"
          | "release.edited"
          | "release.prereleased"
          | "release.published"
          | "release.released"
          | "release.unpublished"
          | "repository"
          | "repository.archived"
          | "repository.created"
          | "repository.deleted"
          | "repository.edited"
          | "repository.privatized"
          | "repository.publicized"
          | "repository.renamed"
          | "repository.transferred"
          | "repository.unarchived"
          | "repository_dispatch"
          | "repository_import"
          | "repository_vulnerability_alert"
          | "repository_vulnerability_alert.create"
          | "repository_vulnerability_alert.dismiss"
          | "repository_vulnerability_alert.reopen"
          | "repository_vulnerability_alert.resolve"
          | "secret_scanning_alert"
          | "secret_scanning_alert.created"
          | "secret_scanning_alert.reopened"
          | "secret_scanning_alert.resolved"
          | "secret_scanning_alert.revoked"
          | "secret_scanning_alert_location"
          | "secret_scanning_alert_location.created"
          | "security_advisory"
          | "security_advisory.performed"
          | "security_advisory.published"
          | "security_advisory.updated"
          | "security_advisory.withdrawn"
          | "sponsorship"
          | "sponsorship.cancelled"
          | "sponsorship.created"
          | "sponsorship.edited"
          | "sponsorship.pending_cancellation"
          | "sponsorship.pending_tier_change"
          | "sponsorship.tier_changed"
          | "star"
          | "star.created"
          | "star.deleted"
          | "team"
          | "team.added_to_repository"
          | "team.created"
          | "team.deleted"
          | "team.edited"
          | "team.removed_from_repository"
          | "team_add"
          | "watch"
          | "watch.started"
          | "workflow_dispatch"
          | "workflow_job"
          | "workflow_job.completed"
          | "workflow_job.in_progress"
          | "workflow_job.queued"
          | "workflow_job.waiting"
          | "workflow_run"
          | "workflow_run.completed"
          | "workflow_run.in_progress"
          | "workflow_run.requested"

    Parameters

    • event: EmitterWebhookEvent<E>
    • octokit: Octokit & {} & {} & RestEndpointMethods & Api & API
    • log: Logger

    Returns Context<E>

Properties

id: string
log: Logger

A pino instance

+
name:
    | "status"
    | "branch_protection_configuration"
    | "branch_protection_rule.disabled"
    | "branch_protection_rule.enabled"
    | "branch_protection_rule"
    | "branch_protection_rule.created"
    | "branch_protection_rule.deleted"
    | "branch_protection_rule.edited"
    | "check_run"
    | "check_run.completed"
    | "check_run.created"
    | "check_run.requested_action"
    | "check_run.rerequested"
    | "check_suite"
    | "check_suite.completed"
    | "check_suite.requested"
    | "check_suite.rerequested"
    | "code_scanning_alert"
    | "code_scanning_alert.appeared_in_branch"
    | "code_scanning_alert.closed_by_user"
    | "code_scanning_alert.created"
    | "code_scanning_alert.fixed"
    | "code_scanning_alert.reopened"
    | "code_scanning_alert.reopened_by_user"
    | "commit_comment"
    | "commit_comment.created"
    | "create"
    | "custom_property"
    | "custom_property.created"
    | "custom_property.deleted"
    | "custom_property_values"
    | "custom_property_values.updated"
    | "delete"
    | "dependabot_alert"
    | "dependabot_alert.created"
    | "dependabot_alert.dismissed"
    | "dependabot_alert.fixed"
    | "dependabot_alert.reintroduced"
    | "dependabot_alert.reopened"
    | "deploy_key"
    | "deploy_key.created"
    | "deploy_key.deleted"
    | "deployment"
    | "deployment.created"
    | "deployment_protection_rule"
    | "deployment_protection_rule.requested"
    | "deployment_review"
    | "deployment_review.approved"
    | "deployment_review.rejected"
    | "deployment_review.requested"
    | "deployment_status"
    | "deployment_status.created"
    | "discussion"
    | "discussion.answered"
    | "discussion.category_changed"
    | "discussion.created"
    | "discussion.deleted"
    | "discussion.edited"
    | "discussion.labeled"
    | "discussion.locked"
    | "discussion.pinned"
    | "discussion.transferred"
    | "discussion.unanswered"
    | "discussion.unlabeled"
    | "discussion.unlocked"
    | "discussion.unpinned"
    | "discussion_comment"
    | "discussion_comment.created"
    | "discussion_comment.deleted"
    | "discussion_comment.edited"
    | "fork"
    | "github_app_authorization"
    | "github_app_authorization.revoked"
    | "gollum"
    | "installation"
    | "installation.created"
    | "installation.deleted"
    | "installation.new_permissions_accepted"
    | "installation.suspend"
    | "installation.unsuspend"
    | "installation_repositories"
    | "installation_repositories.added"
    | "installation_repositories.removed"
    | "installation_target"
    | "installation_target.renamed"
    | "issue_comment"
    | "issue_comment.created"
    | "issue_comment.deleted"
    | "issue_comment.edited"
    | "issues"
    | "issues.assigned"
    | "issues.closed"
    | "issues.deleted"
    | "issues.demilestoned"
    | "issues.edited"
    | "issues.labeled"
    | "issues.locked"
    | "issues.milestoned"
    | "issues.opened"
    | "issues.pinned"
    | "issues.reopened"
    | "issues.transferred"
    | "issues.unassigned"
    | "issues.unlabeled"
    | "issues.unlocked"
    | "issues.unpinned"
    | "label"
    | "label.created"
    | "label.deleted"
    | "label.edited"
    | "marketplace_purchase"
    | "marketplace_purchase.cancelled"
    | "marketplace_purchase.changed"
    | "marketplace_purchase.pending_change"
    | "marketplace_purchase.pending_change_cancelled"
    | "marketplace_purchase.purchased"
    | "member"
    | "member.added"
    | "member.edited"
    | "member.removed"
    | "membership"
    | "membership.added"
    | "membership.removed"
    | "merge_group"
    | "merge_group.checks_requested"
    | "meta"
    | "meta.deleted"
    | "milestone"
    | "milestone.closed"
    | "milestone.created"
    | "milestone.deleted"
    | "milestone.edited"
    | "milestone.opened"
    | "org_block"
    | "org_block.blocked"
    | "org_block.unblocked"
    | "organization"
    | "organization.deleted"
    | "organization.member_added"
    | "organization.member_invited"
    | "organization.member_removed"
    | "organization.renamed"
    | "package"
    | "package.published"
    | "package.updated"
    | "page_build"
    | "ping"
    | "project"
    | "project.closed"
    | "project.created"
    | "project.deleted"
    | "project.edited"
    | "project.reopened"
    | "project_card"
    | "project_card.converted"
    | "project_card.created"
    | "project_card.deleted"
    | "project_card.edited"
    | "project_card.moved"
    | "project_column"
    | "project_column.created"
    | "project_column.deleted"
    | "project_column.edited"
    | "project_column.moved"
    | "projects_v2_item"
    | "projects_v2_item.archived"
    | "projects_v2_item.converted"
    | "projects_v2_item.created"
    | "projects_v2_item.deleted"
    | "projects_v2_item.edited"
    | "projects_v2_item.reordered"
    | "projects_v2_item.restored"
    | "public"
    | "pull_request"
    | "pull_request.assigned"
    | "pull_request.auto_merge_disabled"
    | "pull_request.auto_merge_enabled"
    | "pull_request.closed"
    | "pull_request.converted_to_draft"
    | "pull_request.demilestoned"
    | "pull_request.dequeued"
    | "pull_request.edited"
    | "pull_request.enqueued"
    | "pull_request.labeled"
    | "pull_request.locked"
    | "pull_request.milestoned"
    | "pull_request.opened"
    | "pull_request.ready_for_review"
    | "pull_request.reopened"
    | "pull_request.review_request_removed"
    | "pull_request.review_requested"
    | "pull_request.synchronize"
    | "pull_request.unassigned"
    | "pull_request.unlabeled"
    | "pull_request.unlocked"
    | "pull_request_review"
    | "pull_request_review.dismissed"
    | "pull_request_review.edited"
    | "pull_request_review.submitted"
    | "pull_request_review_comment"
    | "pull_request_review_comment.created"
    | "pull_request_review_comment.deleted"
    | "pull_request_review_comment.edited"
    | "pull_request_review_thread"
    | "pull_request_review_thread.resolved"
    | "pull_request_review_thread.unresolved"
    | "push"
    | "registry_package"
    | "registry_package.published"
    | "registry_package.updated"
    | "release"
    | "release.created"
    | "release.deleted"
    | "release.edited"
    | "release.prereleased"
    | "release.published"
    | "release.released"
    | "release.unpublished"
    | "repository"
    | "repository.archived"
    | "repository.created"
    | "repository.deleted"
    | "repository.edited"
    | "repository.privatized"
    | "repository.publicized"
    | "repository.renamed"
    | "repository.transferred"
    | "repository.unarchived"
    | "repository_dispatch"
    | "repository_import"
    | "repository_vulnerability_alert"
    | "repository_vulnerability_alert.create"
    | "repository_vulnerability_alert.dismiss"
    | "repository_vulnerability_alert.reopen"
    | "repository_vulnerability_alert.resolve"
    | "secret_scanning_alert"
    | "secret_scanning_alert.created"
    | "secret_scanning_alert.reopened"
    | "secret_scanning_alert.resolved"
    | "secret_scanning_alert.revoked"
    | "secret_scanning_alert_location"
    | "secret_scanning_alert_location.created"
    | "security_advisory"
    | "security_advisory.performed"
    | "security_advisory.published"
    | "security_advisory.updated"
    | "security_advisory.withdrawn"
    | "sponsorship"
    | "sponsorship.cancelled"
    | "sponsorship.created"
    | "sponsorship.edited"
    | "sponsorship.pending_cancellation"
    | "sponsorship.pending_tier_change"
    | "sponsorship.tier_changed"
    | "star"
    | "star.created"
    | "star.deleted"
    | "team"
    | "team.added_to_repository"
    | "team.created"
    | "team.deleted"
    | "team.edited"
    | "team.removed_from_repository"
    | "team_add"
    | "watch"
    | "watch.started"
    | "workflow_dispatch"
    | "workflow_job"
    | "workflow_job.completed"
    | "workflow_job.in_progress"
    | "workflow_job.queued"
    | "workflow_job.waiting"
    | "workflow_run"
    | "workflow_run.completed"
    | "workflow_run.in_progress"
    | "workflow_run.requested"
octokit: Octokit & {} & {} & RestEndpointMethods & Api & API

An Octokit instance

+
payload: EmitterWebhookEvent<E>["payload"]

The webhook event payload

+

Accessors

  • get isBot(): boolean
  • Returns a boolean if the actor on the event was a bot.

    +

    Returns boolean

Methods

  • Reads the app configuration from the given YAML file in the .github +directory of the repository.

    +

    For example, given a file named .github/config.yml:

    +
    close: true
    +comment: Check the specs on the rotary girder.
    +
    + +

    Your app can read that file from the target repository:

    +
    // Load config from .github/config.yml in the repository
    const config = await context.config('config.yml')

    if (config.close) {
    context.octokit.issues.comment(context.issue({body: config.comment}))
    context.octokit.issues.edit(context.issue({state: 'closed'}))
    } +
    + +

    You can also use a defaultConfig object:

    +
    // Load config from .github/config.yml in the repository and combine with default config
    const config = await context.config('config.yml', {comment: 'Make sure to check all the specs.'})

    if (config.close) {
    context.octokit.issues.comment(context.issue({body: config.comment}));
    context.octokit.issues.edit(context.issue({state: 'closed'}))
    } +
    + +

    Config files can also specify a base that they extend. deepMergeOptions can be used +to configure how the target config, extended base, and default configs are merged.

    +

    For security reasons, configuration is only loaded from the repository's default branch, +changes made in pull requests from different branches or forks are ignored.

    +

    If you need more lower-level control over reading and merging configuration files, +you can context.octokit.config.get(options), see https://github.com/probot/octokit-plugin-config.

    +

    Type Parameters

    • T

    Parameters

    • fileName: string

      Name of the YAML file in the .github directory

      +
    • OptionaldefaultConfig: T

      An object of default config options

      +
    • OptionaldeepMergeOptions: Options

      Controls merging configs (from the deepmerge module)

      +

    Returns Promise<null | T>

    Configuration object read from the file

    +
  • Return the owner, repo, and issue_number params for making API requests +against an issue. The object passed in will be merged with the repo params.

    +
    const params = context.issue({body: 'Hello World!'})
    // Returns: {owner: 'username', repo: 'reponame', issue_number: 123, body: 'Hello World!'} +
    + +

    Type Parameters

    • T

    Parameters

    • Optionalobject: T

      Params to be merged with the issue params.

      +

    Returns RepoResultType<E> & {
        issue_number: RepoIssueNumberType<E>;
    } & T

  • Return the owner, repo, and pull_number params for making API requests +against a pull request. The object passed in will be merged with the repo params.

    +
    const params = context.pullRequest({body: 'Hello World!'})
    // Returns: {owner: 'username', repo: 'reponame', pull_number: 123, body: 'Hello World!'} +
    + +

    Type Parameters

    • T

    Parameters

    • Optionalobject: T

      Params to be merged with the pull request params.

      +

    Returns RepoResultType<E> & {
        pull_number: RepoIssueNumberType<E>;
    } & T

  • Return the owner and repo params for making API requests against a +repository.

    +
    const params = context.repo({path: '.github/config.yml'})
    // Returns: {owner: 'username', repo: 'reponame', path: '.github/config.yml'} +
    + +

    Type Parameters

    • T

    Parameters

    • Optionalobject: T

      Params to be merged with the repo params.

      +

    Returns RepoResultType<E> & T

\ No newline at end of file diff --git a/api/13.3.5/classes/manifest_creation.ManifestCreation.html b/api/13.3.5/classes/manifest_creation.ManifestCreation.html new file mode 100644 index 00000000000..dd07c7636c1 --- /dev/null +++ b/api/13.3.5/classes/manifest_creation.ManifestCreation.html @@ -0,0 +1,11 @@ +ManifestCreation | probot

Constructors

Accessors

Methods

  • Parameters

    • code: string
    • OptionalprobotOptions: OctokitOptions

    Returns Promise<any>

\ No newline at end of file diff --git a/api/13.3.5/classes/probot.Probot.html b/api/13.3.5/classes/probot.Probot.html new file mode 100644 index 00000000000..6061f8d42a7 --- /dev/null +++ b/api/13.3.5/classes/probot.Probot.html @@ -0,0 +1,17 @@ +Probot | probot

Class Probot

Constructors

Properties

auth: ((installationId?: number, log?: Logger) => Promise<Octokit & {} & {} & RestEndpointMethods & Api & API>)
log: Logger
on: (<E>(event: E | E[], callback: HandlerFunction<E, SimplifiedObject>) => void)
onAny: ((callback: ((event: EmitterWebhookEvent) => any)) => void)
onError: ((callback: ((event: WebhookEventHandlerError<SimplifiedObject>) => any)) => void)
version: String
webhookPath: string
webhooks: ProbotWebhooks
version: string = VERSION

Methods

  • Parameters

    • event: EmitterWebhookEvent

    Returns Promise<void>

\ No newline at end of file diff --git a/api/13.3.5/classes/server_server.Server.html b/api/13.3.5/classes/server_server.Server.html new file mode 100644 index 00000000000..db68436f2f6 --- /dev/null +++ b/api/13.3.5/classes/server_server.Server.html @@ -0,0 +1,14 @@ +Server | probot

Constructors

Properties

Methods

Constructors

Properties

expressApp: Application
log: Logger
probotApp: Probot
version: string = VERSION
version: string = VERSION

Methods

  • Returns Promise<Server<typeof IncomingMessage, typeof ServerResponse>>

\ No newline at end of file diff --git a/api/13.3.5/functions/apps_default.defaultApp.html b/api/13.3.5/functions/apps_default.defaultApp.html new file mode 100644 index 00000000000..6a1d29aac6e --- /dev/null +++ b/api/13.3.5/functions/apps_default.defaultApp.html @@ -0,0 +1,4 @@ +defaultApp | probot

Function defaultApp

\ No newline at end of file diff --git a/api/13.3.5/functions/apps_setup.setupAppFactory.html b/api/13.3.5/functions/apps_setup.setupAppFactory.html new file mode 100644 index 00000000000..94d77db1e46 --- /dev/null +++ b/api/13.3.5/functions/apps_setup.setupAppFactory.html @@ -0,0 +1,4 @@ +setupAppFactory | probot

Function setupAppFactory

\ No newline at end of file diff --git a/api/13.3.5/functions/auth.auth.html b/api/13.3.5/functions/auth.auth.html new file mode 100644 index 00000000000..0e36c6bab06 --- /dev/null +++ b/api/13.3.5/functions/auth.auth.html @@ -0,0 +1,14 @@ +auth | probot

Function auth

  • Authenticate and get a GitHub client that can be used to make API calls.

    +

    You'll probably want to use context.octokit instead.

    +

    Note: app.auth is asynchronous, so it needs to be prefixed with a +await +to wait for the magic to happen.

    +
     export default (app) => {
    app.on('issues.opened', async context => {
    const octokit = await app.auth();
    });
    }; +
    + +

    Parameters

    • state: State

      Probot application instance state, which is used to persist

      +
    • OptionalinstallationId: number

    Returns Promise<InstanceType<typeof ProbotOctokit>>

    An authenticated GitHub API client

    +
\ No newline at end of file diff --git a/api/13.3.5/functions/bin_read_cli_options.readCliOptions.html b/api/13.3.5/functions/bin_read_cli_options.readCliOptions.html new file mode 100644 index 00000000000..8e606cb14f3 --- /dev/null +++ b/api/13.3.5/functions/bin_read_cli_options.readCliOptions.html @@ -0,0 +1,4 @@ +readCliOptions | probot
\ No newline at end of file diff --git a/api/13.3.5/functions/bin_read_env_options.readEnvOptions.html b/api/13.3.5/functions/bin_read_env_options.readEnvOptions.html new file mode 100644 index 00000000000..0ab1d3fc574 --- /dev/null +++ b/api/13.3.5/functions/bin_read_env_options.readEnvOptions.html @@ -0,0 +1,4 @@ +readEnvOptions | probot
  • Parameters

    • env: ProcessEnv = process.env

    Returns {
        appId: number;
        args: never[];
        baseUrl: string;
        host: undefined | string;
        logFormat: "json" | "pretty";
        logLevel: LogLevel;
        logLevelInString: boolean;
        logMessageKey: undefined | string;
        port: number;
        privateKey: undefined | string;
        redisConfig: undefined | string;
        secret: undefined | string;
        sentryDsn: undefined | string;
        webhookPath: undefined | string;
        webhookProxy: undefined | string;
    }

    • appId: number
    • args: never[]
    • baseUrl: string
    • host: undefined | string
    • logFormat: "json" | "pretty"
    • logLevel: LogLevel
    • logLevelInString: boolean
    • logMessageKey: undefined | string
    • port: number
    • privateKey: undefined | string
    • redisConfig: undefined | string
    • secret: undefined | string
    • sentryDsn: undefined | string
    • webhookPath: undefined | string
    • webhookProxy: undefined | string
\ No newline at end of file diff --git a/api/13.3.5/functions/create_node_middleware.createNodeMiddleware.html b/api/13.3.5/functions/create_node_middleware.createNodeMiddleware.html new file mode 100644 index 00000000000..8774d8dbb88 --- /dev/null +++ b/api/13.3.5/functions/create_node_middleware.createNodeMiddleware.html @@ -0,0 +1,4 @@ +createNodeMiddleware | probot
\ No newline at end of file diff --git a/api/13.3.5/functions/create_probot.createProbot.html b/api/13.3.5/functions/create_probot.createProbot.html new file mode 100644 index 00000000000..d6a286adcdc --- /dev/null +++ b/api/13.3.5/functions/create_probot.createProbot.html @@ -0,0 +1,7 @@ +createProbot | probot

Function createProbot

\ No newline at end of file diff --git a/api/13.3.5/functions/get_router.getRouter.html b/api/13.3.5/functions/get_router.getRouter.html new file mode 100644 index 00000000000..3f2dfc1806a --- /dev/null +++ b/api/13.3.5/functions/get_router.getRouter.html @@ -0,0 +1,8 @@ +getRouter | probot

Function getRouter

\ No newline at end of file diff --git a/api/13.3.5/functions/helpers_get_error_handler.getErrorHandler.html b/api/13.3.5/functions/helpers_get_error_handler.getErrorHandler.html new file mode 100644 index 00000000000..fd704dca863 --- /dev/null +++ b/api/13.3.5/functions/helpers_get_error_handler.getErrorHandler.html @@ -0,0 +1,4 @@ +getErrorHandler | probot
  • Parameters

    • log: Logger

    Returns ((error: Error & {
        event?: EmitterWebhookEvent;
    }) => void)

      • (error): void
      • Parameters

        • error: Error & {
              event?: EmitterWebhookEvent;
          }

        Returns void

\ No newline at end of file diff --git a/api/13.3.5/functions/helpers_get_log.getLog.html b/api/13.3.5/functions/helpers_get_log.getLog.html new file mode 100644 index 00000000000..db052ddee5e --- /dev/null +++ b/api/13.3.5/functions/helpers_get_log.getLog.html @@ -0,0 +1,4 @@ +getLog | probot
\ No newline at end of file diff --git a/api/13.3.5/functions/helpers_is_production.isProduction.html b/api/13.3.5/functions/helpers_is_production.isProduction.html new file mode 100644 index 00000000000..aeebe28bc12 --- /dev/null +++ b/api/13.3.5/functions/helpers_is_production.isProduction.html @@ -0,0 +1,4 @@ +isProduction | probot
\ No newline at end of file diff --git a/api/13.3.5/functions/helpers_is_supported_node_version.isSupportedNodeVersion.html b/api/13.3.5/functions/helpers_is_supported_node_version.isSupportedNodeVersion.html new file mode 100644 index 00000000000..9b8f2fe6781 --- /dev/null +++ b/api/13.3.5/functions/helpers_is_supported_node_version.isSupportedNodeVersion.html @@ -0,0 +1,4 @@ +isSupportedNodeVersion | probot
\ No newline at end of file diff --git a/api/13.3.5/functions/helpers_load_package_json.loadPackageJson.html b/api/13.3.5/functions/helpers_load_package_json.loadPackageJson.html new file mode 100644 index 00000000000..0a02fdceb9f --- /dev/null +++ b/api/13.3.5/functions/helpers_load_package_json.loadPackageJson.html @@ -0,0 +1,4 @@ +loadPackageJson | probot
\ No newline at end of file diff --git a/api/13.3.5/functions/helpers_rebind_log.rebindLog.html b/api/13.3.5/functions/helpers_rebind_log.rebindLog.html new file mode 100644 index 00000000000..7e7bc555cf9 --- /dev/null +++ b/api/13.3.5/functions/helpers_rebind_log.rebindLog.html @@ -0,0 +1,4 @@ +rebindLog | probot
\ No newline at end of file diff --git a/api/13.3.5/functions/helpers_resolve_app_function.resolveAppFunction.html b/api/13.3.5/functions/helpers_resolve_app_function.resolveAppFunction.html new file mode 100644 index 00000000000..0b29f4c5736 --- /dev/null +++ b/api/13.3.5/functions/helpers_resolve_app_function.resolveAppFunction.html @@ -0,0 +1,4 @@ +resolveAppFunction | probot
\ No newline at end of file diff --git a/api/13.3.5/functions/helpers_webhook_proxy.createWebhookProxy.html b/api/13.3.5/functions/helpers_webhook_proxy.createWebhookProxy.html new file mode 100644 index 00000000000..94bef6b1710 --- /dev/null +++ b/api/13.3.5/functions/helpers_webhook_proxy.createWebhookProxy.html @@ -0,0 +1,4 @@ +createWebhookProxy | probot
\ No newline at end of file diff --git a/api/13.3.5/functions/octokit_get_authenticated_octokit.getAuthenticatedOctokit.html b/api/13.3.5/functions/octokit_get_authenticated_octokit.getAuthenticatedOctokit.html new file mode 100644 index 00000000000..e8e581952a3 --- /dev/null +++ b/api/13.3.5/functions/octokit_get_authenticated_octokit.getAuthenticatedOctokit.html @@ -0,0 +1,4 @@ +getAuthenticatedOctokit | probot
  • Parameters

    • state: State
    • OptionalinstallationId: number

    Returns Promise<Octokit & {} & {} & RestEndpointMethods & Api & API>

\ No newline at end of file diff --git a/api/13.3.5/functions/octokit_get_octokit_throttle_options.getOctokitThrottleOptions.html b/api/13.3.5/functions/octokit_get_octokit_throttle_options.getOctokitThrottleOptions.html new file mode 100644 index 00000000000..52d96654fd4 --- /dev/null +++ b/api/13.3.5/functions/octokit_get_octokit_throttle_options.getOctokitThrottleOptions.html @@ -0,0 +1,4 @@ +getOctokitThrottleOptions | probot
\ No newline at end of file diff --git a/api/13.3.5/functions/octokit_get_probot_octokit_with_defaults.getProbotOctokitWithDefaults.html b/api/13.3.5/functions/octokit_get_probot_octokit_with_defaults.getProbotOctokitWithDefaults.html new file mode 100644 index 00000000000..ef10a4ffddc --- /dev/null +++ b/api/13.3.5/functions/octokit_get_probot_octokit_with_defaults.getProbotOctokitWithDefaults.html @@ -0,0 +1,11 @@ +getProbotOctokitWithDefaults | probot
  • Returns an Octokit instance with default settings for authentication. If +a githubToken is passed explicitly, the Octokit instance will be +pre-authenticated with that token when instantiated. Otherwise Octokit's +app authentication strategy is used, and options.auth options are merged +deeply when instantiated.

    +

    Besides the authentication, the Octokit's baseUrl is set as well when run +against a GitHub Enterprise Server with a custom domain.

    +

    Parameters

    • options: Options

    Returns typeof Octokit & Constructor<{} & {} & RestEndpointMethods & Api & API>

\ No newline at end of file diff --git a/api/13.3.5/functions/octokit_get_webhooks.getWebhooks.html b/api/13.3.5/functions/octokit_get_webhooks.getWebhooks.html new file mode 100644 index 00000000000..af092459341 --- /dev/null +++ b/api/13.3.5/functions/octokit_get_webhooks.getWebhooks.html @@ -0,0 +1,4 @@ +getWebhooks | probot
  • Parameters

    Returns Webhooks<Context<
        | "status"
        | "branch_protection_configuration"
        | "branch_protection_rule.disabled"
        | "branch_protection_rule.enabled"
        | "branch_protection_rule"
        | "branch_protection_rule.created"
        | "branch_protection_rule.deleted"
        | "branch_protection_rule.edited"
        | "check_run"
        | "check_run.completed"
        | "check_run.created"
        | "check_run.requested_action"
        | "check_run.rerequested"
        | "check_suite"
        | "check_suite.completed"
        | "check_suite.requested"
        | "check_suite.rerequested"
        | "code_scanning_alert"
        | "code_scanning_alert.appeared_in_branch"
        | "code_scanning_alert.closed_by_user"
        | "code_scanning_alert.created"
        | "code_scanning_alert.fixed"
        | "code_scanning_alert.reopened"
        | "code_scanning_alert.reopened_by_user"
        | "commit_comment"
        | "commit_comment.created"
        | "create"
        | "custom_property"
        | "custom_property.created"
        | "custom_property.deleted"
        | "custom_property_values"
        | "custom_property_values.updated"
        | "delete"
        | "dependabot_alert"
        | "dependabot_alert.created"
        | "dependabot_alert.dismissed"
        | "dependabot_alert.fixed"
        | "dependabot_alert.reintroduced"
        | "dependabot_alert.reopened"
        | "deploy_key"
        | "deploy_key.created"
        | "deploy_key.deleted"
        | "deployment"
        | "deployment.created"
        | "deployment_protection_rule"
        | "deployment_protection_rule.requested"
        | "deployment_review"
        | "deployment_review.approved"
        | "deployment_review.rejected"
        | "deployment_review.requested"
        | "deployment_status"
        | "deployment_status.created"
        | "discussion"
        | "discussion.answered"
        | "discussion.category_changed"
        | "discussion.created"
        | "discussion.deleted"
        | "discussion.edited"
        | "discussion.labeled"
        | "discussion.locked"
        | "discussion.pinned"
        | "discussion.transferred"
        | "discussion.unanswered"
        | "discussion.unlabeled"
        | "discussion.unlocked"
        | "discussion.unpinned"
        | "discussion_comment"
        | "discussion_comment.created"
        | "discussion_comment.deleted"
        | "discussion_comment.edited"
        | "fork"
        | "github_app_authorization"
        | "github_app_authorization.revoked"
        | "gollum"
        | "installation"
        | "installation.created"
        | "installation.deleted"
        | "installation.new_permissions_accepted"
        | "installation.suspend"
        | "installation.unsuspend"
        | "installation_repositories"
        | "installation_repositories.added"
        | "installation_repositories.removed"
        | "installation_target"
        | "installation_target.renamed"
        | "issue_comment"
        | "issue_comment.created"
        | "issue_comment.deleted"
        | "issue_comment.edited"
        | "issues"
        | "issues.assigned"
        | "issues.closed"
        | "issues.deleted"
        | "issues.demilestoned"
        | "issues.edited"
        | "issues.labeled"
        | "issues.locked"
        | "issues.milestoned"
        | "issues.opened"
        | "issues.pinned"
        | "issues.reopened"
        | "issues.transferred"
        | "issues.unassigned"
        | "issues.unlabeled"
        | "issues.unlocked"
        | "issues.unpinned"
        | "label"
        | "label.created"
        | "label.deleted"
        | "label.edited"
        | "marketplace_purchase"
        | "marketplace_purchase.cancelled"
        | "marketplace_purchase.changed"
        | "marketplace_purchase.pending_change"
        | "marketplace_purchase.pending_change_cancelled"
        | "marketplace_purchase.purchased"
        | "member"
        | "member.added"
        | "member.edited"
        | "member.removed"
        | "membership"
        | "membership.added"
        | "membership.removed"
        | "merge_group"
        | "merge_group.checks_requested"
        | "meta"
        | "meta.deleted"
        | "milestone"
        | "milestone.closed"
        | "milestone.created"
        | "milestone.deleted"
        | "milestone.edited"
        | "milestone.opened"
        | "org_block"
        | "org_block.blocked"
        | "org_block.unblocked"
        | "organization"
        | "organization.deleted"
        | "organization.member_added"
        | "organization.member_invited"
        | "organization.member_removed"
        | "organization.renamed"
        | "package"
        | "package.published"
        | "package.updated"
        | "page_build"
        | "ping"
        | "project"
        | "project.closed"
        | "project.created"
        | "project.deleted"
        | "project.edited"
        | "project.reopened"
        | "project_card"
        | "project_card.converted"
        | "project_card.created"
        | "project_card.deleted"
        | "project_card.edited"
        | "project_card.moved"
        | "project_column"
        | "project_column.created"
        | "project_column.deleted"
        | "project_column.edited"
        | "project_column.moved"
        | "projects_v2_item"
        | "projects_v2_item.archived"
        | "projects_v2_item.converted"
        | "projects_v2_item.created"
        | "projects_v2_item.deleted"
        | "projects_v2_item.edited"
        | "projects_v2_item.reordered"
        | "projects_v2_item.restored"
        | "public"
        | "pull_request"
        | "pull_request.assigned"
        | "pull_request.auto_merge_disabled"
        | "pull_request.auto_merge_enabled"
        | "pull_request.closed"
        | "pull_request.converted_to_draft"
        | "pull_request.demilestoned"
        | "pull_request.dequeued"
        | "pull_request.edited"
        | "pull_request.enqueued"
        | "pull_request.labeled"
        | "pull_request.locked"
        | "pull_request.milestoned"
        | "pull_request.opened"
        | "pull_request.ready_for_review"
        | "pull_request.reopened"
        | "pull_request.review_request_removed"
        | "pull_request.review_requested"
        | "pull_request.synchronize"
        | "pull_request.unassigned"
        | "pull_request.unlabeled"
        | "pull_request.unlocked"
        | "pull_request_review"
        | "pull_request_review.dismissed"
        | "pull_request_review.edited"
        | "pull_request_review.submitted"
        | "pull_request_review_comment"
        | "pull_request_review_comment.created"
        | "pull_request_review_comment.deleted"
        | "pull_request_review_comment.edited"
        | "pull_request_review_thread"
        | "pull_request_review_thread.resolved"
        | "pull_request_review_thread.unresolved"
        | "push"
        | "registry_package"
        | "registry_package.published"
        | "registry_package.updated"
        | "release"
        | "release.created"
        | "release.deleted"
        | "release.edited"
        | "release.prereleased"
        | "release.published"
        | "release.released"
        | "release.unpublished"
        | "repository"
        | "repository.archived"
        | "repository.created"
        | "repository.deleted"
        | "repository.edited"
        | "repository.privatized"
        | "repository.publicized"
        | "repository.renamed"
        | "repository.transferred"
        | "repository.unarchived"
        | "repository_dispatch"
        | "repository_import"
        | "repository_vulnerability_alert"
        | "repository_vulnerability_alert.create"
        | "repository_vulnerability_alert.dismiss"
        | "repository_vulnerability_alert.reopen"
        | "repository_vulnerability_alert.resolve"
        | "secret_scanning_alert"
        | "secret_scanning_alert.created"
        | "secret_scanning_alert.reopened"
        | "secret_scanning_alert.resolved"
        | "secret_scanning_alert.revoked"
        | "secret_scanning_alert_location"
        | "secret_scanning_alert_location.created"
        | "security_advisory"
        | "security_advisory.performed"
        | "security_advisory.published"
        | "security_advisory.updated"
        | "security_advisory.withdrawn"
        | "sponsorship"
        | "sponsorship.cancelled"
        | "sponsorship.created"
        | "sponsorship.edited"
        | "sponsorship.pending_cancellation"
        | "sponsorship.pending_tier_change"
        | "sponsorship.tier_changed"
        | "star"
        | "star.created"
        | "star.deleted"
        | "team"
        | "team.added_to_repository"
        | "team.created"
        | "team.deleted"
        | "team.edited"
        | "team.removed_from_repository"
        | "team_add"
        | "watch"
        | "watch.started"
        | "workflow_dispatch"
        | "workflow_job"
        | "workflow_job.completed"
        | "workflow_job.in_progress"
        | "workflow_job.queued"
        | "workflow_job.waiting"
        | "workflow_run"
        | "workflow_run.completed"
        | "workflow_run.in_progress"
        | "workflow_run.requested">>

\ No newline at end of file diff --git a/api/13.3.5/functions/octokit_octokit_plugin_probot_request_logging.probotRequestLogging.html b/api/13.3.5/functions/octokit_octokit_plugin_probot_request_logging.probotRequestLogging.html new file mode 100644 index 00000000000..8bf9737a117 --- /dev/null +++ b/api/13.3.5/functions/octokit_octokit_plugin_probot_request_logging.probotRequestLogging.html @@ -0,0 +1,4 @@ +probotRequestLogging | probot
\ No newline at end of file diff --git a/api/13.3.5/functions/octokit_octokit_webhooks_transform.webhookTransform.html b/api/13.3.5/functions/octokit_octokit_webhooks_transform.webhookTransform.html new file mode 100644 index 00000000000..d5e987e2416 --- /dev/null +++ b/api/13.3.5/functions/octokit_octokit_webhooks_transform.webhookTransform.html @@ -0,0 +1,7 @@ +webhookTransform | probot
  • Probot's transform option, which extends the event object that is passed +to webhook event handlers by @octokit/webhooks

    +

    Parameters

    • state: State
    • event: EmitterWebhookEvent

    Returns Promise<Context<
        | "status"
        | "branch_protection_configuration"
        | "branch_protection_rule.disabled"
        | "branch_protection_rule.enabled"
        | "branch_protection_rule"
        | "branch_protection_rule.created"
        | "branch_protection_rule.deleted"
        | "branch_protection_rule.edited"
        | "check_run"
        | "check_run.completed"
        | "check_run.created"
        | "check_run.requested_action"
        | "check_run.rerequested"
        | "check_suite"
        | "check_suite.completed"
        | "check_suite.requested"
        | "check_suite.rerequested"
        | "code_scanning_alert"
        | "code_scanning_alert.appeared_in_branch"
        | "code_scanning_alert.closed_by_user"
        | "code_scanning_alert.created"
        | "code_scanning_alert.fixed"
        | "code_scanning_alert.reopened"
        | "code_scanning_alert.reopened_by_user"
        | "commit_comment"
        | "commit_comment.created"
        | "create"
        | "custom_property"
        | "custom_property.created"
        | "custom_property.deleted"
        | "custom_property_values"
        | "custom_property_values.updated"
        | "delete"
        | "dependabot_alert"
        | "dependabot_alert.created"
        | "dependabot_alert.dismissed"
        | "dependabot_alert.fixed"
        | "dependabot_alert.reintroduced"
        | "dependabot_alert.reopened"
        | "deploy_key"
        | "deploy_key.created"
        | "deploy_key.deleted"
        | "deployment"
        | "deployment.created"
        | "deployment_protection_rule"
        | "deployment_protection_rule.requested"
        | "deployment_review"
        | "deployment_review.approved"
        | "deployment_review.rejected"
        | "deployment_review.requested"
        | "deployment_status"
        | "deployment_status.created"
        | "discussion"
        | "discussion.answered"
        | "discussion.category_changed"
        | "discussion.created"
        | "discussion.deleted"
        | "discussion.edited"
        | "discussion.labeled"
        | "discussion.locked"
        | "discussion.pinned"
        | "discussion.transferred"
        | "discussion.unanswered"
        | "discussion.unlabeled"
        | "discussion.unlocked"
        | "discussion.unpinned"
        | "discussion_comment"
        | "discussion_comment.created"
        | "discussion_comment.deleted"
        | "discussion_comment.edited"
        | "fork"
        | "github_app_authorization"
        | "github_app_authorization.revoked"
        | "gollum"
        | "installation"
        | "installation.created"
        | "installation.deleted"
        | "installation.new_permissions_accepted"
        | "installation.suspend"
        | "installation.unsuspend"
        | "installation_repositories"
        | "installation_repositories.added"
        | "installation_repositories.removed"
        | "installation_target"
        | "installation_target.renamed"
        | "issue_comment"
        | "issue_comment.created"
        | "issue_comment.deleted"
        | "issue_comment.edited"
        | "issues"
        | "issues.assigned"
        | "issues.closed"
        | "issues.deleted"
        | "issues.demilestoned"
        | "issues.edited"
        | "issues.labeled"
        | "issues.locked"
        | "issues.milestoned"
        | "issues.opened"
        | "issues.pinned"
        | "issues.reopened"
        | "issues.transferred"
        | "issues.unassigned"
        | "issues.unlabeled"
        | "issues.unlocked"
        | "issues.unpinned"
        | "label"
        | "label.created"
        | "label.deleted"
        | "label.edited"
        | "marketplace_purchase"
        | "marketplace_purchase.cancelled"
        | "marketplace_purchase.changed"
        | "marketplace_purchase.pending_change"
        | "marketplace_purchase.pending_change_cancelled"
        | "marketplace_purchase.purchased"
        | "member"
        | "member.added"
        | "member.edited"
        | "member.removed"
        | "membership"
        | "membership.added"
        | "membership.removed"
        | "merge_group"
        | "merge_group.checks_requested"
        | "meta"
        | "meta.deleted"
        | "milestone"
        | "milestone.closed"
        | "milestone.created"
        | "milestone.deleted"
        | "milestone.edited"
        | "milestone.opened"
        | "org_block"
        | "org_block.blocked"
        | "org_block.unblocked"
        | "organization"
        | "organization.deleted"
        | "organization.member_added"
        | "organization.member_invited"
        | "organization.member_removed"
        | "organization.renamed"
        | "package"
        | "package.published"
        | "package.updated"
        | "page_build"
        | "ping"
        | "project"
        | "project.closed"
        | "project.created"
        | "project.deleted"
        | "project.edited"
        | "project.reopened"
        | "project_card"
        | "project_card.converted"
        | "project_card.created"
        | "project_card.deleted"
        | "project_card.edited"
        | "project_card.moved"
        | "project_column"
        | "project_column.created"
        | "project_column.deleted"
        | "project_column.edited"
        | "project_column.moved"
        | "projects_v2_item"
        | "projects_v2_item.archived"
        | "projects_v2_item.converted"
        | "projects_v2_item.created"
        | "projects_v2_item.deleted"
        | "projects_v2_item.edited"
        | "projects_v2_item.reordered"
        | "projects_v2_item.restored"
        | "public"
        | "pull_request"
        | "pull_request.assigned"
        | "pull_request.auto_merge_disabled"
        | "pull_request.auto_merge_enabled"
        | "pull_request.closed"
        | "pull_request.converted_to_draft"
        | "pull_request.demilestoned"
        | "pull_request.dequeued"
        | "pull_request.edited"
        | "pull_request.enqueued"
        | "pull_request.labeled"
        | "pull_request.locked"
        | "pull_request.milestoned"
        | "pull_request.opened"
        | "pull_request.ready_for_review"
        | "pull_request.reopened"
        | "pull_request.review_request_removed"
        | "pull_request.review_requested"
        | "pull_request.synchronize"
        | "pull_request.unassigned"
        | "pull_request.unlabeled"
        | "pull_request.unlocked"
        | "pull_request_review"
        | "pull_request_review.dismissed"
        | "pull_request_review.edited"
        | "pull_request_review.submitted"
        | "pull_request_review_comment"
        | "pull_request_review_comment.created"
        | "pull_request_review_comment.deleted"
        | "pull_request_review_comment.edited"
        | "pull_request_review_thread"
        | "pull_request_review_thread.resolved"
        | "pull_request_review_thread.unresolved"
        | "push"
        | "registry_package"
        | "registry_package.published"
        | "registry_package.updated"
        | "release"
        | "release.created"
        | "release.deleted"
        | "release.edited"
        | "release.prereleased"
        | "release.published"
        | "release.released"
        | "release.unpublished"
        | "repository"
        | "repository.archived"
        | "repository.created"
        | "repository.deleted"
        | "repository.edited"
        | "repository.privatized"
        | "repository.publicized"
        | "repository.renamed"
        | "repository.transferred"
        | "repository.unarchived"
        | "repository_dispatch"
        | "repository_import"
        | "repository_vulnerability_alert"
        | "repository_vulnerability_alert.create"
        | "repository_vulnerability_alert.dismiss"
        | "repository_vulnerability_alert.reopen"
        | "repository_vulnerability_alert.resolve"
        | "secret_scanning_alert"
        | "secret_scanning_alert.created"
        | "secret_scanning_alert.reopened"
        | "secret_scanning_alert.resolved"
        | "secret_scanning_alert.revoked"
        | "secret_scanning_alert_location"
        | "secret_scanning_alert_location.created"
        | "security_advisory"
        | "security_advisory.performed"
        | "security_advisory.published"
        | "security_advisory.updated"
        | "security_advisory.withdrawn"
        | "sponsorship"
        | "sponsorship.cancelled"
        | "sponsorship.created"
        | "sponsorship.edited"
        | "sponsorship.pending_cancellation"
        | "sponsorship.pending_tier_change"
        | "sponsorship.tier_changed"
        | "star"
        | "star.created"
        | "star.deleted"
        | "team"
        | "team.added_to_repository"
        | "team.created"
        | "team.deleted"
        | "team.edited"
        | "team.removed_from_repository"
        | "team_add"
        | "watch"
        | "watch.started"
        | "workflow_dispatch"
        | "workflow_job"
        | "workflow_job.completed"
        | "workflow_job.in_progress"
        | "workflow_job.queued"
        | "workflow_job.waiting"
        | "workflow_run"
        | "workflow_run.completed"
        | "workflow_run.in_progress"
        | "workflow_run.requested">>

\ No newline at end of file diff --git a/api/13.3.5/functions/run.run.html b/api/13.3.5/functions/run.run.html new file mode 100644 index 00000000000..a5d53148f57 --- /dev/null +++ b/api/13.3.5/functions/run.run.html @@ -0,0 +1,5 @@ +run | probot

Function run

  • Parameters

    • appFnOrArgv: string[] | ApplicationFunction

      set to either a probot application function: (app) => { ... } or to process.argv

      +
    • OptionaladditionalOptions: AdditionalOptions

    Returns Promise<Server>

\ No newline at end of file diff --git a/api/13.3.5/functions/server_logging_middleware.getLoggingMiddleware.html b/api/13.3.5/functions/server_logging_middleware.getLoggingMiddleware.html new file mode 100644 index 00000000000..622ac0872be --- /dev/null +++ b/api/13.3.5/functions/server_logging_middleware.getLoggingMiddleware.html @@ -0,0 +1,4 @@ +getLoggingMiddleware | probot
  • Parameters

    • logger: Logger
    • Optionaloptions: Options<IncomingMessage, ServerResponse<IncomingMessage>, never>

    Returns HttpLogger

\ No newline at end of file diff --git a/api/13.3.5/functions/views_import.importView.html b/api/13.3.5/functions/views_import.importView.html new file mode 100644 index 00000000000..9dd05e32063 --- /dev/null +++ b/api/13.3.5/functions/views_import.importView.html @@ -0,0 +1,4 @@ +importView | probot

Function importView

  • Parameters

    • __namedParameters: {
          GH_HOST: string;
          WEBHOOK_PROXY_URL?: string;
          name?: string;
      }
      • GH_HOST: string
      • OptionalWEBHOOK_PROXY_URL?: string
      • Optionalname?: string

    Returns string

\ No newline at end of file diff --git a/api/13.3.5/functions/views_probot.probotView.html b/api/13.3.5/functions/views_probot.probotView.html new file mode 100644 index 00000000000..345c76f1fb7 --- /dev/null +++ b/api/13.3.5/functions/views_probot.probotView.html @@ -0,0 +1,4 @@ +probotView | probot

Function probotView

  • Parameters

    • __namedParameters: {
          description?: string;
          name?: string;
          version?: string;
      }
      • Optionaldescription?: string
      • Optionalname?: string
      • Optionalversion?: string

    Returns string

\ No newline at end of file diff --git a/api/13.3.5/functions/views_setup.setupView.html b/api/13.3.5/functions/views_setup.setupView.html new file mode 100644 index 00000000000..3d8b54a6f23 --- /dev/null +++ b/api/13.3.5/functions/views_setup.setupView.html @@ -0,0 +1,4 @@ +setupView | probot

Function setupView

  • Parameters

    • __namedParameters: {
          createAppUrl: string;
          description?: string;
          manifest: string;
          name?: string;
          version?: string;
      }
      • createAppUrl: string
      • Optionaldescription?: string
      • manifest: string
      • Optionalname?: string
      • Optionalversion?: string

    Returns string

\ No newline at end of file diff --git a/api/13.3.5/functions/views_success.successView.html b/api/13.3.5/functions/views_success.successView.html new file mode 100644 index 00000000000..5a2237fa3bb --- /dev/null +++ b/api/13.3.5/functions/views_success.successView.html @@ -0,0 +1,4 @@ +successView | probot

Function successView

  • Parameters

    • __namedParameters: {
          name?: string;
      }
      • Optionalname?: string

    Returns string

\ No newline at end of file diff --git a/api/13.3.5/index.html b/api/13.3.5/index.html new file mode 100644 index 00000000000..0d8ab6aa7fc --- /dev/null +++ b/api/13.3.5/index.html @@ -0,0 +1,43 @@ +probot
\ No newline at end of file diff --git a/api/13.3.5/interfaces/helpers_resolve_app_function.ResolveOptions.html b/api/13.3.5/interfaces/helpers_resolve_app_function.ResolveOptions.html new file mode 100644 index 00000000000..067dedbd879 --- /dev/null +++ b/api/13.3.5/interfaces/helpers_resolve_app_function.ResolveOptions.html @@ -0,0 +1,6 @@ +ResolveOptions | probot
interface ResolveOptions {
    basedir?: string;
    resolver?: RequireResolve;
}

Properties

Properties

basedir?: string
resolver?: RequireResolve
\ No newline at end of file diff --git a/api/13.3.5/interfaces/helpers_webhook_proxy.WebhookProxyOptions.html b/api/13.3.5/interfaces/helpers_webhook_proxy.WebhookProxyOptions.html new file mode 100644 index 00000000000..222d98b1153 --- /dev/null +++ b/api/13.3.5/interfaces/helpers_webhook_proxy.WebhookProxyOptions.html @@ -0,0 +1,9 @@ +WebhookProxyOptions | probot
interface WebhookProxyOptions {
    fetch?: Function;
    logger: Logger;
    path?: string;
    port?: number;
    url: string;
}

Properties

Properties

fetch?: Function
logger: Logger
path?: string
port?: number
url: string
\ No newline at end of file diff --git a/api/13.3.5/interfaces/types.Options.html b/api/13.3.5/interfaces/types.Options.html new file mode 100644 index 00000000000..c29ab274ebe --- /dev/null +++ b/api/13.3.5/interfaces/types.Options.html @@ -0,0 +1,18 @@ +Options | probot

Interface Options

interface Options {
    Octokit?: typeof Octokit & Constructor<{} & {} & RestEndpointMethods & Api & API>;
    appId?: string | number;
    baseUrl?: string;
    githubToken?: string;
    host?: string;
    log?: Logger;
    logLevel?:
        | "fatal"
        | "error"
        | "warn"
        | "info"
        | "debug"
        | "trace";
    logMessageKey?: string;
    port?: number;
    privateKey?: string;
    redisConfig?: string | RedisOptions;
    request?: RequestRequestOptions;
    secret?: string;
    webhookPath?: string;
}

Properties

Octokit?: typeof Octokit & Constructor<{} & {} & RestEndpointMethods & Api & API>
appId?: string | number
baseUrl?: string
githubToken?: string
host?: string
log?: Logger
logLevel?:
    | "fatal"
    | "error"
    | "warn"
    | "info"
    | "debug"
    | "trace"
logMessageKey?: string
port?: number
privateKey?: string
redisConfig?: string | RedisOptions
request?: RequestRequestOptions
secret?: string
webhookPath?: string
\ No newline at end of file diff --git a/api/13.3.5/modules/apps_default.html b/api/13.3.5/modules/apps_default.html new file mode 100644 index 00000000000..fbc5f08717a --- /dev/null +++ b/api/13.3.5/modules/apps_default.html @@ -0,0 +1,5 @@ +apps/default | probot

Module apps/default

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/apps_setup.html b/api/13.3.5/modules/apps_setup.html new file mode 100644 index 00000000000..f919875e776 --- /dev/null +++ b/api/13.3.5/modules/apps_setup.html @@ -0,0 +1,5 @@ +apps/setup | probot

Module apps/setup

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/auth.html b/api/13.3.5/modules/auth.html new file mode 100644 index 00000000000..c18990cabff --- /dev/null +++ b/api/13.3.5/modules/auth.html @@ -0,0 +1,5 @@ +auth | probot

Module auth

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/bin_probot.html b/api/13.3.5/modules/bin_probot.html new file mode 100644 index 00000000000..a133dff746e --- /dev/null +++ b/api/13.3.5/modules/bin_probot.html @@ -0,0 +1,4 @@ +bin/probot | probot

Module bin/probot

\ No newline at end of file diff --git a/api/13.3.5/modules/bin_probot_receive.html b/api/13.3.5/modules/bin_probot_receive.html new file mode 100644 index 00000000000..4c39b754058 --- /dev/null +++ b/api/13.3.5/modules/bin_probot_receive.html @@ -0,0 +1,4 @@ +bin/probot-receive | probot

Module bin/probot-receive

\ No newline at end of file diff --git a/api/13.3.5/modules/bin_probot_run.html b/api/13.3.5/modules/bin_probot_run.html new file mode 100644 index 00000000000..39d228faca5 --- /dev/null +++ b/api/13.3.5/modules/bin_probot_run.html @@ -0,0 +1,4 @@ +bin/probot-run | probot

Module bin/probot-run

\ No newline at end of file diff --git a/api/13.3.5/modules/bin_read_cli_options.html b/api/13.3.5/modules/bin_read_cli_options.html new file mode 100644 index 00000000000..9ac60bb9e9a --- /dev/null +++ b/api/13.3.5/modules/bin_read_cli_options.html @@ -0,0 +1,5 @@ +bin/read-cli-options | probot

Module bin/read-cli-options

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/bin_read_env_options.html b/api/13.3.5/modules/bin_read_env_options.html new file mode 100644 index 00000000000..de8289158d8 --- /dev/null +++ b/api/13.3.5/modules/bin_read_env_options.html @@ -0,0 +1,5 @@ +bin/read-env-options | probot

Module bin/read-env-options

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/context.html b/api/13.3.5/modules/context.html new file mode 100644 index 00000000000..90b16888780 --- /dev/null +++ b/api/13.3.5/modules/context.html @@ -0,0 +1,6 @@ +context | probot

Module context

Index

Classes

Type Aliases

\ No newline at end of file diff --git a/api/13.3.5/modules/create_node_middleware.html b/api/13.3.5/modules/create_node_middleware.html new file mode 100644 index 00000000000..4f31fe4b4fc --- /dev/null +++ b/api/13.3.5/modules/create_node_middleware.html @@ -0,0 +1,5 @@ +create-node-middleware | probot

Module create-node-middleware

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/create_probot.html b/api/13.3.5/modules/create_probot.html new file mode 100644 index 00000000000..1ce7b184096 --- /dev/null +++ b/api/13.3.5/modules/create_probot.html @@ -0,0 +1,5 @@ +create-probot | probot

Module create-probot

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/get_router.html b/api/13.3.5/modules/get_router.html new file mode 100644 index 00000000000..552197ffdf5 --- /dev/null +++ b/api/13.3.5/modules/get_router.html @@ -0,0 +1,5 @@ +get-router | probot

Module get-router

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/helpers_get_error_handler.html b/api/13.3.5/modules/helpers_get_error_handler.html new file mode 100644 index 00000000000..7eb87d0a1db --- /dev/null +++ b/api/13.3.5/modules/helpers_get_error_handler.html @@ -0,0 +1,5 @@ +helpers/get-error-handler | probot

Module helpers/get-error-handler

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/helpers_get_log.html b/api/13.3.5/modules/helpers_get_log.html new file mode 100644 index 00000000000..2e36d4b1a09 --- /dev/null +++ b/api/13.3.5/modules/helpers_get_log.html @@ -0,0 +1,6 @@ +helpers/get-log | probot

Module helpers/get-log

Index

Type Aliases

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/helpers_is_production.html b/api/13.3.5/modules/helpers_is_production.html new file mode 100644 index 00000000000..5758bd8bbbf --- /dev/null +++ b/api/13.3.5/modules/helpers_is_production.html @@ -0,0 +1,5 @@ +helpers/is-production | probot

Module helpers/is-production

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/helpers_is_supported_node_version.html b/api/13.3.5/modules/helpers_is_supported_node_version.html new file mode 100644 index 00000000000..37bd1e9d95e --- /dev/null +++ b/api/13.3.5/modules/helpers_is_supported_node_version.html @@ -0,0 +1,5 @@ +helpers/is-supported-node-version | probot
\ No newline at end of file diff --git a/api/13.3.5/modules/helpers_load_package_json.html b/api/13.3.5/modules/helpers_load_package_json.html new file mode 100644 index 00000000000..81fc36bed22 --- /dev/null +++ b/api/13.3.5/modules/helpers_load_package_json.html @@ -0,0 +1,5 @@ +helpers/load-package-json | probot

Module helpers/load-package-json

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/helpers_rebind_log.html b/api/13.3.5/modules/helpers_rebind_log.html new file mode 100644 index 00000000000..f07192390de --- /dev/null +++ b/api/13.3.5/modules/helpers_rebind_log.html @@ -0,0 +1,5 @@ +helpers/rebind-log | probot

Module helpers/rebind-log

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/helpers_resolve_app_function.html b/api/13.3.5/modules/helpers_resolve_app_function.html new file mode 100644 index 00000000000..335c75f6035 --- /dev/null +++ b/api/13.3.5/modules/helpers_resolve_app_function.html @@ -0,0 +1,6 @@ +helpers/resolve-app-function | probot

Module helpers/resolve-app-function

Index

Interfaces

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/helpers_webhook_proxy.html b/api/13.3.5/modules/helpers_webhook_proxy.html new file mode 100644 index 00000000000..b9e169e1603 --- /dev/null +++ b/api/13.3.5/modules/helpers_webhook_proxy.html @@ -0,0 +1,6 @@ +helpers/webhook-proxy | probot

Module helpers/webhook-proxy

Index

Interfaces

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/index.html b/api/13.3.5/modules/index.html new file mode 100644 index 00000000000..d8b91e679c4 --- /dev/null +++ b/api/13.3.5/modules/index.html @@ -0,0 +1,14 @@ +index | probot

Module index

References

Re-exports ApplicationFunction
Re-exports ApplicationFunctionOptions
Re-exports Context
Re-exports Options
Re-exports Probot
Re-exports ProbotOctokit
Re-exports Server
Re-exports createNodeMiddleware
Re-exports createProbot
Re-exports run
\ No newline at end of file diff --git a/api/13.3.5/modules/manifest_creation.html b/api/13.3.5/modules/manifest_creation.html new file mode 100644 index 00000000000..622acc62822 --- /dev/null +++ b/api/13.3.5/modules/manifest_creation.html @@ -0,0 +1,5 @@ +manifest-creation | probot

Module manifest-creation

Index

Classes

\ No newline at end of file diff --git a/api/13.3.5/modules/octokit_get_authenticated_octokit.html b/api/13.3.5/modules/octokit_get_authenticated_octokit.html new file mode 100644 index 00000000000..03278d15767 --- /dev/null +++ b/api/13.3.5/modules/octokit_get_authenticated_octokit.html @@ -0,0 +1,5 @@ +octokit/get-authenticated-octokit | probot
\ No newline at end of file diff --git a/api/13.3.5/modules/octokit_get_octokit_throttle_options.html b/api/13.3.5/modules/octokit_get_octokit_throttle_options.html new file mode 100644 index 00000000000..7d24eed0d7a --- /dev/null +++ b/api/13.3.5/modules/octokit_get_octokit_throttle_options.html @@ -0,0 +1,5 @@ +octokit/get-octokit-throttle-options | probot
\ No newline at end of file diff --git a/api/13.3.5/modules/octokit_get_probot_octokit_with_defaults.html b/api/13.3.5/modules/octokit_get_probot_octokit_with_defaults.html new file mode 100644 index 00000000000..f90ca6a85f4 --- /dev/null +++ b/api/13.3.5/modules/octokit_get_probot_octokit_with_defaults.html @@ -0,0 +1,5 @@ +octokit/get-probot-octokit-with-defaults | probot
\ No newline at end of file diff --git a/api/13.3.5/modules/octokit_get_webhooks.html b/api/13.3.5/modules/octokit_get_webhooks.html new file mode 100644 index 00000000000..00b5356de64 --- /dev/null +++ b/api/13.3.5/modules/octokit_get_webhooks.html @@ -0,0 +1,5 @@ +octokit/get-webhooks | probot

Module octokit/get-webhooks

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/octokit_octokit_plugin_probot_request_logging.html b/api/13.3.5/modules/octokit_octokit_plugin_probot_request_logging.html new file mode 100644 index 00000000000..edf7870a330 --- /dev/null +++ b/api/13.3.5/modules/octokit_octokit_plugin_probot_request_logging.html @@ -0,0 +1,5 @@ +octokit/octokit-plugin-probot-request-logging | probot
\ No newline at end of file diff --git a/api/13.3.5/modules/octokit_octokit_webhooks_transform.html b/api/13.3.5/modules/octokit_octokit_webhooks_transform.html new file mode 100644 index 00000000000..489792a619f --- /dev/null +++ b/api/13.3.5/modules/octokit_octokit_webhooks_transform.html @@ -0,0 +1,5 @@ +octokit/octokit-webhooks-transform | probot

Module octokit/octokit-webhooks-transform

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/octokit_probot_octokit.html b/api/13.3.5/modules/octokit_probot_octokit.html new file mode 100644 index 00000000000..6182b3f2a93 --- /dev/null +++ b/api/13.3.5/modules/octokit_probot_octokit.html @@ -0,0 +1,6 @@ +octokit/probot-octokit | probot

Module octokit/probot-octokit

Index

Type Aliases

Variables

\ No newline at end of file diff --git a/api/13.3.5/modules/probot.html b/api/13.3.5/modules/probot.html new file mode 100644 index 00000000000..f4ff5c59ed2 --- /dev/null +++ b/api/13.3.5/modules/probot.html @@ -0,0 +1,6 @@ +probot | probot

Module probot

Index

Classes

Type Aliases

\ No newline at end of file diff --git a/api/13.3.5/modules/run.html b/api/13.3.5/modules/run.html new file mode 100644 index 00000000000..0e71e775e8d --- /dev/null +++ b/api/13.3.5/modules/run.html @@ -0,0 +1,5 @@ +run | probot

Module run

Index

Functions

run +
\ No newline at end of file diff --git a/api/13.3.5/modules/server_logging_middleware.html b/api/13.3.5/modules/server_logging_middleware.html new file mode 100644 index 00000000000..1d7437b3e99 --- /dev/null +++ b/api/13.3.5/modules/server_logging_middleware.html @@ -0,0 +1,5 @@ +server/logging-middleware | probot

Module server/logging-middleware

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/server_server.html b/api/13.3.5/modules/server_server.html new file mode 100644 index 00000000000..21a95b973a5 --- /dev/null +++ b/api/13.3.5/modules/server_server.html @@ -0,0 +1,6 @@ +server/server | probot

Module server/server

Index

Classes

Variables

\ No newline at end of file diff --git a/api/13.3.5/modules/types.html b/api/13.3.5/modules/types.html new file mode 100644 index 00000000000..a2d60aeae59 --- /dev/null +++ b/api/13.3.5/modules/types.html @@ -0,0 +1,15 @@ +types | probot
\ No newline at end of file diff --git a/api/13.3.5/modules/version.html b/api/13.3.5/modules/version.html new file mode 100644 index 00000000000..f3db7fcf206 --- /dev/null +++ b/api/13.3.5/modules/version.html @@ -0,0 +1,5 @@ +version | probot

Module version

Index

Variables

\ No newline at end of file diff --git a/api/13.3.5/modules/views_import.html b/api/13.3.5/modules/views_import.html new file mode 100644 index 00000000000..3ddc3eca181 --- /dev/null +++ b/api/13.3.5/modules/views_import.html @@ -0,0 +1,5 @@ +views/import | probot

Module views/import

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/views_probot.html b/api/13.3.5/modules/views_probot.html new file mode 100644 index 00000000000..cd64998743c --- /dev/null +++ b/api/13.3.5/modules/views_probot.html @@ -0,0 +1,5 @@ +views/probot | probot

Module views/probot

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/views_setup.html b/api/13.3.5/modules/views_setup.html new file mode 100644 index 00000000000..efcb23d5bb3 --- /dev/null +++ b/api/13.3.5/modules/views_setup.html @@ -0,0 +1,5 @@ +views/setup | probot

Module views/setup

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/modules/views_success.html b/api/13.3.5/modules/views_success.html new file mode 100644 index 00000000000..ed4e35c77d6 --- /dev/null +++ b/api/13.3.5/modules/views_success.html @@ -0,0 +1,5 @@ +views/success | probot

Module views/success

Index

Functions

\ No newline at end of file diff --git a/api/13.3.5/types/context.MergeOptions.html b/api/13.3.5/types/context.MergeOptions.html new file mode 100644 index 00000000000..c46e0c353f3 --- /dev/null +++ b/api/13.3.5/types/context.MergeOptions.html @@ -0,0 +1,4 @@ +MergeOptions | probot

Type Alias MergeOptions

MergeOptions: merge.Options
\ No newline at end of file diff --git a/api/13.3.5/types/helpers_get_log.GetLogOptions.html b/api/13.3.5/types/helpers_get_log.GetLogOptions.html new file mode 100644 index 00000000000..661d5b28dc5 --- /dev/null +++ b/api/13.3.5/types/helpers_get_log.GetLogOptions.html @@ -0,0 +1,4 @@ +GetLogOptions | probot

Type Alias GetLogOptions

GetLogOptions: {
    level?: LogLevel;
    logMessageKey?: string;
} & Options
\ No newline at end of file diff --git a/api/13.3.5/types/octokit_probot_octokit.ProbotOctokit.html b/api/13.3.5/types/octokit_probot_octokit.ProbotOctokit.html new file mode 100644 index 00000000000..0212756550a --- /dev/null +++ b/api/13.3.5/types/octokit_probot_octokit.ProbotOctokit.html @@ -0,0 +1,4 @@ +ProbotOctokit | probot
ProbotOctokit: InstanceType<typeof ProbotOctokit>
\ No newline at end of file diff --git a/api/13.3.5/types/probot.Constructor.html b/api/13.3.5/types/probot.Constructor.html new file mode 100644 index 00000000000..8a8130873a6 --- /dev/null +++ b/api/13.3.5/types/probot.Constructor.html @@ -0,0 +1,4 @@ +Constructor | probot

Type Alias Constructor<T>

Constructor<T>: (new (...args: any[]) => T)

Type Parameters

  • T = any
\ No newline at end of file diff --git a/api/13.3.5/types/types.ApplicationFunction.html b/api/13.3.5/types/types.ApplicationFunction.html new file mode 100644 index 00000000000..a275ffbd6ac --- /dev/null +++ b/api/13.3.5/types/types.ApplicationFunction.html @@ -0,0 +1,4 @@ +ApplicationFunction | probot

Type Alias ApplicationFunction

ApplicationFunction: ((app: Probot, options: ApplicationFunctionOptions) => void | Promise<void>)
\ No newline at end of file diff --git a/api/13.3.5/types/types.ApplicationFunctionOptions.html b/api/13.3.5/types/types.ApplicationFunctionOptions.html new file mode 100644 index 00000000000..8ec64fe0bbb --- /dev/null +++ b/api/13.3.5/types/types.ApplicationFunctionOptions.html @@ -0,0 +1,4 @@ +ApplicationFunctionOptions | probot

Type Alias ApplicationFunctionOptions

ApplicationFunctionOptions: {
    cwd?: string;
    getRouter?: ((path?: string) => express.Router);
    [key: string]: unknown;
}
\ No newline at end of file diff --git a/api/13.3.5/types/types.Env.html b/api/13.3.5/types/types.Env.html new file mode 100644 index 00000000000..381381afcc8 --- /dev/null +++ b/api/13.3.5/types/types.Env.html @@ -0,0 +1,4 @@ +Env | probot

Type Alias Env

Env: Record<Uppercase<string>, string>
\ No newline at end of file diff --git a/api/13.3.5/types/types.Manifest.html b/api/13.3.5/types/types.Manifest.html new file mode 100644 index 00000000000..36ee4adaf5e --- /dev/null +++ b/api/13.3.5/types/types.Manifest.html @@ -0,0 +1,16 @@ +Manifest | probot

Type Alias Manifest

Manifest: {
    callback_urls?: string[];
    default_events?: WebhookEvent[];
    default_permissions?: "read-all" | "write-all" | Record<ManifestPermissionScope, ManifestPermissionValue>;
    description?: string;
    hook_attributes?: {
        active?: boolean;
        url: string;
    };
    name?: string;
    public?: boolean;
    redirect_url?: string;
    request_oauth_on_install?: boolean;
    setup_on_update?: boolean;
    setup_url?: string;
    url: string;
}

Type declaration

  • Optionalcallback_urls?: string[]

    A full URL to redirect to after someone authorizes an installation. You can provide up to 10 callback URLs.

    +
  • Optionaldefault_events?: WebhookEvent[]

    The list of events the GitHub App subscribes to.

    +
  • Optionaldefault_permissions?: "read-all" | "write-all" | Record<ManifestPermissionScope, ManifestPermissionValue>

    The set of permissions needed by the GitHub App. The format of the object uses the permission name for the key (for example, issues) and the access type for the value (for example, write).

    +
  • Optionaldescription?: string

    A description of the GitHub App.

    +
  • Optionalhook_attributes?: {
        active?: boolean;
        url: string;
    }

    The configuration of the GitHub App's webhook.

    +
    • Optionalactive?: boolean
    • url: string
  • Optionalname?: string

    The name of the GitHub App.

    +
  • Optionalpublic?: boolean

    Set to true when your GitHub App is available to the public or false when it is only accessible to the owner of the app.

    +
  • Optionalredirect_url?: string

    The full URL to redirect to after a user initiates the registration of a GitHub App from a manifest.

    +
  • Optionalrequest_oauth_on_install?: boolean

    Set to true to request the user to authorize the GitHub App, after the GitHub App is installed.

    +
  • Optionalsetup_on_update?: boolean

    Set to true to redirect users to the setup_url after they update your GitHub App installation.

    +
  • Optionalsetup_url?: string

    A full URL to redirect users to after they install your GitHub App if additional setup is required.

    +
  • url: string

    Required. The homepage of your GitHub App.

    +
\ No newline at end of file diff --git a/api/13.3.5/types/types.MiddlewareOptions.html b/api/13.3.5/types/types.MiddlewareOptions.html new file mode 100644 index 00000000000..55e1b0588c8 --- /dev/null +++ b/api/13.3.5/types/types.MiddlewareOptions.html @@ -0,0 +1,4 @@ +MiddlewareOptions | probot

Type Alias MiddlewareOptions

MiddlewareOptions: {
    probot: Probot;
    webhooksPath?: string;
    [key: string]: unknown;
}
\ No newline at end of file diff --git a/api/13.3.5/types/types.OctokitOptions.html b/api/13.3.5/types/types.OctokitOptions.html new file mode 100644 index 00000000000..6c9f48bd547 --- /dev/null +++ b/api/13.3.5/types/types.OctokitOptions.html @@ -0,0 +1,4 @@ +OctokitOptions | probot

Type Alias OctokitOptions

OctokitOptions: NonNullable<ConstructorParameters<typeof ProbotOctokit>[0]>
\ No newline at end of file diff --git a/api/13.3.5/types/types.PackageJson.html b/api/13.3.5/types/types.PackageJson.html new file mode 100644 index 00000000000..b43688169bf --- /dev/null +++ b/api/13.3.5/types/types.PackageJson.html @@ -0,0 +1,4 @@ +PackageJson | probot

Type Alias PackageJson

PackageJson: {
    description?: string;
    engines?: {
        [key: string]: string;
    };
    homepage?: string;
    name?: string;
    repository?: string;
    version?: string;
}
\ No newline at end of file diff --git a/api/13.3.5/types/types.ProbotWebhooks.html b/api/13.3.5/types/types.ProbotWebhooks.html new file mode 100644 index 00000000000..b8704143811 --- /dev/null +++ b/api/13.3.5/types/types.ProbotWebhooks.html @@ -0,0 +1,4 @@ +ProbotWebhooks | probot

Type Alias ProbotWebhooks

ProbotWebhooks: Webhooks<SimplifiedObject>
\ No newline at end of file diff --git a/api/13.3.5/types/types.ServerOptions.html b/api/13.3.5/types/types.ServerOptions.html new file mode 100644 index 00000000000..470c423ba21 --- /dev/null +++ b/api/13.3.5/types/types.ServerOptions.html @@ -0,0 +1,4 @@ +ServerOptions | probot

Type Alias ServerOptions

ServerOptions: {
    Probot: typeof Probot;
    cwd?: string;
    host?: string;
    log?: Logger;
    loggingOptions?: LoggingOptions;
    port?: number;
    request?: RequestRequestOptions;
    webhookPath?: string;
    webhookProxy?: string;
}
\ No newline at end of file diff --git a/api/13.3.5/types/types.State.html b/api/13.3.5/types/types.State.html new file mode 100644 index 00000000000..212d450f8e0 --- /dev/null +++ b/api/13.3.5/types/types.State.html @@ -0,0 +1,4 @@ +State | probot

Type Alias State

State: {
    Octokit: typeof ProbotOctokit;
    appId?: number;
    baseUrl?: string;
    cache?: LRUCache<number, string>;
    githubToken?: string;
    host?: string;
    log: Logger;
    octokit: ProbotOctokit;
    port?: number;
    privateKey?: string;
    request?: RequestRequestOptions;
    webhookPath: string;
    webhooks: {
        secret?: string;
    };
}
\ No newline at end of file diff --git a/api/13.3.5/variables/octokit_probot_octokit.ProbotOctokit-1.html b/api/13.3.5/variables/octokit_probot_octokit.ProbotOctokit-1.html new file mode 100644 index 00000000000..3f69fec438a --- /dev/null +++ b/api/13.3.5/variables/octokit_probot_octokit.ProbotOctokit-1.html @@ -0,0 +1,4 @@ +ProbotOctokit | probot
ProbotOctokit: typeof Octokit & Constructor<{} & {} & RestEndpointMethods & Api & API> = ...
\ No newline at end of file diff --git a/api/13.3.5/variables/server_server.defaultWebhooksPath.html b/api/13.3.5/variables/server_server.defaultWebhooksPath.html new file mode 100644 index 00000000000..63b410f4d83 --- /dev/null +++ b/api/13.3.5/variables/server_server.defaultWebhooksPath.html @@ -0,0 +1,4 @@ +defaultWebhooksPath | probot

Variable defaultWebhooksPathConst

defaultWebhooksPath: "/api/github/webhooks" = "/api/github/webhooks"
\ No newline at end of file diff --git a/api/13.3.5/variables/version.VERSION.html b/api/13.3.5/variables/version.VERSION.html new file mode 100644 index 00000000000..81c1ed0a69c --- /dev/null +++ b/api/13.3.5/variables/version.VERSION.html @@ -0,0 +1,4 @@ +VERSION | probot

Variable VERSIONConst

VERSION: "0.0.0-development" = "0.0.0-development"
\ No newline at end of file diff --git a/api/latest b/api/latest index 9f95d14139d..acfcd1e415a 120000 --- a/api/latest +++ b/api/latest @@ -1 +1 @@ -13.3.4 \ No newline at end of file +13.3.5 \ No newline at end of file